PMD report

Problems found

#FileLineProblem
1 src/JUnitTest/GenerateMapTester.java 1 Package name contains upper case characters
2 src/JUnitTest/GenerateMapTester.java 4 Avoid unused imports such as 'org.mockito.Mockito.when'
3 src/JUnitTest/GenerateMapTester.java 6 Avoid unused imports such as 'javax.portlet.PortletSession'
4 src/JUnitTest/GenerateMapTester.java 12 Avoid unused imports such as 'com.liferay.portal.model.RoleConstants'
5 src/JUnitTest/GenerateMapTester.java 14 Avoid unused imports such as 'com.liferay.portal.theme.ThemeDisplay'
6 src/JUnitTest/GenerateMapTester.java 15 Avoid unused imports such as 'com.liferay.portal.util.Portal'
7 src/JUnitTest/GenerateMapTester.java 16 Avoid unused imports such as 'com.liferay.portal.util.WebKeys'
8 src/JUnitTest/GenerateMapTester.java 19 Avoid unused imports such as 'junit.framework.TestCase'
9 src/JUnitTest/GenerateMapTester.java 24 headerCommentRequirement Required
10 src/JUnitTest/GenerateMapTester.java 26 Use explicit scoping instead of the default package private level
11 src/JUnitTest/GenerateMapTester.java 26 fieldCommentRequirement Required
12 src/JUnitTest/GenerateMapTester.java 28 Avoid excessively long variable names like mockUserLocalService
13 src/JUnitTest/GenerateMapTester.java 28 Use explicit scoping instead of the default package private level
14 src/JUnitTest/GenerateMapTester.java 28 fieldCommentRequirement Required
15 src/JUnitTest/GenerateMapTester.java 29 Use explicit scoping instead of the default package private level
16 src/JUnitTest/GenerateMapTester.java 29 fieldCommentRequirement Required
17 src/JUnitTest/GenerateMapTester.java 31 Use explicit scoping instead of the default package private level
18 src/JUnitTest/GenerateMapTester.java 31 fieldCommentRequirement Required
19 src/JUnitTest/GenerateMapTester.java 32 Use explicit scoping instead of the default package private level
20 src/JUnitTest/GenerateMapTester.java 32 fieldCommentRequirement Required
21 src/JUnitTest/GenerateMapTester.java 35 A method/constructor shouldnt explicitly throw java.lang.Exception
22 src/JUnitTest/GenerateMapTester.java 35 publicMethodCommentRequirement Required
23 src/JUnitTest/GenerateMapTester.java 37 Local variable 'map' could be declared final
24 src/JUnitTest/GenerateMapTester.java 38 Local variable 'returnVal' could be declared final
25 src/JUnitTest/GenerateMapTester.java 39 JUnit assertions should include a message
26 src/JUnitTest/GenerateMapTester.java 43 You may have misspelled a JUnit framework method (setUp or tearDown)
27 src/JUnitTest/GenerateMapTester.java 43 publicMethodCommentRequirement Required
28 src/JUnitTest/TestDailyTripRepDAO.java 1 Package name contains upper case characters
29 src/JUnitTest/TestDailyTripRepDAO.java 15 headerCommentRequirement Required
30 src/JUnitTest/TestDailyTripRepDAO.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
31 src/JUnitTest/TestDailyTripRepDAO.java 16 Use explicit scoping instead of the default package private level
32 src/JUnitTest/TestDailyTripRepDAO.java 16 fieldCommentRequirement Required
33 src/JUnitTest/TestDailyTripRepDAO.java 18 publicMethodCommentRequirement Required
34 src/JUnitTest/TestDailyTripRepDAO.java 20 JUnit assertions should include a message
35 src/JUnitTest/TestDailyTripRepDAO.java 23 publicMethodCommentRequirement Required
36 src/JUnitTest/TestDailyTripRepDAO.java 25 JUnit assertions should include a message
37 src/JUnitTest/TestDailyTripReport.java 1 Package name contains upper case characters
38 src/JUnitTest/TestDailyTripReport.java 15 headerCommentRequirement Required
39 src/JUnitTest/TestDailyTripReport.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
40 src/JUnitTest/TestDailyTripReport.java 16 Use explicit scoping instead of the default package private level
41 src/JUnitTest/TestDailyTripReport.java 16 fieldCommentRequirement Required
42 src/JUnitTest/TestDailyTripReport.java 18 publicMethodCommentRequirement Required
43 src/JUnitTest/TestDailyTripReport.java 20 JUnit assertions should include a message
44 src/JUnitTest/TestDailyTripReport.java 24 publicMethodCommentRequirement Required
45 src/JUnitTest/TestDailyTripReport.java 26 JUnit assertions should include a message
46 src/JUnitTest/TestFuelReport.java 1 Package name contains upper case characters
47 src/JUnitTest/TestFuelReport.java 18 headerCommentRequirement Required
48 src/JUnitTest/TestFuelReport.java 19 Avoid variables with short names like fr
49 src/JUnitTest/TestFuelReport.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
50 src/JUnitTest/TestFuelReport.java 19 Use explicit scoping instead of the default package private level
51 src/JUnitTest/TestFuelReport.java 19 fieldCommentRequirement Required
52 src/JUnitTest/TestFuelReport.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
53 src/JUnitTest/TestFuelReport.java 20 Use explicit scoping instead of the default package private level
54 src/JUnitTest/TestFuelReport.java 20 fieldCommentRequirement Required
55 src/JUnitTest/TestFuelReport.java 22 publicMethodCommentRequirement Required
56 src/JUnitTest/TestFuelReport.java 28 JUnit assertions should include a message
57 src/JUnitTest/TestFuelReport.java 28 Potential violation of Law of Demeter (method chain calls)
58 src/JUnitTest/TestFuelReport.java 28 Potential violation of Law of Demeter (method chain calls)
59 src/JUnitTest/TestFuelReport.java 32 publicMethodCommentRequirement Required
60 src/JUnitTest/TestFuelReport.java 38 JUnit assertions should include a message
61 src/JUnitTest/TestTripProcessDAO.java 1 Package name contains upper case characters
62 src/JUnitTest/TestTripProcessDAO.java 23 This class has too many methods, consider refactoring it.
63 src/JUnitTest/TestTripProcessDAO.java 23 headerCommentRequirement Required
64 src/JUnitTest/TestTripProcessDAO.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
65 src/JUnitTest/TestTripProcessDAO.java 24 Use explicit scoping instead of the default package private level
66 src/JUnitTest/TestTripProcessDAO.java 24 fieldCommentRequirement Required
67 src/JUnitTest/TestTripProcessDAO.java 26 publicMethodCommentRequirement Required
68 src/JUnitTest/TestTripProcessDAO.java 28 JUnit assertions should include a message
69 src/JUnitTest/TestTripProcessDAO.java 28 The String literal "2014-01-09 00:00:00" appears 11 times in this file; the first occurrence is on line 28
70 src/JUnitTest/TestTripProcessDAO.java 28 The String literal "2014-01-09 23:59:00" appears 9 times in this file; the first occurrence is on line 28
71 src/JUnitTest/TestTripProcessDAO.java 31 publicMethodCommentRequirement Required
72 src/JUnitTest/TestTripProcessDAO.java 33 The String literal "Comparing List size" appears 4 times in this file; the first occurrence is on line 33
73 src/JUnitTest/TestTripProcessDAO.java 33 Use assertTrue(x)/assertFalse(x) instead of assertEquals(true, x)/assertEquals(false, x).
74 src/JUnitTest/TestTripProcessDAO.java 36 publicMethodCommentRequirement Required
75 src/JUnitTest/TestTripProcessDAO.java 38 Use assertTrue(x)/assertFalse(x) instead of assertEquals(true, x)/assertEquals(false, x).
76 src/JUnitTest/TestTripProcessDAO.java 42 publicMethodCommentRequirement Required
77 src/JUnitTest/TestTripProcessDAO.java 43 JUnit assertions should include a message
78 src/JUnitTest/TestTripProcessDAO.java 48 publicMethodCommentRequirement Required
79 src/JUnitTest/TestTripProcessDAO.java 53 publicMethodCommentRequirement Required
80 src/JUnitTest/TestTripProcessDAO.java 58 publicMethodCommentRequirement Required
81 src/JUnitTest/TestTripProcessDAO.java 59 JUnit assertions should include a message
82 src/JUnitTest/TestTripProcessDAO.java 63 publicMethodCommentRequirement Required
83 src/JUnitTest/TestTripProcessDAO.java 64 JUnit assertions should include a message
84 src/JUnitTest/TestTripProcessDAO.java 69 publicMethodCommentRequirement Required
85 src/JUnitTest/TestTripProcessDAO.java 71 JUnit assertions should include a message
86 src/JUnitTest/TestTripProcessDAO.java 76 publicMethodCommentRequirement Required
87 src/JUnitTest/TestTripProcessDAO.java 79 JUnit assertions should include a message
88 src/JUnitTest/TestTripProcessDAO.java 79 The String literal "2014-01-08 00:00:00" appears 4 times in this file; the first occurrence is on line 79
89 src/JUnitTest/TestTripProcessDAO.java 79 The String literal "2014-01-09 11:59:59" appears 4 times in this file; the first occurrence is on line 79
90 src/JUnitTest/TestTripProcessDAO.java 79 The String literal "cumulative" appears 4 times in this file; the first occurrence is on line 79
91 src/JUnitTest/TestTripProcessDAO.java 80 Comment is too large: Line too long
92 src/JUnitTest/TestTripProcessDAO.java 84 publicMethodCommentRequirement Required
93 src/JUnitTest/TestTripProcessDAO.java 87 JUnit assertions should include a message
94 src/JUnitTest/TestTripProcessDAO.java 88 Comment is too large: Line too long
95 src/JUnitTest/TestTripProcessDAO.java 92 publicMethodCommentRequirement Required
96 src/JUnitTest/TestTripProcessDAO.java 94 JUnit assertions should include a message
97 src/JUnitTest/TestTripProcessDAO.java 98 publicMethodCommentRequirement Required
98 src/JUnitTest/TestTripProcessDAO.java 100 JUnit assertions should include a message
99 src/JUnitTest/TestTripProcessDAO.java 104 publicMethodCommentRequirement Required
100 src/JUnitTest/TestTripProcessDAO.java 106 JUnit assertions should include a message
101 src/JUnitTest/TestTripProcessDAO.java 110 publicMethodCommentRequirement Required
102 src/JUnitTest/TestTripProcessDAO.java 112 JUnit assertions should include a message
103 src/JUnitTest/TestTripProcessDAO.java 112 Use assertTrue(x)/assertFalse(x) instead of assertEquals(true, x)/assertEquals(false, x).
104 src/JUnitTest/TestTripProcessDAO.java 116 JUnit tests should not contain more than 1 assert(s).
105 src/JUnitTest/TestTripProcessDAO.java 116 publicMethodCommentRequirement Required
106 src/JUnitTest/TestTripProcessDAO.java 117 Local variable 'dynamicQuery' could be declared final
107 src/JUnitTest/TestTripProcessDAO.java 118 JUnit assertions should include a message
108 src/JUnitTest/TestTripProcessDAO.java 118 Potential violation of Law of Demeter (object not created locally)
109 src/JUnitTest/TestTripProcessDAO.java 119 JUnit assertions should include a message
110 src/JUnitTest/TestTripProcessDAO.java 119 Potential violation of Law of Demeter (object not created locally)
111 src/JUnitTest/TestTripProcessDAO.java 123 publicMethodCommentRequirement Required
112 src/JUnitTest/TestTripProcessDAO.java 124 JUnit assertions should include a message
113 src/JUnitTest/TestTripProcessDAO.java 128 publicMethodCommentRequirement Required
114 src/JUnitTest/TestTripProcessDAO.java 129 JUnit assertions should include a message
115 src/JUnitTest/TestTripProcessDAO.java 129 Potential violation of Law of Demeter (method chain calls)
116 src/JUnitTest/TestTripProcessDAO.java 129 Potential violation of Law of Demeter (method chain calls)
117 src/JUnitTest/TestTripProcessDAO.java 134 publicMethodCommentRequirement Required
118 src/JUnitTest/TestTripProcessDAO.java 135 Local variable 'dateformat' could be declared final
119 src/JUnitTest/TestTripProcessDAO.java 135 When instantiating a SimpleDateFormat object, specify a Locale
120 src/JUnitTest/TestTripProcessDAO.java 138 Potential violation of Law of Demeter (object not created locally)
121 src/JUnitTest/TestTripProcessDAO.java 139 JUnit assertions should include a message
122 src/JUnitTest/TestTripProcessDAO.java 139 Potential violation of Law of Demeter (object not created locally)
123 src/JUnitTest/TestTripProcessDAO.java 142 Avoid printStackTrace(); use a logger call instead.
124 src/JUnitTest/TestTripProcessDAO.java 142 Potential violation of Law of Demeter (object not created locally)
125 src/JUnitTest/TestTripProcessDAO.java 149 publicMethodCommentRequirement Required
126 src/JUnitTest/TestTripProcessDAO.java 150 Local variable 'dateformat' could be declared final
127 src/JUnitTest/TestTripProcessDAO.java 150 When instantiating a SimpleDateFormat object, specify a Locale
128 src/JUnitTest/TestTripProcessDAO.java 153 Potential violation of Law of Demeter (object not created locally)
129 src/JUnitTest/TestTripProcessDAO.java 154 JUnit assertions should include a message
130 src/JUnitTest/TestTripProcessDAO.java 154 Potential violation of Law of Demeter (object not created locally)
131 src/JUnitTest/TestTripProcessDAO.java 157 Avoid printStackTrace(); use a logger call instead.
132 src/JUnitTest/TestTripProcessDAO.java 157 Potential violation of Law of Demeter (object not created locally)
133 src/com/gps/action/AlertSettingsAction.java 4 Avoid unused imports such as 'java.util.Iterator'
134 src/com/gps/action/AlertSettingsAction.java 17 Avoid unused imports such as 'com.gps.hibernate.SpeedSettingsDAO'
135 src/com/gps/action/AlertSettingsAction.java 23 The class 'AlertSettingsAction' has a Cyclomatic Complexity of 2 (Highest = 15).
136 src/com/gps/action/AlertSettingsAction.java 23 headerCommentRequirement Required
137 src/com/gps/action/AlertSettingsAction.java 30 The Logger variable declaration does not contain the static and final modifiers
138 src/com/gps/action/AlertSettingsAction.java 30 Use explicit scoping instead of the default package private level
139 src/com/gps/action/AlertSettingsAction.java 30 fieldCommentRequirement Required
140 src/com/gps/action/AlertSettingsAction.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
141 src/com/gps/action/AlertSettingsAction.java 31 Use explicit scoping instead of the default package private level
142 src/com/gps/action/AlertSettingsAction.java 31 fieldCommentRequirement Required
143 src/com/gps/action/AlertSettingsAction.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
144 src/com/gps/action/AlertSettingsAction.java 32 Use explicit scoping instead of the default package private level
145 src/com/gps/action/AlertSettingsAction.java 32 fieldCommentRequirement Required
146 src/com/gps/action/AlertSettingsAction.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
147 src/com/gps/action/AlertSettingsAction.java 33 Use explicit scoping instead of the default package private level
148 src/com/gps/action/AlertSettingsAction.java 33 fieldCommentRequirement Required
149 src/com/gps/action/AlertSettingsAction.java 34 Avoid using redundant field initializer for 'vehicles'
150 src/com/gps/action/AlertSettingsAction.java 34 fieldCommentRequirement Required
151 src/com/gps/action/AlertSettingsAction.java 35 fieldCommentRequirement Required
152 src/com/gps/action/AlertSettingsAction.java 36 fieldCommentRequirement Required
153 src/com/gps/action/AlertSettingsAction.java 37 fieldCommentRequirement Required
154 src/com/gps/action/AlertSettingsAction.java 38 Avoid using redundant field initializer for 'successMessage'
155 src/com/gps/action/AlertSettingsAction.java 38 Use explicit scoping instead of the default package private level
156 src/com/gps/action/AlertSettingsAction.java 38 fieldCommentRequirement Required
157 src/com/gps/action/AlertSettingsAction.java 39 Avoid using redundant field initializer for 'status'
158 src/com/gps/action/AlertSettingsAction.java 39 fieldCommentRequirement Required
159 src/com/gps/action/AlertSettingsAction.java 41 publicMethodCommentRequirement Required
160 src/com/gps/action/AlertSettingsAction.java 42 There is log block not surrounded by if
161 src/com/gps/action/AlertSettingsAction.java 42 There is log block not surrounded by if
162 src/com/gps/action/AlertSettingsAction.java 46 publicMethodCommentRequirement Required
163 src/com/gps/action/AlertSettingsAction.java 49 Found 'DD'-anomaly for variable 'organizationId' (lines '49'-'55').
164 src/com/gps/action/AlertSettingsAction.java 52 There is log block not surrounded by if
165 src/com/gps/action/AlertSettingsAction.java 52 There is log block not surrounded by if
166 src/com/gps/action/AlertSettingsAction.java 55 Found 'DU'-anomaly for variable 'organizationId' (lines '55'-'85').
167 src/com/gps/action/AlertSettingsAction.java 55 Potential violation of Law of Demeter (method chain calls)
168 src/com/gps/action/AlertSettingsAction.java 55 Potential violation of Law of Demeter (method chain calls)
169 src/com/gps/action/AlertSettingsAction.java 55 Potential violation of Law of Demeter (object not created locally)
170 src/com/gps/action/AlertSettingsAction.java 57 Potential violation of Law of Demeter (method chain calls)
171 src/com/gps/action/AlertSettingsAction.java 57 Potential violation of Law of Demeter (method chain calls)
172 src/com/gps/action/AlertSettingsAction.java 57 Potential violation of Law of Demeter (method chain calls)
173 src/com/gps/action/AlertSettingsAction.java 57 Potential violation of Law of Demeter (object not created locally)
174 src/com/gps/action/AlertSettingsAction.java 58 Avoid using if...else statements without curly braces
175 src/com/gps/action/AlertSettingsAction.java 58 Potential violation of Law of Demeter (object not created locally)
176 src/com/gps/action/AlertSettingsAction.java 60 Avoid using if...else statements without curly braces
177 src/com/gps/action/AlertSettingsAction.java 60 Potential violation of Law of Demeter (object not created locally)
178 src/com/gps/action/AlertSettingsAction.java 64 Avoid if (x != y) ..; else ..;
179 src/com/gps/action/AlertSettingsAction.java 65 There is log block not surrounded by if
180 src/com/gps/action/AlertSettingsAction.java 65 There is log block not surrounded by if
181 src/com/gps/action/AlertSettingsAction.java 66 Avoid using Literals in Conditional Statements
182 src/com/gps/action/AlertSettingsAction.java 66 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
183 src/com/gps/action/AlertSettingsAction.java 67 A method should have only one exit point, and that should be the last statement in the method
184 src/com/gps/action/AlertSettingsAction.java 67 Avoid using if...else statements without curly braces
185 src/com/gps/action/AlertSettingsAction.java 69 There is log block not surrounded by if
186 src/com/gps/action/AlertSettingsAction.java 69 There is log block not surrounded by if
187 src/com/gps/action/AlertSettingsAction.java 71 A method should have only one exit point, and that should be the last statement in the method
188 src/com/gps/action/AlertSettingsAction.java 75 There is log block not surrounded by if
189 src/com/gps/action/AlertSettingsAction.java 75 There is log block not surrounded by if
190 src/com/gps/action/AlertSettingsAction.java 77 A method should have only one exit point, and that should be the last statement in the method
191 src/com/gps/action/AlertSettingsAction.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
192 src/com/gps/action/AlertSettingsAction.java 82 Avoid printStackTrace(); use a logger call instead.
193 src/com/gps/action/AlertSettingsAction.java 82 Potential violation of Law of Demeter (object not created locally)
194 src/com/gps/action/AlertSettingsAction.java 87 publicMethodCommentRequirement Required
195 src/com/gps/action/AlertSettingsAction.java 91 Found 'DD'-anomaly for variable 'organizationId' (lines '91'-'100').
196 src/com/gps/action/AlertSettingsAction.java 95 There is log block not surrounded by if
197 src/com/gps/action/AlertSettingsAction.java 95 There is log block not surrounded by if
198 src/com/gps/action/AlertSettingsAction.java 100 Potential violation of Law of Demeter (method chain calls)
199 src/com/gps/action/AlertSettingsAction.java 100 Potential violation of Law of Demeter (method chain calls)
200 src/com/gps/action/AlertSettingsAction.java 100 Potential violation of Law of Demeter (object not created locally)
201 src/com/gps/action/AlertSettingsAction.java 102 There is log block not surrounded by if
202 src/com/gps/action/AlertSettingsAction.java 102 There is log block not surrounded by if
203 src/com/gps/action/AlertSettingsAction.java 103 Potential violation of Law of Demeter (object not created locally)
204 src/com/gps/action/AlertSettingsAction.java 107 Potential violation of Law of Demeter (object not created locally)
205 src/com/gps/action/AlertSettingsAction.java 108 Potential violation of Law of Demeter (object not created locally)
206 src/com/gps/action/AlertSettingsAction.java 109 There is log block not surrounded by if
207 src/com/gps/action/AlertSettingsAction.java 109 There is log block not surrounded by if
208 src/com/gps/action/AlertSettingsAction.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
209 src/com/gps/action/AlertSettingsAction.java 113 Avoid printStackTrace(); use a logger call instead.
210 src/com/gps/action/AlertSettingsAction.java 113 Potential violation of Law of Demeter (object not created locally)
211 src/com/gps/action/AlertSettingsAction.java 118 Avoid really long methods.
212 src/com/gps/action/AlertSettingsAction.java 118 Found 'UR'-anomaly for variable 'mobNo' (lines '118'-'174').
213 src/com/gps/action/AlertSettingsAction.java 118 Found 'UR'-anomaly for variable 'veh' (lines '118'-'158').
214 src/com/gps/action/AlertSettingsAction.java 118 The method 'sendSettingRequest' has a Cyclomatic Complexity of 15.
215 src/com/gps/action/AlertSettingsAction.java 118 The method sendSettingRequest() has an NPath complexity of 973
216 src/com/gps/action/AlertSettingsAction.java 118 publicMethodCommentRequirement Required
217 src/com/gps/action/AlertSettingsAction.java 119 There is log block not surrounded by if
218 src/com/gps/action/AlertSettingsAction.java 119 There is log block not surrounded by if
219 src/com/gps/action/AlertSettingsAction.java 122 Found 'DD'-anomaly for variable 'organizationId' (lines '122'-'141').
220 src/com/gps/action/AlertSettingsAction.java 123 Found 'DD'-anomaly for variable 'mobileNumber' (lines '123'-'188').
221 src/com/gps/action/AlertSettingsAction.java 125 Avoid unused local variables such as 'notifier'.
222 src/com/gps/action/AlertSettingsAction.java 126 Found 'DD'-anomaly for variable 'message' (lines '126'-'183').
223 src/com/gps/action/AlertSettingsAction.java 126 Found 'DD'-anomaly for variable 'message' (lines '126'-'189').
224 src/com/gps/action/AlertSettingsAction.java 127 Avoid unused local variables such as 'subject'.
225 src/com/gps/action/AlertSettingsAction.java 128 Found 'DD'-anomaly for variable 'isSuccess' (lines '128'-'201').
226 src/com/gps/action/AlertSettingsAction.java 130 Found 'DD'-anomaly for variable 'isSaved' (lines '130'-'152').
227 src/com/gps/action/AlertSettingsAction.java 134 There is log block not surrounded by if
228 src/com/gps/action/AlertSettingsAction.java 134 There is log block not surrounded by if
229 src/com/gps/action/AlertSettingsAction.java 136 Found 'DU'-anomaly for variable 'notifier' (lines '136'-'221').
230 src/com/gps/action/AlertSettingsAction.java 141 Potential violation of Law of Demeter (method chain calls)
231 src/com/gps/action/AlertSettingsAction.java 141 Potential violation of Law of Demeter (method chain calls)
232 src/com/gps/action/AlertSettingsAction.java 141 Potential violation of Law of Demeter (object not created locally)
233 src/com/gps/action/AlertSettingsAction.java 142 Potential violation of Law of Demeter (method chain calls)
234 src/com/gps/action/AlertSettingsAction.java 142 Potential violation of Law of Demeter (method chain calls)
235 src/com/gps/action/AlertSettingsAction.java 142 Potential violation of Law of Demeter (object not created locally)
236 src/com/gps/action/AlertSettingsAction.java 144 Potential violation of Law of Demeter (method chain calls)
237 src/com/gps/action/AlertSettingsAction.java 144 Potential violation of Law of Demeter (method chain calls)
238 src/com/gps/action/AlertSettingsAction.java 144 Potential violation of Law of Demeter (method chain calls)
239 src/com/gps/action/AlertSettingsAction.java 144 Potential violation of Law of Demeter (object not created locally)
240 src/com/gps/action/AlertSettingsAction.java 145 Avoid using if...else statements without curly braces
241 src/com/gps/action/AlertSettingsAction.java 145 Potential violation of Law of Demeter (object not created locally)
242 src/com/gps/action/AlertSettingsAction.java 147 Avoid using if...else statements without curly braces
243 src/com/gps/action/AlertSettingsAction.java 147 Potential violation of Law of Demeter (object not created locally)
244 src/com/gps/action/AlertSettingsAction.java 149 There is log block not surrounded by if
245 src/com/gps/action/AlertSettingsAction.java 149 There is log block not surrounded by if
246 src/com/gps/action/AlertSettingsAction.java 150 There is log block not surrounded by if
247 src/com/gps/action/AlertSettingsAction.java 150 There is log block not surrounded by if
248 src/com/gps/action/AlertSettingsAction.java 152 Potential violation of Law of Demeter (object not created locally)
249 src/com/gps/action/AlertSettingsAction.java 152 Potential violation of Law of Demeter (object not created locally)
250 src/com/gps/action/AlertSettingsAction.java 154 Avoid using Literals in Conditional Statements
251 src/com/gps/action/AlertSettingsAction.java 156 Local variable 'veh' could be declared final
252 src/com/gps/action/AlertSettingsAction.java 158 Potential violation of Law of Demeter (object not created locally)
253 src/com/gps/action/AlertSettingsAction.java 158 Potential violation of Law of Demeter (object not created locally)
254 src/com/gps/action/AlertSettingsAction.java 158 Potential violation of Law of Demeter (object not created locally)
255 src/com/gps/action/AlertSettingsAction.java 164 Avoid using if...else statements without curly braces
256 src/com/gps/action/AlertSettingsAction.java 164 There is log block not surrounded by if
257 src/com/gps/action/AlertSettingsAction.java 164 There is log block not surrounded by if
258 src/com/gps/action/AlertSettingsAction.java 166 Avoid using if...else statements without curly braces
259 src/com/gps/action/AlertSettingsAction.java 166 There is log block not surrounded by if
260 src/com/gps/action/AlertSettingsAction.java 166 There is log block not surrounded by if
261 src/com/gps/action/AlertSettingsAction.java 168 Avoid using Literals in Conditional Statements
262 src/com/gps/action/AlertSettingsAction.java 169 Found 'DD'-anomaly for variable 'numbers' (lines '169'-'171').
263 src/com/gps/action/AlertSettingsAction.java 170 Avoid variables with short names like i
264 src/com/gps/action/AlertSettingsAction.java 170 Found 'DU'-anomaly for variable 'i' (lines '170'-'221').
265 src/com/gps/action/AlertSettingsAction.java 171 Potential violation of Law of Demeter (object not created locally)
266 src/com/gps/action/AlertSettingsAction.java 173 Local variable 'mobNo' could be declared final
267 src/com/gps/action/AlertSettingsAction.java 174 Prefer StringBuffer over += for concatenating strings
268 src/com/gps/action/AlertSettingsAction.java 176 Avoid using if statements without curly braces
269 src/com/gps/action/AlertSettingsAction.java 176 Potential violation of Law of Demeter (object not created locally)
270 src/com/gps/action/AlertSettingsAction.java 177 Prefer StringBuffer over += for concatenating strings
271 src/com/gps/action/AlertSettingsAction.java 178 Found 'DU'-anomaly for variable 'i' (lines '178'-'221').
272 src/com/gps/action/AlertSettingsAction.java 182 Position literals first in String comparisons
273 src/com/gps/action/AlertSettingsAction.java 182 Potential violation of Law of Demeter (object not created locally)
274 src/com/gps/action/AlertSettingsAction.java 183 The String literal "\n\n" appears 4 times in this file; the first occurrence is on line 183
275 src/com/gps/action/AlertSettingsAction.java 184 Prefer StringBuffer over += for concatenating strings
276 src/com/gps/action/AlertSettingsAction.java 185 Prefer StringBuffer over += for concatenating strings
277 src/com/gps/action/AlertSettingsAction.java 188 Potential violation of Law of Demeter (object not created locally)
278 src/com/gps/action/AlertSettingsAction.java 190 Prefer StringBuffer over += for concatenating strings
279 src/com/gps/action/AlertSettingsAction.java 191 Prefer StringBuffer over += for concatenating strings
280 src/com/gps/action/AlertSettingsAction.java 194 Found 'DU'-anomaly for variable 'subject' (lines '194'-'221').
281 src/com/gps/action/AlertSettingsAction.java 195 There is log block not surrounded by if
282 src/com/gps/action/AlertSettingsAction.java 195 There is log block not surrounded by if
283 src/com/gps/action/AlertSettingsAction.java 196 There is log block not surrounded by if
284 src/com/gps/action/AlertSettingsAction.java 196 There is log block not surrounded by if
285 src/com/gps/action/AlertSettingsAction.java 199 Position literals first in String comparisons
286 src/com/gps/action/AlertSettingsAction.java 199 Potential violation of Law of Demeter (object not created locally)
287 src/com/gps/action/AlertSettingsAction.java 203 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
288 src/com/gps/action/AlertSettingsAction.java 205 Avoid printStackTrace(); use a logger call instead.
289 src/com/gps/action/AlertSettingsAction.java 205 Potential violation of Law of Demeter (object not created locally)
290 src/com/gps/action/AlertSettingsAction.java 209 Avoid using if...else statements without curly braces
291 src/com/gps/action/AlertSettingsAction.java 211 Avoid using if...else statements without curly braces
292 src/com/gps/action/AlertSettingsAction.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
293 src/com/gps/action/AlertSettingsAction.java 216 There is log block not surrounded by if
294 src/com/gps/action/AlertSettingsAction.java 216 There is log block not surrounded by if
295 src/com/gps/action/AlertSettingsAction.java 217 Avoid printStackTrace(); use a logger call instead.
296 src/com/gps/action/AlertSettingsAction.java 217 Potential violation of Law of Demeter (object not created locally)
297 src/com/gps/action/AlertSettingsAction.java 218 A method should have only one exit point, and that should be the last statement in the method
298 src/com/gps/action/AlertSettingsAction.java 224 Parameter 'request' is not assigned and could be declared final
299 src/com/gps/action/AlertSettingsAction.java 224 publicMethodCommentRequirement Required
300 src/com/gps/action/AlertSettingsAction.java 230 Parameter 'response' is not assigned and could be declared final
301 src/com/gps/action/AlertSettingsAction.java 230 publicMethodCommentRequirement Required
302 src/com/gps/action/AlertSettingsAction.java 236 Parameter 'arg0' is not assigned and could be declared final
303 src/com/gps/action/AlertSettingsAction.java 236 publicMethodCommentRequirement Required
304 src/com/gps/action/AlertSettingsAction.java 249 Parameter 'vehicles' is not assigned and could be declared final
305 src/com/gps/action/AlertSettingsAction.java 261 Parameter 'message' is not assigned and could be declared final
306 src/com/gps/action/AlertSettingsAction.java 275 Parameter 'vehicleid' is not assigned and could be declared final
307 src/com/gps/action/AlertSettingsAction.java 289 Parameter 'speed' is not assigned and could be declared final
308 src/com/gps/action/AlertSettingsAction.java 303 Parameter 'successMessage' is not assigned and could be declared final
309 src/com/gps/action/AlertSettingsAction.java 317 Parameter 'status' is not assigned and could be declared final
310 src/com/gps/action/AutoCompleteAction.java 15 Avoid unused imports such as 'org.jfree.util.Log'
311 src/com/gps/action/AutoCompleteAction.java 20 Avoid unused imports such as 'com.gps.hibernate.UserDetails'
312 src/com/gps/action/AutoCompleteAction.java 24 headerCommentRequirement Required
313 src/com/gps/action/AutoCompleteAction.java 26 The Logger variable declaration does not contain the static and final modifiers
314 src/com/gps/action/AutoCompleteAction.java 26 Use explicit scoping instead of the default package private level
315 src/com/gps/action/AutoCompleteAction.java 26 fieldCommentRequirement Required
316 src/com/gps/action/AutoCompleteAction.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
317 src/com/gps/action/AutoCompleteAction.java 27 Use explicit scoping instead of the default package private level
318 src/com/gps/action/AutoCompleteAction.java 27 fieldCommentRequirement Required
319 src/com/gps/action/AutoCompleteAction.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
320 src/com/gps/action/AutoCompleteAction.java 28 Use explicit scoping instead of the default package private level
321 src/com/gps/action/AutoCompleteAction.java 28 fieldCommentRequirement Required
322 src/com/gps/action/AutoCompleteAction.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
323 src/com/gps/action/AutoCompleteAction.java 29 Use explicit scoping instead of the default package private level
324 src/com/gps/action/AutoCompleteAction.java 29 fieldCommentRequirement Required
325 src/com/gps/action/AutoCompleteAction.java 30 Avoid using implementation types like 'Hashtable'; use the interface instead
326 src/com/gps/action/AutoCompleteAction.java 30 Consider replacing this Hashtable with the newer java.util.Map
327 src/com/gps/action/AutoCompleteAction.java 30 fieldCommentRequirement Required
328 src/com/gps/action/AutoCompleteAction.java 31 fieldCommentRequirement Required
329 src/com/gps/action/AutoCompleteAction.java 32 fieldCommentRequirement Required
330 src/com/gps/action/AutoCompleteAction.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
331 src/com/gps/action/AutoCompleteAction.java 33 Use explicit scoping instead of the default package private level
332 src/com/gps/action/AutoCompleteAction.java 33 fieldCommentRequirement Required
333 src/com/gps/action/AutoCompleteAction.java 36 publicMethodCommentRequirement Required
334 src/com/gps/action/AutoCompleteAction.java 38 Local variable 'tripsDAO' could be declared final
335 src/com/gps/action/AutoCompleteAction.java 39 Found 'DD'-anomaly for variable 'tripName' (lines '39'-'54').
336 src/com/gps/action/AutoCompleteAction.java 40 Found 'DD'-anomaly for variable 'tripList' (lines '40'-'56').
337 src/com/gps/action/AutoCompleteAction.java 49 There is log block not surrounded by if
338 src/com/gps/action/AutoCompleteAction.java 49 There is log block not surrounded by if
339 src/com/gps/action/AutoCompleteAction.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
340 src/com/gps/action/AutoCompleteAction.java 52 Avoid printStackTrace(); use a logger call instead.
341 src/com/gps/action/AutoCompleteAction.java 52 Potential violation of Law of Demeter (object not created locally)
342 src/com/gps/action/AutoCompleteAction.java 55 Potential violation of Law of Demeter (method chain calls)
343 src/com/gps/action/AutoCompleteAction.java 55 Potential violation of Law of Demeter (method chain calls)
344 src/com/gps/action/AutoCompleteAction.java 55 Potential violation of Law of Demeter (method chain calls)
345 src/com/gps/action/AutoCompleteAction.java 55 Potential violation of Law of Demeter (method chain calls)
346 src/com/gps/action/AutoCompleteAction.java 55 Potential violation of Law of Demeter (object not created locally)
347 src/com/gps/action/AutoCompleteAction.java 55 There is log block not surrounded by if
348 src/com/gps/action/AutoCompleteAction.java 55 There is log block not surrounded by if
349 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (method chain calls)
350 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (method chain calls)
351 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (method chain calls)
352 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (method chain calls)
353 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (object not created locally)
354 src/com/gps/action/AutoCompleteAction.java 56 Potential violation of Law of Demeter (object not created locally)
355 src/com/gps/action/AutoCompleteAction.java 59 Potential violation of Law of Demeter (object not created locally)
356 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
357 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
358 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
359 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
360 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
361 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (method chain calls)
362 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (object not created locally)
363 src/com/gps/action/AutoCompleteAction.java 61 Potential violation of Law of Demeter (object not created locally)
364 src/com/gps/action/AutoCompleteAction.java 64 Avoid using if statements without curly braces
365 src/com/gps/action/AutoCompleteAction.java 65 Do not add empty strings
366 src/com/gps/action/AutoCompleteAction.java 65 There is log block not surrounded by if
367 src/com/gps/action/AutoCompleteAction.java 65 There is log block not surrounded by if
368 src/com/gps/action/AutoCompleteAction.java 69 A method should have only one exit point, and that should be the last statement in the method
369 src/com/gps/action/AutoCompleteAction.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
370 src/com/gps/action/AutoCompleteAction.java 73 Avoid printStackTrace(); use a logger call instead.
371 src/com/gps/action/AutoCompleteAction.java 73 Potential violation of Law of Demeter (object not created locally)
372 src/com/gps/action/AutoCompleteAction.java 79 publicMethodCommentRequirement Required
373 src/com/gps/action/AutoCompleteAction.java 81 Found 'DD'-anomaly for variable 'studName' (lines '81'-'89').
374 src/com/gps/action/AutoCompleteAction.java 82 Avoid declaring a variable if it is unreferenced before a possible exit point.
375 src/com/gps/action/AutoCompleteAction.java 82 Avoid unused local variables such as 'users'.
376 src/com/gps/action/AutoCompleteAction.java 82 Local variable 'users' could be declared final
377 src/com/gps/action/AutoCompleteAction.java 83 Found 'DD'-anomaly for variable 'busName' (lines '83'-'88').
378 src/com/gps/action/AutoCompleteAction.java 84 Found 'DD'-anomaly for variable 'grade' (lines '84'-'90').
379 src/com/gps/action/AutoCompleteAction.java 87 Local variable 'user' could be declared final
380 src/com/gps/action/AutoCompleteAction.java 91 There is log block not surrounded by if
381 src/com/gps/action/AutoCompleteAction.java 91 There is log block not surrounded by if
382 src/com/gps/action/AutoCompleteAction.java 92 Potential violation of Law of Demeter (method chain calls)
383 src/com/gps/action/AutoCompleteAction.java 92 Potential violation of Law of Demeter (method chain calls)
384 src/com/gps/action/AutoCompleteAction.java 92 Potential violation of Law of Demeter (method chain calls)
385 src/com/gps/action/AutoCompleteAction.java 92 Potential violation of Law of Demeter (method chain calls)
386 src/com/gps/action/AutoCompleteAction.java 92 Potential violation of Law of Demeter (object not created locally)
387 src/com/gps/action/AutoCompleteAction.java 93 A method should have only one exit point, and that should be the last statement in the method
388 src/com/gps/action/AutoCompleteAction.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
389 src/com/gps/action/AutoCompleteAction.java 99 publicMethodCommentRequirement Required
390 src/com/gps/action/AutoCompleteAction.java 101 Found 'DD'-anomaly for variable 'grade' (lines '101'-'106').
391 src/com/gps/action/AutoCompleteAction.java 105 Local variable 'user' could be declared final
392 src/com/gps/action/AutoCompleteAction.java 107 There is log block not surrounded by if
393 src/com/gps/action/AutoCompleteAction.java 107 There is log block not surrounded by if
394 src/com/gps/action/AutoCompleteAction.java 108 Potential violation of Law of Demeter (method chain calls)
395 src/com/gps/action/AutoCompleteAction.java 108 Potential violation of Law of Demeter (method chain calls)
396 src/com/gps/action/AutoCompleteAction.java 108 Potential violation of Law of Demeter (method chain calls)
397 src/com/gps/action/AutoCompleteAction.java 108 Potential violation of Law of Demeter (method chain calls)
398 src/com/gps/action/AutoCompleteAction.java 108 Potential violation of Law of Demeter (object not created locally)
399 src/com/gps/action/AutoCompleteAction.java 109 There is log block not surrounded by if
400 src/com/gps/action/AutoCompleteAction.java 109 There is log block not surrounded by if
401 src/com/gps/action/AutoCompleteAction.java 111 A method should have only one exit point, and that should be the last statement in the method
402 src/com/gps/action/AutoCompleteAction.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
403 src/com/gps/action/AutoCompleteAction.java 114 Avoid printStackTrace(); use a logger call instead.
404 src/com/gps/action/AutoCompleteAction.java 114 Potential violation of Law of Demeter (object not created locally)
405 src/com/gps/action/AutoCompleteAction.java 121 Parameter 'request' is not assigned and could be declared final
406 src/com/gps/action/AutoCompleteAction.java 121 publicMethodCommentRequirement Required
407 src/com/gps/action/AutoCompleteAction.java 127 Parameter 'response' is not assigned and could be declared final
408 src/com/gps/action/AutoCompleteAction.java 127 publicMethodCommentRequirement Required
409 src/com/gps/action/AutoCompleteAction.java 133 Parameter 'arg0' is not assigned and could be declared final
410 src/com/gps/action/AutoCompleteAction.java 133 publicMethodCommentRequirement Required
411 src/com/gps/action/AutoCompleteAction.java 143 Avoid using implementation types like 'Hashtable'; use the interface instead
412 src/com/gps/action/AutoCompleteAction.java 143 Consider replacing this Hashtable with the newer java.util.Map
413 src/com/gps/action/AutoCompleteAction.java 152 Avoid using implementation types like 'Hashtable'; use the interface instead
414 src/com/gps/action/AutoCompleteAction.java 152 Consider replacing this Hashtable with the newer java.util.Map
415 src/com/gps/action/AutoCompleteAction.java 152 Parameter 'trips' is not assigned and could be declared final
416 src/com/gps/action/AutoCompleteAction.java 166 Parameter 'grades' is not assigned and could be declared final
417 src/com/gps/action/AutoCompleteAction.java 180 Parameter 'student' is not assigned and could be declared final
418 src/com/gps/action/BaseAction.java 8 headerCommentRequirement Required
419 src/com/gps/action/BaseAction.java 11 fieldCommentRequirement Required
420 src/com/gps/action/BaseAction.java 12 fieldCommentRequirement Required
421 src/com/gps/action/BaseAction.java 13 fieldCommentRequirement Required
422 src/com/gps/action/BaseAction.java 14 fieldCommentRequirement Required
423 src/com/gps/action/BaseAction.java 15 fieldCommentRequirement Required
424 src/com/gps/action/BaseAction.java 18 publicMethodCommentRequirement Required
425 src/com/gps/action/BaseAction.java 24 Parameter 'totalCount' is not assigned and could be declared final
426 src/com/gps/action/BaseAction.java 24 publicMethodCommentRequirement Required
427 src/com/gps/action/BaseAction.java 29 publicMethodCommentRequirement Required
428 src/com/gps/action/BaseAction.java 33 Parameter 'currentCount' is not assigned and could be declared final
429 src/com/gps/action/BaseAction.java 33 publicMethodCommentRequirement Required
430 src/com/gps/action/BaseAction.java 37 publicMethodCommentRequirement Required
431 src/com/gps/action/BaseAction.java 41 Parameter 'first' is not assigned and could be declared final
432 src/com/gps/action/BaseAction.java 41 publicMethodCommentRequirement Required
433 src/com/gps/action/BaseAction.java 45 publicMethodCommentRequirement Required
434 src/com/gps/action/BaseAction.java 49 Parameter 'last' is not assigned and could be declared final
435 src/com/gps/action/BaseAction.java 49 publicMethodCommentRequirement Required
436 src/com/gps/action/BaseAction.java 54 publicMethodCommentRequirement Required
437 src/com/gps/action/BaseAction.java 58 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
438 src/com/gps/action/BaseAction.java 58 Avoid variables with short names like in
439 src/com/gps/action/BaseAction.java 58 Parameter 'in' is not assigned and could be declared final
440 src/com/gps/action/BaseAction.java 58 publicMethodCommentRequirement Required
441 src/com/gps/action/CookieLoginAction.java 2 A high number of imports can indicate a high degree of coupling within an object.
442 src/com/gps/action/CookieLoginAction.java 8 Avoid unused imports such as 'javax.mail.Session'
443 src/com/gps/action/CookieLoginAction.java 9 Avoid unused imports such as 'javax.servlet.ServletRequest'
444 src/com/gps/action/CookieLoginAction.java 10 Avoid unused imports such as 'javax.servlet.http.Cookie'
445 src/com/gps/action/CookieLoginAction.java 15 Avoid unused imports such as 'org.apache.log4j.Logger'
446 src/com/gps/action/CookieLoginAction.java 19 Avoid unused imports such as 'com.gps.dao.LoginGpsDAO'
447 src/com/gps/action/CookieLoginAction.java 28 Avoid unused imports such as 'com.gps.hibernate.UserDetailsDAO'
448 src/com/gps/action/CookieLoginAction.java 34 Avoid unused imports such as 'com.liferay.portal.kernel.util.Http'
449 src/com/gps/action/CookieLoginAction.java 36 Avoid unused imports such as 'com.liferay.portal.SystemException'
450 src/com/gps/action/CookieLoginAction.java 37 Avoid duplicate imports such as 'com.liferay.portal.model.Role'
451 src/com/gps/action/CookieLoginAction.java 40 Avoid unused imports such as 'com.liferay.portal.service.persistence.RoleFinderUtil'
452 src/com/gps/action/CookieLoginAction.java 44 The class 'CookieLoginAction' has a Cyclomatic Complexity of 1 (Highest = 13).
453 src/com/gps/action/CookieLoginAction.java 44 Too many fields
454 src/com/gps/action/CookieLoginAction.java 44 headerCommentRequirement Required
455 src/com/gps/action/CookieLoginAction.java 45 fieldCommentRequirement Required
456 src/com/gps/action/CookieLoginAction.java 46 fieldCommentRequirement Required
457 src/com/gps/action/CookieLoginAction.java 47 fieldCommentRequirement Required
458 src/com/gps/action/CookieLoginAction.java 48 fieldCommentRequirement Required
459 src/com/gps/action/CookieLoginAction.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
460 src/com/gps/action/CookieLoginAction.java 49 Use explicit scoping instead of the default package private level
461 src/com/gps/action/CookieLoginAction.java 49 fieldCommentRequirement Required
462 src/com/gps/action/CookieLoginAction.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
463 src/com/gps/action/CookieLoginAction.java 51 Use explicit scoping instead of the default package private level
464 src/com/gps/action/CookieLoginAction.java 51 fieldCommentRequirement Required
465 src/com/gps/action/CookieLoginAction.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
466 src/com/gps/action/CookieLoginAction.java 52 Use explicit scoping instead of the default package private level
467 src/com/gps/action/CookieLoginAction.java 52 fieldCommentRequirement Required
468 src/com/gps/action/CookieLoginAction.java 54 publicMethodCommentRequirement Required
469 src/com/gps/action/CookieLoginAction.java 58 Parameter 'user' is not assigned and could be declared final
470 src/com/gps/action/CookieLoginAction.java 58 publicMethodCommentRequirement Required
471 src/com/gps/action/CookieLoginAction.java 61 Parameter 'cookie' is not assigned and could be declared final
472 src/com/gps/action/CookieLoginAction.java 61 publicMethodCommentRequirement Required
473 src/com/gps/action/CookieLoginAction.java 65 publicMethodCommentRequirement Required
474 src/com/gps/action/CookieLoginAction.java 69 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
475 src/com/gps/action/CookieLoginAction.java 69 fieldCommentRequirement Required
476 src/com/gps/action/CookieLoginAction.java 70 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
477 src/com/gps/action/CookieLoginAction.java 70 fieldCommentRequirement Required
478 src/com/gps/action/CookieLoginAction.java 71 publicMethodCommentRequirement Required
479 src/com/gps/action/CookieLoginAction.java 75 Parameter 'emailAddress' is not assigned and could be declared final
480 src/com/gps/action/CookieLoginAction.java 75 publicMethodCommentRequirement Required
481 src/com/gps/action/CookieLoginAction.java 78 Parameter 'cookiech' is not assigned and could be declared final
482 src/com/gps/action/CookieLoginAction.java 78 publicMethodCommentRequirement Required
483 src/com/gps/action/CookieLoginAction.java 82 publicMethodCommentRequirement Required
484 src/com/gps/action/CookieLoginAction.java 86 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
485 src/com/gps/action/CookieLoginAction.java 86 Found non-transient, non-static member. Please mark as transient or provide accessors.
486 src/com/gps/action/CookieLoginAction.java 86 fieldCommentRequirement Required
487 src/com/gps/action/CookieLoginAction.java 87 Avoid unused private fields such as 'value'.
488 src/com/gps/action/CookieLoginAction.java 87 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
489 src/com/gps/action/CookieLoginAction.java 87 Private field 'value' could be made final; it is only initialized in the declaration or constructor.
490 src/com/gps/action/CookieLoginAction.java 87 fieldCommentRequirement Required
491 src/com/gps/action/CookieLoginAction.java 88 Avoid using redundant field initializer for 'vedetails'
492 src/com/gps/action/CookieLoginAction.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
493 src/com/gps/action/CookieLoginAction.java 88 fieldCommentRequirement Required
494 src/com/gps/action/CookieLoginAction.java 89 Avoid using redundant field initializer for 'vehList'
495 src/com/gps/action/CookieLoginAction.java 89 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
496 src/com/gps/action/CookieLoginAction.java 89 fieldCommentRequirement Required
497 src/com/gps/action/CookieLoginAction.java 90 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
498 src/com/gps/action/CookieLoginAction.java 90 fieldCommentRequirement Required
499 src/com/gps/action/CookieLoginAction.java 91 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
500 src/com/gps/action/CookieLoginAction.java 91 fieldCommentRequirement Required
501 src/com/gps/action/CookieLoginAction.java 92 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
502 src/com/gps/action/CookieLoginAction.java 92 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final.
503 src/com/gps/action/CookieLoginAction.java 92 fieldCommentRequirement Required
504 src/com/gps/action/CookieLoginAction.java 93 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
505 src/com/gps/action/CookieLoginAction.java 93 fieldCommentRequirement Required
506 src/com/gps/action/CookieLoginAction.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
507 src/com/gps/action/CookieLoginAction.java 94 fieldCommentRequirement Required
508 src/com/gps/action/CookieLoginAction.java 95 publicMethodCommentRequirement Required
509 src/com/gps/action/CookieLoginAction.java 98 Parameter 'orgVehicleList' is not assigned and could be declared final
510 src/com/gps/action/CookieLoginAction.java 98 publicMethodCommentRequirement Required
511 src/com/gps/action/CookieLoginAction.java 103 publicMethodCommentRequirement Required
512 src/com/gps/action/CookieLoginAction.java 106 Parameter 'vehicleDetails' is not assigned and could be declared final
513 src/com/gps/action/CookieLoginAction.java 106 publicMethodCommentRequirement Required
514 src/com/gps/action/CookieLoginAction.java 110 publicMethodCommentRequirement Required
515 src/com/gps/action/CookieLoginAction.java 114 Parameter 'vedetails' is not assigned and could be declared final
516 src/com/gps/action/CookieLoginAction.java 114 publicMethodCommentRequirement Required
517 src/com/gps/action/CookieLoginAction.java 117 publicMethodCommentRequirement Required
518 src/com/gps/action/CookieLoginAction.java 120 Parameter 'vehList' is not assigned and could be declared final
519 src/com/gps/action/CookieLoginAction.java 120 publicMethodCommentRequirement Required
520 src/com/gps/action/CookieLoginAction.java 123 publicMethodCommentRequirement Required
521 src/com/gps/action/CookieLoginAction.java 126 Parameter 'colurList' is not assigned and could be declared final
522 src/com/gps/action/CookieLoginAction.java 126 publicMethodCommentRequirement Required
523 src/com/gps/action/CookieLoginAction.java 129 publicMethodCommentRequirement Required
524 src/com/gps/action/CookieLoginAction.java 132 Parameter 'tripDetails' is not assigned and could be declared final
525 src/com/gps/action/CookieLoginAction.java 132 publicMethodCommentRequirement Required
526 src/com/gps/action/CookieLoginAction.java 135 Method names should not contain underscores
527 src/com/gps/action/CookieLoginAction.java 135 publicMethodCommentRequirement Required
528 src/com/gps/action/CookieLoginAction.java 138 Method names should not contain underscores
529 src/com/gps/action/CookieLoginAction.java 138 Parameter 'tripDetailsDate' is not assigned and could be declared final
530 src/com/gps/action/CookieLoginAction.java 138 publicMethodCommentRequirement Required
531 src/com/gps/action/CookieLoginAction.java 144 Avoid really long methods.
532 src/com/gps/action/CookieLoginAction.java 144 The method 'execute' has a Cyclomatic Complexity of 13.
533 src/com/gps/action/CookieLoginAction.java 144 publicMethodCommentRequirement Required
534 src/com/gps/action/CookieLoginAction.java 152 Potential violation of Law of Demeter (method chain calls)
535 src/com/gps/action/CookieLoginAction.java 153 Potential violation of Law of Demeter (method chain calls)
536 src/com/gps/action/CookieLoginAction.java 154 Avoid declaring a variable if it is unreferenced before a possible exit point.
537 src/com/gps/action/CookieLoginAction.java 154 Avoid unused local variables such as 'vd'.
538 src/com/gps/action/CookieLoginAction.java 154 Avoid variables with short names like vd
539 src/com/gps/action/CookieLoginAction.java 154 Found 'DU'-anomaly for variable 'vd' (lines '154'-'307').
540 src/com/gps/action/CookieLoginAction.java 154 Local variable 'vd' could be declared final
541 src/com/gps/action/CookieLoginAction.java 160 Local variable 'lgn' could be declared final
542 src/com/gps/action/CookieLoginAction.java 161 Comment is too large: Line too long
543 src/com/gps/action/CookieLoginAction.java 163 Local variable 'user1' could be declared final
544 src/com/gps/action/CookieLoginAction.java 163 Potential violation of Law of Demeter (object not created locally)
545 src/com/gps/action/CookieLoginAction.java 164 Avoid unused local variables such as 'returnVal'.
546 src/com/gps/action/CookieLoginAction.java 164 Found 'DD'-anomaly for variable 'returnVal' (lines '164'-'268').
547 src/com/gps/action/CookieLoginAction.java 164 Found 'DD'-anomaly for variable 'returnVal' (lines '164'-'286').
548 src/com/gps/action/CookieLoginAction.java 168 Local variable 'mobile' could be declared final
549 src/com/gps/action/CookieLoginAction.java 171 Found 'DU'-anomaly for variable 'vpd' (lines '171'-'307').
550 src/com/gps/action/CookieLoginAction.java 171 Local variable 'vpd' could be declared final
551 src/com/gps/action/CookieLoginAction.java 172 Local variable 'uls' could be declared final
552 src/com/gps/action/CookieLoginAction.java 173 Local variable 'luser' could be declared final
553 src/com/gps/action/CookieLoginAction.java 173 Potential violation of Law of Demeter (object not created locally)
554 src/com/gps/action/CookieLoginAction.java 173 Potential violation of Law of Demeter (object not created locally)
555 src/com/gps/action/CookieLoginAction.java 178 Local variable 'util' could be declared final
556 src/com/gps/action/CookieLoginAction.java 179 Local variable 'roleList' could be declared final
557 src/com/gps/action/CookieLoginAction.java 179 Potential violation of Law of Demeter (object not created locally)
558 src/com/gps/action/CookieLoginAction.java 179 Potential violation of Law of Demeter (object not created locally)
559 src/com/gps/action/CookieLoginAction.java 181 Potential violation of Law of Demeter (method chain calls)
560 src/com/gps/action/CookieLoginAction.java 183 Local variable 'rdao' could be declared final
561 src/com/gps/action/CookieLoginAction.java 184 Potential violation of Law of Demeter (object not created locally)
562 src/com/gps/action/CookieLoginAction.java 186 Potential violation of Law of Demeter (method chain calls)
563 src/com/gps/action/CookieLoginAction.java 187 Comment is too large: Line too long
564 src/com/gps/action/CookieLoginAction.java 189 Potential violation of Law of Demeter (object not created locally)
565 src/com/gps/action/CookieLoginAction.java 190 Comment is too large: Line too long
566 src/com/gps/action/CookieLoginAction.java 191 Potential violation of Law of Demeter (method chain calls)
567 src/com/gps/action/CookieLoginAction.java 194 Potential violation of Law of Demeter (method chain calls)
568 src/com/gps/action/CookieLoginAction.java 198 Comment is too large: Line too long
569 src/com/gps/action/CookieLoginAction.java 203 Potential violation of Law of Demeter (method chain calls)
570 src/com/gps/action/CookieLoginAction.java 206 Found 'DD'-anomaly for variable 'vehicleId' (lines '206'-'244').
571 src/com/gps/action/CookieLoginAction.java 206 Found 'DD'-anomaly for variable 'vehicleId' (lines '206'-'250').
572 src/com/gps/action/CookieLoginAction.java 206 Found 'DD'-anomaly for variable 'vehicleId' (lines '206'-'275').
573 src/com/gps/action/CookieLoginAction.java 206 Found 'DU'-anomaly for variable 'vehicleId' (lines '206'-'307').
574 src/com/gps/action/CookieLoginAction.java 207 Found 'DU'-anomaly for variable 'tpd' (lines '207'-'307').
575 src/com/gps/action/CookieLoginAction.java 207 Local variable 'tpd' could be declared final
576 src/com/gps/action/CookieLoginAction.java 215 Potential violation of Law of Demeter (method chain calls)
577 src/com/gps/action/CookieLoginAction.java 215 Potential violation of Law of Demeter (object not created locally)
578 src/com/gps/action/CookieLoginAction.java 216 Comment is too large: Too many lines
579 src/com/gps/action/CookieLoginAction.java 225 Potential violation of Law of Demeter (object not created locally)
580 src/com/gps/action/CookieLoginAction.java 225 Potential violation of Law of Demeter (object not created locally)
581 src/com/gps/action/CookieLoginAction.java 227 Potential violation of Law of Demeter (object not created locally)
582 src/com/gps/action/CookieLoginAction.java 229 Potential violation of Law of Demeter (object not created locally)
583 src/com/gps/action/CookieLoginAction.java 229 Potential violation of Law of Demeter (object not created locally)
584 src/com/gps/action/CookieLoginAction.java 231 Potential violation of Law of Demeter (object not created locally)
585 src/com/gps/action/CookieLoginAction.java 231 Potential violation of Law of Demeter (object not created locally)
586 src/com/gps/action/CookieLoginAction.java 231 Potential violation of Law of Demeter (object not created locally)
587 src/com/gps/action/CookieLoginAction.java 235 Potential violation of Law of Demeter (object not created locally)
588 src/com/gps/action/CookieLoginAction.java 240 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 240
589 src/com/gps/action/CookieLoginAction.java 242 Avoid using Literals in Conditional Statements
590 src/com/gps/action/CookieLoginAction.java 242 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
591 src/com/gps/action/CookieLoginAction.java 244 Potential violation of Law of Demeter (method chain calls)
592 src/com/gps/action/CookieLoginAction.java 248 Potential violation of Law of Demeter (method chain calls)
593 src/com/gps/action/CookieLoginAction.java 256 Potential violation of Law of Demeter (object not created locally)
594 src/com/gps/action/CookieLoginAction.java 265 Potential violation of Law of Demeter (method chain calls)
595 src/com/gps/action/CookieLoginAction.java 268 Found 'DU'-anomaly for variable 'returnVal' (lines '268'-'307').
596 src/com/gps/action/CookieLoginAction.java 272 Potential violation of Law of Demeter (method chain calls)
597 src/com/gps/action/CookieLoginAction.java 273 Potential violation of Law of Demeter (method chain calls)
598 src/com/gps/action/CookieLoginAction.java 276 Potential violation of Law of Demeter (object not created locally)
599 src/com/gps/action/CookieLoginAction.java 277 Potential violation of Law of Demeter (method chain calls)
600 src/com/gps/action/CookieLoginAction.java 286 Found 'DU'-anomaly for variable 'returnVal' (lines '286'-'307').
601 src/com/gps/action/CookieLoginAction.java 293 A method should have only one exit point, and that should be the last statement in the method
602 src/com/gps/action/CookieLoginAction.java 297 System.out.print is used
603 src/com/gps/action/CookieLoginAction.java 298 A method should have only one exit point, and that should be the last statement in the method
604 src/com/gps/action/CookieLoginAction.java 301 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
605 src/com/gps/action/CookieLoginAction.java 308 Parameter 'arg0' is not assigned and could be declared final
606 src/com/gps/action/CookieLoginAction.java 308 publicMethodCommentRequirement Required
607 src/com/gps/action/CookieLoginAction.java 314 Parameter 'arg0' is not assigned and could be declared final
608 src/com/gps/action/CookieLoginAction.java 314 publicMethodCommentRequirement Required
609 src/com/gps/action/CookieLoginAction.java 321 A method/constructor shouldnt explicitly throw java.lang.Exception
610 src/com/gps/action/CookieLoginAction.java 321 publicMethodCommentRequirement Required
611 src/com/gps/action/CookieLoginAction.java 327 Parameter 'arg0' is not assigned and could be declared final
612 src/com/gps/action/CookieLoginAction.java 327 publicMethodCommentRequirement Required
613 src/com/gps/action/CookieLoginAction.java 332 Parameter 'vehicleGroupList' is not assigned and could be declared final
614 src/com/gps/action/CookieLoginAction.java 332 publicMethodCommentRequirement Required
615 src/com/gps/action/CookieLoginAction.java 336 publicMethodCommentRequirement Required
616 src/com/gps/action/CookieLoginAction.java 340 Parameter 'remember' is not assigned and could be declared final
617 src/com/gps/action/CookieLoginAction.java 340 publicMethodCommentRequirement Required
618 src/com/gps/action/CookieLoginAction.java 344 publicMethodCommentRequirement Required
619 src/com/gps/action/DeviceCRUDAction.java 2 A high number of imports can indicate a high degree of coupling within an object.
620 src/com/gps/action/DeviceCRUDAction.java 2 Possible God class (WMC=53, ATFD=31, TCC=0.19333333333333333)
621 src/com/gps/action/DeviceCRUDAction.java 8 Avoid unused imports such as 'java.util.Set'
622 src/com/gps/action/DeviceCRUDAction.java 18 Avoid unused imports such as 'org.jfree.util.Log'
623 src/com/gps/action/DeviceCRUDAction.java 31 Avoid unused imports such as 'com.gps.hibernate.Organization'
624 src/com/gps/action/DeviceCRUDAction.java 32 Avoid unused imports such as 'com.gps.hibernate.TripDetails'
625 src/com/gps/action/DeviceCRUDAction.java 33 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
626 src/com/gps/action/DeviceCRUDAction.java 38 Avoid unused imports such as 'com.opensymphony.xwork2.ActionSupport'
627 src/com/gps/action/DeviceCRUDAction.java 43 headerCommentRequirement Required
628 src/com/gps/action/DeviceCRUDAction.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
629 src/com/gps/action/DeviceCRUDAction.java 45 fieldCommentRequirement Required
630 src/com/gps/action/DeviceCRUDAction.java 46 Avoid unused private fields such as 'response'.
631 src/com/gps/action/DeviceCRUDAction.java 46 fieldCommentRequirement Required
632 src/com/gps/action/DeviceCRUDAction.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
633 src/com/gps/action/DeviceCRUDAction.java 47 fieldCommentRequirement Required
634 src/com/gps/action/DeviceCRUDAction.java 48 Avoid using redundant field initializer for 'tx'
635 src/com/gps/action/DeviceCRUDAction.java 48 Avoid variables with short names like tx
636 src/com/gps/action/DeviceCRUDAction.java 48 Use explicit scoping instead of the default package private level
637 src/com/gps/action/DeviceCRUDAction.java 48 fieldCommentRequirement Required
638 src/com/gps/action/DeviceCRUDAction.java 49 Avoid using redundant field initializer for 'sess'
639 src/com/gps/action/DeviceCRUDAction.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
640 src/com/gps/action/DeviceCRUDAction.java 49 Use explicit scoping instead of the default package private level
641 src/com/gps/action/DeviceCRUDAction.java 49 fieldCommentRequirement Required
642 src/com/gps/action/DeviceCRUDAction.java 50 fieldCommentRequirement Required
643 src/com/gps/action/DeviceCRUDAction.java 52 fieldCommentRequirement Required
644 src/com/gps/action/DeviceCRUDAction.java 54 Found non-transient, non-static member. Please mark as transient or provide accessors.
645 src/com/gps/action/DeviceCRUDAction.java 54 Use explicit scoping instead of the default package private level
646 src/com/gps/action/DeviceCRUDAction.java 54 fieldCommentRequirement Required
647 src/com/gps/action/DeviceCRUDAction.java 55 publicMethodCommentRequirement Required
648 src/com/gps/action/DeviceCRUDAction.java 59 Parameter 'istat' is not assigned and could be declared final
649 src/com/gps/action/DeviceCRUDAction.java 59 publicMethodCommentRequirement Required
650 src/com/gps/action/DeviceCRUDAction.java 64 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
651 src/com/gps/action/DeviceCRUDAction.java 64 fieldCommentRequirement Required
652 src/com/gps/action/DeviceCRUDAction.java 65 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
653 src/com/gps/action/DeviceCRUDAction.java 65 The Logger variable declaration does not contain the static and final modifiers
654 src/com/gps/action/DeviceCRUDAction.java 65 Use explicit scoping instead of the default package private level
655 src/com/gps/action/DeviceCRUDAction.java 65 fieldCommentRequirement Required
656 src/com/gps/action/DeviceCRUDAction.java 66 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
657 src/com/gps/action/DeviceCRUDAction.java 66 fieldCommentRequirement Required
658 src/com/gps/action/DeviceCRUDAction.java 67 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
659 src/com/gps/action/DeviceCRUDAction.java 67 fieldCommentRequirement Required
660 src/com/gps/action/DeviceCRUDAction.java 68 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
661 src/com/gps/action/DeviceCRUDAction.java 68 fieldCommentRequirement Required
662 src/com/gps/action/DeviceCRUDAction.java 69 publicMethodCommentRequirement Required
663 src/com/gps/action/DeviceCRUDAction.java 73 Parameter 'message1' is not assigned and could be declared final
664 src/com/gps/action/DeviceCRUDAction.java 73 publicMethodCommentRequirement Required
665 src/com/gps/action/DeviceCRUDAction.java 77 publicMethodCommentRequirement Required
666 src/com/gps/action/DeviceCRUDAction.java 81 Parameter 'message' is not assigned and could be declared final
667 src/com/gps/action/DeviceCRUDAction.java 81 publicMethodCommentRequirement Required
668 src/com/gps/action/DeviceCRUDAction.java 85 publicMethodCommentRequirement Required
669 src/com/gps/action/DeviceCRUDAction.java 89 publicMethodCommentRequirement Required
670 src/com/gps/action/DeviceCRUDAction.java 93 Parameter 'deviceId' is not assigned and could be declared final
671 src/com/gps/action/DeviceCRUDAction.java 93 publicMethodCommentRequirement Required
672 src/com/gps/action/DeviceCRUDAction.java 98 Parameter 'device' is not assigned and could be declared final
673 src/com/gps/action/DeviceCRUDAction.java 98 publicMethodCommentRequirement Required
674 src/com/gps/action/DeviceCRUDAction.java 102 Parameter 'deviceList' is not assigned and could be declared final
675 src/com/gps/action/DeviceCRUDAction.java 102 publicMethodCommentRequirement Required
676 src/com/gps/action/DeviceCRUDAction.java 106 publicMethodCommentRequirement Required
677 src/com/gps/action/DeviceCRUDAction.java 110 publicMethodCommentRequirement Required
678 src/com/gps/action/DeviceCRUDAction.java 112 There is log block not surrounded by if
679 src/com/gps/action/DeviceCRUDAction.java 112 There is log block not surrounded by if
680 src/com/gps/action/DeviceCRUDAction.java 117 There is log block not surrounded by if
681 src/com/gps/action/DeviceCRUDAction.java 117 There is log block not surrounded by if
682 src/com/gps/action/DeviceCRUDAction.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
683 src/com/gps/action/DeviceCRUDAction.java 121 Potential violation of Law of Demeter (object not created locally)
684 src/com/gps/action/DeviceCRUDAction.java 121 There is log block not surrounded by if
685 src/com/gps/action/DeviceCRUDAction.java 122 Avoid printStackTrace(); use a logger call instead.
686 src/com/gps/action/DeviceCRUDAction.java 122 Potential violation of Law of Demeter (object not created locally)
687 src/com/gps/action/DeviceCRUDAction.java 123 A method should have only one exit point, and that should be the last statement in the method
688 src/com/gps/action/DeviceCRUDAction.java 129 publicMethodCommentRequirement Required
689 src/com/gps/action/DeviceCRUDAction.java 132 Local variable 'value' could be declared final
690 src/com/gps/action/DeviceCRUDAction.java 138 publicMethodCommentRequirement Required
691 src/com/gps/action/DeviceCRUDAction.java 140 The String literal "device" appears 5 times in this file; the first occurrence is on line 140
692 src/com/gps/action/DeviceCRUDAction.java 141 Found 'DU'-anomaly for variable 'rdao' (lines '141'-'188').
693 src/com/gps/action/DeviceCRUDAction.java 141 Local variable 'rdao' could be declared final
694 src/com/gps/action/DeviceCRUDAction.java 143 Found 'DD'-anomaly for variable 'val' (lines '143'-'146').
695 src/com/gps/action/DeviceCRUDAction.java 143 Found 'DD'-anomaly for variable 'val' (lines '143'-'176').
696 src/com/gps/action/DeviceCRUDAction.java 143 Found 'DD'-anomaly for variable 'val' (lines '143'-'185').
697 src/com/gps/action/DeviceCRUDAction.java 144 Local variable 'type' could be declared final
698 src/com/gps/action/DeviceCRUDAction.java 145 Position literals first in String comparisons
699 src/com/gps/action/DeviceCRUDAction.java 145 Potential violation of Law of Demeter (object not created locally)
700 src/com/gps/action/DeviceCRUDAction.java 146 Avoid using if...else statements without curly braces
701 src/com/gps/action/DeviceCRUDAction.java 148 Position literals first in String comparisons
702 src/com/gps/action/DeviceCRUDAction.java 148 Potential violation of Law of Demeter (object not created locally)
703 src/com/gps/action/DeviceCRUDAction.java 150 Avoid using if...else statements without curly braces
704 src/com/gps/action/DeviceCRUDAction.java 152 Local variable 'dpdao' could be declared final
705 src/com/gps/action/DeviceCRUDAction.java 153 Potential violation of Law of Demeter (method chain calls)
706 src/com/gps/action/DeviceCRUDAction.java 153 Potential violation of Law of Demeter (object not created locally)
707 src/com/gps/action/DeviceCRUDAction.java 156 Avoid empty if statements
708 src/com/gps/action/DeviceCRUDAction.java 163 Potential violation of Law of Demeter (object not created locally)
709 src/com/gps/action/DeviceCRUDAction.java 171 Comment is too large: Line too long
710 src/com/gps/action/DeviceCRUDAction.java 172 Potential violation of Law of Demeter (object not created locally)
711 src/com/gps/action/DeviceCRUDAction.java 173 Potential violation of Law of Demeter (object not created locally)
712 src/com/gps/action/DeviceCRUDAction.java 176 Found 'DD'-anomaly for variable 'val' (lines '176'-'181').
713 src/com/gps/action/DeviceCRUDAction.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
714 src/com/gps/action/DeviceCRUDAction.java 180 Avoid printStackTrace(); use a logger call instead.
715 src/com/gps/action/DeviceCRUDAction.java 180 Potential violation of Law of Demeter (object not created locally)
716 src/com/gps/action/DeviceCRUDAction.java 185 Avoid using if...else statements without curly braces
717 src/com/gps/action/DeviceCRUDAction.java 192 publicMethodCommentRequirement Required
718 src/com/gps/action/DeviceCRUDAction.java 200 publicMethodCommentRequirement Required
719 src/com/gps/action/DeviceCRUDAction.java 209 Local variable 'devdao' could be declared final
720 src/com/gps/action/DeviceCRUDAction.java 210 Potential violation of Law of Demeter (object not created locally)
721 src/com/gps/action/DeviceCRUDAction.java 214 Potential violation of Law of Demeter (method chain calls)
722 src/com/gps/action/DeviceCRUDAction.java 216 A method should have only one exit point, and that should be the last statement in the method
723 src/com/gps/action/DeviceCRUDAction.java 218 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
724 src/com/gps/action/DeviceCRUDAction.java 227 publicMethodCommentRequirement Required
725 src/com/gps/action/DeviceCRUDAction.java 232 Comment is too large: Too many lines
726 src/com/gps/action/DeviceCRUDAction.java 245 Local variable 'devproDao' could be declared final
727 src/com/gps/action/DeviceCRUDAction.java 248 Local variable 'ownIP' could be declared final
728 src/com/gps/action/DeviceCRUDAction.java 249 Potential violation of Law of Demeter (object not created locally)
729 src/com/gps/action/DeviceCRUDAction.java 253 Potential violation of Law of Demeter (object not created locally)
730 src/com/gps/action/DeviceCRUDAction.java 255 Potential violation of Law of Demeter (method chain calls)
731 src/com/gps/action/DeviceCRUDAction.java 257 A method should have only one exit point, and that should be the last statement in the method
732 src/com/gps/action/DeviceCRUDAction.java 257 The String literal "add" appears 5 times in this file; the first occurrence is on line 257
733 src/com/gps/action/DeviceCRUDAction.java 262 Potential violation of Law of Demeter (object not created locally)
734 src/com/gps/action/DeviceCRUDAction.java 263 A method should have only one exit point, and that should be the last statement in the method
735 src/com/gps/action/DeviceCRUDAction.java 269 Potential violation of Law of Demeter (object not created locally)
736 src/com/gps/action/DeviceCRUDAction.java 270 A method should have only one exit point, and that should be the last statement in the method
737 src/com/gps/action/DeviceCRUDAction.java 276 Potential violation of Law of Demeter (object not created locally)
738 src/com/gps/action/DeviceCRUDAction.java 277 A method should have only one exit point, and that should be the last statement in the method
739 src/com/gps/action/DeviceCRUDAction.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
740 src/com/gps/action/DeviceCRUDAction.java 293 publicMethodCommentRequirement Required
741 src/com/gps/action/DeviceCRUDAction.java 299 Found 'DU'-anomaly for variable 'devproDao' (lines '299'-'337').
742 src/com/gps/action/DeviceCRUDAction.java 299 Local variable 'devproDao' could be declared final
743 src/com/gps/action/DeviceCRUDAction.java 300 Potential violation of Law of Demeter (method chain calls)
744 src/com/gps/action/DeviceCRUDAction.java 300 Potential violation of Law of Demeter (method chain calls)
745 src/com/gps/action/DeviceCRUDAction.java 300 Potential violation of Law of Demeter (method chain calls)
746 src/com/gps/action/DeviceCRUDAction.java 300 Potential violation of Law of Demeter (method chain calls)
747 src/com/gps/action/DeviceCRUDAction.java 310 Potential violation of Law of Demeter (object not created locally)
748 src/com/gps/action/DeviceCRUDAction.java 312 Avoid using Literals in Conditional Statements
749 src/com/gps/action/DeviceCRUDAction.java 312 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
750 src/com/gps/action/DeviceCRUDAction.java 318 Avoid empty if statements
751 src/com/gps/action/DeviceCRUDAction.java 321 A method should have only one exit point, and that should be the last statement in the method
752 src/com/gps/action/DeviceCRUDAction.java 327 A method should have only one exit point, and that should be the last statement in the method
753 src/com/gps/action/DeviceCRUDAction.java 331 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
754 src/com/gps/action/DeviceCRUDAction.java 334 Avoid printStackTrace(); use a logger call instead.
755 src/com/gps/action/DeviceCRUDAction.java 334 Potential violation of Law of Demeter (object not created locally)
756 src/com/gps/action/DeviceCRUDAction.java 341 Method names should not start with capital letters
757 src/com/gps/action/DeviceCRUDAction.java 341 publicMethodCommentRequirement Required
758 src/com/gps/action/DeviceCRUDAction.java 345 Local variable 'devproDao' could be declared final
759 src/com/gps/action/DeviceCRUDAction.java 346 Potential violation of Law of Demeter (object not created locally)
760 src/com/gps/action/DeviceCRUDAction.java 347 A method should have only one exit point, and that should be the last statement in the method
761 src/com/gps/action/DeviceCRUDAction.java 347 The String literal "sucess" appears 7 times in this file; the first occurrence is on line 347
762 src/com/gps/action/DeviceCRUDAction.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
763 src/com/gps/action/DeviceCRUDAction.java 352 Avoid printStackTrace(); use a logger call instead.
764 src/com/gps/action/DeviceCRUDAction.java 352 Potential violation of Law of Demeter (object not created locally)
765 src/com/gps/action/DeviceCRUDAction.java 360 publicMethodCommentRequirement Required
766 src/com/gps/action/DeviceCRUDAction.java 369 Local variable 'udao' could be declared final
767 src/com/gps/action/DeviceCRUDAction.java 370 Potential violation of Law of Demeter (method chain calls)
768 src/com/gps/action/DeviceCRUDAction.java 370 Potential violation of Law of Demeter (method chain calls)
769 src/com/gps/action/DeviceCRUDAction.java 370 Potential violation of Law of Demeter (method chain calls)
770 src/com/gps/action/DeviceCRUDAction.java 370 Potential violation of Law of Demeter (object not created locally)
771 src/com/gps/action/DeviceCRUDAction.java 373 Potential violation of Law of Demeter (method chain calls)
772 src/com/gps/action/DeviceCRUDAction.java 380 Potential violation of Law of Demeter (method chain calls)
773 src/com/gps/action/DeviceCRUDAction.java 380 Potential violation of Law of Demeter (method chain calls)
774 src/com/gps/action/DeviceCRUDAction.java 390 Local variable 'vehicle1' could be declared final
775 src/com/gps/action/DeviceCRUDAction.java 392 Avoid if (x != y) ..; else ..;
776 src/com/gps/action/DeviceCRUDAction.java 392 Avoid using Literals in Conditional Statements
777 src/com/gps/action/DeviceCRUDAction.java 392 Potential violation of Law of Demeter (object not created locally)
778 src/com/gps/action/DeviceCRUDAction.java 392 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
779 src/com/gps/action/DeviceCRUDAction.java 397 Potential violation of Law of Demeter (method chain calls)
780 src/com/gps/action/DeviceCRUDAction.java 397 Potential violation of Law of Demeter (object not created locally)
781 src/com/gps/action/DeviceCRUDAction.java 398 Local variable 'vpd' could be declared final
782 src/com/gps/action/DeviceCRUDAction.java 399 Potential violation of Law of Demeter (object not created locally)
783 src/com/gps/action/DeviceCRUDAction.java 399 Potential violation of Law of Demeter (object not created locally)
784 src/com/gps/action/DeviceCRUDAction.java 402 Avoid empty if statements
785 src/com/gps/action/DeviceCRUDAction.java 408 Local variable 'devproDao' could be declared final
786 src/com/gps/action/DeviceCRUDAction.java 409 Potential violation of Law of Demeter (object not created locally)
787 src/com/gps/action/DeviceCRUDAction.java 411 A method should have only one exit point, and that should be the last statement in the method
788 src/com/gps/action/DeviceCRUDAction.java 418 Potential violation of Law of Demeter (object not created locally)
789 src/com/gps/action/DeviceCRUDAction.java 419 A method should have only one exit point, and that should be the last statement in the method
790 src/com/gps/action/DeviceCRUDAction.java 425 Potential violation of Law of Demeter (object not created locally)
791 src/com/gps/action/DeviceCRUDAction.java 426 A method should have only one exit point, and that should be the last statement in the method
792 src/com/gps/action/DeviceCRUDAction.java 432 Potential violation of Law of Demeter (object not created locally)
793 src/com/gps/action/DeviceCRUDAction.java 433 A method should have only one exit point, and that should be the last statement in the method
794 src/com/gps/action/DeviceCRUDAction.java 436 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
795 src/com/gps/action/DeviceCRUDAction.java 441 Avoid empty finally blocks
796 src/com/gps/action/DeviceCRUDAction.java 449 publicMethodCommentRequirement Required
797 src/com/gps/action/DeviceCRUDAction.java 455 Found 'DU'-anomaly for variable 'devproDao' (lines '455'-'493').
798 src/com/gps/action/DeviceCRUDAction.java 455 Local variable 'devproDao' could be declared final
799 src/com/gps/action/DeviceCRUDAction.java 456 Local variable 'devdao' could be declared final
800 src/com/gps/action/DeviceCRUDAction.java 458 Potential violation of Law of Demeter (object not created locally)
801 src/com/gps/action/DeviceCRUDAction.java 460 Avoid if (x != y) ..; else ..;
802 src/com/gps/action/DeviceCRUDAction.java 460 Potential violation of Law of Demeter (method chain calls)
803 src/com/gps/action/DeviceCRUDAction.java 463 Potential violation of Law of Demeter (object not created locally)
804 src/com/gps/action/DeviceCRUDAction.java 465 Comment is too large: Line too long
805 src/com/gps/action/DeviceCRUDAction.java 466 Assigning an Object to null is a code smell. Consider refactoring.
806 src/com/gps/action/DeviceCRUDAction.java 468 A method should have only one exit point, and that should be the last statement in the method
807 src/com/gps/action/DeviceCRUDAction.java 483 A method should have only one exit point, and that should be the last statement in the method
808 src/com/gps/action/DeviceCRUDAction.java 486 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
809 src/com/gps/action/DeviceCRUDAction.java 489 Avoid printStackTrace(); use a logger call instead.
810 src/com/gps/action/DeviceCRUDAction.java 489 Potential violation of Law of Demeter (object not created locally)
811 src/com/gps/action/DeviceCRUDAction.java 498 A method/constructor shouldnt explicitly throw java.lang.Exception
812 src/com/gps/action/DeviceCRUDAction.java 498 Parameter 'deviceId' is not assigned and could be declared final
813 src/com/gps/action/DeviceCRUDAction.java 498 publicMethodCommentRequirement Required
814 src/com/gps/action/DeviceCRUDAction.java 501 Local variable 'vdao' could be declared final
815 src/com/gps/action/DeviceCRUDAction.java 502 Found 'DD'-anomaly for variable 'vehicleList' (lines '502'-'509').
816 src/com/gps/action/DeviceCRUDAction.java 505 Potential violation of Law of Demeter (object not created locally)
817 src/com/gps/action/DeviceCRUDAction.java 507 Local variable 'query' could be declared final
818 src/com/gps/action/DeviceCRUDAction.java 508 Potential violation of Law of Demeter (object not created locally)
819 src/com/gps/action/DeviceCRUDAction.java 509 Potential violation of Law of Demeter (object not created locally)
820 src/com/gps/action/DeviceCRUDAction.java 515 A catch statement that catches an exception only to rethrow it should be avoided.
821 src/com/gps/action/DeviceCRUDAction.java 515 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
822 src/com/gps/action/DeviceCRUDAction.java 526 Parameter 'arg0' is not assigned and could be declared final
823 src/com/gps/action/DeviceCRUDAction.java 526 publicMethodCommentRequirement Required
824 src/com/gps/action/DeviceCRUDAction.java 533 Parameter 'arg0' is not assigned and could be declared final
825 src/com/gps/action/DeviceCRUDAction.java 533 publicMethodCommentRequirement Required
826 src/com/gps/action/FenceVehicleMapAction.java 23 headerCommentRequirement Required
827 src/com/gps/action/FenceVehicleMapAction.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
828 src/com/gps/action/FenceVehicleMapAction.java 25 fieldCommentRequirement Required
829 src/com/gps/action/FenceVehicleMapAction.java 26 Avoid unused private fields such as 'response'.
830 src/com/gps/action/FenceVehicleMapAction.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
831 src/com/gps/action/FenceVehicleMapAction.java 26 Perhaps 'response' could be replaced by a local variable.
832 src/com/gps/action/FenceVehicleMapAction.java 26 fieldCommentRequirement Required
833 src/com/gps/action/FenceVehicleMapAction.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
834 src/com/gps/action/FenceVehicleMapAction.java 27 fieldCommentRequirement Required
835 src/com/gps/action/FenceVehicleMapAction.java 28 fieldCommentRequirement Required
836 src/com/gps/action/FenceVehicleMapAction.java 29 fieldCommentRequirement Required
837 src/com/gps/action/FenceVehicleMapAction.java 30 fieldCommentRequirement Required
838 src/com/gps/action/FenceVehicleMapAction.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
839 src/com/gps/action/FenceVehicleMapAction.java 31 Use explicit scoping instead of the default package private level
840 src/com/gps/action/FenceVehicleMapAction.java 31 fieldCommentRequirement Required
841 src/com/gps/action/FenceVehicleMapAction.java 32 Found non-transient, non-static member. Please mark as transient or provide accessors.
842 src/com/gps/action/FenceVehicleMapAction.java 32 Use explicit scoping instead of the default package private level
843 src/com/gps/action/FenceVehicleMapAction.java 32 fieldCommentRequirement Required
844 src/com/gps/action/FenceVehicleMapAction.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
845 src/com/gps/action/FenceVehicleMapAction.java 33 Use explicit scoping instead of the default package private level
846 src/com/gps/action/FenceVehicleMapAction.java 33 fieldCommentRequirement Required
847 src/com/gps/action/FenceVehicleMapAction.java 34 fieldCommentRequirement Required
848 src/com/gps/action/FenceVehicleMapAction.java 35 Avoid using redundant field initializer for 'tripid'
849 src/com/gps/action/FenceVehicleMapAction.java 35 fieldCommentRequirement Required
850 src/com/gps/action/FenceVehicleMapAction.java 36 fieldCommentRequirement Required
851 src/com/gps/action/FenceVehicleMapAction.java 37 The Logger variable declaration does not contain the static and final modifiers
852 src/com/gps/action/FenceVehicleMapAction.java 37 Use explicit scoping instead of the default package private level
853 src/com/gps/action/FenceVehicleMapAction.java 37 fieldCommentRequirement Required
854 src/com/gps/action/FenceVehicleMapAction.java 38 Use explicit scoping instead of the default package private level
855 src/com/gps/action/FenceVehicleMapAction.java 38 fieldCommentRequirement Required
856 src/com/gps/action/FenceVehicleMapAction.java 40 publicMethodCommentRequirement Required
857 src/com/gps/action/FenceVehicleMapAction.java 41 Returning 'vehicleCheck' may expose an internal array.
858 src/com/gps/action/FenceVehicleMapAction.java 45 Parameter 'vehicleCheck' is not assigned and could be declared final
859 src/com/gps/action/FenceVehicleMapAction.java 45 The user-supplied array 'vehicleCheck' is stored directly.
860 src/com/gps/action/FenceVehicleMapAction.java 45 publicMethodCommentRequirement Required
861 src/com/gps/action/FenceVehicleMapAction.java 56 Found 'DD'-anomaly for variable 'fenceid' (lines '56'-'63').
862 src/com/gps/action/FenceVehicleMapAction.java 57 Local variable 'mapDAO' could be declared final
863 src/com/gps/action/FenceVehicleMapAction.java 63 Found 'DD'-anomaly for variable 'fenceid' (lines '63'-'70').
864 src/com/gps/action/FenceVehicleMapAction.java 65 Potential violation of Law of Demeter (method chain calls)
865 src/com/gps/action/FenceVehicleMapAction.java 65 Potential violation of Law of Demeter (method chain calls)
866 src/com/gps/action/FenceVehicleMapAction.java 69 System.out.print is used
867 src/com/gps/action/FenceVehicleMapAction.java 72 Potential violation of Law of Demeter (object not created locally)
868 src/com/gps/action/FenceVehicleMapAction.java 74 Potential violation of Law of Demeter (method chain calls)
869 src/com/gps/action/FenceVehicleMapAction.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
870 src/com/gps/action/FenceVehicleMapAction.java 81 Avoid printStackTrace(); use a logger call instead.
871 src/com/gps/action/FenceVehicleMapAction.java 81 Potential violation of Law of Demeter (object not created locally)
872 src/com/gps/action/FenceVehicleMapAction.java 92 Found 'DU'-anomaly for variable 'mapDAO' (lines '92'-'115').
873 src/com/gps/action/FenceVehicleMapAction.java 92 Local variable 'mapDAO' could be declared final
874 src/com/gps/action/FenceVehicleMapAction.java 93 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'chk_vehicles' is not final.
875 src/com/gps/action/FenceVehicleMapAction.java 98 Found 'DU'-anomaly for variable 'chk_vehicles' (lines '98'-'115').
876 src/com/gps/action/FenceVehicleMapAction.java 98 The String literal "vehicleCheck" appears 4 times in this file; the first occurrence is on line 98
877 src/com/gps/action/FenceVehicleMapAction.java 104 Potential violation of Law of Demeter (method chain calls)
878 src/com/gps/action/FenceVehicleMapAction.java 104 Potential violation of Law of Demeter (method chain calls)
879 src/com/gps/action/FenceVehicleMapAction.java 104 Potential violation of Law of Demeter (object not created locally)
880 src/com/gps/action/FenceVehicleMapAction.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
881 src/com/gps/action/FenceVehicleMapAction.java 111 Avoid printStackTrace(); use a logger call instead.
882 src/com/gps/action/FenceVehicleMapAction.java 111 Potential violation of Law of Demeter (object not created locally)
883 src/com/gps/action/FenceVehicleMapAction.java 121 Found 'UR'-anomaly for variable 'veh' (lines '121'-'134').
884 src/com/gps/action/FenceVehicleMapAction.java 122 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final.
885 src/com/gps/action/FenceVehicleMapAction.java 123 Local variable 'selectedVehId' could be declared final
886 src/com/gps/action/FenceVehicleMapAction.java 124 Found 'DU'-anomaly for variable 'vehDAO' (lines '124'-'170').
887 src/com/gps/action/FenceVehicleMapAction.java 124 Local variable 'vehDAO' could be declared final
888 src/com/gps/action/FenceVehicleMapAction.java 129 Potential violation of Law of Demeter (method chain calls)
889 src/com/gps/action/FenceVehicleMapAction.java 130 Found 'DU'-anomaly for variable 'values_chk' (lines '130'-'170').
890 src/com/gps/action/FenceVehicleMapAction.java 132 Local variable 'veh' could be declared final
891 src/com/gps/action/FenceVehicleMapAction.java 134 Potential violation of Law of Demeter (method chain calls)
892 src/com/gps/action/FenceVehicleMapAction.java 134 Potential violation of Law of Demeter (method chain calls)
893 src/com/gps/action/FenceVehicleMapAction.java 134 Potential violation of Law of Demeter (object not created locally)
894 src/com/gps/action/FenceVehicleMapAction.java 140 Local variable 'ckdList' could be declared final
895 src/com/gps/action/FenceVehicleMapAction.java 141 Potential violation of Law of Demeter (object not created locally)
896 src/com/gps/action/FenceVehicleMapAction.java 143 Potential violation of Law of Demeter (object not created locally)
897 src/com/gps/action/FenceVehicleMapAction.java 145 Potential violation of Law of Demeter (object not created locally)
898 src/com/gps/action/FenceVehicleMapAction.java 145 Potential violation of Law of Demeter (object not created locally)
899 src/com/gps/action/FenceVehicleMapAction.java 149 Potential violation of Law of Demeter (object not created locally)
900 src/com/gps/action/FenceVehicleMapAction.java 149 Potential violation of Law of Demeter (object not created locally)
901 src/com/gps/action/FenceVehicleMapAction.java 154 Avoid using Literals in Conditional Statements
902 src/com/gps/action/FenceVehicleMapAction.java 154 Potential violation of Law of Demeter (object not created locally)
903 src/com/gps/action/FenceVehicleMapAction.java 154 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
904 src/com/gps/action/FenceVehicleMapAction.java 156 Potential violation of Law of Demeter (object not created locally)
905 src/com/gps/action/FenceVehicleMapAction.java 157 Potential violation of Law of Demeter (object not created locally)
906 src/com/gps/action/FenceVehicleMapAction.java 157 Potential violation of Law of Demeter (object not created locally)
907 src/com/gps/action/FenceVehicleMapAction.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
908 src/com/gps/action/FenceVehicleMapAction.java 167 Avoid printStackTrace(); use a logger call instead.
909 src/com/gps/action/FenceVehicleMapAction.java 167 Potential violation of Law of Demeter (object not created locally)
910 src/com/gps/action/FenceVehicleMapAction.java 173 Found 'UR'-anomaly for variable 'fence' (lines '173'-'204').
911 src/com/gps/action/FenceVehicleMapAction.java 176 Found 'DD'-anomaly for variable 'trip' (lines '176'-'188').
912 src/com/gps/action/FenceVehicleMapAction.java 176 Found 'DU'-anomaly for variable 'trip' (lines '176'-'218').
913 src/com/gps/action/FenceVehicleMapAction.java 178 Found 'DD'-anomaly for variable 'counter' (lines '178'-'203').
914 src/com/gps/action/FenceVehicleMapAction.java 178 Found 'DU'-anomaly for variable 'counter' (lines '178'-'218').
915 src/com/gps/action/FenceVehicleMapAction.java 184 Potential violation of Law of Demeter (method chain calls)
916 src/com/gps/action/FenceVehicleMapAction.java 184 Potential violation of Law of Demeter (method chain calls)
917 src/com/gps/action/FenceVehicleMapAction.java 185 Potential violation of Law of Demeter (object not created locally)
918 src/com/gps/action/FenceVehicleMapAction.java 187 Avoid using if statements without curly braces
919 src/com/gps/action/FenceVehicleMapAction.java 188 Found 'DU'-anomaly for variable 'trip' (lines '188'-'218').
920 src/com/gps/action/FenceVehicleMapAction.java 188 Potential violation of Law of Demeter (object not created locally)
921 src/com/gps/action/FenceVehicleMapAction.java 191 Potential violation of Law of Demeter (object not created locally)
922 src/com/gps/action/FenceVehicleMapAction.java 192 There is log block not surrounded by if
923 src/com/gps/action/FenceVehicleMapAction.java 192 There is log block not surrounded by if
924 src/com/gps/action/FenceVehicleMapAction.java 196 Potential violation of Law of Demeter (object not created locally)
925 src/com/gps/action/FenceVehicleMapAction.java 196 There is log block not surrounded by if
926 src/com/gps/action/FenceVehicleMapAction.java 196 There is log block not surrounded by if
927 src/com/gps/action/FenceVehicleMapAction.java 197 Potential violation of Law of Demeter (object not created locally)
928 src/com/gps/action/FenceVehicleMapAction.java 198 There is log block not surrounded by if
929 src/com/gps/action/FenceVehicleMapAction.java 198 There is log block not surrounded by if
930 src/com/gps/action/FenceVehicleMapAction.java 200 Avoid using Literals in Conditional Statements
931 src/com/gps/action/FenceVehicleMapAction.java 200 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
932 src/com/gps/action/FenceVehicleMapAction.java 201 Local variable 'fence' could be declared final
933 src/com/gps/action/FenceVehicleMapAction.java 204 Potential violation of Law of Demeter (object not created locally)
934 src/com/gps/action/FenceVehicleMapAction.java 204 Potential violation of Law of Demeter (object not created locally)
935 src/com/gps/action/FenceVehicleMapAction.java 204 Potential violation of Law of Demeter (object not created locally)
936 src/com/gps/action/FenceVehicleMapAction.java 204 Potential violation of Law of Demeter (object not created locally)
937 src/com/gps/action/FenceVehicleMapAction.java 204 Potential violation of Law of Demeter (object not created locally)
938 src/com/gps/action/FenceVehicleMapAction.java 205 Avoid using if statements without curly braces
939 src/com/gps/action/FenceVehicleMapAction.java 208 There is log block not surrounded by if
940 src/com/gps/action/FenceVehicleMapAction.java 208 There is log block not surrounded by if
941 src/com/gps/action/FenceVehicleMapAction.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
942 src/com/gps/action/FenceVehicleMapAction.java 215 Avoid printStackTrace(); use a logger call instead.
943 src/com/gps/action/FenceVehicleMapAction.java 215 Potential violation of Law of Demeter (object not created locally)
944 src/com/gps/action/FenceVehicleMapAction.java 221 Parameter 'request' is not assigned and could be declared final
945 src/com/gps/action/FenceVehicleMapAction.java 221 publicMethodCommentRequirement Required
946 src/com/gps/action/FenceVehicleMapAction.java 227 Parameter 'response' is not assigned and could be declared final
947 src/com/gps/action/FenceVehicleMapAction.java 227 publicMethodCommentRequirement Required
948 src/com/gps/action/FenceVehicleMapAction.java 243 Parameter 'vehicleList' is not assigned and could be declared final
949 src/com/gps/action/FenceVehicleMapAction.java 257 Parameter 'fenceid' is not assigned and could be declared final
950 src/com/gps/action/FenceVehicleMapAction.java 271 Parameter 'mappedList' is not assigned and could be declared final
951 src/com/gps/action/FenceVehicleMapAction.java 285 Parameter 'fences' is not assigned and could be declared final
952 src/com/gps/action/FenceVehicleMapAction.java 299 Parameter 'tripid' is not assigned and could be declared final
953 src/com/gps/action/FenceVehicleMapAction.java 313 Parameter 'fenceList' is not assigned and could be declared final
954 src/com/gps/action/GenerateMap.java 10 A high number of imports can indicate a high degree of coupling within an object.
955 src/com/gps/action/GenerateMap.java 10 Possible God class (WMC=285, ATFD=342, TCC=0.13658536585365855)
956 src/com/gps/action/GenerateMap.java 26 Avoid unused imports such as 'java.util.HashMap'
957 src/com/gps/action/GenerateMap.java 27 Avoid unused imports such as 'java.util.HashSet'
958 src/com/gps/action/GenerateMap.java 59 Avoid unused imports such as 'com.gps.hibernate.UserDAO'
959 src/com/gps/action/GenerateMap.java 60 Avoid unused imports such as 'com.gps.hibernate.UsersOrgsDAO'
960 src/com/gps/action/GenerateMap.java 65 Avoid unused imports such as 'com.gps.utilities.MyLogger'
961 src/com/gps/action/GenerateMap.java 67 Avoid duplicate imports such as 'com.liferay.portal.model.User'
962 src/com/gps/action/GenerateMap.java 71 Avoid really long classes.
963 src/com/gps/action/GenerateMap.java 71 The class 'GenerateMap' has a Cyclomatic Complexity of 7 (Highest = 75).
964 src/com/gps/action/GenerateMap.java 71 Too many fields
965 src/com/gps/action/GenerateMap.java 71 headerCommentRequirement Required
966 src/com/gps/action/GenerateMap.java 72 This class has too many methods, consider refactoring it.
967 src/com/gps/action/GenerateMap.java 77 The Logger variable declaration does not contain the static and final modifiers
968 src/com/gps/action/GenerateMap.java 77 Use explicit scoping instead of the default package private level
969 src/com/gps/action/GenerateMap.java 77 fieldCommentRequirement Required
970 src/com/gps/action/GenerateMap.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
971 src/com/gps/action/GenerateMap.java 78 Use explicit scoping instead of the default package private level
972 src/com/gps/action/GenerateMap.java 78 fieldCommentRequirement Required
973 src/com/gps/action/GenerateMap.java 79 Found non-transient, non-static member. Please mark as transient or provide accessors.
974 src/com/gps/action/GenerateMap.java 79 Use explicit scoping instead of the default package private level
975 src/com/gps/action/GenerateMap.java 79 fieldCommentRequirement Required
976 src/com/gps/action/GenerateMap.java 80 Found non-transient, non-static member. Please mark as transient or provide accessors.
977 src/com/gps/action/GenerateMap.java 80 Use explicit scoping instead of the default package private level
978 src/com/gps/action/GenerateMap.java 80 fieldCommentRequirement Required
979 src/com/gps/action/GenerateMap.java 81 Found non-transient, non-static member. Please mark as transient or provide accessors.
980 src/com/gps/action/GenerateMap.java 81 Use explicit scoping instead of the default package private level
981 src/com/gps/action/GenerateMap.java 81 fieldCommentRequirement Required
982 src/com/gps/action/GenerateMap.java 82 fieldCommentRequirement Required
983 src/com/gps/action/GenerateMap.java 83 fieldCommentRequirement Required
984 src/com/gps/action/GenerateMap.java 84 publicMethodCommentRequirement Required
985 src/com/gps/action/GenerateMap.java 89 Parameter 'vehicleGroupList' is not assigned and could be declared final
986 src/com/gps/action/GenerateMap.java 89 publicMethodCommentRequirement Required
987 src/com/gps/action/GenerateMap.java 92 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
988 src/com/gps/action/GenerateMap.java 92 fieldCommentRequirement Required
989 src/com/gps/action/GenerateMap.java 93 Avoid using redundant field initializer for 'vedetails'
990 src/com/gps/action/GenerateMap.java 93 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
991 src/com/gps/action/GenerateMap.java 93 fieldCommentRequirement Required
992 src/com/gps/action/GenerateMap.java 94 Avoid using redundant field initializer for 'vehList'
993 src/com/gps/action/GenerateMap.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
994 src/com/gps/action/GenerateMap.java 94 fieldCommentRequirement Required
995 src/com/gps/action/GenerateMap.java 95 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
996 src/com/gps/action/GenerateMap.java 95 fieldCommentRequirement Required
997 src/com/gps/action/GenerateMap.java 96 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
998 src/com/gps/action/GenerateMap.java 96 fieldCommentRequirement Required
999 src/com/gps/action/GenerateMap.java 97 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1000 src/com/gps/action/GenerateMap.java 97 fieldCommentRequirement Required
1001 src/com/gps/action/GenerateMap.java 98 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1002 src/com/gps/action/GenerateMap.java 98 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final.
1003 src/com/gps/action/GenerateMap.java 98 fieldCommentRequirement Required
1004 src/com/gps/action/GenerateMap.java 99 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1005 src/com/gps/action/GenerateMap.java 99 fieldCommentRequirement Required
1006 src/com/gps/action/GenerateMap.java 100 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
1007 src/com/gps/action/GenerateMap.java 100 fieldCommentRequirement Required
1008 src/com/gps/action/GenerateMap.java 101 publicMethodCommentRequirement Required
1009 src/com/gps/action/GenerateMap.java 104 Parameter 'tripDetails1' is not assigned and could be declared final
1010 src/com/gps/action/GenerateMap.java 104 publicMethodCommentRequirement Required
1011 src/com/gps/action/GenerateMap.java 107 publicMethodCommentRequirement Required
1012 src/com/gps/action/GenerateMap.java 110 Parameter 'orgVehicleList' is not assigned and could be declared final
1013 src/com/gps/action/GenerateMap.java 110 publicMethodCommentRequirement Required
1014 src/com/gps/action/GenerateMap.java 115 publicMethodCommentRequirement Required
1015 src/com/gps/action/GenerateMap.java 118 Parameter 'vehicleDetails' is not assigned and could be declared final
1016 src/com/gps/action/GenerateMap.java 118 publicMethodCommentRequirement Required
1017 src/com/gps/action/GenerateMap.java 122 publicMethodCommentRequirement Required
1018 src/com/gps/action/GenerateMap.java 126 Parameter 'vedetails' is not assigned and could be declared final
1019 src/com/gps/action/GenerateMap.java 126 publicMethodCommentRequirement Required
1020 src/com/gps/action/GenerateMap.java 129 publicMethodCommentRequirement Required
1021 src/com/gps/action/GenerateMap.java 132 Parameter 'vehList' is not assigned and could be declared final
1022 src/com/gps/action/GenerateMap.java 132 publicMethodCommentRequirement Required
1023 src/com/gps/action/GenerateMap.java 135 publicMethodCommentRequirement Required
1024 src/com/gps/action/GenerateMap.java 138 Parameter 'colurList' is not assigned and could be declared final
1025 src/com/gps/action/GenerateMap.java 138 publicMethodCommentRequirement Required
1026 src/com/gps/action/GenerateMap.java 141 publicMethodCommentRequirement Required
1027 src/com/gps/action/GenerateMap.java 144 Parameter 'tripDetails' is not assigned and could be declared final
1028 src/com/gps/action/GenerateMap.java 144 publicMethodCommentRequirement Required
1029 src/com/gps/action/GenerateMap.java 147 Method names should not contain underscores
1030 src/com/gps/action/GenerateMap.java 147 publicMethodCommentRequirement Required
1031 src/com/gps/action/GenerateMap.java 150 Method names should not contain underscores
1032 src/com/gps/action/GenerateMap.java 150 Parameter 'tripDetailsDate' is not assigned and could be declared final
1033 src/com/gps/action/GenerateMap.java 150 publicMethodCommentRequirement Required
1034 src/com/gps/action/GenerateMap.java 153 Comment is too large: Too many lines
1035 src/com/gps/action/GenerateMap.java 162 Avoid really long methods.
1036 src/com/gps/action/GenerateMap.java 162 Method names should not start with capital letters
1037 src/com/gps/action/GenerateMap.java 162 The method 'List' has a Cyclomatic Complexity of 10.
1038 src/com/gps/action/GenerateMap.java 164 Local variable 'vpd' could be declared final
1039 src/com/gps/action/GenerateMap.java 167 There is log block not surrounded by if
1040 src/com/gps/action/GenerateMap.java 167 There is log block not surrounded by if
1041 src/com/gps/action/GenerateMap.java 173 An empty statement (semicolon) not part of a loop
1042 src/com/gps/action/GenerateMap.java 174 The String literal "user" appears 9 times in this file; the first occurrence is on line 174
1043 src/com/gps/action/GenerateMap.java 175 Found 'DD'-anomaly for variable 'tripList' (lines '175'-'179').
1044 src/com/gps/action/GenerateMap.java 176 Found 'DD'-anomaly for variable 'fenceLists' (lines '176'-'206').
1045 src/com/gps/action/GenerateMap.java 176 Found 'DU'-anomaly for variable 'fenceLists' (lines '176'-'269').
1046 src/com/gps/action/GenerateMap.java 177 Found 'DD'-anomaly for variable 'trip' (lines '177'-'204').
1047 src/com/gps/action/GenerateMap.java 177 Found 'DU'-anomaly for variable 'trip' (lines '177'-'269').
1048 src/com/gps/action/GenerateMap.java 178 Local variable 'tripDao' could be declared final
1049 src/com/gps/action/GenerateMap.java 179 Potential violation of Law of Demeter (object not created locally)
1050 src/com/gps/action/GenerateMap.java 179 Potential violation of Law of Demeter (object not created locally)
1051 src/com/gps/action/GenerateMap.java 180 Found 'DU'-anomaly for variable 'geo' (lines '180'-'269').
1052 src/com/gps/action/GenerateMap.java 180 Local variable 'geo' could be declared final
1053 src/com/gps/action/GenerateMap.java 184 Avoid using Literals in Conditional Statements
1054 src/com/gps/action/GenerateMap.java 184 Potential violation of Law of Demeter (object not created locally)
1055 src/com/gps/action/GenerateMap.java 184 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1056 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1057 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1058 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1059 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1060 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1061 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1062 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1063 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (method chain calls)
1064 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (object not created locally)
1065 src/com/gps/action/GenerateMap.java 186 Potential violation of Law of Demeter (object not created locally)
1066 src/com/gps/action/GenerateMap.java 186 There is log block not surrounded by if
1067 src/com/gps/action/GenerateMap.java 186 There is log block not surrounded by if
1068 src/com/gps/action/GenerateMap.java 188 Potential violation of Law of Demeter (object not created locally)
1069 src/com/gps/action/GenerateMap.java 191 Avoid if (x != y) ..; else ..;
1070 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1071 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1072 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1073 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1074 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1075 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1076 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1077 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (method chain calls)
1078 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (object not created locally)
1079 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (object not created locally)
1080 src/com/gps/action/GenerateMap.java 191 Potential violation of Law of Demeter (object not created locally)
1081 src/com/gps/action/GenerateMap.java 191 Use opposite operator instead of the logic complement operator.
1082 src/com/gps/action/GenerateMap.java 191 Useless parentheses.
1083 src/com/gps/action/GenerateMap.java 193 Potential violation of Law of Demeter (method chain calls)
1084 src/com/gps/action/GenerateMap.java 193 Potential violation of Law of Demeter (method chain calls)
1085 src/com/gps/action/GenerateMap.java 193 Potential violation of Law of Demeter (method chain calls)
1086 src/com/gps/action/GenerateMap.java 193 Potential violation of Law of Demeter (method chain calls)
1087 src/com/gps/action/GenerateMap.java 193 Potential violation of Law of Demeter (object not created locally)
1088 src/com/gps/action/GenerateMap.java 193 The String literal "lat:" appears 4 times in this file; the first occurrence is on line 193
1089 src/com/gps/action/GenerateMap.java 193 There is log block not surrounded by if
1090 src/com/gps/action/GenerateMap.java 193 There is log block not surrounded by if
1091 src/com/gps/action/GenerateMap.java 194 Potential violation of Law of Demeter (method chain calls)
1092 src/com/gps/action/GenerateMap.java 194 Potential violation of Law of Demeter (method chain calls)
1093 src/com/gps/action/GenerateMap.java 194 Potential violation of Law of Demeter (method chain calls)
1094 src/com/gps/action/GenerateMap.java 194 Potential violation of Law of Demeter (method chain calls)
1095 src/com/gps/action/GenerateMap.java 194 Potential violation of Law of Demeter (object not created locally)
1096 src/com/gps/action/GenerateMap.java 194 The String literal "lon:" appears 4 times in this file; the first occurrence is on line 194
1097 src/com/gps/action/GenerateMap.java 194 There is log block not surrounded by if
1098 src/com/gps/action/GenerateMap.java 194 There is log block not surrounded by if
1099 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1100 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1101 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1102 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1103 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1104 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (method chain calls)
1105 src/com/gps/action/GenerateMap.java 195 Potential violation of Law of Demeter (object not created locally)
1106 src/com/gps/action/GenerateMap.java 195 The String literal "lat" appears 10 times in this file; the first occurrence is on line 195
1107 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1108 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1109 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1110 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1111 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1112 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (method chain calls)
1113 src/com/gps/action/GenerateMap.java 196 Potential violation of Law of Demeter (object not created locally)
1114 src/com/gps/action/GenerateMap.java 196 The String literal "lon" appears 8 times in this file; the first occurrence is on line 196
1115 src/com/gps/action/GenerateMap.java 197 The String literal "zoom" appears 8 times in this file; the first occurrence is on line 197
1116 src/com/gps/action/GenerateMap.java 204 Avoid instantiating new objects inside loops
1117 src/com/gps/action/GenerateMap.java 204 Potential violation of Law of Demeter (method chain calls)
1118 src/com/gps/action/GenerateMap.java 204 Potential violation of Law of Demeter (method chain calls)
1119 src/com/gps/action/GenerateMap.java 204 Potential violation of Law of Demeter (object not created locally)
1120 src/com/gps/action/GenerateMap.java 206 Potential violation of Law of Demeter (object not created locally)
1121 src/com/gps/action/GenerateMap.java 206 Potential violation of Law of Demeter (object not created locally)
1122 src/com/gps/action/GenerateMap.java 208 Potential violation of Law of Demeter (object not created locally)
1123 src/com/gps/action/GenerateMap.java 208 There is log block not surrounded by if
1124 src/com/gps/action/GenerateMap.java 208 There is log block not surrounded by if
1125 src/com/gps/action/GenerateMap.java 209 Avoid using Literals in Conditional Statements
1126 src/com/gps/action/GenerateMap.java 209 Potential violation of Law of Demeter (object not created locally)
1127 src/com/gps/action/GenerateMap.java 209 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1128 src/com/gps/action/GenerateMap.java 210 Potential violation of Law of Demeter (method chain calls)
1129 src/com/gps/action/GenerateMap.java 210 Potential violation of Law of Demeter (method chain calls)
1130 src/com/gps/action/GenerateMap.java 210 Potential violation of Law of Demeter (object not created locally)
1131 src/com/gps/action/GenerateMap.java 210 There is log block not surrounded by if
1132 src/com/gps/action/GenerateMap.java 210 There is log block not surrounded by if
1133 src/com/gps/action/GenerateMap.java 211 Potential violation of Law of Demeter (method chain calls)
1134 src/com/gps/action/GenerateMap.java 211 Potential violation of Law of Demeter (method chain calls)
1135 src/com/gps/action/GenerateMap.java 211 Potential violation of Law of Demeter (object not created locally)
1136 src/com/gps/action/GenerateMap.java 211 There is log block not surrounded by if
1137 src/com/gps/action/GenerateMap.java 211 There is log block not surrounded by if
1138 src/com/gps/action/GenerateMap.java 212 Potential violation of Law of Demeter (method chain calls)
1139 src/com/gps/action/GenerateMap.java 212 Potential violation of Law of Demeter (method chain calls)
1140 src/com/gps/action/GenerateMap.java 212 Potential violation of Law of Demeter (object not created locally)
1141 src/com/gps/action/GenerateMap.java 213 Potential violation of Law of Demeter (method chain calls)
1142 src/com/gps/action/GenerateMap.java 213 Potential violation of Law of Demeter (method chain calls)
1143 src/com/gps/action/GenerateMap.java 213 Potential violation of Law of Demeter (object not created locally)
1144 src/com/gps/action/GenerateMap.java 220 Potential violation of Law of Demeter (object not created locally)
1145 src/com/gps/action/GenerateMap.java 220 Useless parentheses.
1146 src/com/gps/action/GenerateMap.java 229 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1147 src/com/gps/action/GenerateMap.java 231 There is log block not surrounded by if
1148 src/com/gps/action/GenerateMap.java 231 There is log block not surrounded by if
1149 src/com/gps/action/GenerateMap.java 232 Potential violation of Law of Demeter (object not created locally)
1150 src/com/gps/action/GenerateMap.java 232 Useless parentheses.
1151 src/com/gps/action/GenerateMap.java 245 Potential violation of Law of Demeter (object not created locally)
1152 src/com/gps/action/GenerateMap.java 247 The String literal "vehicleGroupList" appears 7 times in this file; the first occurrence is on line 247
1153 src/com/gps/action/GenerateMap.java 248 System.out.print is used
1154 src/com/gps/action/GenerateMap.java 250 Comment is too large: Too many lines
1155 src/com/gps/action/GenerateMap.java 264 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1156 src/com/gps/action/GenerateMap.java 266 Avoid printStackTrace(); use a logger call instead.
1157 src/com/gps/action/GenerateMap.java 266 Potential violation of Law of Demeter (object not created locally)
1158 src/com/gps/action/GenerateMap.java 273 Avoid really long methods.
1159 src/com/gps/action/GenerateMap.java 273 Found 'UR'-anomaly for variable 'usertrips' (lines '273'-'306').
1160 src/com/gps/action/GenerateMap.java 273 The method 'tripList' has a Cyclomatic Complexity of 12.
1161 src/com/gps/action/GenerateMap.java 273 publicMethodCommentRequirement Required
1162 src/com/gps/action/GenerateMap.java 275 There is log block not surrounded by if
1163 src/com/gps/action/GenerateMap.java 275 There is log block not surrounded by if
1164 src/com/gps/action/GenerateMap.java 277 Found 'DU'-anomaly for variable 'geoDAO' (lines '277'-'392').
1165 src/com/gps/action/GenerateMap.java 277 Local variable 'geoDAO' could be declared final
1166 src/com/gps/action/GenerateMap.java 281 There is log block not surrounded by if
1167 src/com/gps/action/GenerateMap.java 281 There is log block not surrounded by if
1168 src/com/gps/action/GenerateMap.java 282 Local variable 'userid' could be declared final
1169 src/com/gps/action/GenerateMap.java 282 Potential violation of Law of Demeter (object not created locally)
1170 src/com/gps/action/GenerateMap.java 283 There is log block not surrounded by if
1171 src/com/gps/action/GenerateMap.java 283 There is log block not surrounded by if
1172 src/com/gps/action/GenerateMap.java 287 Local variable 'tpd' could be declared final
1173 src/com/gps/action/GenerateMap.java 288 Found 'DD'-anomaly for variable 'tripList' (lines '288'-'290').
1174 src/com/gps/action/GenerateMap.java 290 Potential violation of Law of Demeter (object not created locally)
1175 src/com/gps/action/GenerateMap.java 291 There is log block not surrounded by if
1176 src/com/gps/action/GenerateMap.java 291 There is log block not surrounded by if
1177 src/com/gps/action/GenerateMap.java 296 Found 'DD'-anomaly for variable 'fenceLists' (lines '296'-'332').
1178 src/com/gps/action/GenerateMap.java 296 Found 'DU'-anomaly for variable 'fenceLists' (lines '296'-'392').
1179 src/com/gps/action/GenerateMap.java 297 Found 'DD'-anomaly for variable 'trip' (lines '297'-'330').
1180 src/com/gps/action/GenerateMap.java 297 Found 'DU'-anomaly for variable 'trip' (lines '297'-'392').
1181 src/com/gps/action/GenerateMap.java 301 Avoid if (x != y) ..; else ..;
1182 src/com/gps/action/GenerateMap.java 304 Local variable 'usertrips' could be declared final
1183 src/com/gps/action/GenerateMap.java 306 Potential violation of Law of Demeter (object not created locally)
1184 src/com/gps/action/GenerateMap.java 307 There is log block not surrounded by if
1185 src/com/gps/action/GenerateMap.java 307 There is log block not surrounded by if
1186 src/com/gps/action/GenerateMap.java 310 Avoid using Literals in Conditional Statements
1187 src/com/gps/action/GenerateMap.java 310 Potential violation of Law of Demeter (object not created locally)
1188 src/com/gps/action/GenerateMap.java 310 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1189 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1190 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1191 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1192 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1193 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1194 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1195 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1196 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (method chain calls)
1197 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (object not created locally)
1198 src/com/gps/action/GenerateMap.java 312 Potential violation of Law of Demeter (object not created locally)
1199 src/com/gps/action/GenerateMap.java 312 There is log block not surrounded by if
1200 src/com/gps/action/GenerateMap.java 312 There is log block not surrounded by if
1201 src/com/gps/action/GenerateMap.java 314 Potential violation of Law of Demeter (object not created locally)
1202 src/com/gps/action/GenerateMap.java 317 Avoid if (x != y) ..; else ..;
1203 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1204 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1205 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1206 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1207 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1208 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1209 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1210 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (method chain calls)
1211 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (object not created locally)
1212 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (object not created locally)
1213 src/com/gps/action/GenerateMap.java 317 Potential violation of Law of Demeter (object not created locally)
1214 src/com/gps/action/GenerateMap.java 317 Use opposite operator instead of the logic complement operator.
1215 src/com/gps/action/GenerateMap.java 317 Useless parentheses.
1216 src/com/gps/action/GenerateMap.java 319 Potential violation of Law of Demeter (method chain calls)
1217 src/com/gps/action/GenerateMap.java 319 Potential violation of Law of Demeter (method chain calls)
1218 src/com/gps/action/GenerateMap.java 319 Potential violation of Law of Demeter (method chain calls)
1219 src/com/gps/action/GenerateMap.java 319 Potential violation of Law of Demeter (method chain calls)
1220 src/com/gps/action/GenerateMap.java 319 Potential violation of Law of Demeter (object not created locally)
1221 src/com/gps/action/GenerateMap.java 319 There is log block not surrounded by if
1222 src/com/gps/action/GenerateMap.java 319 There is log block not surrounded by if
1223 src/com/gps/action/GenerateMap.java 320 Potential violation of Law of Demeter (method chain calls)
1224 src/com/gps/action/GenerateMap.java 320 Potential violation of Law of Demeter (method chain calls)
1225 src/com/gps/action/GenerateMap.java 320 Potential violation of Law of Demeter (method chain calls)
1226 src/com/gps/action/GenerateMap.java 320 Potential violation of Law of Demeter (method chain calls)
1227 src/com/gps/action/GenerateMap.java 320 Potential violation of Law of Demeter (object not created locally)
1228 src/com/gps/action/GenerateMap.java 320 There is log block not surrounded by if
1229 src/com/gps/action/GenerateMap.java 320 There is log block not surrounded by if
1230 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1231 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1232 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1233 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1234 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1235 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (method chain calls)
1236 src/com/gps/action/GenerateMap.java 321 Potential violation of Law of Demeter (object not created locally)
1237 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1238 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1239 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1240 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1241 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1242 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (method chain calls)
1243 src/com/gps/action/GenerateMap.java 322 Potential violation of Law of Demeter (object not created locally)
1244 src/com/gps/action/GenerateMap.java 330 Avoid instantiating new objects inside loops
1245 src/com/gps/action/GenerateMap.java 330 Potential violation of Law of Demeter (method chain calls)
1246 src/com/gps/action/GenerateMap.java 330 Potential violation of Law of Demeter (method chain calls)
1247 src/com/gps/action/GenerateMap.java 330 Potential violation of Law of Demeter (object not created locally)
1248 src/com/gps/action/GenerateMap.java 332 Potential violation of Law of Demeter (object not created locally)
1249 src/com/gps/action/GenerateMap.java 332 Potential violation of Law of Demeter (object not created locally)
1250 src/com/gps/action/GenerateMap.java 333 Potential violation of Law of Demeter (object not created locally)
1251 src/com/gps/action/GenerateMap.java 333 There is log block not surrounded by if
1252 src/com/gps/action/GenerateMap.java 333 There is log block not surrounded by if
1253 src/com/gps/action/GenerateMap.java 334 Avoid using Literals in Conditional Statements
1254 src/com/gps/action/GenerateMap.java 334 Potential violation of Law of Demeter (object not created locally)
1255 src/com/gps/action/GenerateMap.java 334 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
1256 src/com/gps/action/GenerateMap.java 335 Potential violation of Law of Demeter (method chain calls)
1257 src/com/gps/action/GenerateMap.java 335 Potential violation of Law of Demeter (method chain calls)
1258 src/com/gps/action/GenerateMap.java 335 Potential violation of Law of Demeter (object not created locally)
1259 src/com/gps/action/GenerateMap.java 335 There is log block not surrounded by if
1260 src/com/gps/action/GenerateMap.java 335 There is log block not surrounded by if
1261 src/com/gps/action/GenerateMap.java 336 Potential violation of Law of Demeter (method chain calls)
1262 src/com/gps/action/GenerateMap.java 336 Potential violation of Law of Demeter (method chain calls)
1263 src/com/gps/action/GenerateMap.java 336 Potential violation of Law of Demeter (object not created locally)
1264 src/com/gps/action/GenerateMap.java 336 There is log block not surrounded by if
1265 src/com/gps/action/GenerateMap.java 336 There is log block not surrounded by if
1266 src/com/gps/action/GenerateMap.java 337 Potential violation of Law of Demeter (method chain calls)
1267 src/com/gps/action/GenerateMap.java 337 Potential violation of Law of Demeter (method chain calls)
1268 src/com/gps/action/GenerateMap.java 337 Potential violation of Law of Demeter (object not created locally)
1269 src/com/gps/action/GenerateMap.java 338 Potential violation of Law of Demeter (method chain calls)
1270 src/com/gps/action/GenerateMap.java 338 Potential violation of Law of Demeter (method chain calls)
1271 src/com/gps/action/GenerateMap.java 338 Potential violation of Law of Demeter (object not created locally)
1272 src/com/gps/action/GenerateMap.java 345 Potential violation of Law of Demeter (object not created locally)
1273 src/com/gps/action/GenerateMap.java 345 Useless parentheses.
1274 src/com/gps/action/GenerateMap.java 354 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1275 src/com/gps/action/GenerateMap.java 356 There is log block not surrounded by if
1276 src/com/gps/action/GenerateMap.java 356 There is log block not surrounded by if
1277 src/com/gps/action/GenerateMap.java 357 Potential violation of Law of Demeter (object not created locally)
1278 src/com/gps/action/GenerateMap.java 357 Useless parentheses.
1279 src/com/gps/action/GenerateMap.java 367 The String literal "tripList" appears 4 times in this file; the first occurrence is on line 367
1280 src/com/gps/action/GenerateMap.java 368 Potential violation of Law of Demeter (object not created locally)
1281 src/com/gps/action/GenerateMap.java 368 System.out.print is used
1282 src/com/gps/action/GenerateMap.java 375 System.out.print is used
1283 src/com/gps/action/GenerateMap.java 381 System.out.print is used
1284 src/com/gps/action/GenerateMap.java 382 A method should have only one exit point, and that should be the last statement in the method
1285 src/com/gps/action/GenerateMap.java 385 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1286 src/com/gps/action/GenerateMap.java 389 Avoid printStackTrace(); use a logger call instead.
1287 src/com/gps/action/GenerateMap.java 389 Potential violation of Law of Demeter (object not created locally)
1288 src/com/gps/action/GenerateMap.java 394 Avoid really long methods.
1289 src/com/gps/action/GenerateMap.java 394 Found 'UR'-anomaly for variable 'usertrips' (lines '394'-'450').
1290 src/com/gps/action/GenerateMap.java 394 The method 'getTrips' has a Cyclomatic Complexity of 71.
1291 src/com/gps/action/GenerateMap.java 394 The method getTrips() has an NCSS line count of 267
1292 src/com/gps/action/GenerateMap.java 394 The method getTrips() has an NPath complexity of 19041810
1293 src/com/gps/action/GenerateMap.java 394 publicMethodCommentRequirement Required
1294 src/com/gps/action/GenerateMap.java 396 There is log block not surrounded by if
1295 src/com/gps/action/GenerateMap.java 396 There is log block not surrounded by if
1296 src/com/gps/action/GenerateMap.java 397 Avoid variables with short names like id
1297 src/com/gps/action/GenerateMap.java 399 There is log block not surrounded by if
1298 src/com/gps/action/GenerateMap.java 399 There is log block not surrounded by if
1299 src/com/gps/action/GenerateMap.java 400 Found 'DD'-anomaly for variable 'next' (lines '400'-'403').
1300 src/com/gps/action/GenerateMap.java 401 Avoid using Literals in Conditional Statements
1301 src/com/gps/action/GenerateMap.java 401 Use equals() to compare strings instead of '==' or '!='
1302 src/com/gps/action/GenerateMap.java 402 There is log block not surrounded by if
1303 src/com/gps/action/GenerateMap.java 402 There is log block not surrounded by if
1304 src/com/gps/action/GenerateMap.java 403 Potential violation of Law of Demeter (object not created locally)
1305 src/com/gps/action/GenerateMap.java 403 Potential violation of Law of Demeter (object not created locally)
1306 src/com/gps/action/GenerateMap.java 404 Potential violation of Law of Demeter (object not created locally)
1307 src/com/gps/action/GenerateMap.java 405 There is log block not surrounded by if
1308 src/com/gps/action/GenerateMap.java 405 There is log block not surrounded by if
1309 src/com/gps/action/GenerateMap.java 406 There is log block not surrounded by if
1310 src/com/gps/action/GenerateMap.java 406 There is log block not surrounded by if
1311 src/com/gps/action/GenerateMap.java 408 Avoid declaring a variable if it is unreferenced before a possible exit point.
1312 src/com/gps/action/GenerateMap.java 408 Avoid unused local variables such as 'trip2'.
1313 src/com/gps/action/GenerateMap.java 408 Found 'DU'-anomaly for variable 'trip2' (lines '408'-'895').
1314 src/com/gps/action/GenerateMap.java 408 Local variable 'trip2' could be declared final
1315 src/com/gps/action/GenerateMap.java 409 Avoid declaring a variable if it is unreferenced before a possible exit point.
1316 src/com/gps/action/GenerateMap.java 409 Avoid unused local variables such as 'vpd'.
1317 src/com/gps/action/GenerateMap.java 409 Found 'DU'-anomaly for variable 'vpd' (lines '409'-'895').
1318 src/com/gps/action/GenerateMap.java 409 Local variable 'vpd' could be declared final
1319 src/com/gps/action/GenerateMap.java 410 Found 'DD'-anomaly for variable 'trip1' (lines '410'-'450').
1320 src/com/gps/action/GenerateMap.java 410 Found 'DU'-anomaly for variable 'trip1' (lines '410'-'895').
1321 src/com/gps/action/GenerateMap.java 411 Avoid declaring a variable if it is unreferenced before a possible exit point.
1322 src/com/gps/action/GenerateMap.java 411 Avoid unused local variables such as 'user'.
1323 src/com/gps/action/GenerateMap.java 411 Local variable 'user' could be declared final
1324 src/com/gps/action/GenerateMap.java 412 Avoid unused local variables such as 'regList'.
1325 src/com/gps/action/GenerateMap.java 412 Found 'DU'-anomaly for variable 'regList' (lines '412'-'895').
1326 src/com/gps/action/GenerateMap.java 412 Local variable 'regList' could be declared final
1327 src/com/gps/action/GenerateMap.java 413 Avoid declaring a variable if it is unreferenced before a possible exit point.
1328 src/com/gps/action/GenerateMap.java 413 Avoid unused local variables such as 'array'.
1329 src/com/gps/action/GenerateMap.java 413 Found 'DU'-anomaly for variable 'array' (lines '413'-'895').
1330 src/com/gps/action/GenerateMap.java 413 Local variable 'array' could be declared final
1331 src/com/gps/action/GenerateMap.java 415 Avoid variables with short names like sb
1332 src/com/gps/action/GenerateMap.java 415 Local variable 'sb' could be declared final
1333 src/com/gps/action/GenerateMap.java 420 Found 'DD'-anomaly for variable 'tripname' (lines '420'-'454').
1334 src/com/gps/action/GenerateMap.java 420 Found 'DU'-anomaly for variable 'tripname' (lines '420'-'895').
1335 src/com/gps/action/GenerateMap.java 421 Avoid variables with short names like i
1336 src/com/gps/action/GenerateMap.java 421 Found 'DU'-anomaly for variable 'i' (lines '421'-'895').
1337 src/com/gps/action/GenerateMap.java 430 There is log block not surrounded by if
1338 src/com/gps/action/GenerateMap.java 430 There is log block not surrounded by if
1339 src/com/gps/action/GenerateMap.java 431 Local variable 'userid' could be declared final
1340 src/com/gps/action/GenerateMap.java 431 Potential violation of Law of Demeter (object not created locally)
1341 src/com/gps/action/GenerateMap.java 432 There is log block not surrounded by if
1342 src/com/gps/action/GenerateMap.java 432 There is log block not surrounded by if
1343 src/com/gps/action/GenerateMap.java 434 Avoid using Literals in Conditional Statements
1344 src/com/gps/action/GenerateMap.java 434 Use equals() to compare strings instead of '==' or '!='
1345 src/com/gps/action/GenerateMap.java 437 Avoid unused local variables such as 'tpd'.
1346 src/com/gps/action/GenerateMap.java 437 Found 'DU'-anomaly for variable 'tpd' (lines '437'-'895').
1347 src/com/gps/action/GenerateMap.java 437 Local variable 'tpd' could be declared final
1348 src/com/gps/action/GenerateMap.java 439 Found 'DD'-anomaly for variable 'tripList' (lines '439'-'441').
1349 src/com/gps/action/GenerateMap.java 440 Local variable 'tripDao' could be declared final
1350 src/com/gps/action/GenerateMap.java 441 Potential violation of Law of Demeter (object not created locally)
1351 src/com/gps/action/GenerateMap.java 442 There is log block not surrounded by if
1352 src/com/gps/action/GenerateMap.java 442 There is log block not surrounded by if
1353 src/com/gps/action/GenerateMap.java 445 Potential violation of Law of Demeter (object not created locally)
1354 src/com/gps/action/GenerateMap.java 445 System.out.print is used
1355 src/com/gps/action/GenerateMap.java 446 Avoid appending characters as strings in StringBuffer.append.
1356 src/com/gps/action/GenerateMap.java 446 Potential violation of Law of Demeter (object not created locally)
1357 src/com/gps/action/GenerateMap.java 447 Local variable 'usertrips' could be declared final
1358 src/com/gps/action/GenerateMap.java 450 Potential violation of Law of Demeter (object not created locally)
1359 src/com/gps/action/GenerateMap.java 453 Potential violation of Law of Demeter (object not created locally)
1360 src/com/gps/action/GenerateMap.java 453 There is log block not surrounded by if
1361 src/com/gps/action/GenerateMap.java 453 There is log block not surrounded by if
1362 src/com/gps/action/GenerateMap.java 454 Found 'DD'-anomaly for variable 'tripname' (lines '454'-'459').
1363 src/com/gps/action/GenerateMap.java 454 Potential violation of Law of Demeter (object not created locally)
1364 src/com/gps/action/GenerateMap.java 456 Potential violation of Law of Demeter (method chain calls)
1365 src/com/gps/action/GenerateMap.java 456 Potential violation of Law of Demeter (object not created locally)
1366 src/com/gps/action/GenerateMap.java 458 There is log block not surrounded by if
1367 src/com/gps/action/GenerateMap.java 458 There is log block not surrounded by if
1368 src/com/gps/action/GenerateMap.java 464 There is log block not surrounded by if
1369 src/com/gps/action/GenerateMap.java 464 There is log block not surrounded by if
1370 src/com/gps/action/GenerateMap.java 465 Comment is too large: Line too long
1371 src/com/gps/action/GenerateMap.java 467 Avoid appending characters as strings in StringBuffer.append.
1372 src/com/gps/action/GenerateMap.java 467 Avoid appending characters as strings in StringBuffer.append.
1373 src/com/gps/action/GenerateMap.java 467 Avoid appending characters as strings in StringBuffer.append.
1374 src/com/gps/action/GenerateMap.java 467 Avoid appending characters as strings in StringBuffer.append.
1375 src/com/gps/action/GenerateMap.java 467 Avoid appending characters as strings in StringBuffer.append.
1376 src/com/gps/action/GenerateMap.java 467 Potential violation of Law of Demeter (object not created locally)
1377 src/com/gps/action/GenerateMap.java 467 Potential violation of Law of Demeter (object not created locally)
1378 src/com/gps/action/GenerateMap.java 467 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
1379 src/com/gps/action/GenerateMap.java 467 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
1380 src/com/gps/action/GenerateMap.java 467 StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
1381 src/com/gps/action/GenerateMap.java 467 The String literal "\" " appears 5 times in this file; the first occurrence is on line 467
1382 src/com/gps/action/GenerateMap.java 467 The String literal "\"expanded\": false" appears 5 times in this file; the first occurrence is on line 467
1383 src/com/gps/action/GenerateMap.java 467 The String literal "\"hasChildren\": true" appears 5 times in this file; the first occurrence is on line 467
1384 src/com/gps/action/GenerateMap.java 467 The String literal "\"id\":" appears 5 times in this file; the first occurrence is on line 467
1385 src/com/gps/action/GenerateMap.java 467 The String literal "\"text\":" appears 5 times in this file; the first occurrence is on line 467
1386 src/com/gps/action/GenerateMap.java 468 Potential violation of Law of Demeter (object not created locally)
1387 src/com/gps/action/GenerateMap.java 468 Potential violation of Law of Demeter (object not created locally)
1388 src/com/gps/action/GenerateMap.java 469 Avoid empty if statements
1389 src/com/gps/action/GenerateMap.java 474 Avoid appending characters as strings in StringBuffer.append.
1390 src/com/gps/action/GenerateMap.java 474 Potential violation of Law of Demeter (object not created locally)
1391 src/com/gps/action/GenerateMap.java 477 There is log block not surrounded by if
1392 src/com/gps/action/GenerateMap.java 477 There is log block not surrounded by if
1393 src/com/gps/action/GenerateMap.java 479 Avoid appending characters as strings in StringBuffer.append.
1394 src/com/gps/action/GenerateMap.java 479 Potential violation of Law of Demeter (object not created locally)
1395 src/com/gps/action/GenerateMap.java 481 Potential violation of Law of Demeter (method chain calls)
1396 src/com/gps/action/GenerateMap.java 481 Potential violation of Law of Demeter (object not created locally)
1397 src/com/gps/action/GenerateMap.java 488 Position literals first in String comparisons
1398 src/com/gps/action/GenerateMap.java 488 Potential violation of Law of Demeter (object not created locally)
1399 src/com/gps/action/GenerateMap.java 490 There is log block not surrounded by if
1400 src/com/gps/action/GenerateMap.java 490 There is log block not surrounded by if
1401 src/com/gps/action/GenerateMap.java 491 Avoid appending characters as strings in StringBuffer.append.
1402 src/com/gps/action/GenerateMap.java 491 Potential violation of Law of Demeter (object not created locally)
1403 src/com/gps/action/GenerateMap.java 492 The String literal "tripid:" appears 4 times in this file; the first occurrence is on line 492
1404 src/com/gps/action/GenerateMap.java 492 There is log block not surrounded by if
1405 src/com/gps/action/GenerateMap.java 492 There is log block not surrounded by if
1406 src/com/gps/action/GenerateMap.java 493 Avoid unused local variables such as 'tripd'.
1407 src/com/gps/action/GenerateMap.java 493 Found 'DU'-anomaly for variable 'tripd' (lines '493'-'895').
1408 src/com/gps/action/GenerateMap.java 493 Local variable 'tripd' could be declared final
1409 src/com/gps/action/GenerateMap.java 494 Local variable 'tdo' could be declared final
1410 src/com/gps/action/GenerateMap.java 495 Found 'DD'-anomaly for variable 'trip3' (lines '495'-'588').
1411 src/com/gps/action/GenerateMap.java 496 Found 'DD'-anomaly for variable 'freq_trip' (lines '496'-'591').
1412 src/com/gps/action/GenerateMap.java 496 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final.
1413 src/com/gps/action/GenerateMap.java 497 Local variable 'calendar' could be declared final
1414 src/com/gps/action/GenerateMap.java 498 Avoid unused local variables such as 'itr'.
1415 src/com/gps/action/GenerateMap.java 498 Found 'DU'-anomaly for variable 'itr' (lines '498'-'895').
1416 src/com/gps/action/GenerateMap.java 498 Local variable 'itr' could be declared final
1417 src/com/gps/action/GenerateMap.java 500 Avoid unused local variables such as 'vehitr'.
1418 src/com/gps/action/GenerateMap.java 500 Found 'DU'-anomaly for variable 'vehitr' (lines '500'-'895').
1419 src/com/gps/action/GenerateMap.java 500 Local variable 'vehitr' could be declared final
1420 src/com/gps/action/GenerateMap.java 501 Avoid variables with short names like ft
1421 src/com/gps/action/GenerateMap.java 501 Found 'DD'-anomaly for variable 'ft' (lines '501'-'755').
1422 src/com/gps/action/GenerateMap.java 503 Avoid unused local variables such as 'maxitr'.
1423 src/com/gps/action/GenerateMap.java 503 Local variable 'maxitr' could be declared final
1424 src/com/gps/action/GenerateMap.java 505 Found 'DD'-anomaly for variable 'totalDays' (lines '505'-'720').
1425 src/com/gps/action/GenerateMap.java 506 Local variable 'dateUtil' could be declared final
1426 src/com/gps/action/GenerateMap.java 507 Avoid unused local variables such as 'check'.
1427 src/com/gps/action/GenerateMap.java 507 Found 'DU'-anomaly for variable 'check' (lines '507'-'895').
1428 src/com/gps/action/GenerateMap.java 507 Local variable 'check' could be declared final
1429 src/com/gps/action/GenerateMap.java 508 Found 'DD'-anomaly for variable 'dateDays' (lines '508'-'722').
1430 src/com/gps/action/GenerateMap.java 509 Found 'DD'-anomaly for variable 'splitDate' (lines '509'-'735').
1431 src/com/gps/action/GenerateMap.java 510 Found 'DD'-anomaly for variable 'splitDate1' (lines '510'-'816').
1432 src/com/gps/action/GenerateMap.java 510 Found 'DU'-anomaly for variable 'splitDate1' (lines '510'-'895').
1433 src/com/gps/action/GenerateMap.java 511 Found 'DD'-anomaly for variable 'day' (lines '511'-'815').
1434 src/com/gps/action/GenerateMap.java 511 Found 'DU'-anomaly for variable 'day' (lines '511'-'895').
1435 src/com/gps/action/GenerateMap.java 512 Avoid unused local variables such as 'dateAfter_1'.
1436 src/com/gps/action/GenerateMap.java 512 Found 'DU'-anomaly for variable 'dateAfter_1' (lines '512'-'895').
1437 src/com/gps/action/GenerateMap.java 512 Local variable 'dateAfter_1' could be declared final
1438 src/com/gps/action/GenerateMap.java 512 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final.
1439 src/com/gps/action/GenerateMap.java 514 Avoid variables with short names like h
1440 src/com/gps/action/GenerateMap.java 514 Local variable 'h' could be declared final
1441 src/com/gps/action/GenerateMap.java 515 Avoid variables with short names like m
1442 src/com/gps/action/GenerateMap.java 515 Do not hard code the IP address
1443 src/com/gps/action/GenerateMap.java 515 Local variable 'm' could be declared final
1444 src/com/gps/action/GenerateMap.java 515 The String literal ":00" appears 4 times in this file; the first occurrence is on line 515
1445 src/com/gps/action/GenerateMap.java 516 Avoid variables with short names like s
1446 src/com/gps/action/GenerateMap.java 516 Do not hard code the IP address
1447 src/com/gps/action/GenerateMap.java 516 Local variable 's' could be declared final
1448 src/com/gps/action/GenerateMap.java 517 Avoid variables with short names like ss
1449 src/com/gps/action/GenerateMap.java 517 Found 'DD'-anomaly for variable 'ss' (lines '517'-'736').
1450 src/com/gps/action/GenerateMap.java 519 Local variable 'today' could be declared final
1451 src/com/gps/action/GenerateMap.java 520 Local variable 'formatter' could be declared final
1452 src/com/gps/action/GenerateMap.java 520 The String literal "yyyy-MM-dd HH:mm:ss" appears 12 times in this file; the first occurrence is on line 520
1453 src/com/gps/action/GenerateMap.java 520 When instantiating a SimpleDateFormat object, specify a Locale
1454 src/com/gps/action/GenerateMap.java 521 Local variable 'sdfDestination' could be declared final
1455 src/com/gps/action/GenerateMap.java 521 When instantiating a SimpleDateFormat object, specify a Locale
1456 src/com/gps/action/GenerateMap.java 522 Local variable 'sdfDestination_24' could be declared final
1457 src/com/gps/action/GenerateMap.java 522 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
1458 src/com/gps/action/GenerateMap.java 522 When instantiating a SimpleDateFormat object, specify a Locale
1459 src/com/gps/action/GenerateMap.java 523 Local variable 'currenttime' could be declared final
1460 src/com/gps/action/GenerateMap.java 523 Potential violation of Law of Demeter (object not created locally)
1461 src/com/gps/action/GenerateMap.java 524 Found 'DD'-anomaly for variable 'dateCurrentDate' (lines '524'-'529').
1462 src/com/gps/action/GenerateMap.java 525 Avoid excessively long variable names like dateCurrentDate_30
1463 src/com/gps/action/GenerateMap.java 525 Found 'DD'-anomaly for variable 'dateCurrentDate_30' (lines '525'-'541').
1464 src/com/gps/action/GenerateMap.java 525 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final.
1465 src/com/gps/action/GenerateMap.java 526 There is log block not surrounded by if
1466 src/com/gps/action/GenerateMap.java 526 There is log block not surrounded by if
1467 src/com/gps/action/GenerateMap.java 529 Potential violation of Law of Demeter (object not created locally)
1468 src/com/gps/action/GenerateMap.java 534 Avoid printStackTrace(); use a logger call instead.
1469 src/com/gps/action/GenerateMap.java 534 Potential violation of Law of Demeter (object not created locally)
1470 src/com/gps/action/GenerateMap.java 536 Potential violation of Law of Demeter (object not created locally)
1471 src/com/gps/action/GenerateMap.java 537 Local variable 'current_30' could be declared final
1472 src/com/gps/action/GenerateMap.java 537 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final.
1473 src/com/gps/action/GenerateMap.java 537 Potential violation of Law of Demeter (object not created locally)
1474 src/com/gps/action/GenerateMap.java 537 Potential violation of Law of Demeter (object not created locally)
1475 src/com/gps/action/GenerateMap.java 541 Potential violation of Law of Demeter (object not created locally)
1476 src/com/gps/action/GenerateMap.java 545 Avoid printStackTrace(); use a logger call instead.
1477 src/com/gps/action/GenerateMap.java 545 Potential violation of Law of Demeter (object not created locally)
1478 src/com/gps/action/GenerateMap.java 550 Found 'DD'-anomaly for variable 'sformatdate' (lines '550'-'599').
1479 src/com/gps/action/GenerateMap.java 551 Found 'DD'-anomaly for variable 'sformattime' (lines '551'-'600').
1480 src/com/gps/action/GenerateMap.java 552 Found 'DD'-anomaly for variable 'sfortime' (lines '552'-'607').
1481 src/com/gps/action/GenerateMap.java 553 Found 'DD'-anomaly for variable 'sreplacestring' (lines '553'-'606').
1482 src/com/gps/action/GenerateMap.java 555 Found 'DD'-anomaly for variable 'eformatdate' (lines '555'-'634').
1483 src/com/gps/action/GenerateMap.java 556 Found 'DD'-anomaly for variable 'eformattime' (lines '556'-'635').
1484 src/com/gps/action/GenerateMap.java 557 Found 'DD'-anomaly for variable 'efortime' (lines '557'-'642').
1485 src/com/gps/action/GenerateMap.java 558 Found 'DD'-anomaly for variable 'ereplacestring' (lines '558'-'641').
1486 src/com/gps/action/GenerateMap.java 559 Avoid excessively long variable names like string_enddate_12hrs
1487 src/com/gps/action/GenerateMap.java 559 Found 'DD'-anomaly for variable 'string_enddate_12hrs' (lines '559'-'741').
1488 src/com/gps/action/GenerateMap.java 559 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final.
1489 src/com/gps/action/GenerateMap.java 560 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final.
1490 src/com/gps/action/GenerateMap.java 561 Found 'DD'-anomaly for variable 'maxCreationDate' (lines '561'-'669').
1491 src/com/gps/action/GenerateMap.java 562 Found 'DD'-anomaly for variable 'startDate_search' (lines '562'-'612').
1492 src/com/gps/action/GenerateMap.java 562 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final.
1493 src/com/gps/action/GenerateMap.java 563 Found 'DD'-anomaly for variable 'endDate_search' (lines '563'-'647').
1494 src/com/gps/action/GenerateMap.java 563 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final.
1495 src/com/gps/action/GenerateMap.java 564 Avoid excessively long variable names like dateStartDate_search
1496 src/com/gps/action/GenerateMap.java 564 Found 'DD'-anomaly for variable 'dateStartDate_search' (lines '564'-'616').
1497 src/com/gps/action/GenerateMap.java 564 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final.
1498 src/com/gps/action/GenerateMap.java 565 Avoid excessively long variable names like dateEndDate_search
1499 src/com/gps/action/GenerateMap.java 565 Found 'DD'-anomaly for variable 'dateEndDate_search' (lines '565'-'652').
1500 src/com/gps/action/GenerateMap.java 565 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final.
1501 src/com/gps/action/GenerateMap.java 567 Avoid unused local variables such as 'final_startDate'.
1502 src/com/gps/action/GenerateMap.java 567 Found 'DU'-anomaly for variable 'final_startDate' (lines '567'-'895').
1503 src/com/gps/action/GenerateMap.java 567 Local variable 'final_startDate' could be declared final
1504 src/com/gps/action/GenerateMap.java 567 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final.
1505 src/com/gps/action/GenerateMap.java 568 Avoid unused local variables such as 'final_endDate'.
1506 src/com/gps/action/GenerateMap.java 568 Found 'DU'-anomaly for variable 'final_endDate' (lines '568'-'895').
1507 src/com/gps/action/GenerateMap.java 568 Local variable 'final_endDate' could be declared final
1508 src/com/gps/action/GenerateMap.java 568 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final.
1509 src/com/gps/action/GenerateMap.java 569 Found 'DD'-anomaly for variable 'ffdate' (lines '569'-'737').
1510 src/com/gps/action/GenerateMap.java 571 Avoid excessively long variable names like tstart_date_by_date
1511 src/com/gps/action/GenerateMap.java 571 Avoid unused local variables such as 'tstart_date_by_date'.
1512 src/com/gps/action/GenerateMap.java 571 Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '571'-'739').
1513 src/com/gps/action/GenerateMap.java 571 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final.
1514 src/com/gps/action/GenerateMap.java 572 Avoid unused local variables such as 'tend_date_by_date'.
1515 src/com/gps/action/GenerateMap.java 572 Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '572'-'742').
1516 src/com/gps/action/GenerateMap.java 572 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final.
1517 src/com/gps/action/GenerateMap.java 573 Found 'DD'-anomaly for variable 'fcurrent' (lines '573'-'581').
1518 src/com/gps/action/GenerateMap.java 574 Found 'DD'-anomaly for variable 'fcurrent_30' (lines '574'-'582').
1519 src/com/gps/action/GenerateMap.java 574 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final.
1520 src/com/gps/action/GenerateMap.java 575 Found 'DD'-anomaly for variable 'fStart' (lines '575'-'617').
1521 src/com/gps/action/GenerateMap.java 576 Found 'DD'-anomaly for variable 'fEnd' (lines '576'-'653').
1522 src/com/gps/action/GenerateMap.java 577 Found 'DD'-anomaly for variable 'fSearchStart' (lines '577'-'718').
1523 src/com/gps/action/GenerateMap.java 578 Found 'DD'-anomaly for variable 'fSearchEnd' (lines '578'-'719').
1524 src/com/gps/action/GenerateMap.java 579 Avoid excessively long variable names like freq_trip_unsorted
1525 src/com/gps/action/GenerateMap.java 579 Found 'DD'-anomaly for variable 'freq_trip_unsorted' (lines '579'-'590').
1526 src/com/gps/action/GenerateMap.java 579 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip_unsorted' is not final.
1527 src/com/gps/action/GenerateMap.java 581 Potential violation of Law of Demeter (object not created locally)
1528 src/com/gps/action/GenerateMap.java 582 Potential violation of Law of Demeter (object not created locally)
1529 src/com/gps/action/GenerateMap.java 587 There is log block not surrounded by if
1530 src/com/gps/action/GenerateMap.java 587 There is log block not surrounded by if
1531 src/com/gps/action/GenerateMap.java 588 Potential violation of Law of Demeter (object not created locally)
1532 src/com/gps/action/GenerateMap.java 590 Potential violation of Law of Demeter (object not created locally)
1533 src/com/gps/action/GenerateMap.java 590 Potential violation of Law of Demeter (object not created locally)
1534 src/com/gps/action/GenerateMap.java 592 There is log block not surrounded by if
1535 src/com/gps/action/GenerateMap.java 592 There is log block not surrounded by if
1536 src/com/gps/action/GenerateMap.java 593 There is log block not surrounded by if
1537 src/com/gps/action/GenerateMap.java 593 There is log block not surrounded by if
1538 src/com/gps/action/GenerateMap.java 594 There is log block not surrounded by if
1539 src/com/gps/action/GenerateMap.java 594 There is log block not surrounded by if
1540 src/com/gps/action/GenerateMap.java 595 Potential violation of Law of Demeter (object not created locally)
1541 src/com/gps/action/GenerateMap.java 596 Potential violation of Law of Demeter (object not created locally)
1542 src/com/gps/action/GenerateMap.java 596 Potential violation of Law of Demeter (object not created locally)
1543 src/com/gps/action/GenerateMap.java 599 Found 'DU'-anomaly for variable 'sformatdate' (lines '599'-'895').
1544 src/com/gps/action/GenerateMap.java 599 Potential violation of Law of Demeter (method chain calls)
1545 src/com/gps/action/GenerateMap.java 599 Potential violation of Law of Demeter (method chain calls)
1546 src/com/gps/action/GenerateMap.java 599 Potential violation of Law of Demeter (object not created locally)
1547 src/com/gps/action/GenerateMap.java 600 Potential violation of Law of Demeter (method chain calls)
1548 src/com/gps/action/GenerateMap.java 600 Potential violation of Law of Demeter (object not created locally)
1549 src/com/gps/action/GenerateMap.java 602 Potential violation of Law of Demeter (method chain calls)
1550 src/com/gps/action/GenerateMap.java 602 Potential violation of Law of Demeter (method chain calls)
1551 src/com/gps/action/GenerateMap.java 603 Avoid using if...else statements without curly braces
1552 src/com/gps/action/GenerateMap.java 605 Avoid using if...else statements without curly braces
1553 src/com/gps/action/GenerateMap.java 606 Potential violation of Law of Demeter (method chain calls)
1554 src/com/gps/action/GenerateMap.java 606 Potential violation of Law of Demeter (method chain calls)
1555 src/com/gps/action/GenerateMap.java 607 Potential violation of Law of Demeter (object not created locally)
1556 src/com/gps/action/GenerateMap.java 609 Potential violation of Law of Demeter (method chain calls)
1557 src/com/gps/action/GenerateMap.java 609 Potential violation of Law of Demeter (method chain calls)
1558 src/com/gps/action/GenerateMap.java 609 Potential violation of Law of Demeter (object not created locally)
1559 src/com/gps/action/GenerateMap.java 610 Potential violation of Law of Demeter (method chain calls)
1560 src/com/gps/action/GenerateMap.java 610 Potential violation of Law of Demeter (method chain calls)
1561 src/com/gps/action/GenerateMap.java 610 Potential violation of Law of Demeter (object not created locally)
1562 src/com/gps/action/GenerateMap.java 611 Potential violation of Law of Demeter (object not created locally)
1563 src/com/gps/action/GenerateMap.java 612 Potential violation of Law of Demeter (object not created locally)
1564 src/com/gps/action/GenerateMap.java 612 Potential violation of Law of Demeter (object not created locally)
1565 src/com/gps/action/GenerateMap.java 616 Potential violation of Law of Demeter (object not created locally)
1566 src/com/gps/action/GenerateMap.java 617 Potential violation of Law of Demeter (object not created locally)
1567 src/com/gps/action/GenerateMap.java 621 Avoid printStackTrace(); use a logger call instead.
1568 src/com/gps/action/GenerateMap.java 621 Potential violation of Law of Demeter (object not created locally)
1569 src/com/gps/action/GenerateMap.java 624 Potential violation of Law of Demeter (object not created locally)
1570 src/com/gps/action/GenerateMap.java 624 Potential violation of Law of Demeter (object not created locally)
1571 src/com/gps/action/GenerateMap.java 624 Useless parentheses.
1572 src/com/gps/action/GenerateMap.java 624 Useless parentheses.
1573 src/com/gps/action/GenerateMap.java 626 Comment is too large: Line too long
1574 src/com/gps/action/GenerateMap.java 630 Potential violation of Law of Demeter (object not created locally)
1575 src/com/gps/action/GenerateMap.java 631 Potential violation of Law of Demeter (object not created locally)
1576 src/com/gps/action/GenerateMap.java 631 Potential violation of Law of Demeter (object not created locally)
1577 src/com/gps/action/GenerateMap.java 634 Found 'DU'-anomaly for variable 'eformatdate' (lines '634'-'895').
1578 src/com/gps/action/GenerateMap.java 634 Potential violation of Law of Demeter (method chain calls)
1579 src/com/gps/action/GenerateMap.java 634 Potential violation of Law of Demeter (method chain calls)
1580 src/com/gps/action/GenerateMap.java 634 Potential violation of Law of Demeter (object not created locally)
1581 src/com/gps/action/GenerateMap.java 635 Potential violation of Law of Demeter (method chain calls)
1582 src/com/gps/action/GenerateMap.java 635 Potential violation of Law of Demeter (object not created locally)
1583 src/com/gps/action/GenerateMap.java 637 Potential violation of Law of Demeter (method chain calls)
1584 src/com/gps/action/GenerateMap.java 637 Potential violation of Law of Demeter (method chain calls)
1585 src/com/gps/action/GenerateMap.java 638 Avoid using if...else statements without curly braces
1586 src/com/gps/action/GenerateMap.java 640 Avoid using if...else statements without curly braces
1587 src/com/gps/action/GenerateMap.java 641 Potential violation of Law of Demeter (method chain calls)
1588 src/com/gps/action/GenerateMap.java 641 Potential violation of Law of Demeter (method chain calls)
1589 src/com/gps/action/GenerateMap.java 642 Potential violation of Law of Demeter (object not created locally)
1590 src/com/gps/action/GenerateMap.java 644 Potential violation of Law of Demeter (method chain calls)
1591 src/com/gps/action/GenerateMap.java 644 Potential violation of Law of Demeter (method chain calls)
1592 src/com/gps/action/GenerateMap.java 644 Potential violation of Law of Demeter (object not created locally)
1593 src/com/gps/action/GenerateMap.java 645 Potential violation of Law of Demeter (method chain calls)
1594 src/com/gps/action/GenerateMap.java 645 Potential violation of Law of Demeter (method chain calls)
1595 src/com/gps/action/GenerateMap.java 645 Potential violation of Law of Demeter (object not created locally)
1596 src/com/gps/action/GenerateMap.java 646 Potential violation of Law of Demeter (object not created locally)
1597 src/com/gps/action/GenerateMap.java 647 Potential violation of Law of Demeter (object not created locally)
1598 src/com/gps/action/GenerateMap.java 647 Potential violation of Law of Demeter (object not created locally)
1599 src/com/gps/action/GenerateMap.java 652 Potential violation of Law of Demeter (object not created locally)
1600 src/com/gps/action/GenerateMap.java 653 Found 'DD'-anomaly for variable 'fEnd' (lines '653'-'674').
1601 src/com/gps/action/GenerateMap.java 653 Potential violation of Law of Demeter (object not created locally)
1602 src/com/gps/action/GenerateMap.java 658 Avoid printStackTrace(); use a logger call instead.
1603 src/com/gps/action/GenerateMap.java 658 Potential violation of Law of Demeter (object not created locally)
1604 src/com/gps/action/GenerateMap.java 663 Potential violation of Law of Demeter (method chain calls)
1605 src/com/gps/action/GenerateMap.java 663 Potential violation of Law of Demeter (object not created locally)
1606 src/com/gps/action/GenerateMap.java 663 Potential violation of Law of Demeter (object not created locally)
1607 src/com/gps/action/GenerateMap.java 663 Potential violation of Law of Demeter (object not created locally)
1608 src/com/gps/action/GenerateMap.java 663 The String literal "onetime" appears 6 times in this file; the first occurrence is on line 663
1609 src/com/gps/action/GenerateMap.java 663 Useless parentheses.
1610 src/com/gps/action/GenerateMap.java 663 Useless parentheses.
1611 src/com/gps/action/GenerateMap.java 663 Useless parentheses.
1612 src/com/gps/action/GenerateMap.java 665 Potential violation of Law of Demeter (object not created locally)
1613 src/com/gps/action/GenerateMap.java 668 Comment is too large: Line too long
1614 src/com/gps/action/GenerateMap.java 669 Potential violation of Law of Demeter (object not created locally)
1615 src/com/gps/action/GenerateMap.java 669 Potential violation of Law of Demeter (object not created locally)
1616 src/com/gps/action/GenerateMap.java 671 Found 'DD'-anomaly for variable 'dateEndDate_search' (lines '671'-'698').
1617 src/com/gps/action/GenerateMap.java 672 Avoid if (x != y) ..; else ..;
1618 src/com/gps/action/GenerateMap.java 672 Useless parentheses.
1619 src/com/gps/action/GenerateMap.java 674 Found 'DD'-anomaly for variable 'fEnd' (lines '674'-'699').
1620 src/com/gps/action/GenerateMap.java 674 Potential violation of Law of Demeter (object not created locally)
1621 src/com/gps/action/GenerateMap.java 678 Comment is too large: Line too long
1622 src/com/gps/action/GenerateMap.java 682 Potential violation of Law of Demeter (object not created locally)
1623 src/com/gps/action/GenerateMap.java 689 Potential violation of Law of Demeter (method chain calls)
1624 src/com/gps/action/GenerateMap.java 689 Potential violation of Law of Demeter (object not created locally)
1625 src/com/gps/action/GenerateMap.java 689 Potential violation of Law of Demeter (object not created locally)
1626 src/com/gps/action/GenerateMap.java 689 Potential violation of Law of Demeter (object not created locally)
1627 src/com/gps/action/GenerateMap.java 689 The String literal "frequent" appears 6 times in this file; the first occurrence is on line 689
1628 src/com/gps/action/GenerateMap.java 689 Useless parentheses.
1629 src/com/gps/action/GenerateMap.java 689 Useless parentheses.
1630 src/com/gps/action/GenerateMap.java 689 Useless parentheses.
1631 src/com/gps/action/GenerateMap.java 691 Potential violation of Law of Demeter (object not created locally)
1632 src/com/gps/action/GenerateMap.java 693 Comment is too large: Line too long
1633 src/com/gps/action/GenerateMap.java 698 Potential violation of Law of Demeter (object not created locally)
1634 src/com/gps/action/GenerateMap.java 699 Potential violation of Law of Demeter (object not created locally)
1635 src/com/gps/action/GenerateMap.java 703 Avoid printStackTrace(); use a logger call instead.
1636 src/com/gps/action/GenerateMap.java 703 Potential violation of Law of Demeter (object not created locally)
1637 src/com/gps/action/GenerateMap.java 707 Potential violation of Law of Demeter (object not created locally)
1638 src/com/gps/action/GenerateMap.java 716 Potential violation of Law of Demeter (method chain calls)
1639 src/com/gps/action/GenerateMap.java 716 Potential violation of Law of Demeter (object not created locally)
1640 src/com/gps/action/GenerateMap.java 720 Potential violation of Law of Demeter (object not created locally)
1641 src/com/gps/action/GenerateMap.java 722 Potential violation of Law of Demeter (object not created locally)
1642 src/com/gps/action/GenerateMap.java 727 Potential violation of Law of Demeter (method chain calls)
1643 src/com/gps/action/GenerateMap.java 727 Potential violation of Law of Demeter (object not created locally)
1644 src/com/gps/action/GenerateMap.java 729 Avoid using Literals in Conditional Statements
1645 src/com/gps/action/GenerateMap.java 729 These nested if statements could be combined
1646 src/com/gps/action/GenerateMap.java 735 Potential violation of Law of Demeter (method chain calls)
1647 src/com/gps/action/GenerateMap.java 735 Potential violation of Law of Demeter (method chain calls)
1648 src/com/gps/action/GenerateMap.java 736 Potential violation of Law of Demeter (method chain calls)
1649 src/com/gps/action/GenerateMap.java 736 Potential violation of Law of Demeter (method chain calls)
1650 src/com/gps/action/GenerateMap.java 736 This statement may have some unnecessary parentheses
1651 src/com/gps/action/GenerateMap.java 736 This statement may have some unnecessary parentheses
1652 src/com/gps/action/GenerateMap.java 736 Useless parentheses.
1653 src/com/gps/action/GenerateMap.java 736 Useless parentheses.
1654 src/com/gps/action/GenerateMap.java 737 Potential violation of Law of Demeter (object not created locally)
1655 src/com/gps/action/GenerateMap.java 739 Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '739'-'739').
1656 src/com/gps/action/GenerateMap.java 739 Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '739'-'819').
1657 src/com/gps/action/GenerateMap.java 739 Found 'DU'-anomaly for variable 'tstart_date_by_date' (lines '739'-'895').
1658 src/com/gps/action/GenerateMap.java 739 Potential violation of Law of Demeter (method chain calls)
1659 src/com/gps/action/GenerateMap.java 739 Potential violation of Law of Demeter (object not created locally)
1660 src/com/gps/action/GenerateMap.java 741 Potential violation of Law of Demeter (object not created locally)
1661 src/com/gps/action/GenerateMap.java 742 Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '742'-'742').
1662 src/com/gps/action/GenerateMap.java 742 Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '742'-'822').
1663 src/com/gps/action/GenerateMap.java 742 Found 'DU'-anomaly for variable 'tend_date_by_date' (lines '742'-'895').
1664 src/com/gps/action/GenerateMap.java 742 Potential violation of Law of Demeter (object not created locally)
1665 src/com/gps/action/GenerateMap.java 750 Potential violation of Law of Demeter (method chain calls)
1666 src/com/gps/action/GenerateMap.java 750 Potential violation of Law of Demeter (object not created locally)
1667 src/com/gps/action/GenerateMap.java 753 Potential violation of Law of Demeter (object not created locally)
1668 src/com/gps/action/GenerateMap.java 756 Comment is too large: Line too long
1669 src/com/gps/action/GenerateMap.java 758 Potential violation of Law of Demeter (method chain calls)
1670 src/com/gps/action/GenerateMap.java 758 Potential violation of Law of Demeter (method chain calls)
1671 src/com/gps/action/GenerateMap.java 758 Potential violation of Law of Demeter (object not created locally)
1672 src/com/gps/action/GenerateMap.java 758 There is log block not surrounded by if
1673 src/com/gps/action/GenerateMap.java 758 There is log block not surrounded by if
1674 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1675 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1676 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1677 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1678 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1679 src/com/gps/action/GenerateMap.java 760 Avoid appending characters as strings in StringBuffer.append.
1680 src/com/gps/action/GenerateMap.java 760 Potential violation of Law of Demeter (method chain calls)
1681 src/com/gps/action/GenerateMap.java 760 Potential violation of Law of Demeter (method chain calls)
1682 src/com/gps/action/GenerateMap.java 760 Potential violation of Law of Demeter (object not created locally)
1683 src/com/gps/action/GenerateMap.java 760 Potential violation of Law of Demeter (object not created locally)
1684 src/com/gps/action/GenerateMap.java 760 Potential violation of Law of Demeter (object not created locally)
1685 src/com/gps/action/GenerateMap.java 760 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
1686 src/com/gps/action/GenerateMap.java 760 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
1687 src/com/gps/action/GenerateMap.java 760 StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
1688 src/com/gps/action/GenerateMap.java 763 Potential violation of Law of Demeter (method chain calls)
1689 src/com/gps/action/GenerateMap.java 763 Potential violation of Law of Demeter (object not created locally)
1690 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1691 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1692 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1693 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1694 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1695 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1696 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1697 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1698 src/com/gps/action/GenerateMap.java 766 Potential violation of Law of Demeter (object not created locally)
1699 src/com/gps/action/GenerateMap.java 766 Useless parentheses.
1700 src/com/gps/action/GenerateMap.java 766 Useless parentheses.
1701 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1702 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1703 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1704 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1705 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1706 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1707 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1708 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1709 src/com/gps/action/GenerateMap.java 772 Potential violation of Law of Demeter (object not created locally)
1710 src/com/gps/action/GenerateMap.java 772 Useless parentheses.
1711 src/com/gps/action/GenerateMap.java 772 Useless parentheses.
1712 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1713 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1714 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1715 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1716 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1717 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1718 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1719 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1720 src/com/gps/action/GenerateMap.java 778 Potential violation of Law of Demeter (object not created locally)
1721 src/com/gps/action/GenerateMap.java 778 Useless parentheses.
1722 src/com/gps/action/GenerateMap.java 778 Useless parentheses.
1723 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1724 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1725 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1726 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1727 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1728 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1729 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1730 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1731 src/com/gps/action/GenerateMap.java 784 Potential violation of Law of Demeter (object not created locally)
1732 src/com/gps/action/GenerateMap.java 784 Useless parentheses.
1733 src/com/gps/action/GenerateMap.java 784 Useless parentheses.
1734 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1735 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1736 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1737 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1738 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1739 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1740 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1741 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1742 src/com/gps/action/GenerateMap.java 790 Potential violation of Law of Demeter (object not created locally)
1743 src/com/gps/action/GenerateMap.java 790 Useless parentheses.
1744 src/com/gps/action/GenerateMap.java 790 Useless parentheses.
1745 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1746 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1747 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1748 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1749 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1750 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1751 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1752 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1753 src/com/gps/action/GenerateMap.java 797 Potential violation of Law of Demeter (object not created locally)
1754 src/com/gps/action/GenerateMap.java 797 Useless parentheses.
1755 src/com/gps/action/GenerateMap.java 797 Useless parentheses.
1756 src/com/gps/action/GenerateMap.java 804 Potential violation of Law of Demeter (object not created locally)
1757 src/com/gps/action/GenerateMap.java 805 Potential violation of Law of Demeter (object not created locally)
1758 src/com/gps/action/GenerateMap.java 809 Avoid using Literals in Conditional Statements
1759 src/com/gps/action/GenerateMap.java 815 Potential violation of Law of Demeter (method chain calls)
1760 src/com/gps/action/GenerateMap.java 815 Potential violation of Law of Demeter (method chain calls)
1761 src/com/gps/action/GenerateMap.java 815 Potential violation of Law of Demeter (object not created locally)
1762 src/com/gps/action/GenerateMap.java 816 Potential violation of Law of Demeter (method chain calls)
1763 src/com/gps/action/GenerateMap.java 816 Potential violation of Law of Demeter (method chain calls)
1764 src/com/gps/action/GenerateMap.java 817 Potential violation of Law of Demeter (method chain calls)
1765 src/com/gps/action/GenerateMap.java 817 Potential violation of Law of Demeter (method chain calls)
1766 src/com/gps/action/GenerateMap.java 817 This statement may have some unnecessary parentheses
1767 src/com/gps/action/GenerateMap.java 817 This statement may have some unnecessary parentheses
1768 src/com/gps/action/GenerateMap.java 817 Useless parentheses.
1769 src/com/gps/action/GenerateMap.java 817 Useless parentheses.
1770 src/com/gps/action/GenerateMap.java 818 Potential violation of Law of Demeter (object not created locally)
1771 src/com/gps/action/GenerateMap.java 819 Found 'DD'-anomaly for variable 'tstart_date_by_date' (lines '819'-'819').
1772 src/com/gps/action/GenerateMap.java 819 Found 'DU'-anomaly for variable 'tstart_date_by_date' (lines '819'-'895').
1773 src/com/gps/action/GenerateMap.java 819 Potential violation of Law of Demeter (method chain calls)
1774 src/com/gps/action/GenerateMap.java 819 Potential violation of Law of Demeter (object not created locally)
1775 src/com/gps/action/GenerateMap.java 821 Potential violation of Law of Demeter (object not created locally)
1776 src/com/gps/action/GenerateMap.java 822 Found 'DD'-anomaly for variable 'tend_date_by_date' (lines '822'-'822').
1777 src/com/gps/action/GenerateMap.java 822 Found 'DU'-anomaly for variable 'tend_date_by_date' (lines '822'-'895').
1778 src/com/gps/action/GenerateMap.java 822 Potential violation of Law of Demeter (object not created locally)
1779 src/com/gps/action/GenerateMap.java 824 Potential violation of Law of Demeter (method chain calls)
1780 src/com/gps/action/GenerateMap.java 824 Potential violation of Law of Demeter (method chain calls)
1781 src/com/gps/action/GenerateMap.java 824 Potential violation of Law of Demeter (object not created locally)
1782 src/com/gps/action/GenerateMap.java 824 Potential violation of Law of Demeter (object not created locally)
1783 src/com/gps/action/GenerateMap.java 826 Potential violation of Law of Demeter (method chain calls)
1784 src/com/gps/action/GenerateMap.java 826 There is log block not surrounded by if
1785 src/com/gps/action/GenerateMap.java 826 There is log block not surrounded by if
1786 src/com/gps/action/GenerateMap.java 833 There is log block not surrounded by if
1787 src/com/gps/action/GenerateMap.java 833 There is log block not surrounded by if
1788 src/com/gps/action/GenerateMap.java 846 Avoid variables with short names like t
1789 src/com/gps/action/GenerateMap.java 846 Found 'DD'-anomaly for variable 't' (lines '846'-'850').
1790 src/com/gps/action/GenerateMap.java 847 Avoid variables with short names like st
1791 src/com/gps/action/GenerateMap.java 847 Local variable 'st' could be declared final
1792 src/com/gps/action/GenerateMap.java 847 Potential violation of Law of Demeter (object not created locally)
1793 src/com/gps/action/GenerateMap.java 847 Potential violation of Law of Demeter (object not created locally)
1794 src/com/gps/action/GenerateMap.java 848 Position literals first in String comparisons
1795 src/com/gps/action/GenerateMap.java 848 Potential violation of Law of Demeter (object not created locally)
1796 src/com/gps/action/GenerateMap.java 850 Potential violation of Law of Demeter (object not created locally)
1797 src/com/gps/action/GenerateMap.java 853 Potential violation of Law of Demeter (method chain calls)
1798 src/com/gps/action/GenerateMap.java 861 Position literals first in String comparisons
1799 src/com/gps/action/GenerateMap.java 861 Potential violation of Law of Demeter (object not created locally)
1800 src/com/gps/action/GenerateMap.java 864 There is log block not surrounded by if
1801 src/com/gps/action/GenerateMap.java 864 There is log block not surrounded by if
1802 src/com/gps/action/GenerateMap.java 865 Local variable 'next1' could be declared final
1803 src/com/gps/action/GenerateMap.java 865 Potential violation of Law of Demeter (object not created locally)
1804 src/com/gps/action/GenerateMap.java 866 Potential violation of Law of Demeter (method chain calls)
1805 src/com/gps/action/GenerateMap.java 866 There is log block not surrounded by if
1806 src/com/gps/action/GenerateMap.java 866 There is log block not surrounded by if
1807 src/com/gps/action/GenerateMap.java 867 Avoid variables with short names like d
1808 src/com/gps/action/GenerateMap.java 867 Local variable 'd' could be declared final
1809 src/com/gps/action/GenerateMap.java 869 Avoid variables with short names like td
1810 src/com/gps/action/GenerateMap.java 869 Local variable 'td' could be declared final
1811 src/com/gps/action/GenerateMap.java 870 Local variable 'result' could be declared final
1812 src/com/gps/action/GenerateMap.java 870 Potential violation of Law of Demeter (method chain calls)
1813 src/com/gps/action/GenerateMap.java 872 Potential violation of Law of Demeter (method chain calls)
1814 src/com/gps/action/GenerateMap.java 876 Position literals first in String comparisons
1815 src/com/gps/action/GenerateMap.java 876 Potential violation of Law of Demeter (object not created locally)
1816 src/com/gps/action/GenerateMap.java 878 There is log block not surrounded by if
1817 src/com/gps/action/GenerateMap.java 878 There is log block not surrounded by if
1818 src/com/gps/action/GenerateMap.java 884 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1819 src/com/gps/action/GenerateMap.java 884 Avoid empty catch blocks
1820 src/com/gps/action/GenerateMap.java 899 Parameter 'freqTrip' is not assigned and could be declared final
1821 src/com/gps/action/GenerateMap.java 902 Local variable 'week_days' could be declared final
1822 src/com/gps/action/GenerateMap.java 902 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'week_days' is not final.
1823 src/com/gps/action/GenerateMap.java 903 Found 'DD'-anomaly for variable 'freq_trip2' (lines '903'-'908').
1824 src/com/gps/action/GenerateMap.java 903 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip2' is not final.
1825 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1826 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1827 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1828 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1829 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1830 src/com/gps/action/GenerateMap.java 913 Potential violation of Law of Demeter (method chain calls)
1831 src/com/gps/action/GenerateMap.java 920 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
1832 src/com/gps/action/GenerateMap.java 922 Avoid printStackTrace(); use a logger call instead.
1833 src/com/gps/action/GenerateMap.java 928 Avoid really long methods.
1834 src/com/gps/action/GenerateMap.java 928 The method 'getVehiclesOrg' has a Cyclomatic Complexity of 75.
1835 src/com/gps/action/GenerateMap.java 928 The method getVehiclesOrg() has an NCSS line count of 269
1836 src/com/gps/action/GenerateMap.java 928 The method getVehiclesOrg() has an NPath complexity of 38083608
1837 src/com/gps/action/GenerateMap.java 928 publicMethodCommentRequirement Required
1838 src/com/gps/action/GenerateMap.java 930 There is log block not surrounded by if
1839 src/com/gps/action/GenerateMap.java 930 There is log block not surrounded by if
1840 src/com/gps/action/GenerateMap.java 931 Avoid variables with short names like id
1841 src/com/gps/action/GenerateMap.java 933 There is log block not surrounded by if
1842 src/com/gps/action/GenerateMap.java 933 There is log block not surrounded by if
1843 src/com/gps/action/GenerateMap.java 934 Found 'DD'-anomaly for variable 'next' (lines '934'-'937').
1844 src/com/gps/action/GenerateMap.java 935 Avoid using Literals in Conditional Statements
1845 src/com/gps/action/GenerateMap.java 935 Use equals() to compare strings instead of '==' or '!='
1846 src/com/gps/action/GenerateMap.java 936 There is log block not surrounded by if
1847 src/com/gps/action/GenerateMap.java 936 There is log block not surrounded by if
1848 src/com/gps/action/GenerateMap.java 937 Potential violation of Law of Demeter (object not created locally)
1849 src/com/gps/action/GenerateMap.java 937 Potential violation of Law of Demeter (object not created locally)
1850 src/com/gps/action/GenerateMap.java 938 Potential violation of Law of Demeter (object not created locally)
1851 src/com/gps/action/GenerateMap.java 939 There is log block not surrounded by if
1852 src/com/gps/action/GenerateMap.java 939 There is log block not surrounded by if
1853 src/com/gps/action/GenerateMap.java 940 There is log block not surrounded by if
1854 src/com/gps/action/GenerateMap.java 940 There is log block not surrounded by if
1855 src/com/gps/action/GenerateMap.java 943 Found 'DU'-anomaly for variable 'vpd' (lines '943'-'1,463').
1856 src/com/gps/action/GenerateMap.java 943 Local variable 'vpd' could be declared final
1857 src/com/gps/action/GenerateMap.java 944 Avoid declaring a variable if it is unreferenced before a possible exit point.
1858 src/com/gps/action/GenerateMap.java 944 Avoid unused local variables such as 'trip2'.
1859 src/com/gps/action/GenerateMap.java 944 Found 'DU'-anomaly for variable 'trip2' (lines '944'-'1,463').
1860 src/com/gps/action/GenerateMap.java 944 Local variable 'trip2' could be declared final
1861 src/com/gps/action/GenerateMap.java 946 Avoid unused local variables such as 'regList'.
1862 src/com/gps/action/GenerateMap.java 946 Found 'DU'-anomaly for variable 'regList' (lines '946'-'1,463').
1863 src/com/gps/action/GenerateMap.java 946 Local variable 'regList' could be declared final
1864 src/com/gps/action/GenerateMap.java 947 Avoid declaring a variable if it is unreferenced before a possible exit point.
1865 src/com/gps/action/GenerateMap.java 947 Avoid unused local variables such as 'array'.
1866 src/com/gps/action/GenerateMap.java 947 Found 'DU'-anomaly for variable 'array' (lines '947'-'1,463').
1867 src/com/gps/action/GenerateMap.java 947 Local variable 'array' could be declared final
1868 src/com/gps/action/GenerateMap.java 949 Avoid variables with short names like sb
1869 src/com/gps/action/GenerateMap.java 949 Local variable 'sb' could be declared final
1870 src/com/gps/action/GenerateMap.java 956 Potential violation of Law of Demeter (object not created locally)
1871 src/com/gps/action/GenerateMap.java 956 There is log block not surrounded by if
1872 src/com/gps/action/GenerateMap.java 956 There is log block not surrounded by if
1873 src/com/gps/action/GenerateMap.java 957 Avoid unused local variables such as 'orgId'.
1874 src/com/gps/action/GenerateMap.java 957 Found 'DU'-anomaly for variable 'orgId' (lines '957'-'1,463').
1875 src/com/gps/action/GenerateMap.java 957 Local variable 'orgId' could be declared final
1876 src/com/gps/action/GenerateMap.java 957 Potential violation of Law of Demeter (method chain calls)
1877 src/com/gps/action/GenerateMap.java 957 Potential violation of Law of Demeter (method chain calls)
1878 src/com/gps/action/GenerateMap.java 957 Potential violation of Law of Demeter (object not created locally)
1879 src/com/gps/action/GenerateMap.java 960 Avoid using Literals in Conditional Statements
1880 src/com/gps/action/GenerateMap.java 960 Use equals() to compare strings instead of '==' or '!='
1881 src/com/gps/action/GenerateMap.java 962 Potential violation of Law of Demeter (object not created locally)
1882 src/com/gps/action/GenerateMap.java 962 Potential violation of Law of Demeter (object not created locally)
1883 src/com/gps/action/GenerateMap.java 962 Potential violation of Law of Demeter (object not created locally)
1884 src/com/gps/action/GenerateMap.java 964 Avoid appending characters as strings in StringBuffer.append.
1885 src/com/gps/action/GenerateMap.java 964 Potential violation of Law of Demeter (object not created locally)
1886 src/com/gps/action/GenerateMap.java 969 Potential violation of Law of Demeter (method chain calls)
1887 src/com/gps/action/GenerateMap.java 971 Avoid appending characters as strings in StringBuffer.append.
1888 src/com/gps/action/GenerateMap.java 971 Avoid appending characters as strings in StringBuffer.append.
1889 src/com/gps/action/GenerateMap.java 971 Avoid appending characters as strings in StringBuffer.append.
1890 src/com/gps/action/GenerateMap.java 971 Avoid appending characters as strings in StringBuffer.append.
1891 src/com/gps/action/GenerateMap.java 971 Avoid appending characters as strings in StringBuffer.append.
1892 src/com/gps/action/GenerateMap.java 971 Potential violation of Law of Demeter (method chain calls)
1893 src/com/gps/action/GenerateMap.java 971 Potential violation of Law of Demeter (method chain calls)
1894 src/com/gps/action/GenerateMap.java 971 Potential violation of Law of Demeter (object not created locally)
1895 src/com/gps/action/GenerateMap.java 971 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
1896 src/com/gps/action/GenerateMap.java 971 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
1897 src/com/gps/action/GenerateMap.java 971 StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
1898 src/com/gps/action/GenerateMap.java 973 Avoid empty if statements
1899 src/com/gps/action/GenerateMap.java 978 Avoid appending characters as strings in StringBuffer.append.
1900 src/com/gps/action/GenerateMap.java 978 Potential violation of Law of Demeter (object not created locally)
1901 src/com/gps/action/GenerateMap.java 982 Avoid appending characters as strings in StringBuffer.append.
1902 src/com/gps/action/GenerateMap.java 982 Comment is too large: Line too long
1903 src/com/gps/action/GenerateMap.java 982 Potential violation of Law of Demeter (object not created locally)
1904 src/com/gps/action/GenerateMap.java 985 Potential violation of Law of Demeter (method chain calls)
1905 src/com/gps/action/GenerateMap.java 985 Potential violation of Law of Demeter (object not created locally)
1906 src/com/gps/action/GenerateMap.java 990 Position literals first in String comparisons
1907 src/com/gps/action/GenerateMap.java 990 Potential violation of Law of Demeter (object not created locally)
1908 src/com/gps/action/GenerateMap.java 996 There is log block not surrounded by if
1909 src/com/gps/action/GenerateMap.java 996 There is log block not surrounded by if
1910 src/com/gps/action/GenerateMap.java 998 Local variable 'vid' could be declared final
1911 src/com/gps/action/GenerateMap.java 999 Found 'DD'-anomaly for variable 'trip' (lines '999'-'1,001').
1912 src/com/gps/action/GenerateMap.java 1000 Local variable 'tripDao' could be declared final
1913 src/com/gps/action/GenerateMap.java 1001 Potential violation of Law of Demeter (object not created locally)
1914 src/com/gps/action/GenerateMap.java 1003 Avoid appending characters as strings in StringBuffer.append.
1915 src/com/gps/action/GenerateMap.java 1003 Potential violation of Law of Demeter (object not created locally)
1916 src/com/gps/action/GenerateMap.java 1004 Potential violation of Law of Demeter (object not created locally)
1917 src/com/gps/action/GenerateMap.java 1007 Potential violation of Law of Demeter (method chain calls)
1918 src/com/gps/action/GenerateMap.java 1007 Potential violation of Law of Demeter (method chain calls)
1919 src/com/gps/action/GenerateMap.java 1007 Potential violation of Law of Demeter (object not created locally)
1920 src/com/gps/action/GenerateMap.java 1007 There is log block not surrounded by if
1921 src/com/gps/action/GenerateMap.java 1007 There is log block not surrounded by if
1922 src/com/gps/action/GenerateMap.java 1009 Found 'DD'-anomaly for variable 'tripname' (lines '1,009'-'1,014').
1923 src/com/gps/action/GenerateMap.java 1009 Potential violation of Law of Demeter (method chain calls)
1924 src/com/gps/action/GenerateMap.java 1009 Potential violation of Law of Demeter (object not created locally)
1925 src/com/gps/action/GenerateMap.java 1011 Potential violation of Law of Demeter (method chain calls)
1926 src/com/gps/action/GenerateMap.java 1011 Potential violation of Law of Demeter (method chain calls)
1927 src/com/gps/action/GenerateMap.java 1011 Potential violation of Law of Demeter (object not created locally)
1928 src/com/gps/action/GenerateMap.java 1013 There is log block not surrounded by if
1929 src/com/gps/action/GenerateMap.java 1013 There is log block not surrounded by if
1930 src/com/gps/action/GenerateMap.java 1019 There is log block not surrounded by if
1931 src/com/gps/action/GenerateMap.java 1019 There is log block not surrounded by if
1932 src/com/gps/action/GenerateMap.java 1020 Comment is too large: Line too long
1933 src/com/gps/action/GenerateMap.java 1022 Avoid appending characters as strings in StringBuffer.append.
1934 src/com/gps/action/GenerateMap.java 1022 Avoid appending characters as strings in StringBuffer.append.
1935 src/com/gps/action/GenerateMap.java 1022 Avoid appending characters as strings in StringBuffer.append.
1936 src/com/gps/action/GenerateMap.java 1022 Avoid appending characters as strings in StringBuffer.append.
1937 src/com/gps/action/GenerateMap.java 1022 Avoid appending characters as strings in StringBuffer.append.
1938 src/com/gps/action/GenerateMap.java 1022 Potential violation of Law of Demeter (method chain calls)
1939 src/com/gps/action/GenerateMap.java 1022 Potential violation of Law of Demeter (object not created locally)
1940 src/com/gps/action/GenerateMap.java 1022 Potential violation of Law of Demeter (object not created locally)
1941 src/com/gps/action/GenerateMap.java 1022 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
1942 src/com/gps/action/GenerateMap.java 1022 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
1943 src/com/gps/action/GenerateMap.java 1022 StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
1944 src/com/gps/action/GenerateMap.java 1023 Potential violation of Law of Demeter (object not created locally)
1945 src/com/gps/action/GenerateMap.java 1023 Potential violation of Law of Demeter (object not created locally)
1946 src/com/gps/action/GenerateMap.java 1024 Avoid empty if statements
1947 src/com/gps/action/GenerateMap.java 1029 Avoid appending characters as strings in StringBuffer.append.
1948 src/com/gps/action/GenerateMap.java 1029 Potential violation of Law of Demeter (object not created locally)
1949 src/com/gps/action/GenerateMap.java 1032 Avoid appending characters as strings in StringBuffer.append.
1950 src/com/gps/action/GenerateMap.java 1032 Potential violation of Law of Demeter (object not created locally)
1951 src/com/gps/action/GenerateMap.java 1034 Potential violation of Law of Demeter (method chain calls)
1952 src/com/gps/action/GenerateMap.java 1034 Potential violation of Law of Demeter (object not created locally)
1953 src/com/gps/action/GenerateMap.java 1041 Position literals first in String comparisons
1954 src/com/gps/action/GenerateMap.java 1041 Potential violation of Law of Demeter (object not created locally)
1955 src/com/gps/action/GenerateMap.java 1044 Avoid appending characters as strings in StringBuffer.append.
1956 src/com/gps/action/GenerateMap.java 1044 Potential violation of Law of Demeter (object not created locally)
1957 src/com/gps/action/GenerateMap.java 1045 There is log block not surrounded by if
1958 src/com/gps/action/GenerateMap.java 1045 There is log block not surrounded by if
1959 src/com/gps/action/GenerateMap.java 1046 Avoid unused local variables such as 'tripd'.
1960 src/com/gps/action/GenerateMap.java 1046 Local variable 'tripd' could be declared final
1961 src/com/gps/action/GenerateMap.java 1047 Local variable 'tdo' could be declared final
1962 src/com/gps/action/GenerateMap.java 1049 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final.
1963 src/com/gps/action/GenerateMap.java 1050 Local variable 'calendar' could be declared final
1964 src/com/gps/action/GenerateMap.java 1051 Avoid unused local variables such as 'itr'.
1965 src/com/gps/action/GenerateMap.java 1051 Local variable 'itr' could be declared final
1966 src/com/gps/action/GenerateMap.java 1055 Avoid unused local variables such as 'vehitr'.
1967 src/com/gps/action/GenerateMap.java 1055 Local variable 'vehitr' could be declared final
1968 src/com/gps/action/GenerateMap.java 1056 Avoid variables with short names like ft
1969 src/com/gps/action/GenerateMap.java 1058 Avoid unused local variables such as 'maxitr'.
1970 src/com/gps/action/GenerateMap.java 1058 Local variable 'maxitr' could be declared final
1971 src/com/gps/action/GenerateMap.java 1061 Local variable 'dateUtil' could be declared final
1972 src/com/gps/action/GenerateMap.java 1062 Avoid unused local variables such as 'check'.
1973 src/com/gps/action/GenerateMap.java 1062 Local variable 'check' could be declared final
1974 src/com/gps/action/GenerateMap.java 1067 Avoid unused local variables such as 'dateAfter_1'.
1975 src/com/gps/action/GenerateMap.java 1067 Local variable 'dateAfter_1' could be declared final
1976 src/com/gps/action/GenerateMap.java 1067 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final.
1977 src/com/gps/action/GenerateMap.java 1069 Avoid variables with short names like h
1978 src/com/gps/action/GenerateMap.java 1069 Local variable 'h' could be declared final
1979 src/com/gps/action/GenerateMap.java 1070 Avoid variables with short names like m
1980 src/com/gps/action/GenerateMap.java 1070 Do not hard code the IP address
1981 src/com/gps/action/GenerateMap.java 1070 Local variable 'm' could be declared final
1982 src/com/gps/action/GenerateMap.java 1071 Avoid variables with short names like s
1983 src/com/gps/action/GenerateMap.java 1071 Do not hard code the IP address
1984 src/com/gps/action/GenerateMap.java 1071 Local variable 's' could be declared final
1985 src/com/gps/action/GenerateMap.java 1072 Avoid variables with short names like ss
1986 src/com/gps/action/GenerateMap.java 1074 Local variable 'today' could be declared final
1987 src/com/gps/action/GenerateMap.java 1075 Local variable 'formatter' could be declared final
1988 src/com/gps/action/GenerateMap.java 1075 When instantiating a SimpleDateFormat object, specify a Locale
1989 src/com/gps/action/GenerateMap.java 1076 Local variable 'sdfDestination' could be declared final
1990 src/com/gps/action/GenerateMap.java 1076 When instantiating a SimpleDateFormat object, specify a Locale
1991 src/com/gps/action/GenerateMap.java 1077 Local variable 'sdfDestination_24' could be declared final
1992 src/com/gps/action/GenerateMap.java 1077 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
1993 src/com/gps/action/GenerateMap.java 1077 When instantiating a SimpleDateFormat object, specify a Locale
1994 src/com/gps/action/GenerateMap.java 1078 Potential violation of Law of Demeter (object not created locally)
1995 src/com/gps/action/GenerateMap.java 1080 Avoid unused local variables such as 'add5_30'.
1996 src/com/gps/action/GenerateMap.java 1080 Found 'DD'-anomaly for variable 'add5_30' (lines '1,080'-'1,083').
1997 src/com/gps/action/GenerateMap.java 1080 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'add5_30' is not final.
1998 src/com/gps/action/GenerateMap.java 1081 Local variable 'adddate' could be declared final
1999 src/com/gps/action/GenerateMap.java 1081 When instantiating a SimpleDateFormat object, specify a Locale
2000 src/com/gps/action/GenerateMap.java 1083 Potential violation of Law of Demeter (object not created locally)
2001 src/com/gps/action/GenerateMap.java 1085 Potential violation of Law of Demeter (object not created locally)
2002 src/com/gps/action/GenerateMap.java 1086 Potential violation of Law of Demeter (object not created locally)
2003 src/com/gps/action/GenerateMap.java 1087 Potential violation of Law of Demeter (object not created locally)
2004 src/com/gps/action/GenerateMap.java 1087 Potential violation of Law of Demeter (object not created locally)
2005 src/com/gps/action/GenerateMap.java 1089 There is log block not surrounded by if
2006 src/com/gps/action/GenerateMap.java 1089 There is log block not surrounded by if
2007 src/com/gps/action/GenerateMap.java 1092 Avoid empty catch blocks
2008 src/com/gps/action/GenerateMap.java 1096 Found 'DD'-anomaly for variable 'dateCurrentDate' (lines '1,096'-'1,101').
2009 src/com/gps/action/GenerateMap.java 1097 Avoid excessively long variable names like dateCurrentDate_30
2010 src/com/gps/action/GenerateMap.java 1097 Found 'DD'-anomaly for variable 'dateCurrentDate_30' (lines '1,097'-'1,113').
2011 src/com/gps/action/GenerateMap.java 1097 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final.
2012 src/com/gps/action/GenerateMap.java 1101 Potential violation of Law of Demeter (object not created locally)
2013 src/com/gps/action/GenerateMap.java 1106 Avoid printStackTrace(); use a logger call instead.
2014 src/com/gps/action/GenerateMap.java 1106 Potential violation of Law of Demeter (object not created locally)
2015 src/com/gps/action/GenerateMap.java 1108 Potential violation of Law of Demeter (object not created locally)
2016 src/com/gps/action/GenerateMap.java 1109 Local variable 'current_30' could be declared final
2017 src/com/gps/action/GenerateMap.java 1109 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final.
2018 src/com/gps/action/GenerateMap.java 1109 Potential violation of Law of Demeter (object not created locally)
2019 src/com/gps/action/GenerateMap.java 1109 Potential violation of Law of Demeter (object not created locally)
2020 src/com/gps/action/GenerateMap.java 1113 Potential violation of Law of Demeter (object not created locally)
2021 src/com/gps/action/GenerateMap.java 1117 Avoid printStackTrace(); use a logger call instead.
2022 src/com/gps/action/GenerateMap.java 1117 Potential violation of Law of Demeter (object not created locally)
2023 src/com/gps/action/GenerateMap.java 1131 Avoid excessively long variable names like string_enddate_12hrs
2024 src/com/gps/action/GenerateMap.java 1131 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final.
2025 src/com/gps/action/GenerateMap.java 1132 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final.
2026 src/com/gps/action/GenerateMap.java 1134 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final.
2027 src/com/gps/action/GenerateMap.java 1135 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final.
2028 src/com/gps/action/GenerateMap.java 1136 Avoid excessively long variable names like dateStartDate_search
2029 src/com/gps/action/GenerateMap.java 1136 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final.
2030 src/com/gps/action/GenerateMap.java 1137 Avoid excessively long variable names like dateEndDate_search
2031 src/com/gps/action/GenerateMap.java 1137 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final.
2032 src/com/gps/action/GenerateMap.java 1139 Avoid unused local variables such as 'final_startDate'.
2033 src/com/gps/action/GenerateMap.java 1139 Local variable 'final_startDate' could be declared final
2034 src/com/gps/action/GenerateMap.java 1139 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final.
2035 src/com/gps/action/GenerateMap.java 1140 Avoid unused local variables such as 'final_endDate'.
2036 src/com/gps/action/GenerateMap.java 1140 Local variable 'final_endDate' could be declared final
2037 src/com/gps/action/GenerateMap.java 1140 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final.
2038 src/com/gps/action/GenerateMap.java 1143 Avoid excessively long variable names like tstart_date_by_date
2039 src/com/gps/action/GenerateMap.java 1143 Avoid unused local variables such as 'tstart_date_by_date'.
2040 src/com/gps/action/GenerateMap.java 1143 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final.
2041 src/com/gps/action/GenerateMap.java 1144 Avoid unused local variables such as 'tend_date_by_date'.
2042 src/com/gps/action/GenerateMap.java 1144 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final.
2043 src/com/gps/action/GenerateMap.java 1145 Found 'DD'-anomaly for variable 'fcurrent' (lines '1,145'-'1,153').
2044 src/com/gps/action/GenerateMap.java 1146 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final.
2045 src/com/gps/action/GenerateMap.java 1151 Avoid excessively long variable names like freq_trip_unsorted
2046 src/com/gps/action/GenerateMap.java 1151 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip_unsorted' is not final.
2047 src/com/gps/action/GenerateMap.java 1153 Potential violation of Law of Demeter (object not created locally)
2048 src/com/gps/action/GenerateMap.java 1154 Potential violation of Law of Demeter (object not created locally)
2049 src/com/gps/action/GenerateMap.java 1160 Potential violation of Law of Demeter (object not created locally)
2050 src/com/gps/action/GenerateMap.java 1164 Potential violation of Law of Demeter (object not created locally)
2051 src/com/gps/action/GenerateMap.java 1164 Potential violation of Law of Demeter (object not created locally)
2052 src/com/gps/action/GenerateMap.java 1168 Potential violation of Law of Demeter (object not created locally)
2053 src/com/gps/action/GenerateMap.java 1169 Potential violation of Law of Demeter (object not created locally)
2054 src/com/gps/action/GenerateMap.java 1169 Potential violation of Law of Demeter (object not created locally)
2055 src/com/gps/action/GenerateMap.java 1172 Potential violation of Law of Demeter (method chain calls)
2056 src/com/gps/action/GenerateMap.java 1172 Potential violation of Law of Demeter (method chain calls)
2057 src/com/gps/action/GenerateMap.java 1172 Potential violation of Law of Demeter (object not created locally)
2058 src/com/gps/action/GenerateMap.java 1173 Potential violation of Law of Demeter (method chain calls)
2059 src/com/gps/action/GenerateMap.java 1173 Potential violation of Law of Demeter (object not created locally)
2060 src/com/gps/action/GenerateMap.java 1175 Potential violation of Law of Demeter (method chain calls)
2061 src/com/gps/action/GenerateMap.java 1175 Potential violation of Law of Demeter (method chain calls)
2062 src/com/gps/action/GenerateMap.java 1176 Avoid using if...else statements without curly braces
2063 src/com/gps/action/GenerateMap.java 1178 Avoid using if...else statements without curly braces
2064 src/com/gps/action/GenerateMap.java 1179 Potential violation of Law of Demeter (method chain calls)
2065 src/com/gps/action/GenerateMap.java 1179 Potential violation of Law of Demeter (method chain calls)
2066 src/com/gps/action/GenerateMap.java 1180 Potential violation of Law of Demeter (object not created locally)
2067 src/com/gps/action/GenerateMap.java 1182 Potential violation of Law of Demeter (method chain calls)
2068 src/com/gps/action/GenerateMap.java 1182 Potential violation of Law of Demeter (method chain calls)
2069 src/com/gps/action/GenerateMap.java 1182 Potential violation of Law of Demeter (object not created locally)
2070 src/com/gps/action/GenerateMap.java 1183 Potential violation of Law of Demeter (method chain calls)
2071 src/com/gps/action/GenerateMap.java 1183 Potential violation of Law of Demeter (method chain calls)
2072 src/com/gps/action/GenerateMap.java 1183 Potential violation of Law of Demeter (object not created locally)
2073 src/com/gps/action/GenerateMap.java 1184 Potential violation of Law of Demeter (object not created locally)
2074 src/com/gps/action/GenerateMap.java 1185 Potential violation of Law of Demeter (object not created locally)
2075 src/com/gps/action/GenerateMap.java 1185 Potential violation of Law of Demeter (object not created locally)
2076 src/com/gps/action/GenerateMap.java 1189 Potential violation of Law of Demeter (object not created locally)
2077 src/com/gps/action/GenerateMap.java 1190 Potential violation of Law of Demeter (object not created locally)
2078 src/com/gps/action/GenerateMap.java 1194 Avoid printStackTrace(); use a logger call instead.
2079 src/com/gps/action/GenerateMap.java 1194 Potential violation of Law of Demeter (object not created locally)
2080 src/com/gps/action/GenerateMap.java 1197 Potential violation of Law of Demeter (object not created locally)
2081 src/com/gps/action/GenerateMap.java 1197 Potential violation of Law of Demeter (object not created locally)
2082 src/com/gps/action/GenerateMap.java 1197 Useless parentheses.
2083 src/com/gps/action/GenerateMap.java 1197 Useless parentheses.
2084 src/com/gps/action/GenerateMap.java 1199 Comment is too large: Line too long
2085 src/com/gps/action/GenerateMap.java 1203 Potential violation of Law of Demeter (object not created locally)
2086 src/com/gps/action/GenerateMap.java 1204 Potential violation of Law of Demeter (object not created locally)
2087 src/com/gps/action/GenerateMap.java 1204 Potential violation of Law of Demeter (object not created locally)
2088 src/com/gps/action/GenerateMap.java 1207 Potential violation of Law of Demeter (method chain calls)
2089 src/com/gps/action/GenerateMap.java 1207 Potential violation of Law of Demeter (method chain calls)
2090 src/com/gps/action/GenerateMap.java 1207 Potential violation of Law of Demeter (object not created locally)
2091 src/com/gps/action/GenerateMap.java 1208 Potential violation of Law of Demeter (method chain calls)
2092 src/com/gps/action/GenerateMap.java 1208 Potential violation of Law of Demeter (object not created locally)
2093 src/com/gps/action/GenerateMap.java 1210 Potential violation of Law of Demeter (method chain calls)
2094 src/com/gps/action/GenerateMap.java 1210 Potential violation of Law of Demeter (method chain calls)
2095 src/com/gps/action/GenerateMap.java 1211 Avoid using if...else statements without curly braces
2096 src/com/gps/action/GenerateMap.java 1213 Avoid using if...else statements without curly braces
2097 src/com/gps/action/GenerateMap.java 1214 Potential violation of Law of Demeter (method chain calls)
2098 src/com/gps/action/GenerateMap.java 1214 Potential violation of Law of Demeter (method chain calls)
2099 src/com/gps/action/GenerateMap.java 1215 Potential violation of Law of Demeter (object not created locally)
2100 src/com/gps/action/GenerateMap.java 1217 Potential violation of Law of Demeter (method chain calls)
2101 src/com/gps/action/GenerateMap.java 1217 Potential violation of Law of Demeter (method chain calls)
2102 src/com/gps/action/GenerateMap.java 1217 Potential violation of Law of Demeter (object not created locally)
2103 src/com/gps/action/GenerateMap.java 1218 Potential violation of Law of Demeter (method chain calls)
2104 src/com/gps/action/GenerateMap.java 1218 Potential violation of Law of Demeter (method chain calls)
2105 src/com/gps/action/GenerateMap.java 1218 Potential violation of Law of Demeter (object not created locally)
2106 src/com/gps/action/GenerateMap.java 1219 Potential violation of Law of Demeter (object not created locally)
2107 src/com/gps/action/GenerateMap.java 1220 Potential violation of Law of Demeter (object not created locally)
2108 src/com/gps/action/GenerateMap.java 1220 Potential violation of Law of Demeter (object not created locally)
2109 src/com/gps/action/GenerateMap.java 1225 Potential violation of Law of Demeter (object not created locally)
2110 src/com/gps/action/GenerateMap.java 1226 Potential violation of Law of Demeter (object not created locally)
2111 src/com/gps/action/GenerateMap.java 1231 Avoid printStackTrace(); use a logger call instead.
2112 src/com/gps/action/GenerateMap.java 1231 Potential violation of Law of Demeter (object not created locally)
2113 src/com/gps/action/GenerateMap.java 1236 Potential violation of Law of Demeter (method chain calls)
2114 src/com/gps/action/GenerateMap.java 1236 Potential violation of Law of Demeter (object not created locally)
2115 src/com/gps/action/GenerateMap.java 1236 Potential violation of Law of Demeter (object not created locally)
2116 src/com/gps/action/GenerateMap.java 1236 Potential violation of Law of Demeter (object not created locally)
2117 src/com/gps/action/GenerateMap.java 1236 Useless parentheses.
2118 src/com/gps/action/GenerateMap.java 1236 Useless parentheses.
2119 src/com/gps/action/GenerateMap.java 1236 Useless parentheses.
2120 src/com/gps/action/GenerateMap.java 1238 Potential violation of Law of Demeter (object not created locally)
2121 src/com/gps/action/GenerateMap.java 1241 Comment is too large: Line too long
2122 src/com/gps/action/GenerateMap.java 1242 Potential violation of Law of Demeter (object not created locally)
2123 src/com/gps/action/GenerateMap.java 1242 Potential violation of Law of Demeter (object not created locally)
2124 src/com/gps/action/GenerateMap.java 1245 Avoid if (x != y) ..; else ..;
2125 src/com/gps/action/GenerateMap.java 1245 Useless parentheses.
2126 src/com/gps/action/GenerateMap.java 1247 Potential violation of Law of Demeter (object not created locally)
2127 src/com/gps/action/GenerateMap.java 1251 Comment is too large: Line too long
2128 src/com/gps/action/GenerateMap.java 1255 Potential violation of Law of Demeter (object not created locally)
2129 src/com/gps/action/GenerateMap.java 1262 Potential violation of Law of Demeter (method chain calls)
2130 src/com/gps/action/GenerateMap.java 1262 Potential violation of Law of Demeter (object not created locally)
2131 src/com/gps/action/GenerateMap.java 1262 Potential violation of Law of Demeter (object not created locally)
2132 src/com/gps/action/GenerateMap.java 1262 Potential violation of Law of Demeter (object not created locally)
2133 src/com/gps/action/GenerateMap.java 1262 Useless parentheses.
2134 src/com/gps/action/GenerateMap.java 1262 Useless parentheses.
2135 src/com/gps/action/GenerateMap.java 1262 Useless parentheses.
2136 src/com/gps/action/GenerateMap.java 1264 Potential violation of Law of Demeter (object not created locally)
2137 src/com/gps/action/GenerateMap.java 1266 Comment is too large: Line too long
2138 src/com/gps/action/GenerateMap.java 1271 Potential violation of Law of Demeter (object not created locally)
2139 src/com/gps/action/GenerateMap.java 1272 Potential violation of Law of Demeter (object not created locally)
2140 src/com/gps/action/GenerateMap.java 1276 Avoid printStackTrace(); use a logger call instead.
2141 src/com/gps/action/GenerateMap.java 1276 Potential violation of Law of Demeter (object not created locally)
2142 src/com/gps/action/GenerateMap.java 1280 Potential violation of Law of Demeter (object not created locally)
2143 src/com/gps/action/GenerateMap.java 1289 Potential violation of Law of Demeter (method chain calls)
2144 src/com/gps/action/GenerateMap.java 1289 Potential violation of Law of Demeter (object not created locally)
2145 src/com/gps/action/GenerateMap.java 1293 Potential violation of Law of Demeter (object not created locally)
2146 src/com/gps/action/GenerateMap.java 1295 Potential violation of Law of Demeter (object not created locally)
2147 src/com/gps/action/GenerateMap.java 1300 Potential violation of Law of Demeter (method chain calls)
2148 src/com/gps/action/GenerateMap.java 1300 Potential violation of Law of Demeter (object not created locally)
2149 src/com/gps/action/GenerateMap.java 1302 Avoid using Literals in Conditional Statements
2150 src/com/gps/action/GenerateMap.java 1302 These nested if statements could be combined
2151 src/com/gps/action/GenerateMap.java 1308 Potential violation of Law of Demeter (method chain calls)
2152 src/com/gps/action/GenerateMap.java 1308 Potential violation of Law of Demeter (method chain calls)
2153 src/com/gps/action/GenerateMap.java 1309 Potential violation of Law of Demeter (method chain calls)
2154 src/com/gps/action/GenerateMap.java 1309 Potential violation of Law of Demeter (method chain calls)
2155 src/com/gps/action/GenerateMap.java 1309 This statement may have some unnecessary parentheses
2156 src/com/gps/action/GenerateMap.java 1309 This statement may have some unnecessary parentheses
2157 src/com/gps/action/GenerateMap.java 1309 Useless parentheses.
2158 src/com/gps/action/GenerateMap.java 1309 Useless parentheses.
2159 src/com/gps/action/GenerateMap.java 1310 Potential violation of Law of Demeter (object not created locally)
2160 src/com/gps/action/GenerateMap.java 1312 Potential violation of Law of Demeter (method chain calls)
2161 src/com/gps/action/GenerateMap.java 1312 Potential violation of Law of Demeter (object not created locally)
2162 src/com/gps/action/GenerateMap.java 1314 Potential violation of Law of Demeter (object not created locally)
2163 src/com/gps/action/GenerateMap.java 1315 Potential violation of Law of Demeter (object not created locally)
2164 src/com/gps/action/GenerateMap.java 1323 Potential violation of Law of Demeter (method chain calls)
2165 src/com/gps/action/GenerateMap.java 1323 Potential violation of Law of Demeter (object not created locally)
2166 src/com/gps/action/GenerateMap.java 1326 Potential violation of Law of Demeter (object not created locally)
2167 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2168 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2169 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2170 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2171 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2172 src/com/gps/action/GenerateMap.java 1330 Avoid appending characters as strings in StringBuffer.append.
2173 src/com/gps/action/GenerateMap.java 1330 Potential violation of Law of Demeter (method chain calls)
2174 src/com/gps/action/GenerateMap.java 1330 Potential violation of Law of Demeter (method chain calls)
2175 src/com/gps/action/GenerateMap.java 1330 Potential violation of Law of Demeter (object not created locally)
2176 src/com/gps/action/GenerateMap.java 1330 Potential violation of Law of Demeter (object not created locally)
2177 src/com/gps/action/GenerateMap.java 1330 Potential violation of Law of Demeter (object not created locally)
2178 src/com/gps/action/GenerateMap.java 1330 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
2179 src/com/gps/action/GenerateMap.java 1330 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
2180 src/com/gps/action/GenerateMap.java 1330 StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
2181 src/com/gps/action/GenerateMap.java 1333 Potential violation of Law of Demeter (method chain calls)
2182 src/com/gps/action/GenerateMap.java 1333 Potential violation of Law of Demeter (object not created locally)
2183 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2184 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2185 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2186 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2187 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2188 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2189 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2190 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2191 src/com/gps/action/GenerateMap.java 1336 Potential violation of Law of Demeter (object not created locally)
2192 src/com/gps/action/GenerateMap.java 1336 Useless parentheses.
2193 src/com/gps/action/GenerateMap.java 1336 Useless parentheses.
2194 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2195 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2196 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2197 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2198 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2199 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2200 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2201 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2202 src/com/gps/action/GenerateMap.java 1342 Potential violation of Law of Demeter (object not created locally)
2203 src/com/gps/action/GenerateMap.java 1342 Useless parentheses.
2204 src/com/gps/action/GenerateMap.java 1342 Useless parentheses.
2205 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2206 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2207 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2208 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2209 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2210 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2211 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2212 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2213 src/com/gps/action/GenerateMap.java 1348 Potential violation of Law of Demeter (object not created locally)
2214 src/com/gps/action/GenerateMap.java 1348 Useless parentheses.
2215 src/com/gps/action/GenerateMap.java 1348 Useless parentheses.
2216 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2217 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2218 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2219 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2220 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2221 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2222 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2223 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2224 src/com/gps/action/GenerateMap.java 1354 Potential violation of Law of Demeter (object not created locally)
2225 src/com/gps/action/GenerateMap.java 1354 Useless parentheses.
2226 src/com/gps/action/GenerateMap.java 1354 Useless parentheses.
2227 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2228 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2229 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2230 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2231 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2232 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2233 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2234 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2235 src/com/gps/action/GenerateMap.java 1360 Potential violation of Law of Demeter (object not created locally)
2236 src/com/gps/action/GenerateMap.java 1360 Useless parentheses.
2237 src/com/gps/action/GenerateMap.java 1360 Useless parentheses.
2238 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2239 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2240 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2241 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2242 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2243 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2244 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2245 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2246 src/com/gps/action/GenerateMap.java 1367 Potential violation of Law of Demeter (object not created locally)
2247 src/com/gps/action/GenerateMap.java 1367 Useless parentheses.
2248 src/com/gps/action/GenerateMap.java 1367 Useless parentheses.
2249 src/com/gps/action/GenerateMap.java 1374 Potential violation of Law of Demeter (object not created locally)
2250 src/com/gps/action/GenerateMap.java 1375 Potential violation of Law of Demeter (object not created locally)
2251 src/com/gps/action/GenerateMap.java 1379 Avoid using Literals in Conditional Statements
2252 src/com/gps/action/GenerateMap.java 1385 Potential violation of Law of Demeter (method chain calls)
2253 src/com/gps/action/GenerateMap.java 1385 Potential violation of Law of Demeter (method chain calls)
2254 src/com/gps/action/GenerateMap.java 1385 Potential violation of Law of Demeter (object not created locally)
2255 src/com/gps/action/GenerateMap.java 1386 Potential violation of Law of Demeter (method chain calls)
2256 src/com/gps/action/GenerateMap.java 1386 Potential violation of Law of Demeter (method chain calls)
2257 src/com/gps/action/GenerateMap.java 1387 Potential violation of Law of Demeter (method chain calls)
2258 src/com/gps/action/GenerateMap.java 1387 Potential violation of Law of Demeter (method chain calls)
2259 src/com/gps/action/GenerateMap.java 1387 This statement may have some unnecessary parentheses
2260 src/com/gps/action/GenerateMap.java 1387 This statement may have some unnecessary parentheses
2261 src/com/gps/action/GenerateMap.java 1387 Useless parentheses.
2262 src/com/gps/action/GenerateMap.java 1387 Useless parentheses.
2263 src/com/gps/action/GenerateMap.java 1388 Potential violation of Law of Demeter (object not created locally)
2264 src/com/gps/action/GenerateMap.java 1389 Potential violation of Law of Demeter (method chain calls)
2265 src/com/gps/action/GenerateMap.java 1389 Potential violation of Law of Demeter (object not created locally)
2266 src/com/gps/action/GenerateMap.java 1391 Potential violation of Law of Demeter (object not created locally)
2267 src/com/gps/action/GenerateMap.java 1392 Potential violation of Law of Demeter (object not created locally)
2268 src/com/gps/action/GenerateMap.java 1394 Potential violation of Law of Demeter (method chain calls)
2269 src/com/gps/action/GenerateMap.java 1394 Potential violation of Law of Demeter (method chain calls)
2270 src/com/gps/action/GenerateMap.java 1394 Potential violation of Law of Demeter (object not created locally)
2271 src/com/gps/action/GenerateMap.java 1394 Potential violation of Law of Demeter (object not created locally)
2272 src/com/gps/action/GenerateMap.java 1395 Avoid empty if statements
2273 src/com/gps/action/GenerateMap.java 1403 There is log block not surrounded by if
2274 src/com/gps/action/GenerateMap.java 1403 There is log block not surrounded by if
2275 src/com/gps/action/GenerateMap.java 1416 Avoid variables with short names like t
2276 src/com/gps/action/GenerateMap.java 1417 Avoid variables with short names like st
2277 src/com/gps/action/GenerateMap.java 1417 Local variable 'st' could be declared final
2278 src/com/gps/action/GenerateMap.java 1417 Potential violation of Law of Demeter (object not created locally)
2279 src/com/gps/action/GenerateMap.java 1417 Potential violation of Law of Demeter (object not created locally)
2280 src/com/gps/action/GenerateMap.java 1418 Position literals first in String comparisons
2281 src/com/gps/action/GenerateMap.java 1418 Potential violation of Law of Demeter (object not created locally)
2282 src/com/gps/action/GenerateMap.java 1420 Potential violation of Law of Demeter (object not created locally)
2283 src/com/gps/action/GenerateMap.java 1423 Potential violation of Law of Demeter (method chain calls)
2284 src/com/gps/action/GenerateMap.java 1436 Position literals first in String comparisons
2285 src/com/gps/action/GenerateMap.java 1436 Potential violation of Law of Demeter (object not created locally)
2286 src/com/gps/action/GenerateMap.java 1439 There is log block not surrounded by if
2287 src/com/gps/action/GenerateMap.java 1439 There is log block not surrounded by if
2288 src/com/gps/action/GenerateMap.java 1440 Local variable 'next1' could be declared final
2289 src/com/gps/action/GenerateMap.java 1440 Potential violation of Law of Demeter (object not created locally)
2290 src/com/gps/action/GenerateMap.java 1441 Potential violation of Law of Demeter (method chain calls)
2291 src/com/gps/action/GenerateMap.java 1441 There is log block not surrounded by if
2292 src/com/gps/action/GenerateMap.java 1441 There is log block not surrounded by if
2293 src/com/gps/action/GenerateMap.java 1442 Avoid variables with short names like d
2294 src/com/gps/action/GenerateMap.java 1442 Local variable 'd' could be declared final
2295 src/com/gps/action/GenerateMap.java 1444 Avoid variables with short names like td
2296 src/com/gps/action/GenerateMap.java 1444 Local variable 'td' could be declared final
2297 src/com/gps/action/GenerateMap.java 1445 Local variable 'result' could be declared final
2298 src/com/gps/action/GenerateMap.java 1445 Potential violation of Law of Demeter (method chain calls)
2299 src/com/gps/action/GenerateMap.java 1447 Potential violation of Law of Demeter (method chain calls)
2300 src/com/gps/action/GenerateMap.java 1451 Position literals first in String comparisons
2301 src/com/gps/action/GenerateMap.java 1451 Potential violation of Law of Demeter (object not created locally)
2302 src/com/gps/action/GenerateMap.java 1453 There is log block not surrounded by if
2303 src/com/gps/action/GenerateMap.java 1453 There is log block not surrounded by if
2304 src/com/gps/action/GenerateMap.java 1457 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2305 src/com/gps/action/GenerateMap.java 1459 Avoid printStackTrace(); use a logger call instead.
2306 src/com/gps/action/GenerateMap.java 1459 Potential violation of Law of Demeter (object not created locally)
2307 src/com/gps/action/GenerateMap.java 1466 publicMethodCommentRequirement Required
2308 src/com/gps/action/GenerateMap.java 1469 Parameter 'value' is not assigned and could be declared final
2309 src/com/gps/action/GenerateMap.java 1469 publicMethodCommentRequirement Required
2310 src/com/gps/action/GenerateMap.java 1473 publicMethodCommentRequirement Required
2311 src/com/gps/action/GenerateMap.java 1477 Parameter 'vehicleGroupList' is not assigned and could be declared final
2312 src/com/gps/action/GenerateMap.java 1477 publicMethodCommentRequirement Required
2313 src/com/gps/action/GenerateMap.java 1481 Comment is too large: Too many lines
2314 src/com/gps/action/GenerateMap.java 1490 Method names should not start with capital letters
2315 src/com/gps/action/GenerateMap.java 1491 Local variable 'vpd' could be declared final
2316 src/com/gps/action/GenerateMap.java 1493 There is log block not surrounded by if
2317 src/com/gps/action/GenerateMap.java 1493 There is log block not surrounded by if
2318 src/com/gps/action/GenerateMap.java 1496 Potential violation of Law of Demeter (object not created locally)
2319 src/com/gps/action/GenerateMap.java 1498 Potential violation of Law of Demeter (object not created locally)
2320 src/com/gps/action/GenerateMap.java 1498 System.out.print is used
2321 src/com/gps/action/GenerateMap.java 1500 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2322 src/com/gps/action/GenerateMap.java 1502 Avoid printStackTrace(); use a logger call instead.
2323 src/com/gps/action/GenerateMap.java 1502 Potential violation of Law of Demeter (object not created locally)
2324 src/com/gps/action/GenerateMap.java 1506 Comment is too large: Too many lines
2325 src/com/gps/action/GenerateMap.java 1517 Local variable 'vehicleDao' could be declared final
2326 src/com/gps/action/GenerateMap.java 1518 Local variable 'tripDao' could be declared final
2327 src/com/gps/action/GenerateMap.java 1519 Local variable 'userDao' could be declared final
2328 src/com/gps/action/GenerateMap.java 1523 Local variable 'session' could be declared final
2329 src/com/gps/action/GenerateMap.java 1527 There is log block not surrounded by if
2330 src/com/gps/action/GenerateMap.java 1527 There is log block not surrounded by if
2331 src/com/gps/action/GenerateMap.java 1528 There is log block not surrounded by if
2332 src/com/gps/action/GenerateMap.java 1528 There is log block not surrounded by if
2333 src/com/gps/action/GenerateMap.java 1531 Local variable 'dateFormat' could be declared final
2334 src/com/gps/action/GenerateMap.java 1531 When instantiating a SimpleDateFormat object, specify a Locale
2335 src/com/gps/action/GenerateMap.java 1532 Potential violation of Law of Demeter (object not created locally)
2336 src/com/gps/action/GenerateMap.java 1533 Local variable 'userid' could be declared final
2337 src/com/gps/action/GenerateMap.java 1533 Potential violation of Law of Demeter (object not created locally)
2338 src/com/gps/action/GenerateMap.java 1534 Potential violation of Law of Demeter (object not created locally)
2339 src/com/gps/action/GenerateMap.java 1535 There is log block not surrounded by if
2340 src/com/gps/action/GenerateMap.java 1535 There is log block not surrounded by if
2341 src/com/gps/action/GenerateMap.java 1538 Potential violation of Law of Demeter (object not created locally)
2342 src/com/gps/action/GenerateMap.java 1540 The String literal "parampass" appears 6 times in this file; the first occurrence is on line 1,540
2343 src/com/gps/action/GenerateMap.java 1541 There is log block not surrounded by if
2344 src/com/gps/action/GenerateMap.java 1541 There is log block not surrounded by if
2345 src/com/gps/action/GenerateMap.java 1542 Potential violation of Law of Demeter (object not created locally)
2346 src/com/gps/action/GenerateMap.java 1544 The String literal "all" appears 4 times in this file; the first occurrence is on line 1,544
2347 src/com/gps/action/GenerateMap.java 1544 The String literal "type" appears 5 times in this file; the first occurrence is on line 1,544
2348 src/com/gps/action/GenerateMap.java 1546 Potential violation of Law of Demeter (object not created locally)
2349 src/com/gps/action/GenerateMap.java 1546 Potential violation of Law of Demeter (object not created locally)
2350 src/com/gps/action/GenerateMap.java 1547 Potential violation of Law of Demeter (object not created locally)
2351 src/com/gps/action/GenerateMap.java 1547 The String literal "latt" appears 4 times in this file; the first occurrence is on line 1,547
2352 src/com/gps/action/GenerateMap.java 1548 Potential violation of Law of Demeter (object not created locally)
2353 src/com/gps/action/GenerateMap.java 1549 Potential violation of Law of Demeter (object not created locally)
2354 src/com/gps/action/GenerateMap.java 1549 There is log block not surrounded by if
2355 src/com/gps/action/GenerateMap.java 1549 There is log block not surrounded by if
2356 src/com/gps/action/GenerateMap.java 1552 Potential violation of Law of Demeter (object not created locally)
2357 src/com/gps/action/GenerateMap.java 1552 Potential violation of Law of Demeter (object not created locally)
2358 src/com/gps/action/GenerateMap.java 1553 Potential violation of Law of Demeter (object not created locally)
2359 src/com/gps/action/GenerateMap.java 1554 Potential violation of Law of Demeter (object not created locally)
2360 src/com/gps/action/GenerateMap.java 1555 Potential violation of Law of Demeter (object not created locally)
2361 src/com/gps/action/GenerateMap.java 1555 The String literal "speed" appears 9 times in this file; the first occurrence is on line 1,555
2362 src/com/gps/action/GenerateMap.java 1556 The String literal "Cache-Control" appears 4 times in this file; the first occurrence is on line 1,556
2363 src/com/gps/action/GenerateMap.java 1556 The String literal "no-cache" appears 6 times in this file; the first occurrence is on line 1,556
2364 src/com/gps/action/GenerateMap.java 1561 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2365 src/com/gps/action/GenerateMap.java 1563 Avoid printStackTrace(); use a logger call instead.
2366 src/com/gps/action/GenerateMap.java 1563 Potential violation of Law of Demeter (object not created locally)
2367 src/com/gps/action/GenerateMap.java 1568 Comment is too large: Too many lines
2368 src/com/gps/action/GenerateMap.java 1577 Avoid really long methods.
2369 src/com/gps/action/GenerateMap.java 1577 The method updateMapAjax() has an NCSS line count of 100
2370 src/com/gps/action/GenerateMap.java 1579 Local variable 'vehicleDao' could be declared final
2371 src/com/gps/action/GenerateMap.java 1580 Local variable 'tripDao' could be declared final
2372 src/com/gps/action/GenerateMap.java 1581 Local variable 'userDao' could be declared final
2373 src/com/gps/action/GenerateMap.java 1585 Local variable 'session' could be declared final
2374 src/com/gps/action/GenerateMap.java 1593 Local variable 'util' could be declared final
2375 src/com/gps/action/GenerateMap.java 1604 Local variable 'cal' could be declared final
2376 src/com/gps/action/GenerateMap.java 1605 When instantiating a SimpleDateFormat object, specify a Locale
2377 src/com/gps/action/GenerateMap.java 1606 Avoid declaring a variable if it is unreferenced before a possible exit point.
2378 src/com/gps/action/GenerateMap.java 1606 Avoid unused local variables such as 'ct'.
2379 src/com/gps/action/GenerateMap.java 1606 Avoid variables with short names like ct
2380 src/com/gps/action/GenerateMap.java 1606 Local variable 'ct' could be declared final
2381 src/com/gps/action/GenerateMap.java 1606 Potential violation of Law of Demeter (object not created locally)
2382 src/com/gps/action/GenerateMap.java 1606 Potential violation of Law of Demeter (object not created locally)
2383 src/com/gps/action/GenerateMap.java 1607 There is log block not surrounded by if
2384 src/com/gps/action/GenerateMap.java 1607 There is log block not surrounded by if
2385 src/com/gps/action/GenerateMap.java 1610 There is log block not surrounded by if
2386 src/com/gps/action/GenerateMap.java 1610 There is log block not surrounded by if
2387 src/com/gps/action/GenerateMap.java 1613 Potential violation of Law of Demeter (object not created locally)
2388 src/com/gps/action/GenerateMap.java 1614 Local variable 'userid' could be declared final
2389 src/com/gps/action/GenerateMap.java 1614 Potential violation of Law of Demeter (object not created locally)
2390 src/com/gps/action/GenerateMap.java 1615 Potential violation of Law of Demeter (object not created locally)
2391 src/com/gps/action/GenerateMap.java 1621 There is log block not surrounded by if
2392 src/com/gps/action/GenerateMap.java 1621 There is log block not surrounded by if
2393 src/com/gps/action/GenerateMap.java 1628 There is log block not surrounded by if
2394 src/com/gps/action/GenerateMap.java 1628 There is log block not surrounded by if
2395 src/com/gps/action/GenerateMap.java 1631 Avoid variables with short names like td
2396 src/com/gps/action/GenerateMap.java 1634 Avoid unused local variables such as 'date'.
2397 src/com/gps/action/GenerateMap.java 1634 Local variable 'date' could be declared final
2398 src/com/gps/action/GenerateMap.java 1635 Potential violation of Law of Demeter (object not created locally)
2399 src/com/gps/action/GenerateMap.java 1637 Avoid unused local variables such as 'lastdrawndate'.
2400 src/com/gps/action/GenerateMap.java 1639 Avoid unused local variables such as 'today'.
2401 src/com/gps/action/GenerateMap.java 1639 Local variable 'today' could be declared final
2402 src/com/gps/action/GenerateMap.java 1641 Avoid unused local variables such as 'dateFormat'.
2403 src/com/gps/action/GenerateMap.java 1641 Local variable 'dateFormat' could be declared final
2404 src/com/gps/action/GenerateMap.java 1641 When instantiating a SimpleDateFormat object, specify a Locale
2405 src/com/gps/action/GenerateMap.java 1643 Potential violation of Law of Demeter (object not created locally)
2406 src/com/gps/action/GenerateMap.java 1649 There is log block not surrounded by if
2407 src/com/gps/action/GenerateMap.java 1649 There is log block not surrounded by if
2408 src/com/gps/action/GenerateMap.java 1650 Position literals first in String comparisons
2409 src/com/gps/action/GenerateMap.java 1650 Potential violation of Law of Demeter (object not created locally)
2410 src/com/gps/action/GenerateMap.java 1654 There is log block not surrounded by if
2411 src/com/gps/action/GenerateMap.java 1654 There is log block not surrounded by if
2412 src/com/gps/action/GenerateMap.java 1655 Potential violation of Law of Demeter (object not created locally)
2413 src/com/gps/action/GenerateMap.java 1659 Do not add empty strings
2414 src/com/gps/action/GenerateMap.java 1659 There is log block not surrounded by if
2415 src/com/gps/action/GenerateMap.java 1659 There is log block not surrounded by if
2416 src/com/gps/action/GenerateMap.java 1661 There is log block not surrounded by if
2417 src/com/gps/action/GenerateMap.java 1661 There is log block not surrounded by if
2418 src/com/gps/action/GenerateMap.java 1662 Position literals first in String comparisons
2419 src/com/gps/action/GenerateMap.java 1662 Potential violation of Law of Demeter (object not created locally)
2420 src/com/gps/action/GenerateMap.java 1665 There is log block not surrounded by if
2421 src/com/gps/action/GenerateMap.java 1665 There is log block not surrounded by if
2422 src/com/gps/action/GenerateMap.java 1666 Potential violation of Law of Demeter (object not created locally)
2423 src/com/gps/action/GenerateMap.java 1668 There is log block not surrounded by if
2424 src/com/gps/action/GenerateMap.java 1668 There is log block not surrounded by if
2425 src/com/gps/action/GenerateMap.java 1670 Position literals first in String comparisons
2426 src/com/gps/action/GenerateMap.java 1670 Potential violation of Law of Demeter (object not created locally)
2427 src/com/gps/action/GenerateMap.java 1674 There is log block not surrounded by if
2428 src/com/gps/action/GenerateMap.java 1674 There is log block not surrounded by if
2429 src/com/gps/action/GenerateMap.java 1676 Avoid unused local variables such as 'nstart'.
2430 src/com/gps/action/GenerateMap.java 1676 Local variable 'nstart' could be declared final
2431 src/com/gps/action/GenerateMap.java 1676 Potential violation of Law of Demeter (object not created locally)
2432 src/com/gps/action/GenerateMap.java 1677 Potential violation of Law of Demeter (object not created locally)
2433 src/com/gps/action/GenerateMap.java 1680 Avoid unused local variables such as 'nEnd'.
2434 src/com/gps/action/GenerateMap.java 1680 Local variable 'nEnd' could be declared final
2435 src/com/gps/action/GenerateMap.java 1680 Potential violation of Law of Demeter (object not created locally)
2436 src/com/gps/action/GenerateMap.java 1681 Potential violation of Law of Demeter (object not created locally)
2437 src/com/gps/action/GenerateMap.java 1683 Potential violation of Law of Demeter (object not created locally)
2438 src/com/gps/action/GenerateMap.java 1685 There is log block not surrounded by if
2439 src/com/gps/action/GenerateMap.java 1685 There is log block not surrounded by if
2440 src/com/gps/action/GenerateMap.java 1690 Local variable 'it' could be declared final
2441 src/com/gps/action/GenerateMap.java 1693 Potential violation of Law of Demeter (object not created locally)
2442 src/com/gps/action/GenerateMap.java 1693 Potential violation of Law of Demeter (object not created locally)
2443 src/com/gps/action/GenerateMap.java 1693 Potential violation of Law of Demeter (object not created locally)
2444 src/com/gps/action/GenerateMap.java 1693 Potential violation of Law of Demeter (object not created locally)
2445 src/com/gps/action/GenerateMap.java 1693 Potential violation of Law of Demeter (object not created locally)
2446 src/com/gps/action/GenerateMap.java 1693 Prefer StringBuffer over += for concatenating strings
2447 src/com/gps/action/GenerateMap.java 1694 Potential violation of Law of Demeter (object not created locally)
2448 src/com/gps/action/GenerateMap.java 1694 Potential violation of Law of Demeter (object not created locally)
2449 src/com/gps/action/GenerateMap.java 1694 Potential violation of Law of Demeter (object not created locally)
2450 src/com/gps/action/GenerateMap.java 1694 Prefer StringBuffer over += for concatenating strings
2451 src/com/gps/action/GenerateMap.java 1695 Potential violation of Law of Demeter (object not created locally)
2452 src/com/gps/action/GenerateMap.java 1695 Potential violation of Law of Demeter (object not created locally)
2453 src/com/gps/action/GenerateMap.java 1700 Avoid using Literals in Conditional Statements
2454 src/com/gps/action/GenerateMap.java 1700 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2455 src/com/gps/action/GenerateMap.java 1702 Potential violation of Law of Demeter (object not created locally)
2456 src/com/gps/action/GenerateMap.java 1702 Potential violation of Law of Demeter (object not created locally)
2457 src/com/gps/action/GenerateMap.java 1702 Potential violation of Law of Demeter (object not created locally)
2458 src/com/gps/action/GenerateMap.java 1702 Potential violation of Law of Demeter (object not created locally)
2459 src/com/gps/action/GenerateMap.java 1702 Potential violation of Law of Demeter (object not created locally)
2460 src/com/gps/action/GenerateMap.java 1716 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2461 src/com/gps/action/GenerateMap.java 1718 Avoid printStackTrace(); use a logger call instead.
2462 src/com/gps/action/GenerateMap.java 1718 Potential violation of Law of Demeter (object not created locally)
2463 src/com/gps/action/GenerateMap.java 1722 Comment is too large: Too many lines
2464 src/com/gps/action/GenerateMap.java 1734 Local variable 'vehicleDao' could be declared final
2465 src/com/gps/action/GenerateMap.java 1735 Local variable 'tripDao' could be declared final
2466 src/com/gps/action/GenerateMap.java 1736 Local variable 'userDao' could be declared final
2467 src/com/gps/action/GenerateMap.java 1740 Local variable 'session' could be declared final
2468 src/com/gps/action/GenerateMap.java 1742 Local variable 'util' could be declared final
2469 src/com/gps/action/GenerateMap.java 1749 There is log block not surrounded by if
2470 src/com/gps/action/GenerateMap.java 1749 There is log block not surrounded by if
2471 src/com/gps/action/GenerateMap.java 1752 Potential violation of Law of Demeter (object not created locally)
2472 src/com/gps/action/GenerateMap.java 1753 Local variable 'userid' could be declared final
2473 src/com/gps/action/GenerateMap.java 1753 Potential violation of Law of Demeter (object not created locally)
2474 src/com/gps/action/GenerateMap.java 1754 Local variable 'dateFormat' could be declared final
2475 src/com/gps/action/GenerateMap.java 1754 When instantiating a SimpleDateFormat object, specify a Locale
2476 src/com/gps/action/GenerateMap.java 1755 Potential violation of Law of Demeter (object not created locally)
2477 src/com/gps/action/GenerateMap.java 1756 There is log block not surrounded by if
2478 src/com/gps/action/GenerateMap.java 1756 There is log block not surrounded by if
2479 src/com/gps/action/GenerateMap.java 1758 Potential violation of Law of Demeter (object not created locally)
2480 src/com/gps/action/GenerateMap.java 1761 There is log block not surrounded by if
2481 src/com/gps/action/GenerateMap.java 1761 There is log block not surrounded by if
2482 src/com/gps/action/GenerateMap.java 1763 Local variable 'nstart' could be declared final
2483 src/com/gps/action/GenerateMap.java 1763 Potential violation of Law of Demeter (object not created locally)
2484 src/com/gps/action/GenerateMap.java 1765 Potential violation of Law of Demeter (object not created locally)
2485 src/com/gps/action/GenerateMap.java 1767 Local variable 'nEnd' could be declared final
2486 src/com/gps/action/GenerateMap.java 1767 Potential violation of Law of Demeter (object not created locally)
2487 src/com/gps/action/GenerateMap.java 1769 Potential violation of Law of Demeter (object not created locally)
2488 src/com/gps/action/GenerateMap.java 1772 Potential violation of Law of Demeter (object not created locally)
2489 src/com/gps/action/GenerateMap.java 1773 System.out.print is used
2490 src/com/gps/action/GenerateMap.java 1774 Avoid using Literals in Conditional Statements
2491 src/com/gps/action/GenerateMap.java 1774 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2492 src/com/gps/action/GenerateMap.java 1776 There is log block not surrounded by if
2493 src/com/gps/action/GenerateMap.java 1776 There is log block not surrounded by if
2494 src/com/gps/action/GenerateMap.java 1778 There is log block not surrounded by if
2495 src/com/gps/action/GenerateMap.java 1778 There is log block not surrounded by if
2496 src/com/gps/action/GenerateMap.java 1779 Potential violation of Law of Demeter (object not created locally)
2497 src/com/gps/action/GenerateMap.java 1779 Potential violation of Law of Demeter (object not created locally)
2498 src/com/gps/action/GenerateMap.java 1780 Potential violation of Law of Demeter (object not created locally)
2499 src/com/gps/action/GenerateMap.java 1781 Potential violation of Law of Demeter (object not created locally)
2500 src/com/gps/action/GenerateMap.java 1782 Potential violation of Law of Demeter (object not created locally)
2501 src/com/gps/action/GenerateMap.java 1783 Potential violation of Law of Demeter (object not created locally)
2502 src/com/gps/action/GenerateMap.java 1788 There is log block not surrounded by if
2503 src/com/gps/action/GenerateMap.java 1788 There is log block not surrounded by if
2504 src/com/gps/action/GenerateMap.java 1794 There is log block not surrounded by if
2505 src/com/gps/action/GenerateMap.java 1794 There is log block not surrounded by if
2506 src/com/gps/action/GenerateMap.java 1798 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2507 src/com/gps/action/GenerateMap.java 1800 Avoid printStackTrace(); use a logger call instead.
2508 src/com/gps/action/GenerateMap.java 1800 Potential violation of Law of Demeter (object not created locally)
2509 src/com/gps/action/GenerateMap.java 1809 Parameter 'tripid' is not assigned and could be declared final
2510 src/com/gps/action/GenerateMap.java 1809 publicMethodCommentRequirement Required
2511 src/com/gps/action/GenerateMap.java 1812 Local variable 'geoDAO' could be declared final
2512 src/com/gps/action/GenerateMap.java 1814 Local variable 'trip' could be declared final
2513 src/com/gps/action/GenerateMap.java 1816 Potential violation of Law of Demeter (object not created locally)
2514 src/com/gps/action/GenerateMap.java 1816 Potential violation of Law of Demeter (object not created locally)
2515 src/com/gps/action/GenerateMap.java 1820 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2516 src/com/gps/action/GenerateMap.java 1822 Avoid printStackTrace(); use a logger call instead.
2517 src/com/gps/action/GenerateMap.java 1822 Potential violation of Law of Demeter (object not created locally)
2518 src/com/gps/action/GenerateMap.java 1828 Comment is too large: Too many lines
2519 src/com/gps/action/GenerateMap.java 1838 A method/constructor shouldnt explicitly throw java.lang.Exception
2520 src/com/gps/action/GenerateMap.java 1838 Avoid really long methods.
2521 src/com/gps/action/GenerateMap.java 1838 The method 'spotMyFleet' has a Cyclomatic Complexity of 29.
2522 src/com/gps/action/GenerateMap.java 1838 The method spotMyFleet() has an NCSS line count of 122
2523 src/com/gps/action/GenerateMap.java 1838 The method spotMyFleet() has an NPath complexity of 468792
2524 src/com/gps/action/GenerateMap.java 1842 Local variable 'vpd' could be declared final
2525 src/com/gps/action/GenerateMap.java 1847 Local variable 'rdao' could be declared final
2526 src/com/gps/action/GenerateMap.java 1850 There is log block not surrounded by if
2527 src/com/gps/action/GenerateMap.java 1850 There is log block not surrounded by if
2528 src/com/gps/action/GenerateMap.java 1857 Potential violation of Law of Demeter (object not created locally)
2529 src/com/gps/action/GenerateMap.java 1857 There is log block not surrounded by if
2530 src/com/gps/action/GenerateMap.java 1857 There is log block not surrounded by if
2531 src/com/gps/action/GenerateMap.java 1858 Comment is too large: Too many lines
2532 src/com/gps/action/GenerateMap.java 1866 Potential violation of Law of Demeter (method chain calls)
2533 src/com/gps/action/GenerateMap.java 1866 Potential violation of Law of Demeter (object not created locally)
2534 src/com/gps/action/GenerateMap.java 1867 Potential violation of Law of Demeter (object not created locally)
2535 src/com/gps/action/GenerateMap.java 1868 Potential violation of Law of Demeter (object not created locally)
2536 src/com/gps/action/GenerateMap.java 1868 Potential violation of Law of Demeter (object not created locally)
2537 src/com/gps/action/GenerateMap.java 1870 Potential violation of Law of Demeter (object not created locally)
2538 src/com/gps/action/GenerateMap.java 1870 Potential violation of Law of Demeter (object not created locally)
2539 src/com/gps/action/GenerateMap.java 1870 Potential violation of Law of Demeter (object not created locally)
2540 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (method chain calls)
2541 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (method chain calls)
2542 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (method chain calls)
2543 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (method chain calls)
2544 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (object not created locally)
2545 src/com/gps/action/GenerateMap.java 1872 Potential violation of Law of Demeter (object not created locally)
2546 src/com/gps/action/GenerateMap.java 1874 Potential violation of Law of Demeter (object not created locally)
2547 src/com/gps/action/GenerateMap.java 1874 Potential violation of Law of Demeter (object not created locally)
2548 src/com/gps/action/GenerateMap.java 1876 Potential violation of Law of Demeter (object not created locally)
2549 src/com/gps/action/GenerateMap.java 1876 Potential violation of Law of Demeter (object not created locally)
2550 src/com/gps/action/GenerateMap.java 1876 Potential violation of Law of Demeter (object not created locally)
2551 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (method chain calls)
2552 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (method chain calls)
2553 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (method chain calls)
2554 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (method chain calls)
2555 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (object not created locally)
2556 src/com/gps/action/GenerateMap.java 1878 Potential violation of Law of Demeter (object not created locally)
2557 src/com/gps/action/GenerateMap.java 1882 Potential violation of Law of Demeter (object not created locally)
2558 src/com/gps/action/GenerateMap.java 1884 Potential violation of Law of Demeter (object not created locally)
2559 src/com/gps/action/GenerateMap.java 1890 Local variable 'tpvList' could be declared final
2560 src/com/gps/action/GenerateMap.java 1891 Avoid unused local variables such as 'i'.
2561 src/com/gps/action/GenerateMap.java 1891 Avoid variables with short names like i
2562 src/com/gps/action/GenerateMap.java 1891 Local variable 'i' could be declared final
2563 src/com/gps/action/GenerateMap.java 1894 Potential violation of Law of Demeter (method chain calls)
2564 src/com/gps/action/GenerateMap.java 1894 The String literal "vehicleId" appears 8 times in this file; the first occurrence is on line 1,894
2565 src/com/gps/action/GenerateMap.java 1894 Use equals() to compare strings instead of '==' or '!='
2566 src/com/gps/action/GenerateMap.java 1896 There is log block not surrounded by if
2567 src/com/gps/action/GenerateMap.java 1896 There is log block not surrounded by if
2568 src/com/gps/action/GenerateMap.java 1900 Avoid using Literals in Conditional Statements
2569 src/com/gps/action/GenerateMap.java 1900 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2570 src/com/gps/action/GenerateMap.java 1902 Avoid unused local variables such as 'vName'.
2571 src/com/gps/action/GenerateMap.java 1902 Local variable 'vName' could be declared final
2572 src/com/gps/action/GenerateMap.java 1903 Avoid unused local variables such as 'imei'.
2573 src/com/gps/action/GenerateMap.java 1903 Local variable 'imei' could be declared final
2574 src/com/gps/action/GenerateMap.java 1905 Local variable 'orgs' could be declared final
2575 src/com/gps/action/GenerateMap.java 1905 Potential violation of Law of Demeter (object not created locally)
2576 src/com/gps/action/GenerateMap.java 1905 Potential violation of Law of Demeter (object not created locally)
2577 src/com/gps/action/GenerateMap.java 1906 Local variable 'orgid_array' could be declared final
2578 src/com/gps/action/GenerateMap.java 1906 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'orgid_array' is not final.
2579 src/com/gps/action/GenerateMap.java 1906 Potential violation of Law of Demeter (object not created locally)
2580 src/com/gps/action/GenerateMap.java 1912 Comment is too large: Line too long
2581 src/com/gps/action/GenerateMap.java 1913 Avoid instantiating new objects inside loops
2582 src/com/gps/action/GenerateMap.java 1913 Local variable 'url' could be declared final
2583 src/com/gps/action/GenerateMap.java 1915 Potential violation of Law of Demeter (object not created locally)
2584 src/com/gps/action/GenerateMap.java 1916 Potential violation of Law of Demeter (object not created locally)
2585 src/com/gps/action/GenerateMap.java 1917 Avoid instantiating new objects inside loops
2586 src/com/gps/action/GenerateMap.java 1917 Local variable 'reader' could be declared final
2587 src/com/gps/action/GenerateMap.java 1917 Potential violation of Law of Demeter (object not created locally)
2588 src/com/gps/action/GenerateMap.java 1919 Avoid instantiating new objects inside loops
2589 src/com/gps/action/GenerateMap.java 1919 Local variable 'build1' could be declared final
2590 src/com/gps/action/GenerateMap.java 1922 Comment is too large: Line too long
2591 src/com/gps/action/GenerateMap.java 1924 Avoid assignments in operands
2592 src/com/gps/action/GenerateMap.java 1924 Potential violation of Law of Demeter (object not created locally)
2593 src/com/gps/action/GenerateMap.java 1926 Potential violation of Law of Demeter (object not created locally)
2594 src/com/gps/action/GenerateMap.java 1929 Potential violation of Law of Demeter (object not created locally)
2595 src/com/gps/action/GenerateMap.java 1931 Avoid instantiating new objects inside loops
2596 src/com/gps/action/GenerateMap.java 1931 Local variable 'result_array' could be declared final
2597 src/com/gps/action/GenerateMap.java 1931 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'result_array' is not final.
2598 src/com/gps/action/GenerateMap.java 1931 Potential violation of Law of Demeter (object not created locally)
2599 src/com/gps/action/GenerateMap.java 1932 Potential violation of Law of Demeter (object not created locally)
2600 src/com/gps/action/GenerateMap.java 1934 Local variable 'obj_json' could be declared final
2601 src/com/gps/action/GenerateMap.java 1934 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'obj_json' is not final.
2602 src/com/gps/action/GenerateMap.java 1934 Potential violation of Law of Demeter (object not created locally)
2603 src/com/gps/action/GenerateMap.java 1935 Local variable 'calObj' could be declared final
2604 src/com/gps/action/GenerateMap.java 1937 Local variable 'lati' could be declared final
2605 src/com/gps/action/GenerateMap.java 1937 Potential violation of Law of Demeter (object not created locally)
2606 src/com/gps/action/GenerateMap.java 1937 Potential violation of Law of Demeter (object not created locally)
2607 src/com/gps/action/GenerateMap.java 1937 The String literal "lattitude" appears 4 times in this file; the first occurrence is on line 1,937
2608 src/com/gps/action/GenerateMap.java 1938 Local variable 'longi' could be declared final
2609 src/com/gps/action/GenerateMap.java 1938 Potential violation of Law of Demeter (object not created locally)
2610 src/com/gps/action/GenerateMap.java 1938 Potential violation of Law of Demeter (object not created locally)
2611 src/com/gps/action/GenerateMap.java 1938 The String literal "longitude" appears 4 times in this file; the first occurrence is on line 1,938
2612 src/com/gps/action/GenerateMap.java 1939 Local variable 'timei' could be declared final
2613 src/com/gps/action/GenerateMap.java 1939 Potential violation of Law of Demeter (object not created locally)
2614 src/com/gps/action/GenerateMap.java 1939 Potential violation of Law of Demeter (object not created locally)
2615 src/com/gps/action/GenerateMap.java 1939 The String literal "No Data" appears 4 times in this file; the first occurrence is on line 1,939
2616 src/com/gps/action/GenerateMap.java 1939 The String literal "packetTime" appears 4 times in this file; the first occurrence is on line 1,939
2617 src/com/gps/action/GenerateMap.java 1940 Local variable 'speedi' could be declared final
2618 src/com/gps/action/GenerateMap.java 1940 Potential violation of Law of Demeter (object not created locally)
2619 src/com/gps/action/GenerateMap.java 1940 Potential violation of Law of Demeter (object not created locally)
2620 src/com/gps/action/GenerateMap.java 1941 Avoid unused local variables such as 'locationi'.
2621 src/com/gps/action/GenerateMap.java 1941 Local variable 'locationi' could be declared final
2622 src/com/gps/action/GenerateMap.java 1941 Potential violation of Law of Demeter (object not created locally)
2623 src/com/gps/action/GenerateMap.java 1941 Potential violation of Law of Demeter (object not created locally)
2624 src/com/gps/action/GenerateMap.java 1941 The String literal "location" appears 4 times in this file; the first occurrence is on line 1,941
2625 src/com/gps/action/GenerateMap.java 1942 Local variable 'eventi' could be declared final
2626 src/com/gps/action/GenerateMap.java 1942 Potential violation of Law of Demeter (object not created locally)
2627 src/com/gps/action/GenerateMap.java 1942 Potential violation of Law of Demeter (object not created locally)
2628 src/com/gps/action/GenerateMap.java 1942 The String literal "eventName" appears 4 times in this file; the first occurrence is on line 1,942
2629 src/com/gps/action/GenerateMap.java 1943 Avoid unused local variables such as 'status'.
2630 src/com/gps/action/GenerateMap.java 1945 Avoid instantiating new objects inside loops
2631 src/com/gps/action/GenerateMap.java 1946 Potential violation of Law of Demeter (object not created locally)
2632 src/com/gps/action/GenerateMap.java 1946 The String literal "regNo" appears 5 times in this file; the first occurrence is on line 1,946
2633 src/com/gps/action/GenerateMap.java 1947 System.out.print is used
2634 src/com/gps/action/GenerateMap.java 1950 Potential violation of Law of Demeter (object not created locally)
2635 src/com/gps/action/GenerateMap.java 1952 Position literals first in String comparisons
2636 src/com/gps/action/GenerateMap.java 1952 Potential violation of Law of Demeter (object not created locally)
2637 src/com/gps/action/GenerateMap.java 1954 The String literal "Red" appears 5 times in this file; the first occurrence is on line 1,954
2638 src/com/gps/action/GenerateMap.java 1958 Local variable 'date123' could be declared final
2639 src/com/gps/action/GenerateMap.java 1960 Local variable 'diff' could be declared final
2640 src/com/gps/action/GenerateMap.java 1960 Potential violation of Law of Demeter (object not created locally)
2641 src/com/gps/action/GenerateMap.java 1960 Potential violation of Law of Demeter (object not created locally)
2642 src/com/gps/action/GenerateMap.java 1960 Potential violation of Law of Demeter (object not created locally)
2643 src/com/gps/action/GenerateMap.java 1961 Potential violation of Law of Demeter (object not created locally)
2644 src/com/gps/action/GenerateMap.java 1961 Potential violation of Law of Demeter (object not created locally)
2645 src/com/gps/action/GenerateMap.java 1961 There is log block not surrounded by if
2646 src/com/gps/action/GenerateMap.java 1961 There is log block not surrounded by if
2647 src/com/gps/action/GenerateMap.java 1962 There is log block not surrounded by if
2648 src/com/gps/action/GenerateMap.java 1962 There is log block not surrounded by if
2649 src/com/gps/action/GenerateMap.java 1964 Avoid using Literals in Conditional Statements
2650 src/com/gps/action/GenerateMap.java 1974 Potential violation of Law of Demeter (object not created locally)
2651 src/com/gps/action/GenerateMap.java 1976 System.out.print is used
2652 src/com/gps/action/GenerateMap.java 1979 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2653 src/com/gps/action/GenerateMap.java 1981 There is log block not surrounded by if
2654 src/com/gps/action/GenerateMap.java 1991 There is log block not surrounded by if
2655 src/com/gps/action/GenerateMap.java 1991 There is log block not surrounded by if
2656 src/com/gps/action/GenerateMap.java 1996 There is log block not surrounded by if
2657 src/com/gps/action/GenerateMap.java 1996 There is log block not surrounded by if
2658 src/com/gps/action/GenerateMap.java 1997 Avoid unused local variables such as 'array'.
2659 src/com/gps/action/GenerateMap.java 1997 Local variable 'array' could be declared final
2660 src/com/gps/action/GenerateMap.java 1999 There is log block not surrounded by if
2661 src/com/gps/action/GenerateMap.java 1999 There is log block not surrounded by if
2662 src/com/gps/action/GenerateMap.java 2003 Potential violation of Law of Demeter (object not created locally)
2663 src/com/gps/action/GenerateMap.java 2007 Avoid if (x != y) ..; else ..;
2664 src/com/gps/action/GenerateMap.java 2009 Potential violation of Law of Demeter (object not created locally)
2665 src/com/gps/action/GenerateMap.java 2011 Avoid if (x != y) ..; else ..;
2666 src/com/gps/action/GenerateMap.java 2013 There is log block not surrounded by if
2667 src/com/gps/action/GenerateMap.java 2013 There is log block not surrounded by if
2668 src/com/gps/action/GenerateMap.java 2016 Potential violation of Law of Demeter (object not created locally)
2669 src/com/gps/action/GenerateMap.java 2020 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2670 src/com/gps/action/GenerateMap.java 2022 Avoid printStackTrace(); use a logger call instead.
2671 src/com/gps/action/GenerateMap.java 2022 Potential violation of Law of Demeter (object not created locally)
2672 src/com/gps/action/GenerateMap.java 2027 There is log block not surrounded by if
2673 src/com/gps/action/GenerateMap.java 2027 There is log block not surrounded by if
2674 src/com/gps/action/GenerateMap.java 2032 There is log block not surrounded by if
2675 src/com/gps/action/GenerateMap.java 2032 There is log block not surrounded by if
2676 src/com/gps/action/GenerateMap.java 2035 Avoid catching NullPointerException; consider removing the cause of the NPE.
2677 src/com/gps/action/GenerateMap.java 2035 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2678 src/com/gps/action/GenerateMap.java 2037 There is log block not surrounded by if
2679 src/com/gps/action/GenerateMap.java 2037 There is log block not surrounded by if
2680 src/com/gps/action/GenerateMap.java 2044 Avoid catching NullPointerException; consider removing the cause of the NPE.
2681 src/com/gps/action/GenerateMap.java 2044 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2682 src/com/gps/action/GenerateMap.java 2046 There is log block not surrounded by if
2683 src/com/gps/action/GenerateMap.java 2046 There is log block not surrounded by if
2684 src/com/gps/action/GenerateMap.java 2047 Avoid printStackTrace(); use a logger call instead.
2685 src/com/gps/action/GenerateMap.java 2047 Potential violation of Law of Demeter (object not created locally)
2686 src/com/gps/action/GenerateMap.java 2049 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2687 src/com/gps/action/GenerateMap.java 2051 Avoid printStackTrace(); use a logger call instead.
2688 src/com/gps/action/GenerateMap.java 2051 Potential violation of Law of Demeter (object not created locally)
2689 src/com/gps/action/GenerateMap.java 2061 A method/constructor shouldnt explicitly throw java.lang.Exception
2690 src/com/gps/action/GenerateMap.java 2061 Avoid really long methods.
2691 src/com/gps/action/GenerateMap.java 2061 The method 'spotMyFleet1' has a Cyclomatic Complexity of 36.
2692 src/com/gps/action/GenerateMap.java 2061 The method spotMyFleet1() has an NCSS line count of 191
2693 src/com/gps/action/GenerateMap.java 2061 The method spotMyFleet1() has an NPath complexity of 13125528
2694 src/com/gps/action/GenerateMap.java 2061 publicMethodCommentRequirement Required
2695 src/com/gps/action/GenerateMap.java 2064 Local variable 'jarray' could be declared final
2696 src/com/gps/action/GenerateMap.java 2067 Local variable 'rdao' could be declared final
2697 src/com/gps/action/GenerateMap.java 2068 Local variable 'vpd' could be declared final
2698 src/com/gps/action/GenerateMap.java 2070 There is log block not surrounded by if
2699 src/com/gps/action/GenerateMap.java 2070 There is log block not surrounded by if
2700 src/com/gps/action/GenerateMap.java 2071 There is log block not surrounded by if
2701 src/com/gps/action/GenerateMap.java 2071 There is log block not surrounded by if
2702 src/com/gps/action/GenerateMap.java 2075 Local variable 'tpd' could be declared final
2703 src/com/gps/action/GenerateMap.java 2076 Avoid variables with short names like i
2704 src/com/gps/action/GenerateMap.java 2078 Local variable 'vpDao' could be declared final
2705 src/com/gps/action/GenerateMap.java 2082 Potential violation of Law of Demeter (object not created locally)
2706 src/com/gps/action/GenerateMap.java 2082 System.out.print is used
2707 src/com/gps/action/GenerateMap.java 2084 Potential violation of Law of Demeter (method chain calls)
2708 src/com/gps/action/GenerateMap.java 2086 Potential violation of Law of Demeter (object not created locally)
2709 src/com/gps/action/GenerateMap.java 2086 There is log block not surrounded by if
2710 src/com/gps/action/GenerateMap.java 2086 There is log block not surrounded by if
2711 src/com/gps/action/GenerateMap.java 2087 Potential violation of Law of Demeter (object not created locally)
2712 src/com/gps/action/GenerateMap.java 2087 Potential violation of Law of Demeter (object not created locally)
2713 src/com/gps/action/GenerateMap.java 2089 Potential violation of Law of Demeter (object not created locally)
2714 src/com/gps/action/GenerateMap.java 2089 Potential violation of Law of Demeter (object not created locally)
2715 src/com/gps/action/GenerateMap.java 2089 Potential violation of Law of Demeter (object not created locally)
2716 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (method chain calls)
2717 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (method chain calls)
2718 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (method chain calls)
2719 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (method chain calls)
2720 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (object not created locally)
2721 src/com/gps/action/GenerateMap.java 2091 Potential violation of Law of Demeter (object not created locally)
2722 src/com/gps/action/GenerateMap.java 2093 Potential violation of Law of Demeter (object not created locally)
2723 src/com/gps/action/GenerateMap.java 2093 Potential violation of Law of Demeter (object not created locally)
2724 src/com/gps/action/GenerateMap.java 2095 Potential violation of Law of Demeter (object not created locally)
2725 src/com/gps/action/GenerateMap.java 2095 Potential violation of Law of Demeter (object not created locally)
2726 src/com/gps/action/GenerateMap.java 2095 Potential violation of Law of Demeter (object not created locally)
2727 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (method chain calls)
2728 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (method chain calls)
2729 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (method chain calls)
2730 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (method chain calls)
2731 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (object not created locally)
2732 src/com/gps/action/GenerateMap.java 2097 Potential violation of Law of Demeter (object not created locally)
2733 src/com/gps/action/GenerateMap.java 2101 Potential violation of Law of Demeter (object not created locally)
2734 src/com/gps/action/GenerateMap.java 2103 Potential violation of Law of Demeter (object not created locally)
2735 src/com/gps/action/GenerateMap.java 2105 There is log block not surrounded by if
2736 src/com/gps/action/GenerateMap.java 2105 There is log block not surrounded by if
2737 src/com/gps/action/GenerateMap.java 2108 There is log block not surrounded by if
2738 src/com/gps/action/GenerateMap.java 2108 There is log block not surrounded by if
2739 src/com/gps/action/GenerateMap.java 2114 Avoid excessively long variable names like tmp_vehilce_obj_array
2740 src/com/gps/action/GenerateMap.java 2114 Local variable 'tmp_vehilce_obj_array' could be declared final
2741 src/com/gps/action/GenerateMap.java 2114 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_vehilce_obj_array' is not final.
2742 src/com/gps/action/GenerateMap.java 2115 Avoid unused local variables such as 'vehilce_obj_array'.
2743 src/com/gps/action/GenerateMap.java 2115 Local variable 'vehilce_obj_array' could be declared final
2744 src/com/gps/action/GenerateMap.java 2115 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehilce_obj_array' is not final.
2745 src/com/gps/action/GenerateMap.java 2116 Avoid unused local variables such as 'tmp_string_array'.
2746 src/com/gps/action/GenerateMap.java 2116 Local variable 'tmp_string_array' could be declared final
2747 src/com/gps/action/GenerateMap.java 2116 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_string_array' is not final.
2748 src/com/gps/action/GenerateMap.java 2117 Local variable 'orgid_array' could be declared final
2749 src/com/gps/action/GenerateMap.java 2117 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'orgid_array' is not final.
2750 src/com/gps/action/GenerateMap.java 2118 Local variable 'string_array' could be declared final
2751 src/com/gps/action/GenerateMap.java 2118 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_array' is not final.
2752 src/com/gps/action/GenerateMap.java 2119 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tmp_long' is not final.
2753 src/com/gps/action/GenerateMap.java 2120 Avoid if (x != y) ..; else ..;
2754 src/com/gps/action/GenerateMap.java 2120 Avoid using Literals in Conditional Statements
2755 src/com/gps/action/GenerateMap.java 2120 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
2756 src/com/gps/action/GenerateMap.java 2125 Avoid instantiating new objects inside loops
2757 src/com/gps/action/GenerateMap.java 2126 Potential violation of Law of Demeter (method chain calls)
2758 src/com/gps/action/GenerateMap.java 2127 Potential violation of Law of Demeter (object not created locally)
2759 src/com/gps/action/GenerateMap.java 2130 Avoid using Literals in Conditional Statements
2760 src/com/gps/action/GenerateMap.java 2132 Potential violation of Law of Demeter (method chain calls)
2761 src/com/gps/action/GenerateMap.java 2132 Potential violation of Law of Demeter (method chain calls)
2762 src/com/gps/action/GenerateMap.java 2135 Potential violation of Law of Demeter (method chain calls)
2763 src/com/gps/action/GenerateMap.java 2135 Potential violation of Law of Demeter (method chain calls)
2764 src/com/gps/action/GenerateMap.java 2135 Potential violation of Law of Demeter (object not created locally)
2765 src/com/gps/action/GenerateMap.java 2135 The String literal "%20" appears 6 times in this file; the first occurrence is on line 2,135
2766 src/com/gps/action/GenerateMap.java 2139 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
2767 src/com/gps/action/GenerateMap.java 2139 Potential violation of Law of Demeter (method chain calls)
2768 src/com/gps/action/GenerateMap.java 2139 Potential violation of Law of Demeter (method chain calls)
2769 src/com/gps/action/GenerateMap.java 2139 Potential violation of Law of Demeter (object not created locally)
2770 src/com/gps/action/GenerateMap.java 2143 Potential violation of Law of Demeter (method chain calls)
2771 src/com/gps/action/GenerateMap.java 2143 Potential violation of Law of Demeter (method chain calls)
2772 src/com/gps/action/GenerateMap.java 2143 Potential violation of Law of Demeter (method chain calls)
2773 src/com/gps/action/GenerateMap.java 2143 Potential violation of Law of Demeter (method chain calls)
2774 src/com/gps/action/GenerateMap.java 2143 Potential violation of Law of Demeter (object not created locally)
2775 src/com/gps/action/GenerateMap.java 2145 Potential violation of Law of Demeter (object not created locally)
2776 src/com/gps/action/GenerateMap.java 2148 Potential violation of Law of Demeter (method chain calls)
2777 src/com/gps/action/GenerateMap.java 2148 Potential violation of Law of Demeter (method chain calls)
2778 src/com/gps/action/GenerateMap.java 2148 Potential violation of Law of Demeter (object not created locally)
2779 src/com/gps/action/GenerateMap.java 2152 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
2780 src/com/gps/action/GenerateMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2781 src/com/gps/action/GenerateMap.java 2152 Potential violation of Law of Demeter (method chain calls)
2782 src/com/gps/action/GenerateMap.java 2152 Potential violation of Law of Demeter (object not created locally)
2783 src/com/gps/action/GenerateMap.java 2156 Potential violation of Law of Demeter (object not created locally)
2784 src/com/gps/action/GenerateMap.java 2157 Potential violation of Law of Demeter (object not created locally)
2785 src/com/gps/action/GenerateMap.java 2157 Potential violation of Law of Demeter (object not created locally)
2786 src/com/gps/action/GenerateMap.java 2158 Potential violation of Law of Demeter (method chain calls)
2787 src/com/gps/action/GenerateMap.java 2158 Potential violation of Law of Demeter (method chain calls)
2788 src/com/gps/action/GenerateMap.java 2159 Avoid instantiating new objects inside loops
2789 src/com/gps/action/GenerateMap.java 2162 Potential violation of Law of Demeter (method chain calls)
2790 src/com/gps/action/GenerateMap.java 2162 Potential violation of Law of Demeter (method chain calls)
2791 src/com/gps/action/GenerateMap.java 2162 Potential violation of Law of Demeter (object not created locally)
2792 src/com/gps/action/GenerateMap.java 2167 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
2793 src/com/gps/action/GenerateMap.java 2167 Potential violation of Law of Demeter (method chain calls)
2794 src/com/gps/action/GenerateMap.java 2167 Potential violation of Law of Demeter (method chain calls)
2795 src/com/gps/action/GenerateMap.java 2167 Potential violation of Law of Demeter (object not created locally)
2796 src/com/gps/action/GenerateMap.java 2171 Comment is too large: Line too long
2797 src/com/gps/action/GenerateMap.java 2176 Potential violation of Law of Demeter (method chain calls)
2798 src/com/gps/action/GenerateMap.java 2176 Potential violation of Law of Demeter (method chain calls)
2799 src/com/gps/action/GenerateMap.java 2176 Potential violation of Law of Demeter (method chain calls)
2800 src/com/gps/action/GenerateMap.java 2176 Potential violation of Law of Demeter (method chain calls)
2801 src/com/gps/action/GenerateMap.java 2176 Potential violation of Law of Demeter (object not created locally)
2802 src/com/gps/action/GenerateMap.java 2177 Potential violation of Law of Demeter (object not created locally)
2803 src/com/gps/action/GenerateMap.java 2177 Potential violation of Law of Demeter (object not created locally)
2804 src/com/gps/action/GenerateMap.java 2180 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2805 src/com/gps/action/GenerateMap.java 2182 Potential violation of Law of Demeter (object not created locally)
2806 src/com/gps/action/GenerateMap.java 2182 There is log block not surrounded by if
2807 src/com/gps/action/GenerateMap.java 2182 There is log block not surrounded by if
2808 src/com/gps/action/GenerateMap.java 2183 Avoid printStackTrace(); use a logger call instead.
2809 src/com/gps/action/GenerateMap.java 2183 Potential violation of Law of Demeter (object not created locally)
2810 src/com/gps/action/GenerateMap.java 2186 Potential violation of Law of Demeter (object not created locally)
2811 src/com/gps/action/GenerateMap.java 2186 There is log block not surrounded by if
2812 src/com/gps/action/GenerateMap.java 2186 There is log block not surrounded by if
2813 src/com/gps/action/GenerateMap.java 2187 Potential violation of Law of Demeter (object not created locally)
2814 src/com/gps/action/GenerateMap.java 2191 Potential violation of Law of Demeter (object not created locally)
2815 src/com/gps/action/GenerateMap.java 2191 Potential violation of Law of Demeter (object not created locally)
2816 src/com/gps/action/GenerateMap.java 2191 System.out.print is used
2817 src/com/gps/action/GenerateMap.java 2192 Comment is too large: Line too long
2818 src/com/gps/action/GenerateMap.java 2193 Avoid instantiating new objects inside loops
2819 src/com/gps/action/GenerateMap.java 2193 Local variable 'url' could be declared final
2820 src/com/gps/action/GenerateMap.java 2193 Potential violation of Law of Demeter (object not created locally)
2821 src/com/gps/action/GenerateMap.java 2194 Potential violation of Law of Demeter (object not created locally)
2822 src/com/gps/action/GenerateMap.java 2195 Potential violation of Law of Demeter (object not created locally)
2823 src/com/gps/action/GenerateMap.java 2196 Avoid instantiating new objects inside loops
2824 src/com/gps/action/GenerateMap.java 2196 Local variable 'reader' could be declared final
2825 src/com/gps/action/GenerateMap.java 2196 Potential violation of Law of Demeter (object not created locally)
2826 src/com/gps/action/GenerateMap.java 2198 Avoid instantiating new objects inside loops
2827 src/com/gps/action/GenerateMap.java 2198 Local variable 'build1' could be declared final
2828 src/com/gps/action/GenerateMap.java 2199 Potential violation of Law of Demeter (object not created locally)
2829 src/com/gps/action/GenerateMap.java 2201 Comment is too large: Line too long
2830 src/com/gps/action/GenerateMap.java 2203 Avoid assignments in operands
2831 src/com/gps/action/GenerateMap.java 2203 Potential violation of Law of Demeter (object not created locally)
2832 src/com/gps/action/GenerateMap.java 2205 Potential violation of Law of Demeter (object not created locally)
2833 src/com/gps/action/GenerateMap.java 2208 Potential violation of Law of Demeter (object not created locally)
2834 src/com/gps/action/GenerateMap.java 2210 Avoid instantiating new objects inside loops
2835 src/com/gps/action/GenerateMap.java 2210 Local variable 'result_array' could be declared final
2836 src/com/gps/action/GenerateMap.java 2210 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'result_array' is not final.
2837 src/com/gps/action/GenerateMap.java 2210 Potential violation of Law of Demeter (object not created locally)
2838 src/com/gps/action/GenerateMap.java 2211 Potential violation of Law of Demeter (object not created locally)
2839 src/com/gps/action/GenerateMap.java 2213 Avoid instantiating new objects inside loops
2840 src/com/gps/action/GenerateMap.java 2214 Local variable 'obj_json' could be declared final
2841 src/com/gps/action/GenerateMap.java 2214 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'obj_json' is not final.
2842 src/com/gps/action/GenerateMap.java 2214 Potential violation of Law of Demeter (object not created locally)
2843 src/com/gps/action/GenerateMap.java 2215 Local variable 'calObj' could be declared final
2844 src/com/gps/action/GenerateMap.java 2218 Local variable 'lati' could be declared final
2845 src/com/gps/action/GenerateMap.java 2218 Potential violation of Law of Demeter (object not created locally)
2846 src/com/gps/action/GenerateMap.java 2218 Potential violation of Law of Demeter (object not created locally)
2847 src/com/gps/action/GenerateMap.java 2219 Local variable 'longi' could be declared final
2848 src/com/gps/action/GenerateMap.java 2219 Potential violation of Law of Demeter (object not created locally)
2849 src/com/gps/action/GenerateMap.java 2219 Potential violation of Law of Demeter (object not created locally)
2850 src/com/gps/action/GenerateMap.java 2220 Local variable 'timei' could be declared final
2851 src/com/gps/action/GenerateMap.java 2220 Potential violation of Law of Demeter (object not created locally)
2852 src/com/gps/action/GenerateMap.java 2220 Potential violation of Law of Demeter (object not created locally)
2853 src/com/gps/action/GenerateMap.java 2221 Local variable 'speedi' could be declared final
2854 src/com/gps/action/GenerateMap.java 2221 Potential violation of Law of Demeter (object not created locally)
2855 src/com/gps/action/GenerateMap.java 2221 Potential violation of Law of Demeter (object not created locally)
2856 src/com/gps/action/GenerateMap.java 2222 Avoid unused local variables such as 'locationi'.
2857 src/com/gps/action/GenerateMap.java 2222 Local variable 'locationi' could be declared final
2858 src/com/gps/action/GenerateMap.java 2222 Potential violation of Law of Demeter (object not created locally)
2859 src/com/gps/action/GenerateMap.java 2222 Potential violation of Law of Demeter (object not created locally)
2860 src/com/gps/action/GenerateMap.java 2223 Local variable 'eventi' could be declared final
2861 src/com/gps/action/GenerateMap.java 2223 Potential violation of Law of Demeter (object not created locally)
2862 src/com/gps/action/GenerateMap.java 2223 Potential violation of Law of Demeter (object not created locally)
2863 src/com/gps/action/GenerateMap.java 2225 Position literals first in String comparisons
2864 src/com/gps/action/GenerateMap.java 2225 Potential violation of Law of Demeter (object not created locally)
2865 src/com/gps/action/GenerateMap.java 2231 Local variable 'date123' could be declared final
2866 src/com/gps/action/GenerateMap.java 2232 Local variable 'diff' could be declared final
2867 src/com/gps/action/GenerateMap.java 2232 Potential violation of Law of Demeter (object not created locally)
2868 src/com/gps/action/GenerateMap.java 2232 Potential violation of Law of Demeter (object not created locally)
2869 src/com/gps/action/GenerateMap.java 2232 Potential violation of Law of Demeter (object not created locally)
2870 src/com/gps/action/GenerateMap.java 2233 Potential violation of Law of Demeter (object not created locally)
2871 src/com/gps/action/GenerateMap.java 2233 Potential violation of Law of Demeter (object not created locally)
2872 src/com/gps/action/GenerateMap.java 2233 There is log block not surrounded by if
2873 src/com/gps/action/GenerateMap.java 2233 There is log block not surrounded by if
2874 src/com/gps/action/GenerateMap.java 2234 There is log block not surrounded by if
2875 src/com/gps/action/GenerateMap.java 2234 There is log block not surrounded by if
2876 src/com/gps/action/GenerateMap.java 2236 Avoid using Literals in Conditional Statements
2877 src/com/gps/action/GenerateMap.java 2247 Potential violation of Law of Demeter (object not created locally)
2878 src/com/gps/action/GenerateMap.java 2247 Potential violation of Law of Demeter (object not created locally)
2879 src/com/gps/action/GenerateMap.java 2248 Potential violation of Law of Demeter (object not created locally)
2880 src/com/gps/action/GenerateMap.java 2248 System.out.print is used
2881 src/com/gps/action/GenerateMap.java 2249 Potential violation of Law of Demeter (object not created locally)
2882 src/com/gps/action/GenerateMap.java 2249 The String literal "dummy" appears 4 times in this file; the first occurrence is on line 2,249
2883 src/com/gps/action/GenerateMap.java 2250 Potential violation of Law of Demeter (object not created locally)
2884 src/com/gps/action/GenerateMap.java 2252 Potential violation of Law of Demeter (object not created locally)
2885 src/com/gps/action/GenerateMap.java 2253 Potential violation of Law of Demeter (object not created locally)
2886 src/com/gps/action/GenerateMap.java 2254 Potential violation of Law of Demeter (object not created locally)
2887 src/com/gps/action/GenerateMap.java 2255 Potential violation of Law of Demeter (object not created locally)
2888 src/com/gps/action/GenerateMap.java 2256 Potential violation of Law of Demeter (object not created locally)
2889 src/com/gps/action/GenerateMap.java 2257 Potential violation of Law of Demeter (object not created locally)
2890 src/com/gps/action/GenerateMap.java 2258 Potential violation of Law of Demeter (object not created locally)
2891 src/com/gps/action/GenerateMap.java 2259 Potential violation of Law of Demeter (object not created locally)
2892 src/com/gps/action/GenerateMap.java 2260 Potential violation of Law of Demeter (object not created locally)
2893 src/com/gps/action/GenerateMap.java 2261 Potential violation of Law of Demeter (object not created locally)
2894 src/com/gps/action/GenerateMap.java 2261 Potential violation of Law of Demeter (object not created locally)
2895 src/com/gps/action/GenerateMap.java 2262 Potential violation of Law of Demeter (object not created locally)
2896 src/com/gps/action/GenerateMap.java 2263 System.out.print is used
2897 src/com/gps/action/GenerateMap.java 2266 Potential violation of Law of Demeter (object not created locally)
2898 src/com/gps/action/GenerateMap.java 2270 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2899 src/com/gps/action/GenerateMap.java 2272 Avoid printStackTrace(); use a logger call instead.
2900 src/com/gps/action/GenerateMap.java 2272 Potential violation of Law of Demeter (object not created locally)
2901 src/com/gps/action/GenerateMap.java 2273 Potential violation of Law of Demeter (object not created locally)
2902 src/com/gps/action/GenerateMap.java 2273 System.out.print is used
2903 src/com/gps/action/GenerateMap.java 2276 Potential violation of Law of Demeter (object not created locally)
2904 src/com/gps/action/GenerateMap.java 2277 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2905 src/com/gps/action/GenerateMap.java 2278 Assigning an Object to null is a code smell. Consider refactoring.
2906 src/com/gps/action/GenerateMap.java 2285 There is log block not surrounded by if
2907 src/com/gps/action/GenerateMap.java 2285 There is log block not surrounded by if
2908 src/com/gps/action/GenerateMap.java 2293 There is log block not surrounded by if
2909 src/com/gps/action/GenerateMap.java 2293 There is log block not surrounded by if
2910 src/com/gps/action/GenerateMap.java 2294 Potential violation of Law of Demeter (object not created locally)
2911 src/com/gps/action/GenerateMap.java 2295 Potential violation of Law of Demeter (object not created locally)
2912 src/com/gps/action/GenerateMap.java 2297 Avoid if (x != y) ..; else ..;
2913 src/com/gps/action/GenerateMap.java 2301 Potential violation of Law of Demeter (method chain calls)
2914 src/com/gps/action/GenerateMap.java 2301 Potential violation of Law of Demeter (method chain calls)
2915 src/com/gps/action/GenerateMap.java 2301 Potential violation of Law of Demeter (object not created locally)
2916 src/com/gps/action/GenerateMap.java 2302 Potential violation of Law of Demeter (method chain calls)
2917 src/com/gps/action/GenerateMap.java 2302 Potential violation of Law of Demeter (method chain calls)
2918 src/com/gps/action/GenerateMap.java 2302 Potential violation of Law of Demeter (object not created locally)
2919 src/com/gps/action/GenerateMap.java 2303 Potential violation of Law of Demeter (method chain calls)
2920 src/com/gps/action/GenerateMap.java 2303 Potential violation of Law of Demeter (method chain calls)
2921 src/com/gps/action/GenerateMap.java 2303 Potential violation of Law of Demeter (object not created locally)
2922 src/com/gps/action/GenerateMap.java 2303 Potential violation of Law of Demeter (object not created locally)
2923 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (method chain calls)
2924 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (method chain calls)
2925 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (method chain calls)
2926 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (method chain calls)
2927 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (object not created locally)
2928 src/com/gps/action/GenerateMap.java 2304 Potential violation of Law of Demeter (object not created locally)
2929 src/com/gps/action/GenerateMap.java 2305 Potential violation of Law of Demeter (object not created locally)
2930 src/com/gps/action/GenerateMap.java 2306 Local variable 'calObj' could be declared final
2931 src/com/gps/action/GenerateMap.java 2307 Potential violation of Law of Demeter (object not created locally)
2932 src/com/gps/action/GenerateMap.java 2308 Potential violation of Law of Demeter (object not created locally)
2933 src/com/gps/action/GenerateMap.java 2309 Local variable 'diff' could be declared final
2934 src/com/gps/action/GenerateMap.java 2309 Potential violation of Law of Demeter (method chain calls)
2935 src/com/gps/action/GenerateMap.java 2309 Potential violation of Law of Demeter (method chain calls)
2936 src/com/gps/action/GenerateMap.java 2309 Potential violation of Law of Demeter (object not created locally)
2937 src/com/gps/action/GenerateMap.java 2309 Potential violation of Law of Demeter (object not created locally)
2938 src/com/gps/action/GenerateMap.java 2310 Potential violation of Law of Demeter (method chain calls)
2939 src/com/gps/action/GenerateMap.java 2310 Potential violation of Law of Demeter (method chain calls)
2940 src/com/gps/action/GenerateMap.java 2310 Potential violation of Law of Demeter (object not created locally)
2941 src/com/gps/action/GenerateMap.java 2310 There is log block not surrounded by if
2942 src/com/gps/action/GenerateMap.java 2310 There is log block not surrounded by if
2943 src/com/gps/action/GenerateMap.java 2311 There is log block not surrounded by if
2944 src/com/gps/action/GenerateMap.java 2311 There is log block not surrounded by if
2945 src/com/gps/action/GenerateMap.java 2313 Avoid using Literals in Conditional Statements
2946 src/com/gps/action/GenerateMap.java 2321 Potential violation of Law of Demeter (object not created locally)
2947 src/com/gps/action/GenerateMap.java 2323 Potential violation of Law of Demeter (object not created locally)
2948 src/com/gps/action/GenerateMap.java 2324 Potential violation of Law of Demeter (object not created locally)
2949 src/com/gps/action/GenerateMap.java 2325 Potential violation of Law of Demeter (object not created locally)
2950 src/com/gps/action/GenerateMap.java 2326 Potential violation of Law of Demeter (object not created locally)
2951 src/com/gps/action/GenerateMap.java 2327 Potential violation of Law of Demeter (object not created locally)
2952 src/com/gps/action/GenerateMap.java 2328 Potential violation of Law of Demeter (object not created locally)
2953 src/com/gps/action/GenerateMap.java 2329 Potential violation of Law of Demeter (object not created locally)
2954 src/com/gps/action/GenerateMap.java 2330 Potential violation of Law of Demeter (object not created locally)
2955 src/com/gps/action/GenerateMap.java 2332 Potential violation of Law of Demeter (object not created locally)
2956 src/com/gps/action/GenerateMap.java 2334 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2957 src/com/gps/action/GenerateMap.java 2336 Avoid printStackTrace(); use a logger call instead.
2958 src/com/gps/action/GenerateMap.java 2336 Potential violation of Law of Demeter (object not created locally)
2959 src/com/gps/action/GenerateMap.java 2341 There is log block not surrounded by if
2960 src/com/gps/action/GenerateMap.java 2341 There is log block not surrounded by if
2961 src/com/gps/action/GenerateMap.java 2345 Local variable 'output' could be declared final
2962 src/com/gps/action/GenerateMap.java 2345 Potential violation of Law of Demeter (object not created locally)
2963 src/com/gps/action/GenerateMap.java 2346 System.out.print is used
2964 src/com/gps/action/GenerateMap.java 2348 Comment is too large: Line too long
2965 src/com/gps/action/GenerateMap.java 2360 Local variable 'out' could be declared final
2966 src/com/gps/action/GenerateMap.java 2361 Potential violation of Law of Demeter (object not created locally)
2967 src/com/gps/action/GenerateMap.java 2362 Potential violation of Law of Demeter (object not created locally)
2968 src/com/gps/action/GenerateMap.java 2366 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2969 src/com/gps/action/GenerateMap.java 2368 There is log block not surrounded by if
2970 src/com/gps/action/GenerateMap.java 2369 A method should have only one exit point, and that should be the last statement in the method
2971 src/com/gps/action/GenerateMap.java 2372 Potential violation of Law of Demeter (object not created locally)
2972 src/com/gps/action/GenerateMap.java 2373 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
2973 src/com/gps/action/GenerateMap.java 2374 Assigning an Object to null is a code smell. Consider refactoring.
2974 src/com/gps/action/GenerateMap.java 2378 Position literals first in String comparisons
2975 src/com/gps/action/GenerateMap.java 2378 Potential violation of Law of Demeter (object not created locally)
2976 src/com/gps/action/GenerateMap.java 2379 Assigning an Object to null is a code smell. Consider refactoring.
2977 src/com/gps/action/GenerateMap.java 2385 Parameter 'request' is not assigned and could be declared final
2978 src/com/gps/action/GenerateMap.java 2385 publicMethodCommentRequirement Required
2979 src/com/gps/action/GenerateMap.java 2391 Parameter 'response' is not assigned and could be declared final
2980 src/com/gps/action/GenerateMap.java 2391 publicMethodCommentRequirement Required
2981 src/com/gps/action/GenerateMap.java 2406 Parameter 'tpv' is not assigned and could be declared final
2982 src/com/gps/action/GenerateMap.java 2410 Parameter 'arg0' is not assigned and could be declared final
2983 src/com/gps/action/GenerateMap.java 2410 publicMethodCommentRequirement Required
2984 src/com/gps/action/GenerateMap.java 2416 Parameter 'args' is not assigned and could be declared final
2985 src/com/gps/action/GenerateMap.java 2416 publicMethodCommentRequirement Required
2986 src/com/gps/action/GenerateMap.java 2418 Avoid variables with short names like gm
2987 src/com/gps/action/GenerateMap.java 2418 Local variable 'gm' could be declared final
2988 src/com/gps/action/GenerateMap.java 2421 Avoid unused local variables such as 'trp'.
2989 src/com/gps/action/GenerateMap.java 2421 Local variable 'trp' could be declared final
2990 src/com/gps/action/GenerateMap.java 2426 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
2991 src/com/gps/action/GenerateMap.java 2426 Parameter 'inDate' is not assigned and could be declared final
2992 src/com/gps/action/GenerateMap.java 2426 publicMethodCommentRequirement Required
2993 src/com/gps/action/GenerateMap.java 2431 When instantiating a SimpleDateFormat object, specify a Locale
2994 src/com/gps/action/GenerateMap.java 2432 Potential violation of Law of Demeter (object not created locally)
2995 src/com/gps/action/GenerateMap.java 2434 A method should have only one exit point, and that should be the last statement in the method
2996 src/com/gps/action/GenerateMap.java 2437 System.out.print is used
2997 src/com/gps/action/GeofenceAction.java 1 A high number of imports can indicate a high degree of coupling within an object.
2998 src/com/gps/action/GeofenceAction.java 1 Possible God class (WMC=70, ATFD=48, TCC=0.025324675324675326)
2999 src/com/gps/action/GeofenceAction.java 1 This class has a bunch of public methods and attributes
3000 src/com/gps/action/GeofenceAction.java 6 Avoid unused imports such as 'java.util.ArrayList'
3001 src/com/gps/action/GeofenceAction.java 7 Avoid unused imports such as 'java.util.Iterator'
3002 src/com/gps/action/GeofenceAction.java 10 Avoid unused imports such as 'java.util.Set'
3003 src/com/gps/action/GeofenceAction.java 21 Avoid unused imports such as 'org.hibernate.Query'
3004 src/com/gps/action/GeofenceAction.java 29 Avoid unused imports such as 'com.gps.dao.UserProcessDAO'
3005 src/com/gps/action/GeofenceAction.java 30 Avoid unused imports such as 'com.gps.dao.VehicleProcessDAO'
3006 src/com/gps/action/GeofenceAction.java 31 Avoid unused imports such as 'com.gps.dto.TripByVehicleDTO'
3007 src/com/gps/action/GeofenceAction.java 32 Avoid unused imports such as 'com.gps.form.GenerateMapForm'
3008 src/com/gps/action/GeofenceAction.java 35 Avoid unused imports such as 'com.gps.hibernate.GeofenceDAO'
3009 src/com/gps/action/GeofenceAction.java 37 Avoid unused imports such as 'com.gps.hibernate.GeovehicleMapDAO'
3010 src/com/gps/action/GeofenceAction.java 40 Avoid unused imports such as 'com.gps.hibernate.Speedparameter'
3011 src/com/gps/action/GeofenceAction.java 42 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
3012 src/com/gps/action/GeofenceAction.java 45 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
3013 src/com/gps/action/GeofenceAction.java 54 Avoid really long classes.
3014 src/com/gps/action/GeofenceAction.java 54 Too many fields
3015 src/com/gps/action/GeofenceAction.java 58 The Logger variable declaration does not contain the static and final modifiers
3016 src/com/gps/action/GeofenceAction.java 58 Use explicit scoping instead of the default package private level
3017 src/com/gps/action/GeofenceAction.java 58 fieldCommentRequirement Required
3018 src/com/gps/action/GeofenceAction.java 59 Found non-transient, non-static member. Please mark as transient or provide accessors.
3019 src/com/gps/action/GeofenceAction.java 59 fieldCommentRequirement Required
3020 src/com/gps/action/GeofenceAction.java 60 Found non-transient, non-static member. Please mark as transient or provide accessors.
3021 src/com/gps/action/GeofenceAction.java 60 fieldCommentRequirement Required
3022 src/com/gps/action/GeofenceAction.java 61 Found non-transient, non-static member. Please mark as transient or provide accessors.
3023 src/com/gps/action/GeofenceAction.java 61 fieldCommentRequirement Required
3024 src/com/gps/action/GeofenceAction.java 62 fieldCommentRequirement Required
3025 src/com/gps/action/GeofenceAction.java 63 fieldCommentRequirement Required
3026 src/com/gps/action/GeofenceAction.java 64 fieldCommentRequirement Required
3027 src/com/gps/action/GeofenceAction.java 65 fieldCommentRequirement Required
3028 src/com/gps/action/GeofenceAction.java 66 fieldCommentRequirement Required
3029 src/com/gps/action/GeofenceAction.java 67 fieldCommentRequirement Required
3030 src/com/gps/action/GeofenceAction.java 68 fieldCommentRequirement Required
3031 src/com/gps/action/GeofenceAction.java 69 fieldCommentRequirement Required
3032 src/com/gps/action/GeofenceAction.java 70 fieldCommentRequirement Required
3033 src/com/gps/action/GeofenceAction.java 71 fieldCommentRequirement Required
3034 src/com/gps/action/GeofenceAction.java 75 fieldCommentRequirement Required
3035 src/com/gps/action/GeofenceAction.java 76 fieldCommentRequirement Required
3036 src/com/gps/action/GeofenceAction.java 77 fieldCommentRequirement Required
3037 src/com/gps/action/GeofenceAction.java 79 fieldCommentRequirement Required
3038 src/com/gps/action/GeofenceAction.java 80 fieldCommentRequirement Required
3039 src/com/gps/action/GeofenceAction.java 81 fieldCommentRequirement Required
3040 src/com/gps/action/GeofenceAction.java 82 fieldCommentRequirement Required
3041 src/com/gps/action/GeofenceAction.java 83 fieldCommentRequirement Required
3042 src/com/gps/action/GeofenceAction.java 84 fieldCommentRequirement Required
3043 src/com/gps/action/GeofenceAction.java 85 fieldCommentRequirement Required
3044 src/com/gps/action/GeofenceAction.java 86 fieldCommentRequirement Required
3045 src/com/gps/action/GeofenceAction.java 87 Use explicit scoping instead of the default package private level
3046 src/com/gps/action/GeofenceAction.java 87 fieldCommentRequirement Required
3047 src/com/gps/action/GeofenceAction.java 88 Avoid using redundant field initializer for 'tripid'
3048 src/com/gps/action/GeofenceAction.java 88 Found non-transient, non-static member. Please mark as transient or provide accessors.
3049 src/com/gps/action/GeofenceAction.java 88 fieldCommentRequirement Required
3050 src/com/gps/action/GeofenceAction.java 89 Use explicit scoping instead of the default package private level
3051 src/com/gps/action/GeofenceAction.java 89 fieldCommentRequirement Required
3052 src/com/gps/action/GeofenceAction.java 101 Potential violation of Law of Demeter (object not created locally)
3053 src/com/gps/action/GeofenceAction.java 101 There is log block not surrounded by if
3054 src/com/gps/action/GeofenceAction.java 101 There is log block not surrounded by if
3055 src/com/gps/action/GeofenceAction.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3056 src/com/gps/action/GeofenceAction.java 104 Avoid printStackTrace(); use a logger call instead.
3057 src/com/gps/action/GeofenceAction.java 104 Potential violation of Law of Demeter (object not created locally)
3058 src/com/gps/action/GeofenceAction.java 105 A method should have only one exit point, and that should be the last statement in the method
3059 src/com/gps/action/GeofenceAction.java 114 Found 'UR'-anomaly for variable 'fence' (lines '114'-'150').
3060 src/com/gps/action/GeofenceAction.java 115 There is log block not surrounded by if
3061 src/com/gps/action/GeofenceAction.java 115 There is log block not surrounded by if
3062 src/com/gps/action/GeofenceAction.java 117 Found 'DD'-anomaly for variable 'organizationId' (lines '117'-'130').
3063 src/com/gps/action/GeofenceAction.java 119 Found 'DD'-anomaly for variable 'trip' (lines '119'-'134').
3064 src/com/gps/action/GeofenceAction.java 119 Found 'DU'-anomaly for variable 'trip' (lines '119'-'164').
3065 src/com/gps/action/GeofenceAction.java 121 Found 'DU'-anomaly for variable 'geoDAO' (lines '121'-'164').
3066 src/com/gps/action/GeofenceAction.java 121 Local variable 'geoDAO' could be declared final
3067 src/com/gps/action/GeofenceAction.java 122 Found 'DD'-anomaly for variable 'counter' (lines '122'-'149').
3068 src/com/gps/action/GeofenceAction.java 122 Found 'DU'-anomaly for variable 'counter' (lines '122'-'164').
3069 src/com/gps/action/GeofenceAction.java 130 Potential violation of Law of Demeter (method chain calls)
3070 src/com/gps/action/GeofenceAction.java 130 Potential violation of Law of Demeter (method chain calls)
3071 src/com/gps/action/GeofenceAction.java 130 Potential violation of Law of Demeter (object not created locally)
3072 src/com/gps/action/GeofenceAction.java 131 Potential violation of Law of Demeter (object not created locally)
3073 src/com/gps/action/GeofenceAction.java 133 Avoid using if statements without curly braces
3074 src/com/gps/action/GeofenceAction.java 134 Found 'DU'-anomaly for variable 'trip' (lines '134'-'164').
3075 src/com/gps/action/GeofenceAction.java 134 Potential violation of Law of Demeter (object not created locally)
3076 src/com/gps/action/GeofenceAction.java 137 Potential violation of Law of Demeter (object not created locally)
3077 src/com/gps/action/GeofenceAction.java 138 There is log block not surrounded by if
3078 src/com/gps/action/GeofenceAction.java 138 There is log block not surrounded by if
3079 src/com/gps/action/GeofenceAction.java 142 Potential violation of Law of Demeter (object not created locally)
3080 src/com/gps/action/GeofenceAction.java 142 There is log block not surrounded by if
3081 src/com/gps/action/GeofenceAction.java 142 There is log block not surrounded by if
3082 src/com/gps/action/GeofenceAction.java 143 Potential violation of Law of Demeter (object not created locally)
3083 src/com/gps/action/GeofenceAction.java 143 Potential violation of Law of Demeter (object not created locally)
3084 src/com/gps/action/GeofenceAction.java 144 There is log block not surrounded by if
3085 src/com/gps/action/GeofenceAction.java 144 There is log block not surrounded by if
3086 src/com/gps/action/GeofenceAction.java 146 Avoid using Literals in Conditional Statements
3087 src/com/gps/action/GeofenceAction.java 146 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
3088 src/com/gps/action/GeofenceAction.java 147 Local variable 'fence' could be declared final
3089 src/com/gps/action/GeofenceAction.java 150 Potential violation of Law of Demeter (object not created locally)
3090 src/com/gps/action/GeofenceAction.java 150 Potential violation of Law of Demeter (object not created locally)
3091 src/com/gps/action/GeofenceAction.java 150 Potential violation of Law of Demeter (object not created locally)
3092 src/com/gps/action/GeofenceAction.java 150 Potential violation of Law of Demeter (object not created locally)
3093 src/com/gps/action/GeofenceAction.java 150 Potential violation of Law of Demeter (object not created locally)
3094 src/com/gps/action/GeofenceAction.java 151 Avoid using if statements without curly braces
3095 src/com/gps/action/GeofenceAction.java 151 Deeply nested if..then statements are hard to read
3096 src/com/gps/action/GeofenceAction.java 154 There is log block not surrounded by if
3097 src/com/gps/action/GeofenceAction.java 154 There is log block not surrounded by if
3098 src/com/gps/action/GeofenceAction.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3099 src/com/gps/action/GeofenceAction.java 161 Avoid printStackTrace(); use a logger call instead.
3100 src/com/gps/action/GeofenceAction.java 161 Potential violation of Law of Demeter (object not created locally)
3101 src/com/gps/action/GeofenceAction.java 166 publicMethodCommentRequirement Required
3102 src/com/gps/action/GeofenceAction.java 169 Parameter 'vehicleGroupId' is not assigned and could be declared final
3103 src/com/gps/action/GeofenceAction.java 169 publicMethodCommentRequirement Required
3104 src/com/gps/action/GeofenceAction.java 173 publicMethodCommentRequirement Required
3105 src/com/gps/action/GeofenceAction.java 176 Parameter 'parameter' is not assigned and could be declared final
3106 src/com/gps/action/GeofenceAction.java 176 publicMethodCommentRequirement Required
3107 src/com/gps/action/GeofenceAction.java 179 publicMethodCommentRequirement Required
3108 src/com/gps/action/GeofenceAction.java 182 Parameter 'geofenceId' is not assigned and could be declared final
3109 src/com/gps/action/GeofenceAction.java 182 publicMethodCommentRequirement Required
3110 src/com/gps/action/GeofenceAction.java 185 publicMethodCommentRequirement Required
3111 src/com/gps/action/GeofenceAction.java 188 Parameter 'vehicleId' is not assigned and could be declared final
3112 src/com/gps/action/GeofenceAction.java 188 publicMethodCommentRequirement Required
3113 src/com/gps/action/GeofenceAction.java 191 publicMethodCommentRequirement Required
3114 src/com/gps/action/GeofenceAction.java 194 Parameter 'geoMapId' is not assigned and could be declared final
3115 src/com/gps/action/GeofenceAction.java 194 publicMethodCommentRequirement Required
3116 src/com/gps/action/GeofenceAction.java 197 publicMethodCommentRequirement Required
3117 src/com/gps/action/GeofenceAction.java 200 Parameter 'notifierName' is not assigned and could be declared final
3118 src/com/gps/action/GeofenceAction.java 200 publicMethodCommentRequirement Required
3119 src/com/gps/action/GeofenceAction.java 203 publicMethodCommentRequirement Required
3120 src/com/gps/action/GeofenceAction.java 206 Parameter 'notifierAddress' is not assigned and could be declared final
3121 src/com/gps/action/GeofenceAction.java 206 publicMethodCommentRequirement Required
3122 src/com/gps/action/GeofenceAction.java 209 publicMethodCommentRequirement Required
3123 src/com/gps/action/GeofenceAction.java 212 Parameter 'mobileNo' is not assigned and could be declared final
3124 src/com/gps/action/GeofenceAction.java 212 publicMethodCommentRequirement Required
3125 src/com/gps/action/GeofenceAction.java 215 publicMethodCommentRequirement Required
3126 src/com/gps/action/GeofenceAction.java 218 Parameter 'geofenceName' is not assigned and could be declared final
3127 src/com/gps/action/GeofenceAction.java 218 publicMethodCommentRequirement Required
3128 src/com/gps/action/GeofenceAction.java 221 publicMethodCommentRequirement Required
3129 src/com/gps/action/GeofenceAction.java 224 Parameter 'message' is not assigned and could be declared final
3130 src/com/gps/action/GeofenceAction.java 224 publicMethodCommentRequirement Required
3131 src/com/gps/action/GeofenceAction.java 227 publicMethodCommentRequirement Required
3132 src/com/gps/action/GeofenceAction.java 230 Parameter 'gform' is not assigned and could be declared final
3133 src/com/gps/action/GeofenceAction.java 230 publicMethodCommentRequirement Required
3134 src/com/gps/action/GeofenceAction.java 233 publicMethodCommentRequirement Required
3135 src/com/gps/action/GeofenceAction.java 236 Parameter 'vehicleGroupList' is not assigned and could be declared final
3136 src/com/gps/action/GeofenceAction.java 236 publicMethodCommentRequirement Required
3137 src/com/gps/action/GeofenceAction.java 239 publicMethodCommentRequirement Required
3138 src/com/gps/action/GeofenceAction.java 242 Parameter 'vehicleDetails' is not assigned and could be declared final
3139 src/com/gps/action/GeofenceAction.java 242 publicMethodCommentRequirement Required
3140 src/com/gps/action/GeofenceAction.java 245 publicMethodCommentRequirement Required
3141 src/com/gps/action/GeofenceAction.java 248 Parameter 'notifierList' is not assigned and could be declared final
3142 src/com/gps/action/GeofenceAction.java 248 publicMethodCommentRequirement Required
3143 src/com/gps/action/GeofenceAction.java 251 publicMethodCommentRequirement Required
3144 src/com/gps/action/GeofenceAction.java 254 Parameter 'vehicleMapList' is not assigned and could be declared final
3145 src/com/gps/action/GeofenceAction.java 254 publicMethodCommentRequirement Required
3146 src/com/gps/action/GeofenceAction.java 257 publicMethodCommentRequirement Required
3147 src/com/gps/action/GeofenceAction.java 260 Parameter 'geoVehicleMapList' is not assigned and could be declared final
3148 src/com/gps/action/GeofenceAction.java 260 publicMethodCommentRequirement Required
3149 src/com/gps/action/GeofenceAction.java 263 publicMethodCommentRequirement Required
3150 src/com/gps/action/GeofenceAction.java 266 Parameter 'gform' is not assigned and could be declared final
3151 src/com/gps/action/GeofenceAction.java 266 publicMethodCommentRequirement Required
3152 src/com/gps/action/GeofenceAction.java 271 Comment is too large: Too many lines
3153 src/com/gps/action/GeofenceAction.java 280 Method names should not start with capital letters
3154 src/com/gps/action/GeofenceAction.java 283 Local variable 'search' could be declared final
3155 src/com/gps/action/GeofenceAction.java 285 System.out.print is used
3156 src/com/gps/action/GeofenceAction.java 287 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3157 src/com/gps/action/GeofenceAction.java 289 Avoid printStackTrace(); use a logger call instead.
3158 src/com/gps/action/GeofenceAction.java 293 Comment is too large: Too many lines
3159 src/com/gps/action/GeofenceAction.java 304 Comment is too large: Too many lines
3160 src/com/gps/action/GeofenceAction.java 376 System.out.print is used
3161 src/com/gps/action/GeofenceAction.java 378 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3162 src/com/gps/action/GeofenceAction.java 378 Avoid empty catch blocks
3163 src/com/gps/action/GeofenceAction.java 384 Comment is too large: Too many lines
3164 src/com/gps/action/GeofenceAction.java 394 Comment is too large: Too many lines
3165 src/com/gps/action/GeofenceAction.java 413 Comment is too large: Line too long
3166 src/com/gps/action/GeofenceAction.java 418 Comment is too large: Line too long
3167 src/com/gps/action/GeofenceAction.java 437 Parameter 'geoListSize' is not assigned and could be declared final
3168 src/com/gps/action/GeofenceAction.java 437 publicMethodCommentRequirement Required
3169 src/com/gps/action/GeofenceAction.java 440 publicMethodCommentRequirement Required
3170 src/com/gps/action/GeofenceAction.java 443 Parameter 'geoList' is not assigned and could be declared final
3171 src/com/gps/action/GeofenceAction.java 443 publicMethodCommentRequirement Required
3172 src/com/gps/action/GeofenceAction.java 446 publicMethodCommentRequirement Required
3173 src/com/gps/action/GeofenceAction.java 449 Parameter 'geoListByGid' is not assigned and could be declared final
3174 src/com/gps/action/GeofenceAction.java 449 publicMethodCommentRequirement Required
3175 src/com/gps/action/GeofenceAction.java 452 Comment is too large: Too many lines
3176 src/com/gps/action/GeofenceAction.java 461 Comment is too large: Too many lines
3177 src/com/gps/action/GeofenceAction.java 478 Comment is too large: Line too long
3178 src/com/gps/action/GeofenceAction.java 481 Comment is too large: Line too long
3179 src/com/gps/action/GeofenceAction.java 506 Comment is too large: Too many lines
3180 src/com/gps/action/GeofenceAction.java 525 Comment is too large: Line too long
3181 src/com/gps/action/GeofenceAction.java 529 Comment is too large: Line too long
3182 src/com/gps/action/GeofenceAction.java 555 Comment is too large: Too many lines
3183 src/com/gps/action/GeofenceAction.java 594 Comment is too large: Too many lines
3184 src/com/gps/action/GeofenceAction.java 595 Comment is too large: Line too long
3185 src/com/gps/action/GeofenceAction.java 631 Comment is too large: Too many lines
3186 src/com/gps/action/GeofenceAction.java 670 Comment is too large: Line too long
3187 src/com/gps/action/GeofenceAction.java 671 Comment is too large: Line too long
3188 src/com/gps/action/GeofenceAction.java 674 Comment is too large: Line too long
3189 src/com/gps/action/GeofenceAction.java 728 Comment is too large: Too many lines
3190 src/com/gps/action/GeofenceAction.java 778 Comment is too large: Line too long
3191 src/com/gps/action/GeofenceAction.java 779 Comment is too large: Line too long
3192 src/com/gps/action/GeofenceAction.java 791 Comment is too large: Line too long
3193 src/com/gps/action/GeofenceAction.java 829 Comment is too large: Too many lines
3194 src/com/gps/action/GeofenceAction.java 871 Comment is too large: Line too long
3195 src/com/gps/action/GeofenceAction.java 918 Comment is too large: Too many lines
3196 src/com/gps/action/GeofenceAction.java 949 Comment is too large: Line too long
3197 src/com/gps/action/GeofenceAction.java 950 Comment is too large: Line too long
3198 src/com/gps/action/GeofenceAction.java 980 Parameter 'notify' is not assigned and could be declared final
3199 src/com/gps/action/GeofenceAction.java 981 Found 'DD'-anomaly for variable 'ret' (lines '981'-'991').
3200 src/com/gps/action/GeofenceAction.java 982 Found 'DD'-anomaly for variable 'session' (lines '982'-'986').
3201 src/com/gps/action/GeofenceAction.java 983 Avoid variables with short names like tx
3202 src/com/gps/action/GeofenceAction.java 983 Found 'DD'-anomaly for variable 'tx' (lines '983'-'987').
3203 src/com/gps/action/GeofenceAction.java 984 Local variable 'dao' could be declared final
3204 src/com/gps/action/GeofenceAction.java 986 Potential violation of Law of Demeter (object not created locally)
3205 src/com/gps/action/GeofenceAction.java 987 Potential violation of Law of Demeter (object not created locally)
3206 src/com/gps/action/GeofenceAction.java 988 Potential violation of Law of Demeter (object not created locally)
3207 src/com/gps/action/GeofenceAction.java 989 Potential violation of Law of Demeter (object not created locally)
3208 src/com/gps/action/GeofenceAction.java 990 Potential violation of Law of Demeter (object not created locally)
3209 src/com/gps/action/GeofenceAction.java 991 Found 'DD'-anomaly for variable 'ret' (lines '991'-'994').
3210 src/com/gps/action/GeofenceAction.java 993 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3211 src/com/gps/action/GeofenceAction.java 994 Found 'DU'-anomaly for variable 'ret' (lines '994'-'1,002').
3212 src/com/gps/action/GeofenceAction.java 999 Potential violation of Law of Demeter (object not created locally)
3213 src/com/gps/action/GeofenceAction.java 1013 A method/constructor shouldnt explicitly throw java.lang.Exception
3214 src/com/gps/action/GeofenceAction.java 1013 publicMethodCommentRequirement Required
3215 src/com/gps/action/GeofenceAction.java 1020 Local variable 'type' could be declared final
3216 src/com/gps/action/GeofenceAction.java 1022 Avoid using Literals in Conditional Statements
3217 src/com/gps/action/GeofenceAction.java 1025 Local variable 'array' could be declared final
3218 src/com/gps/action/GeofenceAction.java 1027 Avoid unused local variables such as 'session'.
3219 src/com/gps/action/GeofenceAction.java 1027 Found 'DU'-anomaly for variable 'session' (lines '1,027'-'1,103').
3220 src/com/gps/action/GeofenceAction.java 1027 Local variable 'session' could be declared final
3221 src/com/gps/action/GeofenceAction.java 1032 Local variable 'index' could be declared final
3222 src/com/gps/action/GeofenceAction.java 1033 Local variable 'lmark' could be declared final
3223 src/com/gps/action/GeofenceAction.java 1034 Local variable 'destination' could be declared final
3224 src/com/gps/action/GeofenceAction.java 1036 Local variable 'source' could be declared final
3225 src/com/gps/action/GeofenceAction.java 1038 Local variable 'radius' could be declared final
3226 src/com/gps/action/GeofenceAction.java 1040 Local variable 'latlng' could be declared final
3227 src/com/gps/action/GeofenceAction.java 1042 Local variable 'place' could be declared final
3228 src/com/gps/action/GeofenceAction.java 1044 Local variable 'tripid' could be declared final
3229 src/com/gps/action/GeofenceAction.java 1045 There is log block not surrounded by if
3230 src/com/gps/action/GeofenceAction.java 1045 There is log block not surrounded by if
3231 src/com/gps/action/GeofenceAction.java 1046 Local variable 'stopname' could be declared final
3232 src/com/gps/action/GeofenceAction.java 1049 Local variable 'tpdao' could be declared final
3233 src/com/gps/action/GeofenceAction.java 1051 Potential violation of Law of Demeter (object not created locally)
3234 src/com/gps/action/GeofenceAction.java 1051 Potential violation of Law of Demeter (object not created locally)
3235 src/com/gps/action/GeofenceAction.java 1053 Local variable 'output' could be declared final
3236 src/com/gps/action/GeofenceAction.java 1053 Potential violation of Law of Demeter (object not created locally)
3237 src/com/gps/action/GeofenceAction.java 1054 Potential violation of Law of Demeter (method chain calls)
3238 src/com/gps/action/GeofenceAction.java 1058 Avoid using Literals in Conditional Statements
3239 src/com/gps/action/GeofenceAction.java 1061 Local variable 'index' could be declared final
3240 src/com/gps/action/GeofenceAction.java 1062 Local variable 'destination' could be declared final
3241 src/com/gps/action/GeofenceAction.java 1063 Local variable 'source' could be declared final
3242 src/com/gps/action/GeofenceAction.java 1064 Local variable 'fenceId' could be declared final
3243 src/com/gps/action/GeofenceAction.java 1064 The String literal "geofenceid" appears 4 times in this file; the first occurrence is on line 1,064
3244 src/com/gps/action/GeofenceAction.java 1065 Local variable 'radius' could be declared final
3245 src/com/gps/action/GeofenceAction.java 1066 Local variable 'latlng' could be declared final
3246 src/com/gps/action/GeofenceAction.java 1067 Local variable 'place' could be declared final
3247 src/com/gps/action/GeofenceAction.java 1068 Local variable 'tripid' could be declared final
3248 src/com/gps/action/GeofenceAction.java 1069 Local variable 'tpdao' could be declared final
3249 src/com/gps/action/GeofenceAction.java 1073 Avoid using Literals in Conditional Statements
3250 src/com/gps/action/GeofenceAction.java 1077 Local variable 'destination' could be declared final
3251 src/com/gps/action/GeofenceAction.java 1078 Local variable 'source' could be declared final
3252 src/com/gps/action/GeofenceAction.java 1079 Local variable 'marker' could be declared final
3253 src/com/gps/action/GeofenceAction.java 1081 Local variable 'index' could be declared final
3254 src/com/gps/action/GeofenceAction.java 1082 Local variable 'tripid' could be declared final
3255 src/com/gps/action/GeofenceAction.java 1083 Local variable 'fenceId' could be declared final
3256 src/com/gps/action/GeofenceAction.java 1084 Local variable 'tpdao' could be declared final
3257 src/com/gps/action/GeofenceAction.java 1088 Avoid using Literals in Conditional Statements
3258 src/com/gps/action/GeofenceAction.java 1094 Local variable 'fenceId' could be declared final
3259 src/com/gps/action/GeofenceAction.java 1096 Local variable 'radius' could be declared final
3260 src/com/gps/action/GeofenceAction.java 1098 Local variable 'tpdao' could be declared final
3261 src/com/gps/action/GeofenceAction.java 1106 Comment is too large: Line too long
3262 src/com/gps/action/GeofenceAction.java 1107 publicMethodCommentRequirement Required
3263 src/com/gps/action/GeofenceAction.java 1110 Avoid declaring a variable if it is unreferenced before a possible exit point.
3264 src/com/gps/action/GeofenceAction.java 1110 Avoid unused local variables such as 'fenceId'.
3265 src/com/gps/action/GeofenceAction.java 1110 Found 'DU'-anomaly for variable 'fenceId' (lines '1,110'-'1,114').
3266 src/com/gps/action/GeofenceAction.java 1110 Local variable 'fenceId' could be declared final
3267 src/com/gps/action/GeofenceAction.java 1122 Parameter 'request' is not assigned and could be declared final
3268 src/com/gps/action/GeofenceAction.java 1122 publicMethodCommentRequirement Required
3269 src/com/gps/action/GeofenceAction.java 1128 Parameter 'response' is not assigned and could be declared final
3270 src/com/gps/action/GeofenceAction.java 1128 publicMethodCommentRequirement Required
3271 src/com/gps/action/GeofenceAction.java 1134 Parameter 'arg0' is not assigned and could be declared final
3272 src/com/gps/action/GeofenceAction.java 1134 publicMethodCommentRequirement Required
3273 src/com/gps/action/GeofenceAction.java 1147 Parameter 'fences' is not assigned and could be declared final
3274 src/com/gps/action/GeofenceAction.java 1159 Parameter 'tripid' is not assigned and could be declared final
3275 src/com/gps/action/GeofenceAction.java 1171 Parameter 'fenceList' is not assigned and could be declared final
3276 src/com/gps/action/HeaderForwardAction.java 25 headerCommentRequirement Required
3277 src/com/gps/action/HeaderForwardAction.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
3278 src/com/gps/action/HeaderForwardAction.java 28 Use explicit scoping instead of the default package private level
3279 src/com/gps/action/HeaderForwardAction.java 28 fieldCommentRequirement Required
3280 src/com/gps/action/HeaderForwardAction.java 29 The Logger variable declaration does not contain the static and final modifiers
3281 src/com/gps/action/HeaderForwardAction.java 29 Use explicit scoping instead of the default package private level
3282 src/com/gps/action/HeaderForwardAction.java 29 fieldCommentRequirement Required
3283 src/com/gps/action/HeaderForwardAction.java 30 Comment is too large: Too many lines
3284 src/com/gps/action/HeaderForwardAction.java 43 Local variable 'vpd' could be declared final
3285 src/com/gps/action/HeaderForwardAction.java 44 Found 'DD'-anomaly for variable 'vehicleList' (lines '44'-'48').
3286 src/com/gps/action/HeaderForwardAction.java 48 Potential violation of Law of Demeter (object not created locally)
3287 src/com/gps/action/HeaderForwardAction.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3288 src/com/gps/action/HeaderForwardAction.java 52 Avoid empty catch blocks
3289 src/com/gps/action/HeaderForwardAction.java 57 Comment is too large: Too many lines
3290 src/com/gps/action/HeaderForwardAction.java 69 Avoid empty try blocks
3291 src/com/gps/action/HeaderForwardAction.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3292 src/com/gps/action/HeaderForwardAction.java 73 Avoid empty catch blocks
3293 src/com/gps/action/HeaderForwardAction.java 80 Parameter 'arg0' is not assigned and could be declared final
3294 src/com/gps/action/HeaderForwardAction.java 80 publicMethodCommentRequirement Required
3295 src/com/gps/action/HolidayAction.java 1 Possible God class (WMC=54, ATFD=24, TCC=0.09815078236130868)
3296 src/com/gps/action/HolidayAction.java 29 Too many fields
3297 src/com/gps/action/HolidayAction.java 29 headerCommentRequirement Required
3298 src/com/gps/action/HolidayAction.java 31 fieldCommentRequirement Required
3299 src/com/gps/action/HolidayAction.java 32 The Logger variable declaration does not contain the static and final modifiers
3300 src/com/gps/action/HolidayAction.java 32 Use explicit scoping instead of the default package private level
3301 src/com/gps/action/HolidayAction.java 32 fieldCommentRequirement Required
3302 src/com/gps/action/HolidayAction.java 33 fieldCommentRequirement Required
3303 src/com/gps/action/HolidayAction.java 34 fieldCommentRequirement Required
3304 src/com/gps/action/HolidayAction.java 35 fieldCommentRequirement Required
3305 src/com/gps/action/HolidayAction.java 36 fieldCommentRequirement Required
3306 src/com/gps/action/HolidayAction.java 37 fieldCommentRequirement Required
3307 src/com/gps/action/HolidayAction.java 38 fieldCommentRequirement Required
3308 src/com/gps/action/HolidayAction.java 39 Use explicit scoping instead of the default package private level
3309 src/com/gps/action/HolidayAction.java 39 fieldCommentRequirement Required
3310 src/com/gps/action/HolidayAction.java 40 fieldCommentRequirement Required
3311 src/com/gps/action/HolidayAction.java 41 Avoid using redundant field initializer for 'dayTemp'
3312 src/com/gps/action/HolidayAction.java 41 Use explicit scoping instead of the default package private level
3313 src/com/gps/action/HolidayAction.java 41 fieldCommentRequirement Required
3314 src/com/gps/action/HolidayAction.java 42 Avoid using redundant field initializer for 'defaultDays'
3315 src/com/gps/action/HolidayAction.java 42 Use explicit scoping instead of the default package private level
3316 src/com/gps/action/HolidayAction.java 42 fieldCommentRequirement Required
3317 src/com/gps/action/HolidayAction.java 43 Avoid using redundant field initializer for 'dateBuff'
3318 src/com/gps/action/HolidayAction.java 43 Use explicit scoping instead of the default package private level
3319 src/com/gps/action/HolidayAction.java 43 fieldCommentRequirement Required
3320 src/com/gps/action/HolidayAction.java 44 fieldCommentRequirement Required
3321 src/com/gps/action/HolidayAction.java 45 fieldCommentRequirement Required
3322 src/com/gps/action/HolidayAction.java 46 fieldCommentRequirement Required
3323 src/com/gps/action/HolidayAction.java 47 fieldCommentRequirement Required
3324 src/com/gps/action/HolidayAction.java 48 Avoid using redundant field initializer for 'message'
3325 src/com/gps/action/HolidayAction.java 48 fieldCommentRequirement Required
3326 src/com/gps/action/HolidayAction.java 49 Use explicit scoping instead of the default package private level
3327 src/com/gps/action/HolidayAction.java 49 fieldCommentRequirement Required
3328 src/com/gps/action/HolidayAction.java 50 Avoid using redundant field initializer for 'orgList'
3329 src/com/gps/action/HolidayAction.java 50 fieldCommentRequirement Required
3330 src/com/gps/action/HolidayAction.java 51 Avoid using redundant field initializer for 'role'
3331 src/com/gps/action/HolidayAction.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
3332 src/com/gps/action/HolidayAction.java 51 Use explicit scoping instead of the default package private level
3333 src/com/gps/action/HolidayAction.java 51 fieldCommentRequirement Required
3334 src/com/gps/action/HolidayAction.java 52 Avoid using redundant field initializer for 'rpDAO'
3335 src/com/gps/action/HolidayAction.java 52 Found non-transient, non-static member. Please mark as transient or provide accessors.
3336 src/com/gps/action/HolidayAction.java 52 Use explicit scoping instead of the default package private level
3337 src/com/gps/action/HolidayAction.java 52 fieldCommentRequirement Required
3338 src/com/gps/action/HolidayAction.java 64 Avoid variables with short names like i
3339 src/com/gps/action/HolidayAction.java 64 Found 'DD'-anomaly for variable 'i' (lines '64'-'130').
3340 src/com/gps/action/HolidayAction.java 64 Found 'DU'-anomaly for variable 'i' (lines '64'-'152').
3341 src/com/gps/action/HolidayAction.java 73 Local variable 'hpDao' could be declared final
3342 src/com/gps/action/HolidayAction.java 74 Local variable 'org' could be declared final
3343 src/com/gps/action/HolidayAction.java 74 Unnecessary use of fully qualified name 'com.gps.hibernate.Organization' due to existing import 'com.gps.hibernate.Organization'
3344 src/com/gps/action/HolidayAction.java 83 Comment is too large: Line too long
3345 src/com/gps/action/HolidayAction.java 87 Potential violation of Law of Demeter (method chain calls)
3346 src/com/gps/action/HolidayAction.java 87 Potential violation of Law of Demeter (method chain calls)
3347 src/com/gps/action/HolidayAction.java 87 Potential violation of Law of Demeter (method chain calls)
3348 src/com/gps/action/HolidayAction.java 87 Potential violation of Law of Demeter (method chain calls)
3349 src/com/gps/action/HolidayAction.java 87 There is log block not surrounded by if
3350 src/com/gps/action/HolidayAction.java 87 There is log block not surrounded by if
3351 src/com/gps/action/HolidayAction.java 88 Avoid using Literals in Conditional Statements
3352 src/com/gps/action/HolidayAction.java 88 Potential violation of Law of Demeter (method chain calls)
3353 src/com/gps/action/HolidayAction.java 90 Local variable 'orgdao' could be declared final
3354 src/com/gps/action/HolidayAction.java 91 Potential violation of Law of Demeter (object not created locally)
3355 src/com/gps/action/HolidayAction.java 95 Potential violation of Law of Demeter (method chain calls)
3356 src/com/gps/action/HolidayAction.java 95 Potential violation of Law of Demeter (method chain calls)
3357 src/com/gps/action/HolidayAction.java 103 Potential violation of Law of Demeter (object not created locally)
3358 src/com/gps/action/HolidayAction.java 112 Avoid using Literals in Conditional Statements
3359 src/com/gps/action/HolidayAction.java 112 Potential violation of Law of Demeter (method chain calls)
3360 src/com/gps/action/HolidayAction.java 112 Potential violation of Law of Demeter (object not created locally)
3361 src/com/gps/action/HolidayAction.java 114 Potential violation of Law of Demeter (object not created locally)
3362 src/com/gps/action/HolidayAction.java 117 Potential violation of Law of Demeter (object not created locally)
3363 src/com/gps/action/HolidayAction.java 118 Potential violation of Law of Demeter (method chain calls)
3364 src/com/gps/action/HolidayAction.java 118 Potential violation of Law of Demeter (method chain calls)
3365 src/com/gps/action/HolidayAction.java 121 Potential violation of Law of Demeter (object not created locally)
3366 src/com/gps/action/HolidayAction.java 125 Comment is too large: Line too long
3367 src/com/gps/action/HolidayAction.java 127 Avoid using Literals in Conditional Statements
3368 src/com/gps/action/HolidayAction.java 127 Potential violation of Law of Demeter (method chain calls)
3369 src/com/gps/action/HolidayAction.java 130 Avoid using for statements without curly braces
3370 src/com/gps/action/HolidayAction.java 136 Avoid using Literals in Conditional Statements
3371 src/com/gps/action/HolidayAction.java 138 A method should have only one exit point, and that should be the last statement in the method
3372 src/com/gps/action/HolidayAction.java 142 A method should have only one exit point, and that should be the last statement in the method
3373 src/com/gps/action/HolidayAction.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3374 src/com/gps/action/HolidayAction.java 149 Avoid printStackTrace(); use a logger call instead.
3375 src/com/gps/action/HolidayAction.java 149 Potential violation of Law of Demeter (object not created locally)
3376 src/com/gps/action/HolidayAction.java 165 Local variable 'user' could be declared final
3377 src/com/gps/action/HolidayAction.java 166 Potential violation of Law of Demeter (object not created locally)
3378 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (method chain calls)
3379 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (method chain calls)
3380 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (method chain calls)
3381 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (method chain calls)
3382 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (object not created locally)
3383 src/com/gps/action/HolidayAction.java 167 Potential violation of Law of Demeter (object not created locally)
3384 src/com/gps/action/HolidayAction.java 167 There is log block not surrounded by if
3385 src/com/gps/action/HolidayAction.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
3386 src/com/gps/action/HolidayAction.java 171 Comment is too large: Line too long
3387 src/com/gps/action/HolidayAction.java 176 Avoid using Literals in Conditional Statements
3388 src/com/gps/action/HolidayAction.java 176 Potential violation of Law of Demeter (method chain calls)
3389 src/com/gps/action/HolidayAction.java 178 Local variable 'orgdao' could be declared final
3390 src/com/gps/action/HolidayAction.java 179 Potential violation of Law of Demeter (object not created locally)
3391 src/com/gps/action/HolidayAction.java 184 Local variable 'hpDao' could be declared final
3392 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (method chain calls)
3393 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (method chain calls)
3394 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (method chain calls)
3395 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (method chain calls)
3396 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (object not created locally)
3397 src/com/gps/action/HolidayAction.java 185 Potential violation of Law of Demeter (object not created locally)
3398 src/com/gps/action/HolidayAction.java 189 Avoid using Literals in Conditional Statements
3399 src/com/gps/action/HolidayAction.java 189 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
3400 src/com/gps/action/HolidayAction.java 194 Potential violation of Law of Demeter (method chain calls)
3401 src/com/gps/action/HolidayAction.java 201 A method should have only one exit point, and that should be the last statement in the method
3402 src/com/gps/action/HolidayAction.java 203 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3403 src/com/gps/action/HolidayAction.java 204 Avoid printStackTrace(); use a logger call instead.
3404 src/com/gps/action/HolidayAction.java 204 Potential violation of Law of Demeter (object not created locally)
3405 src/com/gps/action/HolidayAction.java 223 Local variable 'hpDao' could be declared final
3406 src/com/gps/action/HolidayAction.java 224 Found 'DU'-anomaly for variable 'array' (lines '224'-'253').
3407 src/com/gps/action/HolidayAction.java 224 Local variable 'array' could be declared final
3408 src/com/gps/action/HolidayAction.java 225 Potential violation of Law of Demeter (object not created locally)
3409 src/com/gps/action/HolidayAction.java 227 Avoid using Literals in Conditional Statements
3410 src/com/gps/action/HolidayAction.java 227 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
3411 src/com/gps/action/HolidayAction.java 227 These nested if statements could be combined
3412 src/com/gps/action/HolidayAction.java 232 Potential violation of Law of Demeter (method chain calls)
3413 src/com/gps/action/HolidayAction.java 236 Potential violation of Law of Demeter (object not created locally)
3414 src/com/gps/action/HolidayAction.java 237 Potential violation of Law of Demeter (object not created locally)
3415 src/com/gps/action/HolidayAction.java 238 Local variable 'output' could be declared final
3416 src/com/gps/action/HolidayAction.java 238 Potential violation of Law of Demeter (object not created locally)
3417 src/com/gps/action/HolidayAction.java 239 There is log block not surrounded by if
3418 src/com/gps/action/HolidayAction.java 239 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
3419 src/com/gps/action/HolidayAction.java 240 Potential violation of Law of Demeter (method chain calls)
3420 src/com/gps/action/HolidayAction.java 246 A method should have only one exit point, and that should be the last statement in the method
3421 src/com/gps/action/HolidayAction.java 248 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3422 src/com/gps/action/HolidayAction.java 249 Avoid printStackTrace(); use a logger call instead.
3423 src/com/gps/action/HolidayAction.java 249 Potential violation of Law of Demeter (object not created locally)
3424 src/com/gps/action/HolidayAction.java 256 A method/constructor shouldnt explicitly throw java.lang.Exception
3425 src/com/gps/action/HolidayAction.java 256 publicMethodCommentRequirement Required
3426 src/com/gps/action/HolidayAction.java 266 Parameter 'arg0' is not assigned and could be declared final
3427 src/com/gps/action/HolidayAction.java 266 publicMethodCommentRequirement Required
3428 src/com/gps/action/HolidayAction.java 273 Parameter 'arg0' is not assigned and could be declared final
3429 src/com/gps/action/HolidayAction.java 273 publicMethodCommentRequirement Required
3430 src/com/gps/action/HolidayAction.java 279 Parameter 'arg0' is not assigned and could be declared final
3431 src/com/gps/action/HolidayAction.java 279 publicMethodCommentRequirement Required
3432 src/com/gps/action/HolidayAction.java 284 publicMethodCommentRequirement Required
3433 src/com/gps/action/HolidayAction.java 288 Parameter 'holidays' is not assigned and could be declared final
3434 src/com/gps/action/HolidayAction.java 288 publicMethodCommentRequirement Required
3435 src/com/gps/action/HolidayAction.java 292 publicMethodCommentRequirement Required
3436 src/com/gps/action/HolidayAction.java 295 Parameter 'session' is not assigned and could be declared final
3437 src/com/gps/action/HolidayAction.java 295 publicMethodCommentRequirement Required
3438 src/com/gps/action/HolidayAction.java 298 publicMethodCommentRequirement Required
3439 src/com/gps/action/HolidayAction.java 301 Parameter 'request' is not assigned and could be declared final
3440 src/com/gps/action/HolidayAction.java 301 publicMethodCommentRequirement Required
3441 src/com/gps/action/HolidayAction.java 304 publicMethodCommentRequirement Required
3442 src/com/gps/action/HolidayAction.java 307 Parameter 'response' is not assigned and could be declared final
3443 src/com/gps/action/HolidayAction.java 307 publicMethodCommentRequirement Required
3444 src/com/gps/action/HolidayAction.java 310 publicMethodCommentRequirement Required
3445 src/com/gps/action/HolidayAction.java 313 Parameter 'user' is not assigned and could be declared final
3446 src/com/gps/action/HolidayAction.java 313 publicMethodCommentRequirement Required
3447 src/com/gps/action/HolidayAction.java 316 publicMethodCommentRequirement Required
3448 src/com/gps/action/HolidayAction.java 319 Parameter 'fromdatepicker' is not assigned and could be declared final
3449 src/com/gps/action/HolidayAction.java 319 publicMethodCommentRequirement Required
3450 src/com/gps/action/HolidayAction.java 323 publicMethodCommentRequirement Required
3451 src/com/gps/action/HolidayAction.java 327 Parameter 'holidayList' is not assigned and could be declared final
3452 src/com/gps/action/HolidayAction.java 327 publicMethodCommentRequirement Required
3453 src/com/gps/action/HolidayAction.java 330 publicMethodCommentRequirement Required
3454 src/com/gps/action/HolidayAction.java 333 Parameter 'weekDays' is not assigned and could be declared final
3455 src/com/gps/action/HolidayAction.java 333 publicMethodCommentRequirement Required
3456 src/com/gps/action/HolidayAction.java 336 publicMethodCommentRequirement Required
3457 src/com/gps/action/HolidayAction.java 339 Parameter 'selectedDays' is not assigned and could be declared final
3458 src/com/gps/action/HolidayAction.java 339 publicMethodCommentRequirement Required
3459 src/com/gps/action/HolidayAction.java 342 publicMethodCommentRequirement Required
3460 src/com/gps/action/HolidayAction.java 343 Returning 'defaultDays' may expose an internal array.
3461 src/com/gps/action/HolidayAction.java 345 Parameter 'defaultDays' is not assigned and could be declared final
3462 src/com/gps/action/HolidayAction.java 345 The user-supplied array 'defaultDays' is stored directly.
3463 src/com/gps/action/HolidayAction.java 345 publicMethodCommentRequirement Required
3464 src/com/gps/action/HolidayAction.java 349 publicMethodCommentRequirement Required
3465 src/com/gps/action/HolidayAction.java 353 Parameter 'orgList' is not assigned and could be declared final
3466 src/com/gps/action/HolidayAction.java 353 publicMethodCommentRequirement Required
3467 src/com/gps/action/HolidayAction.java 357 publicMethodCommentRequirement Required
3468 src/com/gps/action/HolidayAction.java 361 Parameter 'name' is not assigned and could be declared final
3469 src/com/gps/action/HolidayAction.java 361 publicMethodCommentRequirement Required
3470 src/com/gps/action/HolidayAction.java 365 publicMethodCommentRequirement Required
3471 src/com/gps/action/HolidayAction.java 369 Parameter 'orgId' is not assigned and could be declared final
3472 src/com/gps/action/HolidayAction.java 369 publicMethodCommentRequirement Required
3473 src/com/gps/action/HolidayAction.java 373 publicMethodCommentRequirement Required
3474 src/com/gps/action/HolidayAction.java 377 Parameter 'oid' is not assigned and could be declared final
3475 src/com/gps/action/HolidayAction.java 377 publicMethodCommentRequirement Required
3476 src/com/gps/action/HolidayAction.java 381 publicMethodCommentRequirement Required
3477 src/com/gps/action/HolidayAction.java 385 Parameter 'ret' is not assigned and could be declared final
3478 src/com/gps/action/HolidayAction.java 385 publicMethodCommentRequirement Required
3479 src/com/gps/action/HolidayAction.java 389 publicMethodCommentRequirement Required
3480 src/com/gps/action/HolidayAction.java 393 Parameter 'message' is not assigned and could be declared final
3481 src/com/gps/action/HolidayAction.java 393 publicMethodCommentRequirement Required
3482 src/com/gps/action/LogingpsAction.java 38 Comment is too large: Line too long
3483 src/com/gps/action/LogingpsAction.java 60 The Logger variable declaration does not contain the static and final modifiers
3484 src/com/gps/action/LogingpsAction.java 60 Use explicit scoping instead of the default package private level
3485 src/com/gps/action/LogingpsAction.java 62 fieldCommentRequirement Required
3486 src/com/gps/action/LogingpsAction.java 65 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final.
3487 src/com/gps/action/LogingpsAction.java 67 fieldCommentRequirement Required
3488 src/com/gps/action/LogingpsAction.java 68 Use explicit scoping instead of the default package private level
3489 src/com/gps/action/LogingpsAction.java 68 fieldCommentRequirement Required
3490 src/com/gps/action/LogingpsAction.java 69 Use explicit scoping instead of the default package private level
3491 src/com/gps/action/LogingpsAction.java 69 fieldCommentRequirement Required
3492 src/com/gps/action/LogingpsAction.java 70 Use explicit scoping instead of the default package private level
3493 src/com/gps/action/LogingpsAction.java 70 fieldCommentRequirement Required
3494 src/com/gps/action/LogingpsAction.java 71 fieldCommentRequirement Required
3495 src/com/gps/action/LogingpsAction.java 72 publicMethodCommentRequirement Required
3496 src/com/gps/action/LogingpsAction.java 85 Parameter 'vehicleGroupList' is not assigned and could be declared final
3497 src/com/gps/action/LogingpsAction.java 88 Parameter 'password' is not assigned and could be declared final
3498 src/com/gps/action/LogingpsAction.java 88 publicMethodCommentRequirement Required
3499 src/com/gps/action/LogingpsAction.java 92 Method names should not contain underscores
3500 src/com/gps/action/LogingpsAction.java 92 publicMethodCommentRequirement Required
3501 src/com/gps/action/LogingpsAction.java 95 Method names should not contain underscores
3502 src/com/gps/action/LogingpsAction.java 95 Parameter 'loginId' is not assigned and could be declared final
3503 src/com/gps/action/LogingpsAction.java 95 publicMethodCommentRequirement Required
3504 src/com/gps/action/LogingpsAction.java 98 publicMethodCommentRequirement Required
3505 src/com/gps/action/LogingpsAction.java 101 Parameter 'parameter' is not assigned and could be declared final
3506 src/com/gps/action/LogingpsAction.java 101 publicMethodCommentRequirement Required
3507 src/com/gps/action/LogingpsAction.java 105 publicMethodCommentRequirement Required
3508 src/com/gps/action/LogingpsAction.java 107 Found 'DD'-anomaly for variable 'fence_report' (lines '107'-'165').
3509 src/com/gps/action/LogingpsAction.java 107 Found 'DD'-anomaly for variable 'fuel_value' (lines '107'-'161').
3510 src/com/gps/action/LogingpsAction.java 107 Found 'DD'-anomaly for variable 'rfid_value' (lines '107'-'163').
3511 src/com/gps/action/LogingpsAction.java 107 Found 'DD'-anomaly for variable 'vehicle_fence' (lines '107'-'167').
3512 src/com/gps/action/LogingpsAction.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fence_report' is not final.
3513 src/com/gps/action/LogingpsAction.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fuel_value' is not final.
3514 src/com/gps/action/LogingpsAction.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'rfid_value' is not final.
3515 src/com/gps/action/LogingpsAction.java 107 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_fence' is not final.
3516 src/com/gps/action/LogingpsAction.java 107 The String literal "False" appears 4 times in this file; the first occurrence is on line 107
3517 src/com/gps/action/LogingpsAction.java 107 Use one line for each declaration, it enhances code readability.
3518 src/com/gps/action/LogingpsAction.java 111 Comment is too large: Too many lines
3519 src/com/gps/action/LogingpsAction.java 115 Comment is too large: Line too long
3520 src/com/gps/action/LogingpsAction.java 117 Comment is too large: Line too long
3521 src/com/gps/action/LogingpsAction.java 126 Local variable 'session' could be declared final
3522 src/com/gps/action/LogingpsAction.java 127 Local variable 'themeDisplay' could be declared final
3523 src/com/gps/action/LogingpsAction.java 128 Local variable 'user' could be declared final
3524 src/com/gps/action/LogingpsAction.java 128 Potential violation of Law of Demeter (object not created locally)
3525 src/com/gps/action/LogingpsAction.java 129 Local variable 'organization' could be declared final
3526 src/com/gps/action/LogingpsAction.java 129 Potential violation of Law of Demeter (method chain calls)
3527 src/com/gps/action/LogingpsAction.java 129 Potential violation of Law of Demeter (method chain calls)
3528 src/com/gps/action/LogingpsAction.java 129 Potential violation of Law of Demeter (object not created locally)
3529 src/com/gps/action/LogingpsAction.java 137 Local variable 'roleList' could be declared final
3530 src/com/gps/action/LogingpsAction.java 137 Potential violation of Law of Demeter (object not created locally)
3531 src/com/gps/action/LogingpsAction.java 138 Local variable 'rdao' could be declared final
3532 src/com/gps/action/LogingpsAction.java 139 Potential violation of Law of Demeter (object not created locally)
3533 src/com/gps/action/LogingpsAction.java 141 There is log block not surrounded by if
3534 src/com/gps/action/LogingpsAction.java 141 There is log block not surrounded by if
3535 src/com/gps/action/LogingpsAction.java 143 Potential violation of Law of Demeter (object not created locally)
3536 src/com/gps/action/LogingpsAction.java 146 Local variable 'vpd' could be declared final
3537 src/com/gps/action/LogingpsAction.java 147 Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '147'-'149').
3538 src/com/gps/action/LogingpsAction.java 149 Potential violation of Law of Demeter (object not created locally)
3539 src/com/gps/action/LogingpsAction.java 154 Avoid empty if statements
3540 src/com/gps/action/LogingpsAction.java 159 Local variable 'expandoBridge' could be declared final
3541 src/com/gps/action/LogingpsAction.java 159 Potential violation of Law of Demeter (object not created locally)
3542 src/com/gps/action/LogingpsAction.java 160 Avoid using if statements without curly braces
3543 src/com/gps/action/LogingpsAction.java 160 Potential violation of Law of Demeter (object not created locally)
3544 src/com/gps/action/LogingpsAction.java 161 Potential violation of Law of Demeter (object not created locally)
3545 src/com/gps/action/LogingpsAction.java 162 Avoid using if statements without curly braces
3546 src/com/gps/action/LogingpsAction.java 162 Potential violation of Law of Demeter (object not created locally)
3547 src/com/gps/action/LogingpsAction.java 163 Potential violation of Law of Demeter (object not created locally)
3548 src/com/gps/action/LogingpsAction.java 164 Avoid using if statements without curly braces
3549 src/com/gps/action/LogingpsAction.java 164 Potential violation of Law of Demeter (object not created locally)
3550 src/com/gps/action/LogingpsAction.java 165 Potential violation of Law of Demeter (object not created locally)
3551 src/com/gps/action/LogingpsAction.java 166 Avoid using if statements without curly braces
3552 src/com/gps/action/LogingpsAction.java 166 Potential violation of Law of Demeter (object not created locally)
3553 src/com/gps/action/LogingpsAction.java 167 Potential violation of Law of Demeter (object not created locally)
3554 src/com/gps/action/LogingpsAction.java 168 There is log block not surrounded by if
3555 src/com/gps/action/LogingpsAction.java 168 There is log block not surrounded by if
3556 src/com/gps/action/LogingpsAction.java 171 Potential violation of Law of Demeter (object not created locally)
3557 src/com/gps/action/LogingpsAction.java 172 Potential violation of Law of Demeter (object not created locally)
3558 src/com/gps/action/LogingpsAction.java 174 Potential violation of Law of Demeter (object not created locally)
3559 src/com/gps/action/LogingpsAction.java 175 Potential violation of Law of Demeter (object not created locally)
3560 src/com/gps/action/LogingpsAction.java 176 Potential violation of Law of Demeter (object not created locally)
3561 src/com/gps/action/LogingpsAction.java 177 Potential violation of Law of Demeter (object not created locally)
3562 src/com/gps/action/LogingpsAction.java 182 A method should have only one exit point, and that should be the last statement in the method
3563 src/com/gps/action/LogingpsAction.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3564 src/com/gps/action/LogingpsAction.java 196 Parameter 'request' is not assigned and could be declared final
3565 src/com/gps/action/LogingpsAction.java 196 publicMethodCommentRequirement Required
3566 src/com/gps/action/LogingpsAction.java 204 Parameter 'arg0' is not assigned and could be declared final
3567 src/com/gps/action/LogingpsAction.java 204 publicMethodCommentRequirement Required
3568 src/com/gps/action/LogingpsAction.java 209 Parameter 'arg0' is not assigned and could be declared final
3569 src/com/gps/action/LogingpsAction.java 209 publicMethodCommentRequirement Required
3570 src/com/gps/action/LogingpsAction.java 216 Parameter 'arg0' is not assigned and could be declared final
3571 src/com/gps/action/LogingpsAction.java 216 publicMethodCommentRequirement Required
3572 src/com/gps/action/LogoutAction.java 8 Avoid unused imports such as 'javax.servlet.http.HttpServletResponse'
3573 src/com/gps/action/LogoutAction.java 38 The Logger variable declaration does not contain the static and final modifiers
3574 src/com/gps/action/LogoutAction.java 38 Use explicit scoping instead of the default package private level
3575 src/com/gps/action/LogoutAction.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
3576 src/com/gps/action/LogoutAction.java 39 Use explicit scoping instead of the default package private level
3577 src/com/gps/action/LogoutAction.java 39 fieldCommentRequirement Required
3578 src/com/gps/action/LogoutAction.java 40 publicMethodCommentRequirement Required
3579 src/com/gps/action/LogoutAction.java 41 Local variable 'session' could be declared final
3580 src/com/gps/action/LogoutAction.java 42 Potential violation of Law of Demeter (object not created locally)
3581 src/com/gps/action/LogoutAction.java 43 There is log block not surrounded by if
3582 src/com/gps/action/LogoutAction.java 43 There is log block not surrounded by if
3583 src/com/gps/action/LogoutAction.java 47 Parameter 'request' is not assigned and could be declared final
3584 src/com/gps/action/LogoutAction.java 47 publicMethodCommentRequirement Required
3585 src/com/gps/action/MLoginGpsAction.java 1 A high number of imports can indicate a high degree of coupling within an object.
3586 src/com/gps/action/MLoginGpsAction.java 1 Possible God class (WMC=52, ATFD=44, TCC=0.041666666666666664)
3587 src/com/gps/action/MLoginGpsAction.java 12 Avoid unused imports such as 'org.apache.log4j.Logger'
3588 src/com/gps/action/MLoginGpsAction.java 18 Avoid unused imports such as 'com.gps.dao.LoginGpsDAO'
3589 src/com/gps/action/MLoginGpsAction.java 27 Avoid unused imports such as 'com.gps.hibernate.UserDetailsDAO'
3590 src/com/gps/action/MLoginGpsAction.java 35 Avoid duplicate imports such as 'com.liferay.portal.model.Role'
3591 src/com/gps/action/MLoginGpsAction.java 38 Avoid unused imports such as 'com.liferay.portal.service.persistence.RoleFinderUtil'
3592 src/com/gps/action/MLoginGpsAction.java 42 The class 'MLoginGpsAction' has a Cyclomatic Complexity of 2 (Highest = 14).
3593 src/com/gps/action/MLoginGpsAction.java 42 Too many fields
3594 src/com/gps/action/MLoginGpsAction.java 42 headerCommentRequirement Required
3595 src/com/gps/action/MLoginGpsAction.java 43 fieldCommentRequirement Required
3596 src/com/gps/action/MLoginGpsAction.java 44 fieldCommentRequirement Required
3597 src/com/gps/action/MLoginGpsAction.java 45 fieldCommentRequirement Required
3598 src/com/gps/action/MLoginGpsAction.java 46 fieldCommentRequirement Required
3599 src/com/gps/action/MLoginGpsAction.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
3600 src/com/gps/action/MLoginGpsAction.java 47 Use explicit scoping instead of the default package private level
3601 src/com/gps/action/MLoginGpsAction.java 47 fieldCommentRequirement Required
3602 src/com/gps/action/MLoginGpsAction.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
3603 src/com/gps/action/MLoginGpsAction.java 49 Use explicit scoping instead of the default package private level
3604 src/com/gps/action/MLoginGpsAction.java 49 fieldCommentRequirement Required
3605 src/com/gps/action/MLoginGpsAction.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
3606 src/com/gps/action/MLoginGpsAction.java 50 Use explicit scoping instead of the default package private level
3607 src/com/gps/action/MLoginGpsAction.java 50 fieldCommentRequirement Required
3608 src/com/gps/action/MLoginGpsAction.java 54 publicMethodCommentRequirement Required
3609 src/com/gps/action/MLoginGpsAction.java 58 Parameter 'user' is not assigned and could be declared final
3610 src/com/gps/action/MLoginGpsAction.java 58 publicMethodCommentRequirement Required
3611 src/com/gps/action/MLoginGpsAction.java 61 Parameter 'cookie' is not assigned and could be declared final
3612 src/com/gps/action/MLoginGpsAction.java 61 publicMethodCommentRequirement Required
3613 src/com/gps/action/MLoginGpsAction.java 65 publicMethodCommentRequirement Required
3614 src/com/gps/action/MLoginGpsAction.java 68 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3615 src/com/gps/action/MLoginGpsAction.java 68 fieldCommentRequirement Required
3616 src/com/gps/action/MLoginGpsAction.java 70 publicMethodCommentRequirement Required
3617 src/com/gps/action/MLoginGpsAction.java 74 Parameter 'password' is not assigned and could be declared final
3618 src/com/gps/action/MLoginGpsAction.java 74 publicMethodCommentRequirement Required
3619 src/com/gps/action/MLoginGpsAction.java 77 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3620 src/com/gps/action/MLoginGpsAction.java 77 fieldCommentRequirement Required
3621 src/com/gps/action/MLoginGpsAction.java 79 publicMethodCommentRequirement Required
3622 src/com/gps/action/MLoginGpsAction.java 83 Parameter 'emailAddress' is not assigned and could be declared final
3623 src/com/gps/action/MLoginGpsAction.java 83 publicMethodCommentRequirement Required
3624 src/com/gps/action/MLoginGpsAction.java 86 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3625 src/com/gps/action/MLoginGpsAction.java 86 Found non-transient, non-static member. Please mark as transient or provide accessors.
3626 src/com/gps/action/MLoginGpsAction.java 86 fieldCommentRequirement Required
3627 src/com/gps/action/MLoginGpsAction.java 87 Avoid unused private fields such as 'value'.
3628 src/com/gps/action/MLoginGpsAction.java 87 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3629 src/com/gps/action/MLoginGpsAction.java 87 Private field 'value' could be made final; it is only initialized in the declaration or constructor.
3630 src/com/gps/action/MLoginGpsAction.java 87 fieldCommentRequirement Required
3631 src/com/gps/action/MLoginGpsAction.java 88 Avoid using redundant field initializer for 'vedetails'
3632 src/com/gps/action/MLoginGpsAction.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3633 src/com/gps/action/MLoginGpsAction.java 88 fieldCommentRequirement Required
3634 src/com/gps/action/MLoginGpsAction.java 89 Avoid using redundant field initializer for 'vehList'
3635 src/com/gps/action/MLoginGpsAction.java 89 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3636 src/com/gps/action/MLoginGpsAction.java 89 fieldCommentRequirement Required
3637 src/com/gps/action/MLoginGpsAction.java 90 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3638 src/com/gps/action/MLoginGpsAction.java 90 fieldCommentRequirement Required
3639 src/com/gps/action/MLoginGpsAction.java 91 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3640 src/com/gps/action/MLoginGpsAction.java 91 fieldCommentRequirement Required
3641 src/com/gps/action/MLoginGpsAction.java 92 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3642 src/com/gps/action/MLoginGpsAction.java 92 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tripDetails_date' is not final.
3643 src/com/gps/action/MLoginGpsAction.java 92 fieldCommentRequirement Required
3644 src/com/gps/action/MLoginGpsAction.java 93 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3645 src/com/gps/action/MLoginGpsAction.java 93 fieldCommentRequirement Required
3646 src/com/gps/action/MLoginGpsAction.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3647 src/com/gps/action/MLoginGpsAction.java 94 fieldCommentRequirement Required
3648 src/com/gps/action/MLoginGpsAction.java 95 publicMethodCommentRequirement Required
3649 src/com/gps/action/MLoginGpsAction.java 98 Parameter 'orgVehicleList' is not assigned and could be declared final
3650 src/com/gps/action/MLoginGpsAction.java 98 publicMethodCommentRequirement Required
3651 src/com/gps/action/MLoginGpsAction.java 103 publicMethodCommentRequirement Required
3652 src/com/gps/action/MLoginGpsAction.java 106 Parameter 'vehicleDetails' is not assigned and could be declared final
3653 src/com/gps/action/MLoginGpsAction.java 106 publicMethodCommentRequirement Required
3654 src/com/gps/action/MLoginGpsAction.java 110 publicMethodCommentRequirement Required
3655 src/com/gps/action/MLoginGpsAction.java 114 Parameter 'vedetails' is not assigned and could be declared final
3656 src/com/gps/action/MLoginGpsAction.java 114 publicMethodCommentRequirement Required
3657 src/com/gps/action/MLoginGpsAction.java 117 publicMethodCommentRequirement Required
3658 src/com/gps/action/MLoginGpsAction.java 120 Parameter 'vehList' is not assigned and could be declared final
3659 src/com/gps/action/MLoginGpsAction.java 120 publicMethodCommentRequirement Required
3660 src/com/gps/action/MLoginGpsAction.java 123 publicMethodCommentRequirement Required
3661 src/com/gps/action/MLoginGpsAction.java 126 Parameter 'colurList' is not assigned and could be declared final
3662 src/com/gps/action/MLoginGpsAction.java 126 publicMethodCommentRequirement Required
3663 src/com/gps/action/MLoginGpsAction.java 129 publicMethodCommentRequirement Required
3664 src/com/gps/action/MLoginGpsAction.java 132 Parameter 'tripDetails' is not assigned and could be declared final
3665 src/com/gps/action/MLoginGpsAction.java 132 publicMethodCommentRequirement Required
3666 src/com/gps/action/MLoginGpsAction.java 135 Method names should not contain underscores
3667 src/com/gps/action/MLoginGpsAction.java 135 publicMethodCommentRequirement Required
3668 src/com/gps/action/MLoginGpsAction.java 138 Method names should not contain underscores
3669 src/com/gps/action/MLoginGpsAction.java 138 Parameter 'tripDetailsDate' is not assigned and could be declared final
3670 src/com/gps/action/MLoginGpsAction.java 138 publicMethodCommentRequirement Required
3671 src/com/gps/action/MLoginGpsAction.java 143 Parameter 'password' is not assigned and could be declared final
3672 src/com/gps/action/MLoginGpsAction.java 143 Parameter 'request' is not assigned and could be declared final
3673 src/com/gps/action/MLoginGpsAction.java 143 Parameter 'response' is not assigned and could be declared final
3674 src/com/gps/action/MLoginGpsAction.java 143 Parameter 'username' is not assigned and could be declared final
3675 src/com/gps/action/MLoginGpsAction.java 143 publicMethodCommentRequirement Required
3676 src/com/gps/action/MLoginGpsAction.java 145 Local variable 'autoLoginExpire' could be declared final
3677 src/com/gps/action/MLoginGpsAction.java 146 Potential violation of Law of Demeter (method chain calls)
3678 src/com/gps/action/MLoginGpsAction.java 147 Local variable 'name' could be declared final
3679 src/com/gps/action/MLoginGpsAction.java 151 Local variable 'passwordCookie' could be declared final
3680 src/com/gps/action/MLoginGpsAction.java 159 Parameter 'request' is not assigned and could be declared final
3681 src/com/gps/action/MLoginGpsAction.java 159 publicMethodCommentRequirement Required
3682 src/com/gps/action/MLoginGpsAction.java 162 Found 'DD'-anomaly for variable 'usrName' (lines '162'-'174').
3683 src/com/gps/action/MLoginGpsAction.java 162 Found 'DU'-anomaly for variable 'usrName' (lines '162'-'187').
3684 src/com/gps/action/MLoginGpsAction.java 163 Found 'DD'-anomaly for variable 'usrPassword' (lines '163'-'176').
3685 src/com/gps/action/MLoginGpsAction.java 163 Found 'DU'-anomaly for variable 'usrPassword' (lines '163'-'187').
3686 src/com/gps/action/MLoginGpsAction.java 164 Potential violation of Law of Demeter (method chain calls)
3687 src/com/gps/action/MLoginGpsAction.java 165 Local variable 'cookies' could be declared final
3688 src/com/gps/action/MLoginGpsAction.java 167 Potential violation of Law of Demeter (method chain calls)
3689 src/com/gps/action/MLoginGpsAction.java 169 Local variable 'cookie' could be declared final
3690 src/com/gps/action/MLoginGpsAction.java 170 Local variable 'cookieName' could be declared final
3691 src/com/gps/action/MLoginGpsAction.java 170 Potential violation of Law of Demeter (object not created locally)
3692 src/com/gps/action/MLoginGpsAction.java 172 Potential violation of Law of Demeter (method chain calls)
3693 src/com/gps/action/MLoginGpsAction.java 173 Position literals first in String comparisons
3694 src/com/gps/action/MLoginGpsAction.java 173 Potential violation of Law of Demeter (object not created locally)
3695 src/com/gps/action/MLoginGpsAction.java 174 Found 'DD'-anomaly for variable 'usrName' (lines '174'-'174').
3696 src/com/gps/action/MLoginGpsAction.java 174 Potential violation of Law of Demeter (object not created locally)
3697 src/com/gps/action/MLoginGpsAction.java 175 Position literals first in String comparisons
3698 src/com/gps/action/MLoginGpsAction.java 175 Potential violation of Law of Demeter (object not created locally)
3699 src/com/gps/action/MLoginGpsAction.java 176 Found 'DD'-anomaly for variable 'usrPassword' (lines '176'-'176').
3700 src/com/gps/action/MLoginGpsAction.java 176 Potential violation of Law of Demeter (object not created locally)
3701 src/com/gps/action/MLoginGpsAction.java 179 Potential violation of Law of Demeter (method chain calls)
3702 src/com/gps/action/MLoginGpsAction.java 181 Useless parentheses.
3703 src/com/gps/action/MLoginGpsAction.java 181 Useless parentheses.
3704 src/com/gps/action/MLoginGpsAction.java 183 A method should have only one exit point, and that should be the last statement in the method
3705 src/com/gps/action/MLoginGpsAction.java 188 Comment is too large: Too many lines
3706 src/com/gps/action/MLoginGpsAction.java 199 Avoid really long methods.
3707 src/com/gps/action/MLoginGpsAction.java 199 The method 'authenticate' has a Cyclomatic Complexity of 14.
3708 src/com/gps/action/MLoginGpsAction.java 199 publicMethodCommentRequirement Required
3709 src/com/gps/action/MLoginGpsAction.java 202 Potential violation of Law of Demeter (method chain calls)
3710 src/com/gps/action/MLoginGpsAction.java 206 Avoid declaring a variable if it is unreferenced before a possible exit point.
3711 src/com/gps/action/MLoginGpsAction.java 206 Avoid unused local variables such as 'vd'.
3712 src/com/gps/action/MLoginGpsAction.java 206 Avoid variables with short names like vd
3713 src/com/gps/action/MLoginGpsAction.java 206 Found 'DU'-anomaly for variable 'vd' (lines '206'-'366').
3714 src/com/gps/action/MLoginGpsAction.java 206 Local variable 'vd' could be declared final
3715 src/com/gps/action/MLoginGpsAction.java 207 System.out.print is used
3716 src/com/gps/action/MLoginGpsAction.java 208 Local variable 'email' could be declared final
3717 src/com/gps/action/MLoginGpsAction.java 209 Local variable 'pass' could be declared final
3718 src/com/gps/action/MLoginGpsAction.java 210 Potential violation of Law of Demeter (method chain calls)
3719 src/com/gps/action/MLoginGpsAction.java 211 Position literals first in String comparisons
3720 src/com/gps/action/MLoginGpsAction.java 214 Local variable 'autologin' could be declared final
3721 src/com/gps/action/MLoginGpsAction.java 215 Potential violation of Law of Demeter (method chain calls)
3722 src/com/gps/action/MLoginGpsAction.java 219 Local variable 'lgn' could be declared final
3723 src/com/gps/action/MLoginGpsAction.java 220 Comment is too large: Line too long
3724 src/com/gps/action/MLoginGpsAction.java 222 Local variable 'user1' could be declared final
3725 src/com/gps/action/MLoginGpsAction.java 222 Potential violation of Law of Demeter (object not created locally)
3726 src/com/gps/action/MLoginGpsAction.java 224 Avoid unused local variables such as 'returnVal'.
3727 src/com/gps/action/MLoginGpsAction.java 224 Found 'DD'-anomaly for variable 'returnVal' (lines '224'-'327').
3728 src/com/gps/action/MLoginGpsAction.java 224 Found 'DD'-anomaly for variable 'returnVal' (lines '224'-'345').
3729 src/com/gps/action/MLoginGpsAction.java 229 Found 'DU'-anomaly for variable 'vpd' (lines '229'-'366').
3730 src/com/gps/action/MLoginGpsAction.java 229 Local variable 'vpd' could be declared final
3731 src/com/gps/action/MLoginGpsAction.java 230 Local variable 'uls' could be declared final
3732 src/com/gps/action/MLoginGpsAction.java 231 Local variable 'luser' could be declared final
3733 src/com/gps/action/MLoginGpsAction.java 231 Potential violation of Law of Demeter (object not created locally)
3734 src/com/gps/action/MLoginGpsAction.java 231 Potential violation of Law of Demeter (object not created locally)
3735 src/com/gps/action/MLoginGpsAction.java 233 Local variable 'mobile' could be declared final
3736 src/com/gps/action/MLoginGpsAction.java 237 Local variable 'util' could be declared final
3737 src/com/gps/action/MLoginGpsAction.java 238 Local variable 'roleList' could be declared final
3738 src/com/gps/action/MLoginGpsAction.java 238 Potential violation of Law of Demeter (object not created locally)
3739 src/com/gps/action/MLoginGpsAction.java 238 Potential violation of Law of Demeter (object not created locally)
3740 src/com/gps/action/MLoginGpsAction.java 240 Potential violation of Law of Demeter (method chain calls)
3741 src/com/gps/action/MLoginGpsAction.java 242 Local variable 'rdao' could be declared final
3742 src/com/gps/action/MLoginGpsAction.java 243 Potential violation of Law of Demeter (object not created locally)
3743 src/com/gps/action/MLoginGpsAction.java 245 Potential violation of Law of Demeter (method chain calls)
3744 src/com/gps/action/MLoginGpsAction.java 246 Comment is too large: Line too long
3745 src/com/gps/action/MLoginGpsAction.java 248 Potential violation of Law of Demeter (object not created locally)
3746 src/com/gps/action/MLoginGpsAction.java 249 Comment is too large: Line too long
3747 src/com/gps/action/MLoginGpsAction.java 250 Potential violation of Law of Demeter (method chain calls)
3748 src/com/gps/action/MLoginGpsAction.java 253 Potential violation of Law of Demeter (method chain calls)
3749 src/com/gps/action/MLoginGpsAction.java 257 Comment is too large: Line too long
3750 src/com/gps/action/MLoginGpsAction.java 262 Potential violation of Law of Demeter (method chain calls)
3751 src/com/gps/action/MLoginGpsAction.java 265 Found 'DD'-anomaly for variable 'vehicleId' (lines '265'-'303').
3752 src/com/gps/action/MLoginGpsAction.java 265 Found 'DD'-anomaly for variable 'vehicleId' (lines '265'-'309').
3753 src/com/gps/action/MLoginGpsAction.java 265 Found 'DD'-anomaly for variable 'vehicleId' (lines '265'-'334').
3754 src/com/gps/action/MLoginGpsAction.java 265 Found 'DU'-anomaly for variable 'vehicleId' (lines '265'-'366').
3755 src/com/gps/action/MLoginGpsAction.java 266 Found 'DU'-anomaly for variable 'tpd' (lines '266'-'366').
3756 src/com/gps/action/MLoginGpsAction.java 266 Local variable 'tpd' could be declared final
3757 src/com/gps/action/MLoginGpsAction.java 274 Potential violation of Law of Demeter (method chain calls)
3758 src/com/gps/action/MLoginGpsAction.java 274 Potential violation of Law of Demeter (object not created locally)
3759 src/com/gps/action/MLoginGpsAction.java 275 Comment is too large: Too many lines
3760 src/com/gps/action/MLoginGpsAction.java 284 Potential violation of Law of Demeter (object not created locally)
3761 src/com/gps/action/MLoginGpsAction.java 284 Potential violation of Law of Demeter (object not created locally)
3762 src/com/gps/action/MLoginGpsAction.java 286 Potential violation of Law of Demeter (object not created locally)
3763 src/com/gps/action/MLoginGpsAction.java 288 Potential violation of Law of Demeter (object not created locally)
3764 src/com/gps/action/MLoginGpsAction.java 288 Potential violation of Law of Demeter (object not created locally)
3765 src/com/gps/action/MLoginGpsAction.java 290 Potential violation of Law of Demeter (object not created locally)
3766 src/com/gps/action/MLoginGpsAction.java 290 Potential violation of Law of Demeter (object not created locally)
3767 src/com/gps/action/MLoginGpsAction.java 290 Potential violation of Law of Demeter (object not created locally)
3768 src/com/gps/action/MLoginGpsAction.java 294 Potential violation of Law of Demeter (object not created locally)
3769 src/com/gps/action/MLoginGpsAction.java 299 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 299
3770 src/com/gps/action/MLoginGpsAction.java 301 Avoid using Literals in Conditional Statements
3771 src/com/gps/action/MLoginGpsAction.java 301 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
3772 src/com/gps/action/MLoginGpsAction.java 303 Potential violation of Law of Demeter (method chain calls)
3773 src/com/gps/action/MLoginGpsAction.java 307 Potential violation of Law of Demeter (method chain calls)
3774 src/com/gps/action/MLoginGpsAction.java 315 Potential violation of Law of Demeter (object not created locally)
3775 src/com/gps/action/MLoginGpsAction.java 324 Potential violation of Law of Demeter (method chain calls)
3776 src/com/gps/action/MLoginGpsAction.java 327 Found 'DU'-anomaly for variable 'returnVal' (lines '327'-'366').
3777 src/com/gps/action/MLoginGpsAction.java 331 Potential violation of Law of Demeter (method chain calls)
3778 src/com/gps/action/MLoginGpsAction.java 332 Potential violation of Law of Demeter (method chain calls)
3779 src/com/gps/action/MLoginGpsAction.java 335 Potential violation of Law of Demeter (object not created locally)
3780 src/com/gps/action/MLoginGpsAction.java 336 Potential violation of Law of Demeter (method chain calls)
3781 src/com/gps/action/MLoginGpsAction.java 345 Found 'DU'-anomaly for variable 'returnVal' (lines '345'-'366').
3782 src/com/gps/action/MLoginGpsAction.java 352 A method should have only one exit point, and that should be the last statement in the method
3783 src/com/gps/action/MLoginGpsAction.java 356 System.out.print is used
3784 src/com/gps/action/MLoginGpsAction.java 357 A method should have only one exit point, and that should be the last statement in the method
3785 src/com/gps/action/MLoginGpsAction.java 360 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3786 src/com/gps/action/MLoginGpsAction.java 367 Parameter 'arg0' is not assigned and could be declared final
3787 src/com/gps/action/MLoginGpsAction.java 367 publicMethodCommentRequirement Required
3788 src/com/gps/action/MLoginGpsAction.java 373 Parameter 'arg0' is not assigned and could be declared final
3789 src/com/gps/action/MLoginGpsAction.java 373 publicMethodCommentRequirement Required
3790 src/com/gps/action/MLoginGpsAction.java 380 A method/constructor shouldnt explicitly throw java.lang.Exception
3791 src/com/gps/action/MLoginGpsAction.java 380 publicMethodCommentRequirement Required
3792 src/com/gps/action/MLoginGpsAction.java 386 Parameter 'arg0' is not assigned and could be declared final
3793 src/com/gps/action/MLoginGpsAction.java 386 publicMethodCommentRequirement Required
3794 src/com/gps/action/MLoginGpsAction.java 391 Parameter 'vehicleGroupList' is not assigned and could be declared final
3795 src/com/gps/action/MLoginGpsAction.java 391 publicMethodCommentRequirement Required
3796 src/com/gps/action/MLoginGpsAction.java 395 publicMethodCommentRequirement Required
3797 src/com/gps/action/MLoginGpsAction.java 399 Parameter 'remember' is not assigned and could be declared final
3798 src/com/gps/action/MLoginGpsAction.java 399 publicMethodCommentRequirement Required
3799 src/com/gps/action/MLoginGpsAction.java 403 publicMethodCommentRequirement Required
3800 src/com/gps/action/MessageHandler.java 1 A high number of imports can indicate a high degree of coupling within an object.
3801 src/com/gps/action/MessageHandler.java 1 Possible God class (WMC=65, ATFD=20, TCC=0.013468013468013467)
3802 src/com/gps/action/MessageHandler.java 1 This class has a bunch of public methods and attributes
3803 src/com/gps/action/MessageHandler.java 8 Avoid unused imports such as 'java.util.Calendar'
3804 src/com/gps/action/MessageHandler.java 10 Avoid unused imports such as 'java.util.Iterator'
3805 src/com/gps/action/MessageHandler.java 30 Avoid unused imports such as 'org.codehaus.jackson.map.ObjectMapper'
3806 src/com/gps/action/MessageHandler.java 31 Avoid unused imports such as 'org.hibernate.mapping.Array'
3807 src/com/gps/action/MessageHandler.java 33 Avoid unused imports such as 'com.gps.bo.FenceBO'
3808 src/com/gps/action/MessageHandler.java 38 Avoid unused imports such as 'com.gps.dao.VehicleProcessDAO'
3809 src/com/gps/action/MessageHandler.java 40 Avoid unused imports such as 'com.gps.hibernate.GeofenceDAO'
3810 src/com/gps/action/MessageHandler.java 44 Avoid unused imports such as 'com.gps.hibernate.RoleDAO'
3811 src/com/gps/action/MessageHandler.java 45 Avoid unused imports such as 'com.gps.hibernate.TripDetails'
3812 src/com/gps/action/MessageHandler.java 46 Avoid unused imports such as 'com.gps.hibernate.UserDetails'
3813 src/com/gps/action/MessageHandler.java 47 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
3814 src/com/gps/action/MessageHandler.java 53 Avoid unused imports such as 'org.json.JSONArray'
3815 src/com/gps/action/MessageHandler.java 54 Avoid unused imports such as 'org.json.JSONException'
3816 src/com/gps/action/MessageHandler.java 55 Avoid unused imports such as 'org.json.JSONObject'
3817 src/com/gps/action/MessageHandler.java 57 headerCommentRequirement Required
3818 src/com/gps/action/MessageHandler.java 60 The Logger variable declaration does not contain the static and final modifiers
3819 src/com/gps/action/MessageHandler.java 60 Use explicit scoping instead of the default package private level
3820 src/com/gps/action/MessageHandler.java 60 fieldCommentRequirement Required
3821 src/com/gps/action/MessageHandler.java 62 Found non-transient, non-static member. Please mark as transient or provide accessors.
3822 src/com/gps/action/MessageHandler.java 62 Use explicit scoping instead of the default package private level
3823 src/com/gps/action/MessageHandler.java 62 fieldCommentRequirement Required
3824 src/com/gps/action/MessageHandler.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
3825 src/com/gps/action/MessageHandler.java 63 Use explicit scoping instead of the default package private level
3826 src/com/gps/action/MessageHandler.java 63 fieldCommentRequirement Required
3827 src/com/gps/action/MessageHandler.java 64 Found non-transient, non-static member. Please mark as transient or provide accessors.
3828 src/com/gps/action/MessageHandler.java 64 Use explicit scoping instead of the default package private level
3829 src/com/gps/action/MessageHandler.java 64 fieldCommentRequirement Required
3830 src/com/gps/action/MessageHandler.java 65 Found non-transient, non-static member. Please mark as transient or provide accessors.
3831 src/com/gps/action/MessageHandler.java 65 Use explicit scoping instead of the default package private level
3832 src/com/gps/action/MessageHandler.java 65 fieldCommentRequirement Required
3833 src/com/gps/action/MessageHandler.java 66 Avoid using redundant field initializer for 'orgList'
3834 src/com/gps/action/MessageHandler.java 66 Use explicit scoping instead of the default package private level
3835 src/com/gps/action/MessageHandler.java 66 fieldCommentRequirement Required
3836 src/com/gps/action/MessageHandler.java 67 Avoid using redundant field initializer for 'oid'
3837 src/com/gps/action/MessageHandler.java 67 Use explicit scoping instead of the default package private level
3838 src/com/gps/action/MessageHandler.java 67 fieldCommentRequirement Required
3839 src/com/gps/action/MessageHandler.java 70 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
3840 src/com/gps/action/MessageHandler.java 70 fieldCommentRequirement Required
3841 src/com/gps/action/MessageHandler.java 72 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
3842 src/com/gps/action/MessageHandler.java 72 publicMethodCommentRequirement Required
3843 src/com/gps/action/MessageHandler.java 76 publicMethodCommentRequirement Required
3844 src/com/gps/action/MessageHandler.java 77 Parameter 'tripsList' is not assigned and could be declared final
3845 src/com/gps/action/MessageHandler.java 77 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
3846 src/com/gps/action/MessageHandler.java 83 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3847 src/com/gps/action/MessageHandler.java 83 Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence'
3848 src/com/gps/action/MessageHandler.java 83 fieldCommentRequirement Required
3849 src/com/gps/action/MessageHandler.java 85 Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence'
3850 src/com/gps/action/MessageHandler.java 85 publicMethodCommentRequirement Required
3851 src/com/gps/action/MessageHandler.java 89 publicMethodCommentRequirement Required
3852 src/com/gps/action/MessageHandler.java 90 Parameter 'fenceList' is not assigned and could be declared final
3853 src/com/gps/action/MessageHandler.java 90 Unnecessary use of fully qualified name 'com.gps.hibernate.Geofence' due to existing import 'com.gps.hibernate.Geofence'
3854 src/com/gps/action/MessageHandler.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
3855 src/com/gps/action/MessageHandler.java 94 Use explicit scoping instead of the default package private level
3856 src/com/gps/action/MessageHandler.java 94 fieldCommentRequirement Required
3857 src/com/gps/action/MessageHandler.java 96 publicMethodCommentRequirement Required
3858 src/com/gps/action/MessageHandler.java 100 Parameter 'templatesList' is not assigned and could be declared final
3859 src/com/gps/action/MessageHandler.java 100 publicMethodCommentRequirement Required
3860 src/com/gps/action/MessageHandler.java 105 publicMethodCommentRequirement Required
3861 src/com/gps/action/MessageHandler.java 108 There is log block not surrounded by if
3862 src/com/gps/action/MessageHandler.java 108 There is log block not surrounded by if
3863 src/com/gps/action/MessageHandler.java 112 There is log block not surrounded by if
3864 src/com/gps/action/MessageHandler.java 112 There is log block not surrounded by if
3865 src/com/gps/action/MessageHandler.java 113 Local variable 'orgId' could be declared final
3866 src/com/gps/action/MessageHandler.java 113 Potential violation of Law of Demeter (method chain calls)
3867 src/com/gps/action/MessageHandler.java 113 Potential violation of Law of Demeter (method chain calls)
3868 src/com/gps/action/MessageHandler.java 117 There is log block not surrounded by if
3869 src/com/gps/action/MessageHandler.java 117 There is log block not surrounded by if
3870 src/com/gps/action/MessageHandler.java 121 Local variable 'tripProcessor' could be declared final
3871 src/com/gps/action/MessageHandler.java 122 Potential violation of Law of Demeter (object not created locally)
3872 src/com/gps/action/MessageHandler.java 125 Local variable 'managerObj' could be declared final
3873 src/com/gps/action/MessageHandler.java 126 Potential violation of Law of Demeter (object not created locally)
3874 src/com/gps/action/MessageHandler.java 131 A method should have only one exit point, and that should be the last statement in the method
3875 src/com/gps/action/MessageHandler.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3876 src/com/gps/action/MessageHandler.java 134 Avoid printStackTrace(); use a logger call instead.
3877 src/com/gps/action/MessageHandler.java 134 Potential violation of Law of Demeter (object not created locally)
3878 src/com/gps/action/MessageHandler.java 139 publicMethodCommentRequirement Required
3879 src/com/gps/action/MessageHandler.java 141 Found 'DD'-anomaly for variable 'role' (lines '141'-'151').
3880 src/com/gps/action/MessageHandler.java 142 Avoid unused local variables such as 'rpDAO'.
3881 src/com/gps/action/MessageHandler.java 142 Found 'DD'-anomaly for variable 'rpDAO' (lines '142'-'148').
3882 src/com/gps/action/MessageHandler.java 143 Found 'DD'-anomaly for variable 'user' (lines '143'-'150').
3883 src/com/gps/action/MessageHandler.java 148 Found 'DU'-anomaly for variable 'rpDAO' (lines '148'-'172').
3884 src/com/gps/action/MessageHandler.java 151 Potential violation of Law of Demeter (object not created locally)
3885 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (method chain calls)
3886 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (method chain calls)
3887 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (method chain calls)
3888 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (method chain calls)
3889 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (object not created locally)
3890 src/com/gps/action/MessageHandler.java 153 Potential violation of Law of Demeter (object not created locally)
3891 src/com/gps/action/MessageHandler.java 153 There is log block not surrounded by if
3892 src/com/gps/action/MessageHandler.java 153 There is log block not surrounded by if
3893 src/com/gps/action/MessageHandler.java 154 Avoid using Literals in Conditional Statements
3894 src/com/gps/action/MessageHandler.java 154 Potential violation of Law of Demeter (method chain calls)
3895 src/com/gps/action/MessageHandler.java 154 Potential violation of Law of Demeter (object not created locally)
3896 src/com/gps/action/MessageHandler.java 156 Local variable 'orgdao' could be declared final
3897 src/com/gps/action/MessageHandler.java 157 Potential violation of Law of Demeter (object not created locally)
3898 src/com/gps/action/MessageHandler.java 161 Potential violation of Law of Demeter (method chain calls)
3899 src/com/gps/action/MessageHandler.java 161 Potential violation of Law of Demeter (method chain calls)
3900 src/com/gps/action/MessageHandler.java 161 Potential violation of Law of Demeter (object not created locally)
3901 src/com/gps/action/MessageHandler.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3902 src/com/gps/action/MessageHandler.java 166 Potential violation of Law of Demeter (object not created locally)
3903 src/com/gps/action/MessageHandler.java 166 There is log block not surrounded by if
3904 src/com/gps/action/MessageHandler.java 167 Avoid printStackTrace(); use a logger call instead.
3905 src/com/gps/action/MessageHandler.java 167 Potential violation of Law of Demeter (object not created locally)
3906 src/com/gps/action/MessageHandler.java 168 A method should have only one exit point, and that should be the last statement in the method
3907 src/com/gps/action/MessageHandler.java 175 Found 'UR'-anomaly for variable 'geofence' (lines '175'-'192').
3908 src/com/gps/action/MessageHandler.java 175 publicMethodCommentRequirement Required
3909 src/com/gps/action/MessageHandler.java 179 There is log block not surrounded by if
3910 src/com/gps/action/MessageHandler.java 179 There is log block not surrounded by if
3911 src/com/gps/action/MessageHandler.java 183 There is log block not surrounded by if
3912 src/com/gps/action/MessageHandler.java 183 There is log block not surrounded by if
3913 src/com/gps/action/MessageHandler.java 185 Local variable 'fenceLister' could be declared final
3914 src/com/gps/action/MessageHandler.java 186 Potential violation of Law of Demeter (object not created locally)
3915 src/com/gps/action/MessageHandler.java 189 Local variable 'fences' could be declared final
3916 src/com/gps/action/MessageHandler.java 189 StringBuffer constructor is initialized with size 16, but has at least 33 characters appended.
3917 src/com/gps/action/MessageHandler.java 190 Avoid appending characters as strings in StringBuffer.append.
3918 src/com/gps/action/MessageHandler.java 191 Local variable 'geofence' could be declared final
3919 src/com/gps/action/MessageHandler.java 192 Avoid appending characters as strings in StringBuffer.append.
3920 src/com/gps/action/MessageHandler.java 192 Avoid appending characters as strings in StringBuffer.append.
3921 src/com/gps/action/MessageHandler.java 192 Avoid appending characters as strings in StringBuffer.append.
3922 src/com/gps/action/MessageHandler.java 192 Avoid appending characters as strings in StringBuffer.append.
3923 src/com/gps/action/MessageHandler.java 192 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
3924 src/com/gps/action/MessageHandler.java 192 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
3925 src/com/gps/action/MessageHandler.java 192 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
3926 src/com/gps/action/MessageHandler.java 196 Avoid appending characters as strings in StringBuffer.append.
3927 src/com/gps/action/MessageHandler.java 198 Potential violation of Law of Demeter (method chain calls)
3928 src/com/gps/action/MessageHandler.java 199 There is log block not surrounded by if
3929 src/com/gps/action/MessageHandler.java 199 There is log block not surrounded by if
3930 src/com/gps/action/MessageHandler.java 202 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3931 src/com/gps/action/MessageHandler.java 203 Avoid printStackTrace(); use a logger call instead.
3932 src/com/gps/action/MessageHandler.java 203 Potential violation of Law of Demeter (object not created locally)
3933 src/com/gps/action/MessageHandler.java 209 publicMethodCommentRequirement Required
3934 src/com/gps/action/MessageHandler.java 212 There is log block not surrounded by if
3935 src/com/gps/action/MessageHandler.java 212 There is log block not surrounded by if
3936 src/com/gps/action/MessageHandler.java 213 Local variable 'selectedFences' could be declared final
3937 src/com/gps/action/MessageHandler.java 213 Potential violation of Law of Demeter (method chain calls)
3938 src/com/gps/action/MessageHandler.java 213 Potential violation of Law of Demeter (method chain calls)
3939 src/com/gps/action/MessageHandler.java 214 There is log block not surrounded by if
3940 src/com/gps/action/MessageHandler.java 214 There is log block not surrounded by if
3941 src/com/gps/action/MessageHandler.java 215 Local variable 'tripSession' could be declared final
3942 src/com/gps/action/MessageHandler.java 215 Potential violation of Law of Demeter (method chain calls)
3943 src/com/gps/action/MessageHandler.java 215 Potential violation of Law of Demeter (method chain calls)
3944 src/com/gps/action/MessageHandler.java 217 Local variable 'usrObj' could be declared final
3945 src/com/gps/action/MessageHandler.java 218 Local variable 'nosList' could be declared final
3946 src/com/gps/action/MessageHandler.java 220 There is log block not surrounded by if
3947 src/com/gps/action/MessageHandler.java 220 There is log block not surrounded by if
3948 src/com/gps/action/MessageHandler.java 222 Potential violation of Law of Demeter (method chain calls)
3949 src/com/gps/action/MessageHandler.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3950 src/com/gps/action/MessageHandler.java 225 Avoid printStackTrace(); use a logger call instead.
3951 src/com/gps/action/MessageHandler.java 231 Method names should not start with capital letters
3952 src/com/gps/action/MessageHandler.java 231 publicMethodCommentRequirement Required
3953 src/com/gps/action/MessageHandler.java 234 There is log block not surrounded by if
3954 src/com/gps/action/MessageHandler.java 234 There is log block not surrounded by if
3955 src/com/gps/action/MessageHandler.java 236 Local variable 'notifier' could be declared final
3956 src/com/gps/action/MessageHandler.java 237 Potential violation of Law of Demeter (method chain calls)
3957 src/com/gps/action/MessageHandler.java 237 Potential violation of Law of Demeter (method chain calls)
3958 src/com/gps/action/MessageHandler.java 237 Potential violation of Law of Demeter (object not created locally)
3959 src/com/gps/action/MessageHandler.java 242 Local variable 'orgId' could be declared final
3960 src/com/gps/action/MessageHandler.java 242 Potential violation of Law of Demeter (method chain calls)
3961 src/com/gps/action/MessageHandler.java 242 Potential violation of Law of Demeter (method chain calls)
3962 src/com/gps/action/MessageHandler.java 245 Local variable 'MgrObj' could be declared final
3963 src/com/gps/action/MessageHandler.java 245 Variables should start with a lowercase character, 'MgrObj' starts with uppercase character.
3964 src/com/gps/action/MessageHandler.java 246 Local variable 'updatedTemplate' could be declared final
3965 src/com/gps/action/MessageHandler.java 248 Avoid using if statements without curly braces
3966 src/com/gps/action/MessageHandler.java 251 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
3967 src/com/gps/action/MessageHandler.java 252 Avoid printStackTrace(); use a logger call instead.
3968 src/com/gps/action/MessageHandler.java 252 Potential violation of Law of Demeter (object not created locally)
3969 src/com/gps/action/MessageHandler.java 258 A method/constructor shouldnt explicitly throw java.lang.Exception
3970 src/com/gps/action/MessageHandler.java 258 publicMethodCommentRequirement Required
3971 src/com/gps/action/MessageHandler.java 264 Parameter 'arg0' is not assigned and could be declared final
3972 src/com/gps/action/MessageHandler.java 264 publicMethodCommentRequirement Required
3973 src/com/gps/action/MessageHandler.java 270 publicMethodCommentRequirement Required
3974 src/com/gps/action/MessageHandler.java 276 publicMethodCommentRequirement Required
3975 src/com/gps/action/MessageHandler.java 282 publicMethodCommentRequirement Required
3976 src/com/gps/action/MessageHandler.java 288 publicMethodCommentRequirement Required
3977 src/com/gps/action/MessageHandler.java 294 publicMethodCommentRequirement Required
3978 src/com/gps/action/MessageHandler.java 300 publicMethodCommentRequirement Required
3979 src/com/gps/action/MessageHandler.java 306 publicMethodCommentRequirement Required
3980 src/com/gps/action/MessageHandler.java 312 publicMethodCommentRequirement Required
3981 src/com/gps/action/MessageHandler.java 318 publicMethodCommentRequirement Required
3982 src/com/gps/action/MessageHandler.java 324 publicMethodCommentRequirement Required
3983 src/com/gps/action/MessageHandler.java 330 Parameter 'arg0' is not assigned and could be declared final
3984 src/com/gps/action/MessageHandler.java 330 publicMethodCommentRequirement Required
3985 src/com/gps/action/MessageHandler.java 336 publicMethodCommentRequirement Required
3986 src/com/gps/action/MessageHandler.java 342 publicMethodCommentRequirement Required
3987 src/com/gps/action/MessageHandler.java 348 Parameter 'arg0' is not assigned and could be declared final
3988 src/com/gps/action/MessageHandler.java 348 Return an empty array rather than null.
3989 src/com/gps/action/MessageHandler.java 348 publicMethodCommentRequirement Required
3990 src/com/gps/action/MessageHandler.java 354 publicMethodCommentRequirement Required
3991 src/com/gps/action/MessageHandler.java 360 publicMethodCommentRequirement Required
3992 src/com/gps/action/MessageHandler.java 366 Parameter 'arg0' is not assigned and could be declared final
3993 src/com/gps/action/MessageHandler.java 366 publicMethodCommentRequirement Required
3994 src/com/gps/action/MessageHandler.java 372 publicMethodCommentRequirement Required
3995 src/com/gps/action/MessageHandler.java 378 publicMethodCommentRequirement Required
3996 src/com/gps/action/MessageHandler.java 384 publicMethodCommentRequirement Required
3997 src/com/gps/action/MessageHandler.java 390 Parameter 'arg0' is not assigned and could be declared final
3998 src/com/gps/action/MessageHandler.java 390 publicMethodCommentRequirement Required
3999 src/com/gps/action/MessageHandler.java 396 publicMethodCommentRequirement Required
4000 src/com/gps/action/MessageHandler.java 402 publicMethodCommentRequirement Required
4001 src/com/gps/action/MessageHandler.java 408 publicMethodCommentRequirement Required
4002 src/com/gps/action/MessageHandler.java 414 publicMethodCommentRequirement Required
4003 src/com/gps/action/MessageHandler.java 420 Parameter 'arg0' is not assigned and could be declared final
4004 src/com/gps/action/MessageHandler.java 420 publicMethodCommentRequirement Required
4005 src/com/gps/action/MessageHandler.java 426 Parameter 'arg0' is not assigned and could be declared final
4006 src/com/gps/action/MessageHandler.java 426 Parameter 'arg1' is not assigned and could be declared final
4007 src/com/gps/action/MessageHandler.java 426 publicMethodCommentRequirement Required
4008 src/com/gps/action/MessageHandler.java 432 Parameter 'arg0' is not assigned and could be declared final
4009 src/com/gps/action/MessageHandler.java 432 publicMethodCommentRequirement Required
4010 src/com/gps/action/MessageHandler.java 439 Parameter 'request' is not assigned and could be declared final
4011 src/com/gps/action/MessageHandler.java 439 publicMethodCommentRequirement Required
4012 src/com/gps/action/MessageHandler.java 445 Parameter 'response' is not assigned and could be declared final
4013 src/com/gps/action/MessageHandler.java 445 publicMethodCommentRequirement Required
4014 src/com/gps/action/MessageHandler.java 452 Parameter 'arg0' is not assigned and could be declared final
4015 src/com/gps/action/MessageHandler.java 452 publicMethodCommentRequirement Required
4016 src/com/gps/action/MessageHandler.java 457 A method/constructor shouldnt explicitly throw java.lang.Exception
4017 src/com/gps/action/MessageHandler.java 457 Parameter 'args' is not assigned and could be declared final
4018 src/com/gps/action/MessageHandler.java 457 publicMethodCommentRequirement Required
4019 src/com/gps/action/MessageHandler.java 460 Avoid empty try blocks
4020 src/com/gps/action/MessageHandler.java 473 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4021 src/com/gps/action/MessageHandler.java 475 Avoid printStackTrace(); use a logger call instead.
4022 src/com/gps/action/MessageHandler.java 490 Parameter 'orgList' is not assigned and could be declared final
4023 src/com/gps/action/MessageHandler.java 504 Parameter 'oid' is not assigned and could be declared final
4024 src/com/gps/action/MessageHandler.java 509 publicMethodCommentRequirement Required
4025 src/com/gps/action/MessageHandler.java 515 publicMethodCommentRequirement Required
4026 src/com/gps/action/MessageHandler.java 521 publicMethodCommentRequirement Required
4027 src/com/gps/action/MessageHandler.java 527 publicMethodCommentRequirement Required
4028 src/com/gps/action/MessageHandler.java 533 publicMethodCommentRequirement Required
4029 src/com/gps/action/MessageHandler.java 539 publicMethodCommentRequirement Required
4030 src/com/gps/action/MessageHandler.java 545 Parameter 'arg0' is not assigned and could be declared final
4031 src/com/gps/action/MessageHandler.java 545 Parameter 'arg1' is not assigned and could be declared final
4032 src/com/gps/action/MessageHandler.java 545 publicMethodCommentRequirement Required
4033 src/com/gps/action/RFIDAction.java 6 Avoid unused imports such as 'java.util.HashSet'
4034 src/com/gps/action/RFIDAction.java 7 Avoid unused imports such as 'java.util.Hashtable'
4035 src/com/gps/action/RFIDAction.java 9 Avoid unused imports such as 'java.util.List'
4036 src/com/gps/action/RFIDAction.java 23 Avoid unused imports such as 'com.gps.hibernate.TripDetails'
4037 src/com/gps/action/RFIDAction.java 29 headerCommentRequirement Required
4038 src/com/gps/action/RFIDAction.java 32 The Logger variable declaration does not contain the static and final modifiers
4039 src/com/gps/action/RFIDAction.java 32 Use explicit scoping instead of the default package private level
4040 src/com/gps/action/RFIDAction.java 32 fieldCommentRequirement Required
4041 src/com/gps/action/RFIDAction.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
4042 src/com/gps/action/RFIDAction.java 33 Use explicit scoping instead of the default package private level
4043 src/com/gps/action/RFIDAction.java 33 fieldCommentRequirement Required
4044 src/com/gps/action/RFIDAction.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
4045 src/com/gps/action/RFIDAction.java 34 Use explicit scoping instead of the default package private level
4046 src/com/gps/action/RFIDAction.java 34 fieldCommentRequirement Required
4047 src/com/gps/action/RFIDAction.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
4048 src/com/gps/action/RFIDAction.java 35 Use explicit scoping instead of the default package private level
4049 src/com/gps/action/RFIDAction.java 35 fieldCommentRequirement Required
4050 src/com/gps/action/RFIDAction.java 36 Avoid using redundant field initializer for 'sessionProps'
4051 src/com/gps/action/RFIDAction.java 36 fieldCommentRequirement Required
4052 src/com/gps/action/RFIDAction.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
4053 src/com/gps/action/RFIDAction.java 37 Use explicit scoping instead of the default package private level
4054 src/com/gps/action/RFIDAction.java 37 fieldCommentRequirement Required
4055 src/com/gps/action/RFIDAction.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
4056 src/com/gps/action/RFIDAction.java 38 Use explicit scoping instead of the default package private level
4057 src/com/gps/action/RFIDAction.java 38 fieldCommentRequirement Required
4058 src/com/gps/action/RFIDAction.java 39 Avoid using redundant field initializer for 'toDate'
4059 src/com/gps/action/RFIDAction.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
4060 src/com/gps/action/RFIDAction.java 39 Use explicit scoping instead of the default package private level
4061 src/com/gps/action/RFIDAction.java 39 fieldCommentRequirement Required
4062 src/com/gps/action/RFIDAction.java 40 Avoid using redundant field initializer for 'fromDate'
4063 src/com/gps/action/RFIDAction.java 40 Found non-transient, non-static member. Please mark as transient or provide accessors.
4064 src/com/gps/action/RFIDAction.java 40 Use explicit scoping instead of the default package private level
4065 src/com/gps/action/RFIDAction.java 40 fieldCommentRequirement Required
4066 src/com/gps/action/RFIDAction.java 41 Avoid using redundant field initializer for 'currentSession'
4067 src/com/gps/action/RFIDAction.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
4068 src/com/gps/action/RFIDAction.java 41 Use explicit scoping instead of the default package private level
4069 src/com/gps/action/RFIDAction.java 41 fieldCommentRequirement Required
4070 src/com/gps/action/RFIDAction.java 42 Avoid using redundant field initializer for 'dates'
4071 src/com/gps/action/RFIDAction.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
4072 src/com/gps/action/RFIDAction.java 42 Use explicit scoping instead of the default package private level
4073 src/com/gps/action/RFIDAction.java 42 fieldCommentRequirement Required
4074 src/com/gps/action/RFIDAction.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
4075 src/com/gps/action/RFIDAction.java 43 Use explicit scoping instead of the default package private level
4076 src/com/gps/action/RFIDAction.java 43 fieldCommentRequirement Required
4077 src/com/gps/action/RFIDAction.java 46 Method names should not start with capital letters
4078 src/com/gps/action/RFIDAction.java 46 publicMethodCommentRequirement Required
4079 src/com/gps/action/RFIDAction.java 51 publicMethodCommentRequirement Required
4080 src/com/gps/action/RFIDAction.java 55 There is log block not surrounded by if
4081 src/com/gps/action/RFIDAction.java 55 There is log block not surrounded by if
4082 src/com/gps/action/RFIDAction.java 58 Potential violation of Law of Demeter (object not created locally)
4083 src/com/gps/action/RFIDAction.java 58 There is log block not surrounded by if
4084 src/com/gps/action/RFIDAction.java 58 There is log block not surrounded by if
4085 src/com/gps/action/RFIDAction.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4086 src/com/gps/action/RFIDAction.java 61 Avoid printStackTrace(); use a logger call instead.
4087 src/com/gps/action/RFIDAction.java 61 Potential violation of Law of Demeter (object not created locally)
4088 src/com/gps/action/RFIDAction.java 62 Potential violation of Law of Demeter (object not created locally)
4089 src/com/gps/action/RFIDAction.java 62 There is log block not surrounded by if
4090 src/com/gps/action/RFIDAction.java 63 A method should have only one exit point, and that should be the last statement in the method
4091 src/com/gps/action/RFIDAction.java 69 publicMethodCommentRequirement Required
4092 src/com/gps/action/RFIDAction.java 75 System.out.print is used
4093 src/com/gps/action/RFIDAction.java 76 Local variable 'size' could be declared final
4094 src/com/gps/action/RFIDAction.java 77 Avoid variables with short names like nr
4095 src/com/gps/action/RFIDAction.java 77 Local variable 'nr' could be declared final
4096 src/com/gps/action/RFIDAction.java 78 Avoid declaring a variable if it is unreferenced before a possible exit point.
4097 src/com/gps/action/RFIDAction.java 78 Avoid unused local variables such as 'numrow'.
4098 src/com/gps/action/RFIDAction.java 78 Found 'DU'-anomaly for variable 'numrow' (lines '78'-'87').
4099 src/com/gps/action/RFIDAction.java 78 Local variable 'numrow' could be declared final
4100 src/com/gps/action/RFIDAction.java 80 A method should have only one exit point, and that should be the last statement in the method
4101 src/com/gps/action/RFIDAction.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4102 src/com/gps/action/RFIDAction.java 83 Avoid printStackTrace(); use a logger call instead.
4103 src/com/gps/action/RFIDAction.java 83 Potential violation of Law of Demeter (object not created locally)
4104 src/com/gps/action/RFIDAction.java 89 publicMethodCommentRequirement Required
4105 src/com/gps/action/RFIDAction.java 93 Local variable 'type' could be declared final
4106 src/com/gps/action/RFIDAction.java 97 There is log block not surrounded by if
4107 src/com/gps/action/RFIDAction.java 97 There is log block not surrounded by if
4108 src/com/gps/action/RFIDAction.java 101 Potential violation of Law of Demeter (object not created locally)
4109 src/com/gps/action/RFIDAction.java 101 There is log block not surrounded by if
4110 src/com/gps/action/RFIDAction.java 101 There is log block not surrounded by if
4111 src/com/gps/action/RFIDAction.java 102 Potential violation of Law of Demeter (object not created locally)
4112 src/com/gps/action/RFIDAction.java 102 There is log block not surrounded by if
4113 src/com/gps/action/RFIDAction.java 102 There is log block not surrounded by if
4114 src/com/gps/action/RFIDAction.java 103 Local variable 'orgId' could be declared final
4115 src/com/gps/action/RFIDAction.java 103 Potential violation of Law of Demeter (method chain calls)
4116 src/com/gps/action/RFIDAction.java 103 Potential violation of Law of Demeter (method chain calls)
4117 src/com/gps/action/RFIDAction.java 103 Potential violation of Law of Demeter (object not created locally)
4118 src/com/gps/action/RFIDAction.java 112 Avoid if (x != y) ..; else ..;
4119 src/com/gps/action/RFIDAction.java 124 There is log block not surrounded by if
4120 src/com/gps/action/RFIDAction.java 124 There is log block not surrounded by if
4121 src/com/gps/action/RFIDAction.java 128 Avoid calling toString() on String objects; this is unnecessary.
4122 src/com/gps/action/RFIDAction.java 128 Potential violation of Law of Demeter (method chain calls)
4123 src/com/gps/action/RFIDAction.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4124 src/com/gps/action/RFIDAction.java 132 Avoid printStackTrace(); use a logger call instead.
4125 src/com/gps/action/RFIDAction.java 132 Potential violation of Law of Demeter (object not created locally)
4126 src/com/gps/action/RFIDAction.java 137 publicMethodCommentRequirement Required
4127 src/com/gps/action/RFIDAction.java 139 Found 'DD'-anomaly for variable 'trip' (lines '139'-'148').
4128 src/com/gps/action/RFIDAction.java 140 Found 'DD'-anomaly for variable 'tripId' (lines '140'-'156').
4129 src/com/gps/action/RFIDAction.java 142 Local variable 'tripDAO' could be declared final
4130 src/com/gps/action/RFIDAction.java 147 There is log block not surrounded by if
4131 src/com/gps/action/RFIDAction.java 147 There is log block not surrounded by if
4132 src/com/gps/action/RFIDAction.java 152 Potential violation of Law of Demeter (object not created locally)
4133 src/com/gps/action/RFIDAction.java 152 There is log block not surrounded by if
4134 src/com/gps/action/RFIDAction.java 152 There is log block not surrounded by if
4135 src/com/gps/action/RFIDAction.java 153 Local variable 'orgId' could be declared final
4136 src/com/gps/action/RFIDAction.java 153 Potential violation of Law of Demeter (method chain calls)
4137 src/com/gps/action/RFIDAction.java 153 Potential violation of Law of Demeter (method chain calls)
4138 src/com/gps/action/RFIDAction.java 153 Potential violation of Law of Demeter (object not created locally)
4139 src/com/gps/action/RFIDAction.java 156 Potential violation of Law of Demeter (object not created locally)
4140 src/com/gps/action/RFIDAction.java 168 Do not add empty strings
4141 src/com/gps/action/RFIDAction.java 168 There is log block not surrounded by if
4142 src/com/gps/action/RFIDAction.java 168 There is log block not surrounded by if
4143 src/com/gps/action/RFIDAction.java 173 Avoid calling toString() on String objects; this is unnecessary.
4144 src/com/gps/action/RFIDAction.java 173 Potential violation of Law of Demeter (method chain calls)
4145 src/com/gps/action/RFIDAction.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4146 src/com/gps/action/RFIDAction.java 175 Avoid empty catch blocks
4147 src/com/gps/action/RFIDAction.java 181 Parameter 'currentSession' is not assigned and could be declared final
4148 src/com/gps/action/RFIDAction.java 183 Found 'DD'-anomaly for variable 'dates' (lines '183'-'198').
4149 src/com/gps/action/RFIDAction.java 184 Local variable 'calendar' could be declared final
4150 src/com/gps/action/RFIDAction.java 185 Found 'DD'-anomaly for variable 'time' (lines '185'-'191').
4151 src/com/gps/action/RFIDAction.java 186 Found 'DD'-anomaly for variable 'formatter' (lines '186'-'190').
4152 src/com/gps/action/RFIDAction.java 190 When instantiating a SimpleDateFormat object, specify a Locale
4153 src/com/gps/action/RFIDAction.java 191 Potential violation of Law of Demeter (method chain calls)
4154 src/com/gps/action/RFIDAction.java 191 Potential violation of Law of Demeter (method chain calls)
4155 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4156 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4157 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4158 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4159 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4160 src/com/gps/action/RFIDAction.java 193 Potential violation of Law of Demeter (method chain calls)
4161 src/com/gps/action/RFIDAction.java 193 There is log block not surrounded by if
4162 src/com/gps/action/RFIDAction.java 193 There is log block not surrounded by if
4163 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4164 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4165 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4166 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4167 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4168 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4169 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4170 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4171 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (method chain calls)
4172 src/com/gps/action/RFIDAction.java 195 Potential violation of Law of Demeter (object not created locally)
4173 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4174 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4175 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4176 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4177 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4178 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4179 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4180 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4181 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (method chain calls)
4182 src/com/gps/action/RFIDAction.java 196 Potential violation of Law of Demeter (object not created locally)
4183 src/com/gps/action/RFIDAction.java 198 Found 'DD'-anomaly for variable 'dates' (lines '198'-'203').
4184 src/com/gps/action/RFIDAction.java 198 Potential violation of Law of Demeter (object not created locally)
4185 src/com/gps/action/RFIDAction.java 198 Potential violation of Law of Demeter (object not created locally)
4186 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4187 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4188 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4189 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4190 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4191 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4192 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4193 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4194 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (method chain calls)
4195 src/com/gps/action/RFIDAction.java 200 Potential violation of Law of Demeter (object not created locally)
4196 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4197 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4198 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4199 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4200 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4201 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4202 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4203 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4204 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (method chain calls)
4205 src/com/gps/action/RFIDAction.java 201 Potential violation of Law of Demeter (object not created locally)
4206 src/com/gps/action/RFIDAction.java 203 Potential violation of Law of Demeter (object not created locally)
4207 src/com/gps/action/RFIDAction.java 203 Potential violation of Law of Demeter (object not created locally)
4208 src/com/gps/action/RFIDAction.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4209 src/com/gps/action/RFIDAction.java 208 Avoid printStackTrace(); use a logger call instead.
4210 src/com/gps/action/RFIDAction.java 208 Potential violation of Law of Demeter (object not created locally)
4211 src/com/gps/action/RFIDAction.java 215 Found 'DD'-anomaly for variable 'currentSession' (lines '215'-'246').
4212 src/com/gps/action/RFIDAction.java 216 Found 'DD'-anomaly for variable 'formatter' (lines '216'-'225').
4213 src/com/gps/action/RFIDAction.java 217 Local variable 'calendar' could be declared final
4214 src/com/gps/action/RFIDAction.java 220 Avoid variables with short names like to
4215 src/com/gps/action/RFIDAction.java 220 Found 'DD'-anomaly for variable 'to' (lines '220'-'242').
4216 src/com/gps/action/RFIDAction.java 220 Found 'DU'-anomaly for variable 'to' (lines '220'-'257').
4217 src/com/gps/action/RFIDAction.java 221 Found 'DD'-anomaly for variable 'from' (lines '221'-'241').
4218 src/com/gps/action/RFIDAction.java 221 Found 'DU'-anomaly for variable 'from' (lines '221'-'257').
4219 src/com/gps/action/RFIDAction.java 225 When instantiating a SimpleDateFormat object, specify a Locale
4220 src/com/gps/action/RFIDAction.java 226 Potential violation of Law of Demeter (object not created locally)
4221 src/com/gps/action/RFIDAction.java 227 Potential violation of Law of Demeter (object not created locally)
4222 src/com/gps/action/RFIDAction.java 228 Potential violation of Law of Demeter (object not created locally)
4223 src/com/gps/action/RFIDAction.java 228 Potential violation of Law of Demeter (object not created locally)
4224 src/com/gps/action/RFIDAction.java 229 There is log block not surrounded by if
4225 src/com/gps/action/RFIDAction.java 229 There is log block not surrounded by if
4226 src/com/gps/action/RFIDAction.java 237 Local variable 'itr' could be declared final
4227 src/com/gps/action/RFIDAction.java 237 Potential violation of Law of Demeter (object not created locally)
4228 src/com/gps/action/RFIDAction.java 241 Potential violation of Law of Demeter (method chain calls)
4229 src/com/gps/action/RFIDAction.java 241 Potential violation of Law of Demeter (method chain calls)
4230 src/com/gps/action/RFIDAction.java 242 Potential violation of Law of Demeter (method chain calls)
4231 src/com/gps/action/RFIDAction.java 242 Potential violation of Law of Demeter (method chain calls)
4232 src/com/gps/action/RFIDAction.java 244 Potential violation of Law of Demeter (object not created locally)
4233 src/com/gps/action/RFIDAction.java 244 Potential violation of Law of Demeter (object not created locally)
4234 src/com/gps/action/RFIDAction.java 250 There is log block not surrounded by if
4235 src/com/gps/action/RFIDAction.java 250 There is log block not surrounded by if
4236 src/com/gps/action/RFIDAction.java 252 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4237 src/com/gps/action/RFIDAction.java 254 Avoid printStackTrace(); use a logger call instead.
4238 src/com/gps/action/RFIDAction.java 254 Potential violation of Law of Demeter (object not created locally)
4239 src/com/gps/action/RFIDAction.java 260 Parameter 'request' is not assigned and could be declared final
4240 src/com/gps/action/RFIDAction.java 260 publicMethodCommentRequirement Required
4241 src/com/gps/action/RFIDAction.java 266 Parameter 'response' is not assigned and could be declared final
4242 src/com/gps/action/RFIDAction.java 266 publicMethodCommentRequirement Required
4243 src/com/gps/action/RFIDAction.java 272 Parameter 'arg0' is not assigned and could be declared final
4244 src/com/gps/action/RFIDAction.java 272 publicMethodCommentRequirement Required
4245 src/com/gps/action/RFIDAction.java 276 Parameter 'args' is not assigned and could be declared final
4246 src/com/gps/action/RFIDAction.java 276 publicMethodCommentRequirement Required
4247 src/com/gps/action/RFIDAction.java 277 Local variable 'action' could be declared final
4248 src/com/gps/action/TemplateManager.java 1 A high number of imports can indicate a high degree of coupling within an object.
4249 src/com/gps/action/TemplateManager.java 30 Avoid unused imports such as 'com.gps.dao.GeofencingDAO'
4250 src/com/gps/action/TemplateManager.java 32 Avoid unused imports such as 'com.gps.dao.TripProcessDAO'
4251 src/com/gps/action/TemplateManager.java 33 Avoid unused imports such as 'com.gps.dao.UserTripDAO'
4252 src/com/gps/action/TemplateManager.java 37 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
4253 src/com/gps/action/TemplateManager.java 39 headerCommentRequirement Required
4254 src/com/gps/action/TemplateManager.java 42 The Logger variable declaration does not contain the static and final modifiers
4255 src/com/gps/action/TemplateManager.java 42 Use explicit scoping instead of the default package private level
4256 src/com/gps/action/TemplateManager.java 42 fieldCommentRequirement Required
4257 src/com/gps/action/TemplateManager.java 44 Use explicit scoping instead of the default package private level
4258 src/com/gps/action/TemplateManager.java 44 fieldCommentRequirement Required
4259 src/com/gps/action/TemplateManager.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
4260 src/com/gps/action/TemplateManager.java 45 Use explicit scoping instead of the default package private level
4261 src/com/gps/action/TemplateManager.java 45 fieldCommentRequirement Required
4262 src/com/gps/action/TemplateManager.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
4263 src/com/gps/action/TemplateManager.java 46 Use explicit scoping instead of the default package private level
4264 src/com/gps/action/TemplateManager.java 46 fieldCommentRequirement Required
4265 src/com/gps/action/TemplateManager.java 47 Use explicit scoping instead of the default package private level
4266 src/com/gps/action/TemplateManager.java 47 fieldCommentRequirement Required
4267 src/com/gps/action/TemplateManager.java 50 A method/constructor shouldnt explicitly throw java.lang.Exception
4268 src/com/gps/action/TemplateManager.java 50 publicMethodCommentRequirement Required
4269 src/com/gps/action/TemplateManager.java 56 Parameter 'arg0' is not assigned and could be declared final
4270 src/com/gps/action/TemplateManager.java 56 publicMethodCommentRequirement Required
4271 src/com/gps/action/TemplateManager.java 62 publicMethodCommentRequirement Required
4272 src/com/gps/action/TemplateManager.java 68 publicMethodCommentRequirement Required
4273 src/com/gps/action/TemplateManager.java 74 publicMethodCommentRequirement Required
4274 src/com/gps/action/TemplateManager.java 80 publicMethodCommentRequirement Required
4275 src/com/gps/action/TemplateManager.java 86 publicMethodCommentRequirement Required
4276 src/com/gps/action/TemplateManager.java 92 publicMethodCommentRequirement Required
4277 src/com/gps/action/TemplateManager.java 98 publicMethodCommentRequirement Required
4278 src/com/gps/action/TemplateManager.java 104 publicMethodCommentRequirement Required
4279 src/com/gps/action/TemplateManager.java 110 publicMethodCommentRequirement Required
4280 src/com/gps/action/TemplateManager.java 116 publicMethodCommentRequirement Required
4281 src/com/gps/action/TemplateManager.java 122 Parameter 'arg0' is not assigned and could be declared final
4282 src/com/gps/action/TemplateManager.java 122 publicMethodCommentRequirement Required
4283 src/com/gps/action/TemplateManager.java 128 publicMethodCommentRequirement Required
4284 src/com/gps/action/TemplateManager.java 134 publicMethodCommentRequirement Required
4285 src/com/gps/action/TemplateManager.java 140 Parameter 'arg0' is not assigned and could be declared final
4286 src/com/gps/action/TemplateManager.java 140 Return an empty array rather than null.
4287 src/com/gps/action/TemplateManager.java 140 publicMethodCommentRequirement Required
4288 src/com/gps/action/TemplateManager.java 146 publicMethodCommentRequirement Required
4289 src/com/gps/action/TemplateManager.java 152 publicMethodCommentRequirement Required
4290 src/com/gps/action/TemplateManager.java 158 Parameter 'arg0' is not assigned and could be declared final
4291 src/com/gps/action/TemplateManager.java 158 publicMethodCommentRequirement Required
4292 src/com/gps/action/TemplateManager.java 164 publicMethodCommentRequirement Required
4293 src/com/gps/action/TemplateManager.java 170 publicMethodCommentRequirement Required
4294 src/com/gps/action/TemplateManager.java 176 publicMethodCommentRequirement Required
4295 src/com/gps/action/TemplateManager.java 182 Parameter 'arg0' is not assigned and could be declared final
4296 src/com/gps/action/TemplateManager.java 182 publicMethodCommentRequirement Required
4297 src/com/gps/action/TemplateManager.java 188 publicMethodCommentRequirement Required
4298 src/com/gps/action/TemplateManager.java 194 publicMethodCommentRequirement Required
4299 src/com/gps/action/TemplateManager.java 200 publicMethodCommentRequirement Required
4300 src/com/gps/action/TemplateManager.java 206 publicMethodCommentRequirement Required
4301 src/com/gps/action/TemplateManager.java 212 Parameter 'arg0' is not assigned and could be declared final
4302 src/com/gps/action/TemplateManager.java 212 publicMethodCommentRequirement Required
4303 src/com/gps/action/TemplateManager.java 218 Parameter 'arg0' is not assigned and could be declared final
4304 src/com/gps/action/TemplateManager.java 218 Parameter 'arg1' is not assigned and could be declared final
4305 src/com/gps/action/TemplateManager.java 218 publicMethodCommentRequirement Required
4306 src/com/gps/action/TemplateManager.java 224 Parameter 'arg0' is not assigned and could be declared final
4307 src/com/gps/action/TemplateManager.java 224 publicMethodCommentRequirement Required
4308 src/com/gps/action/TemplateManager.java 231 Parameter 'request' is not assigned and could be declared final
4309 src/com/gps/action/TemplateManager.java 231 publicMethodCommentRequirement Required
4310 src/com/gps/action/TemplateManager.java 237 Parameter 'response' is not assigned and could be declared final
4311 src/com/gps/action/TemplateManager.java 237 publicMethodCommentRequirement Required
4312 src/com/gps/action/TemplateManager.java 244 Parameter 'arg0' is not assigned and could be declared final
4313 src/com/gps/action/TemplateManager.java 244 publicMethodCommentRequirement Required
4314 src/com/gps/action/TemplateManager.java 250 Method names should not start with capital letters
4315 src/com/gps/action/TemplateManager.java 250 Parameter 'OrganizationId' is not assigned and could be declared final
4316 src/com/gps/action/TemplateManager.java 250 Variables should start with a lowercase character, 'OrganizationId' starts with uppercase character.
4317 src/com/gps/action/TemplateManager.java 250 publicMethodCommentRequirement Required
4318 src/com/gps/action/TemplateManager.java 252 There is log block not surrounded by if
4319 src/com/gps/action/TemplateManager.java 252 There is log block not surrounded by if
4320 src/com/gps/action/TemplateManager.java 253 Found 'DD'-anomaly for variable 'templates' (lines '253'-'257').
4321 src/com/gps/action/TemplateManager.java 256 Local variable 'messagesObj' could be declared final
4322 src/com/gps/action/TemplateManager.java 257 Potential violation of Law of Demeter (object not created locally)
4323 src/com/gps/action/TemplateManager.java 259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4324 src/com/gps/action/TemplateManager.java 260 Avoid printStackTrace(); use a logger call instead.
4325 src/com/gps/action/TemplateManager.java 260 Potential violation of Law of Demeter (object not created locally)
4326 src/com/gps/action/TemplateManager.java 266 Method names should not start with capital letters
4327 src/com/gps/action/TemplateManager.java 266 Parameter 'message' is not assigned and could be declared final
4328 src/com/gps/action/TemplateManager.java 266 Parameter 'orgId' is not assigned and could be declared final
4329 src/com/gps/action/TemplateManager.java 266 Parameter 'userId' is not assigned and could be declared final
4330 src/com/gps/action/TemplateManager.java 266 publicMethodCommentRequirement Required
4331 src/com/gps/action/TemplateManager.java 268 There is log block not surrounded by if
4332 src/com/gps/action/TemplateManager.java 268 There is log block not surrounded by if
4333 src/com/gps/action/TemplateManager.java 270 Local variable 'messagesObj' could be declared final
4334 src/com/gps/action/TemplateManager.java 271 A method should have only one exit point, and that should be the last statement in the method
4335 src/com/gps/action/TemplateManager.java 273 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4336 src/com/gps/action/TemplateManager.java 274 Avoid printStackTrace(); use a logger call instead.
4337 src/com/gps/action/TemplateManager.java 281 publicMethodCommentRequirement Required
4338 src/com/gps/action/TemplateManager.java 287 publicMethodCommentRequirement Required
4339 src/com/gps/action/TemplateManager.java 293 publicMethodCommentRequirement Required
4340 src/com/gps/action/TemplateManager.java 299 publicMethodCommentRequirement Required
4341 src/com/gps/action/TemplateManager.java 305 publicMethodCommentRequirement Required
4342 src/com/gps/action/TemplateManager.java 311 publicMethodCommentRequirement Required
4343 src/com/gps/action/TemplateManager.java 317 Parameter 'arg0' is not assigned and could be declared final
4344 src/com/gps/action/TemplateManager.java 317 Parameter 'arg1' is not assigned and could be declared final
4345 src/com/gps/action/TemplateManager.java 317 publicMethodCommentRequirement Required
4346 src/com/gps/action/TripCrudAction.java 2 A high number of imports can indicate a high degree of coupling within an object.
4347 src/com/gps/action/TripCrudAction.java 2 Possible God class (WMC=94, ATFD=106, TCC=0.1214574898785425)
4348 src/com/gps/action/TripCrudAction.java 4 Avoid unused imports such as 'java.text.DateFormat'
4349 src/com/gps/action/TripCrudAction.java 5 Avoid unused imports such as 'java.text.SimpleDateFormat'
4350 src/com/gps/action/TripCrudAction.java 9 Avoid unused imports such as 'java.util.Calendar'
4351 src/com/gps/action/TripCrudAction.java 30 Avoid unused imports such as 'org.jfree.util.Log'
4352 src/com/gps/action/TripCrudAction.java 33 Avoid unused imports such as 'com.gps.hibernate.Organization'
4353 src/com/gps/action/TripCrudAction.java 36 Avoid unused imports such as 'com.gps.hibernate.UsersTrips'
4354 src/com/gps/action/TripCrudAction.java 37 Avoid unused imports such as 'com.liferay.portal.theme.ThemeDisplay'
4355 src/com/gps/action/TripCrudAction.java 43 The class 'TripCrudAction' has a Cyclomatic Complexity of 2 (Highest = 28).
4356 src/com/gps/action/TripCrudAction.java 43 Too many fields
4357 src/com/gps/action/TripCrudAction.java 43 headerCommentRequirement Required
4358 src/com/gps/action/TripCrudAction.java 49 The Logger variable declaration does not contain the static and final modifiers
4359 src/com/gps/action/TripCrudAction.java 49 Use explicit scoping instead of the default package private level
4360 src/com/gps/action/TripCrudAction.java 49 fieldCommentRequirement Required
4361 src/com/gps/action/TripCrudAction.java 50 fieldCommentRequirement Required
4362 src/com/gps/action/TripCrudAction.java 51 fieldCommentRequirement Required
4363 src/com/gps/action/TripCrudAction.java 52 fieldCommentRequirement Required
4364 src/com/gps/action/TripCrudAction.java 53 fieldCommentRequirement Required
4365 src/com/gps/action/TripCrudAction.java 54 fieldCommentRequirement Required
4366 src/com/gps/action/TripCrudAction.java 55 fieldCommentRequirement Required
4367 src/com/gps/action/TripCrudAction.java 57 publicMethodCommentRequirement Required
4368 src/com/gps/action/TripCrudAction.java 61 Parameter 'message1' is not assigned and could be declared final
4369 src/com/gps/action/TripCrudAction.java 61 publicMethodCommentRequirement Required
4370 src/com/gps/action/TripCrudAction.java 65 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4371 src/com/gps/action/TripCrudAction.java 65 fieldCommentRequirement Required
4372 src/com/gps/action/TripCrudAction.java 66 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4373 src/com/gps/action/TripCrudAction.java 66 fieldCommentRequirement Required
4374 src/com/gps/action/TripCrudAction.java 67 publicMethodCommentRequirement Required
4375 src/com/gps/action/TripCrudAction.java 71 Parameter 'select1' is not assigned and could be declared final
4376 src/com/gps/action/TripCrudAction.java 71 publicMethodCommentRequirement Required
4377 src/com/gps/action/TripCrudAction.java 75 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4378 src/com/gps/action/TripCrudAction.java 75 Use explicit scoping instead of the default package private level
4379 src/com/gps/action/TripCrudAction.java 75 fieldCommentRequirement Required
4380 src/com/gps/action/TripCrudAction.java 76 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4381 src/com/gps/action/TripCrudAction.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
4382 src/com/gps/action/TripCrudAction.java 76 Use explicit scoping instead of the default package private level
4383 src/com/gps/action/TripCrudAction.java 76 fieldCommentRequirement Required
4384 src/com/gps/action/TripCrudAction.java 77 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4385 src/com/gps/action/TripCrudAction.java 77 Found non-transient, non-static member. Please mark as transient or provide accessors.
4386 src/com/gps/action/TripCrudAction.java 77 Use explicit scoping instead of the default package private level
4387 src/com/gps/action/TripCrudAction.java 77 fieldCommentRequirement Required
4388 src/com/gps/action/TripCrudAction.java 78 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4389 src/com/gps/action/TripCrudAction.java 78 Found non-transient, non-static member. Please mark as transient or provide accessors.
4390 src/com/gps/action/TripCrudAction.java 78 Use explicit scoping instead of the default package private level
4391 src/com/gps/action/TripCrudAction.java 78 fieldCommentRequirement Required
4392 src/com/gps/action/TripCrudAction.java 79 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4393 src/com/gps/action/TripCrudAction.java 79 Found non-transient, non-static member. Please mark as transient or provide accessors.
4394 src/com/gps/action/TripCrudAction.java 79 Use explicit scoping instead of the default package private level
4395 src/com/gps/action/TripCrudAction.java 79 fieldCommentRequirement Required
4396 src/com/gps/action/TripCrudAction.java 80 publicMethodCommentRequirement Required
4397 src/com/gps/action/TripCrudAction.java 84 Parameter 'select' is not assigned and could be declared final
4398 src/com/gps/action/TripCrudAction.java 84 publicMethodCommentRequirement Required
4399 src/com/gps/action/TripCrudAction.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4400 src/com/gps/action/TripCrudAction.java 88 Found non-transient, non-static member. Please mark as transient or provide accessors.
4401 src/com/gps/action/TripCrudAction.java 88 Use explicit scoping instead of the default package private level
4402 src/com/gps/action/TripCrudAction.java 88 fieldCommentRequirement Required
4403 src/com/gps/action/TripCrudAction.java 91 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4404 src/com/gps/action/TripCrudAction.java 91 Use explicit scoping instead of the default package private level
4405 src/com/gps/action/TripCrudAction.java 91 fieldCommentRequirement Required
4406 src/com/gps/action/TripCrudAction.java 103 Parameter 'stops' is not assigned and could be declared final
4407 src/com/gps/action/TripCrudAction.java 107 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4408 src/com/gps/action/TripCrudAction.java 107 Use explicit scoping instead of the default package private level
4409 src/com/gps/action/TripCrudAction.java 107 fieldCommentRequirement Required
4410 src/com/gps/action/TripCrudAction.java 108 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4411 src/com/gps/action/TripCrudAction.java 108 Use explicit scoping instead of the default package private level
4412 src/com/gps/action/TripCrudAction.java 108 fieldCommentRequirement Required
4413 src/com/gps/action/TripCrudAction.java 109 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4414 src/com/gps/action/TripCrudAction.java 109 Use explicit scoping instead of the default package private level
4415 src/com/gps/action/TripCrudAction.java 109 fieldCommentRequirement Required
4416 src/com/gps/action/TripCrudAction.java 110 publicMethodCommentRequirement Required
4417 src/com/gps/action/TripCrudAction.java 114 Parameter 'pick' is not assigned and could be declared final
4418 src/com/gps/action/TripCrudAction.java 114 publicMethodCommentRequirement Required
4419 src/com/gps/action/TripCrudAction.java 118 publicMethodCommentRequirement Required
4420 src/com/gps/action/TripCrudAction.java 124 Parameter 'fences' is not assigned and could be declared final
4421 src/com/gps/action/TripCrudAction.java 124 publicMethodCommentRequirement Required
4422 src/com/gps/action/TripCrudAction.java 129 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4423 src/com/gps/action/TripCrudAction.java 129 fieldCommentRequirement Required
4424 src/com/gps/action/TripCrudAction.java 130 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4425 src/com/gps/action/TripCrudAction.java 130 Found non-transient, non-static member. Please mark as transient or provide accessors.
4426 src/com/gps/action/TripCrudAction.java 130 Use explicit scoping instead of the default package private level
4427 src/com/gps/action/TripCrudAction.java 130 fieldCommentRequirement Required
4428 src/com/gps/action/TripCrudAction.java 133 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4429 src/com/gps/action/TripCrudAction.java 133 fieldCommentRequirement Required
4430 src/com/gps/action/TripCrudAction.java 134 publicMethodCommentRequirement Required
4431 src/com/gps/action/TripCrudAction.java 138 Parameter 'vehicleid' is not assigned and could be declared final
4432 src/com/gps/action/TripCrudAction.java 138 publicMethodCommentRequirement Required
4433 src/com/gps/action/TripCrudAction.java 142 publicMethodCommentRequirement Required
4434 src/com/gps/action/TripCrudAction.java 147 Parameter 'fenceList' is not assigned and could be declared final
4435 src/com/gps/action/TripCrudAction.java 147 publicMethodCommentRequirement Required
4436 src/com/gps/action/TripCrudAction.java 151 A method/constructor shouldnt explicitly throw java.lang.Exception
4437 src/com/gps/action/TripCrudAction.java 151 publicMethodCommentRequirement Required
4438 src/com/gps/action/TripCrudAction.java 155 Avoid variables with short names like s1
4439 src/com/gps/action/TripCrudAction.java 155 Found 'DD'-anomaly for variable 's1' (lines '155'-'158').
4440 src/com/gps/action/TripCrudAction.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4441 src/com/gps/action/TripCrudAction.java 166 Avoid empty catch blocks
4442 src/com/gps/action/TripCrudAction.java 174 There is log block not surrounded by if
4443 src/com/gps/action/TripCrudAction.java 174 There is log block not surrounded by if
4444 src/com/gps/action/TripCrudAction.java 183 There is log block not surrounded by if
4445 src/com/gps/action/TripCrudAction.java 183 There is log block not surrounded by if
4446 src/com/gps/action/TripCrudAction.java 187 Avoid using if...else statements without curly braces
4447 src/com/gps/action/TripCrudAction.java 191 Parameter 'arg0' is not assigned and could be declared final
4448 src/com/gps/action/TripCrudAction.java 191 publicMethodCommentRequirement Required
4449 src/com/gps/action/TripCrudAction.java 199 Parameter 'arg0' is not assigned and could be declared final
4450 src/com/gps/action/TripCrudAction.java 199 publicMethodCommentRequirement Required
4451 src/com/gps/action/TripCrudAction.java 205 publicMethodCommentRequirement Required
4452 src/com/gps/action/TripCrudAction.java 212 Avoid if (x != y) ..; else ..;
4453 src/com/gps/action/TripCrudAction.java 213 Avoid using if...else statements without curly braces
4454 src/com/gps/action/TripCrudAction.java 213 There is log block not surrounded by if
4455 src/com/gps/action/TripCrudAction.java 213 There is log block not surrounded by if
4456 src/com/gps/action/TripCrudAction.java 215 Avoid using if...else statements without curly braces
4457 src/com/gps/action/TripCrudAction.java 215 There is log block not surrounded by if
4458 src/com/gps/action/TripCrudAction.java 215 There is log block not surrounded by if
4459 src/com/gps/action/TripCrudAction.java 216 Potential violation of Law of Demeter (method chain calls)
4460 src/com/gps/action/TripCrudAction.java 216 Potential violation of Law of Demeter (method chain calls)
4461 src/com/gps/action/TripCrudAction.java 218 The String literal "tripList" appears 4 times in this file; the first occurrence is on line 218
4462 src/com/gps/action/TripCrudAction.java 220 Avoid variables with short names like t
4463 src/com/gps/action/TripCrudAction.java 220 Found 'DD'-anomaly for variable 't' (lines '220'-'223').
4464 src/com/gps/action/TripCrudAction.java 228 Position literals first in String comparisons
4465 src/com/gps/action/TripCrudAction.java 228 Potential violation of Law of Demeter (object not created locally)
4466 src/com/gps/action/TripCrudAction.java 233 The String literal "size" appears 4 times in this file; the first occurrence is on line 233
4467 src/com/gps/action/TripCrudAction.java 235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4468 src/com/gps/action/TripCrudAction.java 235 Avoid empty catch blocks
4469 src/com/gps/action/TripCrudAction.java 240 A method should have only one exit point, and that should be the last statement in the method
4470 src/com/gps/action/TripCrudAction.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4471 src/com/gps/action/TripCrudAction.java 244 Avoid printStackTrace(); use a logger call instead.
4472 src/com/gps/action/TripCrudAction.java 244 Potential violation of Law of Demeter (object not created locally)
4473 src/com/gps/action/TripCrudAction.java 250 publicMethodCommentRequirement Required
4474 src/com/gps/action/TripCrudAction.java 255 Parameter 'tripList' is not assigned and could be declared final
4475 src/com/gps/action/TripCrudAction.java 255 publicMethodCommentRequirement Required
4476 src/com/gps/action/TripCrudAction.java 261 Avoid really long methods.
4477 src/com/gps/action/TripCrudAction.java 261 The method 'addTrip' has a Cyclomatic Complexity of 28.
4478 src/com/gps/action/TripCrudAction.java 261 The method addTrip() has an NPath complexity of 92164
4479 src/com/gps/action/TripCrudAction.java 261 publicMethodCommentRequirement Required
4480 src/com/gps/action/TripCrudAction.java 263 Found 'DD'-anomaly for variable 'data' (lines '263'-'301').
4481 src/com/gps/action/TripCrudAction.java 264 Found 'DU'-anomaly for variable 'startdate' (lines '264'-'454').
4482 src/com/gps/action/TripCrudAction.java 265 Found 'DD'-anomaly for variable 'place' (lines '265'-'302').
4483 src/com/gps/action/TripCrudAction.java 266 Found 'DD'-anomaly for variable 'extTrip' (lines '266'-'308').
4484 src/com/gps/action/TripCrudAction.java 267 Local variable 'udao' could be declared final
4485 src/com/gps/action/TripCrudAction.java 281 Potential violation of Law of Demeter (object not created locally)
4486 src/com/gps/action/TripCrudAction.java 282 Potential violation of Law of Demeter (method chain calls)
4487 src/com/gps/action/TripCrudAction.java 282 Potential violation of Law of Demeter (method chain calls)
4488 src/com/gps/action/TripCrudAction.java 282 Potential violation of Law of Demeter (method chain calls)
4489 src/com/gps/action/TripCrudAction.java 282 Potential violation of Law of Demeter (object not created locally)
4490 src/com/gps/action/TripCrudAction.java 294 Avoid using if...else statements without curly braces
4491 src/com/gps/action/TripCrudAction.java 296 Avoid using if...else statements without curly braces
4492 src/com/gps/action/TripCrudAction.java 308 Found 'DU'-anomaly for variable 'extTrip' (lines '308'-'454').
4493 src/com/gps/action/TripCrudAction.java 311 Potential violation of Law of Demeter (method chain calls)
4494 src/com/gps/action/TripCrudAction.java 321 Potential violation of Law of Demeter (method chain calls)
4495 src/com/gps/action/TripCrudAction.java 321 Potential violation of Law of Demeter (method chain calls)
4496 src/com/gps/action/TripCrudAction.java 325 Potential violation of Law of Demeter (method chain calls)
4497 src/com/gps/action/TripCrudAction.java 325 Potential violation of Law of Demeter (method chain calls)
4498 src/com/gps/action/TripCrudAction.java 325 Potential violation of Law of Demeter (object not created locally)
4499 src/com/gps/action/TripCrudAction.java 329 Avoid using Literals in Conditional Statements
4500 src/com/gps/action/TripCrudAction.java 329 Use equals() to compare strings instead of '==' or '!='
4501 src/com/gps/action/TripCrudAction.java 333 Avoid using Literals in Conditional Statements
4502 src/com/gps/action/TripCrudAction.java 333 Use equals() to compare strings instead of '==' or '!='
4503 src/com/gps/action/TripCrudAction.java 337 Avoid using Literals in Conditional Statements
4504 src/com/gps/action/TripCrudAction.java 337 Use equals() to compare strings instead of '==' or '!='
4505 src/com/gps/action/TripCrudAction.java 342 Avoid using Literals in Conditional Statements
4506 src/com/gps/action/TripCrudAction.java 342 Use equals() to compare strings instead of '==' or '!='
4507 src/com/gps/action/TripCrudAction.java 346 Avoid using Literals in Conditional Statements
4508 src/com/gps/action/TripCrudAction.java 346 Use equals() to compare strings instead of '==' or '!='
4509 src/com/gps/action/TripCrudAction.java 350 Avoid using Literals in Conditional Statements
4510 src/com/gps/action/TripCrudAction.java 350 Use equals() to compare strings instead of '==' or '!='
4511 src/com/gps/action/TripCrudAction.java 358 Local variable 'vpdao' could be declared final
4512 src/com/gps/action/TripCrudAction.java 359 Local variable 'trips' could be declared final
4513 src/com/gps/action/TripCrudAction.java 359 Potential violation of Law of Demeter (method chain calls)
4514 src/com/gps/action/TripCrudAction.java 359 Potential violation of Law of Demeter (method chain calls)
4515 src/com/gps/action/TripCrudAction.java 359 Potential violation of Law of Demeter (object not created locally)
4516 src/com/gps/action/TripCrudAction.java 360 Avoid variables with short names like s
4517 src/com/gps/action/TripCrudAction.java 360 Local variable 's' could be declared final
4518 src/com/gps/action/TripCrudAction.java 360 Potential violation of Law of Demeter (object not created locally)
4519 src/com/gps/action/TripCrudAction.java 362 Avoid using Literals in Conditional Statements
4520 src/com/gps/action/TripCrudAction.java 364 Comment is too large: Line too long
4521 src/com/gps/action/TripCrudAction.java 365 Local variable 'trip1' could be declared final
4522 src/com/gps/action/TripCrudAction.java 375 Comment is too large: Line too long
4523 src/com/gps/action/TripCrudAction.java 378 Avoid variables with short names like ut
4524 src/com/gps/action/TripCrudAction.java 378 Local variable 'ut' could be declared final
4525 src/com/gps/action/TripCrudAction.java 379 Potential violation of Law of Demeter (method chain calls)
4526 src/com/gps/action/TripCrudAction.java 379 Potential violation of Law of Demeter (method chain calls)
4527 src/com/gps/action/TripCrudAction.java 379 Potential violation of Law of Demeter (object not created locally)
4528 src/com/gps/action/TripCrudAction.java 384 Found 'DU'-anomaly for variable 'vpdao' (lines '384'-'454').
4529 src/com/gps/action/TripCrudAction.java 384 Local variable 'vpdao' could be declared final
4530 src/com/gps/action/TripCrudAction.java 387 Avoid if (x != y) ..; else ..;
4531 src/com/gps/action/TripCrudAction.java 389 There is log block not surrounded by if
4532 src/com/gps/action/TripCrudAction.java 389 There is log block not surrounded by if
4533 src/com/gps/action/TripCrudAction.java 391 Potential violation of Law of Demeter (method chain calls)
4534 src/com/gps/action/TripCrudAction.java 393 There is log block not surrounded by if
4535 src/com/gps/action/TripCrudAction.java 393 There is log block not surrounded by if
4536 src/com/gps/action/TripCrudAction.java 397 Potential violation of Law of Demeter (method chain calls)
4537 src/com/gps/action/TripCrudAction.java 397 Potential violation of Law of Demeter (method chain calls)
4538 src/com/gps/action/TripCrudAction.java 397 Potential violation of Law of Demeter (object not created locally)
4539 src/com/gps/action/TripCrudAction.java 405 Potential violation of Law of Demeter (method chain calls)
4540 src/com/gps/action/TripCrudAction.java 405 Potential violation of Law of Demeter (method chain calls)
4541 src/com/gps/action/TripCrudAction.java 405 Potential violation of Law of Demeter (object not created locally)
4542 src/com/gps/action/TripCrudAction.java 412 Potential violation of Law of Demeter (object not created locally)
4543 src/com/gps/action/TripCrudAction.java 417 There is log block not surrounded by if
4544 src/com/gps/action/TripCrudAction.java 417 There is log block not surrounded by if
4545 src/com/gps/action/TripCrudAction.java 423 The String literal "trip" appears 4 times in this file; the first occurrence is on line 423
4546 src/com/gps/action/TripCrudAction.java 424 A method should have only one exit point, and that should be the last statement in the method
4547 src/com/gps/action/TripCrudAction.java 429 Potential violation of Law of Demeter (object not created locally)
4548 src/com/gps/action/TripCrudAction.java 430 New exception is thrown in catch block, original stack trace may be lost
4549 src/com/gps/action/TripCrudAction.java 430 Potential violation of Law of Demeter (object not created locally)
4550 src/com/gps/action/TripCrudAction.java 437 New exception is thrown in catch block, original stack trace may be lost
4551 src/com/gps/action/TripCrudAction.java 444 New exception is thrown in catch block, original stack trace may be lost
4552 src/com/gps/action/TripCrudAction.java 448 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4553 src/com/gps/action/TripCrudAction.java 450 Potential violation of Law of Demeter (object not created locally)
4554 src/com/gps/action/TripCrudAction.java 450 There is log block not surrounded by if
4555 src/com/gps/action/TripCrudAction.java 451 Avoid printStackTrace(); use a logger call instead.
4556 src/com/gps/action/TripCrudAction.java 451 Potential violation of Law of Demeter (object not created locally)
4557 src/com/gps/action/TripCrudAction.java 456 publicMethodCommentRequirement Required
4558 src/com/gps/action/TripCrudAction.java 462 Avoid variables with short names like ch
4559 src/com/gps/action/TripCrudAction.java 462 Local variable 'ch' could be declared final
4560 src/com/gps/action/TripCrudAction.java 467 Avoid empty if statements
4561 src/com/gps/action/TripCrudAction.java 472 Avoid using if...else statements without curly braces
4562 src/com/gps/action/TripCrudAction.java 474 A method should have only one exit point, and that should be the last statement in the method
4563 src/com/gps/action/TripCrudAction.java 476 A catch statement that catches an exception only to wrap it in a new instance of the same type of exception and throw it should be avoided
4564 src/com/gps/action/TripCrudAction.java 479 New exception is thrown in catch block, original stack trace may be lost
4565 src/com/gps/action/TripCrudAction.java 479 Potential violation of Law of Demeter (object not created locally)
4566 src/com/gps/action/TripCrudAction.java 485 New exception is thrown in catch block, original stack trace may be lost
4567 src/com/gps/action/TripCrudAction.java 492 New exception is thrown in catch block, original stack trace may be lost
4568 src/com/gps/action/TripCrudAction.java 496 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4569 src/com/gps/action/TripCrudAction.java 498 Potential violation of Law of Demeter (object not created locally)
4570 src/com/gps/action/TripCrudAction.java 498 There is log block not surrounded by if
4571 src/com/gps/action/TripCrudAction.java 499 Avoid printStackTrace(); use a logger call instead.
4572 src/com/gps/action/TripCrudAction.java 499 Potential violation of Law of Demeter (object not created locally)
4573 src/com/gps/action/TripCrudAction.java 507 publicMethodCommentRequirement Required
4574 src/com/gps/action/TripCrudAction.java 510 There is log block not surrounded by if
4575 src/com/gps/action/TripCrudAction.java 510 There is log block not surrounded by if
4576 src/com/gps/action/TripCrudAction.java 513 There is log block not surrounded by if
4577 src/com/gps/action/TripCrudAction.java 513 There is log block not surrounded by if
4578 src/com/gps/action/TripCrudAction.java 514 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4579 src/com/gps/action/TripCrudAction.java 516 Potential violation of Law of Demeter (object not created locally)
4580 src/com/gps/action/TripCrudAction.java 516 There is log block not surrounded by if
4581 src/com/gps/action/TripCrudAction.java 517 Avoid printStackTrace(); use a logger call instead.
4582 src/com/gps/action/TripCrudAction.java 517 Potential violation of Law of Demeter (object not created locally)
4583 src/com/gps/action/TripCrudAction.java 518 A method should have only one exit point, and that should be the last statement in the method
4584 src/com/gps/action/TripCrudAction.java 523 publicMethodCommentRequirement Required
4585 src/com/gps/action/TripCrudAction.java 526 Local variable 'value' could be declared final
4586 src/com/gps/action/TripCrudAction.java 527 Consider simply returning the value vs storing it in local variable 'value'
4587 src/com/gps/action/TripCrudAction.java 540 Local variable 'str' could be declared final
4588 src/com/gps/action/TripCrudAction.java 542 Found 'DU'-anomaly for variable 'rdao' (lines '542'-'588').
4589 src/com/gps/action/TripCrudAction.java 542 Local variable 'rdao' could be declared final
4590 src/com/gps/action/TripCrudAction.java 549 There is log block not surrounded by if
4591 src/com/gps/action/TripCrudAction.java 549 There is log block not surrounded by if
4592 src/com/gps/action/TripCrudAction.java 555 Potential violation of Law of Demeter (object not created locally)
4593 src/com/gps/action/TripCrudAction.java 573 Position literals first in String comparisons
4594 src/com/gps/action/TripCrudAction.java 573 Potential violation of Law of Demeter (object not created locally)
4595 src/com/gps/action/TripCrudAction.java 575 Local variable 'size' could be declared final
4596 src/com/gps/action/TripCrudAction.java 577 Avoid variables with short names like sg
4597 src/com/gps/action/TripCrudAction.java 577 Local variable 'sg' could be declared final
4598 src/com/gps/action/TripCrudAction.java 581 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4599 src/com/gps/action/TripCrudAction.java 583 Potential violation of Law of Demeter (object not created locally)
4600 src/com/gps/action/TripCrudAction.java 583 There is log block not surrounded by if
4601 src/com/gps/action/TripCrudAction.java 584 Avoid printStackTrace(); use a logger call instead.
4602 src/com/gps/action/TripCrudAction.java 584 Potential violation of Law of Demeter (object not created locally)
4603 src/com/gps/action/TripCrudAction.java 585 A method should have only one exit point, and that should be the last statement in the method
4604 src/com/gps/action/TripCrudAction.java 590 publicMethodCommentRequirement Required
4605 src/com/gps/action/TripCrudAction.java 592 Found 'DU'-anomaly for variable 'rdao' (lines '592'-'623').
4606 src/com/gps/action/TripCrudAction.java 592 Local variable 'rdao' could be declared final
4607 src/com/gps/action/TripCrudAction.java 598 There is log block not surrounded by if
4608 src/com/gps/action/TripCrudAction.java 598 There is log block not surrounded by if
4609 src/com/gps/action/TripCrudAction.java 604 Potential violation of Law of Demeter (object not created locally)
4610 src/com/gps/action/TripCrudAction.java 611 Avoid variables with short names like sg
4611 src/com/gps/action/TripCrudAction.java 611 Local variable 'sg' could be declared final
4612 src/com/gps/action/TripCrudAction.java 616 A method should have only one exit point, and that should be the last statement in the method
4613 src/com/gps/action/TripCrudAction.java 618 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4614 src/com/gps/action/TripCrudAction.java 620 Avoid printStackTrace(); use a logger call instead.
4615 src/com/gps/action/TripCrudAction.java 620 Potential violation of Law of Demeter (object not created locally)
4616 src/com/gps/action/TripCrudAction.java 627 Comment is too large: Line too long
4617 src/com/gps/action/TripCrudAction.java 628 Found 'UR'-anomaly for variable 'fence' (lines '628'-'653').
4618 src/com/gps/action/TripCrudAction.java 628 publicMethodCommentRequirement Required
4619 src/com/gps/action/TripCrudAction.java 630 Found 'DU'-anomaly for variable 'pickups' (lines '630'-'688').
4620 src/com/gps/action/TripCrudAction.java 630 Local variable 'pickups' could be declared final
4621 src/com/gps/action/TripCrudAction.java 631 Found 'DU'-anomaly for variable 'count' (lines '631'-'688').
4622 src/com/gps/action/TripCrudAction.java 637 There is log block not surrounded by if
4623 src/com/gps/action/TripCrudAction.java 637 There is log block not surrounded by if
4624 src/com/gps/action/TripCrudAction.java 641 Avoid idempotent operations (like assigning a variable to itself).
4625 src/com/gps/action/TripCrudAction.java 649 Avoid using Literals in Conditional Statements
4626 src/com/gps/action/TripCrudAction.java 649 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4627 src/com/gps/action/TripCrudAction.java 650 Local variable 'fence' could be declared final
4628 src/com/gps/action/TripCrudAction.java 653 Potential violation of Law of Demeter (object not created locally)
4629 src/com/gps/action/TripCrudAction.java 655 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
4630 src/com/gps/action/TripCrudAction.java 655 Potential violation of Law of Demeter (object not created locally)
4631 src/com/gps/action/TripCrudAction.java 655 Potential violation of Law of Demeter (object not created locally)
4632 src/com/gps/action/TripCrudAction.java 656 Potential violation of Law of Demeter (object not created locally)
4633 src/com/gps/action/TripCrudAction.java 656 Potential violation of Law of Demeter (object not created locally)
4634 src/com/gps/action/TripCrudAction.java 656 Potential violation of Law of Demeter (object not created locally)
4635 src/com/gps/action/TripCrudAction.java 656 Potential violation of Law of Demeter (object not created locally)
4636 src/com/gps/action/TripCrudAction.java 663 Potential violation of Law of Demeter (object not created locally)
4637 src/com/gps/action/TripCrudAction.java 673 There is log block not surrounded by if
4638 src/com/gps/action/TripCrudAction.java 673 There is log block not surrounded by if
4639 src/com/gps/action/TripCrudAction.java 678 Potential violation of Law of Demeter (method chain calls)
4640 src/com/gps/action/TripCrudAction.java 683 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4641 src/com/gps/action/TripCrudAction.java 685 Avoid printStackTrace(); use a logger call instead.
4642 src/com/gps/action/TripCrudAction.java 685 Potential violation of Law of Demeter (object not created locally)
4643 src/com/gps/action/TripCrudAction.java 693 publicMethodCommentRequirement Required
4644 src/com/gps/action/TripCrudAction.java 701 Local variable 'tdao' could be declared final
4645 src/com/gps/action/TripCrudAction.java 704 Potential violation of Law of Demeter (method chain calls)
4646 src/com/gps/action/TripCrudAction.java 704 Potential violation of Law of Demeter (object not created locally)
4647 src/com/gps/action/TripCrudAction.java 705 Potential violation of Law of Demeter (object not created locally)
4648 src/com/gps/action/TripCrudAction.java 706 Local variable 'tpdao' could be declared final
4649 src/com/gps/action/TripCrudAction.java 707 Potential violation of Law of Demeter (object not created locally)
4650 src/com/gps/action/TripCrudAction.java 709 Found 'DU'-anomaly for variable 'vpdo' (lines '709'-'740').
4651 src/com/gps/action/TripCrudAction.java 709 Local variable 'vpdo' could be declared final
4652 src/com/gps/action/TripCrudAction.java 715 Avoid if (x != y) ..; else ..;
4653 src/com/gps/action/TripCrudAction.java 717 Potential violation of Law of Demeter (method chain calls)
4654 src/com/gps/action/TripCrudAction.java 718 Potential violation of Law of Demeter (object not created locally)
4655 src/com/gps/action/TripCrudAction.java 722 There is log block not surrounded by if
4656 src/com/gps/action/TripCrudAction.java 722 There is log block not surrounded by if
4657 src/com/gps/action/TripCrudAction.java 725 Assigning an Object to null is a code smell. Consider refactoring.
4658 src/com/gps/action/TripCrudAction.java 728 Assigning an Object to null is a code smell. Consider refactoring.
4659 src/com/gps/action/TripCrudAction.java 729 A method should have only one exit point, and that should be the last statement in the method
4660 src/com/gps/action/TripCrudAction.java 733 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4661 src/com/gps/action/TripCrudAction.java 735 There is log block not surrounded by if
4662 src/com/gps/action/TripCrudAction.java 736 Avoid printStackTrace(); use a logger call instead.
4663 src/com/gps/action/TripCrudAction.java 736 Potential violation of Law of Demeter (object not created locally)
4664 src/com/gps/action/TripCrudAction.java 743 Parameter 'vehicles' is not assigned and could be declared final
4665 src/com/gps/action/TripCrudAction.java 743 publicMethodCommentRequirement Required
4666 src/com/gps/action/TripCrudAction.java 748 publicMethodCommentRequirement Required
4667 src/com/gps/action/TripCrudAction.java 752 Parameter 'trip' is not assigned and could be declared final
4668 src/com/gps/action/TripCrudAction.java 752 publicMethodCommentRequirement Required
4669 src/com/gps/action/TripCrudAction.java 757 publicMethodCommentRequirement Required
4670 src/com/gps/action/TripCrudAction.java 762 Parameter 'tripid' is not assigned and could be declared final
4671 src/com/gps/action/TripCrudAction.java 762 publicMethodCommentRequirement Required
4672 src/com/gps/action/TripCrudAction.java 766 publicMethodCommentRequirement Required
4673 src/com/gps/action/TripCrudAction.java 771 publicMethodCommentRequirement Required
4674 src/com/gps/action/TripCrudAction.java 776 Parameter 'message' is not assigned and could be declared final
4675 src/com/gps/action/TripCrudAction.java 776 publicMethodCommentRequirement Required
4676 src/com/gps/action/TripCrudAction.java 781 Parameter 'arg0' is not assigned and could be declared final
4677 src/com/gps/action/TripCrudAction.java 781 publicMethodCommentRequirement Required
4678 src/com/gps/action/UserNotificationAction.java 2 A high number of imports can indicate a high degree of coupling within an object.
4679 src/com/gps/action/UserNotificationAction.java 2 Possible God class (WMC=78, ATFD=45, TCC=0.05454545454545454)
4680 src/com/gps/action/UserNotificationAction.java 2 This class has a bunch of public methods and attributes
4681 src/com/gps/action/UserNotificationAction.java 12 Avoid unused imports such as 'net.sf.json.JSONSerializer'
4682 src/com/gps/action/UserNotificationAction.java 16 Avoid unused imports such as 'com.gps.dao.DeviceProcessDAO'
4683 src/com/gps/action/UserNotificationAction.java 17 Avoid unused imports such as 'com.gps.dao.TripProcessDAO'
4684 src/com/gps/action/UserNotificationAction.java 21 Avoid unused imports such as 'com.gps.exception.NullFieldsException'
4685 src/com/gps/action/UserNotificationAction.java 22 Avoid unused imports such as 'com.gps.hibernate.Device'
4686 src/com/gps/action/UserNotificationAction.java 23 Avoid unused imports such as 'com.gps.hibernate.Geofence'
4687 src/com/gps/action/UserNotificationAction.java 31 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
4688 src/com/gps/action/UserNotificationAction.java 32 Avoid unused imports such as 'com.opensymphony.xwork2.Preparable'
4689 src/com/gps/action/UserNotificationAction.java 34 Avoid duplicate imports such as 'org.apache.log4j.Logger'
4690 src/com/gps/action/UserNotificationAction.java 42 The class 'UserNotificationAction' has a Cyclomatic Complexity of 2 (Highest = 10).
4691 src/com/gps/action/UserNotificationAction.java 42 Too many fields
4692 src/com/gps/action/UserNotificationAction.java 42 headerCommentRequirement Required
4693 src/com/gps/action/UserNotificationAction.java 43 This class has too many methods, consider refactoring it.
4694 src/com/gps/action/UserNotificationAction.java 46 Use explicit scoping instead of the default package private level
4695 src/com/gps/action/UserNotificationAction.java 46 fieldCommentRequirement Required
4696 src/com/gps/action/UserNotificationAction.java 47 Use explicit scoping instead of the default package private level
4697 src/com/gps/action/UserNotificationAction.java 47 fieldCommentRequirement Required
4698 src/com/gps/action/UserNotificationAction.java 48 Use explicit scoping instead of the default package private level
4699 src/com/gps/action/UserNotificationAction.java 48 fieldCommentRequirement Required
4700 src/com/gps/action/UserNotificationAction.java 49 Use explicit scoping instead of the default package private level
4701 src/com/gps/action/UserNotificationAction.java 49 fieldCommentRequirement Required
4702 src/com/gps/action/UserNotificationAction.java 50 publicMethodCommentRequirement Required
4703 src/com/gps/action/UserNotificationAction.java 57 Parameter 'tripid' is not assigned and could be declared final
4704 src/com/gps/action/UserNotificationAction.java 57 publicMethodCommentRequirement Required
4705 src/com/gps/action/UserNotificationAction.java 62 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4706 src/com/gps/action/UserNotificationAction.java 62 fieldCommentRequirement Required
4707 src/com/gps/action/UserNotificationAction.java 63 publicMethodCommentRequirement Required
4708 src/com/gps/action/UserNotificationAction.java 70 Parameter 'landmark' is not assigned and could be declared final
4709 src/com/gps/action/UserNotificationAction.java 70 publicMethodCommentRequirement Required
4710 src/com/gps/action/UserNotificationAction.java 77 publicMethodCommentRequirement Required
4711 src/com/gps/action/UserNotificationAction.java 84 Parameter 'geofenceid' is not assigned and could be declared final
4712 src/com/gps/action/UserNotificationAction.java 84 publicMethodCommentRequirement Required
4713 src/com/gps/action/UserNotificationAction.java 91 publicMethodCommentRequirement Required
4714 src/com/gps/action/UserNotificationAction.java 96 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4715 src/com/gps/action/UserNotificationAction.java 96 Found non-transient, non-static member. Please mark as transient or provide accessors.
4716 src/com/gps/action/UserNotificationAction.java 96 fieldCommentRequirement Required
4717 src/com/gps/action/UserNotificationAction.java 98 publicMethodCommentRequirement Required
4718 src/com/gps/action/UserNotificationAction.java 105 Parameter 'request' is not assigned and could be declared final
4719 src/com/gps/action/UserNotificationAction.java 105 publicMethodCommentRequirement Required
4720 src/com/gps/action/UserNotificationAction.java 112 publicMethodCommentRequirement Required
4721 src/com/gps/action/UserNotificationAction.java 119 Parameter 'respose' is not assigned and could be declared final
4722 src/com/gps/action/UserNotificationAction.java 119 publicMethodCommentRequirement Required
4723 src/com/gps/action/UserNotificationAction.java 126 Parameter 'usergeo' is not assigned and could be declared final
4724 src/com/gps/action/UserNotificationAction.java 126 publicMethodCommentRequirement Required
4725 src/com/gps/action/UserNotificationAction.java 130 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4726 src/com/gps/action/UserNotificationAction.java 130 Found non-transient, non-static member. Please mark as transient or provide accessors.
4727 src/com/gps/action/UserNotificationAction.java 130 Use explicit scoping instead of the default package private level
4728 src/com/gps/action/UserNotificationAction.java 130 fieldCommentRequirement Required
4729 src/com/gps/action/UserNotificationAction.java 131 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4730 src/com/gps/action/UserNotificationAction.java 131 Use explicit scoping instead of the default package private level
4731 src/com/gps/action/UserNotificationAction.java 131 fieldCommentRequirement Required
4732 src/com/gps/action/UserNotificationAction.java 132 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4733 src/com/gps/action/UserNotificationAction.java 132 Use explicit scoping instead of the default package private level
4734 src/com/gps/action/UserNotificationAction.java 132 fieldCommentRequirement Required
4735 src/com/gps/action/UserNotificationAction.java 133 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4736 src/com/gps/action/UserNotificationAction.java 133 Use explicit scoping instead of the default package private level
4737 src/com/gps/action/UserNotificationAction.java 133 fieldCommentRequirement Required
4738 src/com/gps/action/UserNotificationAction.java 135 publicMethodCommentRequirement Required
4739 src/com/gps/action/UserNotificationAction.java 142 Parameter 'geoid' is not assigned and could be declared final
4740 src/com/gps/action/UserNotificationAction.java 142 publicMethodCommentRequirement Required
4741 src/com/gps/action/UserNotificationAction.java 146 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4742 src/com/gps/action/UserNotificationAction.java 146 fieldCommentRequirement Required
4743 src/com/gps/action/UserNotificationAction.java 147 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4744 src/com/gps/action/UserNotificationAction.java 147 fieldCommentRequirement Required
4745 src/com/gps/action/UserNotificationAction.java 148 publicMethodCommentRequirement Required
4746 src/com/gps/action/UserNotificationAction.java 155 Parameter 'phone' is not assigned and could be declared final
4747 src/com/gps/action/UserNotificationAction.java 155 publicMethodCommentRequirement Required
4748 src/com/gps/action/UserNotificationAction.java 159 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4749 src/com/gps/action/UserNotificationAction.java 159 The Logger variable declaration does not contain the static and final modifiers
4750 src/com/gps/action/UserNotificationAction.java 159 Use explicit scoping instead of the default package private level
4751 src/com/gps/action/UserNotificationAction.java 159 fieldCommentRequirement Required
4752 src/com/gps/action/UserNotificationAction.java 160 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4753 src/com/gps/action/UserNotificationAction.java 160 fieldCommentRequirement Required
4754 src/com/gps/action/UserNotificationAction.java 161 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4755 src/com/gps/action/UserNotificationAction.java 161 fieldCommentRequirement Required
4756 src/com/gps/action/UserNotificationAction.java 162 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4757 src/com/gps/action/UserNotificationAction.java 162 fieldCommentRequirement Required
4758 src/com/gps/action/UserNotificationAction.java 163 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
4759 src/com/gps/action/UserNotificationAction.java 163 fieldCommentRequirement Required
4760 src/com/gps/action/UserNotificationAction.java 166 publicMethodCommentRequirement Required
4761 src/com/gps/action/UserNotificationAction.java 173 Parameter 'screenlist' is not assigned and could be declared final
4762 src/com/gps/action/UserNotificationAction.java 173 publicMethodCommentRequirement Required
4763 src/com/gps/action/UserNotificationAction.java 180 publicMethodCommentRequirement Required
4764 src/com/gps/action/UserNotificationAction.java 187 Parameter 'userGeoList' is not assigned and could be declared final
4765 src/com/gps/action/UserNotificationAction.java 187 publicMethodCommentRequirement Required
4766 src/com/gps/action/UserNotificationAction.java 194 publicMethodCommentRequirement Required
4767 src/com/gps/action/UserNotificationAction.java 201 Parameter 'mobList' is not assigned and could be declared final
4768 src/com/gps/action/UserNotificationAction.java 201 publicMethodCommentRequirement Required
4769 src/com/gps/action/UserNotificationAction.java 208 publicMethodCommentRequirement Required
4770 src/com/gps/action/UserNotificationAction.java 215 Parameter 'usertrips' is not assigned and could be declared final
4771 src/com/gps/action/UserNotificationAction.java 215 publicMethodCommentRequirement Required
4772 src/com/gps/action/UserNotificationAction.java 222 publicMethodCommentRequirement Required
4773 src/com/gps/action/UserNotificationAction.java 229 Parameter 'userList' is not assigned and could be declared final
4774 src/com/gps/action/UserNotificationAction.java 229 publicMethodCommentRequirement Required
4775 src/com/gps/action/UserNotificationAction.java 234 publicMethodCommentRequirement Required
4776 src/com/gps/action/UserNotificationAction.java 241 Avoid really long methods.
4777 src/com/gps/action/UserNotificationAction.java 241 The method 'addAssociation' has a Cyclomatic Complexity of 10.
4778 src/com/gps/action/UserNotificationAction.java 241 publicMethodCommentRequirement Required
4779 src/com/gps/action/UserNotificationAction.java 245 Local variable 'tpDAO' could be declared final
4780 src/com/gps/action/UserNotificationAction.java 252 Potential violation of Law of Demeter (method chain calls)
4781 src/com/gps/action/UserNotificationAction.java 252 Potential violation of Law of Demeter (method chain calls)
4782 src/com/gps/action/UserNotificationAction.java 252 Potential violation of Law of Demeter (object not created locally)
4783 src/com/gps/action/UserNotificationAction.java 254 Found 'DU'-anomaly for variable 'undao' (lines '254'-'344').
4784 src/com/gps/action/UserNotificationAction.java 254 Local variable 'undao' could be declared final
4785 src/com/gps/action/UserNotificationAction.java 255 Avoid variables with short names like id
4786 src/com/gps/action/UserNotificationAction.java 255 Local variable 'id' could be declared final
4787 src/com/gps/action/UserNotificationAction.java 256 Local variable 'tripid' could be declared final
4788 src/com/gps/action/UserNotificationAction.java 256 The String literal "tripid" appears 4 times in this file; the first occurrence is on line 256
4789 src/com/gps/action/UserNotificationAction.java 257 Found 'DU'-anomaly for variable 'tid' (lines '257'-'344').
4790 src/com/gps/action/UserNotificationAction.java 257 Local variable 'tid' could be declared final
4791 src/com/gps/action/UserNotificationAction.java 258 There is log block not surrounded by if
4792 src/com/gps/action/UserNotificationAction.java 258 There is log block not surrounded by if
4793 src/com/gps/action/UserNotificationAction.java 260 Potential violation of Law of Demeter (object not created locally)
4794 src/com/gps/action/UserNotificationAction.java 265 Position literals first in String comparisons
4795 src/com/gps/action/UserNotificationAction.java 265 Potential violation of Law of Demeter (object not created locally)
4796 src/com/gps/action/UserNotificationAction.java 265 Use equals() to compare strings instead of '==' or '!='
4797 src/com/gps/action/UserNotificationAction.java 267 There is log block not surrounded by if
4798 src/com/gps/action/UserNotificationAction.java 267 There is log block not surrounded by if
4799 src/com/gps/action/UserNotificationAction.java 269 Avoid using if statements without curly braces
4800 src/com/gps/action/UserNotificationAction.java 269 Potential violation of Law of Demeter (method chain calls)
4801 src/com/gps/action/UserNotificationAction.java 269 Potential violation of Law of Demeter (object not created locally)
4802 src/com/gps/action/UserNotificationAction.java 270 A method should have only one exit point, and that should be the last statement in the method
4803 src/com/gps/action/UserNotificationAction.java 273 Potential violation of Law of Demeter (object not created locally)
4804 src/com/gps/action/UserNotificationAction.java 285 Local variable 'geofid' could be declared final
4805 src/com/gps/action/UserNotificationAction.java 286 Avoid declaring a variable if it is unreferenced before a possible exit point.
4806 src/com/gps/action/UserNotificationAction.java 287 Avoid declaring a variable if it is unreferenced before a possible exit point.
4807 src/com/gps/action/UserNotificationAction.java 288 Potential violation of Law of Demeter (object not created locally)
4808 src/com/gps/action/UserNotificationAction.java 289 There is log block not surrounded by if
4809 src/com/gps/action/UserNotificationAction.java 289 There is log block not surrounded by if
4810 src/com/gps/action/UserNotificationAction.java 291 Avoid empty if statements
4811 src/com/gps/action/UserNotificationAction.java 295 Avoid using if statements without curly braces
4812 src/com/gps/action/UserNotificationAction.java 295 Potential violation of Law of Demeter (method chain calls)
4813 src/com/gps/action/UserNotificationAction.java 295 Potential violation of Law of Demeter (object not created locally)
4814 src/com/gps/action/UserNotificationAction.java 296 A method should have only one exit point, and that should be the last statement in the method
4815 src/com/gps/action/UserNotificationAction.java 298 Potential violation of Law of Demeter (object not created locally)
4816 src/com/gps/action/UserNotificationAction.java 301 Comment is too large: Line too long
4817 src/com/gps/action/UserNotificationAction.java 305 Potential violation of Law of Demeter (object not created locally)
4818 src/com/gps/action/UserNotificationAction.java 310 Comment is too large: Line too long
4819 src/com/gps/action/UserNotificationAction.java 320 Local variable 'usid' could be declared final
4820 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4821 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4822 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4823 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4824 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4825 src/com/gps/action/UserNotificationAction.java 320 Potential violation of Law of Demeter (method chain calls)
4826 src/com/gps/action/UserNotificationAction.java 321 Potential violation of Law of Demeter (object not created locally)
4827 src/com/gps/action/UserNotificationAction.java 323 Potential violation of Law of Demeter (object not created locally)
4828 src/com/gps/action/UserNotificationAction.java 337 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4829 src/com/gps/action/UserNotificationAction.java 339 Avoid printStackTrace(); use a logger call instead.
4830 src/com/gps/action/UserNotificationAction.java 339 Potential violation of Law of Demeter (object not created locally)
4831 src/com/gps/action/UserNotificationAction.java 341 The String literal "success" appears 5 times in this file; the first occurrence is on line 341
4832 src/com/gps/action/UserNotificationAction.java 347 publicMethodCommentRequirement Required
4833 src/com/gps/action/UserNotificationAction.java 350 Avoid variables with short names like id
4834 src/com/gps/action/UserNotificationAction.java 350 Local variable 'id' could be declared final
4835 src/com/gps/action/UserNotificationAction.java 353 Avoid declaring a variable if it is unreferenced before a possible exit point.
4836 src/com/gps/action/UserNotificationAction.java 353 Avoid unused local variables such as 'geofid'.
4837 src/com/gps/action/UserNotificationAction.java 353 Found 'DU'-anomaly for variable 'geofid' (lines '353'-'355').
4838 src/com/gps/action/UserNotificationAction.java 353 Local variable 'geofid' could be declared final
4839 src/com/gps/action/UserNotificationAction.java 359 publicMethodCommentRequirement Required
4840 src/com/gps/action/UserNotificationAction.java 361 Local variable 'array' could be declared final
4841 src/com/gps/action/UserNotificationAction.java 363 Local variable 'userid' could be declared final
4842 src/com/gps/action/UserNotificationAction.java 365 Local variable 'gid' could be declared final
4843 src/com/gps/action/UserNotificationAction.java 367 Local variable 'undao' could be declared final
4844 src/com/gps/action/UserNotificationAction.java 368 Found 'DD'-anomaly for variable 'mobileList' (lines '368'-'389').
4845 src/com/gps/action/UserNotificationAction.java 369 Potential violation of Law of Demeter (object not created locally)
4846 src/com/gps/action/UserNotificationAction.java 376 Local variable 'numberList' could be declared final
4847 src/com/gps/action/UserNotificationAction.java 379 Local variable 'nList' could be declared final
4848 src/com/gps/action/UserNotificationAction.java 379 Potential violation of Law of Demeter (method chain calls)
4849 src/com/gps/action/UserNotificationAction.java 379 Potential violation of Law of Demeter (method chain calls)
4850 src/com/gps/action/UserNotificationAction.java 380 Potential violation of Law of Demeter (object not created locally)
4851 src/com/gps/action/UserNotificationAction.java 389 Potential violation of Law of Demeter (object not created locally)
4852 src/com/gps/action/UserNotificationAction.java 390 Potential violation of Law of Demeter (object not created locally)
4853 src/com/gps/action/UserNotificationAction.java 392 Comment is too large: Line too long
4854 src/com/gps/action/UserNotificationAction.java 394 Potential violation of Law of Demeter (object not created locally)
4855 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (method chain calls)
4856 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (method chain calls)
4857 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (method chain calls)
4858 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (method chain calls)
4859 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (method chain calls)
4860 src/com/gps/action/UserNotificationAction.java 397 Potential violation of Law of Demeter (object not created locally)
4861 src/com/gps/action/UserNotificationAction.java 397 This statement may have some unnecessary parentheses
4862 src/com/gps/action/UserNotificationAction.java 397 Useless parentheses.
4863 src/com/gps/action/UserNotificationAction.java 400 Comment is too large: Line too long
4864 src/com/gps/action/UserNotificationAction.java 402 Potential violation of Law of Demeter (object not created locally)
4865 src/com/gps/action/UserNotificationAction.java 411 Potential violation of Law of Demeter (object not created locally)
4866 src/com/gps/action/UserNotificationAction.java 412 Local variable 'output' could be declared final
4867 src/com/gps/action/UserNotificationAction.java 412 Potential violation of Law of Demeter (object not created locally)
4868 src/com/gps/action/UserNotificationAction.java 414 Potential violation of Law of Demeter (method chain calls)
4869 src/com/gps/action/UserNotificationAction.java 417 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4870 src/com/gps/action/UserNotificationAction.java 417 Avoid empty catch blocks
4871 src/com/gps/action/UserNotificationAction.java 424 publicMethodCommentRequirement Required
4872 src/com/gps/action/UserNotificationAction.java 426 Local variable 'array' could be declared final
4873 src/com/gps/action/UserNotificationAction.java 427 Local variable 'numberList' could be declared final
4874 src/com/gps/action/UserNotificationAction.java 428 Found 'DD'-anomaly for variable 'mobileList' (lines '428'-'458').
4875 src/com/gps/action/UserNotificationAction.java 431 Local variable 'undao' could be declared final
4876 src/com/gps/action/UserNotificationAction.java 435 Local variable 'userid' could be declared final
4877 src/com/gps/action/UserNotificationAction.java 436 Local variable 'gid' could be declared final
4878 src/com/gps/action/UserNotificationAction.java 440 Local variable 'uid' could be declared final
4879 src/com/gps/action/UserNotificationAction.java 441 Comment is too large: Line too long
4880 src/com/gps/action/UserNotificationAction.java 441 Potential violation of Law of Demeter (object not created locally)
4881 src/com/gps/action/UserNotificationAction.java 448 Local variable 'nList' could be declared final
4882 src/com/gps/action/UserNotificationAction.java 448 Potential violation of Law of Demeter (method chain calls)
4883 src/com/gps/action/UserNotificationAction.java 448 Potential violation of Law of Demeter (method chain calls)
4884 src/com/gps/action/UserNotificationAction.java 449 Potential violation of Law of Demeter (object not created locally)
4885 src/com/gps/action/UserNotificationAction.java 458 Potential violation of Law of Demeter (object not created locally)
4886 src/com/gps/action/UserNotificationAction.java 459 Potential violation of Law of Demeter (object not created locally)
4887 src/com/gps/action/UserNotificationAction.java 461 Comment is too large: Line too long
4888 src/com/gps/action/UserNotificationAction.java 463 Potential violation of Law of Demeter (object not created locally)
4889 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (method chain calls)
4890 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (method chain calls)
4891 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (method chain calls)
4892 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (method chain calls)
4893 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (method chain calls)
4894 src/com/gps/action/UserNotificationAction.java 466 Potential violation of Law of Demeter (object not created locally)
4895 src/com/gps/action/UserNotificationAction.java 466 This statement may have some unnecessary parentheses
4896 src/com/gps/action/UserNotificationAction.java 466 Useless parentheses.
4897 src/com/gps/action/UserNotificationAction.java 469 Comment is too large: Line too long
4898 src/com/gps/action/UserNotificationAction.java 471 Potential violation of Law of Demeter (object not created locally)
4899 src/com/gps/action/UserNotificationAction.java 481 Potential violation of Law of Demeter (object not created locally)
4900 src/com/gps/action/UserNotificationAction.java 482 Local variable 'output' could be declared final
4901 src/com/gps/action/UserNotificationAction.java 482 Potential violation of Law of Demeter (object not created locally)
4902 src/com/gps/action/UserNotificationAction.java 484 Potential violation of Law of Demeter (method chain calls)
4903 src/com/gps/action/UserNotificationAction.java 488 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4904 src/com/gps/action/UserNotificationAction.java 488 Avoid empty catch blocks
4905 src/com/gps/action/UserNotificationAction.java 497 publicMethodCommentRequirement Required
4906 src/com/gps/action/UserNotificationAction.java 500 Local variable 'landmark' could be declared final
4907 src/com/gps/action/UserNotificationAction.java 501 Local variable 'gid' could be declared final
4908 src/com/gps/action/UserNotificationAction.java 501 The String literal "geofenceid" appears 4 times in this file; the first occurrence is on line 501
4909 src/com/gps/action/UserNotificationAction.java 502 Local variable 'geofid' could be declared final
4910 src/com/gps/action/UserNotificationAction.java 505 Local variable 'undao' could be declared final
4911 src/com/gps/action/UserNotificationAction.java 511 publicMethodCommentRequirement Required
4912 src/com/gps/action/UserNotificationAction.java 513 Local variable 'undao' could be declared final
4913 src/com/gps/action/UserNotificationAction.java 514 Local variable 'gid' could be declared final
4914 src/com/gps/action/UserNotificationAction.java 515 Local variable 'geoid' could be declared final
4915 src/com/gps/action/UserNotificationAction.java 516 Local variable 'mobile1' could be declared final
4916 src/com/gps/action/UserNotificationAction.java 517 Local variable 'mobile2' could be declared final
4917 src/com/gps/action/UserNotificationAction.java 518 Local variable 'sess' could be declared final
4918 src/com/gps/action/UserNotificationAction.java 519 Local variable 'userid' could be declared final
4919 src/com/gps/action/UserNotificationAction.java 529 Local variable 'suc' could be declared final
4920 src/com/gps/action/UserNotificationAction.java 531 Local variable 'array' could be declared final
4921 src/com/gps/action/UserNotificationAction.java 533 Local variable 'output' could be declared final
4922 src/com/gps/action/UserNotificationAction.java 535 Potential violation of Law of Demeter (method chain calls)
4923 src/com/gps/action/UserNotificationAction.java 541 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4924 src/com/gps/action/UserNotificationAction.java 541 Avoid empty catch blocks
4925 src/com/gps/action/UserNotificationAction.java 550 publicMethodCommentRequirement Required
4926 src/com/gps/action/UserNotificationAction.java 552 Local variable 'undao' could be declared final
4927 src/com/gps/action/UserNotificationAction.java 553 Local variable 'gid' could be declared final
4928 src/com/gps/action/UserNotificationAction.java 554 There is log block not surrounded by if
4929 src/com/gps/action/UserNotificationAction.java 554 There is log block not surrounded by if
4930 src/com/gps/action/UserNotificationAction.java 555 Local variable 'geofid' could be declared final
4931 src/com/gps/action/UserNotificationAction.java 560 Local variable 'lmark' could be declared final
4932 src/com/gps/action/UserNotificationAction.java 561 There is log block not surrounded by if
4933 src/com/gps/action/UserNotificationAction.java 561 There is log block not surrounded by if
4934 src/com/gps/action/UserNotificationAction.java 562 Local variable 'array' could be declared final
4935 src/com/gps/action/UserNotificationAction.java 565 There is log block not surrounded by if
4936 src/com/gps/action/UserNotificationAction.java 565 There is log block not surrounded by if
4937 src/com/gps/action/UserNotificationAction.java 569 Avoid variables with short names like ex
4938 src/com/gps/action/UserNotificationAction.java 569 Local variable 'ex' could be declared final
4939 src/com/gps/action/UserNotificationAction.java 572 Local variable 'output' could be declared final
4940 src/com/gps/action/UserNotificationAction.java 574 Potential violation of Law of Demeter (method chain calls)
4941 src/com/gps/action/UserNotificationAction.java 578 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4942 src/com/gps/action/UserNotificationAction.java 578 Avoid empty catch blocks
4943 src/com/gps/action/UserNotificationAction.java 587 publicMethodCommentRequirement Required
4944 src/com/gps/action/UserNotificationAction.java 592 Local variable 'undao' could be declared final
4945 src/com/gps/action/UserNotificationAction.java 593 Avoid unused local variables such as 'ug'.
4946 src/com/gps/action/UserNotificationAction.java 593 Avoid variables with short names like ug
4947 src/com/gps/action/UserNotificationAction.java 593 Found 'DD'-anomaly for variable 'ug' (lines '593'-'603').
4948 src/com/gps/action/UserNotificationAction.java 594 Local variable 'pid' could be declared final
4949 src/com/gps/action/UserNotificationAction.java 596 Local variable 'mobile' could be declared final
4950 src/com/gps/action/UserNotificationAction.java 598 Local variable 'mysess1' could be declared final
4951 src/com/gps/action/UserNotificationAction.java 600 Local variable 'gid' could be declared final
4952 src/com/gps/action/UserNotificationAction.java 602 Local variable 'geofid' could be declared final
4953 src/com/gps/action/UserNotificationAction.java 603 Found 'DU'-anomaly for variable 'ug' (lines '603'-'626').
4954 src/com/gps/action/UserNotificationAction.java 603 Potential violation of Law of Demeter (object not created locally)
4955 src/com/gps/action/UserNotificationAction.java 609 Local variable 'suc' could be declared final
4956 src/com/gps/action/UserNotificationAction.java 611 Local variable 'array' could be declared final
4957 src/com/gps/action/UserNotificationAction.java 613 Local variable 'output' could be declared final
4958 src/com/gps/action/UserNotificationAction.java 615 Potential violation of Law of Demeter (method chain calls)
4959 src/com/gps/action/UserNotificationAction.java 620 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4960 src/com/gps/action/UserNotificationAction.java 620 Avoid empty catch blocks
4961 src/com/gps/action/UserNotificationAction.java 628 publicMethodCommentRequirement Required
4962 src/com/gps/action/UserNotificationAction.java 637 Local variable 'undao' could be declared final
4963 src/com/gps/action/UserNotificationAction.java 638 Local variable 'gid' could be declared final
4964 src/com/gps/action/UserNotificationAction.java 640 Local variable 'geofid' could be declared final
4965 src/com/gps/action/UserNotificationAction.java 641 Local variable 'mobile' could be declared final
4966 src/com/gps/action/UserNotificationAction.java 643 Potential violation of Law of Demeter (object not created locally)
4967 src/com/gps/action/UserNotificationAction.java 644 Local variable 'suc' could be declared final
4968 src/com/gps/action/UserNotificationAction.java 646 Local variable 'array' could be declared final
4969 src/com/gps/action/UserNotificationAction.java 648 Local variable 'output' could be declared final
4970 src/com/gps/action/UserNotificationAction.java 650 Potential violation of Law of Demeter (method chain calls)
4971 src/com/gps/action/UserNotificationAction.java 653 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4972 src/com/gps/action/UserNotificationAction.java 655 Avoid printStackTrace(); use a logger call instead.
4973 src/com/gps/action/UserNotificationAction.java 662 publicMethodCommentRequirement Required
4974 src/com/gps/action/UserNotificationAction.java 664 Local variable 'undao' could be declared final
4975 src/com/gps/action/UserNotificationAction.java 671 publicMethodCommentRequirement Required
4976 src/com/gps/action/UserNotificationAction.java 680 Local variable 'fname' could be declared final
4977 src/com/gps/action/UserNotificationAction.java 682 Local variable 'lname' could be declared final
4978 src/com/gps/action/UserNotificationAction.java 684 Local variable 'tid' could be declared final
4979 src/com/gps/action/UserNotificationAction.java 686 Local variable 'undao' could be declared final
4980 src/com/gps/action/UserNotificationAction.java 687 Potential violation of Law of Demeter (object not created locally)
4981 src/com/gps/action/UserNotificationAction.java 689 Found 'DU'-anomaly for variable 'userId' (lines '689'-'739').
4982 src/com/gps/action/UserNotificationAction.java 689 Local variable 'userId' could be declared final
4983 src/com/gps/action/UserNotificationAction.java 690 Found 'DU'-anomaly for variable 'sname' (lines '690'-'739').
4984 src/com/gps/action/UserNotificationAction.java 690 Local variable 'sname' could be declared final
4985 src/com/gps/action/UserNotificationAction.java 693 Local variable 'array' could be declared final
4986 src/com/gps/action/UserNotificationAction.java 694 Avoid using Literals in Conditional Statements
4987 src/com/gps/action/UserNotificationAction.java 694 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
4988 src/com/gps/action/UserNotificationAction.java 700 Comment is too large: Line too long
4989 src/com/gps/action/UserNotificationAction.java 701 Potential violation of Law of Demeter (method chain calls)
4990 src/com/gps/action/UserNotificationAction.java 701 Potential violation of Law of Demeter (method chain calls)
4991 src/com/gps/action/UserNotificationAction.java 701 Potential violation of Law of Demeter (method chain calls)
4992 src/com/gps/action/UserNotificationAction.java 701 Potential violation of Law of Demeter (method chain calls)
4993 src/com/gps/action/UserNotificationAction.java 702 Potential violation of Law of Demeter (method chain calls)
4994 src/com/gps/action/UserNotificationAction.java 702 Potential violation of Law of Demeter (method chain calls)
4995 src/com/gps/action/UserNotificationAction.java 727 Local variable 'output' could be declared final
4996 src/com/gps/action/UserNotificationAction.java 729 Potential violation of Law of Demeter (method chain calls)
4997 src/com/gps/action/UserNotificationAction.java 732 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
4998 src/com/gps/action/UserNotificationAction.java 735 Avoid printStackTrace(); use a logger call instead.
4999 src/com/gps/action/UserNotificationAction.java 735 Potential violation of Law of Demeter (object not created locally)
5000 src/com/gps/action/UserNotificationAction.java 742 publicMethodCommentRequirement Required
5001 src/com/gps/action/UserNotificationAction.java 745 Local variable 'utdao' could be declared final
5002 src/com/gps/action/UserNotificationAction.java 746 Local variable 'tripid' could be declared final
5003 src/com/gps/action/UserNotificationAction.java 748 Local variable 'userid' could be declared final
5004 src/com/gps/action/UserNotificationAction.java 749 Local variable 'uid' could be declared final
5005 src/com/gps/action/UserNotificationAction.java 756 publicMethodCommentRequirement Required
5006 src/com/gps/action/UserNotificationAction.java 759 Found 'DD'-anomaly for variable 'type' (lines '759'-'763').
5007 src/com/gps/action/UserNotificationAction.java 760 Found 'DU'-anomaly for variable 'vhDAO' (lines '760'-'792').
5008 src/com/gps/action/UserNotificationAction.java 760 Local variable 'vhDAO' could be declared final
5009 src/com/gps/action/UserNotificationAction.java 763 Potential violation of Law of Demeter (method chain calls)
5010 src/com/gps/action/UserNotificationAction.java 764 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5011 src/com/gps/action/UserNotificationAction.java 766 Avoid printStackTrace(); use a logger call instead.
5012 src/com/gps/action/UserNotificationAction.java 766 Potential violation of Law of Demeter (object not created locally)
5013 src/com/gps/action/UserNotificationAction.java 768 Local variable 'user' could be declared final
5014 src/com/gps/action/UserNotificationAction.java 769 Local variable 'organizationId' could be declared final
5015 src/com/gps/action/UserNotificationAction.java 769 Potential violation of Law of Demeter (method chain calls)
5016 src/com/gps/action/UserNotificationAction.java 769 Potential violation of Law of Demeter (method chain calls)
5017 src/com/gps/action/UserNotificationAction.java 769 Potential violation of Law of Demeter (object not created locally)
5018 src/com/gps/action/UserNotificationAction.java 770 There is log block not surrounded by if
5019 src/com/gps/action/UserNotificationAction.java 770 There is log block not surrounded by if
5020 src/com/gps/action/UserNotificationAction.java 771 Position literals first in String comparisons
5021 src/com/gps/action/UserNotificationAction.java 771 Position literals first in String comparisons
5022 src/com/gps/action/UserNotificationAction.java 771 Potential violation of Law of Demeter (object not created locally)
5023 src/com/gps/action/UserNotificationAction.java 771 Potential violation of Law of Demeter (object not created locally)
5024 src/com/gps/action/UserNotificationAction.java 772 There is log block not surrounded by if
5025 src/com/gps/action/UserNotificationAction.java 772 There is log block not surrounded by if
5026 src/com/gps/action/UserNotificationAction.java 774 Potential violation of Law of Demeter (object not created locally)
5027 src/com/gps/action/UserNotificationAction.java 776 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5028 src/com/gps/action/UserNotificationAction.java 778 Avoid printStackTrace(); use a logger call instead.
5029 src/com/gps/action/UserNotificationAction.java 778 Potential violation of Law of Demeter (object not created locally)
5030 src/com/gps/action/UserNotificationAction.java 780 A method should have only one exit point, and that should be the last statement in the method
5031 src/com/gps/action/UserNotificationAction.java 784 Local variable 'undao' could be declared final
5032 src/com/gps/action/UserNotificationAction.java 785 Local variable 'tid' could be declared final
5033 src/com/gps/action/UserNotificationAction.java 786 Local variable 'tripid' could be declared final
5034 src/com/gps/action/UserNotificationAction.java 788 Potential violation of Law of Demeter (object not created locally)
5035 src/com/gps/action/UserNotificationAction.java 796 Parameter 'arg0' is not assigned and could be declared final
5036 src/com/gps/action/UserNotificationAction.java 796 publicMethodCommentRequirement Required
5037 src/com/gps/action/UserNotificationAction.java 803 Parameter 'response' is not assigned and could be declared final
5038 src/com/gps/action/UserNotificationAction.java 803 publicMethodCommentRequirement Required
5039 src/com/gps/action/UserNotificationAction.java 809 Parameter 'arg0' is not assigned and could be declared final
5040 src/com/gps/action/UserNotificationAction.java 809 publicMethodCommentRequirement Required
5041 src/com/gps/action/UserNotificationAction.java 830 Parameter 'vehicleList' is not assigned and could be declared final
5042 src/com/gps/action/UserTripAction.java 2 Possible God class (WMC=64, ATFD=68, TCC=0.1870967741935484)
5043 src/com/gps/action/UserTripAction.java 8 Avoid unused imports such as 'java.util.Set'
5044 src/com/gps/action/UserTripAction.java 14 Avoid unused imports such as 'org.hibernate.Session'
5045 src/com/gps/action/UserTripAction.java 15 Avoid unused imports such as 'org.hibernate.Transaction'
5046 src/com/gps/action/UserTripAction.java 17 Avoid unused imports such as 'com.gps.dao.TripProcessDAO'
5047 src/com/gps/action/UserTripAction.java 18 Avoid unused imports such as 'com.gps.dao.UserProcessDAO'
5048 src/com/gps/action/UserTripAction.java 20 Avoid unused imports such as 'com.gps.hibernate.Geofence'
5049 src/com/gps/action/UserTripAction.java 22 Avoid unused imports such as 'com.gps.hibernate.UsersOrgs'
5050 src/com/gps/action/UserTripAction.java 23 Avoid unused imports such as 'com.liferay.portal.model.Organization'
5051 src/com/gps/action/UserTripAction.java 26 Avoid unused imports such as 'com.sun.xml.rpc.processor.modeler.j2ee.xml.exceptionMappingType'
5052 src/com/gps/action/UserTripAction.java 33 The class 'UserTripAction' has a Cyclomatic Complexity of 2 (Highest = 11).
5053 src/com/gps/action/UserTripAction.java 33 Too many fields
5054 src/com/gps/action/UserTripAction.java 33 headerCommentRequirement Required
5055 src/com/gps/action/UserTripAction.java 34 fieldCommentRequirement Required
5056 src/com/gps/action/UserTripAction.java 35 publicMethodCommentRequirement Required
5057 src/com/gps/action/UserTripAction.java 40 Parameter 'select' is not assigned and could be declared final
5058 src/com/gps/action/UserTripAction.java 40 publicMethodCommentRequirement Required
5059 src/com/gps/action/UserTripAction.java 44 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5060 src/com/gps/action/UserTripAction.java 44 Use explicit scoping instead of the default package private level
5061 src/com/gps/action/UserTripAction.java 44 fieldCommentRequirement Required
5062 src/com/gps/action/UserTripAction.java 45 publicMethodCommentRequirement Required
5063 src/com/gps/action/UserTripAction.java 46 Returning 'userCheck' may expose an internal array.
5064 src/com/gps/action/UserTripAction.java 50 Parameter 'userCheck' is not assigned and could be declared final
5065 src/com/gps/action/UserTripAction.java 50 The user-supplied array 'userCheck' is stored directly.
5066 src/com/gps/action/UserTripAction.java 50 publicMethodCommentRequirement Required
5067 src/com/gps/action/UserTripAction.java 54 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5068 src/com/gps/action/UserTripAction.java 54 fieldCommentRequirement Required
5069 src/com/gps/action/UserTripAction.java 55 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5070 src/com/gps/action/UserTripAction.java 55 fieldCommentRequirement Required
5071 src/com/gps/action/UserTripAction.java 56 publicMethodCommentRequirement Required
5072 src/com/gps/action/UserTripAction.java 61 Parameter 'selectedList' is not assigned and could be declared final
5073 src/com/gps/action/UserTripAction.java 61 publicMethodCommentRequirement Required
5074 src/com/gps/action/UserTripAction.java 66 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5075 src/com/gps/action/UserTripAction.java 66 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
5076 src/com/gps/action/UserTripAction.java 66 fieldCommentRequirement Required
5077 src/com/gps/action/UserTripAction.java 68 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
5078 src/com/gps/action/UserTripAction.java 68 publicMethodCommentRequirement Required
5079 src/com/gps/action/UserTripAction.java 73 publicMethodCommentRequirement Required
5080 src/com/gps/action/UserTripAction.java 74 Parameter 'selectedTripList' is not assigned and could be declared final
5081 src/com/gps/action/UserTripAction.java 74 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
5082 src/com/gps/action/UserTripAction.java 78 publicMethodCommentRequirement Required
5083 src/com/gps/action/UserTripAction.java 83 Parameter 'userid' is not assigned and could be declared final
5084 src/com/gps/action/UserTripAction.java 83 publicMethodCommentRequirement Required
5085 src/com/gps/action/UserTripAction.java 87 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5086 src/com/gps/action/UserTripAction.java 87 fieldCommentRequirement Required
5087 src/com/gps/action/UserTripAction.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5088 src/com/gps/action/UserTripAction.java 88 Use explicit scoping instead of the default package private level
5089 src/com/gps/action/UserTripAction.java 88 fieldCommentRequirement Required
5090 src/com/gps/action/UserTripAction.java 89 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5091 src/com/gps/action/UserTripAction.java 89 Use explicit scoping instead of the default package private level
5092 src/com/gps/action/UserTripAction.java 89 fieldCommentRequirement Required
5093 src/com/gps/action/UserTripAction.java 90 publicMethodCommentRequirement Required
5094 src/com/gps/action/UserTripAction.java 95 Parameter 'parentList' is not assigned and could be declared final
5095 src/com/gps/action/UserTripAction.java 95 publicMethodCommentRequirement Required
5096 src/com/gps/action/UserTripAction.java 99 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5097 src/com/gps/action/UserTripAction.java 99 Found non-transient, non-static member. Please mark as transient or provide accessors.
5098 src/com/gps/action/UserTripAction.java 99 Use explicit scoping instead of the default package private level
5099 src/com/gps/action/UserTripAction.java 99 fieldCommentRequirement Required
5100 src/com/gps/action/UserTripAction.java 100 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5101 src/com/gps/action/UserTripAction.java 100 Found non-transient, non-static member. Please mark as transient or provide accessors.
5102 src/com/gps/action/UserTripAction.java 100 Use explicit scoping instead of the default package private level
5103 src/com/gps/action/UserTripAction.java 100 fieldCommentRequirement Required
5104 src/com/gps/action/UserTripAction.java 101 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5105 src/com/gps/action/UserTripAction.java 101 Use explicit scoping instead of the default package private level
5106 src/com/gps/action/UserTripAction.java 101 fieldCommentRequirement Required
5107 src/com/gps/action/UserTripAction.java 102 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5108 src/com/gps/action/UserTripAction.java 102 Found non-transient, non-static member. Please mark as transient or provide accessors.
5109 src/com/gps/action/UserTripAction.java 102 Use explicit scoping instead of the default package private level
5110 src/com/gps/action/UserTripAction.java 102 fieldCommentRequirement Required
5111 src/com/gps/action/UserTripAction.java 103 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5112 src/com/gps/action/UserTripAction.java 103 Found non-transient, non-static member. Please mark as transient or provide accessors.
5113 src/com/gps/action/UserTripAction.java 103 Use explicit scoping instead of the default package private level
5114 src/com/gps/action/UserTripAction.java 103 fieldCommentRequirement Required
5115 src/com/gps/action/UserTripAction.java 105 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5116 src/com/gps/action/UserTripAction.java 105 Found non-transient, non-static member. Please mark as transient or provide accessors.
5117 src/com/gps/action/UserTripAction.java 105 fieldCommentRequirement Required
5118 src/com/gps/action/UserTripAction.java 106 Avoid unused private fields such as 'response'.
5119 src/com/gps/action/UserTripAction.java 106 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5120 src/com/gps/action/UserTripAction.java 106 Found non-transient, non-static member. Please mark as transient or provide accessors.
5121 src/com/gps/action/UserTripAction.java 106 Perhaps 'response' could be replaced by a local variable.
5122 src/com/gps/action/UserTripAction.java 106 fieldCommentRequirement Required
5123 src/com/gps/action/UserTripAction.java 107 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5124 src/com/gps/action/UserTripAction.java 107 The Logger variable declaration does not contain the static and final modifiers
5125 src/com/gps/action/UserTripAction.java 107 Use explicit scoping instead of the default package private level
5126 src/com/gps/action/UserTripAction.java 107 fieldCommentRequirement Required
5127 src/com/gps/action/UserTripAction.java 112 publicMethodCommentRequirement Required
5128 src/com/gps/action/UserTripAction.java 119 Potential violation of Law of Demeter (method chain calls)
5129 src/com/gps/action/UserTripAction.java 119 Potential violation of Law of Demeter (method chain calls)
5130 src/com/gps/action/UserTripAction.java 120 Local variable 'utdao' could be declared final
5131 src/com/gps/action/UserTripAction.java 121 Potential violation of Law of Demeter (object not created locally)
5132 src/com/gps/action/UserTripAction.java 124 The String literal "triplist" appears 4 times in this file; the first occurrence is on line 124
5133 src/com/gps/action/UserTripAction.java 126 Avoid variables with short names like s
5134 src/com/gps/action/UserTripAction.java 126 Local variable 's' could be declared final
5135 src/com/gps/action/UserTripAction.java 126 The String literal "size" appears 13 times in this file; the first occurrence is on line 126
5136 src/com/gps/action/UserTripAction.java 130 Avoid variables with short names like sg
5137 src/com/gps/action/UserTripAction.java 130 Local variable 'sg' could be declared final
5138 src/com/gps/action/UserTripAction.java 139 A method should have only one exit point, and that should be the last statement in the method
5139 src/com/gps/action/UserTripAction.java 139 The String literal "success" appears 12 times in this file; the first occurrence is on line 139
5140 src/com/gps/action/UserTripAction.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5141 src/com/gps/action/UserTripAction.java 153 publicMethodCommentRequirement Required
5142 src/com/gps/action/UserTripAction.java 161 Method names should not start with capital letters
5143 src/com/gps/action/UserTripAction.java 161 publicMethodCommentRequirement Required
5144 src/com/gps/action/UserTripAction.java 164 Potential violation of Law of Demeter (method chain calls)
5145 src/com/gps/action/UserTripAction.java 164 Potential violation of Law of Demeter (method chain calls)
5146 src/com/gps/action/UserTripAction.java 166 Local variable 'utdao' could be declared final
5147 src/com/gps/action/UserTripAction.java 167 Potential violation of Law of Demeter (object not created locally)
5148 src/com/gps/action/UserTripAction.java 170 The String literal "parentList" appears 4 times in this file; the first occurrence is on line 170
5149 src/com/gps/action/UserTripAction.java 174 Avoid variables with short names like sg
5150 src/com/gps/action/UserTripAction.java 174 Local variable 'sg' could be declared final
5151 src/com/gps/action/UserTripAction.java 183 publicMethodCommentRequirement Required
5152 src/com/gps/action/UserTripAction.java 193 Avoid variables with short names like st
5153 src/com/gps/action/UserTripAction.java 193 Local variable 'st' could be declared final
5154 src/com/gps/action/UserTripAction.java 195 Potential violation of Law of Demeter (method chain calls)
5155 src/com/gps/action/UserTripAction.java 195 Potential violation of Law of Demeter (method chain calls)
5156 src/com/gps/action/UserTripAction.java 197 Local variable 'utdao' could be declared final
5157 src/com/gps/action/UserTripAction.java 198 Potential violation of Law of Demeter (object not created locally)
5158 src/com/gps/action/UserTripAction.java 202 Avoid using Literals in Conditional Statements
5159 src/com/gps/action/UserTripAction.java 202 Use equals() to compare strings instead of '==' or '!='
5160 src/com/gps/action/UserTripAction.java 206 Potential violation of Law of Demeter (object not created locally)
5161 src/com/gps/action/UserTripAction.java 209 Potential violation of Law of Demeter (method chain calls)
5162 src/com/gps/action/UserTripAction.java 211 A method should have only one exit point, and that should be the last statement in the method
5163 src/com/gps/action/UserTripAction.java 215 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5164 src/com/gps/action/UserTripAction.java 222 publicMethodCommentRequirement Required
5165 src/com/gps/action/UserTripAction.java 227 Parameter 'tripid' is not assigned and could be declared final
5166 src/com/gps/action/UserTripAction.java 227 publicMethodCommentRequirement Required
5167 src/com/gps/action/UserTripAction.java 232 publicMethodCommentRequirement Required
5168 src/com/gps/action/UserTripAction.java 235 Found 'DU'-anomaly for variable 'utdao' (lines '235'-'263').
5169 src/com/gps/action/UserTripAction.java 235 Local variable 'utdao' could be declared final
5170 src/com/gps/action/UserTripAction.java 240 Found 'DU'-anomaly for variable 'values_chk' (lines '240'-'263').
5171 src/com/gps/action/UserTripAction.java 240 Local variable 'values_chk' could be declared final
5172 src/com/gps/action/UserTripAction.java 240 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final.
5173 src/com/gps/action/UserTripAction.java 240 The String literal "userCheck" appears 5 times in this file; the first occurrence is on line 240
5174 src/com/gps/action/UserTripAction.java 253 Potential violation of Law of Demeter (method chain calls)
5175 src/com/gps/action/UserTripAction.java 253 Potential violation of Law of Demeter (object not created locally)
5176 src/com/gps/action/UserTripAction.java 257 A method should have only one exit point, and that should be the last statement in the method
5177 src/com/gps/action/UserTripAction.java 259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5178 src/com/gps/action/UserTripAction.java 266 publicMethodCommentRequirement Required
5179 src/com/gps/action/UserTripAction.java 269 Found 'DU'-anomaly for variable 'utdao' (lines '269'-'285').
5180 src/com/gps/action/UserTripAction.java 269 Local variable 'utdao' could be declared final
5181 src/com/gps/action/UserTripAction.java 271 Local variable 'values_chk' could be declared final
5182 src/com/gps/action/UserTripAction.java 271 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final.
5183 src/com/gps/action/UserTripAction.java 272 Avoid using Literals in Conditional Statements
5184 src/com/gps/action/UserTripAction.java 279 Potential violation of Law of Demeter (method chain calls)
5185 src/com/gps/action/UserTripAction.java 279 Potential violation of Law of Demeter (object not created locally)
5186 src/com/gps/action/UserTripAction.java 291 Comment is too large: Line too long
5187 src/com/gps/action/UserTripAction.java 292 Comment is too large: Line too long
5188 src/com/gps/action/UserTripAction.java 293 Comment is too large: Line too long
5189 src/com/gps/action/UserTripAction.java 298 publicMethodCommentRequirement Required
5190 src/com/gps/action/UserTripAction.java 302 Potential violation of Law of Demeter (method chain calls)
5191 src/com/gps/action/UserTripAction.java 302 Potential violation of Law of Demeter (method chain calls)
5192 src/com/gps/action/UserTripAction.java 304 Local variable 'utdao' could be declared final
5193 src/com/gps/action/UserTripAction.java 305 Potential violation of Law of Demeter (object not created locally)
5194 src/com/gps/action/UserTripAction.java 306 Avoid declaring a variable if it is unreferenced before a possible exit point.
5195 src/com/gps/action/UserTripAction.java 306 Avoid unused local variables such as 'myList'.
5196 src/com/gps/action/UserTripAction.java 306 Local variable 'myList' could be declared final
5197 src/com/gps/action/UserTripAction.java 310 Position literals first in String comparisons
5198 src/com/gps/action/UserTripAction.java 310 The String literal "All" appears 4 times in this file; the first occurrence is on line 310
5199 src/com/gps/action/UserTripAction.java 312 Local variable 'size' could be declared final
5200 src/com/gps/action/UserTripAction.java 314 Avoid variables with short names like sg
5201 src/com/gps/action/UserTripAction.java 314 Local variable 'sg' could be declared final
5202 src/com/gps/action/UserTripAction.java 322 publicMethodCommentRequirement Required
5203 src/com/gps/action/UserTripAction.java 325 Potential violation of Law of Demeter (method chain calls)
5204 src/com/gps/action/UserTripAction.java 325 Potential violation of Law of Demeter (method chain calls)
5205 src/com/gps/action/UserTripAction.java 326 Local variable 'utdao' could be declared final
5206 src/com/gps/action/UserTripAction.java 327 Potential violation of Law of Demeter (object not created locally)
5207 src/com/gps/action/UserTripAction.java 332 Position literals first in String comparisons
5208 src/com/gps/action/UserTripAction.java 334 Local variable 'size' could be declared final
5209 src/com/gps/action/UserTripAction.java 336 Avoid variables with short names like sg
5210 src/com/gps/action/UserTripAction.java 336 Local variable 'sg' could be declared final
5211 src/com/gps/action/UserTripAction.java 349 Avoid really long methods.
5212 src/com/gps/action/UserTripAction.java 349 The method 'update' has a Cyclomatic Complexity of 11.
5213 src/com/gps/action/UserTripAction.java 349 publicMethodCommentRequirement Required
5214 src/com/gps/action/UserTripAction.java 353 Avoid declaring a variable if it is unreferenced before a possible exit point.
5215 src/com/gps/action/UserTripAction.java 353 Avoid unused local variables such as 'insertList'.
5216 src/com/gps/action/UserTripAction.java 353 Found 'DU'-anomaly for variable 'insertList' (lines '353'-'463').
5217 src/com/gps/action/UserTripAction.java 353 Local variable 'insertList' could be declared final
5218 src/com/gps/action/UserTripAction.java 354 Local variable 'sList' could be declared final
5219 src/com/gps/action/UserTripAction.java 355 Local variable 'utdao' could be declared final
5220 src/com/gps/action/UserTripAction.java 357 Potential violation of Law of Demeter (method chain calls)
5221 src/com/gps/action/UserTripAction.java 362 Avoid variables with short names like s
5222 src/com/gps/action/UserTripAction.java 362 Local variable 's' could be declared final
5223 src/com/gps/action/UserTripAction.java 362 Potential violation of Law of Demeter (method chain calls)
5224 src/com/gps/action/UserTripAction.java 362 Potential violation of Law of Demeter (method chain calls)
5225 src/com/gps/action/UserTripAction.java 363 Potential violation of Law of Demeter (object not created locally)
5226 src/com/gps/action/UserTripAction.java 369 Found 'DU'-anomaly for variable 'values_chk' (lines '369'-'463').
5227 src/com/gps/action/UserTripAction.java 369 Local variable 'values_chk' could be declared final
5228 src/com/gps/action/UserTripAction.java 369 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final.
5229 src/com/gps/action/UserTripAction.java 372 Avoid if (x != y) ..; else ..;
5230 src/com/gps/action/UserTripAction.java 375 Local variable 'wordList' could be declared final
5231 src/com/gps/action/UserTripAction.java 377 Potential violation of Law of Demeter (object not created locally)
5232 src/com/gps/action/UserTripAction.java 381 Potential violation of Law of Demeter (object not created locally)
5233 src/com/gps/action/UserTripAction.java 381 Potential violation of Law of Demeter (object not created locally)
5234 src/com/gps/action/UserTripAction.java 385 Potential violation of Law of Demeter (object not created locally)
5235 src/com/gps/action/UserTripAction.java 385 Potential violation of Law of Demeter (object not created locally)
5236 src/com/gps/action/UserTripAction.java 395 Potential violation of Law of Demeter (object not created locally)
5237 src/com/gps/action/UserTripAction.java 395 Potential violation of Law of Demeter (object not created locally)
5238 src/com/gps/action/UserTripAction.java 401 Avoid using Literals in Conditional Statements
5239 src/com/gps/action/UserTripAction.java 401 Potential violation of Law of Demeter (object not created locally)
5240 src/com/gps/action/UserTripAction.java 401 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5241 src/com/gps/action/UserTripAction.java 405 Potential violation of Law of Demeter (object not created locally)
5242 src/com/gps/action/UserTripAction.java 408 Potential violation of Law of Demeter (object not created locally)
5243 src/com/gps/action/UserTripAction.java 408 Potential violation of Law of Demeter (object not created locally)
5244 src/com/gps/action/UserTripAction.java 419 Avoid using Literals in Conditional Statements
5245 src/com/gps/action/UserTripAction.java 419 Potential violation of Law of Demeter (object not created locally)
5246 src/com/gps/action/UserTripAction.java 419 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5247 src/com/gps/action/UserTripAction.java 423 Potential violation of Law of Demeter (object not created locally)
5248 src/com/gps/action/UserTripAction.java 427 Potential violation of Law of Demeter (object not created locally)
5249 src/com/gps/action/UserTripAction.java 427 Potential violation of Law of Demeter (object not created locally)
5250 src/com/gps/action/UserTripAction.java 434 Potential violation of Law of Demeter (method chain calls)
5251 src/com/gps/action/UserTripAction.java 434 Potential violation of Law of Demeter (method chain calls)
5252 src/com/gps/action/UserTripAction.java 436 Potential violation of Law of Demeter (object not created locally)
5253 src/com/gps/action/UserTripAction.java 440 Avoid variables with short names like s
5254 src/com/gps/action/UserTripAction.java 440 Local variable 's' could be declared final
5255 src/com/gps/action/UserTripAction.java 446 Avoid variables with short names like sg
5256 src/com/gps/action/UserTripAction.java 446 Local variable 'sg' could be declared final
5257 src/com/gps/action/UserTripAction.java 469 publicMethodCommentRequirement Required
5258 src/com/gps/action/UserTripAction.java 477 Potential violation of Law of Demeter (method chain calls)
5259 src/com/gps/action/UserTripAction.java 477 Potential violation of Law of Demeter (method chain calls)
5260 src/com/gps/action/UserTripAction.java 481 Avoid variables with short names like st
5261 src/com/gps/action/UserTripAction.java 481 Local variable 'st' could be declared final
5262 src/com/gps/action/UserTripAction.java 484 Avoid using Literals in Conditional Statements
5263 src/com/gps/action/UserTripAction.java 484 Use equals() to compare strings instead of '==' or '!='
5264 src/com/gps/action/UserTripAction.java 492 Local variable 'utdao' could be declared final
5265 src/com/gps/action/UserTripAction.java 493 Potential violation of Law of Demeter (object not created locally)
5266 src/com/gps/action/UserTripAction.java 497 Potential violation of Law of Demeter (object not created locally)
5267 src/com/gps/action/UserTripAction.java 500 Potential violation of Law of Demeter (method chain calls)
5268 src/com/gps/action/UserTripAction.java 503 A method should have only one exit point, and that should be the last statement in the method
5269 src/com/gps/action/UserTripAction.java 507 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5270 src/com/gps/action/UserTripAction.java 517 Avoid really long methods.
5271 src/com/gps/action/UserTripAction.java 517 The method 'updateTrip' has a Cyclomatic Complexity of 11.
5272 src/com/gps/action/UserTripAction.java 517 publicMethodCommentRequirement Required
5273 src/com/gps/action/UserTripAction.java 521 Avoid declaring a variable if it is unreferenced before a possible exit point.
5274 src/com/gps/action/UserTripAction.java 521 Avoid unused local variables such as 'insertList1'.
5275 src/com/gps/action/UserTripAction.java 521 Found 'DU'-anomaly for variable 'insertList1' (lines '521'-'636').
5276 src/com/gps/action/UserTripAction.java 521 Local variable 'insertList1' could be declared final
5277 src/com/gps/action/UserTripAction.java 522 Local variable 'sList1' could be declared final
5278 src/com/gps/action/UserTripAction.java 523 Local variable 'utdao' could be declared final
5279 src/com/gps/action/UserTripAction.java 525 Comment is too large: Line too long
5280 src/com/gps/action/UserTripAction.java 526 Potential violation of Law of Demeter (method chain calls)
5281 src/com/gps/action/UserTripAction.java 526 Unnecessary use of fully qualified name 'com.gps.hibernate.TripDetails' due to existing import 'com.gps.hibernate.TripDetails'
5282 src/com/gps/action/UserTripAction.java 531 Avoid variables with short names like s
5283 src/com/gps/action/UserTripAction.java 531 Local variable 's' could be declared final
5284 src/com/gps/action/UserTripAction.java 531 Potential violation of Law of Demeter (method chain calls)
5285 src/com/gps/action/UserTripAction.java 531 Potential violation of Law of Demeter (method chain calls)
5286 src/com/gps/action/UserTripAction.java 532 Potential violation of Law of Demeter (object not created locally)
5287 src/com/gps/action/UserTripAction.java 538 Found 'DU'-anomaly for variable 'values_chk' (lines '538'-'636').
5288 src/com/gps/action/UserTripAction.java 538 Local variable 'values_chk' could be declared final
5289 src/com/gps/action/UserTripAction.java 538 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'values_chk' is not final.
5290 src/com/gps/action/UserTripAction.java 539 Avoid if (x != y) ..; else ..;
5291 src/com/gps/action/UserTripAction.java 542 Local variable 'wordList' could be declared final
5292 src/com/gps/action/UserTripAction.java 544 Potential violation of Law of Demeter (object not created locally)
5293 src/com/gps/action/UserTripAction.java 548 Potential violation of Law of Demeter (object not created locally)
5294 src/com/gps/action/UserTripAction.java 548 Potential violation of Law of Demeter (object not created locally)
5295 src/com/gps/action/UserTripAction.java 552 Potential violation of Law of Demeter (object not created locally)
5296 src/com/gps/action/UserTripAction.java 552 Potential violation of Law of Demeter (object not created locally)
5297 src/com/gps/action/UserTripAction.java 562 Potential violation of Law of Demeter (object not created locally)
5298 src/com/gps/action/UserTripAction.java 562 Potential violation of Law of Demeter (object not created locally)
5299 src/com/gps/action/UserTripAction.java 568 Avoid using Literals in Conditional Statements
5300 src/com/gps/action/UserTripAction.java 568 Potential violation of Law of Demeter (object not created locally)
5301 src/com/gps/action/UserTripAction.java 568 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5302 src/com/gps/action/UserTripAction.java 572 Potential violation of Law of Demeter (object not created locally)
5303 src/com/gps/action/UserTripAction.java 575 Potential violation of Law of Demeter (object not created locally)
5304 src/com/gps/action/UserTripAction.java 575 Potential violation of Law of Demeter (object not created locally)
5305 src/com/gps/action/UserTripAction.java 586 Avoid using Literals in Conditional Statements
5306 src/com/gps/action/UserTripAction.java 586 Potential violation of Law of Demeter (object not created locally)
5307 src/com/gps/action/UserTripAction.java 586 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5308 src/com/gps/action/UserTripAction.java 590 Potential violation of Law of Demeter (object not created locally)
5309 src/com/gps/action/UserTripAction.java 595 Potential violation of Law of Demeter (object not created locally)
5310 src/com/gps/action/UserTripAction.java 595 Potential violation of Law of Demeter (object not created locally)
5311 src/com/gps/action/UserTripAction.java 602 Potential violation of Law of Demeter (method chain calls)
5312 src/com/gps/action/UserTripAction.java 602 Potential violation of Law of Demeter (method chain calls)
5313 src/com/gps/action/UserTripAction.java 605 Potential violation of Law of Demeter (object not created locally)
5314 src/com/gps/action/UserTripAction.java 611 Avoid variables with short names like s
5315 src/com/gps/action/UserTripAction.java 611 Local variable 's' could be declared final
5316 src/com/gps/action/UserTripAction.java 617 Avoid variables with short names like sg
5317 src/com/gps/action/UserTripAction.java 617 Local variable 'sg' could be declared final
5318 src/com/gps/action/UserTripAction.java 652 publicMethodCommentRequirement Required
5319 src/com/gps/action/UserTripAction.java 656 Parameter 'tripList' is not assigned and could be declared final
5320 src/com/gps/action/UserTripAction.java 656 publicMethodCommentRequirement Required
5321 src/com/gps/action/UserTripAction.java 661 A method/constructor shouldnt explicitly throw java.lang.Exception
5322 src/com/gps/action/UserTripAction.java 661 publicMethodCommentRequirement Required
5323 src/com/gps/action/UserTripAction.java 663 Potential violation of Law of Demeter (method chain calls)
5324 src/com/gps/action/UserTripAction.java 664 There is log block not surrounded by if
5325 src/com/gps/action/UserTripAction.java 664 There is log block not surrounded by if
5326 src/com/gps/action/UserTripAction.java 665 Potential violation of Law of Demeter (method chain calls)
5327 src/com/gps/action/UserTripAction.java 667 There is log block not surrounded by if
5328 src/com/gps/action/UserTripAction.java 667 There is log block not surrounded by if
5329 src/com/gps/action/UserTripAction.java 675 Parameter 'arg0' is not assigned and could be declared final
5330 src/com/gps/action/UserTripAction.java 675 publicMethodCommentRequirement Required
5331 src/com/gps/action/UserTripAction.java 682 Parameter 'arg0' is not assigned and could be declared final
5332 src/com/gps/action/UserTripAction.java 682 publicMethodCommentRequirement Required
5333 src/com/gps/action/UserTripAction.java 688 Parameter 'arg0' is not assigned and could be declared final
5334 src/com/gps/action/UserTripAction.java 688 publicMethodCommentRequirement Required
5335 src/com/gps/action/VehicleCRUDAction.java 2 A high number of imports can indicate a high degree of coupling within an object.
5336 src/com/gps/action/VehicleCRUDAction.java 2 Possible God class (WMC=86, ATFD=57, TCC=0.12439024390243902)
5337 src/com/gps/action/VehicleCRUDAction.java 24 Avoid unused imports such as 'com.gps.dao.UserTripDAO'
5338 src/com/gps/action/VehicleCRUDAction.java 39 Avoid unused imports such as 'com.opensymphony.xwork2.ActionSupport'
5339 src/com/gps/action/VehicleCRUDAction.java 42 The class 'VehicleCRUDAction' has a Cyclomatic Complexity of 2 (Highest = 14).
5340 src/com/gps/action/VehicleCRUDAction.java 42 Too many fields
5341 src/com/gps/action/VehicleCRUDAction.java 42 headerCommentRequirement Required
5342 src/com/gps/action/VehicleCRUDAction.java 44 fieldCommentRequirement Required
5343 src/com/gps/action/VehicleCRUDAction.java 46 fieldCommentRequirement Required
5344 src/com/gps/action/VehicleCRUDAction.java 47 The Logger variable declaration does not contain the static and final modifiers
5345 src/com/gps/action/VehicleCRUDAction.java 47 Use explicit scoping instead of the default package private level
5346 src/com/gps/action/VehicleCRUDAction.java 47 fieldCommentRequirement Required
5347 src/com/gps/action/VehicleCRUDAction.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
5348 src/com/gps/action/VehicleCRUDAction.java 48 fieldCommentRequirement Required
5349 src/com/gps/action/VehicleCRUDAction.java 49 Avoid unused private fields such as 'response'.
5350 src/com/gps/action/VehicleCRUDAction.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
5351 src/com/gps/action/VehicleCRUDAction.java 49 Perhaps 'response' could be replaced by a local variable.
5352 src/com/gps/action/VehicleCRUDAction.java 49 fieldCommentRequirement Required
5353 src/com/gps/action/VehicleCRUDAction.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
5354 src/com/gps/action/VehicleCRUDAction.java 50 fieldCommentRequirement Required
5355 src/com/gps/action/VehicleCRUDAction.java 51 fieldCommentRequirement Required
5356 src/com/gps/action/VehicleCRUDAction.java 52 fieldCommentRequirement Required
5357 src/com/gps/action/VehicleCRUDAction.java 55 publicMethodCommentRequirement Required
5358 src/com/gps/action/VehicleCRUDAction.java 58 Parameter 'select1' is not assigned and could be declared final
5359 src/com/gps/action/VehicleCRUDAction.java 58 publicMethodCommentRequirement Required
5360 src/com/gps/action/VehicleCRUDAction.java 61 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5361 src/com/gps/action/VehicleCRUDAction.java 61 fieldCommentRequirement Required
5362 src/com/gps/action/VehicleCRUDAction.java 63 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5363 src/com/gps/action/VehicleCRUDAction.java 63 Found non-transient, non-static member. Please mark as transient or provide accessors.
5364 src/com/gps/action/VehicleCRUDAction.java 63 fieldCommentRequirement Required
5365 src/com/gps/action/VehicleCRUDAction.java 64 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5366 src/com/gps/action/VehicleCRUDAction.java 64 fieldCommentRequirement Required
5367 src/com/gps/action/VehicleCRUDAction.java 65 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5368 src/com/gps/action/VehicleCRUDAction.java 65 fieldCommentRequirement Required
5369 src/com/gps/action/VehicleCRUDAction.java 66 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5370 src/com/gps/action/VehicleCRUDAction.java 66 fieldCommentRequirement Required
5371 src/com/gps/action/VehicleCRUDAction.java 67 publicMethodCommentRequirement Required
5372 src/com/gps/action/VehicleCRUDAction.java 70 Parameter 'vehicleGroupList' is not assigned and could be declared final
5373 src/com/gps/action/VehicleCRUDAction.java 70 publicMethodCommentRequirement Required
5374 src/com/gps/action/VehicleCRUDAction.java 74 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5375 src/com/gps/action/VehicleCRUDAction.java 74 fieldCommentRequirement Required
5376 src/com/gps/action/VehicleCRUDAction.java 75 Avoid using redundant field initializer for 'tx'
5377 src/com/gps/action/VehicleCRUDAction.java 75 Avoid variables with short names like tx
5378 src/com/gps/action/VehicleCRUDAction.java 75 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5379 src/com/gps/action/VehicleCRUDAction.java 75 Use explicit scoping instead of the default package private level
5380 src/com/gps/action/VehicleCRUDAction.java 75 fieldCommentRequirement Required
5381 src/com/gps/action/VehicleCRUDAction.java 76 Avoid using redundant field initializer for 'sess'
5382 src/com/gps/action/VehicleCRUDAction.java 76 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5383 src/com/gps/action/VehicleCRUDAction.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
5384 src/com/gps/action/VehicleCRUDAction.java 76 Use explicit scoping instead of the default package private level
5385 src/com/gps/action/VehicleCRUDAction.java 76 fieldCommentRequirement Required
5386 src/com/gps/action/VehicleCRUDAction.java 77 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5387 src/com/gps/action/VehicleCRUDAction.java 77 fieldCommentRequirement Required
5388 src/com/gps/action/VehicleCRUDAction.java 80 publicMethodCommentRequirement Required
5389 src/com/gps/action/VehicleCRUDAction.java 83 Parameter 'deviceid' is not assigned and could be declared final
5390 src/com/gps/action/VehicleCRUDAction.java 83 publicMethodCommentRequirement Required
5391 src/com/gps/action/VehicleCRUDAction.java 87 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5392 src/com/gps/action/VehicleCRUDAction.java 87 fieldCommentRequirement Required
5393 src/com/gps/action/VehicleCRUDAction.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5394 src/com/gps/action/VehicleCRUDAction.java 88 fieldCommentRequirement Required
5395 src/com/gps/action/VehicleCRUDAction.java 89 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
5396 src/com/gps/action/VehicleCRUDAction.java 89 fieldCommentRequirement Required
5397 src/com/gps/action/VehicleCRUDAction.java 92 publicMethodCommentRequirement Required
5398 src/com/gps/action/VehicleCRUDAction.java 95 Parameter 'message2' is not assigned and could be declared final
5399 src/com/gps/action/VehicleCRUDAction.java 95 publicMethodCommentRequirement Required
5400 src/com/gps/action/VehicleCRUDAction.java 98 publicMethodCommentRequirement Required
5401 src/com/gps/action/VehicleCRUDAction.java 101 Parameter 'message1' is not assigned and could be declared final
5402 src/com/gps/action/VehicleCRUDAction.java 101 publicMethodCommentRequirement Required
5403 src/com/gps/action/VehicleCRUDAction.java 104 publicMethodCommentRequirement Required
5404 src/com/gps/action/VehicleCRUDAction.java 107 publicMethodCommentRequirement Required
5405 src/com/gps/action/VehicleCRUDAction.java 110 Parameter 'vehicleId' is not assigned and could be declared final
5406 src/com/gps/action/VehicleCRUDAction.java 110 publicMethodCommentRequirement Required
5407 src/com/gps/action/VehicleCRUDAction.java 113 publicMethodCommentRequirement Required
5408 src/com/gps/action/VehicleCRUDAction.java 117 publicMethodCommentRequirement Required
5409 src/com/gps/action/VehicleCRUDAction.java 121 Parameter 'deviceList' is not assigned and could be declared final
5410 src/com/gps/action/VehicleCRUDAction.java 121 publicMethodCommentRequirement Required
5411 src/com/gps/action/VehicleCRUDAction.java 125 Parameter 'device' is not assigned and could be declared final
5412 src/com/gps/action/VehicleCRUDAction.java 125 publicMethodCommentRequirement Required
5413 src/com/gps/action/VehicleCRUDAction.java 128 Parameter 'message' is not assigned and could be declared final
5414 src/com/gps/action/VehicleCRUDAction.java 128 publicMethodCommentRequirement Required
5415 src/com/gps/action/VehicleCRUDAction.java 134 Parameter 'vehicles' is not assigned and could be declared final
5416 src/com/gps/action/VehicleCRUDAction.java 134 publicMethodCommentRequirement Required
5417 src/com/gps/action/VehicleCRUDAction.java 139 publicMethodCommentRequirement Required
5418 src/com/gps/action/VehicleCRUDAction.java 142 Parameter 'vehicle' is not assigned and could be declared final
5419 src/com/gps/action/VehicleCRUDAction.java 142 publicMethodCommentRequirement Required
5420 src/com/gps/action/VehicleCRUDAction.java 145 publicMethodCommentRequirement Required
5421 src/com/gps/action/VehicleCRUDAction.java 149 publicMethodCommentRequirement Required
5422 src/com/gps/action/VehicleCRUDAction.java 152 Parameter 'type' is not assigned and could be declared final
5423 src/com/gps/action/VehicleCRUDAction.java 152 publicMethodCommentRequirement Required
5424 src/com/gps/action/VehicleCRUDAction.java 156 publicMethodCommentRequirement Required
5425 src/com/gps/action/VehicleCRUDAction.java 159 Parameter 'vehicleGroup' is not assigned and could be declared final
5426 src/com/gps/action/VehicleCRUDAction.java 159 publicMethodCommentRequirement Required
5427 src/com/gps/action/VehicleCRUDAction.java 166 A method/constructor shouldnt explicitly throw java.lang.Exception
5428 src/com/gps/action/VehicleCRUDAction.java 166 publicMethodCommentRequirement Required
5429 src/com/gps/action/VehicleCRUDAction.java 171 The String literal "user" appears 6 times in this file; the first occurrence is on line 171
5430 src/com/gps/action/VehicleCRUDAction.java 172 Local variable 'vehicle1' could be declared final
5431 src/com/gps/action/VehicleCRUDAction.java 172 The String literal "vehicle" appears 9 times in this file; the first occurrence is on line 172
5432 src/com/gps/action/VehicleCRUDAction.java 175 There is log block not surrounded by if
5433 src/com/gps/action/VehicleCRUDAction.java 175 There is log block not surrounded by if
5434 src/com/gps/action/VehicleCRUDAction.java 179 Avoid variables with short names like id
5435 src/com/gps/action/VehicleCRUDAction.java 179 Found 'DD'-anomaly for variable 'id' (lines '179'-'201').
5436 src/com/gps/action/VehicleCRUDAction.java 179 Found 'DD'-anomaly for variable 'id' (lines '179'-'205').
5437 src/com/gps/action/VehicleCRUDAction.java 179 Found 'DD'-anomaly for variable 'id' (lines '179'-'209').
5438 src/com/gps/action/VehicleCRUDAction.java 180 Comment is too large: Too many lines
5439 src/com/gps/action/VehicleCRUDAction.java 195 Local variable 'dpdao' could be declared final
5440 src/com/gps/action/VehicleCRUDAction.java 197 Avoid if (x != y) ..; else ..;
5441 src/com/gps/action/VehicleCRUDAction.java 199 Avoid if (x != y) ..; else ..;
5442 src/com/gps/action/VehicleCRUDAction.java 199 Potential violation of Law of Demeter (object not created locally)
5443 src/com/gps/action/VehicleCRUDAction.java 201 Potential violation of Law of Demeter (method chain calls)
5444 src/com/gps/action/VehicleCRUDAction.java 201 Potential violation of Law of Demeter (object not created locally)
5445 src/com/gps/action/VehicleCRUDAction.java 205 Assigning an Object to null is a code smell. Consider refactoring.
5446 src/com/gps/action/VehicleCRUDAction.java 209 Assigning an Object to null is a code smell. Consider refactoring.
5447 src/com/gps/action/VehicleCRUDAction.java 209 Avoid using if...else statements without curly braces
5448 src/com/gps/action/VehicleCRUDAction.java 213 Comment is too large: Line too long
5449 src/com/gps/action/VehicleCRUDAction.java 214 Potential violation of Law of Demeter (object not created locally)
5450 src/com/gps/action/VehicleCRUDAction.java 215 Local variable 'vpdao' could be declared final
5451 src/com/gps/action/VehicleCRUDAction.java 216 Potential violation of Law of Demeter (object not created locally)
5452 src/com/gps/action/VehicleCRUDAction.java 222 publicMethodCommentRequirement Required
5453 src/com/gps/action/VehicleCRUDAction.java 224 There is log block not surrounded by if
5454 src/com/gps/action/VehicleCRUDAction.java 224 There is log block not surrounded by if
5455 src/com/gps/action/VehicleCRUDAction.java 230 There is log block not surrounded by if
5456 src/com/gps/action/VehicleCRUDAction.java 230 There is log block not surrounded by if
5457 src/com/gps/action/VehicleCRUDAction.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5458 src/com/gps/action/VehicleCRUDAction.java 233 Avoid printStackTrace(); use a logger call instead.
5459 src/com/gps/action/VehicleCRUDAction.java 233 Potential violation of Law of Demeter (object not created locally)
5460 src/com/gps/action/VehicleCRUDAction.java 234 A method should have only one exit point, and that should be the last statement in the method
5461 src/com/gps/action/VehicleCRUDAction.java 242 publicMethodCommentRequirement Required
5462 src/com/gps/action/VehicleCRUDAction.java 245 Found 'DU'-anomaly for variable 'rdao' (lines '245'-'293').
5463 src/com/gps/action/VehicleCRUDAction.java 245 Local variable 'rdao' could be declared final
5464 src/com/gps/action/VehicleCRUDAction.java 247 Found 'DD'-anomaly for variable 'value' (lines '247'-'253').
5465 src/com/gps/action/VehicleCRUDAction.java 247 Found 'DD'-anomaly for variable 'value' (lines '247'-'281').
5466 src/com/gps/action/VehicleCRUDAction.java 247 Found 'DD'-anomaly for variable 'value' (lines '247'-'290').
5467 src/com/gps/action/VehicleCRUDAction.java 248 Local variable 'type' could be declared final
5468 src/com/gps/action/VehicleCRUDAction.java 249 Avoid variables with short names like sg
5469 src/com/gps/action/VehicleCRUDAction.java 249 Local variable 'sg' could be declared final
5470 src/com/gps/action/VehicleCRUDAction.java 251 The String literal "size" appears 4 times in this file; the first occurrence is on line 251
5471 src/com/gps/action/VehicleCRUDAction.java 252 Position literals first in String comparisons
5472 src/com/gps/action/VehicleCRUDAction.java 252 Potential violation of Law of Demeter (object not created locally)
5473 src/com/gps/action/VehicleCRUDAction.java 253 Avoid using if...else statements without curly braces
5474 src/com/gps/action/VehicleCRUDAction.java 257 Position literals first in String comparisons
5475 src/com/gps/action/VehicleCRUDAction.java 257 Potential violation of Law of Demeter (object not created locally)
5476 src/com/gps/action/VehicleCRUDAction.java 259 Avoid using if...else statements without curly braces
5477 src/com/gps/action/VehicleCRUDAction.java 261 Local variable 'vpdao' could be declared final
5478 src/com/gps/action/VehicleCRUDAction.java 262 Potential violation of Law of Demeter (method chain calls)
5479 src/com/gps/action/VehicleCRUDAction.java 262 Potential violation of Law of Demeter (object not created locally)
5480 src/com/gps/action/VehicleCRUDAction.java 264 Avoid empty if statements
5481 src/com/gps/action/VehicleCRUDAction.java 271 Potential violation of Law of Demeter (object not created locally)
5482 src/com/gps/action/VehicleCRUDAction.java 275 Comment is too large: Line too long
5483 src/com/gps/action/VehicleCRUDAction.java 276 Potential violation of Law of Demeter (object not created locally)
5484 src/com/gps/action/VehicleCRUDAction.java 278 Potential violation of Law of Demeter (object not created locally)
5485 src/com/gps/action/VehicleCRUDAction.java 281 Found 'DD'-anomaly for variable 'value' (lines '281'-'286').
5486 src/com/gps/action/VehicleCRUDAction.java 283 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5487 src/com/gps/action/VehicleCRUDAction.java 290 Avoid using if...else statements without curly braces
5488 src/com/gps/action/VehicleCRUDAction.java 297 publicMethodCommentRequirement Required
5489 src/com/gps/action/VehicleCRUDAction.java 300 Local variable 'value' could be declared final
5490 src/com/gps/action/VehicleCRUDAction.java 308 publicMethodCommentRequirement Required
5491 src/com/gps/action/VehicleCRUDAction.java 315 There is log block not surrounded by if
5492 src/com/gps/action/VehicleCRUDAction.java 315 There is log block not surrounded by if
5493 src/com/gps/action/VehicleCRUDAction.java 316 Local variable 'vdao' could be declared final
5494 src/com/gps/action/VehicleCRUDAction.java 318 Potential violation of Law of Demeter (object not created locally)
5495 src/com/gps/action/VehicleCRUDAction.java 323 Avoid if (x != y) ..; else ..;
5496 src/com/gps/action/VehicleCRUDAction.java 325 Avoid using if...else statements without curly braces
5497 src/com/gps/action/VehicleCRUDAction.java 328 Assigning an Object to null is a code smell. Consider refactoring.
5498 src/com/gps/action/VehicleCRUDAction.java 328 Avoid using if...else statements without curly braces
5499 src/com/gps/action/VehicleCRUDAction.java 331 Local variable 'dpdao' could be declared final
5500 src/com/gps/action/VehicleCRUDAction.java 333 Avoid if (x != y) ..; else ..;
5501 src/com/gps/action/VehicleCRUDAction.java 334 Avoid using if...else statements without curly braces
5502 src/com/gps/action/VehicleCRUDAction.java 334 Potential violation of Law of Demeter (method chain calls)
5503 src/com/gps/action/VehicleCRUDAction.java 337 Assigning an Object to null is a code smell. Consider refactoring.
5504 src/com/gps/action/VehicleCRUDAction.java 337 Avoid using if...else statements without curly braces
5505 src/com/gps/action/VehicleCRUDAction.java 339 Comment is too large: Line too long
5506 src/com/gps/action/VehicleCRUDAction.java 340 Potential violation of Law of Demeter (object not created locally)
5507 src/com/gps/action/VehicleCRUDAction.java 341 Local variable 'vpdao' could be declared final
5508 src/com/gps/action/VehicleCRUDAction.java 342 Potential violation of Law of Demeter (object not created locally)
5509 src/com/gps/action/VehicleCRUDAction.java 348 A method should have only one exit point, and that should be the last statement in the method
5510 src/com/gps/action/VehicleCRUDAction.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5511 src/com/gps/action/VehicleCRUDAction.java 358 publicMethodCommentRequirement Required
5512 src/com/gps/action/VehicleCRUDAction.java 361 There is log block not surrounded by if
5513 src/com/gps/action/VehicleCRUDAction.java 361 There is log block not surrounded by if
5514 src/com/gps/action/VehicleCRUDAction.java 362 Local variable 'vpdao' could be declared final
5515 src/com/gps/action/VehicleCRUDAction.java 365 Potential violation of Law of Demeter (object not created locally)
5516 src/com/gps/action/VehicleCRUDAction.java 365 Potential violation of Law of Demeter (object not created locally)
5517 src/com/gps/action/VehicleCRUDAction.java 367 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5518 src/com/gps/action/VehicleCRUDAction.java 370 Avoid printStackTrace(); use a logger call instead.
5519 src/com/gps/action/VehicleCRUDAction.java 370 Potential violation of Law of Demeter (object not created locally)
5520 src/com/gps/action/VehicleCRUDAction.java 372 There is log block not surrounded by if
5521 src/com/gps/action/VehicleCRUDAction.java 372 There is log block not surrounded by if
5522 src/com/gps/action/VehicleCRUDAction.java 381 Position literals first in String comparisons
5523 src/com/gps/action/VehicleCRUDAction.java 383 Local variable 'size' could be declared final
5524 src/com/gps/action/VehicleCRUDAction.java 384 Avoid variables with short names like sg
5525 src/com/gps/action/VehicleCRUDAction.java 384 Local variable 'sg' could be declared final
5526 src/com/gps/action/VehicleCRUDAction.java 393 publicMethodCommentRequirement Required
5527 src/com/gps/action/VehicleCRUDAction.java 397 There is log block not surrounded by if
5528 src/com/gps/action/VehicleCRUDAction.java 397 There is log block not surrounded by if
5529 src/com/gps/action/VehicleCRUDAction.java 401 Local variable 'vehproDao' could be declared final
5530 src/com/gps/action/VehicleCRUDAction.java 402 Local variable 'hibUser' could be declared final
5531 src/com/gps/action/VehicleCRUDAction.java 403 Local variable 'org' could be declared final
5532 src/com/gps/action/VehicleCRUDAction.java 403 Unnecessary use of fully qualified name 'com.gps.hibernate.Organization' due to existing import 'com.gps.hibernate.Organization'
5533 src/com/gps/action/VehicleCRUDAction.java 404 Potential violation of Law of Demeter (object not created locally)
5534 src/com/gps/action/VehicleCRUDAction.java 406 Potential violation of Law of Demeter (method chain calls)
5535 src/com/gps/action/VehicleCRUDAction.java 406 Potential violation of Law of Demeter (method chain calls)
5536 src/com/gps/action/VehicleCRUDAction.java 406 Potential violation of Law of Demeter (method chain calls)
5537 src/com/gps/action/VehicleCRUDAction.java 406 Potential violation of Law of Demeter (method chain calls)
5538 src/com/gps/action/VehicleCRUDAction.java 406 Potential violation of Law of Demeter (object not created locally)
5539 src/com/gps/action/VehicleCRUDAction.java 414 Potential violation of Law of Demeter (method chain calls)
5540 src/com/gps/action/VehicleCRUDAction.java 418 Potential violation of Law of Demeter (object not created locally)
5541 src/com/gps/action/VehicleCRUDAction.java 421 A method should have only one exit point, and that should be the last statement in the method
5542 src/com/gps/action/VehicleCRUDAction.java 421 The String literal "add" appears 5 times in this file; the first occurrence is on line 421
5543 src/com/gps/action/VehicleCRUDAction.java 427 Potential violation of Law of Demeter (object not created locally)
5544 src/com/gps/action/VehicleCRUDAction.java 429 Local variable 'dpdao' could be declared final
5545 src/com/gps/action/VehicleCRUDAction.java 430 Potential violation of Law of Demeter (method chain calls)
5546 src/com/gps/action/VehicleCRUDAction.java 430 Potential violation of Law of Demeter (method chain calls)
5547 src/com/gps/action/VehicleCRUDAction.java 430 Potential violation of Law of Demeter (object not created locally)
5548 src/com/gps/action/VehicleCRUDAction.java 433 A method should have only one exit point, and that should be the last statement in the method
5549 src/com/gps/action/VehicleCRUDAction.java 440 Potential violation of Law of Demeter (object not created locally)
5550 src/com/gps/action/VehicleCRUDAction.java 441 A method should have only one exit point, and that should be the last statement in the method
5551 src/com/gps/action/VehicleCRUDAction.java 446 Potential violation of Law of Demeter (object not created locally)
5552 src/com/gps/action/VehicleCRUDAction.java 447 A method should have only one exit point, and that should be the last statement in the method
5553 src/com/gps/action/VehicleCRUDAction.java 450 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5554 src/com/gps/action/VehicleCRUDAction.java 461 publicMethodCommentRequirement Required
5555 src/com/gps/action/VehicleCRUDAction.java 467 Found 'DU'-anomaly for variable 'vpdao' (lines '467'-'522').
5556 src/com/gps/action/VehicleCRUDAction.java 467 Local variable 'vpdao' could be declared final
5557 src/com/gps/action/VehicleCRUDAction.java 470 Avoid variables with short names like sz
5558 src/com/gps/action/VehicleCRUDAction.java 470 Local variable 'sz' could be declared final
5559 src/com/gps/action/VehicleCRUDAction.java 475 There is log block not surrounded by if
5560 src/com/gps/action/VehicleCRUDAction.java 475 There is log block not surrounded by if
5561 src/com/gps/action/VehicleCRUDAction.java 478 There is log block not surrounded by if
5562 src/com/gps/action/VehicleCRUDAction.java 478 There is log block not surrounded by if
5563 src/com/gps/action/VehicleCRUDAction.java 482 Potential violation of Law of Demeter (method chain calls)
5564 src/com/gps/action/VehicleCRUDAction.java 482 Potential violation of Law of Demeter (method chain calls)
5565 src/com/gps/action/VehicleCRUDAction.java 482 Potential violation of Law of Demeter (method chain calls)
5566 src/com/gps/action/VehicleCRUDAction.java 482 Potential violation of Law of Demeter (method chain calls)
5567 src/com/gps/action/VehicleCRUDAction.java 492 Potential violation of Law of Demeter (object not created locally)
5568 src/com/gps/action/VehicleCRUDAction.java 493 There is log block not surrounded by if
5569 src/com/gps/action/VehicleCRUDAction.java 493 There is log block not surrounded by if
5570 src/com/gps/action/VehicleCRUDAction.java 495 Avoid using Literals in Conditional Statements
5571 src/com/gps/action/VehicleCRUDAction.java 495 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5572 src/com/gps/action/VehicleCRUDAction.java 496 Avoid empty if statements
5573 src/com/gps/action/VehicleCRUDAction.java 501 Avoid empty if statements
5574 src/com/gps/action/VehicleCRUDAction.java 504 A method should have only one exit point, and that should be the last statement in the method
5575 src/com/gps/action/VehicleCRUDAction.java 511 A method should have only one exit point, and that should be the last statement in the method
5576 src/com/gps/action/VehicleCRUDAction.java 514 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5577 src/com/gps/action/VehicleCRUDAction.java 525 Method names should not start with capital letters
5578 src/com/gps/action/VehicleCRUDAction.java 525 publicMethodCommentRequirement Required
5579 src/com/gps/action/VehicleCRUDAction.java 530 Local variable 'vpdao' could be declared final
5580 src/com/gps/action/VehicleCRUDAction.java 531 Potential violation of Law of Demeter (object not created locally)
5581 src/com/gps/action/VehicleCRUDAction.java 531 Potential violation of Law of Demeter (object not created locally)
5582 src/com/gps/action/VehicleCRUDAction.java 532 A method should have only one exit point, and that should be the last statement in the method
5583 src/com/gps/action/VehicleCRUDAction.java 532 The String literal "sucess" appears 9 times in this file; the first occurrence is on line 532
5584 src/com/gps/action/VehicleCRUDAction.java 535 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5585 src/com/gps/action/VehicleCRUDAction.java 537 Avoid printStackTrace(); use a logger call instead.
5586 src/com/gps/action/VehicleCRUDAction.java 537 Potential violation of Law of Demeter (object not created locally)
5587 src/com/gps/action/VehicleCRUDAction.java 545 Avoid really long methods.
5588 src/com/gps/action/VehicleCRUDAction.java 545 The method 'updateVehicle' has a Cyclomatic Complexity of 14.
5589 src/com/gps/action/VehicleCRUDAction.java 545 publicMethodCommentRequirement Required
5590 src/com/gps/action/VehicleCRUDAction.java 553 Local variable 'udao' could be declared final
5591 src/com/gps/action/VehicleCRUDAction.java 554 Local variable 'dpdao1' could be declared final
5592 src/com/gps/action/VehicleCRUDAction.java 555 Comment is too large: Line too long
5593 src/com/gps/action/VehicleCRUDAction.java 556 Potential violation of Law of Demeter (object not created locally)
5594 src/com/gps/action/VehicleCRUDAction.java 558 Potential violation of Law of Demeter (object not created locally)
5595 src/com/gps/action/VehicleCRUDAction.java 559 Potential violation of Law of Demeter (method chain calls)
5596 src/com/gps/action/VehicleCRUDAction.java 559 Potential violation of Law of Demeter (method chain calls)
5597 src/com/gps/action/VehicleCRUDAction.java 559 Potential violation of Law of Demeter (method chain calls)
5598 src/com/gps/action/VehicleCRUDAction.java 559 Potential violation of Law of Demeter (object not created locally)
5599 src/com/gps/action/VehicleCRUDAction.java 561 Potential violation of Law of Demeter (method chain calls)
5600 src/com/gps/action/VehicleCRUDAction.java 570 Potential violation of Law of Demeter (method chain calls)
5601 src/com/gps/action/VehicleCRUDAction.java 570 Potential violation of Law of Demeter (method chain calls)
5602 src/com/gps/action/VehicleCRUDAction.java 578 Comment is too large: Line too long
5603 src/com/gps/action/VehicleCRUDAction.java 581 Local variable 'trip1' could be declared final
5604 src/com/gps/action/VehicleCRUDAction.java 582 Avoid if (x != y) ..; else ..;
5605 src/com/gps/action/VehicleCRUDAction.java 582 Avoid using Literals in Conditional Statements
5606 src/com/gps/action/VehicleCRUDAction.java 582 Potential violation of Law of Demeter (object not created locally)
5607 src/com/gps/action/VehicleCRUDAction.java 582 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
5608 src/com/gps/action/VehicleCRUDAction.java 585 Avoid variables with short names like i
5609 src/com/gps/action/VehicleCRUDAction.java 586 Potential violation of Law of Demeter (object not created locally)
5610 src/com/gps/action/VehicleCRUDAction.java 588 Potential violation of Law of Demeter (method chain calls)
5611 src/com/gps/action/VehicleCRUDAction.java 588 Potential violation of Law of Demeter (object not created locally)
5612 src/com/gps/action/VehicleCRUDAction.java 589 Comment is too large: Too many lines
5613 src/com/gps/action/VehicleCRUDAction.java 603 Avoid empty if statements
5614 src/com/gps/action/VehicleCRUDAction.java 610 Potential violation of Law of Demeter (method chain calls)
5615 src/com/gps/action/VehicleCRUDAction.java 614 There is log block not surrounded by if
5616 src/com/gps/action/VehicleCRUDAction.java 614 There is log block not surrounded by if
5617 src/com/gps/action/VehicleCRUDAction.java 616 Local variable 'vpd' could be declared final
5618 src/com/gps/action/VehicleCRUDAction.java 617 Potential violation of Law of Demeter (object not created locally)
5619 src/com/gps/action/VehicleCRUDAction.java 619 Avoid unused local variables such as 'tList'.
5620 src/com/gps/action/VehicleCRUDAction.java 619 Found 'DD'-anomaly for variable 'tList' (lines '619'-'626').
5621 src/com/gps/action/VehicleCRUDAction.java 620 Local variable 'tpdao' could be declared final
5622 src/com/gps/action/VehicleCRUDAction.java 626 Found 'DU'-anomaly for variable 'tList' (lines '626'-'706').
5623 src/com/gps/action/VehicleCRUDAction.java 626 Potential violation of Law of Demeter (object not created locally)
5624 src/com/gps/action/VehicleCRUDAction.java 629 Local variable 'dpdao' could be declared final
5625 src/com/gps/action/VehicleCRUDAction.java 631 Potential violation of Law of Demeter (object not created locally)
5626 src/com/gps/action/VehicleCRUDAction.java 633 The String literal "Vehicle updated successfully" appears 4 times in this file; the first occurrence is on line 633
5627 src/com/gps/action/VehicleCRUDAction.java 634 A method should have only one exit point, and that should be the last statement in the method
5628 src/com/gps/action/VehicleCRUDAction.java 638 Potential violation of Law of Demeter (method chain calls)
5629 src/com/gps/action/VehicleCRUDAction.java 642 Local variable 'vpd' could be declared final
5630 src/com/gps/action/VehicleCRUDAction.java 643 Potential violation of Law of Demeter (object not created locally)
5631 src/com/gps/action/VehicleCRUDAction.java 644 Local variable 'dpdao' could be declared final
5632 src/com/gps/action/VehicleCRUDAction.java 645 Potential violation of Law of Demeter (method chain calls)
5633 src/com/gps/action/VehicleCRUDAction.java 645 Potential violation of Law of Demeter (method chain calls)
5634 src/com/gps/action/VehicleCRUDAction.java 645 Potential violation of Law of Demeter (object not created locally)
5635 src/com/gps/action/VehicleCRUDAction.java 647 A method should have only one exit point, and that should be the last statement in the method
5636 src/com/gps/action/VehicleCRUDAction.java 651 Potential violation of Law of Demeter (method chain calls)
5637 src/com/gps/action/VehicleCRUDAction.java 656 Local variable 'vpd' could be declared final
5638 src/com/gps/action/VehicleCRUDAction.java 657 Potential violation of Law of Demeter (object not created locally)
5639 src/com/gps/action/VehicleCRUDAction.java 659 A method should have only one exit point, and that should be the last statement in the method
5640 src/com/gps/action/VehicleCRUDAction.java 666 Local variable 'vpd' could be declared final
5641 src/com/gps/action/VehicleCRUDAction.java 667 Potential violation of Law of Demeter (object not created locally)
5642 src/com/gps/action/VehicleCRUDAction.java 668 Local variable 'dpdao' could be declared final
5643 src/com/gps/action/VehicleCRUDAction.java 669 Potential violation of Law of Demeter (method chain calls)
5644 src/com/gps/action/VehicleCRUDAction.java 669 Potential violation of Law of Demeter (method chain calls)
5645 src/com/gps/action/VehicleCRUDAction.java 669 Potential violation of Law of Demeter (object not created locally)
5646 src/com/gps/action/VehicleCRUDAction.java 672 A method should have only one exit point, and that should be the last statement in the method
5647 src/com/gps/action/VehicleCRUDAction.java 682 Potential violation of Law of Demeter (object not created locally)
5648 src/com/gps/action/VehicleCRUDAction.java 683 A method should have only one exit point, and that should be the last statement in the method
5649 src/com/gps/action/VehicleCRUDAction.java 688 Potential violation of Law of Demeter (object not created locally)
5650 src/com/gps/action/VehicleCRUDAction.java 689 A method should have only one exit point, and that should be the last statement in the method
5651 src/com/gps/action/VehicleCRUDAction.java 693 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5652 src/com/gps/action/VehicleCRUDAction.java 701 Avoid empty finally blocks
5653 src/com/gps/action/VehicleCRUDAction.java 712 publicMethodCommentRequirement Required
5654 src/com/gps/action/VehicleCRUDAction.java 720 Local variable 'vdao' could be declared final
5655 src/com/gps/action/VehicleCRUDAction.java 725 Potential violation of Law of Demeter (object not created locally)
5656 src/com/gps/action/VehicleCRUDAction.java 727 Potential violation of Law of Demeter (method chain calls)
5657 src/com/gps/action/VehicleCRUDAction.java 733 Local variable 'vpdao' could be declared final
5658 src/com/gps/action/VehicleCRUDAction.java 734 Potential violation of Law of Demeter (object not created locally)
5659 src/com/gps/action/VehicleCRUDAction.java 737 Assigning an Object to null is a code smell. Consider refactoring.
5660 src/com/gps/action/VehicleCRUDAction.java 738 There is log block not surrounded by if
5661 src/com/gps/action/VehicleCRUDAction.java 738 There is log block not surrounded by if
5662 src/com/gps/action/VehicleCRUDAction.java 739 A method should have only one exit point, and that should be the last statement in the method
5663 src/com/gps/action/VehicleCRUDAction.java 739 The String literal "delete" appears 4 times in this file; the first occurrence is on line 739
5664 src/com/gps/action/VehicleCRUDAction.java 742 Avoid if (x != y) ..; else ..;
5665 src/com/gps/action/VehicleCRUDAction.java 742 Potential violation of Law of Demeter (method chain calls)
5666 src/com/gps/action/VehicleCRUDAction.java 745 Local variable 'vpdao' could be declared final
5667 src/com/gps/action/VehicleCRUDAction.java 746 Potential violation of Law of Demeter (object not created locally)
5668 src/com/gps/action/VehicleCRUDAction.java 747 Local variable 'dpdao' could be declared final
5669 src/com/gps/action/VehicleCRUDAction.java 748 Potential violation of Law of Demeter (method chain calls)
5670 src/com/gps/action/VehicleCRUDAction.java 748 Potential violation of Law of Demeter (method chain calls)
5671 src/com/gps/action/VehicleCRUDAction.java 748 Potential violation of Law of Demeter (object not created locally)
5672 src/com/gps/action/VehicleCRUDAction.java 751 Assigning an Object to null is a code smell. Consider refactoring.
5673 src/com/gps/action/VehicleCRUDAction.java 753 A method should have only one exit point, and that should be the last statement in the method
5674 src/com/gps/action/VehicleCRUDAction.java 767 A method should have only one exit point, and that should be the last statement in the method
5675 src/com/gps/action/VehicleCRUDAction.java 771 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5676 src/com/gps/action/VehicleCRUDAction.java 784 A method/constructor shouldnt explicitly throw java.lang.Exception
5677 src/com/gps/action/VehicleCRUDAction.java 784 Parameter 'vehicleId' is not assigned and could be declared final
5678 src/com/gps/action/VehicleCRUDAction.java 784 publicMethodCommentRequirement Required
5679 src/com/gps/action/VehicleCRUDAction.java 787 Local variable 'tdao' could be declared final
5680 src/com/gps/action/VehicleCRUDAction.java 788 Found 'DD'-anomaly for variable 'tripList' (lines '788'-'795').
5681 src/com/gps/action/VehicleCRUDAction.java 791 Potential violation of Law of Demeter (object not created locally)
5682 src/com/gps/action/VehicleCRUDAction.java 793 Local variable 'query' could be declared final
5683 src/com/gps/action/VehicleCRUDAction.java 794 Potential violation of Law of Demeter (object not created locally)
5684 src/com/gps/action/VehicleCRUDAction.java 795 Potential violation of Law of Demeter (object not created locally)
5685 src/com/gps/action/VehicleCRUDAction.java 801 A catch statement that catches an exception only to rethrow it should be avoided.
5686 src/com/gps/action/VehicleCRUDAction.java 801 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5687 src/com/gps/action/VehicleCRUDAction.java 812 Parameter 'arg0' is not assigned and could be declared final
5688 src/com/gps/action/VehicleCRUDAction.java 812 publicMethodCommentRequirement Required
5689 src/com/gps/action/VehicleCRUDAction.java 818 Parameter 'arg0' is not assigned and could be declared final
5690 src/com/gps/action/VehicleCRUDAction.java 818 publicMethodCommentRequirement Required
5691 src/com/gps/action/VehicleCRUDAction.java 823 Parameter 'arg0' is not assigned and could be declared final
5692 src/com/gps/action/VehicleCRUDAction.java 823 publicMethodCommentRequirement Required
5693 src/com/gps/bo/Commons.java 6 Each class should declare at least one constructor
5694 src/com/gps/bo/Commons.java 6 headerCommentRequirement Required
5695 src/com/gps/bo/Commons.java 8 The Logger variable declaration does not contain the static and final modifiers
5696 src/com/gps/bo/Commons.java 8 fieldCommentRequirement Required
5697 src/com/gps/bo/FenceBO.java 3 headerCommentRequirement Required
5698 src/com/gps/bo/FenceBO.java 4 Found non-transient, non-static member. Please mark as transient or provide accessors.
5699 src/com/gps/bo/FenceBO.java 4 fieldCommentRequirement Required
5700 src/com/gps/bo/FenceBO.java 5 Found non-transient, non-static member. Please mark as transient or provide accessors.
5701 src/com/gps/bo/FenceBO.java 5 fieldCommentRequirement Required
5702 src/com/gps/bo/FenceBO.java 8 publicMethodCommentRequirement Required
5703 src/com/gps/bo/GpsSecurity.java 6 Avoid unused imports such as 'java.util.ArrayList'
5704 src/com/gps/bo/GpsSecurity.java 7 Avoid unused imports such as 'java.util.List'
5705 src/com/gps/bo/GpsSecurity.java 9 Avoid unused imports such as 'javax.servlet.http.HttpSession'
5706 src/com/gps/bo/GpsSecurity.java 12 Avoid unused imports such as 'org.hibernate.Session'
5707 src/com/gps/bo/GpsSecurity.java 16 Avoid unused imports such as 'com.gps.exception.UserNotLoggedInException'
5708 src/com/gps/bo/GpsSecurity.java 17 Avoid unused imports such as 'com.gps.form.LogingpsForm'
5709 src/com/gps/bo/GpsSecurity.java 18 Avoid unused imports such as 'com.gps.hibernate.User'
5710 src/com/gps/bo/GpsSecurity.java 19 Avoid unused imports such as 'com.gps.hibernate.UserDAO'
5711 src/com/gps/bo/GpsSecurity.java 35 Use explicit scoping instead of the default package private level
5712 src/com/gps/bo/GpsSecurity.java 35 Variables that are final and static should be all capitals, 'logger' is not all capitals.
5713 src/com/gps/bo/GpsSecurity.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
5714 src/com/gps/bo/GpsSecurity.java 36 fieldCommentRequirement Required
5715 src/com/gps/bo/GpsSecurity.java 59 Comment is too large: Line too long
5716 src/com/gps/bo/GpsSecurity.java 69 Comment is too large: Line too long
5717 src/com/gps/bo/GpsSecurity.java 71 Comment is too large: Line too long
5718 src/com/gps/bo/GpsSecurity.java 153 Parameter 'browserInfo' is not assigned and could be declared final
5719 src/com/gps/bo/GpsSecurity.java 157 Potential violation of Law of Demeter (method chain calls)
5720 src/com/gps/bo/GpsSecurity.java 157 Potential violation of Law of Demeter (method chain calls)
5721 src/com/gps/bo/GpsSecurity.java 157 Potential violation of Law of Demeter (method chain calls)
5722 src/com/gps/bo/GpsSecurity.java 157 Potential violation of Law of Demeter (method chain calls)
5723 src/com/gps/bo/GpsSecurity.java 157 Potential violation of Law of Demeter (method chain calls)
5724 src/com/gps/bo/GpsSecurity.java 157 When doing a String.toLowerCase()/toUpperCase() call, use a Locale
5725 src/com/gps/bo/GpsSecurity.java 159 A method should have only one exit point, and that should be the last statement in the method
5726 src/com/gps/bo/TestVSS.java 3 Each class should declare at least one constructor
5727 src/com/gps/bo/TestVSS.java 3 headerCommentRequirement Required
5728 src/com/gps/dao/DailyTripRepDAO.java 32 The class 'DailyTripRepDAO' has a Cyclomatic Complexity of 8 (Highest = 15).
5729 src/com/gps/dao/DailyTripRepDAO.java 32 headerCommentRequirement Required
5730 src/com/gps/dao/DailyTripRepDAO.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
5731 src/com/gps/dao/DailyTripRepDAO.java 33 Use explicit scoping instead of the default package private level
5732 src/com/gps/dao/DailyTripRepDAO.java 33 fieldCommentRequirement Required
5733 src/com/gps/dao/DailyTripRepDAO.java 34 The Logger variable declaration does not contain the static and final modifiers
5734 src/com/gps/dao/DailyTripRepDAO.java 34 fieldCommentRequirement Required
5735 src/com/gps/dao/DailyTripRepDAO.java 37 Parameter 'condition' is not assigned and could be declared final
5736 src/com/gps/dao/DailyTripRepDAO.java 37 Parameter 'endDate' is not assigned and could be declared final
5737 src/com/gps/dao/DailyTripRepDAO.java 37 Parameter 'session' is not assigned and could be declared final
5738 src/com/gps/dao/DailyTripRepDAO.java 37 Parameter 'startDate' is not assigned and could be declared final
5739 src/com/gps/dao/DailyTripRepDAO.java 37 Parameter 'tripDetails' is not assigned and could be declared final
5740 src/com/gps/dao/DailyTripRepDAO.java 37 Rather than using a lot of String arguments, consider using a container object for those values.
5741 src/com/gps/dao/DailyTripRepDAO.java 37 The method 'getParamList' has a Cyclomatic Complexity of 15.
5742 src/com/gps/dao/DailyTripRepDAO.java 39 Local variable 'cal' could be declared final
5743 src/com/gps/dao/DailyTripRepDAO.java 40 Local variable 'calEnd' could be declared final
5744 src/com/gps/dao/DailyTripRepDAO.java 42 Found 'DD'-anomaly for variable 'start' (lines '42'-'64').
5745 src/com/gps/dao/DailyTripRepDAO.java 43 Found 'DD'-anomaly for variable 'end' (lines '43'-'65').
5746 src/com/gps/dao/DailyTripRepDAO.java 44 Local variable 'tpList' could be declared final
5747 src/com/gps/dao/DailyTripRepDAO.java 45 Local variable 'tripProcessDAO' could be declared final
5748 src/com/gps/dao/DailyTripRepDAO.java 46 Local variable 'formatter' could be declared final
5749 src/com/gps/dao/DailyTripRepDAO.java 46 When instantiating a SimpleDateFormat object, specify a Locale
5750 src/com/gps/dao/DailyTripRepDAO.java 48 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '48'-'69').
5751 src/com/gps/dao/DailyTripRepDAO.java 49 Found 'DD'-anomaly for variable 'paramQuery' (lines '49'-'74').
5752 src/com/gps/dao/DailyTripRepDAO.java 50 Found 'DD'-anomaly for variable 'paramList' (lines '50'-'94').
5753 src/com/gps/dao/DailyTripRepDAO.java 51 Found 'DD'-anomaly for variable 'tripDTO' (lines '51'-'101').
5754 src/com/gps/dao/DailyTripRepDAO.java 51 Found 'DU'-anomaly for variable 'tripDTO' (lines '51'-'113').
5755 src/com/gps/dao/DailyTripRepDAO.java 55 Potential violation of Law of Demeter (method chain calls)
5756 src/com/gps/dao/DailyTripRepDAO.java 67 There is log block not surrounded by if
5757 src/com/gps/dao/DailyTripRepDAO.java 67 There is log block not surrounded by if
5758 src/com/gps/dao/DailyTripRepDAO.java 71 Found 'DD'-anomaly for variable 'qry' (lines '71'-'80').
5759 src/com/gps/dao/DailyTripRepDAO.java 71 Found 'DD'-anomaly for variable 'qry' (lines '71'-'88').
5760 src/com/gps/dao/DailyTripRepDAO.java 73 Local variable 'sess' could be declared final
5761 src/com/gps/dao/DailyTripRepDAO.java 74 Found 'DU'-anomaly for variable 'paramQuery' (lines '74'-'113').
5762 src/com/gps/dao/DailyTripRepDAO.java 74 StringBuffer constructor is initialized with size 117, but has at least 149 characters appended.
5763 src/com/gps/dao/DailyTripRepDAO.java 76 Avoid if (x != y) ..; else ..;
5764 src/com/gps/dao/DailyTripRepDAO.java 76 Use equals() to compare strings instead of '==' or '!='
5765 src/com/gps/dao/DailyTripRepDAO.java 79 There is log block not surrounded by if
5766 src/com/gps/dao/DailyTripRepDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
5767 src/com/gps/dao/DailyTripRepDAO.java 81 Avoid using if statements without curly braces
5768 src/com/gps/dao/DailyTripRepDAO.java 81 Use equals() to compare strings instead of '==' or '!='
5769 src/com/gps/dao/DailyTripRepDAO.java 83 Avoid using if statements without curly braces
5770 src/com/gps/dao/DailyTripRepDAO.java 83 Use equals() to compare strings instead of '==' or '!='
5771 src/com/gps/dao/DailyTripRepDAO.java 87 There is log block not surrounded by if
5772 src/com/gps/dao/DailyTripRepDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
5773 src/com/gps/dao/DailyTripRepDAO.java 96 There is log block not surrounded by if
5774 src/com/gps/dao/DailyTripRepDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
5775 src/com/gps/dao/DailyTripRepDAO.java 97 Local variable 'paramIter' could be declared final
5776 src/com/gps/dao/DailyTripRepDAO.java 99 Local variable 'rows' could be declared final
5777 src/com/gps/dao/DailyTripRepDAO.java 101 Avoid instantiating new objects inside loops
5778 src/com/gps/dao/DailyTripRepDAO.java 101 Potential violation of Law of Demeter (method chain calls)
5779 src/com/gps/dao/DailyTripRepDAO.java 107 There is log block not surrounded by if
5780 src/com/gps/dao/DailyTripRepDAO.java 107 There is log block not surrounded by if
5781 src/com/gps/dao/DailyTripRepDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5782 src/com/gps/dao/DailyTripRepDAO.java 109 There is log block not surrounded by if
5783 src/com/gps/dao/DailyTripRepDAO.java 115 Found 'UR'-anomaly for variable 'paramsVO' (lines '115'-'141').
5784 src/com/gps/dao/DailyTripRepDAO.java 115 Parameter 'FromDate' is not assigned and could be declared final
5785 src/com/gps/dao/DailyTripRepDAO.java 115 Parameter 'ToDate' is not assigned and could be declared final
5786 src/com/gps/dao/DailyTripRepDAO.java 115 Parameter 'VehId' is not assigned and could be declared final
5787 src/com/gps/dao/DailyTripRepDAO.java 115 Variables should start with a lowercase character, 'FromDate' starts with uppercase character.
5788 src/com/gps/dao/DailyTripRepDAO.java 115 Variables should start with a lowercase character, 'ToDate' starts with uppercase character.
5789 src/com/gps/dao/DailyTripRepDAO.java 115 Variables should start with a lowercase character, 'VehId' starts with uppercase character.
5790 src/com/gps/dao/DailyTripRepDAO.java 115 publicMethodCommentRequirement Required
5791 src/com/gps/dao/DailyTripRepDAO.java 117 Avoid unused local variables such as 'firsttripid'.
5792 src/com/gps/dao/DailyTripRepDAO.java 118 Avoid unused local variables such as 'secondtripid'.
5793 src/com/gps/dao/DailyTripRepDAO.java 122 Local variable 'tripProcessDAO' could be declared final
5794 src/com/gps/dao/DailyTripRepDAO.java 123 Local variable 'paramList' could be declared final
5795 src/com/gps/dao/DailyTripRepDAO.java 124 Found 'DD'-anomaly for variable 'whrQuery' (lines '124'-'130').
5796 src/com/gps/dao/DailyTripRepDAO.java 130 Potential violation of Law of Demeter (object not created locally)
5797 src/com/gps/dao/DailyTripRepDAO.java 133 Comment is too large: Line too long
5798 src/com/gps/dao/DailyTripRepDAO.java 134 Local variable 'query' could be declared final
5799 src/com/gps/dao/DailyTripRepDAO.java 134 Potential violation of Law of Demeter (method chain calls)
5800 src/com/gps/dao/DailyTripRepDAO.java 134 Potential violation of Law of Demeter (object not created locally)
5801 src/com/gps/dao/DailyTripRepDAO.java 136 There is log block not surrounded by if
5802 src/com/gps/dao/DailyTripRepDAO.java 136 There is log block not surrounded by if
5803 src/com/gps/dao/DailyTripRepDAO.java 137 Local variable 'params' could be declared final
5804 src/com/gps/dao/DailyTripRepDAO.java 137 Potential violation of Law of Demeter (object not created locally)
5805 src/com/gps/dao/DailyTripRepDAO.java 140 Local variable 'paramsVO' could be declared final
5806 src/com/gps/dao/DailyTripRepDAO.java 141 Avoid instantiating new objects inside loops
5807 src/com/gps/dao/DailyTripRepDAO.java 141 Local variable 'paramVO' could be declared final
5808 src/com/gps/dao/DailyTripRepDAO.java 141 Potential violation of Law of Demeter (method chain calls)
5809 src/com/gps/dao/DailyTripRepDAO.java 141 Potential violation of Law of Demeter (object not created locally)
5810 src/com/gps/dao/DailyTripRepDAO.java 141 Potential violation of Law of Demeter (object not created locally)
5811 src/com/gps/dao/DailyTripRepDAO.java 142 Potential violation of Law of Demeter (object not created locally)
5812 src/com/gps/dao/DailyTripRepDAO.java 145 Local variable 'itr' could be declared final
5813 src/com/gps/dao/DailyTripRepDAO.java 145 Potential violation of Law of Demeter (object not created locally)
5814 src/com/gps/dao/DailyTripRepDAO.java 149 Local variable 'firstParam' could be declared final
5815 src/com/gps/dao/DailyTripRepDAO.java 151 Found 'DD'-anomaly for variable 'firsttripdate' (lines '151'-'151').
5816 src/com/gps/dao/DailyTripRepDAO.java 151 Found 'DU'-anomaly for variable 'firsttripdate' (lines '151'-'172').
5817 src/com/gps/dao/DailyTripRepDAO.java 151 Potential violation of Law of Demeter (object not created locally)
5818 src/com/gps/dao/DailyTripRepDAO.java 152 Found 'DD'-anomaly for variable 'firsttripid' (lines '152'-'152').
5819 src/com/gps/dao/DailyTripRepDAO.java 152 Found 'DU'-anomaly for variable 'firsttripid' (lines '152'-'172').
5820 src/com/gps/dao/DailyTripRepDAO.java 152 Potential violation of Law of Demeter (object not created locally)
5821 src/com/gps/dao/DailyTripRepDAO.java 155 Local variable 'secondParam' could be declared final
5822 src/com/gps/dao/DailyTripRepDAO.java 157 Potential violation of Law of Demeter (object not created locally)
5823 src/com/gps/dao/DailyTripRepDAO.java 158 Found 'DD'-anomaly for variable 'secondtripid' (lines '158'-'158').
5824 src/com/gps/dao/DailyTripRepDAO.java 158 Found 'DU'-anomaly for variable 'secondtripid' (lines '158'-'172').
5825 src/com/gps/dao/DailyTripRepDAO.java 158 Potential violation of Law of Demeter (object not created locally)
5826 src/com/gps/dao/DailyTripRepDAO.java 160 There is log block not surrounded by if
5827 src/com/gps/dao/DailyTripRepDAO.java 160 There is log block not surrounded by if
5828 src/com/gps/dao/DailyTripRepDAO.java 164 There is log block not surrounded by if
5829 src/com/gps/dao/DailyTripRepDAO.java 164 There is log block not surrounded by if
5830 src/com/gps/dao/DailyTripRepDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5831 src/com/gps/dao/DailyTripRepDAO.java 168 There is log block not surrounded by if
5832 src/com/gps/dao/DailyTripRepDAO.java 174 Parameter 'fromDate' is not assigned and could be declared final
5833 src/com/gps/dao/DailyTripRepDAO.java 174 Parameter 'toDate' is not assigned and could be declared final
5834 src/com/gps/dao/DailyTripRepDAO.java 174 publicMethodCommentRequirement Required
5835 src/com/gps/dao/DailyTripRepDAO.java 176 Found 'DD'-anomaly for variable 'minutes' (lines '176'-'188').
5836 src/com/gps/dao/DailyTripRepDAO.java 177 Local variable 'sessionTimeStart' could be declared final
5837 src/com/gps/dao/DailyTripRepDAO.java 178 Avoid excessively long variable names like sessionTimerEndOrCurrent
5838 src/com/gps/dao/DailyTripRepDAO.java 178 Local variable 'sessionTimerEndOrCurrent' could be declared final
5839 src/com/gps/dao/DailyTripRepDAO.java 179 Local variable 'format' could be declared final
5840 src/com/gps/dao/DailyTripRepDAO.java 179 When instantiating a SimpleDateFormat object, specify a Locale
5841 src/com/gps/dao/DailyTripRepDAO.java 180 Avoid variables with short names like dt
5842 src/com/gps/dao/DailyTripRepDAO.java 180 Local variable 'dt' could be declared final
5843 src/com/gps/dao/DailyTripRepDAO.java 181 Avoid variables with short names like d1
5844 src/com/gps/dao/DailyTripRepDAO.java 181 Found 'DD'-anomaly for variable 'd1' (lines '181'-'184').
5845 src/com/gps/dao/DailyTripRepDAO.java 182 Avoid variables with short names like d0
5846 src/com/gps/dao/DailyTripRepDAO.java 182 Found 'DD'-anomaly for variable 'd0' (lines '182'-'185').
5847 src/com/gps/dao/DailyTripRepDAO.java 184 Potential violation of Law of Demeter (object not created locally)
5848 src/com/gps/dao/DailyTripRepDAO.java 185 Potential violation of Law of Demeter (object not created locally)
5849 src/com/gps/dao/DailyTripRepDAO.java 187 Local variable 'seconds' could be declared final
5850 src/com/gps/dao/DailyTripRepDAO.java 187 Potential violation of Law of Demeter (object not created locally)
5851 src/com/gps/dao/DailyTripRepDAO.java 187 Potential violation of Law of Demeter (object not created locally)
5852 src/com/gps/dao/DailyTripRepDAO.java 187 Potential violation of Law of Demeter (object not created locally)
5853 src/com/gps/dao/DailyTripRepDAO.java 188 Found 'DD'-anomaly for variable 'minutes' (lines '188'-'189').
5854 src/com/gps/dao/DailyTripRepDAO.java 189 Potential violation of Law of Demeter (object not created locally)
5855 src/com/gps/dao/DailyTripRepDAO.java 192 There is log block not surrounded by if
5856 src/com/gps/dao/DeviceProcessDAO.java 7 Avoid unused imports such as 'javax.servlet.http.HttpSession'
5857 src/com/gps/dao/DeviceProcessDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.Geofence'
5858 src/com/gps/dao/DeviceProcessDAO.java 24 Avoid unused imports such as 'com.gps.hibernate.GeofenceDAO'
5859 src/com/gps/dao/DeviceProcessDAO.java 27 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
5860 src/com/gps/dao/DeviceProcessDAO.java 33 Avoid unused imports such as 'java.util.Date'
5861 src/com/gps/dao/DeviceProcessDAO.java 36 The class 'DeviceProcessDAO' has a Cyclomatic Complexity of 4 (Highest = 15).
5862 src/com/gps/dao/DeviceProcessDAO.java 36 headerCommentRequirement Required
5863 src/com/gps/dao/DeviceProcessDAO.java 38 Avoid unused private fields such as 'request'.
5864 src/com/gps/dao/DeviceProcessDAO.java 38 fieldCommentRequirement Required
5865 src/com/gps/dao/DeviceProcessDAO.java 39 Avoid unused private fields such as 'response'.
5866 src/com/gps/dao/DeviceProcessDAO.java 39 fieldCommentRequirement Required
5867 src/com/gps/dao/DeviceProcessDAO.java 40 The Logger variable declaration does not contain the static and final modifiers
5868 src/com/gps/dao/DeviceProcessDAO.java 40 Use explicit scoping instead of the default package private level
5869 src/com/gps/dao/DeviceProcessDAO.java 40 fieldCommentRequirement Required
5870 src/com/gps/dao/DeviceProcessDAO.java 41 Avoid using redundant field initializer for 'tx'
5871 src/com/gps/dao/DeviceProcessDAO.java 41 Avoid variables with short names like tx
5872 src/com/gps/dao/DeviceProcessDAO.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
5873 src/com/gps/dao/DeviceProcessDAO.java 41 Use explicit scoping instead of the default package private level
5874 src/com/gps/dao/DeviceProcessDAO.java 41 fieldCommentRequirement Required
5875 src/com/gps/dao/DeviceProcessDAO.java 42 Avoid using redundant field initializer for 'sess'
5876 src/com/gps/dao/DeviceProcessDAO.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
5877 src/com/gps/dao/DeviceProcessDAO.java 42 Use explicit scoping instead of the default package private level
5878 src/com/gps/dao/DeviceProcessDAO.java 42 fieldCommentRequirement Required
5879 src/com/gps/dao/DeviceProcessDAO.java 43 Avoid using redundant field initializer for 'devDao'
5880 src/com/gps/dao/DeviceProcessDAO.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
5881 src/com/gps/dao/DeviceProcessDAO.java 43 Use explicit scoping instead of the default package private level
5882 src/com/gps/dao/DeviceProcessDAO.java 43 fieldCommentRequirement Required
5883 src/com/gps/dao/DeviceProcessDAO.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
5884 src/com/gps/dao/DeviceProcessDAO.java 45 fieldCommentRequirement Required
5885 src/com/gps/dao/DeviceProcessDAO.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
5886 src/com/gps/dao/DeviceProcessDAO.java 46 fieldCommentRequirement Required
5887 src/com/gps/dao/DeviceProcessDAO.java 47 fieldCommentRequirement Required
5888 src/com/gps/dao/DeviceProcessDAO.java 49 publicMethodCommentRequirement Required
5889 src/com/gps/dao/DeviceProcessDAO.java 53 Parameter 'deviceId' is not assigned and could be declared final
5890 src/com/gps/dao/DeviceProcessDAO.java 53 publicMethodCommentRequirement Required
5891 src/com/gps/dao/DeviceProcessDAO.java 57 A method/constructor shouldnt explicitly throw java.lang.Exception
5892 src/com/gps/dao/DeviceProcessDAO.java 57 Method names should not start with capital letters
5893 src/com/gps/dao/DeviceProcessDAO.java 57 Parameter 'device' is not assigned and could be declared final
5894 src/com/gps/dao/DeviceProcessDAO.java 57 publicMethodCommentRequirement Required
5895 src/com/gps/dao/DeviceProcessDAO.java 63 Potential violation of Law of Demeter (method chain calls)
5896 src/com/gps/dao/DeviceProcessDAO.java 66 There is log block not surrounded by if
5897 src/com/gps/dao/DeviceProcessDAO.java 66 There is log block not surrounded by if
5898 src/com/gps/dao/DeviceProcessDAO.java 78 There is log block not surrounded by if
5899 src/com/gps/dao/DeviceProcessDAO.java 78 There is log block not surrounded by if
5900 src/com/gps/dao/DeviceProcessDAO.java 79 Comment is too large: Line too long
5901 src/com/gps/dao/DeviceProcessDAO.java 80 There is log block not surrounded by if
5902 src/com/gps/dao/DeviceProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
5903 src/com/gps/dao/DeviceProcessDAO.java 81 Potential violation of Law of Demeter (method chain calls)
5904 src/com/gps/dao/DeviceProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
5905 src/com/gps/dao/DeviceProcessDAO.java 81 There is log block not surrounded by if
5906 src/com/gps/dao/DeviceProcessDAO.java 81 There is log block not surrounded by if
5907 src/com/gps/dao/DeviceProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
5908 src/com/gps/dao/DeviceProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
5909 src/com/gps/dao/DeviceProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
5910 src/com/gps/dao/DeviceProcessDAO.java 83 Avoid using if...else statements without curly braces
5911 src/com/gps/dao/DeviceProcessDAO.java 83 New exception is thrown in catch block, original stack trace may be lost
5912 src/com/gps/dao/DeviceProcessDAO.java 84 Potential violation of Law of Demeter (method chain calls)
5913 src/com/gps/dao/DeviceProcessDAO.java 84 Potential violation of Law of Demeter (method chain calls)
5914 src/com/gps/dao/DeviceProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
5915 src/com/gps/dao/DeviceProcessDAO.java 85 Avoid using if...else statements without curly braces
5916 src/com/gps/dao/DeviceProcessDAO.java 85 New exception is thrown in catch block, original stack trace may be lost
5917 src/com/gps/dao/DeviceProcessDAO.java 87 Avoid using if...else statements without curly braces
5918 src/com/gps/dao/DeviceProcessDAO.java 87 New exception is thrown in catch block, original stack trace may be lost
5919 src/com/gps/dao/DeviceProcessDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5920 src/com/gps/dao/DeviceProcessDAO.java 91 Avoid printStackTrace(); use a logger call instead.
5921 src/com/gps/dao/DeviceProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
5922 src/com/gps/dao/DeviceProcessDAO.java 97 Avoid empty finally blocks
5923 src/com/gps/dao/DeviceProcessDAO.java 105 Avoid variables with short names like id
5924 src/com/gps/dao/DeviceProcessDAO.java 105 Parameter 'id' is not assigned and could be declared final
5925 src/com/gps/dao/DeviceProcessDAO.java 105 Parameter 'type' is not assigned and could be declared final
5926 src/com/gps/dao/DeviceProcessDAO.java 105 publicMethodCommentRequirement Required
5927 src/com/gps/dao/DeviceProcessDAO.java 107 Found 'DD'-anomaly for variable 'sess' (lines '107'-'112').
5928 src/com/gps/dao/DeviceProcessDAO.java 110 There is log block not surrounded by if
5929 src/com/gps/dao/DeviceProcessDAO.java 110 There is log block not surrounded by if
5930 src/com/gps/dao/DeviceProcessDAO.java 111 Local variable 'devDao' could be declared final
5931 src/com/gps/dao/DeviceProcessDAO.java 112 Potential violation of Law of Demeter (object not created locally)
5932 src/com/gps/dao/DeviceProcessDAO.java 113 There is log block not surrounded by if
5933 src/com/gps/dao/DeviceProcessDAO.java 113 There is log block not surrounded by if
5934 src/com/gps/dao/DeviceProcessDAO.java 115 Comment is too large: Line too long
5935 src/com/gps/dao/DeviceProcessDAO.java 117 Avoid if (x != y) ..; else ..;
5936 src/com/gps/dao/DeviceProcessDAO.java 119 There is log block not surrounded by if
5937 src/com/gps/dao/DeviceProcessDAO.java 119 There is log block not surrounded by if
5938 src/com/gps/dao/DeviceProcessDAO.java 121 Comment is too large: Line too long
5939 src/com/gps/dao/DeviceProcessDAO.java 122 Do not add empty strings
5940 src/com/gps/dao/DeviceProcessDAO.java 122 Potential violation of Law of Demeter (method chain calls)
5941 src/com/gps/dao/DeviceProcessDAO.java 122 Potential violation of Law of Demeter (object not created locally)
5942 src/com/gps/dao/DeviceProcessDAO.java 126 There is log block not surrounded by if
5943 src/com/gps/dao/DeviceProcessDAO.java 126 There is log block not surrounded by if
5944 src/com/gps/dao/DeviceProcessDAO.java 128 Comment is too large: Line too long
5945 src/com/gps/dao/DeviceProcessDAO.java 129 Potential violation of Law of Demeter (method chain calls)
5946 src/com/gps/dao/DeviceProcessDAO.java 129 Potential violation of Law of Demeter (object not created locally)
5947 src/com/gps/dao/DeviceProcessDAO.java 131 There is log block not surrounded by if
5948 src/com/gps/dao/DeviceProcessDAO.java 131 There is log block not surrounded by if
5949 src/com/gps/dao/DeviceProcessDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5950 src/com/gps/dao/DeviceProcessDAO.java 136 There is log block not surrounded by if
5951 src/com/gps/dao/DeviceProcessDAO.java 137 Avoid printStackTrace(); use a logger call instead.
5952 src/com/gps/dao/DeviceProcessDAO.java 137 Potential violation of Law of Demeter (object not created locally)
5953 src/com/gps/dao/DeviceProcessDAO.java 146 Comment is too large: Line too long
5954 src/com/gps/dao/DeviceProcessDAO.java 147 Avoid variables with short names like id
5955 src/com/gps/dao/DeviceProcessDAO.java 147 Parameter 'id' is not assigned and could be declared final
5956 src/com/gps/dao/DeviceProcessDAO.java 147 publicMethodCommentRequirement Required
5957 src/com/gps/dao/DeviceProcessDAO.java 149 Found 'DD'-anomaly for variable 'sess' (lines '149'-'158').
5958 src/com/gps/dao/DeviceProcessDAO.java 155 There is log block not surrounded by if
5959 src/com/gps/dao/DeviceProcessDAO.java 155 There is log block not surrounded by if
5960 src/com/gps/dao/DeviceProcessDAO.java 156 Local variable 'devDao' could be declared final
5961 src/com/gps/dao/DeviceProcessDAO.java 157 Potential violation of Law of Demeter (method chain calls)
5962 src/com/gps/dao/DeviceProcessDAO.java 157 Potential violation of Law of Demeter (object not created locally)
5963 src/com/gps/dao/DeviceProcessDAO.java 158 Potential violation of Law of Demeter (object not created locally)
5964 src/com/gps/dao/DeviceProcessDAO.java 159 There is log block not surrounded by if
5965 src/com/gps/dao/DeviceProcessDAO.java 159 There is log block not surrounded by if
5966 src/com/gps/dao/DeviceProcessDAO.java 161 Comment is too large: Line too long
5967 src/com/gps/dao/DeviceProcessDAO.java 164 Comment is too large: Line too long
5968 src/com/gps/dao/DeviceProcessDAO.java 165 Do not add empty strings
5969 src/com/gps/dao/DeviceProcessDAO.java 165 Potential violation of Law of Demeter (method chain calls)
5970 src/com/gps/dao/DeviceProcessDAO.java 165 Potential violation of Law of Demeter (object not created locally)
5971 src/com/gps/dao/DeviceProcessDAO.java 169 Comment is too large: Line too long
5972 src/com/gps/dao/DeviceProcessDAO.java 170 There is log block not surrounded by if
5973 src/com/gps/dao/DeviceProcessDAO.java 170 There is log block not surrounded by if
5974 src/com/gps/dao/DeviceProcessDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
5975 src/com/gps/dao/DeviceProcessDAO.java 175 There is log block not surrounded by if
5976 src/com/gps/dao/DeviceProcessDAO.java 176 Avoid printStackTrace(); use a logger call instead.
5977 src/com/gps/dao/DeviceProcessDAO.java 176 Potential violation of Law of Demeter (object not created locally)
5978 src/com/gps/dao/DeviceProcessDAO.java 185 A method/constructor shouldnt explicitly throw java.lang.Exception
5979 src/com/gps/dao/DeviceProcessDAO.java 185 Avoid really long methods.
5980 src/com/gps/dao/DeviceProcessDAO.java 185 Method names should not start with capital letters
5981 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'aliasName' is not assigned and could be declared final
5982 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'enableStatus' is not assigned and could be declared final
5983 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'first' is not assigned and could be declared final
5984 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'imeiNumber' is not assigned and could be declared final
5985 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'inuseStatus' is not assigned and could be declared final
5986 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'last' is not assigned and could be declared final
5987 src/com/gps/dao/DeviceProcessDAO.java 185 Parameter 'user' is not assigned and could be declared final
5988 src/com/gps/dao/DeviceProcessDAO.java 185 Rather than using a lot of String arguments, consider using a container object for those values.
5989 src/com/gps/dao/DeviceProcessDAO.java 185 The method 'Search' has a Cyclomatic Complexity of 15.
5990 src/com/gps/dao/DeviceProcessDAO.java 185 The method Search() has an NPath complexity of 974
5991 src/com/gps/dao/DeviceProcessDAO.java 185 publicMethodCommentRequirement Required
5992 src/com/gps/dao/DeviceProcessDAO.java 189 Found 'DD'-anomaly for variable 'deviceList' (lines '189'-'274').
5993 src/com/gps/dao/DeviceProcessDAO.java 189 Found 'DD'-anomaly for variable 'deviceList' (lines '189'-'291').
5994 src/com/gps/dao/DeviceProcessDAO.java 190 There is log block not surrounded by if
5995 src/com/gps/dao/DeviceProcessDAO.java 190 There is log block not surrounded by if
5996 src/com/gps/dao/DeviceProcessDAO.java 191 Local variable 'baseQuery' could be declared final
5997 src/com/gps/dao/DeviceProcessDAO.java 192 Avoid variables with short names like sb
5998 src/com/gps/dao/DeviceProcessDAO.java 192 Local variable 'sb' could be declared final
5999 src/com/gps/dao/DeviceProcessDAO.java 193 Potential violation of Law of Demeter (object not created locally)
6000 src/com/gps/dao/DeviceProcessDAO.java 197 Found 'DD'-anomaly for variable 'strlen' (lines '197'-'284').
6001 src/com/gps/dao/DeviceProcessDAO.java 197 Found 'DU'-anomaly for variable 'strlen' (lines '197'-'309').
6002 src/com/gps/dao/DeviceProcessDAO.java 198 Found 'DD'-anomaly for variable 'finalquery' (lines '198'-'280').
6003 src/com/gps/dao/DeviceProcessDAO.java 198 Found 'DU'-anomaly for variable 'finalquery' (lines '198'-'309').
6004 src/com/gps/dao/DeviceProcessDAO.java 199 Found 'DD'-anomaly for variable 'flag' (lines '199'-'208').
6005 src/com/gps/dao/DeviceProcessDAO.java 199 Found 'DD'-anomaly for variable 'flag' (lines '199'-'218').
6006 src/com/gps/dao/DeviceProcessDAO.java 199 Found 'DD'-anomaly for variable 'flag' (lines '199'-'229').
6007 src/com/gps/dao/DeviceProcessDAO.java 199 Found 'DD'-anomaly for variable 'flag' (lines '199'-'238').
6008 src/com/gps/dao/DeviceProcessDAO.java 199 Found 'DD'-anomaly for variable 'flag' (lines '199'-'268').
6009 src/com/gps/dao/DeviceProcessDAO.java 200 Local variable 'rdao' could be declared final
6010 src/com/gps/dao/DeviceProcessDAO.java 206 There is log block not surrounded by if
6011 src/com/gps/dao/DeviceProcessDAO.java 206 There is log block not surrounded by if
6012 src/com/gps/dao/DeviceProcessDAO.java 207 Potential violation of Law of Demeter (object not created locally)
6013 src/com/gps/dao/DeviceProcessDAO.java 208 Found 'DD'-anomaly for variable 'flag' (lines '208'-'218').
6014 src/com/gps/dao/DeviceProcessDAO.java 208 Found 'DD'-anomaly for variable 'flag' (lines '208'-'229').
6015 src/com/gps/dao/DeviceProcessDAO.java 208 Found 'DD'-anomaly for variable 'flag' (lines '208'-'238').
6016 src/com/gps/dao/DeviceProcessDAO.java 208 Found 'DD'-anomaly for variable 'flag' (lines '208'-'268').
6017 src/com/gps/dao/DeviceProcessDAO.java 216 There is log block not surrounded by if
6018 src/com/gps/dao/DeviceProcessDAO.java 216 There is log block not surrounded by if
6019 src/com/gps/dao/DeviceProcessDAO.java 217 Potential violation of Law of Demeter (object not created locally)
6020 src/com/gps/dao/DeviceProcessDAO.java 218 Found 'DD'-anomaly for variable 'flag' (lines '218'-'229').
6021 src/com/gps/dao/DeviceProcessDAO.java 218 Found 'DD'-anomaly for variable 'flag' (lines '218'-'238').
6022 src/com/gps/dao/DeviceProcessDAO.java 218 Found 'DD'-anomaly for variable 'flag' (lines '218'-'268').
6023 src/com/gps/dao/DeviceProcessDAO.java 227 There is log block not surrounded by if
6024 src/com/gps/dao/DeviceProcessDAO.java 227 There is log block not surrounded by if
6025 src/com/gps/dao/DeviceProcessDAO.java 228 Potential violation of Law of Demeter (object not created locally)
6026 src/com/gps/dao/DeviceProcessDAO.java 229 Found 'DD'-anomaly for variable 'flag' (lines '229'-'238').
6027 src/com/gps/dao/DeviceProcessDAO.java 229 Found 'DD'-anomaly for variable 'flag' (lines '229'-'268').
6028 src/com/gps/dao/DeviceProcessDAO.java 237 Potential violation of Law of Demeter (object not created locally)
6029 src/com/gps/dao/DeviceProcessDAO.java 238 Found 'DD'-anomaly for variable 'flag' (lines '238'-'268').
6030 src/com/gps/dao/DeviceProcessDAO.java 243 Comment is too large: Too many lines
6031 src/com/gps/dao/DeviceProcessDAO.java 245 Comment is too large: Line too long
6032 src/com/gps/dao/DeviceProcessDAO.java 250 Comment is too large: Line too long
6033 src/com/gps/dao/DeviceProcessDAO.java 265 Potential violation of Law of Demeter (method chain calls)
6034 src/com/gps/dao/DeviceProcessDAO.java 265 Potential violation of Law of Demeter (object not created locally)
6035 src/com/gps/dao/DeviceProcessDAO.java 267 Potential violation of Law of Demeter (object not created locally)
6036 src/com/gps/dao/DeviceProcessDAO.java 270 Comment is too large: Line too long
6037 src/com/gps/dao/DeviceProcessDAO.java 271 Potential violation of Law of Demeter (method chain calls)
6038 src/com/gps/dao/DeviceProcessDAO.java 271 Potential violation of Law of Demeter (object not created locally)
6039 src/com/gps/dao/DeviceProcessDAO.java 273 There is log block not surrounded by if
6040 src/com/gps/dao/DeviceProcessDAO.java 273 There is log block not surrounded by if
6041 src/com/gps/dao/DeviceProcessDAO.java 274 Found 'DD'-anomaly for variable 'deviceList' (lines '274'-'291').
6042 src/com/gps/dao/DeviceProcessDAO.java 278 There is log block not surrounded by if
6043 src/com/gps/dao/DeviceProcessDAO.java 278 There is log block not surrounded by if
6044 src/com/gps/dao/DeviceProcessDAO.java 279 Potential violation of Law of Demeter (object not created locally)
6045 src/com/gps/dao/DeviceProcessDAO.java 279 There is log block not surrounded by if
6046 src/com/gps/dao/DeviceProcessDAO.java 279 There is log block not surrounded by if
6047 src/com/gps/dao/DeviceProcessDAO.java 280 Found 'DD'-anomaly for variable 'finalquery' (lines '280'-'286').
6048 src/com/gps/dao/DeviceProcessDAO.java 280 Potential violation of Law of Demeter (object not created locally)
6049 src/com/gps/dao/DeviceProcessDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6050 src/com/gps/dao/DeviceProcessDAO.java 283 There is log block not surrounded by if
6051 src/com/gps/dao/DeviceProcessDAO.java 283 There is log block not surrounded by if
6052 src/com/gps/dao/DeviceProcessDAO.java 284 Potential violation of Law of Demeter (object not created locally)
6053 src/com/gps/dao/DeviceProcessDAO.java 285 Local variable 'previous' could be declared final
6054 src/com/gps/dao/DeviceProcessDAO.java 286 Potential violation of Law of Demeter (object not created locally)
6055 src/com/gps/dao/DeviceProcessDAO.java 287 There is log block not surrounded by if
6056 src/com/gps/dao/DeviceProcessDAO.java 287 There is log block not surrounded by if
6057 src/com/gps/dao/DeviceProcessDAO.java 291 Potential violation of Law of Demeter (method chain calls)
6058 src/com/gps/dao/DeviceProcessDAO.java 297 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6059 src/com/gps/dao/DeviceProcessDAO.java 299 Avoid printStackTrace(); use a logger call instead.
6060 src/com/gps/dao/DeviceProcessDAO.java 299 Potential violation of Law of Demeter (object not created locally)
6061 src/com/gps/dao/DeviceProcessDAO.java 302 Avoid empty finally blocks
6062 src/com/gps/dao/DeviceProcessDAO.java 312 Parameter 'first' is not assigned and could be declared final
6063 src/com/gps/dao/DeviceProcessDAO.java 312 Parameter 'last' is not assigned and could be declared final
6064 src/com/gps/dao/DeviceProcessDAO.java 312 publicMethodCommentRequirement Required
6065 src/com/gps/dao/DeviceProcessDAO.java 314 There is log block not surrounded by if
6066 src/com/gps/dao/DeviceProcessDAO.java 314 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
6067 src/com/gps/dao/DeviceProcessDAO.java 317 Local variable 'queryString' could be declared final
6068 src/com/gps/dao/DeviceProcessDAO.java 318 Local variable 'queryObject' could be declared final
6069 src/com/gps/dao/DeviceProcessDAO.java 318 Potential violation of Law of Demeter (method chain calls)
6070 src/com/gps/dao/DeviceProcessDAO.java 321 Potential violation of Law of Demeter (method chain calls)
6071 src/com/gps/dao/DeviceProcessDAO.java 321 Potential violation of Law of Demeter (object not created locally)
6072 src/com/gps/dao/DeviceProcessDAO.java 322 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6073 src/com/gps/dao/DeviceProcessDAO.java 323 There is log block not surrounded by if
6074 src/com/gps/dao/DeviceProcessDAO.java 334 A method/constructor shouldnt explicitly throw java.lang.Exception
6075 src/com/gps/dao/DeviceProcessDAO.java 334 Method names should not start with capital letters
6076 src/com/gps/dao/DeviceProcessDAO.java 334 publicMethodCommentRequirement Required
6077 src/com/gps/dao/DeviceProcessDAO.java 336 Found 'DD'-anomaly for variable 'sess' (lines '336'-'347').
6078 src/com/gps/dao/DeviceProcessDAO.java 337 Avoid unused local variables such as 'tx'.
6079 src/com/gps/dao/DeviceProcessDAO.java 337 Avoid variables with short names like tx
6080 src/com/gps/dao/DeviceProcessDAO.java 337 Found 'DD'-anomaly for variable 'tx' (lines '337'-'348').
6081 src/com/gps/dao/DeviceProcessDAO.java 341 Found 'DD'-anomaly for variable 'deviceList' (lines '341'-'352').
6082 src/com/gps/dao/DeviceProcessDAO.java 342 There is log block not surrounded by if
6083 src/com/gps/dao/DeviceProcessDAO.java 342 There is log block not surrounded by if
6084 src/com/gps/dao/DeviceProcessDAO.java 343 Local variable 'baseQuery' could be declared final
6085 src/com/gps/dao/DeviceProcessDAO.java 344 Avoid variables with short names like sb
6086 src/com/gps/dao/DeviceProcessDAO.java 344 Local variable 'sb' could be declared final
6087 src/com/gps/dao/DeviceProcessDAO.java 345 Potential violation of Law of Demeter (object not created locally)
6088 src/com/gps/dao/DeviceProcessDAO.java 346 Local variable 'devdao' could be declared final
6089 src/com/gps/dao/DeviceProcessDAO.java 347 Potential violation of Law of Demeter (object not created locally)
6090 src/com/gps/dao/DeviceProcessDAO.java 348 Found 'DU'-anomaly for variable 'tx' (lines '348'-'365').
6091 src/com/gps/dao/DeviceProcessDAO.java 348 Potential violation of Law of Demeter (object not created locally)
6092 src/com/gps/dao/DeviceProcessDAO.java 349 Found 'DD'-anomaly for variable 'finalquery' (lines '349'-'351').
6093 src/com/gps/dao/DeviceProcessDAO.java 351 Potential violation of Law of Demeter (object not created locally)
6094 src/com/gps/dao/DeviceProcessDAO.java 352 Potential violation of Law of Demeter (method chain calls)
6095 src/com/gps/dao/DeviceProcessDAO.java 352 Potential violation of Law of Demeter (object not created locally)
6096 src/com/gps/dao/DeviceProcessDAO.java 354 Potential violation of Law of Demeter (object not created locally)
6097 src/com/gps/dao/DeviceProcessDAO.java 358 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6098 src/com/gps/dao/DeviceProcessDAO.java 361 Avoid printStackTrace(); use a logger call instead.
6099 src/com/gps/dao/DeviceProcessDAO.java 361 Potential violation of Law of Demeter (object not created locally)
6100 src/com/gps/dao/DeviceProcessDAO.java 370 A method/constructor shouldnt explicitly throw java.lang.Exception
6101 src/com/gps/dao/DeviceProcessDAO.java 370 Method names should not start with capital letters
6102 src/com/gps/dao/DeviceProcessDAO.java 370 Parameter 'device' is not assigned and could be declared final
6103 src/com/gps/dao/DeviceProcessDAO.java 370 publicMethodCommentRequirement Required
6104 src/com/gps/dao/DeviceProcessDAO.java 373 There is log block not surrounded by if
6105 src/com/gps/dao/DeviceProcessDAO.java 373 There is log block not surrounded by if
6106 src/com/gps/dao/DeviceProcessDAO.java 377 Potential violation of Law of Demeter (method chain calls)
6107 src/com/gps/dao/DeviceProcessDAO.java 394 There is log block not surrounded by if
6108 src/com/gps/dao/DeviceProcessDAO.java 394 There is log block not surrounded by if
6109 src/com/gps/dao/DeviceProcessDAO.java 395 Comment is too large: Line too long
6110 src/com/gps/dao/DeviceProcessDAO.java 396 There is log block not surrounded by if
6111 src/com/gps/dao/DeviceProcessDAO.java 397 Potential violation of Law of Demeter (method chain calls)
6112 src/com/gps/dao/DeviceProcessDAO.java 397 Potential violation of Law of Demeter (method chain calls)
6113 src/com/gps/dao/DeviceProcessDAO.java 397 Potential violation of Law of Demeter (object not created locally)
6114 src/com/gps/dao/DeviceProcessDAO.java 397 There is log block not surrounded by if
6115 src/com/gps/dao/DeviceProcessDAO.java 397 There is log block not surrounded by if
6116 src/com/gps/dao/DeviceProcessDAO.java 398 Potential violation of Law of Demeter (method chain calls)
6117 src/com/gps/dao/DeviceProcessDAO.java 398 Potential violation of Law of Demeter (method chain calls)
6118 src/com/gps/dao/DeviceProcessDAO.java 398 Potential violation of Law of Demeter (object not created locally)
6119 src/com/gps/dao/DeviceProcessDAO.java 399 Avoid using if...else statements without curly braces
6120 src/com/gps/dao/DeviceProcessDAO.java 399 New exception is thrown in catch block, original stack trace may be lost
6121 src/com/gps/dao/DeviceProcessDAO.java 400 Potential violation of Law of Demeter (method chain calls)
6122 src/com/gps/dao/DeviceProcessDAO.java 400 Potential violation of Law of Demeter (method chain calls)
6123 src/com/gps/dao/DeviceProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
6124 src/com/gps/dao/DeviceProcessDAO.java 401 Avoid using if...else statements without curly braces
6125 src/com/gps/dao/DeviceProcessDAO.java 401 New exception is thrown in catch block, original stack trace may be lost
6126 src/com/gps/dao/DeviceProcessDAO.java 403 Avoid using if...else statements without curly braces
6127 src/com/gps/dao/DeviceProcessDAO.java 403 New exception is thrown in catch block, original stack trace may be lost
6128 src/com/gps/dao/DeviceProcessDAO.java 405 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6129 src/com/gps/dao/DeviceProcessDAO.java 407 Avoid printStackTrace(); use a logger call instead.
6130 src/com/gps/dao/DeviceProcessDAO.java 407 Potential violation of Law of Demeter (object not created locally)
6131 src/com/gps/dao/DeviceProcessDAO.java 413 Avoid empty finally blocks
6132 src/com/gps/dao/DeviceProcessDAO.java 424 A method/constructor shouldnt explicitly throw java.lang.Exception
6133 src/com/gps/dao/DeviceProcessDAO.java 424 Method names should not start with capital letters
6134 src/com/gps/dao/DeviceProcessDAO.java 424 Parameter 'device' is not assigned and could be declared final
6135 src/com/gps/dao/DeviceProcessDAO.java 424 publicMethodCommentRequirement Required
6136 src/com/gps/dao/DeviceProcessDAO.java 430 There is log block not surrounded by if
6137 src/com/gps/dao/DeviceProcessDAO.java 430 There is log block not surrounded by if
6138 src/com/gps/dao/DeviceProcessDAO.java 440 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6139 src/com/gps/dao/DeviceProcessDAO.java 442 Avoid printStackTrace(); use a logger call instead.
6140 src/com/gps/dao/DeviceProcessDAO.java 442 Potential violation of Law of Demeter (object not created locally)
6141 src/com/gps/dao/DeviceProcessDAO.java 445 Avoid empty finally blocks
6142 src/com/gps/dao/DeviceProcessDAO.java 459 Parameter 'deviceId' is not assigned and could be declared final
6143 src/com/gps/dao/DeviceProcessDAO.java 459 Parameter 'deviceid' is not assigned and could be declared final
6144 src/com/gps/dao/DeviceProcessDAO.java 459 publicMethodCommentRequirement Required
6145 src/com/gps/dao/DeviceProcessDAO.java 462 There is log block not surrounded by if
6146 src/com/gps/dao/DeviceProcessDAO.java 462 There is log block not surrounded by if
6147 src/com/gps/dao/DeviceProcessDAO.java 466 Local variable 'devDao' could be declared final
6148 src/com/gps/dao/DeviceProcessDAO.java 467 Potential violation of Law of Demeter (object not created locally)
6149 src/com/gps/dao/DeviceProcessDAO.java 473 There is log block not surrounded by if
6150 src/com/gps/dao/DeviceProcessDAO.java 473 There is log block not surrounded by if
6151 src/com/gps/dao/DeviceProcessDAO.java 474 Potential violation of Law of Demeter (object not created locally)
6152 src/com/gps/dao/DeviceProcessDAO.java 481 There is log block not surrounded by if
6153 src/com/gps/dao/DeviceProcessDAO.java 481 There is log block not surrounded by if
6154 src/com/gps/dao/DeviceProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
6155 src/com/gps/dao/DeviceProcessDAO.java 489 There is log block not surrounded by if
6156 src/com/gps/dao/DeviceProcessDAO.java 489 There is log block not surrounded by if
6157 src/com/gps/dao/DeviceProcessDAO.java 491 Use equals() to compare object references.
6158 src/com/gps/dao/DeviceProcessDAO.java 493 There is log block not surrounded by if
6159 src/com/gps/dao/DeviceProcessDAO.java 493 There is log block not surrounded by if
6160 src/com/gps/dao/DeviceProcessDAO.java 494 Potential violation of Law of Demeter (object not created locally)
6161 src/com/gps/dao/DeviceProcessDAO.java 501 There is log block not surrounded by if
6162 src/com/gps/dao/DeviceProcessDAO.java 501 There is log block not surrounded by if
6163 src/com/gps/dao/DeviceProcessDAO.java 502 Potential violation of Law of Demeter (object not created locally)
6164 src/com/gps/dao/DeviceProcessDAO.java 505 Local variable 'device1' could be declared final
6165 src/com/gps/dao/DeviceProcessDAO.java 505 Potential violation of Law of Demeter (object not created locally)
6166 src/com/gps/dao/DeviceProcessDAO.java 506 Potential violation of Law of Demeter (object not created locally)
6167 src/com/gps/dao/DeviceProcessDAO.java 514 A method should have only one exit point, and that should be the last statement in the method
6168 src/com/gps/dao/DeviceProcessDAO.java 518 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6169 src/com/gps/dao/DeviceProcessDAO.java 520 Avoid printStackTrace(); use a logger call instead.
6170 src/com/gps/dao/DeviceProcessDAO.java 520 Potential violation of Law of Demeter (object not created locally)
6171 src/com/gps/dao/DeviceProcessDAO.java 527 Parameter 'deviceId' is not assigned and could be declared final
6172 src/com/gps/dao/DeviceProcessDAO.java 527 publicMethodCommentRequirement Required
6173 src/com/gps/dao/DeviceProcessDAO.java 530 There is log block not surrounded by if
6174 src/com/gps/dao/DeviceProcessDAO.java 530 There is log block not surrounded by if
6175 src/com/gps/dao/DeviceProcessDAO.java 532 Local variable 'devDao' could be declared final
6176 src/com/gps/dao/DeviceProcessDAO.java 533 Potential violation of Law of Demeter (object not created locally)
6177 src/com/gps/dao/DeviceProcessDAO.java 535 Potential violation of Law of Demeter (object not created locally)
6178 src/com/gps/dao/DeviceProcessDAO.java 543 A method should have only one exit point, and that should be the last statement in the method
6179 src/com/gps/dao/DeviceProcessDAO.java 545 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6180 src/com/gps/dao/DeviceProcessDAO.java 547 Avoid printStackTrace(); use a logger call instead.
6181 src/com/gps/dao/DeviceProcessDAO.java 547 Potential violation of Law of Demeter (object not created locally)
6182 src/com/gps/dao/FenceUsersDAO.java 1 Possible God class (WMC=54, ATFD=8, TCC=0.0)
6183 src/com/gps/dao/FenceUsersDAO.java 10 The class 'FenceUsersDAO' has a Cyclomatic Complexity of 6 (Highest = 17).
6184 src/com/gps/dao/FenceUsersDAO.java 10 headerCommentRequirement Required
6185 src/com/gps/dao/FenceUsersDAO.java 12 The Logger variable declaration does not contain the static and final modifiers
6186 src/com/gps/dao/FenceUsersDAO.java 12 fieldCommentRequirement Required
6187 src/com/gps/dao/FenceUsersDAO.java 14 Avoid using implementation types like 'ArrayList'; use the interface instead
6188 src/com/gps/dao/FenceUsersDAO.java 14 Avoid variables with short names like to
6189 src/com/gps/dao/FenceUsersDAO.java 14 Parameter 'from' is not assigned and could be declared final
6190 src/com/gps/dao/FenceUsersDAO.java 14 Parameter 'to' is not assigned and could be declared final
6191 src/com/gps/dao/FenceUsersDAO.java 14 Parameter 'tripid' is not assigned and could be declared final
6192 src/com/gps/dao/FenceUsersDAO.java 14 publicMethodCommentRequirement Required
6193 src/com/gps/dao/FenceUsersDAO.java 16 Found 'DD'-anomaly for variable 'session' (lines '16'-'21').
6194 src/com/gps/dao/FenceUsersDAO.java 17 Found 'DD'-anomaly for variable 'userFenceList' (lines '17'-'22').
6195 src/com/gps/dao/FenceUsersDAO.java 22 Potential violation of Law of Demeter (method chain calls)
6196 src/com/gps/dao/FenceUsersDAO.java 22 Potential violation of Law of Demeter (object not created locally)
6197 src/com/gps/dao/FenceUsersDAO.java 26 Potential violation of Law of Demeter (object not created locally)
6198 src/com/gps/dao/FenceUsersDAO.java 26 There is log block not surrounded by if
6199 src/com/gps/dao/FenceUsersDAO.java 26 There is log block not surrounded by if
6200 src/com/gps/dao/FenceUsersDAO.java 29 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6201 src/com/gps/dao/FenceUsersDAO.java 31 Avoid printStackTrace(); use a logger call instead.
6202 src/com/gps/dao/FenceUsersDAO.java 31 Potential violation of Law of Demeter (object not created locally)
6203 src/com/gps/dao/FenceUsersDAO.java 36 Avoid using implementation types like 'ArrayList'; use the interface instead
6204 src/com/gps/dao/FenceUsersDAO.java 36 Avoid variables with short names like to
6205 src/com/gps/dao/FenceUsersDAO.java 36 Parameter 'from' is not assigned and could be declared final
6206 src/com/gps/dao/FenceUsersDAO.java 36 Parameter 'grade' is not assigned and could be declared final
6207 src/com/gps/dao/FenceUsersDAO.java 36 Parameter 'sess' is not assigned and could be declared final
6208 src/com/gps/dao/FenceUsersDAO.java 36 Parameter 'to' is not assigned and could be declared final
6209 src/com/gps/dao/FenceUsersDAO.java 36 Parameter 'tripid' is not assigned and could be declared final
6210 src/com/gps/dao/FenceUsersDAO.java 36 Rather than using a lot of String arguments, consider using a container object for those values.
6211 src/com/gps/dao/FenceUsersDAO.java 36 publicMethodCommentRequirement Required
6212 src/com/gps/dao/FenceUsersDAO.java 38 Found 'DD'-anomaly for variable 'session' (lines '38'-'43').
6213 src/com/gps/dao/FenceUsersDAO.java 39 Found 'DD'-anomaly for variable 'userFenceList' (lines '39'-'45').
6214 src/com/gps/dao/FenceUsersDAO.java 45 Potential violation of Law of Demeter (method chain calls)
6215 src/com/gps/dao/FenceUsersDAO.java 45 Potential violation of Law of Demeter (object not created locally)
6216 src/com/gps/dao/FenceUsersDAO.java 47 Avoid using for statements without curly braces
6217 src/com/gps/dao/FenceUsersDAO.java 47 Potential violation of Law of Demeter (object not created locally)
6218 src/com/gps/dao/FenceUsersDAO.java 48 Potential violation of Law of Demeter (object not created locally)
6219 src/com/gps/dao/FenceUsersDAO.java 48 Potential violation of Law of Demeter (object not created locally)
6220 src/com/gps/dao/FenceUsersDAO.java 48 There is log block not surrounded by if
6221 src/com/gps/dao/FenceUsersDAO.java 48 There is log block not surrounded by if
6222 src/com/gps/dao/FenceUsersDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6223 src/com/gps/dao/FenceUsersDAO.java 53 Avoid printStackTrace(); use a logger call instead.
6224 src/com/gps/dao/FenceUsersDAO.java 53 Potential violation of Law of Demeter (object not created locally)
6225 src/com/gps/dao/FenceUsersDAO.java 58 Parameter 'fences' is not assigned and could be declared final
6226 src/com/gps/dao/FenceUsersDAO.java 58 Parameter 'students' is not assigned and could be declared final
6227 src/com/gps/dao/FenceUsersDAO.java 58 Parameter 'tripId' is not assigned and could be declared final
6228 src/com/gps/dao/FenceUsersDAO.java 58 publicMethodCommentRequirement Required
6229 src/com/gps/dao/FenceUsersDAO.java 60 Found 'DD'-anomaly for variable 'userExpectedList' (lines '60'-'75').
6230 src/com/gps/dao/FenceUsersDAO.java 61 Avoid declaring a variable if it is unreferenced before a possible exit point.
6231 src/com/gps/dao/FenceUsersDAO.java 61 Avoid unused local variables such as 'userList'.
6232 src/com/gps/dao/FenceUsersDAO.java 61 Found 'DU'-anomaly for variable 'userList' (lines '61'-'93').
6233 src/com/gps/dao/FenceUsersDAO.java 61 Local variable 'userList' could be declared final
6234 src/com/gps/dao/FenceUsersDAO.java 63 Found 'DD'-anomaly for variable 'users' (lines '63'-'70').
6235 src/com/gps/dao/FenceUsersDAO.java 63 Found 'DD'-anomaly for variable 'users' (lines '63'-'72').
6236 src/com/gps/dao/FenceUsersDAO.java 67 Comment is too large: Line too long
6237 src/com/gps/dao/FenceUsersDAO.java 68 Comment is too large: Line too long
6238 src/com/gps/dao/FenceUsersDAO.java 70 Avoid using if...else statements without curly braces
6239 src/com/gps/dao/FenceUsersDAO.java 72 Avoid using if...else statements without curly braces
6240 src/com/gps/dao/FenceUsersDAO.java 74 Do not add empty strings
6241 src/com/gps/dao/FenceUsersDAO.java 74 There is log block not surrounded by if
6242 src/com/gps/dao/FenceUsersDAO.java 74 There is log block not surrounded by if
6243 src/com/gps/dao/FenceUsersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
6244 src/com/gps/dao/FenceUsersDAO.java 75 Potential violation of Law of Demeter (object not created locally)
6245 src/com/gps/dao/FenceUsersDAO.java 85 Avoid using if statements without curly braces
6246 src/com/gps/dao/FenceUsersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
6247 src/com/gps/dao/FenceUsersDAO.java 86 There is log block not surrounded by if
6248 src/com/gps/dao/FenceUsersDAO.java 86 There is log block not surrounded by if
6249 src/com/gps/dao/FenceUsersDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6250 src/com/gps/dao/FenceUsersDAO.java 90 Avoid printStackTrace(); use a logger call instead.
6251 src/com/gps/dao/FenceUsersDAO.java 90 Potential violation of Law of Demeter (object not created locally)
6252 src/com/gps/dao/FenceUsersDAO.java 96 Parameter 'fences' is not assigned and could be declared final
6253 src/com/gps/dao/FenceUsersDAO.java 96 publicMethodCommentRequirement Required
6254 src/com/gps/dao/FenceUsersDAO.java 98 Found 'DD'-anomaly for variable 'userList' (lines '98'-'105').
6255 src/com/gps/dao/FenceUsersDAO.java 100 Found 'DD'-anomaly for variable 'users' (lines '100'-'108').
6256 src/com/gps/dao/FenceUsersDAO.java 105 Potential violation of Law of Demeter (method chain calls)
6257 src/com/gps/dao/FenceUsersDAO.java 105 Potential violation of Law of Demeter (object not created locally)
6258 src/com/gps/dao/FenceUsersDAO.java 106 Potential violation of Law of Demeter (object not created locally)
6259 src/com/gps/dao/FenceUsersDAO.java 108 Potential violation of Law of Demeter (object not created locally)
6260 src/com/gps/dao/FenceUsersDAO.java 108 Prefer StringBuffer over += for concatenating strings
6261 src/com/gps/dao/FenceUsersDAO.java 109 Avoid using if statements without curly braces
6262 src/com/gps/dao/FenceUsersDAO.java 109 Potential violation of Law of Demeter (object not created locally)
6263 src/com/gps/dao/FenceUsersDAO.java 110 Prefer StringBuffer over += for concatenating strings
6264 src/com/gps/dao/FenceUsersDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6265 src/com/gps/dao/FenceUsersDAO.java 115 Avoid printStackTrace(); use a logger call instead.
6266 src/com/gps/dao/FenceUsersDAO.java 115 Potential violation of Law of Demeter (object not created locally)
6267 src/com/gps/dao/FenceUsersDAO.java 120 Avoid using implementation types like 'ArrayList'; use the interface instead
6268 src/com/gps/dao/FenceUsersDAO.java 120 Parameter 'tripid' is not assigned and could be declared final
6269 src/com/gps/dao/FenceUsersDAO.java 120 publicMethodCommentRequirement Required
6270 src/com/gps/dao/FenceUsersDAO.java 122 Found 'DD'-anomaly for variable 'tripFenceList' (lines '122'-'128').
6271 src/com/gps/dao/FenceUsersDAO.java 127 There is log block not surrounded by if
6272 src/com/gps/dao/FenceUsersDAO.java 127 There is log block not surrounded by if
6273 src/com/gps/dao/FenceUsersDAO.java 128 Potential violation of Law of Demeter (method chain calls)
6274 src/com/gps/dao/FenceUsersDAO.java 128 Potential violation of Law of Demeter (object not created locally)
6275 src/com/gps/dao/FenceUsersDAO.java 129 Potential violation of Law of Demeter (object not created locally)
6276 src/com/gps/dao/FenceUsersDAO.java 129 There is log block not surrounded by if
6277 src/com/gps/dao/FenceUsersDAO.java 129 There is log block not surrounded by if
6278 src/com/gps/dao/FenceUsersDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6279 src/com/gps/dao/FenceUsersDAO.java 133 Avoid printStackTrace(); use a logger call instead.
6280 src/com/gps/dao/FenceUsersDAO.java 133 Potential violation of Law of Demeter (object not created locally)
6281 src/com/gps/dao/FenceUsersDAO.java 138 Parameter 'userActualList' is not assigned and could be declared final
6282 src/com/gps/dao/FenceUsersDAO.java 138 The method 'getUnsheduledUserInfo' has a Cyclomatic Complexity of 12.
6283 src/com/gps/dao/FenceUsersDAO.java 138 publicMethodCommentRequirement Required
6284 src/com/gps/dao/FenceUsersDAO.java 140 Avoid declaring a variable if it is unreferenced before a possible exit point.
6285 src/com/gps/dao/FenceUsersDAO.java 140 Avoid unused local variables such as 'studentList'.
6286 src/com/gps/dao/FenceUsersDAO.java 140 Found 'DU'-anomaly for variable 'studentList' (lines '140'-'203').
6287 src/com/gps/dao/FenceUsersDAO.java 140 Local variable 'studentList' could be declared final
6288 src/com/gps/dao/FenceUsersDAO.java 141 Found 'DD'-anomaly for variable 'studentInfo' (lines '141'-'160').
6289 src/com/gps/dao/FenceUsersDAO.java 143 Avoid unused local variables such as 'tempDate'.
6290 src/com/gps/dao/FenceUsersDAO.java 143 Found 'DU'-anomaly for variable 'tempDate' (lines '143'-'203').
6291 src/com/gps/dao/FenceUsersDAO.java 143 Local variable 'tempDate' could be declared final
6292 src/com/gps/dao/FenceUsersDAO.java 144 Avoid unused local variables such as 'date'.
6293 src/com/gps/dao/FenceUsersDAO.java 144 Found 'DU'-anomaly for variable 'date' (lines '144'-'203').
6294 src/com/gps/dao/FenceUsersDAO.java 144 Local variable 'date' could be declared final
6295 src/com/gps/dao/FenceUsersDAO.java 151 Avoid using if statements without curly braces
6296 src/com/gps/dao/FenceUsersDAO.java 151 Potential violation of Law of Demeter (method chain calls)
6297 src/com/gps/dao/FenceUsersDAO.java 151 Potential violation of Law of Demeter (method chain calls)
6298 src/com/gps/dao/FenceUsersDAO.java 151 Potential violation of Law of Demeter (method chain calls)
6299 src/com/gps/dao/FenceUsersDAO.java 151 Potential violation of Law of Demeter (method chain calls)
6300 src/com/gps/dao/FenceUsersDAO.java 151 Potential violation of Law of Demeter (object not created locally)
6301 src/com/gps/dao/FenceUsersDAO.java 152 Potential violation of Law of Demeter (method chain calls)
6302 src/com/gps/dao/FenceUsersDAO.java 152 Potential violation of Law of Demeter (method chain calls)
6303 src/com/gps/dao/FenceUsersDAO.java 152 Prefer StringBuffer over += for concatenating strings
6304 src/com/gps/dao/FenceUsersDAO.java 156 Avoid using if statements without curly braces
6305 src/com/gps/dao/FenceUsersDAO.java 156 Potential violation of Law of Demeter (object not created locally)
6306 src/com/gps/dao/FenceUsersDAO.java 156 Potential violation of Law of Demeter (object not created locally)
6307 src/com/gps/dao/FenceUsersDAO.java 156 String.indexOf(char) is faster than String.indexOf(String).
6308 src/com/gps/dao/FenceUsersDAO.java 157 Potential violation of Law of Demeter (object not created locally)
6309 src/com/gps/dao/FenceUsersDAO.java 157 Potential violation of Law of Demeter (object not created locally)
6310 src/com/gps/dao/FenceUsersDAO.java 159 There is log block not surrounded by if
6311 src/com/gps/dao/FenceUsersDAO.java 159 There is log block not surrounded by if
6312 src/com/gps/dao/FenceUsersDAO.java 160 Potential violation of Law of Demeter (method chain calls)
6313 src/com/gps/dao/FenceUsersDAO.java 160 Potential violation of Law of Demeter (object not created locally)
6314 src/com/gps/dao/FenceUsersDAO.java 167 Potential violation of Law of Demeter (object not created locally)
6315 src/com/gps/dao/FenceUsersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
6316 src/com/gps/dao/FenceUsersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
6317 src/com/gps/dao/FenceUsersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
6318 src/com/gps/dao/FenceUsersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
6319 src/com/gps/dao/FenceUsersDAO.java 171 Potential violation of Law of Demeter (object not created locally)
6320 src/com/gps/dao/FenceUsersDAO.java 174 Potential violation of Law of Demeter (method chain calls)
6321 src/com/gps/dao/FenceUsersDAO.java 174 Potential violation of Law of Demeter (method chain calls)
6322 src/com/gps/dao/FenceUsersDAO.java 174 Potential violation of Law of Demeter (object not created locally)
6323 src/com/gps/dao/FenceUsersDAO.java 174 Potential violation of Law of Demeter (object not created locally)
6324 src/com/gps/dao/FenceUsersDAO.java 176 Potential violation of Law of Demeter (method chain calls)
6325 src/com/gps/dao/FenceUsersDAO.java 176 Potential violation of Law of Demeter (method chain calls)
6326 src/com/gps/dao/FenceUsersDAO.java 176 Potential violation of Law of Demeter (method chain calls)
6327 src/com/gps/dao/FenceUsersDAO.java 176 Potential violation of Law of Demeter (object not created locally)
6328 src/com/gps/dao/FenceUsersDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6329 src/com/gps/dao/FenceUsersDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6330 src/com/gps/dao/FenceUsersDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6331 src/com/gps/dao/FenceUsersDAO.java 177 Potential violation of Law of Demeter (object not created locally)
6332 src/com/gps/dao/FenceUsersDAO.java 180 Potential violation of Law of Demeter (method chain calls)
6333 src/com/gps/dao/FenceUsersDAO.java 180 Potential violation of Law of Demeter (method chain calls)
6334 src/com/gps/dao/FenceUsersDAO.java 181 Potential violation of Law of Demeter (method chain calls)
6335 src/com/gps/dao/FenceUsersDAO.java 181 Potential violation of Law of Demeter (method chain calls)
6336 src/com/gps/dao/FenceUsersDAO.java 181 Potential violation of Law of Demeter (method chain calls)
6337 src/com/gps/dao/FenceUsersDAO.java 181 Potential violation of Law of Demeter (object not created locally)
6338 src/com/gps/dao/FenceUsersDAO.java 182 Potential violation of Law of Demeter (method chain calls)
6339 src/com/gps/dao/FenceUsersDAO.java 182 Potential violation of Law of Demeter (method chain calls)
6340 src/com/gps/dao/FenceUsersDAO.java 182 Potential violation of Law of Demeter (method chain calls)
6341 src/com/gps/dao/FenceUsersDAO.java 182 Potential violation of Law of Demeter (object not created locally)
6342 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6343 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6344 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6345 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6346 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (method chain calls)
6347 src/com/gps/dao/FenceUsersDAO.java 183 Potential violation of Law of Demeter (object not created locally)
6348 src/com/gps/dao/FenceUsersDAO.java 184 Potential violation of Law of Demeter (method chain calls)
6349 src/com/gps/dao/FenceUsersDAO.java 184 Potential violation of Law of Demeter (object not created locally)
6350 src/com/gps/dao/FenceUsersDAO.java 186 Potential violation of Law of Demeter (method chain calls)
6351 src/com/gps/dao/FenceUsersDAO.java 186 Potential violation of Law of Demeter (method chain calls)
6352 src/com/gps/dao/FenceUsersDAO.java 186 Potential violation of Law of Demeter (method chain calls)
6353 src/com/gps/dao/FenceUsersDAO.java 186 Potential violation of Law of Demeter (object not created locally)
6354 src/com/gps/dao/FenceUsersDAO.java 187 Potential violation of Law of Demeter (method chain calls)
6355 src/com/gps/dao/FenceUsersDAO.java 187 Potential violation of Law of Demeter (method chain calls)
6356 src/com/gps/dao/FenceUsersDAO.java 187 Potential violation of Law of Demeter (method chain calls)
6357 src/com/gps/dao/FenceUsersDAO.java 187 Potential violation of Law of Demeter (object not created locally)
6358 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
6359 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
6360 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
6361 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
6362 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
6363 src/com/gps/dao/FenceUsersDAO.java 188 Potential violation of Law of Demeter (object not created locally)
6364 src/com/gps/dao/FenceUsersDAO.java 189 Potential violation of Law of Demeter (method chain calls)
6365 src/com/gps/dao/FenceUsersDAO.java 189 Potential violation of Law of Demeter (object not created locally)
6366 src/com/gps/dao/FenceUsersDAO.java 194 Potential violation of Law of Demeter (object not created locally)
6367 src/com/gps/dao/FenceUsersDAO.java 194 There is log block not surrounded by if
6368 src/com/gps/dao/FenceUsersDAO.java 194 There is log block not surrounded by if
6369 src/com/gps/dao/FenceUsersDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6370 src/com/gps/dao/FenceUsersDAO.java 198 Avoid printStackTrace(); use a logger call instead.
6371 src/com/gps/dao/FenceUsersDAO.java 198 Potential violation of Law of Demeter (object not created locally)
6372 src/com/gps/dao/FenceUsersDAO.java 205 Avoid using implementation types like 'ArrayList'; use the interface instead
6373 src/com/gps/dao/FenceUsersDAO.java 205 Parameter 'grade' is not assigned and could be declared final
6374 src/com/gps/dao/FenceUsersDAO.java 205 Parameter 'tripId' is not assigned and could be declared final
6375 src/com/gps/dao/FenceUsersDAO.java 205 publicMethodCommentRequirement Required
6376 src/com/gps/dao/FenceUsersDAO.java 207 Found 'DD'-anomaly for variable 'userList' (lines '207'-'214').
6377 src/com/gps/dao/FenceUsersDAO.java 207 Found 'DD'-anomaly for variable 'userList' (lines '207'-'216').
6378 src/com/gps/dao/FenceUsersDAO.java 207 Found 'DD'-anomaly for variable 'userList' (lines '207'-'218').
6379 src/com/gps/dao/FenceUsersDAO.java 212 There is log block not surrounded by if
6380 src/com/gps/dao/FenceUsersDAO.java 212 There is log block not surrounded by if
6381 src/com/gps/dao/FenceUsersDAO.java 213 Avoid if (x != y) ..; else ..;
6382 src/com/gps/dao/FenceUsersDAO.java 214 Avoid using if...else statements without curly braces
6383 src/com/gps/dao/FenceUsersDAO.java 214 Potential violation of Law of Demeter (method chain calls)
6384 src/com/gps/dao/FenceUsersDAO.java 214 Potential violation of Law of Demeter (object not created locally)
6385 src/com/gps/dao/FenceUsersDAO.java 216 Avoid using if...else statements without curly braces
6386 src/com/gps/dao/FenceUsersDAO.java 216 Potential violation of Law of Demeter (method chain calls)
6387 src/com/gps/dao/FenceUsersDAO.java 216 Potential violation of Law of Demeter (object not created locally)
6388 src/com/gps/dao/FenceUsersDAO.java 218 Avoid using if...else statements without curly braces
6389 src/com/gps/dao/FenceUsersDAO.java 218 Potential violation of Law of Demeter (method chain calls)
6390 src/com/gps/dao/FenceUsersDAO.java 218 Potential violation of Law of Demeter (object not created locally)
6391 src/com/gps/dao/FenceUsersDAO.java 220 Potential violation of Law of Demeter (object not created locally)
6392 src/com/gps/dao/FenceUsersDAO.java 220 There is log block not surrounded by if
6393 src/com/gps/dao/FenceUsersDAO.java 220 There is log block not surrounded by if
6394 src/com/gps/dao/FenceUsersDAO.java 222 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6395 src/com/gps/dao/FenceUsersDAO.java 224 Avoid printStackTrace(); use a logger call instead.
6396 src/com/gps/dao/FenceUsersDAO.java 224 Potential violation of Law of Demeter (object not created locally)
6397 src/com/gps/dao/FenceUsersDAO.java 229 Parameter 'studentHistory' is not assigned and could be declared final
6398 src/com/gps/dao/FenceUsersDAO.java 229 Parameter 'tripId' is not assigned and could be declared final
6399 src/com/gps/dao/FenceUsersDAO.java 229 The method 'getDetailedData' has a Cyclomatic Complexity of 17.
6400 src/com/gps/dao/FenceUsersDAO.java 229 The method getDetailedData() has an NPath complexity of 721
6401 src/com/gps/dao/FenceUsersDAO.java 229 publicMethodCommentRequirement Required
6402 src/com/gps/dao/FenceUsersDAO.java 232 Avoid declaring a variable if it is unreferenced before a possible exit point.
6403 src/com/gps/dao/FenceUsersDAO.java 232 Avoid unused local variables such as 'studentList'.
6404 src/com/gps/dao/FenceUsersDAO.java 232 Found 'DU'-anomaly for variable 'studentList' (lines '232'-'324').
6405 src/com/gps/dao/FenceUsersDAO.java 232 Local variable 'studentList' could be declared final
6406 src/com/gps/dao/FenceUsersDAO.java 233 Found 'DD'-anomaly for variable 'studentInfo' (lines '233'-'254').
6407 src/com/gps/dao/FenceUsersDAO.java 236 Found 'DD'-anomaly for variable 'date' (lines '236'-'272').
6408 src/com/gps/dao/FenceUsersDAO.java 239 Local variable 'studentHisList' could be declared final
6409 src/com/gps/dao/FenceUsersDAO.java 245 Avoid using if statements without curly braces
6410 src/com/gps/dao/FenceUsersDAO.java 245 Potential violation of Law of Demeter (method chain calls)
6411 src/com/gps/dao/FenceUsersDAO.java 245 Potential violation of Law of Demeter (method chain calls)
6412 src/com/gps/dao/FenceUsersDAO.java 245 Potential violation of Law of Demeter (method chain calls)
6413 src/com/gps/dao/FenceUsersDAO.java 245 Potential violation of Law of Demeter (method chain calls)
6414 src/com/gps/dao/FenceUsersDAO.java 245 Potential violation of Law of Demeter (object not created locally)
6415 src/com/gps/dao/FenceUsersDAO.java 246 Potential violation of Law of Demeter (method chain calls)
6416 src/com/gps/dao/FenceUsersDAO.java 246 Potential violation of Law of Demeter (method chain calls)
6417 src/com/gps/dao/FenceUsersDAO.java 246 Prefer StringBuffer over += for concatenating strings
6418 src/com/gps/dao/FenceUsersDAO.java 250 Avoid using if statements without curly braces
6419 src/com/gps/dao/FenceUsersDAO.java 250 Potential violation of Law of Demeter (object not created locally)
6420 src/com/gps/dao/FenceUsersDAO.java 250 Potential violation of Law of Demeter (object not created locally)
6421 src/com/gps/dao/FenceUsersDAO.java 250 String.indexOf(char) is faster than String.indexOf(String).
6422 src/com/gps/dao/FenceUsersDAO.java 251 Potential violation of Law of Demeter (object not created locally)
6423 src/com/gps/dao/FenceUsersDAO.java 251 Potential violation of Law of Demeter (object not created locally)
6424 src/com/gps/dao/FenceUsersDAO.java 253 There is log block not surrounded by if
6425 src/com/gps/dao/FenceUsersDAO.java 253 There is log block not surrounded by if
6426 src/com/gps/dao/FenceUsersDAO.java 254 Potential violation of Law of Demeter (method chain calls)
6427 src/com/gps/dao/FenceUsersDAO.java 254 Potential violation of Law of Demeter (object not created locally)
6428 src/com/gps/dao/FenceUsersDAO.java 264 Potential violation of Law of Demeter (object not created locally)
6429 src/com/gps/dao/FenceUsersDAO.java 266 Found 'DU'-anomaly for variable 'image' (lines '266'-'324').
6430 src/com/gps/dao/FenceUsersDAO.java 266 Local variable 'image' could be declared final
6431 src/com/gps/dao/FenceUsersDAO.java 266 Potential violation of Law of Demeter (method chain calls)
6432 src/com/gps/dao/FenceUsersDAO.java 266 Potential violation of Law of Demeter (object not created locally)
6433 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (method chain calls)
6434 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (method chain calls)
6435 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (method chain calls)
6436 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (method chain calls)
6437 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (method chain calls)
6438 src/com/gps/dao/FenceUsersDAO.java 269 Potential violation of Law of Demeter (object not created locally)
6439 src/com/gps/dao/FenceUsersDAO.java 271 Do not add empty strings
6440 src/com/gps/dao/FenceUsersDAO.java 271 Potential violation of Law of Demeter (method chain calls)
6441 src/com/gps/dao/FenceUsersDAO.java 271 Potential violation of Law of Demeter (method chain calls)
6442 src/com/gps/dao/FenceUsersDAO.java 271 Potential violation of Law of Demeter (method chain calls)
6443 src/com/gps/dao/FenceUsersDAO.java 271 Potential violation of Law of Demeter (method chain calls)
6444 src/com/gps/dao/FenceUsersDAO.java 271 Potential violation of Law of Demeter (object not created locally)
6445 src/com/gps/dao/FenceUsersDAO.java 271 There is log block not surrounded by if
6446 src/com/gps/dao/FenceUsersDAO.java 271 There is log block not surrounded by if
6447 src/com/gps/dao/FenceUsersDAO.java 272 Potential violation of Law of Demeter (method chain calls)
6448 src/com/gps/dao/FenceUsersDAO.java 272 Potential violation of Law of Demeter (method chain calls)
6449 src/com/gps/dao/FenceUsersDAO.java 272 Potential violation of Law of Demeter (method chain calls)
6450 src/com/gps/dao/FenceUsersDAO.java 272 Potential violation of Law of Demeter (method chain calls)
6451 src/com/gps/dao/FenceUsersDAO.java 273 Avoid using if statements without curly braces
6452 src/com/gps/dao/FenceUsersDAO.java 275 There is log block not surrounded by if
6453 src/com/gps/dao/FenceUsersDAO.java 275 There is log block not surrounded by if
6454 src/com/gps/dao/FenceUsersDAO.java 277 Potential violation of Law of Demeter (object not created locally)
6455 src/com/gps/dao/FenceUsersDAO.java 281 Avoid instantiating new objects inside loops
6456 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6457 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6458 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6459 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6460 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6461 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6462 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6463 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (method chain calls)
6464 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6465 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6466 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6467 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6468 src/com/gps/dao/FenceUsersDAO.java 281 Potential violation of Law of Demeter (object not created locally)
6469 src/com/gps/dao/FenceUsersDAO.java 282 Avoid using if statements without curly braces
6470 src/com/gps/dao/FenceUsersDAO.java 283 Potential violation of Law of Demeter (object not created locally)
6471 src/com/gps/dao/FenceUsersDAO.java 287 Avoid using if statements without curly braces
6472 src/com/gps/dao/FenceUsersDAO.java 288 Potential violation of Law of Demeter (object not created locally)
6473 src/com/gps/dao/FenceUsersDAO.java 290 Avoid instantiating new objects inside loops
6474 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6475 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6476 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6477 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6478 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6479 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6480 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6481 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (method chain calls)
6482 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6483 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6484 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6485 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6486 src/com/gps/dao/FenceUsersDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6487 src/com/gps/dao/FenceUsersDAO.java 291 Found 'DU'-anomaly for variable 'tempDate' (lines '291'-'324').
6488 src/com/gps/dao/FenceUsersDAO.java 294 Potential violation of Law of Demeter (method chain calls)
6489 src/com/gps/dao/FenceUsersDAO.java 294 Potential violation of Law of Demeter (method chain calls)
6490 src/com/gps/dao/FenceUsersDAO.java 295 Potential violation of Law of Demeter (method chain calls)
6491 src/com/gps/dao/FenceUsersDAO.java 295 Potential violation of Law of Demeter (method chain calls)
6492 src/com/gps/dao/FenceUsersDAO.java 295 Potential violation of Law of Demeter (object not created locally)
6493 src/com/gps/dao/FenceUsersDAO.java 296 Potential violation of Law of Demeter (method chain calls)
6494 src/com/gps/dao/FenceUsersDAO.java 296 Potential violation of Law of Demeter (method chain calls)
6495 src/com/gps/dao/FenceUsersDAO.java 296 Potential violation of Law of Demeter (object not created locally)
6496 src/com/gps/dao/FenceUsersDAO.java 297 Potential violation of Law of Demeter (method chain calls)
6497 src/com/gps/dao/FenceUsersDAO.java 297 Potential violation of Law of Demeter (method chain calls)
6498 src/com/gps/dao/FenceUsersDAO.java 297 Potential violation of Law of Demeter (method chain calls)
6499 src/com/gps/dao/FenceUsersDAO.java 297 Potential violation of Law of Demeter (method chain calls)
6500 src/com/gps/dao/FenceUsersDAO.java 297 Potential violation of Law of Demeter (object not created locally)
6501 src/com/gps/dao/FenceUsersDAO.java 298 An empty statement (semicolon) not part of a loop
6502 src/com/gps/dao/FenceUsersDAO.java 298 Potential violation of Law of Demeter (object not created locally)
6503 src/com/gps/dao/FenceUsersDAO.java 300 Potential violation of Law of Demeter (method chain calls)
6504 src/com/gps/dao/FenceUsersDAO.java 300 Potential violation of Law of Demeter (method chain calls)
6505 src/com/gps/dao/FenceUsersDAO.java 300 Potential violation of Law of Demeter (object not created locally)
6506 src/com/gps/dao/FenceUsersDAO.java 301 Potential violation of Law of Demeter (method chain calls)
6507 src/com/gps/dao/FenceUsersDAO.java 301 Potential violation of Law of Demeter (method chain calls)
6508 src/com/gps/dao/FenceUsersDAO.java 301 Potential violation of Law of Demeter (object not created locally)
6509 src/com/gps/dao/FenceUsersDAO.java 302 Potential violation of Law of Demeter (method chain calls)
6510 src/com/gps/dao/FenceUsersDAO.java 302 Potential violation of Law of Demeter (method chain calls)
6511 src/com/gps/dao/FenceUsersDAO.java 302 Potential violation of Law of Demeter (method chain calls)
6512 src/com/gps/dao/FenceUsersDAO.java 302 Potential violation of Law of Demeter (method chain calls)
6513 src/com/gps/dao/FenceUsersDAO.java 302 Potential violation of Law of Demeter (object not created locally)
6514 src/com/gps/dao/FenceUsersDAO.java 303 Potential violation of Law of Demeter (object not created locally)
6515 src/com/gps/dao/FenceUsersDAO.java 309 Avoid using if statements without curly braces
6516 src/com/gps/dao/FenceUsersDAO.java 310 Potential violation of Law of Demeter (object not created locally)
6517 src/com/gps/dao/FenceUsersDAO.java 312 Assigning an Object to null is a code smell. Consider refactoring.
6518 src/com/gps/dao/FenceUsersDAO.java 312 Found 'DU'-anomaly for variable 'student' (lines '312'-'324').
6519 src/com/gps/dao/FenceUsersDAO.java 315 Potential violation of Law of Demeter (object not created locally)
6520 src/com/gps/dao/FenceUsersDAO.java 315 There is log block not surrounded by if
6521 src/com/gps/dao/FenceUsersDAO.java 315 There is log block not surrounded by if
6522 src/com/gps/dao/FenceUsersDAO.java 316 Avoid using for statements without curly braces
6523 src/com/gps/dao/FenceUsersDAO.java 316 Potential violation of Law of Demeter (object not created locally)
6524 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6525 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6526 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6527 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6528 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6529 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6530 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6531 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (method chain calls)
6532 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (object not created locally)
6533 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (object not created locally)
6534 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (object not created locally)
6535 src/com/gps/dao/FenceUsersDAO.java 317 Potential violation of Law of Demeter (object not created locally)
6536 src/com/gps/dao/FenceUsersDAO.java 317 There is log block not surrounded by if
6537 src/com/gps/dao/FenceUsersDAO.java 317 There is log block not surrounded by if
6538 src/com/gps/dao/FenceUsersDAO.java 319 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6539 src/com/gps/dao/FenceUsersDAO.java 321 Avoid printStackTrace(); use a logger call instead.
6540 src/com/gps/dao/FenceUsersDAO.java 321 Potential violation of Law of Demeter (object not created locally)
6541 src/com/gps/dao/FenceUsersDAO.java 326 Parameter 'user' is not assigned and could be declared final
6542 src/com/gps/dao/FenceUsersDAO.java 328 Found 'DD'-anomaly for variable 'session' (lines '328'-'332').
6543 src/com/gps/dao/FenceUsersDAO.java 329 Avoid unused local variables such as 'image'.
6544 src/com/gps/dao/FenceUsersDAO.java 329 Local variable 'image' could be declared final
6545 src/com/gps/dao/FenceUsersDAO.java 330 Found 'DD'-anomaly for variable 'userImage' (lines '330'-'333').
6546 src/com/gps/dao/FenceUsersDAO.java 333 Potential violation of Law of Demeter (method chain calls)
6547 src/com/gps/dao/FenceUsersDAO.java 333 Potential violation of Law of Demeter (object not created locally)
6548 src/com/gps/dao/FenceUsersDAO.java 335 Potential violation of Law of Demeter (object not created locally)
6549 src/com/gps/dao/FenceUsersDAO.java 335 There is log block not surrounded by if
6550 src/com/gps/dao/FenceUsersDAO.java 335 There is log block not surrounded by if
6551 src/com/gps/dao/FenceUsersDAO.java 336 Avoid using Literals in Conditional Statements
6552 src/com/gps/dao/FenceUsersDAO.java 336 Avoid using if statements without curly braces
6553 src/com/gps/dao/FenceUsersDAO.java 336 Potential violation of Law of Demeter (object not created locally)
6554 src/com/gps/dao/FenceUsersDAO.java 336 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
6555 src/com/gps/dao/FenceUsersDAO.java 337 A method should have only one exit point, and that should be the last statement in the method
6556 src/com/gps/dao/FenceUsersDAO.java 337 Potential violation of Law of Demeter (object not created locally)
6557 src/com/gps/dao/FenceUsersDAO.java 339 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6558 src/com/gps/dao/FenceUsersDAO.java 341 Avoid printStackTrace(); use a logger call instead.
6559 src/com/gps/dao/FenceUsersDAO.java 341 Potential violation of Law of Demeter (object not created locally)
6560 src/com/gps/dao/FenceUsersDAO.java 346 Parameter 'args' is not assigned and could be declared final
6561 src/com/gps/dao/FenceUsersDAO.java 346 publicMethodCommentRequirement Required
6562 src/com/gps/dao/FenceUsersDAO.java 348 Local variable 'dao' could be declared final
6563 src/com/gps/dao/FenceUsersDAO.java 363 Comment is too large: Line too long
6564 src/com/gps/dao/GeofencingDAO.java 1 A high number of imports can indicate a high degree of coupling within an object.
6565 src/com/gps/dao/GeofencingDAO.java 1 Possible God class (WMC=65, ATFD=46, TCC=0.0)
6566 src/com/gps/dao/GeofencingDAO.java 7 Avoid unused imports such as 'java.util.Collections'
6567 src/com/gps/dao/GeofencingDAO.java 15 Avoid unused imports such as 'org.hibernate.SQLQuery'
6568 src/com/gps/dao/GeofencingDAO.java 28 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
6569 src/com/gps/dao/GeofencingDAO.java 33 Avoid unused imports such as 'com.gps.utilities.DateUtils'
6570 src/com/gps/dao/GeofencingDAO.java 34 Avoid unused imports such as 'com.gps.form.GLatLng'
6571 src/com/gps/dao/GeofencingDAO.java 36 This class has too many methods, consider refactoring it.
6572 src/com/gps/dao/GeofencingDAO.java 36 headerCommentRequirement Required
6573 src/com/gps/dao/GeofencingDAO.java 40 The Logger variable declaration does not contain the static and final modifiers
6574 src/com/gps/dao/GeofencingDAO.java 41 Avoid unused private fields such as 'format1'.
6575 src/com/gps/dao/GeofencingDAO.java 41 When instantiating a SimpleDateFormat object, specify a Locale
6576 src/com/gps/dao/GeofencingDAO.java 41 fieldCommentRequirement Required
6577 src/com/gps/dao/GeofencingDAO.java 44 publicMethodCommentRequirement Required
6578 src/com/gps/dao/GeofencingDAO.java 50 Parameter 'first' is not assigned and could be declared final
6579 src/com/gps/dao/GeofencingDAO.java 50 Parameter 'last' is not assigned and could be declared final
6580 src/com/gps/dao/GeofencingDAO.java 50 Parameter 'userId' is not assigned and could be declared final
6581 src/com/gps/dao/GeofencingDAO.java 52 Found 'DD'-anomaly for variable 'sess' (lines '52'-'57').
6582 src/com/gps/dao/GeofencingDAO.java 53 Avoid variables with short names like gd
6583 src/com/gps/dao/GeofencingDAO.java 53 Local variable 'gd' could be declared final
6584 src/com/gps/dao/GeofencingDAO.java 54 Found 'DD'-anomaly for variable 'gdDetails' (lines '54'-'62').
6585 src/com/gps/dao/GeofencingDAO.java 55 Found 'DD'-anomaly for variable 'query' (lines '55'-'58').
6586 src/com/gps/dao/GeofencingDAO.java 57 Potential violation of Law of Demeter (object not created locally)
6587 src/com/gps/dao/GeofencingDAO.java 58 Potential violation of Law of Demeter (method chain calls)
6588 src/com/gps/dao/GeofencingDAO.java 58 Potential violation of Law of Demeter (object not created locally)
6589 src/com/gps/dao/GeofencingDAO.java 60 Potential violation of Law of Demeter (object not created locally)
6590 src/com/gps/dao/GeofencingDAO.java 61 Potential violation of Law of Demeter (object not created locally)
6591 src/com/gps/dao/GeofencingDAO.java 62 Potential violation of Law of Demeter (object not created locally)
6592 src/com/gps/dao/GeofencingDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6593 src/com/gps/dao/GeofencingDAO.java 65 Avoid printStackTrace(); use a logger call instead.
6594 src/com/gps/dao/GeofencingDAO.java 65 Potential violation of Law of Demeter (object not created locally)
6595 src/com/gps/dao/GeofencingDAO.java 67 Avoid empty finally blocks
6596 src/com/gps/dao/GeofencingDAO.java 80 Parameter 'userId' is not assigned and could be declared final
6597 src/com/gps/dao/GeofencingDAO.java 82 Found 'DD'-anomaly for variable 'sess' (lines '82'-'87').
6598 src/com/gps/dao/GeofencingDAO.java 83 Avoid variables with short names like gd
6599 src/com/gps/dao/GeofencingDAO.java 83 Local variable 'gd' could be declared final
6600 src/com/gps/dao/GeofencingDAO.java 84 Found 'DD'-anomaly for variable 'gdDetails' (lines '84'-'91').
6601 src/com/gps/dao/GeofencingDAO.java 85 Found 'DD'-anomaly for variable 'query' (lines '85'-'88').
6602 src/com/gps/dao/GeofencingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
6603 src/com/gps/dao/GeofencingDAO.java 88 Potential violation of Law of Demeter (method chain calls)
6604 src/com/gps/dao/GeofencingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
6605 src/com/gps/dao/GeofencingDAO.java 91 Potential violation of Law of Demeter (object not created locally)
6606 src/com/gps/dao/GeofencingDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6607 src/com/gps/dao/GeofencingDAO.java 95 Avoid printStackTrace(); use a logger call instead.
6608 src/com/gps/dao/GeofencingDAO.java 95 Potential violation of Law of Demeter (object not created locally)
6609 src/com/gps/dao/GeofencingDAO.java 97 Avoid empty finally blocks
6610 src/com/gps/dao/GeofencingDAO.java 109 Parameter 'tripid' is not assigned and could be declared final
6611 src/com/gps/dao/GeofencingDAO.java 111 Found 'DD'-anomaly for variable 'gdDetails' (lines '111'-'116').
6612 src/com/gps/dao/GeofencingDAO.java 112 Avoid declaring a variable if it is unreferenced before a possible exit point.
6613 src/com/gps/dao/GeofencingDAO.java 112 Avoid unused local variables such as 'query'.
6614 src/com/gps/dao/GeofencingDAO.java 112 Found 'DU'-anomaly for variable 'query' (lines '112'-'129').
6615 src/com/gps/dao/GeofencingDAO.java 112 Local variable 'query' could be declared final
6616 src/com/gps/dao/GeofencingDAO.java 116 Potential violation of Law of Demeter (method chain calls)
6617 src/com/gps/dao/GeofencingDAO.java 116 Potential violation of Law of Demeter (method chain calls)
6618 src/com/gps/dao/GeofencingDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6619 src/com/gps/dao/GeofencingDAO.java 121 Avoid printStackTrace(); use a logger call instead.
6620 src/com/gps/dao/GeofencingDAO.java 121 Potential violation of Law of Demeter (object not created locally)
6621 src/com/gps/dao/GeofencingDAO.java 123 Avoid empty finally blocks
6622 src/com/gps/dao/GeofencingDAO.java 135 Parameter 'geofenceId' is not assigned and could be declared final
6623 src/com/gps/dao/GeofencingDAO.java 136 Found 'DD'-anomaly for variable 'sess' (lines '136'-'142').
6624 src/com/gps/dao/GeofencingDAO.java 137 Avoid variables with short names like gd
6625 src/com/gps/dao/GeofencingDAO.java 137 Local variable 'gd' could be declared final
6626 src/com/gps/dao/GeofencingDAO.java 138 Found 'DD'-anomaly for variable 'del' (lines '138'-'147').
6627 src/com/gps/dao/GeofencingDAO.java 139 Avoid variables with short names like tx
6628 src/com/gps/dao/GeofencingDAO.java 139 Found 'DD'-anomaly for variable 'tx' (lines '139'-'143').
6629 src/com/gps/dao/GeofencingDAO.java 140 Avoid declaring a variable if it is unreferenced before a possible exit point.
6630 src/com/gps/dao/GeofencingDAO.java 140 Avoid unused local variables such as 'gdDetails'.
6631 src/com/gps/dao/GeofencingDAO.java 140 Found 'DU'-anomaly for variable 'gdDetails' (lines '140'-'161').
6632 src/com/gps/dao/GeofencingDAO.java 140 Local variable 'gdDetails' could be declared final
6633 src/com/gps/dao/GeofencingDAO.java 142 Potential violation of Law of Demeter (object not created locally)
6634 src/com/gps/dao/GeofencingDAO.java 143 Potential violation of Law of Demeter (object not created locally)
6635 src/com/gps/dao/GeofencingDAO.java 144 Potential violation of Law of Demeter (method chain calls)
6636 src/com/gps/dao/GeofencingDAO.java 144 Potential violation of Law of Demeter (method chain calls)
6637 src/com/gps/dao/GeofencingDAO.java 144 Potential violation of Law of Demeter (object not created locally)
6638 src/com/gps/dao/GeofencingDAO.java 145 The String literal "geofenceId" appears 5 times in this file; the first occurrence is on line 145
6639 src/com/gps/dao/GeofencingDAO.java 146 Potential violation of Law of Demeter (object not created locally)
6640 src/com/gps/dao/GeofencingDAO.java 147 Found 'DD'-anomaly for variable 'del' (lines '147'-'150').
6641 src/com/gps/dao/GeofencingDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6642 src/com/gps/dao/GeofencingDAO.java 151 Avoid printStackTrace(); use a logger call instead.
6643 src/com/gps/dao/GeofencingDAO.java 151 Potential violation of Law of Demeter (object not created locally)
6644 src/com/gps/dao/GeofencingDAO.java 154 Potential violation of Law of Demeter (object not created locally)
6645 src/com/gps/dao/GeofencingDAO.java 168 Parameter 'geofenceId' is not assigned and could be declared final
6646 src/com/gps/dao/GeofencingDAO.java 168 Parameter 'userId' is not assigned and could be declared final
6647 src/com/gps/dao/GeofencingDAO.java 169 Found 'DD'-anomaly for variable 'sess' (lines '169'-'175').
6648 src/com/gps/dao/GeofencingDAO.java 170 Avoid variables with short names like gd
6649 src/com/gps/dao/GeofencingDAO.java 170 Local variable 'gd' could be declared final
6650 src/com/gps/dao/GeofencingDAO.java 171 Found 'DD'-anomaly for variable 'gdDetails' (lines '171'-'177').
6651 src/com/gps/dao/GeofencingDAO.java 175 Potential violation of Law of Demeter (object not created locally)
6652 src/com/gps/dao/GeofencingDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6653 src/com/gps/dao/GeofencingDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6654 src/com/gps/dao/GeofencingDAO.java 177 Potential violation of Law of Demeter (method chain calls)
6655 src/com/gps/dao/GeofencingDAO.java 177 Potential violation of Law of Demeter (object not created locally)
6656 src/com/gps/dao/GeofencingDAO.java 181 Potential violation of Law of Demeter (object not created locally)
6657 src/com/gps/dao/GeofencingDAO.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6658 src/com/gps/dao/GeofencingDAO.java 184 Avoid printStackTrace(); use a logger call instead.
6659 src/com/gps/dao/GeofencingDAO.java 184 Potential violation of Law of Demeter (object not created locally)
6660 src/com/gps/dao/GeofencingDAO.java 186 Avoid empty finally blocks
6661 src/com/gps/dao/GeofencingDAO.java 200 Parameter 'Trip' is not assigned and could be declared final
6662 src/com/gps/dao/GeofencingDAO.java 200 Variables should start with a lowercase character, 'Trip' starts with uppercase character.
6663 src/com/gps/dao/GeofencingDAO.java 201 There is log block not surrounded by if
6664 src/com/gps/dao/GeofencingDAO.java 201 There is log block not surrounded by if
6665 src/com/gps/dao/GeofencingDAO.java 202 Found 'DD'-anomaly for variable 'sess' (lines '202'-'207').
6666 src/com/gps/dao/GeofencingDAO.java 203 Found 'DD'-anomaly for variable 'gdDetails' (lines '203'-'209').
6667 src/com/gps/dao/GeofencingDAO.java 209 Potential violation of Law of Demeter (method chain calls)
6668 src/com/gps/dao/GeofencingDAO.java 209 Potential violation of Law of Demeter (object not created locally)
6669 src/com/gps/dao/GeofencingDAO.java 211 Potential violation of Law of Demeter (object not created locally)
6670 src/com/gps/dao/GeofencingDAO.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6671 src/com/gps/dao/GeofencingDAO.java 214 Avoid printStackTrace(); use a logger call instead.
6672 src/com/gps/dao/GeofencingDAO.java 214 Potential violation of Law of Demeter (object not created locally)
6673 src/com/gps/dao/GeofencingDAO.java 216 Avoid empty finally blocks
6674 src/com/gps/dao/GeofencingDAO.java 230 Parameter 'lat' is not assigned and could be declared final
6675 src/com/gps/dao/GeofencingDAO.java 230 Parameter 'lon' is not assigned and could be declared final
6676 src/com/gps/dao/GeofencingDAO.java 230 Parameter 'vehicleId' is not assigned and could be declared final
6677 src/com/gps/dao/GeofencingDAO.java 231 Found 'DD'-anomaly for variable 'points' (lines '231'-'236').
6678 src/com/gps/dao/GeofencingDAO.java 232 Found 'DD'-anomaly for variable 'stat' (lines '232'-'255').
6679 src/com/gps/dao/GeofencingDAO.java 252 Potential violation of Law of Demeter (object not created locally)
6680 src/com/gps/dao/GeofencingDAO.java 252 System.out.print is used
6681 src/com/gps/dao/GeofencingDAO.java 253 Avoid using Literals in Conditional Statements
6682 src/com/gps/dao/GeofencingDAO.java 253 Potential violation of Law of Demeter (object not created locally)
6683 src/com/gps/dao/GeofencingDAO.java 253 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
6684 src/com/gps/dao/GeofencingDAO.java 258 System.out.print is used
6685 src/com/gps/dao/GeofencingDAO.java 262 System.out.print is used
6686 src/com/gps/dao/GeofencingDAO.java 265 System.out.print is used
6687 src/com/gps/dao/GeofencingDAO.java 268 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6688 src/com/gps/dao/GeofencingDAO.java 270 Avoid printStackTrace(); use a logger call instead.
6689 src/com/gps/dao/GeofencingDAO.java 270 Potential violation of Law of Demeter (object not created locally)
6690 src/com/gps/dao/GeofencingDAO.java 281 Parameter 'vehicleId' is not assigned and could be declared final
6691 src/com/gps/dao/GeofencingDAO.java 283 Found 'DD'-anomaly for variable 'points' (lines '283'-'293').
6692 src/com/gps/dao/GeofencingDAO.java 284 Found 'DD'-anomaly for variable 'geoIds' (lines '284'-'289').
6693 src/com/gps/dao/GeofencingDAO.java 285 Found 'DD'-anomaly for variable 'sess' (lines '285'-'290').
6694 src/com/gps/dao/GeofencingDAO.java 286 Avoid variables with short names like gd
6695 src/com/gps/dao/GeofencingDAO.java 286 Local variable 'gd' could be declared final
6696 src/com/gps/dao/GeofencingDAO.java 290 Potential violation of Law of Demeter (object not created locally)
6697 src/com/gps/dao/GeofencingDAO.java 291 Potential violation of Law of Demeter (object not created locally)
6698 src/com/gps/dao/GeofencingDAO.java 291 System.out.print is used
6699 src/com/gps/dao/GeofencingDAO.java 292 Avoid using Literals in Conditional Statements
6700 src/com/gps/dao/GeofencingDAO.java 292 Avoid using if statements without curly braces
6701 src/com/gps/dao/GeofencingDAO.java 292 Potential violation of Law of Demeter (object not created locally)
6702 src/com/gps/dao/GeofencingDAO.java 292 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
6703 src/com/gps/dao/GeofencingDAO.java 293 Potential violation of Law of Demeter (method chain calls)
6704 src/com/gps/dao/GeofencingDAO.java 293 Potential violation of Law of Demeter (method chain calls)
6705 src/com/gps/dao/GeofencingDAO.java 293 Potential violation of Law of Demeter (object not created locally)
6706 src/com/gps/dao/GeofencingDAO.java 294 Potential violation of Law of Demeter (object not created locally)
6707 src/com/gps/dao/GeofencingDAO.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6708 src/com/gps/dao/GeofencingDAO.java 297 Avoid printStackTrace(); use a logger call instead.
6709 src/com/gps/dao/GeofencingDAO.java 297 Potential violation of Law of Demeter (object not created locally)
6710 src/com/gps/dao/GeofencingDAO.java 299 Avoid empty finally blocks
6711 src/com/gps/dao/GeofencingDAO.java 312 Parameter 'vehicleId' is not assigned and could be declared final
6712 src/com/gps/dao/GeofencingDAO.java 314 Found 'DD'-anomaly for variable 'geoIds' (lines '314'-'320').
6713 src/com/gps/dao/GeofencingDAO.java 315 Found 'DD'-anomaly for variable 'sess' (lines '315'-'318').
6714 src/com/gps/dao/GeofencingDAO.java 316 Avoid variables with short names like gd
6715 src/com/gps/dao/GeofencingDAO.java 316 Local variable 'gd' could be declared final
6716 src/com/gps/dao/GeofencingDAO.java 318 Potential violation of Law of Demeter (object not created locally)
6717 src/com/gps/dao/GeofencingDAO.java 319 System.out.print is used
6718 src/com/gps/dao/GeofencingDAO.java 320 Potential violation of Law of Demeter (method chain calls)
6719 src/com/gps/dao/GeofencingDAO.java 320 Potential violation of Law of Demeter (method chain calls)
6720 src/com/gps/dao/GeofencingDAO.java 320 Potential violation of Law of Demeter (object not created locally)
6721 src/com/gps/dao/GeofencingDAO.java 320 The String literal "vehicleId" appears 5 times in this file; the first occurrence is on line 320
6722 src/com/gps/dao/GeofencingDAO.java 322 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6723 src/com/gps/dao/GeofencingDAO.java 323 Avoid printStackTrace(); use a logger call instead.
6724 src/com/gps/dao/GeofencingDAO.java 323 Potential violation of Law of Demeter (object not created locally)
6725 src/com/gps/dao/GeofencingDAO.java 325 Avoid empty finally blocks
6726 src/com/gps/dao/GeofencingDAO.java 338 Found 'DD'-anomaly for variable 'geoIds' (lines '338'-'344').
6727 src/com/gps/dao/GeofencingDAO.java 339 Found 'DD'-anomaly for variable 'sess' (lines '339'-'342').
6728 src/com/gps/dao/GeofencingDAO.java 340 Avoid variables with short names like gd
6729 src/com/gps/dao/GeofencingDAO.java 340 Local variable 'gd' could be declared final
6730 src/com/gps/dao/GeofencingDAO.java 342 Potential violation of Law of Demeter (object not created locally)
6731 src/com/gps/dao/GeofencingDAO.java 344 Potential violation of Law of Demeter (method chain calls)
6732 src/com/gps/dao/GeofencingDAO.java 344 Potential violation of Law of Demeter (object not created locally)
6733 src/com/gps/dao/GeofencingDAO.java 346 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6734 src/com/gps/dao/GeofencingDAO.java 347 Avoid printStackTrace(); use a logger call instead.
6735 src/com/gps/dao/GeofencingDAO.java 347 Potential violation of Law of Demeter (object not created locally)
6736 src/com/gps/dao/GeofencingDAO.java 349 Avoid empty finally blocks
6737 src/com/gps/dao/GeofencingDAO.java 360 Parameter 'geofenceId' is not assigned and could be declared final
6738 src/com/gps/dao/GeofencingDAO.java 360 Parameter 'vehicleId' is not assigned and could be declared final
6739 src/com/gps/dao/GeofencingDAO.java 362 Found 'DD'-anomaly for variable 'query' (lines '362'-'370').
6740 src/com/gps/dao/GeofencingDAO.java 363 Found 'DD'-anomaly for variable 'sess' (lines '363'-'368').
6741 src/com/gps/dao/GeofencingDAO.java 364 Avoid variables with short names like gd
6742 src/com/gps/dao/GeofencingDAO.java 364 Local variable 'gd' could be declared final
6743 src/com/gps/dao/GeofencingDAO.java 365 Found 'DD'-anomaly for variable 'stat' (lines '365'-'373').
6744 src/com/gps/dao/GeofencingDAO.java 365 Found 'DD'-anomaly for variable 'stat' (lines '365'-'375').
6745 src/com/gps/dao/GeofencingDAO.java 366 Found 'DD'-anomaly for variable 'geoVehMap' (lines '366'-'371').
6746 src/com/gps/dao/GeofencingDAO.java 368 Potential violation of Law of Demeter (object not created locally)
6747 src/com/gps/dao/GeofencingDAO.java 370 Potential violation of Law of Demeter (object not created locally)
6748 src/com/gps/dao/GeofencingDAO.java 371 Potential violation of Law of Demeter (method chain calls)
6749 src/com/gps/dao/GeofencingDAO.java 371 Potential violation of Law of Demeter (method chain calls)
6750 src/com/gps/dao/GeofencingDAO.java 371 Potential violation of Law of Demeter (object not created locally)
6751 src/com/gps/dao/GeofencingDAO.java 372 Avoid if (x != y) ..; else ..;
6752 src/com/gps/dao/GeofencingDAO.java 377 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6753 src/com/gps/dao/GeofencingDAO.java 378 Avoid printStackTrace(); use a logger call instead.
6754 src/com/gps/dao/GeofencingDAO.java 378 Potential violation of Law of Demeter (object not created locally)
6755 src/com/gps/dao/GeofencingDAO.java 380 Avoid empty finally blocks
6756 src/com/gps/dao/GeofencingDAO.java 391 Parameter 'geofenceId' is not assigned and could be declared final
6757 src/com/gps/dao/GeofencingDAO.java 391 Parameter 'vehicleId' is not assigned and could be declared final
6758 src/com/gps/dao/GeofencingDAO.java 393 Found 'DD'-anomaly for variable 'query' (lines '393'-'401').
6759 src/com/gps/dao/GeofencingDAO.java 394 Found 'DD'-anomaly for variable 'sess' (lines '394'-'399').
6760 src/com/gps/dao/GeofencingDAO.java 395 Avoid variables with short names like gd
6761 src/com/gps/dao/GeofencingDAO.java 395 Local variable 'gd' could be declared final
6762 src/com/gps/dao/GeofencingDAO.java 396 Avoid variables with short names like id
6763 src/com/gps/dao/GeofencingDAO.java 396 Found 'DD'-anomaly for variable 'id' (lines '396'-'404').
6764 src/com/gps/dao/GeofencingDAO.java 396 Found 'DD'-anomaly for variable 'id' (lines '396'-'406').
6765 src/com/gps/dao/GeofencingDAO.java 397 Found 'DD'-anomaly for variable 'geoVehMap' (lines '397'-'402').
6766 src/com/gps/dao/GeofencingDAO.java 399 Potential violation of Law of Demeter (object not created locally)
6767 src/com/gps/dao/GeofencingDAO.java 401 Potential violation of Law of Demeter (object not created locally)
6768 src/com/gps/dao/GeofencingDAO.java 402 Potential violation of Law of Demeter (method chain calls)
6769 src/com/gps/dao/GeofencingDAO.java 402 Potential violation of Law of Demeter (method chain calls)
6770 src/com/gps/dao/GeofencingDAO.java 402 Potential violation of Law of Demeter (object not created locally)
6771 src/com/gps/dao/GeofencingDAO.java 403 Avoid if (x != y) ..; else ..;
6772 src/com/gps/dao/GeofencingDAO.java 404 Potential violation of Law of Demeter (object not created locally)
6773 src/com/gps/dao/GeofencingDAO.java 408 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6774 src/com/gps/dao/GeofencingDAO.java 409 Avoid printStackTrace(); use a logger call instead.
6775 src/com/gps/dao/GeofencingDAO.java 409 Potential violation of Law of Demeter (object not created locally)
6776 src/com/gps/dao/GeofencingDAO.java 411 Avoid empty finally blocks
6777 src/com/gps/dao/GeofencingDAO.java 422 Parameter 'vehicleId' is not assigned and could be declared final
6778 src/com/gps/dao/GeofencingDAO.java 424 Found 'DD'-anomaly for variable 'geoIds' (lines '424'-'430').
6779 src/com/gps/dao/GeofencingDAO.java 425 Found 'DD'-anomaly for variable 'sess' (lines '425'-'428').
6780 src/com/gps/dao/GeofencingDAO.java 426 Avoid variables with short names like gd
6781 src/com/gps/dao/GeofencingDAO.java 426 Local variable 'gd' could be declared final
6782 src/com/gps/dao/GeofencingDAO.java 428 Potential violation of Law of Demeter (object not created locally)
6783 src/com/gps/dao/GeofencingDAO.java 429 System.out.print is used
6784 src/com/gps/dao/GeofencingDAO.java 430 Potential violation of Law of Demeter (method chain calls)
6785 src/com/gps/dao/GeofencingDAO.java 430 Potential violation of Law of Demeter (method chain calls)
6786 src/com/gps/dao/GeofencingDAO.java 430 Potential violation of Law of Demeter (object not created locally)
6787 src/com/gps/dao/GeofencingDAO.java 432 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6788 src/com/gps/dao/GeofencingDAO.java 433 Avoid printStackTrace(); use a logger call instead.
6789 src/com/gps/dao/GeofencingDAO.java 433 Potential violation of Law of Demeter (object not created locally)
6790 src/com/gps/dao/GeofencingDAO.java 435 Avoid empty finally blocks
6791 src/com/gps/dao/GeofencingDAO.java 445 Parameter 'gvIds' is not assigned and could be declared final
6792 src/com/gps/dao/GeofencingDAO.java 447 Found 'DD'-anomaly for variable 'mobnos' (lines '447'-'453').
6793 src/com/gps/dao/GeofencingDAO.java 448 Found 'DD'-anomaly for variable 'sess' (lines '448'-'452').
6794 src/com/gps/dao/GeofencingDAO.java 449 Avoid variables with short names like nd
6795 src/com/gps/dao/GeofencingDAO.java 449 Local variable 'nd' could be declared final
6796 src/com/gps/dao/GeofencingDAO.java 452 Potential violation of Law of Demeter (object not created locally)
6797 src/com/gps/dao/GeofencingDAO.java 453 Potential violation of Law of Demeter (method chain calls)
6798 src/com/gps/dao/GeofencingDAO.java 453 Potential violation of Law of Demeter (method chain calls)
6799 src/com/gps/dao/GeofencingDAO.java 453 Potential violation of Law of Demeter (object not created locally)
6800 src/com/gps/dao/GeofencingDAO.java 455 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6801 src/com/gps/dao/GeofencingDAO.java 456 Avoid printStackTrace(); use a logger call instead.
6802 src/com/gps/dao/GeofencingDAO.java 456 Potential violation of Law of Demeter (object not created locally)
6803 src/com/gps/dao/GeofencingDAO.java 458 Avoid empty finally blocks
6804 src/com/gps/dao/GeofencingDAO.java 469 Parameter 'geoVehId' is not assigned and could be declared final
6805 src/com/gps/dao/GeofencingDAO.java 470 System.out.print is used
6806 src/com/gps/dao/GeofencingDAO.java 471 Found 'DD'-anomaly for variable 'notifierList' (lines '471'-'478').
6807 src/com/gps/dao/GeofencingDAO.java 472 Found 'DD'-anomaly for variable 'sess' (lines '472'-'476').
6808 src/com/gps/dao/GeofencingDAO.java 473 Avoid variables with short names like nd
6809 src/com/gps/dao/GeofencingDAO.java 473 Local variable 'nd' could be declared final
6810 src/com/gps/dao/GeofencingDAO.java 476 Potential violation of Law of Demeter (object not created locally)
6811 src/com/gps/dao/GeofencingDAO.java 478 Potential violation of Law of Demeter (method chain calls)
6812 src/com/gps/dao/GeofencingDAO.java 478 Potential violation of Law of Demeter (method chain calls)
6813 src/com/gps/dao/GeofencingDAO.java 478 Potential violation of Law of Demeter (object not created locally)
6814 src/com/gps/dao/GeofencingDAO.java 481 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6815 src/com/gps/dao/GeofencingDAO.java 482 Avoid printStackTrace(); use a logger call instead.
6816 src/com/gps/dao/GeofencingDAO.java 482 Potential violation of Law of Demeter (object not created locally)
6817 src/com/gps/dao/GeofencingDAO.java 484 Avoid empty finally blocks
6818 src/com/gps/dao/GeofencingDAO.java 497 Parameter 'lat' is not assigned and could be declared final
6819 src/com/gps/dao/GeofencingDAO.java 497 Parameter 'lon' is not assigned and could be declared final
6820 src/com/gps/dao/GeofencingDAO.java 497 Parameter 'points' is not assigned and could be declared final
6821 src/com/gps/dao/GeofencingDAO.java 498 Avoid variables with short names like i
6822 src/com/gps/dao/GeofencingDAO.java 499 Avoid variables with short names like j
6823 src/com/gps/dao/GeofencingDAO.java 500 System.out.print is used
6824 src/com/gps/dao/GeofencingDAO.java 501 Found 'DD'-anomaly for variable 'inPoly' (lines '501'-'515').
6825 src/com/gps/dao/GeofencingDAO.java 506 Comment is too large: Line too long
6826 src/com/gps/dao/GeofencingDAO.java 507 Potential violation of Law of Demeter (method chain calls)
6827 src/com/gps/dao/GeofencingDAO.java 507 Potential violation of Law of Demeter (method chain calls)
6828 src/com/gps/dao/GeofencingDAO.java 508 Potential violation of Law of Demeter (method chain calls)
6829 src/com/gps/dao/GeofencingDAO.java 508 Potential violation of Law of Demeter (method chain calls)
6830 src/com/gps/dao/GeofencingDAO.java 510 Potential violation of Law of Demeter (method chain calls)
6831 src/com/gps/dao/GeofencingDAO.java 510 Potential violation of Law of Demeter (method chain calls)
6832 src/com/gps/dao/GeofencingDAO.java 510 Potential violation of Law of Demeter (method chain calls)
6833 src/com/gps/dao/GeofencingDAO.java 510 These nested if statements could be combined
6834 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6835 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6836 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6837 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6838 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6839 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6840 src/com/gps/dao/GeofencingDAO.java 511 Potential violation of Law of Demeter (method chain calls)
6841 src/com/gps/dao/GeofencingDAO.java 512 Potential violation of Law of Demeter (method chain calls)
6842 src/com/gps/dao/GeofencingDAO.java 514 System.out.print is used
6843 src/com/gps/dao/GeofencingDAO.java 515 Found 'DD'-anomaly for variable 'inPoly' (lines '515'-'515').
6844 src/com/gps/dao/GeofencingDAO.java 519 Found 'DU'-anomaly for variable 'j' (lines '519'-'527').
6845 src/com/gps/dao/GeofencingDAO.java 521 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6846 src/com/gps/dao/GeofencingDAO.java 523 Avoid printStackTrace(); use a logger call instead.
6847 src/com/gps/dao/GeofencingDAO.java 523 Potential violation of Law of Demeter (object not created locally)
6848 src/com/gps/dao/GeofencingDAO.java 534 Parameter 'geofenceId' is not assigned and could be declared final
6849 src/com/gps/dao/GeofencingDAO.java 534 Parameter 'vehicleId' is not assigned and could be declared final
6850 src/com/gps/dao/GeofencingDAO.java 536 Found 'DD'-anomaly for variable 'sess' (lines '536'-'544').
6851 src/com/gps/dao/GeofencingDAO.java 537 Avoid variables with short names like gd
6852 src/com/gps/dao/GeofencingDAO.java 537 Local variable 'gd' could be declared final
6853 src/com/gps/dao/GeofencingDAO.java 540 Found 'DD'-anomaly for variable 'del' (lines '540'-'549').
6854 src/com/gps/dao/GeofencingDAO.java 541 Avoid variables with short names like tx
6855 src/com/gps/dao/GeofencingDAO.java 541 Found 'DD'-anomaly for variable 'tx' (lines '541'-'545').
6856 src/com/gps/dao/GeofencingDAO.java 542 Avoid declaring a variable if it is unreferenced before a possible exit point.
6857 src/com/gps/dao/GeofencingDAO.java 542 Avoid unused local variables such as 'gdDetails'.
6858 src/com/gps/dao/GeofencingDAO.java 542 Found 'DU'-anomaly for variable 'gdDetails' (lines '542'-'561').
6859 src/com/gps/dao/GeofencingDAO.java 542 Local variable 'gdDetails' could be declared final
6860 src/com/gps/dao/GeofencingDAO.java 544 Potential violation of Law of Demeter (object not created locally)
6861 src/com/gps/dao/GeofencingDAO.java 545 Potential violation of Law of Demeter (object not created locally)
6862 src/com/gps/dao/GeofencingDAO.java 546 Potential violation of Law of Demeter (method chain calls)
6863 src/com/gps/dao/GeofencingDAO.java 546 Potential violation of Law of Demeter (method chain calls)
6864 src/com/gps/dao/GeofencingDAO.java 546 Potential violation of Law of Demeter (method chain calls)
6865 src/com/gps/dao/GeofencingDAO.java 546 Potential violation of Law of Demeter (object not created locally)
6866 src/com/gps/dao/GeofencingDAO.java 548 Potential violation of Law of Demeter (object not created locally)
6867 src/com/gps/dao/GeofencingDAO.java 549 Found 'DD'-anomaly for variable 'del' (lines '549'-'553').
6868 src/com/gps/dao/GeofencingDAO.java 550 Potential violation of Law of Demeter (object not created locally)
6869 src/com/gps/dao/GeofencingDAO.java 552 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6870 src/com/gps/dao/GeofencingDAO.java 554 Avoid printStackTrace(); use a logger call instead.
6871 src/com/gps/dao/GeofencingDAO.java 554 Potential violation of Law of Demeter (object not created locally)
6872 src/com/gps/dao/GeofencingDAO.java 556 Avoid empty finally blocks
6873 src/com/gps/dao/GeofencingDAO.java 567 Parameter 'nid' is not assigned and could be declared final
6874 src/com/gps/dao/GeofencingDAO.java 568 Found 'DD'-anomaly for variable 'sess' (lines '568'-'574').
6875 src/com/gps/dao/GeofencingDAO.java 569 Avoid variables with short names like gd
6876 src/com/gps/dao/GeofencingDAO.java 569 Local variable 'gd' could be declared final
6877 src/com/gps/dao/GeofencingDAO.java 570 Found 'DD'-anomaly for variable 'del' (lines '570'-'579').
6878 src/com/gps/dao/GeofencingDAO.java 571 Avoid variables with short names like tx
6879 src/com/gps/dao/GeofencingDAO.java 571 Found 'DD'-anomaly for variable 'tx' (lines '571'-'575').
6880 src/com/gps/dao/GeofencingDAO.java 572 Avoid declaring a variable if it is unreferenced before a possible exit point.
6881 src/com/gps/dao/GeofencingDAO.java 572 Avoid unused local variables such as 'gdDetails'.
6882 src/com/gps/dao/GeofencingDAO.java 572 Found 'DU'-anomaly for variable 'gdDetails' (lines '572'-'591').
6883 src/com/gps/dao/GeofencingDAO.java 572 Local variable 'gdDetails' could be declared final
6884 src/com/gps/dao/GeofencingDAO.java 574 Potential violation of Law of Demeter (object not created locally)
6885 src/com/gps/dao/GeofencingDAO.java 575 Potential violation of Law of Demeter (object not created locally)
6886 src/com/gps/dao/GeofencingDAO.java 576 Potential violation of Law of Demeter (method chain calls)
6887 src/com/gps/dao/GeofencingDAO.java 576 Potential violation of Law of Demeter (method chain calls)
6888 src/com/gps/dao/GeofencingDAO.java 576 Potential violation of Law of Demeter (object not created locally)
6889 src/com/gps/dao/GeofencingDAO.java 578 Potential violation of Law of Demeter (object not created locally)
6890 src/com/gps/dao/GeofencingDAO.java 579 Found 'DD'-anomaly for variable 'del' (lines '579'-'583').
6891 src/com/gps/dao/GeofencingDAO.java 580 Potential violation of Law of Demeter (object not created locally)
6892 src/com/gps/dao/GeofencingDAO.java 582 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
6893 src/com/gps/dao/GeofencingDAO.java 584 Avoid printStackTrace(); use a logger call instead.
6894 src/com/gps/dao/GeofencingDAO.java 584 Potential violation of Law of Demeter (object not created locally)
6895 src/com/gps/dao/GeofencingDAO.java 586 Avoid empty finally blocks
6896 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'count' is not assigned and could be declared final
6897 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'data' is not assigned and could be declared final
6898 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'geofenceName' is not assigned and could be declared final
6899 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'place' is not assigned and could be declared final
6900 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'trip' is not assigned and could be declared final
6901 src/com/gps/dao/GeofencingDAO.java 599 Parameter 'userDet' is not assigned and could be declared final
6902 src/com/gps/dao/GeofencingDAO.java 604 Local variable 'geofence' could be declared final
6903 src/com/gps/dao/GeofencingDAO.java 605 There is log block not surrounded by if
6904 src/com/gps/dao/GeofencingDAO.java 605 There is log block not surrounded by if
6905 src/com/gps/dao/GeofencingDAO.java 606 There is log block not surrounded by if
6906 src/com/gps/dao/GeofencingDAO.java 606 There is log block not surrounded by if
6907 src/com/gps/dao/GeofencingDAO.java 610 Potential violation of Law of Demeter (object not created locally)
6908 src/com/gps/dao/GeofencingDAO.java 611 Potential violation of Law of Demeter (object not created locally)
6909 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6910 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6911 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6912 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6913 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6914 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6915 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6916 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6917 src/com/gps/dao/GeofencingDAO.java 612 Potential violation of Law of Demeter (method chain calls)
6918 src/com/gps/dao/GeofencingDAO.java 612 There is log block not surrounded by if
6919 src/com/gps/dao/GeofencingDAO.java 612 There is log block not surrounded by if
6920 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6921 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6922 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6923 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6924 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6925 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6926 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6927 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6928 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6929 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6930 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6931 src/com/gps/dao/GeofencingDAO.java 613 Potential violation of Law of Demeter (method chain calls)
6932 src/com/gps/dao/GeofencingDAO.java 613 There is log block not surrounded by if
6933 src/com/gps/dao/GeofencingDAO.java 613 There is log block not surrounded by if
6934 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6935 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6936 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6937 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6938 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6939 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6940 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6941 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6942 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6943 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6944 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6945 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6946 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6947 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6948 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6949 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6950 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6951 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6952 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6953 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6954 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6955 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6956 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6957 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6958 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6959 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6960 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6961 src/com/gps/dao/GeofencingDAO.java 614 Potential violation of Law of Demeter (method chain calls)
6962 src/com/gps/dao/GeofencingDAO.java 614 There is log block not surrounded by if
6963 src/com/gps/dao/GeofencingDAO.java 614 There is log block not surrounded by if
6964 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6965 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6966 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6967 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6968 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6969 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6970 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6971 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6972 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (method chain calls)
6973 src/com/gps/dao/GeofencingDAO.java 615 Potential violation of Law of Demeter (object not created locally)
6974 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6975 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6976 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6977 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6978 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6979 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6980 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6981 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6982 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6983 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6984 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6985 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (method chain calls)
6986 src/com/gps/dao/GeofencingDAO.java 617 Potential violation of Law of Demeter (object not created locally)
6987 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6988 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6989 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6990 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6991 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6992 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6993 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6994 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6995 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6996 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6997 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6998 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
6999 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7000 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7001 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7002 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7003 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7004 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7005 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7006 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7007 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7008 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7009 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7010 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7011 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7012 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7013 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7014 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (method chain calls)
7015 src/com/gps/dao/GeofencingDAO.java 618 Potential violation of Law of Demeter (object not created locally)
7016 src/com/gps/dao/GeofencingDAO.java 619 Potential violation of Law of Demeter (object not created locally)
7017 src/com/gps/dao/GeofencingDAO.java 620 Potential violation of Law of Demeter (object not created locally)
7018 src/com/gps/dao/GeofencingDAO.java 622 Potential violation of Law of Demeter (object not created locally)
7019 src/com/gps/dao/GeofencingDAO.java 626 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7020 src/com/gps/dao/GeofencingDAO.java 628 Avoid printStackTrace(); use a logger call instead.
7021 src/com/gps/dao/GeofencingDAO.java 628 Potential violation of Law of Demeter (object not created locally)
7022 src/com/gps/dao/GeofencingDAO.java 629 Avoid throwing raw exception types.
7023 src/com/gps/dao/GeofencingDAO.java 629 New exception is thrown in catch block, original stack trace may be lost
7024 src/com/gps/dao/GeofencingDAO.java 640 Parameter 'data' is not assigned and could be declared final
7025 src/com/gps/dao/GeofencingDAO.java 640 Parameter 'geofenceName' is not assigned and could be declared final
7026 src/com/gps/dao/GeofencingDAO.java 640 Parameter 'trip' is not assigned and could be declared final
7027 src/com/gps/dao/GeofencingDAO.java 640 Parameter 'userDet' is not assigned and could be declared final
7028 src/com/gps/dao/GeofencingDAO.java 642 Local variable 'geofence' could be declared final
7029 src/com/gps/dao/GeofencingDAO.java 645 Potential violation of Law of Demeter (object not created locally)
7030 src/com/gps/dao/GeofencingDAO.java 646 Potential violation of Law of Demeter (object not created locally)
7031 src/com/gps/dao/GeofencingDAO.java 647 Potential violation of Law of Demeter (method chain calls)
7032 src/com/gps/dao/GeofencingDAO.java 647 Potential violation of Law of Demeter (object not created locally)
7033 src/com/gps/dao/GeofencingDAO.java 648 Potential violation of Law of Demeter (method chain calls)
7034 src/com/gps/dao/GeofencingDAO.java 648 Potential violation of Law of Demeter (method chain calls)
7035 src/com/gps/dao/GeofencingDAO.java 648 Potential violation of Law of Demeter (object not created locally)
7036 src/com/gps/dao/GeofencingDAO.java 650 Potential violation of Law of Demeter (method chain calls)
7037 src/com/gps/dao/GeofencingDAO.java 650 Potential violation of Law of Demeter (method chain calls)
7038 src/com/gps/dao/GeofencingDAO.java 650 Potential violation of Law of Demeter (object not created locally)
7039 src/com/gps/dao/GeofencingDAO.java 651 Potential violation of Law of Demeter (method chain calls)
7040 src/com/gps/dao/GeofencingDAO.java 651 Potential violation of Law of Demeter (object not created locally)
7041 src/com/gps/dao/GeofencingDAO.java 652 Potential violation of Law of Demeter (object not created locally)
7042 src/com/gps/dao/GeofencingDAO.java 656 A method/constructor shouldnt explicitly throw java.lang.Exception
7043 src/com/gps/dao/GeofencingDAO.java 656 Parameter 'center' is not assigned and could be declared final
7044 src/com/gps/dao/GeofencingDAO.java 656 Parameter 'point' is not assigned and could be declared final
7045 src/com/gps/dao/GeofencingDAO.java 656 publicMethodCommentRequirement Required
7046 src/com/gps/dao/GeofencingDAO.java 660 Avoid unused local variables such as 'in'.
7047 src/com/gps/dao/GeofencingDAO.java 660 Avoid variables with short names like in
7048 src/com/gps/dao/GeofencingDAO.java 660 Found 'DD'-anomaly for variable 'in' (lines '660'-'667').
7049 src/com/gps/dao/GeofencingDAO.java 660 Found 'DD'-anomaly for variable 'in' (lines '660'-'669').
7050 src/com/gps/dao/GeofencingDAO.java 664 Potential violation of Law of Demeter (object not created locally)
7051 src/com/gps/dao/GeofencingDAO.java 665 There is log block not surrounded by if
7052 src/com/gps/dao/GeofencingDAO.java 665 There is log block not surrounded by if
7053 src/com/gps/dao/GeofencingDAO.java 667 Avoid using if...else statements without curly braces
7054 src/com/gps/dao/GeofencingDAO.java 667 Found 'DU'-anomaly for variable 'in' (lines '667'-'678').
7055 src/com/gps/dao/GeofencingDAO.java 669 Avoid using if...else statements without curly braces
7056 src/com/gps/dao/GeofencingDAO.java 669 Found 'DU'-anomaly for variable 'in' (lines '669'-'678').
7057 src/com/gps/dao/GeofencingDAO.java 672 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7058 src/com/gps/dao/GeofencingDAO.java 674 Avoid printStackTrace(); use a logger call instead.
7059 src/com/gps/dao/GeofencingDAO.java 674 Potential violation of Law of Demeter (object not created locally)
7060 src/com/gps/dao/GeofencingDAO.java 680 Parameter 'vehicleId' is not assigned and could be declared final
7061 src/com/gps/dao/GeofencingDAO.java 680 publicMethodCommentRequirement Required
7062 src/com/gps/dao/GeofencingDAO.java 682 Avoid unused local variables such as 'vehDAO'.
7063 src/com/gps/dao/GeofencingDAO.java 684 Found 'DD'-anomaly for variable 'trips' (lines '684'-'689').
7064 src/com/gps/dao/GeofencingDAO.java 687 Found 'DU'-anomaly for variable 'vehDAO' (lines '687'-'698').
7065 src/com/gps/dao/GeofencingDAO.java 688 Potential violation of Law of Demeter (method chain calls)
7066 src/com/gps/dao/GeofencingDAO.java 689 Potential violation of Law of Demeter (object not created locally)
7067 src/com/gps/dao/GeofencingDAO.java 693 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7068 src/com/gps/dao/GeofencingDAO.java 695 Avoid printStackTrace(); use a logger call instead.
7069 src/com/gps/dao/GeofencingDAO.java 695 Potential violation of Law of Demeter (object not created locally)
7070 src/com/gps/dao/GeofencingDAO.java 701 Comment is too large: Line too long
7071 src/com/gps/dao/GeofencingDAO.java 707 Comment is too large: Too many lines
7072 src/com/gps/dao/GeofencingDAO.java 717 A method/constructor shouldnt explicitly throw java.lang.Exception
7073 src/com/gps/dao/GeofencingDAO.java 717 Parameter 'packetTime' is not assigned and could be declared final
7074 src/com/gps/dao/GeofencingDAO.java 721 Local variable 'cal' could be declared final
7075 src/com/gps/dao/GeofencingDAO.java 725 There is log block not surrounded by if
7076 src/com/gps/dao/GeofencingDAO.java 725 There is log block not surrounded by if
7077 src/com/gps/dao/GeofencingDAO.java 726 Potential violation of Law of Demeter (object not created locally)
7078 src/com/gps/dao/GeofencingDAO.java 727 Potential violation of Law of Demeter (object not created locally)
7079 src/com/gps/dao/GeofencingDAO.java 727 There is log block not surrounded by if
7080 src/com/gps/dao/GeofencingDAO.java 727 There is log block not surrounded by if
7081 src/com/gps/dao/GeofencingDAO.java 728 Potential violation of Law of Demeter (object not created locally)
7082 src/com/gps/dao/GeofencingDAO.java 731 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7083 src/com/gps/dao/GeofencingDAO.java 733 Avoid printStackTrace(); use a logger call instead.
7084 src/com/gps/dao/GeofencingDAO.java 748 A method/constructor shouldnt explicitly throw java.lang.Exception
7085 src/com/gps/dao/GeofencingDAO.java 748 Parameter 'fence' is not assigned and could be declared final
7086 src/com/gps/dao/GeofencingDAO.java 748 Parameter 'packetTime' is not assigned and could be declared final
7087 src/com/gps/dao/GeofencingDAO.java 748 Parameter 'sessVal' is not assigned and could be declared final
7088 src/com/gps/dao/GeofencingDAO.java 751 Found 'DD'-anomaly for variable 'history' (lines '751'-'759').
7089 src/com/gps/dao/GeofencingDAO.java 752 Found 'DD'-anomaly for variable 'session' (lines '752'-'758').
7090 src/com/gps/dao/GeofencingDAO.java 753 Avoid variables with short names like tx
7091 src/com/gps/dao/GeofencingDAO.java 753 Found 'DD'-anomaly for variable 'tx' (lines '753'-'775').
7092 src/com/gps/dao/GeofencingDAO.java 755 Avoid unused local variables such as 'dao'.
7093 src/com/gps/dao/GeofencingDAO.java 755 Found 'DD'-anomaly for variable 'dao' (lines '755'-'760').
7094 src/com/gps/dao/GeofencingDAO.java 760 Found 'DU'-anomaly for variable 'dao' (lines '760'-'787').
7095 src/com/gps/dao/GeofencingDAO.java 761 Avoid using Literals in Conditional Statements
7096 src/com/gps/dao/GeofencingDAO.java 763 Potential violation of Law of Demeter (object not created locally)
7097 src/com/gps/dao/GeofencingDAO.java 764 Potential violation of Law of Demeter (object not created locally)
7098 src/com/gps/dao/GeofencingDAO.java 765 Potential violation of Law of Demeter (object not created locally)
7099 src/com/gps/dao/GeofencingDAO.java 769 Potential violation of Law of Demeter (object not created locally)
7100 src/com/gps/dao/GeofencingDAO.java 770 Potential violation of Law of Demeter (object not created locally)
7101 src/com/gps/dao/GeofencingDAO.java 771 Potential violation of Law of Demeter (object not created locally)
7102 src/com/gps/dao/GeofencingDAO.java 773 Potential violation of Law of Demeter (object not created locally)
7103 src/com/gps/dao/GeofencingDAO.java 774 There is log block not surrounded by if
7104 src/com/gps/dao/GeofencingDAO.java 774 There is log block not surrounded by if
7105 src/com/gps/dao/GeofencingDAO.java 775 Potential violation of Law of Demeter (object not created locally)
7106 src/com/gps/dao/GeofencingDAO.java 777 Potential violation of Law of Demeter (object not created locally)
7107 src/com/gps/dao/GeofencingDAO.java 778 Potential violation of Law of Demeter (object not created locally)
7108 src/com/gps/dao/GeofencingDAO.java 779 Potential violation of Law of Demeter (object not created locally)
7109 src/com/gps/dao/GeofencingDAO.java 782 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7110 src/com/gps/dao/GeofencingDAO.java 784 Avoid printStackTrace(); use a logger call instead.
7111 src/com/gps/dao/GeofencingDAO.java 784 Potential violation of Law of Demeter (object not created locally)
7112 src/com/gps/dao/GeofencingDAO.java 789 Parameter 'tripid' is not assigned and could be declared final
7113 src/com/gps/dao/GeofencingDAO.java 789 publicMethodCommentRequirement Required
7114 src/com/gps/dao/GeofencingDAO.java 791 Found 'DD'-anomaly for variable 'fenceList' (lines '791'-'798').
7115 src/com/gps/dao/GeofencingDAO.java 792 Local variable 'today' could be declared final
7116 src/com/gps/dao/GeofencingDAO.java 794 Potential violation of Law of Demeter (object not created locally)
7117 src/com/gps/dao/GeofencingDAO.java 795 Potential violation of Law of Demeter (object not created locally)
7118 src/com/gps/dao/GeofencingDAO.java 798 Potential violation of Law of Demeter (method chain calls)
7119 src/com/gps/dao/GeofencingDAO.java 798 Potential violation of Law of Demeter (method chain calls)
7120 src/com/gps/dao/GeofencingDAO.java 801 Comment is too large: Line too long
7121 src/com/gps/dao/GeofencingDAO.java 804 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7122 src/com/gps/dao/GeofencingDAO.java 806 Avoid printStackTrace(); use a logger call instead.
7123 src/com/gps/dao/GeofencingDAO.java 806 Potential violation of Law of Demeter (object not created locally)
7124 src/com/gps/dao/GeofencingDAO.java 812 Parameter 'args' is not assigned and could be declared final
7125 src/com/gps/dao/GeofencingDAO.java 812 publicMethodCommentRequirement Required
7126 src/com/gps/dao/GeofencingDAO.java 818 Local variable 'dao' could be declared final
7127 src/com/gps/dao/GeofencingDAO.java 820 Avoid unused local variables such as 'data'.
7128 src/com/gps/dao/GeofencingDAO.java 820 Found 'DU'-anomaly for variable 'data' (lines '820'-'829').
7129 src/com/gps/dao/GeofencingDAO.java 820 Local variable 'data' could be declared final
7130 src/com/gps/dao/GeofencingDAO.java 824 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7131 src/com/gps/dao/GeofencingDAO.java 826 Avoid printStackTrace(); use a logger call instead.
7132 src/com/gps/dao/HolidayProcessDAO.java 4 Avoid unused imports such as 'java.util.ArrayList'
7133 src/com/gps/dao/HolidayProcessDAO.java 5 Avoid unused imports such as 'java.util.HashSet'
7134 src/com/gps/dao/HolidayProcessDAO.java 6 Avoid unused imports such as 'java.util.Set'
7135 src/com/gps/dao/HolidayProcessDAO.java 12 Avoid unused imports such as 'org.hibernate.Query'
7136 src/com/gps/dao/HolidayProcessDAO.java 15 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
7137 src/com/gps/dao/HolidayProcessDAO.java 18 Avoid unused imports such as 'com.gps.exception.DuplicateRegisterNumberException'
7138 src/com/gps/dao/HolidayProcessDAO.java 19 Avoid unused imports such as 'com.gps.exception.DuplicateVehicleNameException'
7139 src/com/gps/dao/HolidayProcessDAO.java 22 Avoid unused imports such as 'com.liferay.portal.model.User'
7140 src/com/gps/dao/HolidayProcessDAO.java 25 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
7141 src/com/gps/dao/HolidayProcessDAO.java 26 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
7142 src/com/gps/dao/HolidayProcessDAO.java 29 headerCommentRequirement Required
7143 src/com/gps/dao/HolidayProcessDAO.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
7144 src/com/gps/dao/HolidayProcessDAO.java 35 Use explicit scoping instead of the default package private level
7145 src/com/gps/dao/HolidayProcessDAO.java 36 Avoid variables with short names like tx
7146 src/com/gps/dao/HolidayProcessDAO.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
7147 src/com/gps/dao/HolidayProcessDAO.java 36 Use explicit scoping instead of the default package private level
7148 src/com/gps/dao/HolidayProcessDAO.java 36 fieldCommentRequirement Required
7149 src/com/gps/dao/HolidayProcessDAO.java 37 The Logger variable declaration does not contain the static and final modifiers
7150 src/com/gps/dao/HolidayProcessDAO.java 37 Use explicit scoping instead of the default package private level
7151 src/com/gps/dao/HolidayProcessDAO.java 37 fieldCommentRequirement Required
7152 src/com/gps/dao/HolidayProcessDAO.java 39 Avoid unused private fields such as 'holiday'.
7153 src/com/gps/dao/HolidayProcessDAO.java 39 fieldCommentRequirement Required
7154 src/com/gps/dao/HolidayProcessDAO.java 42 A method/constructor shouldnt explicitly throw java.lang.Exception
7155 src/com/gps/dao/HolidayProcessDAO.java 42 Method names should not start with capital letters
7156 src/com/gps/dao/HolidayProcessDAO.java 42 Parameter 'holiday' is not assigned and could be declared final
7157 src/com/gps/dao/HolidayProcessDAO.java 42 publicMethodCommentRequirement Required
7158 src/com/gps/dao/HolidayProcessDAO.java 45 There is log block not surrounded by if
7159 src/com/gps/dao/HolidayProcessDAO.java 45 There is log block not surrounded by if
7160 src/com/gps/dao/HolidayProcessDAO.java 46 Local variable 'hddao' could be declared final
7161 src/com/gps/dao/HolidayProcessDAO.java 48 Found 'DD'-anomaly for variable 'sess' (lines '48'-'52').
7162 src/com/gps/dao/HolidayProcessDAO.java 49 Avoid variables with short names like tx
7163 src/com/gps/dao/HolidayProcessDAO.java 49 Found 'DD'-anomaly for variable 'tx' (lines '49'-'53').
7164 src/com/gps/dao/HolidayProcessDAO.java 52 Potential violation of Law of Demeter (object not created locally)
7165 src/com/gps/dao/HolidayProcessDAO.java 53 Potential violation of Law of Demeter (object not created locally)
7166 src/com/gps/dao/HolidayProcessDAO.java 55 Potential violation of Law of Demeter (object not created locally)
7167 src/com/gps/dao/HolidayProcessDAO.java 56 Potential violation of Law of Demeter (object not created locally)
7168 src/com/gps/dao/HolidayProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
7169 src/com/gps/dao/HolidayProcessDAO.java 58 Potential violation of Law of Demeter (object not created locally)
7170 src/com/gps/dao/HolidayProcessDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7171 src/com/gps/dao/HolidayProcessDAO.java 64 Avoid printStackTrace(); use a logger call instead.
7172 src/com/gps/dao/HolidayProcessDAO.java 64 Potential violation of Law of Demeter (object not created locally)
7173 src/com/gps/dao/HolidayProcessDAO.java 67 Avoid empty finally blocks
7174 src/com/gps/dao/HolidayProcessDAO.java 74 A method/constructor shouldnt explicitly throw java.lang.Exception
7175 src/com/gps/dao/HolidayProcessDAO.java 74 Parameter 'orgId' is not assigned and could be declared final
7176 src/com/gps/dao/HolidayProcessDAO.java 74 publicMethodCommentRequirement Required
7177 src/com/gps/dao/HolidayProcessDAO.java 77 Local variable 'hddao' could be declared final
7178 src/com/gps/dao/HolidayProcessDAO.java 78 Found 'DD'-anomaly for variable 'holidayList' (lines '78'-'86').
7179 src/com/gps/dao/HolidayProcessDAO.java 79 Found 'DD'-anomaly for variable 'sess' (lines '79'-'83').
7180 src/com/gps/dao/HolidayProcessDAO.java 80 Avoid variables with short names like tx
7181 src/com/gps/dao/HolidayProcessDAO.java 80 Found 'DD'-anomaly for variable 'tx' (lines '80'-'84').
7182 src/com/gps/dao/HolidayProcessDAO.java 83 Potential violation of Law of Demeter (object not created locally)
7183 src/com/gps/dao/HolidayProcessDAO.java 84 Potential violation of Law of Demeter (object not created locally)
7184 src/com/gps/dao/HolidayProcessDAO.java 86 Potential violation of Law of Demeter (object not created locally)
7185 src/com/gps/dao/HolidayProcessDAO.java 87 Potential violation of Law of Demeter (object not created locally)
7186 src/com/gps/dao/HolidayProcessDAO.java 88 Potential violation of Law of Demeter (object not created locally)
7187 src/com/gps/dao/HolidayProcessDAO.java 89 Potential violation of Law of Demeter (object not created locally)
7188 src/com/gps/dao/HolidayProcessDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7189 src/com/gps/dao/HolidayProcessDAO.java 96 Avoid printStackTrace(); use a logger call instead.
7190 src/com/gps/dao/HolidayProcessDAO.java 96 Potential violation of Law of Demeter (object not created locally)
7191 src/com/gps/dao/HolidayProcessDAO.java 99 Avoid empty finally blocks
7192 src/com/gps/dao/HolidayProcessDAO.java 105 A method/constructor shouldnt explicitly throw java.lang.Exception
7193 src/com/gps/dao/HolidayProcessDAO.java 105 Parameter 'holidays' is not assigned and could be declared final
7194 src/com/gps/dao/HolidayProcessDAO.java 105 publicMethodCommentRequirement Required
7195 src/com/gps/dao/HolidayProcessDAO.java 112 Local variable 'vdao' could be declared final
7196 src/com/gps/dao/HolidayProcessDAO.java 113 Potential violation of Law of Demeter (object not created locally)
7197 src/com/gps/dao/HolidayProcessDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7198 src/com/gps/dao/HolidayProcessDAO.java 124 Avoid printStackTrace(); use a logger call instead.
7199 src/com/gps/dao/HolidayProcessDAO.java 124 Potential violation of Law of Demeter (object not created locally)
7200 src/com/gps/dao/HolidayProcessDAO.java 127 Avoid empty finally blocks
7201 src/com/gps/dao/HolidayProcessDAO.java 137 A method/constructor shouldnt explicitly throw java.lang.Exception
7202 src/com/gps/dao/HolidayProcessDAO.java 137 Parameter 'args' is not assigned and could be declared final
7203 src/com/gps/dao/HolidayProcessDAO.java 137 publicMethodCommentRequirement Required
7204 src/com/gps/dao/HolidayProcessDAO.java 140 Avoid unused local variables such as 'dao'.
7205 src/com/gps/dao/HolidayProcessDAO.java 140 Found 'DU'-anomaly for variable 'dao' (lines '140'-'147').
7206 src/com/gps/dao/HolidayProcessDAO.java 140 Local variable 'dao' could be declared final
7207 src/com/gps/dao/HolidayProcessDAO.java 144 Avoid unused local variables such as 'hdDao'.
7208 src/com/gps/dao/HolidayProcessDAO.java 144 Found 'DU'-anomaly for variable 'hdDao' (lines '144'-'147').
7209 src/com/gps/dao/HolidayProcessDAO.java 144 Local variable 'hdDao' could be declared final
7210 src/com/gps/dao/LoginGpsDAO.java 3 Avoid unused imports such as 'java.util.Date'
7211 src/com/gps/dao/LoginGpsDAO.java 7 Avoid unused imports such as 'java.util.ArrayList'
7212 src/com/gps/dao/LoginGpsDAO.java 8 Avoid unused imports such as 'java.util.Iterator'
7213 src/com/gps/dao/LoginGpsDAO.java 9 Avoid unused imports such as 'java.util.List'
7214 src/com/gps/dao/LoginGpsDAO.java 12 Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'
7215 src/com/gps/dao/LoginGpsDAO.java 14 Avoid unused imports such as 'org.apache.log4j.Logger'
7216 src/com/gps/dao/LoginGpsDAO.java 17 Avoid duplicate imports such as 'org.hibernate.Query'
7217 src/com/gps/dao/LoginGpsDAO.java 18 Avoid duplicate imports such as 'org.hibernate.Session'
7218 src/com/gps/dao/LoginGpsDAO.java 19 Avoid unused imports such as 'org.hibernate.Transaction'
7219 src/com/gps/dao/LoginGpsDAO.java 20 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
7220 src/com/gps/dao/LoginGpsDAO.java 25 headerCommentRequirement Required
7221 src/com/gps/dao/LoginGpsDAO.java 26 fieldCommentRequirement Required
7222 src/com/gps/dao/LoginGpsDAO.java 28 publicMethodCommentRequirement Required
7223 src/com/gps/dao/LoginGpsDAO.java 32 Parameter 'user' is not assigned and could be declared final
7224 src/com/gps/dao/LoginGpsDAO.java 32 publicMethodCommentRequirement Required
7225 src/com/gps/dao/LoginGpsDAO.java 35 Parameter 'emailAddress' is not assigned and could be declared final
7226 src/com/gps/dao/LoginGpsDAO.java 35 Parameter 'password' is not assigned and could be declared final
7227 src/com/gps/dao/LoginGpsDAO.java 35 publicMethodCommentRequirement Required
7228 src/com/gps/dao/LoginGpsDAO.java 37 Found 'DD'-anomaly for variable 'sess' (lines '37'-'46').
7229 src/com/gps/dao/LoginGpsDAO.java 38 Local variable 'emailad' could be declared final
7230 src/com/gps/dao/LoginGpsDAO.java 39 Local variable 'pword' could be declared final
7231 src/com/gps/dao/LoginGpsDAO.java 40 System.out.print is used
7232 src/com/gps/dao/LoginGpsDAO.java 41 Found 'DD'-anomaly for variable 'query' (lines '41'-'47').
7233 src/com/gps/dao/LoginGpsDAO.java 43 Local variable 'user' could be declared final
7234 src/com/gps/dao/LoginGpsDAO.java 46 Potential violation of Law of Demeter (object not created locally)
7235 src/com/gps/dao/LoginGpsDAO.java 47 Potential violation of Law of Demeter (object not created locally)
7236 src/com/gps/dao/LoginGpsDAO.java 49 System.out.print is used
7237 src/com/gps/dao/LoginGpsDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7238 src/com/gps/dao/LoginGpsDAO.java 52 Avoid printStackTrace(); use a logger call instead.
7239 src/com/gps/dao/LoginGpsDAO.java 52 Potential violation of Law of Demeter (object not created locally)
7240 src/com/gps/dao/LoginGpsDAO.java 54 Avoid empty finally blocks
7241 src/com/gps/dao/MLoginGpsDAO.java 3 Avoid unused imports such as 'java.util.Date'
7242 src/com/gps/dao/MLoginGpsDAO.java 7 Avoid unused imports such as 'java.util.ArrayList'
7243 src/com/gps/dao/MLoginGpsDAO.java 8 Avoid unused imports such as 'java.util.Iterator'
7244 src/com/gps/dao/MLoginGpsDAO.java 9 Avoid unused imports such as 'java.util.List'
7245 src/com/gps/dao/MLoginGpsDAO.java 12 Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'
7246 src/com/gps/dao/MLoginGpsDAO.java 14 Avoid unused imports such as 'org.apache.log4j.Logger'
7247 src/com/gps/dao/MLoginGpsDAO.java 17 Avoid unused imports such as 'org.hibernate.NonUniqueResultException'
7248 src/com/gps/dao/MLoginGpsDAO.java 18 Avoid duplicate imports such as 'org.hibernate.Query'
7249 src/com/gps/dao/MLoginGpsDAO.java 19 Avoid duplicate imports such as 'org.hibernate.Session'
7250 src/com/gps/dao/MLoginGpsDAO.java 20 Avoid unused imports such as 'org.hibernate.Transaction'
7251 src/com/gps/dao/MLoginGpsDAO.java 21 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
7252 src/com/gps/dao/MLoginGpsDAO.java 27 Avoid unused imports such as 'com.liferay.portal.kernel.util.GetterUtil'
7253 src/com/gps/dao/MLoginGpsDAO.java 28 Avoid unused imports such as 'com.liferay.portal.kernel.util.PropsUtil'
7254 src/com/gps/dao/MLoginGpsDAO.java 33 Avoid unused imports such as 'java.io.UnsupportedEncodingException'
7255 src/com/gps/dao/MLoginGpsDAO.java 35 Avoid unused imports such as 'java.security.NoSuchAlgorithmException'
7256 src/com/gps/dao/MLoginGpsDAO.java 37 Avoid importing anything from the sun.* packages
7257 src/com/gps/dao/MLoginGpsDAO.java 40 headerCommentRequirement Required
7258 src/com/gps/dao/MLoginGpsDAO.java 41 Avoid unused private fields such as 'SUCCESS'.
7259 src/com/gps/dao/MLoginGpsDAO.java 41 fieldCommentRequirement Required
7260 src/com/gps/dao/MLoginGpsDAO.java 42 Avoid unused private fields such as 'error'.
7261 src/com/gps/dao/MLoginGpsDAO.java 42 Variables that are final and static should be all capitals, 'error' is not all capitals.
7262 src/com/gps/dao/MLoginGpsDAO.java 42 fieldCommentRequirement Required
7263 src/com/gps/dao/MLoginGpsDAO.java 43 Avoid unused private fields such as 'ERROR'.
7264 src/com/gps/dao/MLoginGpsDAO.java 43 fieldCommentRequirement Required
7265 src/com/gps/dao/MLoginGpsDAO.java 44 fieldCommentRequirement Required
7266 src/com/gps/dao/MLoginGpsDAO.java 46 Parameter 'inputStr' is not assigned and could be declared final
7267 src/com/gps/dao/MLoginGpsDAO.java 46 Use block level rather than method level synchronization
7268 src/com/gps/dao/MLoginGpsDAO.java 46 publicMethodCommentRequirement Required
7269 src/com/gps/dao/MLoginGpsDAO.java 48 Avoid variables with short names like md
7270 src/com/gps/dao/MLoginGpsDAO.java 48 Local variable 'md' could be declared final
7271 src/com/gps/dao/MLoginGpsDAO.java 49 Potential violation of Law of Demeter (object not created locally)
7272 src/com/gps/dao/MLoginGpsDAO.java 50 Local variable 'digest' could be declared final
7273 src/com/gps/dao/MLoginGpsDAO.java 50 Potential violation of Law of Demeter (object not created locally)
7274 src/com/gps/dao/MLoginGpsDAO.java 51 A method should have only one exit point, and that should be the last statement in the method
7275 src/com/gps/dao/MLoginGpsDAO.java 51 This statement may have some unnecessary parentheses
7276 src/com/gps/dao/MLoginGpsDAO.java 51 Useless parentheses.
7277 src/com/gps/dao/MLoginGpsDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7278 src/com/gps/dao/MLoginGpsDAO.java 65 publicMethodCommentRequirement Required
7279 src/com/gps/dao/MLoginGpsDAO.java 69 Parameter 'user' is not assigned and could be declared final
7280 src/com/gps/dao/MLoginGpsDAO.java 69 publicMethodCommentRequirement Required
7281 src/com/gps/dao/MLoginGpsDAO.java 72 Parameter 'emailAddress' is not assigned and could be declared final
7282 src/com/gps/dao/MLoginGpsDAO.java 72 Parameter 'password' is not assigned and could be declared final
7283 src/com/gps/dao/MLoginGpsDAO.java 72 publicMethodCommentRequirement Required
7284 src/com/gps/dao/MLoginGpsDAO.java 74 Found 'DD'-anomaly for variable 'sess' (lines '74'-'83').
7285 src/com/gps/dao/MLoginGpsDAO.java 75 Local variable 'emailad' could be declared final
7286 src/com/gps/dao/MLoginGpsDAO.java 78 Found 'DD'-anomaly for variable 'query' (lines '78'-'86').
7287 src/com/gps/dao/MLoginGpsDAO.java 79 Found 'DU'-anomaly for variable 'pass' (lines '79'-'123').
7288 src/com/gps/dao/MLoginGpsDAO.java 79 Local variable 'pass' could be declared final
7289 src/com/gps/dao/MLoginGpsDAO.java 80 Local variable 'user' could be declared final
7290 src/com/gps/dao/MLoginGpsDAO.java 81 Avoid variables with short names like u
7291 src/com/gps/dao/MLoginGpsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
7292 src/com/gps/dao/MLoginGpsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
7293 src/com/gps/dao/MLoginGpsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
7294 src/com/gps/dao/MLoginGpsDAO.java 88 Position literals first in String comparisons
7295 src/com/gps/dao/MLoginGpsDAO.java 90 Potential violation of Law of Demeter (method chain calls)
7296 src/com/gps/dao/MLoginGpsDAO.java 92 A method should have only one exit point, and that should be the last statement in the method
7297 src/com/gps/dao/MLoginGpsDAO.java 97 Potential violation of Law of Demeter (method chain calls)
7298 src/com/gps/dao/MLoginGpsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
7299 src/com/gps/dao/MLoginGpsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
7300 src/com/gps/dao/MLoginGpsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
7301 src/com/gps/dao/MLoginGpsDAO.java 102 Potential violation of Law of Demeter (method chain calls)
7302 src/com/gps/dao/MLoginGpsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
7303 src/com/gps/dao/MLoginGpsDAO.java 103 A method should have only one exit point, and that should be the last statement in the method
7304 src/com/gps/dao/MLoginGpsDAO.java 107 Avoid using if...else statements without curly braces
7305 src/com/gps/dao/MLoginGpsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7306 src/com/gps/dao/MLoginGpsDAO.java 114 Potential violation of Law of Demeter (method chain calls)
7307 src/com/gps/dao/MLoginGpsDAO.java 115 New exception is thrown in catch block, original stack trace may be lost
7308 src/com/gps/dao/MLoginGpsDAO.java 118 Avoid empty finally blocks
7309 src/com/gps/dao/MessagesDAO.java 3 Avoid unused imports such as 'java.text.DateFormat'
7310 src/com/gps/dao/MessagesDAO.java 4 Avoid unused imports such as 'java.util.Date'
7311 src/com/gps/dao/MessagesDAO.java 5 Avoid unused imports such as 'org.hibernate.Query'
7312 src/com/gps/dao/MessagesDAO.java 9 Avoid unused imports such as 'java.util.Iterator'
7313 src/com/gps/dao/MessagesDAO.java 13 Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'
7314 src/com/gps/dao/MessagesDAO.java 18 Avoid duplicate imports such as 'org.hibernate.Query'
7315 src/com/gps/dao/MessagesDAO.java 19 Avoid duplicate imports such as 'org.hibernate.Session'
7316 src/com/gps/dao/MessagesDAO.java 21 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
7317 src/com/gps/dao/MessagesDAO.java 23 Avoid unused imports such as 'com.gps.exception.InvalidMailIdOrPasswordException'
7318 src/com/gps/dao/MessagesDAO.java 27 Avoid unused imports such as 'com.gps.hibernate.User'
7319 src/com/gps/dao/MessagesDAO.java 28 Avoid unused imports such as 'com.gps.hibernate.UserDAO'
7320 src/com/gps/dao/MessagesDAO.java 29 headerCommentRequirement Required
7321 src/com/gps/dao/MessagesDAO.java 31 The Logger variable declaration does not contain the static and final modifiers
7322 src/com/gps/dao/MessagesDAO.java 31 fieldCommentRequirement Required
7323 src/com/gps/dao/MessagesDAO.java 34 Parameter 'orgId' is not assigned and could be declared final
7324 src/com/gps/dao/MessagesDAO.java 34 publicMethodCommentRequirement Required
7325 src/com/gps/dao/MessagesDAO.java 36 There is log block not surrounded by if
7326 src/com/gps/dao/MessagesDAO.java 36 There is log block not surrounded by if
7327 src/com/gps/dao/MessagesDAO.java 37 Found 'DD'-anomaly for variable 'templates' (lines '37'-'43').
7328 src/com/gps/dao/MessagesDAO.java 40 Local variable 'msgDAO' could be declared final
7329 src/com/gps/dao/MessagesDAO.java 41 Local variable 'sess' could be declared final
7330 src/com/gps/dao/MessagesDAO.java 41 Potential violation of Law of Demeter (object not created locally)
7331 src/com/gps/dao/MessagesDAO.java 43 Potential violation of Law of Demeter (method chain calls)
7332 src/com/gps/dao/MessagesDAO.java 43 Potential violation of Law of Demeter (object not created locally)
7333 src/com/gps/dao/MessagesDAO.java 45 There is log block not surrounded by if
7334 src/com/gps/dao/MessagesDAO.java 45 There is log block not surrounded by if
7335 src/com/gps/dao/MessagesDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7336 src/com/gps/dao/MessagesDAO.java 48 Avoid printStackTrace(); use a logger call instead.
7337 src/com/gps/dao/MessagesDAO.java 48 Potential violation of Law of Demeter (object not created locally)
7338 src/com/gps/dao/MessagesDAO.java 50 Avoid empty finally blocks
7339 src/com/gps/dao/MessagesDAO.java 57 Method names should not start with capital letters
7340 src/com/gps/dao/MessagesDAO.java 57 Parameter 'message' is not assigned and could be declared final
7341 src/com/gps/dao/MessagesDAO.java 57 Parameter 'orgId' is not assigned and could be declared final
7342 src/com/gps/dao/MessagesDAO.java 57 Parameter 'userId' is not assigned and could be declared final
7343 src/com/gps/dao/MessagesDAO.java 57 publicMethodCommentRequirement Required
7344 src/com/gps/dao/MessagesDAO.java 58 There is log block not surrounded by if
7345 src/com/gps/dao/MessagesDAO.java 58 There is log block not surrounded by if
7346 src/com/gps/dao/MessagesDAO.java 60 Local variable 'msgDAO' could be declared final
7347 src/com/gps/dao/MessagesDAO.java 62 Avoid using Literals in Conditional Statements
7348 src/com/gps/dao/MessagesDAO.java 62 Potential violation of Law of Demeter (method chain calls)
7349 src/com/gps/dao/MessagesDAO.java 65 Local variable 'sess' could be declared final
7350 src/com/gps/dao/MessagesDAO.java 67 Local variable 'templateObj' could be declared final
7351 src/com/gps/dao/MessagesDAO.java 68 Avoid variables with short names like tx
7352 src/com/gps/dao/MessagesDAO.java 68 Local variable 'tx' could be declared final
7353 src/com/gps/dao/MessagesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
7354 src/com/gps/dao/MessagesDAO.java 72 Local variable 'orgObj' could be declared final
7355 src/com/gps/dao/MessagesDAO.java 74 Local variable 'cal' could be declared final
7356 src/com/gps/dao/MessagesDAO.java 75 Potential violation of Law of Demeter (object not created locally)
7357 src/com/gps/dao/MessagesDAO.java 79 Potential violation of Law of Demeter (object not created locally)
7358 src/com/gps/dao/MessagesDAO.java 80 There is log block not surrounded by if
7359 src/com/gps/dao/MessagesDAO.java 80 There is log block not surrounded by if
7360 src/com/gps/dao/MessagesDAO.java 81 Potential violation of Law of Demeter (object not created locally)
7361 src/com/gps/dao/MessagesDAO.java 83 A method should have only one exit point, and that should be the last statement in the method
7362 src/com/gps/dao/MessagesDAO.java 86 There is log block not surrounded by if
7363 src/com/gps/dao/MessagesDAO.java 86 There is log block not surrounded by if
7364 src/com/gps/dao/MessagesDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7365 src/com/gps/dao/MessagesDAO.java 90 Avoid printStackTrace(); use a logger call instead.
7366 src/com/gps/dao/ReportProcessDAO.java 17 Avoid unused imports such as 'com.gps.dto.TripByVehicleDTO'
7367 src/com/gps/dao/ReportProcessDAO.java 26 The class 'ReportProcessDAO' has a Cyclomatic Complexity of 7 (Highest = 17).
7368 src/com/gps/dao/ReportProcessDAO.java 26 headerCommentRequirement Required
7369 src/com/gps/dao/ReportProcessDAO.java 27 The Logger variable declaration does not contain the static and final modifiers
7370 src/com/gps/dao/ReportProcessDAO.java 27 Use explicit scoping instead of the default package private level
7371 src/com/gps/dao/ReportProcessDAO.java 27 fieldCommentRequirement Required
7372 src/com/gps/dao/ReportProcessDAO.java 28 Use explicit scoping instead of the default package private level
7373 src/com/gps/dao/ReportProcessDAO.java 28 fieldCommentRequirement Required
7374 src/com/gps/dao/ReportProcessDAO.java 31 publicMethodCommentRequirement Required
7375 src/com/gps/dao/ReportProcessDAO.java 33 Local variable 'rep' could be declared final
7376 src/com/gps/dao/ReportProcessDAO.java 34 Found 'DD'-anomaly for variable 'sess' (lines '34'-'35').
7377 src/com/gps/dao/ReportProcessDAO.java 35 Potential violation of Law of Demeter (object not created locally)
7378 src/com/gps/dao/ReportProcessDAO.java 38 Potential violation of Law of Demeter (method chain calls)
7379 src/com/gps/dao/ReportProcessDAO.java 38 Potential violation of Law of Demeter (method chain calls)
7380 src/com/gps/dao/ReportProcessDAO.java 38 Potential violation of Law of Demeter (object not created locally)
7381 src/com/gps/dao/ReportProcessDAO.java 44 Parameter 'endtime' is not assigned and could be declared final
7382 src/com/gps/dao/ReportProcessDAO.java 44 Parameter 'event' is not assigned and could be declared final
7383 src/com/gps/dao/ReportProcessDAO.java 44 Parameter 'time' is not assigned and could be declared final
7384 src/com/gps/dao/ReportProcessDAO.java 44 Parameter 'tripId' is not assigned and could be declared final
7385 src/com/gps/dao/ReportProcessDAO.java 44 The method 'getTripfromtime' has a Cyclomatic Complexity of 17.
7386 src/com/gps/dao/ReportProcessDAO.java 44 The method getTripfromtime() has an NPath complexity of 289
7387 src/com/gps/dao/ReportProcessDAO.java 44 publicMethodCommentRequirement Required
7388 src/com/gps/dao/ReportProcessDAO.java 46 Potential violation of Law of Demeter (method chain calls)
7389 src/com/gps/dao/ReportProcessDAO.java 47 Found 'DD'-anomaly for variable 'sess' (lines '47'-'58').
7390 src/com/gps/dao/ReportProcessDAO.java 48 Local variable 'tdao' could be declared final
7391 src/com/gps/dao/ReportProcessDAO.java 50 Found 'DD'-anomaly for variable 'tripList' (lines '50'-'99').
7392 src/com/gps/dao/ReportProcessDAO.java 52 Local variable 'tpDao' could be declared final
7393 src/com/gps/dao/ReportProcessDAO.java 53 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '53'-'64').
7394 src/com/gps/dao/ReportProcessDAO.java 54 Found 'DD'-anomaly for variable 'paramQuery' (lines '54'-'75').
7395 src/com/gps/dao/ReportProcessDAO.java 54 Found 'DD'-anomaly for variable 'paramQuery' (lines '54'-'92').
7396 src/com/gps/dao/ReportProcessDAO.java 55 Found 'DD'-anomaly for variable 'paramQueryBuilder' (lines '55'-'62').
7397 src/com/gps/dao/ReportProcessDAO.java 58 Potential violation of Law of Demeter (object not created locally)
7398 src/com/gps/dao/ReportProcessDAO.java 61 There is log block not surrounded by if
7399 src/com/gps/dao/ReportProcessDAO.java 61 There is log block not surrounded by if
7400 src/com/gps/dao/ReportProcessDAO.java 63 Local variable 'tripDetails' could be declared final
7401 src/com/gps/dao/ReportProcessDAO.java 63 Potential violation of Law of Demeter (object not created locally)
7402 src/com/gps/dao/ReportProcessDAO.java 64 Potential violation of Law of Demeter (method chain calls)
7403 src/com/gps/dao/ReportProcessDAO.java 64 Potential violation of Law of Demeter (method chain calls)
7404 src/com/gps/dao/ReportProcessDAO.java 64 Potential violation of Law of Demeter (object not created locally)
7405 src/com/gps/dao/ReportProcessDAO.java 64 Potential violation of Law of Demeter (object not created locally)
7406 src/com/gps/dao/ReportProcessDAO.java 65 Avoid if (x != y) ..; else ..;
7407 src/com/gps/dao/ReportProcessDAO.java 65 Potential violation of Law of Demeter (object not created locally)
7408 src/com/gps/dao/ReportProcessDAO.java 65 Potential violation of Law of Demeter (object not created locally)
7409 src/com/gps/dao/ReportProcessDAO.java 65 Use equals() to compare strings instead of '==' or '!='
7410 src/com/gps/dao/ReportProcessDAO.java 66 Potential violation of Law of Demeter (object not created locally)
7411 src/com/gps/dao/ReportProcessDAO.java 66 Potential violation of Law of Demeter (object not created locally)
7412 src/com/gps/dao/ReportProcessDAO.java 67 Potential violation of Law of Demeter (object not created locally)
7413 src/com/gps/dao/ReportProcessDAO.java 67 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
7414 src/com/gps/dao/ReportProcessDAO.java 69 Potential violation of Law of Demeter (object not created locally)
7415 src/com/gps/dao/ReportProcessDAO.java 70 Avoid using if statements without curly braces
7416 src/com/gps/dao/ReportProcessDAO.java 71 Potential violation of Law of Demeter (object not created locally)
7417 src/com/gps/dao/ReportProcessDAO.java 72 Comment is too large: Line too long
7418 src/com/gps/dao/ReportProcessDAO.java 74 There is log block not surrounded by if
7419 src/com/gps/dao/ReportProcessDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7420 src/com/gps/dao/ReportProcessDAO.java 75 Potential violation of Law of Demeter (method chain calls)
7421 src/com/gps/dao/ReportProcessDAO.java 75 Potential violation of Law of Demeter (object not created locally)
7422 src/com/gps/dao/ReportProcessDAO.java 75 Potential violation of Law of Demeter (object not created locally)
7423 src/com/gps/dao/ReportProcessDAO.java 76 Comment is too large: Line too long
7424 src/com/gps/dao/ReportProcessDAO.java 77 Comment is too large: Line too long
7425 src/com/gps/dao/ReportProcessDAO.java 79 Avoid using if statements without curly braces
7426 src/com/gps/dao/ReportProcessDAO.java 79 Potential violation of Law of Demeter (object not created locally)
7427 src/com/gps/dao/ReportProcessDAO.java 79 Potential violation of Law of Demeter (object not created locally)
7428 src/com/gps/dao/ReportProcessDAO.java 79 Use equals() to compare strings instead of '==' or '!='
7429 src/com/gps/dao/ReportProcessDAO.java 80 Potential violation of Law of Demeter (object not created locally)
7430 src/com/gps/dao/ReportProcessDAO.java 80 Potential violation of Law of Demeter (object not created locally)
7431 src/com/gps/dao/ReportProcessDAO.java 81 Avoid using if statements without curly braces
7432 src/com/gps/dao/ReportProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
7433 src/com/gps/dao/ReportProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
7434 src/com/gps/dao/ReportProcessDAO.java 81 Use equals() to compare strings instead of '==' or '!='
7435 src/com/gps/dao/ReportProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
7436 src/com/gps/dao/ReportProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
7437 src/com/gps/dao/ReportProcessDAO.java 84 Comment is too large: Line too long
7438 src/com/gps/dao/ReportProcessDAO.java 85 Comment is too large: Line too long
7439 src/com/gps/dao/ReportProcessDAO.java 86 Potential violation of Law of Demeter (object not created locally)
7440 src/com/gps/dao/ReportProcessDAO.java 86 StringBuffer (or StringBuilder).append is called 2 consecutive times with literal Strings. Use a single append with a single combined String.
7441 src/com/gps/dao/ReportProcessDAO.java 88 Potential violation of Law of Demeter (object not created locally)
7442 src/com/gps/dao/ReportProcessDAO.java 89 Avoid using if statements without curly braces
7443 src/com/gps/dao/ReportProcessDAO.java 90 Potential violation of Law of Demeter (object not created locally)
7444 src/com/gps/dao/ReportProcessDAO.java 91 There is log block not surrounded by if
7445 src/com/gps/dao/ReportProcessDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
7446 src/com/gps/dao/ReportProcessDAO.java 92 Potential violation of Law of Demeter (method chain calls)
7447 src/com/gps/dao/ReportProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
7448 src/com/gps/dao/ReportProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
7449 src/com/gps/dao/ReportProcessDAO.java 94 Avoid using if statements without curly braces
7450 src/com/gps/dao/ReportProcessDAO.java 95 Potential violation of Law of Demeter (object not created locally)
7451 src/com/gps/dao/ReportProcessDAO.java 96 Potential violation of Law of Demeter (object not created locally)
7452 src/com/gps/dao/ReportProcessDAO.java 97 Potential violation of Law of Demeter (object not created locally)
7453 src/com/gps/dao/ReportProcessDAO.java 98 Potential violation of Law of Demeter (object not created locally)
7454 src/com/gps/dao/ReportProcessDAO.java 99 Potential violation of Law of Demeter (object not created locally)
7455 src/com/gps/dao/ReportProcessDAO.java 100 Potential violation of Law of Demeter (object not created locally)
7456 src/com/gps/dao/ReportProcessDAO.java 100 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
7457 src/com/gps/dao/ReportProcessDAO.java 101 Assigning an Object to null is a code smell. Consider refactoring.
7458 src/com/gps/dao/ReportProcessDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7459 src/com/gps/dao/ReportProcessDAO.java 107 There is log block not surrounded by if
7460 src/com/gps/dao/ReportProcessDAO.java 112 Parameter 'arg' is not assigned and could be declared final
7461 src/com/gps/dao/ReportProcessDAO.java 112 publicMethodCommentRequirement Required
7462 src/com/gps/dao/ReportProcessDAO.java 113 Local variable 'sdate' could be declared final
7463 src/com/gps/dao/ReportProcessDAO.java 114 Local variable 'stime' could be declared final
7464 src/com/gps/dao/ReportProcessDAO.java 115 Local variable 'edate' could be declared final
7465 src/com/gps/dao/ReportProcessDAO.java 116 Local variable 'etime' could be declared final
7466 src/com/gps/dao/ReportProcessDAO.java 117 Local variable 'appendeddate' could be declared final
7467 src/com/gps/dao/ReportProcessDAO.java 118 Local variable 'appendedenddate' could be declared final
7468 src/com/gps/dao/ReportProcessDAO.java 119 Avoid unused local variables such as 'event'.
7469 src/com/gps/dao/ReportProcessDAO.java 119 Found 'DU'-anomaly for variable 'event' (lines '119'-'124').
7470 src/com/gps/dao/ReportProcessDAO.java 119 Local variable 'event' could be declared final
7471 src/com/gps/dao/ReportProcessDAO.java 121 Local variable 'rep' could be declared final
7472 src/com/gps/dao/ReportRefDAO.java 3 Avoid unused imports such as 'java.util.Date'
7473 src/com/gps/dao/ReportRefDAO.java 7 Avoid unused imports such as 'java.util.ArrayList'
7474 src/com/gps/dao/ReportRefDAO.java 8 Avoid unused imports such as 'java.util.Iterator'
7475 src/com/gps/dao/ReportRefDAO.java 9 Avoid unused imports such as 'java.util.List'
7476 src/com/gps/dao/ReportRefDAO.java 12 Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'
7477 src/com/gps/dao/ReportRefDAO.java 14 Avoid unused imports such as 'org.apache.log4j.Logger'
7478 src/com/gps/dao/ReportRefDAO.java 17 Avoid duplicate imports such as 'org.hibernate.Query'
7479 src/com/gps/dao/ReportRefDAO.java 18 Avoid duplicate imports such as 'org.hibernate.Session'
7480 src/com/gps/dao/ReportRefDAO.java 19 Avoid unused imports such as 'org.hibernate.Transaction'
7481 src/com/gps/dao/ReportRefDAO.java 20 Avoid unused imports such as 'org.hibernate.exception.ConstraintViolationException'
7482 src/com/gps/dao/ReportRefDAO.java 22 Avoid unused imports such as 'com.gps.exception.InvalidMailIdOrPasswordException'
7483 src/com/gps/dao/ReportRefDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.User'
7484 src/com/gps/dao/ReportRefDAO.java 25 headerCommentRequirement Required
7485 src/com/gps/dao/ReportRefDAO.java 28 Parameter 'eventcode' is not assigned and could be declared final
7486 src/com/gps/dao/ReportRefDAO.java 28 publicMethodCommentRequirement Required
7487 src/com/gps/dao/ReportRefDAO.java 30 Avoid unused local variables such as 'sess'.
7488 src/com/gps/dao/ReportRefDAO.java 30 Found 'DU'-anomaly for variable 'sess' (lines '30'-'45').
7489 src/com/gps/dao/ReportRefDAO.java 30 Local variable 'sess' could be declared final
7490 src/com/gps/dao/ReportRefDAO.java 31 Avoid unused local variables such as 'query'.
7491 src/com/gps/dao/ReportRefDAO.java 31 Found 'DU'-anomaly for variable 'query' (lines '31'-'45').
7492 src/com/gps/dao/ReportRefDAO.java 31 Local variable 'query' could be declared final
7493 src/com/gps/dao/ReportRefDAO.java 32 Avoid unused local variables such as 'user'.
7494 src/com/gps/dao/ReportRefDAO.java 32 Found 'DU'-anomaly for variable 'user' (lines '32'-'45').
7495 src/com/gps/dao/ReportRefDAO.java 32 Local variable 'user' could be declared final
7496 src/com/gps/dao/ReportRefDAO.java 34 Avoid empty try blocks
7497 src/com/gps/dao/ReportRefDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7498 src/com/gps/dao/ReportRefDAO.java 38 Avoid printStackTrace(); use a logger call instead.
7499 src/com/gps/dao/ReportRefDAO.java 40 Avoid empty finally blocks
7500 src/com/gps/dao/ReportSummaryDAO.java 9 headerCommentRequirement Required
7501 src/com/gps/dao/ReportSummaryDAO.java 11 The Logger variable declaration does not contain the static and final modifiers
7502 src/com/gps/dao/ReportSummaryDAO.java 11 fieldCommentRequirement Required
7503 src/com/gps/dao/ReportSummaryDAO.java 14 Method names should not start with capital letters
7504 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'fromDate' is not assigned and could be declared final
7505 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'toDate' is not assigned and could be declared final
7506 src/com/gps/dao/ReportSummaryDAO.java 14 Parameter 'vehicleId' is not assigned and could be declared final
7507 src/com/gps/dao/ReportSummaryDAO.java 14 publicMethodCommentRequirement Required
7508 src/com/gps/dao/ReportSummaryDAO.java 16 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '16'-'19').
7509 src/com/gps/dao/ReportSummaryDAO.java 16 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
7510 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
7511 src/com/gps/dao/ReportSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
7512 src/com/gps/dao/ReportSummaryDAO.java 21 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7513 src/com/gps/dao/ReportSummaryDAO.java 23 There is log block not surrounded by if
7514 src/com/gps/dao/ReportSummaryDAO.java 29 Method names should not start with capital letters
7515 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'fromDate' is not assigned and could be declared final
7516 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'toDate' is not assigned and could be declared final
7517 src/com/gps/dao/ReportSummaryDAO.java 29 Parameter 'vehicleId' is not assigned and could be declared final
7518 src/com/gps/dao/ReportSummaryDAO.java 29 publicMethodCommentRequirement Required
7519 src/com/gps/dao/ReportSummaryDAO.java 31 Found 'DD'-anomaly for variable 'ReportSummaryList' (lines '31'-'34').
7520 src/com/gps/dao/ReportSummaryDAO.java 31 Variables should start with a lowercase character, 'ReportSummaryList' starts with uppercase character.
7521 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
7522 src/com/gps/dao/ReportSummaryDAO.java 34 Potential violation of Law of Demeter (method chain calls)
7523 src/com/gps/dao/ReportSummaryDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7524 src/com/gps/dao/ReportSummaryDAO.java 38 There is log block not surrounded by if
7525 src/com/gps/dao/RfHistoryDAO.java 12 headerCommentRequirement Required
7526 src/com/gps/dao/RfHistoryDAO.java 14 The Logger variable declaration does not contain the static and final modifiers
7527 src/com/gps/dao/RfHistoryDAO.java 14 fieldCommentRequirement Required
7528 src/com/gps/dao/RfHistoryDAO.java 17 Avoid using implementation types like 'ArrayList'; use the interface instead
7529 src/com/gps/dao/RfHistoryDAO.java 17 Avoid variables with short names like to
7530 src/com/gps/dao/RfHistoryDAO.java 17 Parameter 'from' is not assigned and could be declared final
7531 src/com/gps/dao/RfHistoryDAO.java 17 Parameter 'to' is not assigned and could be declared final
7532 src/com/gps/dao/RfHistoryDAO.java 17 Parameter 'tripid' is not assigned and could be declared final
7533 src/com/gps/dao/RfHistoryDAO.java 17 publicMethodCommentRequirement Required
7534 src/com/gps/dao/RfHistoryDAO.java 20 Found 'DD'-anomaly for variable 'rfUserHistory' (lines '20'-'27').
7535 src/com/gps/dao/RfHistoryDAO.java 26 There is log block not surrounded by if
7536 src/com/gps/dao/RfHistoryDAO.java 26 There is log block not surrounded by if
7537 src/com/gps/dao/RfHistoryDAO.java 27 Potential violation of Law of Demeter (method chain calls)
7538 src/com/gps/dao/RfHistoryDAO.java 27 Potential violation of Law of Demeter (object not created locally)
7539 src/com/gps/dao/RfHistoryDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7540 src/com/gps/dao/RfHistoryDAO.java 36 Avoid printStackTrace(); use a logger call instead.
7541 src/com/gps/dao/RfHistoryDAO.java 36 Potential violation of Law of Demeter (object not created locally)
7542 src/com/gps/dao/RfHistoryDAO.java 41 Avoid variables with short names like to
7543 src/com/gps/dao/RfHistoryDAO.java 41 Parameter 'from' is not assigned and could be declared final
7544 src/com/gps/dao/RfHistoryDAO.java 41 Parameter 'grade' is not assigned and could be declared final
7545 src/com/gps/dao/RfHistoryDAO.java 41 Parameter 'name' is not assigned and could be declared final
7546 src/com/gps/dao/RfHistoryDAO.java 41 Parameter 'to' is not assigned and could be declared final
7547 src/com/gps/dao/RfHistoryDAO.java 41 Parameter 'tripId' is not assigned and could be declared final
7548 src/com/gps/dao/RfHistoryDAO.java 41 Rather than using a lot of String arguments, consider using a container object for those values.
7549 src/com/gps/dao/RfHistoryDAO.java 41 publicMethodCommentRequirement Required
7550 src/com/gps/dao/RfHistoryDAO.java 43 Found 'DD'-anomaly for variable 'info' (lines '43'-'50').
7551 src/com/gps/dao/RfHistoryDAO.java 43 Found 'DD'-anomaly for variable 'info' (lines '43'-'52').
7552 src/com/gps/dao/RfHistoryDAO.java 43 Found 'DD'-anomaly for variable 'info' (lines '43'-'54').
7553 src/com/gps/dao/RfHistoryDAO.java 43 Found 'DD'-anomaly for variable 'info' (lines '43'-'56').
7554 src/com/gps/dao/RfHistoryDAO.java 50 Avoid using if...else statements without curly braces
7555 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
7556 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
7557 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
7558 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
7559 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
7560 src/com/gps/dao/RfHistoryDAO.java 50 Potential violation of Law of Demeter (object not created locally)
7561 src/com/gps/dao/RfHistoryDAO.java 50 The String literal "' and DATE(h.insertionTime)<='" appears 6 times in this file; the first occurrence is on line 50
7562 src/com/gps/dao/RfHistoryDAO.java 50 The String literal "' and u.user.lastName like '" appears 4 times in this file; the first occurrence is on line 50
7563 src/com/gps/dao/RfHistoryDAO.java 50 The String literal "' and ug.geofence.landmark not like '%Starting%' and ug.geofence.landmark not like '%School%' and DATE(h.insertionTime) >='" appears 4 times in this file; the first occurrence is on line 50
7564 src/com/gps/dao/RfHistoryDAO.java 50 The String literal "' group by u.user.userId,h.insertionTime,h.session order by u.user.userId,h.insertionTime" appears 4 times in this file; the first occurrence is on line 50
7565 src/com/gps/dao/RfHistoryDAO.java 51 Avoid if (x != y) ..; else ..;
7566 src/com/gps/dao/RfHistoryDAO.java 52 Avoid using if...else statements without curly braces
7567 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7568 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7569 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7570 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7571 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7572 src/com/gps/dao/RfHistoryDAO.java 52 Potential violation of Law of Demeter (object not created locally)
7573 src/com/gps/dao/RfHistoryDAO.java 54 Avoid using if...else statements without curly braces
7574 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7575 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7576 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7577 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7578 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
7579 src/com/gps/dao/RfHistoryDAO.java 54 Potential violation of Law of Demeter (object not created locally)
7580 src/com/gps/dao/RfHistoryDAO.java 56 Avoid using if...else statements without curly braces
7581 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7582 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7583 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7584 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7585 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
7586 src/com/gps/dao/RfHistoryDAO.java 56 Potential violation of Law of Demeter (object not created locally)
7587 src/com/gps/dao/RfHistoryDAO.java 58 Do not add empty strings
7588 src/com/gps/dao/RfHistoryDAO.java 58 Potential violation of Law of Demeter (object not created locally)
7589 src/com/gps/dao/RfHistoryDAO.java 58 There is log block not surrounded by if
7590 src/com/gps/dao/RfHistoryDAO.java 58 There is log block not surrounded by if
7591 src/com/gps/dao/RfHistoryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7592 src/com/gps/dao/RfHistoryDAO.java 62 Avoid printStackTrace(); use a logger call instead.
7593 src/com/gps/dao/RfHistoryDAO.java 62 Potential violation of Law of Demeter (object not created locally)
7594 src/com/gps/dao/RfHistoryDAO.java 67 Avoid using implementation types like 'ArrayList'; use the interface instead
7595 src/com/gps/dao/RfHistoryDAO.java 67 Avoid variables with short names like to
7596 src/com/gps/dao/RfHistoryDAO.java 67 Parameter 'from' is not assigned and could be declared final
7597 src/com/gps/dao/RfHistoryDAO.java 67 Parameter 'grade' is not assigned and could be declared final
7598 src/com/gps/dao/RfHistoryDAO.java 67 Parameter 'session' is not assigned and could be declared final
7599 src/com/gps/dao/RfHistoryDAO.java 67 Parameter 'to' is not assigned and could be declared final
7600 src/com/gps/dao/RfHistoryDAO.java 67 Parameter 'tripid' is not assigned and could be declared final
7601 src/com/gps/dao/RfHistoryDAO.java 67 Rather than using a lot of String arguments, consider using a container object for those values.
7602 src/com/gps/dao/RfHistoryDAO.java 67 publicMethodCommentRequirement Required
7603 src/com/gps/dao/RfHistoryDAO.java 70 Found 'DD'-anomaly for variable 'rfUserHistory' (lines '70'-'78').
7604 src/com/gps/dao/RfHistoryDAO.java 74 Found 'DU'-anomaly for variable 'sess' (lines '74'-'88').
7605 src/com/gps/dao/RfHistoryDAO.java 75 There is log block not surrounded by if
7606 src/com/gps/dao/RfHistoryDAO.java 75 There is log block not surrounded by if
7607 src/com/gps/dao/RfHistoryDAO.java 77 Avoid using if statements without curly braces
7608 src/com/gps/dao/RfHistoryDAO.java 78 Potential violation of Law of Demeter (method chain calls)
7609 src/com/gps/dao/RfHistoryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
7610 src/com/gps/dao/RfHistoryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7611 src/com/gps/dao/RfHistoryDAO.java 85 Avoid printStackTrace(); use a logger call instead.
7612 src/com/gps/dao/RfHistoryDAO.java 85 Potential violation of Law of Demeter (object not created locally)
7613 src/com/gps/dao/RfHistoryDAO.java 90 Avoid variables with short names like to
7614 src/com/gps/dao/RfHistoryDAO.java 90 Parameter 'fences' is not assigned and could be declared final
7615 src/com/gps/dao/RfHistoryDAO.java 90 Parameter 'from' is not assigned and could be declared final
7616 src/com/gps/dao/RfHistoryDAO.java 90 Parameter 'students' is not assigned and could be declared final
7617 src/com/gps/dao/RfHistoryDAO.java 90 Parameter 'to' is not assigned and could be declared final
7618 src/com/gps/dao/RfHistoryDAO.java 90 Rather than using a lot of String arguments, consider using a container object for those values.
7619 src/com/gps/dao/RfHistoryDAO.java 90 publicMethodCommentRequirement Required
7620 src/com/gps/dao/RfHistoryDAO.java 93 Found 'DD'-anomaly for variable 'userActualList' (lines '93'-'108').
7621 src/com/gps/dao/RfHistoryDAO.java 94 Found 'DD'-anomaly for variable 'users' (lines '94'-'103').
7622 src/com/gps/dao/RfHistoryDAO.java 94 Found 'DD'-anomaly for variable 'users' (lines '94'-'105').
7623 src/com/gps/dao/RfHistoryDAO.java 95 Found 'DU'-anomaly for variable 'fenceDAO' (lines '95'-'118').
7624 src/com/gps/dao/RfHistoryDAO.java 95 Local variable 'fenceDAO' could be declared final
7625 src/com/gps/dao/RfHistoryDAO.java 103 Avoid using if...else statements without curly braces
7626 src/com/gps/dao/RfHistoryDAO.java 103 Potential violation of Law of Demeter (object not created locally)
7627 src/com/gps/dao/RfHistoryDAO.java 105 Avoid using if...else statements without curly braces
7628 src/com/gps/dao/RfHistoryDAO.java 107 There is log block not surrounded by if
7629 src/com/gps/dao/RfHistoryDAO.java 107 There is log block not surrounded by if
7630 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (method chain calls)
7631 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (method chain calls)
7632 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (method chain calls)
7633 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (method chain calls)
7634 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (method chain calls)
7635 src/com/gps/dao/RfHistoryDAO.java 108 Potential violation of Law of Demeter (object not created locally)
7636 src/com/gps/dao/RfHistoryDAO.java 110 Avoid using if statements without curly braces
7637 src/com/gps/dao/RfHistoryDAO.java 111 Potential violation of Law of Demeter (object not created locally)
7638 src/com/gps/dao/RfHistoryDAO.java 111 There is log block not surrounded by if
7639 src/com/gps/dao/RfHistoryDAO.java 111 There is log block not surrounded by if
7640 src/com/gps/dao/RfHistoryDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7641 src/com/gps/dao/RfHistoryDAO.java 115 Avoid printStackTrace(); use a logger call instead.
7642 src/com/gps/dao/RfHistoryDAO.java 115 Potential violation of Law of Demeter (object not created locally)
7643 src/com/gps/dao/RfHistoryDAO.java 120 Avoid variables with short names like to
7644 src/com/gps/dao/RfHistoryDAO.java 120 Parameter 'from' is not assigned and could be declared final
7645 src/com/gps/dao/RfHistoryDAO.java 120 Parameter 'grade' is not assigned and could be declared final
7646 src/com/gps/dao/RfHistoryDAO.java 120 Parameter 'to' is not assigned and could be declared final
7647 src/com/gps/dao/RfHistoryDAO.java 120 Parameter 'tripId' is not assigned and could be declared final
7648 src/com/gps/dao/RfHistoryDAO.java 120 publicMethodCommentRequirement Required
7649 src/com/gps/dao/RfHistoryDAO.java 123 Found 'DD'-anomaly for variable 'userActualList' (lines '123'-'132').
7650 src/com/gps/dao/RfHistoryDAO.java 124 Avoid declaring a variable if it is unreferenced before a possible exit point.
7651 src/com/gps/dao/RfHistoryDAO.java 124 Avoid unused local variables such as 'users'.
7652 src/com/gps/dao/RfHistoryDAO.java 124 Found 'DU'-anomaly for variable 'users' (lines '124'-'142').
7653 src/com/gps/dao/RfHistoryDAO.java 124 Local variable 'users' could be declared final
7654 src/com/gps/dao/RfHistoryDAO.java 125 Avoid declaring a variable if it is unreferenced before a possible exit point.
7655 src/com/gps/dao/RfHistoryDAO.java 125 Avoid unused local variables such as 'fenceDAO'.
7656 src/com/gps/dao/RfHistoryDAO.java 125 Found 'DU'-anomaly for variable 'fenceDAO' (lines '125'-'142').
7657 src/com/gps/dao/RfHistoryDAO.java 125 Local variable 'fenceDAO' could be declared final
7658 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (method chain calls)
7659 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (method chain calls)
7660 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (method chain calls)
7661 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (method chain calls)
7662 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (method chain calls)
7663 src/com/gps/dao/RfHistoryDAO.java 132 Potential violation of Law of Demeter (object not created locally)
7664 src/com/gps/dao/RfHistoryDAO.java 134 Avoid using if statements without curly braces
7665 src/com/gps/dao/RfHistoryDAO.java 135 Potential violation of Law of Demeter (object not created locally)
7666 src/com/gps/dao/RfHistoryDAO.java 135 There is log block not surrounded by if
7667 src/com/gps/dao/RfHistoryDAO.java 135 There is log block not surrounded by if
7668 src/com/gps/dao/RfHistoryDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7669 src/com/gps/dao/RfHistoryDAO.java 139 Avoid printStackTrace(); use a logger call instead.
7670 src/com/gps/dao/RfHistoryDAO.java 139 Potential violation of Law of Demeter (object not created locally)
7671 src/com/gps/dao/RfHistoryDAO.java 144 Parameter 'args' is not assigned and could be declared final
7672 src/com/gps/dao/RfHistoryDAO.java 144 publicMethodCommentRequirement Required
7673 src/com/gps/dao/RfHistoryDAO.java 146 Local variable 'dao' could be declared final
7674 src/com/gps/dao/RfHistoryDAO.java 147 Comment is too large: Line too long
7675 src/com/gps/dao/RfHistoryDAO.java 148 Comment is too large: Line too long
7676 src/com/gps/dao/RfHistoryDAO.java 152 Comment is too large: Line too long
7677 src/com/gps/dao/RoleProcessDAO.java 9 Avoid unused imports such as 'com.liferay.portal.model.User'
7678 src/com/gps/dao/RoleProcessDAO.java 10 Avoid unused imports such as 'com.liferay.portal.model.UserModel'
7679 src/com/gps/dao/RoleProcessDAO.java 11 Avoid unused imports such as 'com.liferay.portal.service.UserServiceUtil'
7680 src/com/gps/dao/RoleProcessDAO.java 13 headerCommentRequirement Required
7681 src/com/gps/dao/RoleProcessDAO.java 18 Parameter 'rolesList' is not assigned and could be declared final
7682 src/com/gps/dao/RoleProcessDAO.java 18 publicMethodCommentRequirement Required
7683 src/com/gps/dao/RoleProcessDAO.java 21 Comment is too large: Line too long
7684 src/com/gps/dao/RoleProcessDAO.java 25 Found 'DD'-anomaly for variable 'role' (lines '25'-'35').
7685 src/com/gps/dao/RoleProcessDAO.java 26 Avoid using Literals in Conditional Statements
7686 src/com/gps/dao/RoleProcessDAO.java 28 Potential violation of Law of Demeter (method chain calls)
7687 src/com/gps/dao/RoleProcessDAO.java 35 Potential violation of Law of Demeter (method chain calls)
7688 src/com/gps/dao/RoleProcessDAO.java 36 Potential violation of Law of Demeter (method chain calls)
7689 src/com/gps/dao/RoleProcessDAO.java 44 Found 'UR'-anomaly for variable 'role' (lines '44'-'51').
7690 src/com/gps/dao/RoleProcessDAO.java 44 Parameter 'roleList' is not assigned and could be declared final
7691 src/com/gps/dao/RoleProcessDAO.java 44 publicMethodCommentRequirement Required
7692 src/com/gps/dao/RoleProcessDAO.java 46 Found 'DD'-anomaly for variable 'isUser' (lines '46'-'53').
7693 src/com/gps/dao/RoleProcessDAO.java 46 Found 'DD'-anomaly for variable 'isUser' (lines '46'-'57').
7694 src/com/gps/dao/RoleProcessDAO.java 49 Local variable 'role' could be declared final
7695 src/com/gps/dao/RoleProcessDAO.java 51 Potential violation of Law of Demeter (method chain calls)
7696 src/com/gps/dao/RoleProcessDAO.java 51 Potential violation of Law of Demeter (object not created locally)
7697 src/com/gps/dao/RoleProcessDAO.java 52 Potential violation of Law of Demeter (method chain calls)
7698 src/com/gps/dao/RoleProcessDAO.java 57 Avoid using if...else statements without curly braces
7699 src/com/gps/dao/RoleProcessDAO.java 57 Found 'DD'-anomaly for variable 'isUser' (lines '57'-'53').
7700 src/com/gps/dao/RoleProcessDAO.java 57 Found 'DD'-anomaly for variable 'isUser' (lines '57'-'57').
7701 src/com/gps/dao/RoleProcessDAO.java 63 Found 'UR'-anomaly for variable 'role' (lines '63'-'71').
7702 src/com/gps/dao/RoleProcessDAO.java 63 Parameter 'roles' is not assigned and could be declared final
7703 src/com/gps/dao/RoleProcessDAO.java 63 publicMethodCommentRequirement Required
7704 src/com/gps/dao/RoleProcessDAO.java 66 Found 'DD'-anomaly for variable 'isUser' (lines '66'-'73').
7705 src/com/gps/dao/RoleProcessDAO.java 66 Found 'DD'-anomaly for variable 'isUser' (lines '66'-'77').
7706 src/com/gps/dao/RoleProcessDAO.java 69 Local variable 'role' could be declared final
7707 src/com/gps/dao/RoleProcessDAO.java 71 Potential violation of Law of Demeter (method chain calls)
7708 src/com/gps/dao/RoleProcessDAO.java 71 Potential violation of Law of Demeter (object not created locally)
7709 src/com/gps/dao/RoleProcessDAO.java 72 Potential violation of Law of Demeter (method chain calls)
7710 src/com/gps/dao/RoleProcessDAO.java 77 Avoid using if...else statements without curly braces
7711 src/com/gps/dao/RoleProcessDAO.java 77 Found 'DD'-anomaly for variable 'isUser' (lines '77'-'73').
7712 src/com/gps/dao/RoleProcessDAO.java 77 Found 'DD'-anomaly for variable 'isUser' (lines '77'-'77').
7713 src/com/gps/dao/SettingsDAO.java 13 headerCommentRequirement Required
7714 src/com/gps/dao/SettingsDAO.java 16 Logger should be defined private static final and have the correct class
7715 src/com/gps/dao/SettingsDAO.java 16 Variables that are final and static should be all capitals, 'log' is not all capitals.
7716 src/com/gps/dao/SettingsDAO.java 16 fieldCommentRequirement Required
7717 src/com/gps/dao/SettingsDAO.java 18 Parameter 'organizationId' is not assigned and could be declared final
7718 src/com/gps/dao/SettingsDAO.java 18 Parameter 'vehicleid' is not assigned and could be declared final
7719 src/com/gps/dao/SettingsDAO.java 18 publicMethodCommentRequirement Required
7720 src/com/gps/dao/SettingsDAO.java 19 Parameter 'speed' is not assigned and could be declared final
7721 src/com/gps/dao/SettingsDAO.java 19 Parameter 'userId' is not assigned and could be declared final
7722 src/com/gps/dao/SettingsDAO.java 21 Found 'DD'-anomaly for variable 'speedParams' (lines '21'-'31').
7723 src/com/gps/dao/SettingsDAO.java 22 Found 'DD'-anomaly for variable 'isPresent' (lines '22'-'36').
7724 src/com/gps/dao/SettingsDAO.java 23 Local variable 'sdao' could be declared final
7725 src/com/gps/dao/SettingsDAO.java 24 Found 'DD'-anomaly for variable 'sess' (lines '24'-'50').
7726 src/com/gps/dao/SettingsDAO.java 25 Avoid variables with short names like tx
7727 src/com/gps/dao/SettingsDAO.java 25 Found 'DD'-anomaly for variable 'tx' (lines '25'-'51').
7728 src/com/gps/dao/SettingsDAO.java 26 Found 'DD'-anomaly for variable 'status' (lines '26'-'57').
7729 src/com/gps/dao/SettingsDAO.java 30 There is log block not surrounded by if
7730 src/com/gps/dao/SettingsDAO.java 30 There is log block not surrounded by if
7731 src/com/gps/dao/SettingsDAO.java 35 There is log block not surrounded by if
7732 src/com/gps/dao/SettingsDAO.java 35 There is log block not surrounded by if
7733 src/com/gps/dao/SettingsDAO.java 40 There is log block not surrounded by if
7734 src/com/gps/dao/SettingsDAO.java 40 There is log block not surrounded by if
7735 src/com/gps/dao/SettingsDAO.java 41 Potential violation of Law of Demeter (object not created locally)
7736 src/com/gps/dao/SettingsDAO.java 42 Potential violation of Law of Demeter (object not created locally)
7737 src/com/gps/dao/SettingsDAO.java 43 Potential violation of Law of Demeter (object not created locally)
7738 src/com/gps/dao/SettingsDAO.java 46 There is log block not surrounded by if
7739 src/com/gps/dao/SettingsDAO.java 46 There is log block not surrounded by if
7740 src/com/gps/dao/SettingsDAO.java 50 Potential violation of Law of Demeter (object not created locally)
7741 src/com/gps/dao/SettingsDAO.java 51 Potential violation of Law of Demeter (object not created locally)
7742 src/com/gps/dao/SettingsDAO.java 52 Potential violation of Law of Demeter (object not created locally)
7743 src/com/gps/dao/SettingsDAO.java 53 Potential violation of Law of Demeter (object not created locally)
7744 src/com/gps/dao/SettingsDAO.java 54 Potential violation of Law of Demeter (object not created locally)
7745 src/com/gps/dao/SettingsDAO.java 55 Potential violation of Law of Demeter (object not created locally)
7746 src/com/gps/dao/SettingsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7747 src/com/gps/dao/SettingsDAO.java 61 Avoid printStackTrace(); use a logger call instead.
7748 src/com/gps/dao/SettingsDAO.java 61 Potential violation of Law of Demeter (object not created locally)
7749 src/com/gps/dao/SettingsDAO.java 68 Parameter 'organizationId' is not assigned and could be declared final
7750 src/com/gps/dao/SettingsDAO.java 68 Parameter 'vehicleid' is not assigned and could be declared final
7751 src/com/gps/dao/SettingsDAO.java 68 publicMethodCommentRequirement Required
7752 src/com/gps/dao/SettingsDAO.java 70 Found 'DD'-anomaly for variable 'speedParams' (lines '70'-'72').
7753 src/com/gps/dao/SettingsDAO.java 72 Potential violation of Law of Demeter (method chain calls)
7754 src/com/gps/dao/SettingsDAO.java 72 Potential violation of Law of Demeter (method chain calls)
7755 src/com/gps/dao/SettingsDAO.java 76 Avoid using Literals in Conditional Statements
7756 src/com/gps/dao/SettingsDAO.java 76 Avoid using if statements without curly braces
7757 src/com/gps/dao/SettingsDAO.java 76 Potential violation of Law of Demeter (object not created locally)
7758 src/com/gps/dao/SettingsDAO.java 76 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
7759 src/com/gps/dao/SettingsDAO.java 76 These nested if statements could be combined
7760 src/com/gps/dao/SettingsDAO.java 77 A method should have only one exit point, and that should be the last statement in the method
7761 src/com/gps/dao/SettingsDAO.java 77 Potential violation of Law of Demeter (object not created locally)
7762 src/com/gps/dao/SettingsDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7763 src/com/gps/dao/SettingsDAO.java 82 Avoid printStackTrace(); use a logger call instead.
7764 src/com/gps/dao/SettingsDAO.java 82 Potential violation of Law of Demeter (object not created locally)
7765 src/com/gps/dao/SettingsDAO.java 87 Parameter 'args' is not assigned and could be declared final
7766 src/com/gps/dao/SettingsDAO.java 87 publicMethodCommentRequirement Required
7767 src/com/gps/dao/SettingsDAO.java 88 Local variable 'sdao' could be declared final
7768 src/com/gps/dao/TripProcessDAO.java 2 A high number of imports can indicate a high degree of coupling within an object.
7769 src/com/gps/dao/TripProcessDAO.java 2 Possible God class (WMC=349, ATFD=349, TCC=0.0)
7770 src/com/gps/dao/TripProcessDAO.java 2 This class has a bunch of public methods and attributes
7771 src/com/gps/dao/TripProcessDAO.java 37 Avoid unused imports such as 'org.jfree.util.Log'
7772 src/com/gps/dao/TripProcessDAO.java 60 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
7773 src/com/gps/dao/TripProcessDAO.java 66 Avoid really long classes.
7774 src/com/gps/dao/TripProcessDAO.java 66 The class 'TripProcessDAO' has a Cyclomatic Complexity of 7 (Highest = 66).
7775 src/com/gps/dao/TripProcessDAO.java 66 The type has an NCSS line count of 1507
7776 src/com/gps/dao/TripProcessDAO.java 66 headerCommentRequirement Required
7777 src/com/gps/dao/TripProcessDAO.java 67 This class has too many methods, consider refactoring it.
7778 src/com/gps/dao/TripProcessDAO.java 72 The Logger variable declaration does not contain the static and final modifiers
7779 src/com/gps/dao/TripProcessDAO.java 72 Use explicit scoping instead of the default package private level
7780 src/com/gps/dao/TripProcessDAO.java 74 The String literal "unked" appears 5 times in this file; the first occurrence is on line 74
7781 src/com/gps/dao/TripProcessDAO.java 75 Parameter 'tripId' is not assigned and could be declared final
7782 src/com/gps/dao/TripProcessDAO.java 75 publicMethodCommentRequirement Required
7783 src/com/gps/dao/TripProcessDAO.java 76 Found 'DD'-anomaly for variable 'sess' (lines '76'-'81').
7784 src/com/gps/dao/TripProcessDAO.java 77 Avoid variables with short names like td
7785 src/com/gps/dao/TripProcessDAO.java 77 Local variable 'td' could be declared final
7786 src/com/gps/dao/TripProcessDAO.java 78 Found 'DD'-anomaly for variable 'tripDetails' (lines '78'-'82').
7787 src/com/gps/dao/TripProcessDAO.java 81 Potential violation of Law of Demeter (object not created locally)
7788 src/com/gps/dao/TripProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
7789 src/com/gps/dao/TripProcessDAO.java 82 Potential violation of Law of Demeter (method chain calls)
7790 src/com/gps/dao/TripProcessDAO.java 82 Potential violation of Law of Demeter (object not created locally)
7791 src/com/gps/dao/TripProcessDAO.java 82 The String literal "select new com.gps.dto.TripByVehicleDTO(td.tripid, td.tripName, td.tripDesc," appears 7 times in this file; the first occurrence is on line 82
7792 src/com/gps/dao/TripProcessDAO.java 83 The String literal "td.startdate,td.startTime, td.returndate, td.returnTime,td.sourceLocation," appears 7 times in this file; the first occurrence is on line 83
7793 src/com/gps/dao/TripProcessDAO.java 84 The String literal "td.destination, tp.tripParamid, tp.lattitude," appears 7 times in this file; the first occurrence is on line 84
7794 src/com/gps/dao/TripProcessDAO.java 85 The String literal "tp.longitude,tp.speed,tp.heading,tp.altitude," appears 7 times in this file; the first occurrence is on line 85
7795 src/com/gps/dao/TripProcessDAO.java 86 The String literal "tp.engineStatus,tp.oilPreassure," appears 7 times in this file; the first occurrence is on line 86
7796 src/com/gps/dao/TripProcessDAO.java 87 The String literal "tp.fuelContent,tp.brake," appears 7 times in this file; the first occurrence is on line 87
7797 src/com/gps/dao/TripProcessDAO.java 88 The String literal "tp.creationTime, tp.brakelightStatus,tp.batteryStatus,tp.reportRef.eventCode) " appears 6 times in this file; the first occurrence is on line 88
7798 src/com/gps/dao/TripProcessDAO.java 89 The String literal "tripId" appears 9 times in this file; the first occurrence is on line 89
7799 src/com/gps/dao/TripProcessDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7800 src/com/gps/dao/TripProcessDAO.java 94 The String literal "Exception:" appears 50 times in this file; the first occurrence is on line 94
7801 src/com/gps/dao/TripProcessDAO.java 94 There is log block not surrounded by if
7802 src/com/gps/dao/TripProcessDAO.java 96 Avoid empty finally blocks
7803 src/com/gps/dao/TripProcessDAO.java 109 Parameter 'current' is not assigned and could be declared final
7804 src/com/gps/dao/TripProcessDAO.java 109 Parameter 'tripId' is not assigned and could be declared final
7805 src/com/gps/dao/TripProcessDAO.java 109 The method 'tripValuesajax' has a Cyclomatic Complexity of 12.
7806 src/com/gps/dao/TripProcessDAO.java 111 Local variable 'tripDetails' could be declared final
7807 src/com/gps/dao/TripProcessDAO.java 113 Found 'DD'-anomaly for variable 'sess' (lines '113'-'128').
7808 src/com/gps/dao/TripProcessDAO.java 114 Found 'DD'-anomaly for variable 'trip' (lines '114'-'130').
7809 src/com/gps/dao/TripProcessDAO.java 115 Found 'DD'-anomaly for variable 'tripDao' (lines '115'-'129').
7810 src/com/gps/dao/TripProcessDAO.java 116 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '116'-'134').
7811 src/com/gps/dao/TripProcessDAO.java 117 Found 'DD'-anomaly for variable 'currentDate' (lines '117'-'132').
7812 src/com/gps/dao/TripProcessDAO.java 118 Found 'DD'-anomaly for variable 'dateString' (lines '118'-'133').
7813 src/com/gps/dao/TripProcessDAO.java 120 Found 'DD'-anomaly for variable 'paramQuery' (lines '120'-'135').
7814 src/com/gps/dao/TripProcessDAO.java 121 Found 'DD'-anomaly for variable 'tripDTO' (lines '121'-'164').
7815 src/com/gps/dao/TripProcessDAO.java 121 Found 'DU'-anomaly for variable 'tripDTO' (lines '121'-'182').
7816 src/com/gps/dao/TripProcessDAO.java 122 Found 'DD'-anomaly for variable 'query' (lines '122'-'139').
7817 src/com/gps/dao/TripProcessDAO.java 122 Found 'DD'-anomaly for variable 'query' (lines '122'-'145').
7818 src/com/gps/dao/TripProcessDAO.java 123 Found 'DD'-anomaly for variable 'paramList' (lines '123'-'159').
7819 src/com/gps/dao/TripProcessDAO.java 127 Potential violation of Law of Demeter (method chain calls)
7820 src/com/gps/dao/TripProcessDAO.java 131 The String literal "yyyy-MM-dd HH:mm:ss" appears 5 times in this file; the first occurrence is on line 131
7821 src/com/gps/dao/TripProcessDAO.java 131 When instantiating a SimpleDateFormat object, specify a Locale
7822 src/com/gps/dao/TripProcessDAO.java 134 Potential violation of Law of Demeter (method chain calls)
7823 src/com/gps/dao/TripProcessDAO.java 134 Potential violation of Law of Demeter (method chain calls)
7824 src/com/gps/dao/TripProcessDAO.java 135 Found 'DU'-anomaly for variable 'paramQuery' (lines '135'-'182').
7825 src/com/gps/dao/TripProcessDAO.java 136 Avoid if (x != y) ..; else ..;
7826 src/com/gps/dao/TripProcessDAO.java 136 Use equals() to compare strings instead of '==' or '!='
7827 src/com/gps/dao/TripProcessDAO.java 140 Avoid using if statements without curly braces
7828 src/com/gps/dao/TripProcessDAO.java 140 Use equals() to compare strings instead of '==' or '!='
7829 src/com/gps/dao/TripProcessDAO.java 141 The String literal "paramStart" appears 5 times in this file; the first occurrence is on line 141
7830 src/com/gps/dao/TripProcessDAO.java 142 Avoid using if statements without curly braces
7831 src/com/gps/dao/TripProcessDAO.java 142 Use equals() to compare strings instead of '==' or '!='
7832 src/com/gps/dao/TripProcessDAO.java 143 The String literal "paramEnd" appears 5 times in this file; the first occurrence is on line 143
7833 src/com/gps/dao/TripProcessDAO.java 150 Comment is too large: Line too long
7834 src/com/gps/dao/TripProcessDAO.java 150 Comment is too large: Too many lines
7835 src/com/gps/dao/TripProcessDAO.java 156 Comment is too large: Line too long
7836 src/com/gps/dao/TripProcessDAO.java 157 Comment is too large: Line too long
7837 src/com/gps/dao/TripProcessDAO.java 159 Found 'DU'-anomaly for variable 'paramList' (lines '159'-'182').
7838 src/com/gps/dao/TripProcessDAO.java 161 Local variable 'paramIter' could be declared final
7839 src/com/gps/dao/TripProcessDAO.java 163 Local variable 'rows' could be declared final
7840 src/com/gps/dao/TripProcessDAO.java 164 Avoid instantiating new objects inside loops
7841 src/com/gps/dao/TripProcessDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7842 src/com/gps/dao/TripProcessDAO.java 174 There is log block not surrounded by if
7843 src/com/gps/dao/TripProcessDAO.java 176 Avoid empty finally blocks
7844 src/com/gps/dao/TripProcessDAO.java 190 Parameter 'date' is not assigned and could be declared final
7845 src/com/gps/dao/TripProcessDAO.java 190 Parameter 'tripId' is not assigned and could be declared final
7846 src/com/gps/dao/TripProcessDAO.java 191 Found 'DD'-anomaly for variable 'sess' (lines '191'-'195').
7847 src/com/gps/dao/TripProcessDAO.java 192 Avoid variables with short names like td
7848 src/com/gps/dao/TripProcessDAO.java 192 Local variable 'td' could be declared final
7849 src/com/gps/dao/TripProcessDAO.java 193 Found 'DD'-anomaly for variable 'tripDetails' (lines '193'-'197').
7850 src/com/gps/dao/TripProcessDAO.java 195 Potential violation of Law of Demeter (object not created locally)
7851 src/com/gps/dao/TripProcessDAO.java 196 Potential violation of Law of Demeter (object not created locally)
7852 src/com/gps/dao/TripProcessDAO.java 197 Potential violation of Law of Demeter (method chain calls)
7853 src/com/gps/dao/TripProcessDAO.java 197 Potential violation of Law of Demeter (method chain calls)
7854 src/com/gps/dao/TripProcessDAO.java 197 Potential violation of Law of Demeter (method chain calls)
7855 src/com/gps/dao/TripProcessDAO.java 197 Potential violation of Law of Demeter (object not created locally)
7856 src/com/gps/dao/TripProcessDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7857 src/com/gps/dao/TripProcessDAO.java 208 There is log block not surrounded by if
7858 src/com/gps/dao/TripProcessDAO.java 210 Avoid empty finally blocks
7859 src/com/gps/dao/TripProcessDAO.java 220 Parameter 'vehicleId' is not assigned and could be declared final
7860 src/com/gps/dao/TripProcessDAO.java 221 Found 'DD'-anomaly for variable 'sess' (lines '221'-'225').
7861 src/com/gps/dao/TripProcessDAO.java 222 Avoid variables with short names like td
7862 src/com/gps/dao/TripProcessDAO.java 222 Local variable 'td' could be declared final
7863 src/com/gps/dao/TripProcessDAO.java 223 Found 'DD'-anomaly for variable 'triplist' (lines '223'-'227').
7864 src/com/gps/dao/TripProcessDAO.java 225 Potential violation of Law of Demeter (object not created locally)
7865 src/com/gps/dao/TripProcessDAO.java 226 Potential violation of Law of Demeter (object not created locally)
7866 src/com/gps/dao/TripProcessDAO.java 227 Potential violation of Law of Demeter (method chain calls)
7867 src/com/gps/dao/TripProcessDAO.java 227 Potential violation of Law of Demeter (method chain calls)
7868 src/com/gps/dao/TripProcessDAO.java 227 Potential violation of Law of Demeter (object not created locally)
7869 src/com/gps/dao/TripProcessDAO.java 234 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7870 src/com/gps/dao/TripProcessDAO.java 235 There is log block not surrounded by if
7871 src/com/gps/dao/TripProcessDAO.java 237 Avoid empty finally blocks
7872 src/com/gps/dao/TripProcessDAO.java 244 Parameter 'userId' is not assigned and could be declared final
7873 src/com/gps/dao/TripProcessDAO.java 244 publicMethodCommentRequirement Required
7874 src/com/gps/dao/TripProcessDAO.java 246 Found 'DD'-anomaly for variable 'sess' (lines '246'-'251').
7875 src/com/gps/dao/TripProcessDAO.java 247 Avoid variables with short names like td
7876 src/com/gps/dao/TripProcessDAO.java 247 Local variable 'td' could be declared final
7877 src/com/gps/dao/TripProcessDAO.java 248 Found 'DD'-anomaly for variable 'triplist' (lines '248'-'255').
7878 src/com/gps/dao/TripProcessDAO.java 251 Potential violation of Law of Demeter (object not created locally)
7879 src/com/gps/dao/TripProcessDAO.java 255 Potential violation of Law of Demeter (method chain calls)
7880 src/com/gps/dao/TripProcessDAO.java 255 Potential violation of Law of Demeter (method chain calls)
7881 src/com/gps/dao/TripProcessDAO.java 255 Potential violation of Law of Demeter (object not created locally)
7882 src/com/gps/dao/TripProcessDAO.java 259 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7883 src/com/gps/dao/TripProcessDAO.java 260 There is log block not surrounded by if
7884 src/com/gps/dao/TripProcessDAO.java 262 Avoid empty finally blocks
7885 src/com/gps/dao/TripProcessDAO.java 274 Parameter 'tripId' is not assigned and could be declared final
7886 src/com/gps/dao/TripProcessDAO.java 277 Found 'DD'-anomaly for variable 'tripByVehicleDTO' (lines '277'-'312').
7887 src/com/gps/dao/TripProcessDAO.java 279 Found 'DD'-anomaly for variable 'tparam' (lines '279'-'310').
7888 src/com/gps/dao/TripProcessDAO.java 279 Found 'DU'-anomaly for variable 'tparam' (lines '279'-'325').
7889 src/com/gps/dao/TripProcessDAO.java 280 Found 'DD'-anomaly for variable 'tripParamId' (lines '280'-'293').
7890 src/com/gps/dao/TripProcessDAO.java 281 Found 'DD'-anomaly for variable 'filter' (lines '281'-'295').
7891 src/com/gps/dao/TripProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
7892 src/com/gps/dao/TripProcessDAO.java 293 Potential violation of Law of Demeter (method chain calls)
7893 src/com/gps/dao/TripProcessDAO.java 293 Potential violation of Law of Demeter (method chain calls)
7894 src/com/gps/dao/TripProcessDAO.java 294 Avoid using Literals in Conditional Statements
7895 src/com/gps/dao/TripProcessDAO.java 297 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7896 src/com/gps/dao/TripProcessDAO.java 298 There is log block not surrounded by if
7897 src/com/gps/dao/TripProcessDAO.java 301 There is log block not surrounded by if
7898 src/com/gps/dao/TripProcessDAO.java 301 There is log block not surrounded by if
7899 src/com/gps/dao/TripProcessDAO.java 303 Do not add empty strings
7900 src/com/gps/dao/TripProcessDAO.java 303 Potential violation of Law of Demeter (method chain calls)
7901 src/com/gps/dao/TripProcessDAO.java 303 Potential violation of Law of Demeter (method chain calls)
7902 src/com/gps/dao/TripProcessDAO.java 307 Avoid using Literals in Conditional Statements
7903 src/com/gps/dao/TripProcessDAO.java 310 Potential violation of Law of Demeter (method chain calls)
7904 src/com/gps/dao/TripProcessDAO.java 311 Comment is too large: Line too long
7905 src/com/gps/dao/TripProcessDAO.java 312 Potential violation of Law of Demeter (method chain calls)
7906 src/com/gps/dao/TripProcessDAO.java 312 Potential violation of Law of Demeter (method chain calls)
7907 src/com/gps/dao/TripProcessDAO.java 312 Potential violation of Law of Demeter (method chain calls)
7908 src/com/gps/dao/TripProcessDAO.java 312 Potential violation of Law of Demeter (method chain calls)
7909 src/com/gps/dao/TripProcessDAO.java 317 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7910 src/com/gps/dao/TripProcessDAO.java 317 Avoid empty catch blocks
7911 src/com/gps/dao/TripProcessDAO.java 320 Avoid empty finally blocks
7912 src/com/gps/dao/TripProcessDAO.java 328 Parameter 'tripid' is not assigned and could be declared final
7913 src/com/gps/dao/TripProcessDAO.java 328 publicMethodCommentRequirement Required
7914 src/com/gps/dao/TripProcessDAO.java 332 Found 'DD'-anomaly for variable 'tripp' (lines '332'-'337').
7915 src/com/gps/dao/TripProcessDAO.java 336 Potential violation of Law of Demeter (method chain calls)
7916 src/com/gps/dao/TripProcessDAO.java 336 Potential violation of Law of Demeter (method chain calls)
7917 src/com/gps/dao/TripProcessDAO.java 337 Potential violation of Law of Demeter (object not created locally)
7918 src/com/gps/dao/TripProcessDAO.java 339 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7919 src/com/gps/dao/TripProcessDAO.java 341 There is log block not surrounded by if
7920 src/com/gps/dao/TripProcessDAO.java 352 Parameter 'tripid' is not assigned and could be declared final
7921 src/com/gps/dao/TripProcessDAO.java 354 Found 'DD'-anomaly for variable 'sess' (lines '354'-'362').
7922 src/com/gps/dao/TripProcessDAO.java 355 Local variable 'ftd' could be declared final
7923 src/com/gps/dao/TripProcessDAO.java 356 Found 'DD'-anomaly for variable 'ftriplist' (lines '356'-'363').
7924 src/com/gps/dao/TripProcessDAO.java 357 Avoid declaring a variable if it is unreferenced before a possible exit point.
7925 src/com/gps/dao/TripProcessDAO.java 357 Avoid unused local variables such as 'ft'.
7926 src/com/gps/dao/TripProcessDAO.java 357 Avoid variables with short names like ft
7927 src/com/gps/dao/TripProcessDAO.java 357 Found 'DU'-anomaly for variable 'ft' (lines '357'-'377').
7928 src/com/gps/dao/TripProcessDAO.java 357 Local variable 'ft' could be declared final
7929 src/com/gps/dao/TripProcessDAO.java 358 Avoid declaring a variable if it is unreferenced before a possible exit point.
7930 src/com/gps/dao/TripProcessDAO.java 358 Avoid unused local variables such as 'fitr'.
7931 src/com/gps/dao/TripProcessDAO.java 358 Local variable 'fitr' could be declared final
7932 src/com/gps/dao/TripProcessDAO.java 362 Potential violation of Law of Demeter (object not created locally)
7933 src/com/gps/dao/TripProcessDAO.java 363 Potential violation of Law of Demeter (method chain calls)
7934 src/com/gps/dao/TripProcessDAO.java 363 Potential violation of Law of Demeter (method chain calls)
7935 src/com/gps/dao/TripProcessDAO.java 363 Potential violation of Law of Demeter (object not created locally)
7936 src/com/gps/dao/TripProcessDAO.java 368 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7937 src/com/gps/dao/TripProcessDAO.java 370 There is log block not surrounded by if
7938 src/com/gps/dao/TripProcessDAO.java 373 Potential violation of Law of Demeter (object not created locally)
7939 src/com/gps/dao/TripProcessDAO.java 384 Parameter 'tripId' is not assigned and could be declared final
7940 src/com/gps/dao/TripProcessDAO.java 386 Found 'DD'-anomaly for variable 'sess' (lines '386'-'393').
7941 src/com/gps/dao/TripProcessDAO.java 387 Avoid variables with short names like td
7942 src/com/gps/dao/TripProcessDAO.java 387 Local variable 'td' could be declared final
7943 src/com/gps/dao/TripProcessDAO.java 388 Found 'DD'-anomaly for variable 'query' (lines '388'-'394').
7944 src/com/gps/dao/TripProcessDAO.java 389 Found 'DD'-anomaly for variable 'creationDate' (lines '389'-'395').
7945 src/com/gps/dao/TripProcessDAO.java 390 Avoid declaring a variable if it is unreferenced before a possible exit point.
7946 src/com/gps/dao/TripProcessDAO.java 390 Avoid unused local variables such as 'max'.
7947 src/com/gps/dao/TripProcessDAO.java 390 Found 'DU'-anomaly for variable 'max' (lines '390'-'405').
7948 src/com/gps/dao/TripProcessDAO.java 390 Local variable 'max' could be declared final
7949 src/com/gps/dao/TripProcessDAO.java 393 Potential violation of Law of Demeter (object not created locally)
7950 src/com/gps/dao/TripProcessDAO.java 394 Potential violation of Law of Demeter (object not created locally)
7951 src/com/gps/dao/TripProcessDAO.java 395 Potential violation of Law of Demeter (object not created locally)
7952 src/com/gps/dao/TripProcessDAO.java 398 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7953 src/com/gps/dao/TripProcessDAO.java 399 There is log block not surrounded by if
7954 src/com/gps/dao/TripProcessDAO.java 401 Avoid empty finally blocks
7955 src/com/gps/dao/TripProcessDAO.java 411 Parameter 'vehicleId' is not assigned and could be declared final
7956 src/com/gps/dao/TripProcessDAO.java 412 Found 'DD'-anomaly for variable 'sess' (lines '412'-'419').
7957 src/com/gps/dao/TripProcessDAO.java 413 Avoid variables with short names like td
7958 src/com/gps/dao/TripProcessDAO.java 413 Local variable 'td' could be declared final
7959 src/com/gps/dao/TripProcessDAO.java 414 Found 'DD'-anomaly for variable 'query' (lines '414'-'420').
7960 src/com/gps/dao/TripProcessDAO.java 415 Avoid declaring a variable if it is unreferenced before a possible exit point.
7961 src/com/gps/dao/TripProcessDAO.java 415 Avoid unused local variables such as 'creationDate'.
7962 src/com/gps/dao/TripProcessDAO.java 415 Found 'DU'-anomaly for variable 'creationDate' (lines '415'-'433').
7963 src/com/gps/dao/TripProcessDAO.java 415 Local variable 'creationDate' could be declared final
7964 src/com/gps/dao/TripProcessDAO.java 416 Avoid declaring a variable if it is unreferenced before a possible exit point.
7965 src/com/gps/dao/TripProcessDAO.java 416 Avoid unused local variables such as 'max'.
7966 src/com/gps/dao/TripProcessDAO.java 416 Found 'DU'-anomaly for variable 'max' (lines '416'-'433').
7967 src/com/gps/dao/TripProcessDAO.java 416 Local variable 'max' could be declared final
7968 src/com/gps/dao/TripProcessDAO.java 417 Found 'DD'-anomaly for variable 'tripId' (lines '417'-'422').
7969 src/com/gps/dao/TripProcessDAO.java 419 Potential violation of Law of Demeter (object not created locally)
7970 src/com/gps/dao/TripProcessDAO.java 420 Potential violation of Law of Demeter (object not created locally)
7971 src/com/gps/dao/TripProcessDAO.java 421 Potential violation of Law of Demeter (object not created locally)
7972 src/com/gps/dao/TripProcessDAO.java 422 Potential violation of Law of Demeter (object not created locally)
7973 src/com/gps/dao/TripProcessDAO.java 425 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
7974 src/com/gps/dao/TripProcessDAO.java 426 There is log block not surrounded by if
7975 src/com/gps/dao/TripProcessDAO.java 428 Avoid empty finally blocks
7976 src/com/gps/dao/TripProcessDAO.java 437 Comment is too large: Too many lines
7977 src/com/gps/dao/TripProcessDAO.java 446 Comment is too large: Line too long
7978 src/com/gps/dao/TripProcessDAO.java 475 Method names should not contain underscores
7979 src/com/gps/dao/TripProcessDAO.java 475 Parameter 'end' is not assigned and could be declared final
7980 src/com/gps/dao/TripProcessDAO.java 475 Parameter 'start' is not assigned and could be declared final
7981 src/com/gps/dao/TripProcessDAO.java 475 Parameter 'tripId' is not assigned and could be declared final
7982 src/com/gps/dao/TripProcessDAO.java 476 Found 'DD'-anomaly for variable 'sess' (lines '476'-'485').
7983 src/com/gps/dao/TripProcessDAO.java 477 Avoid variables with short names like td
7984 src/com/gps/dao/TripProcessDAO.java 477 Local variable 'td' could be declared final
7985 src/com/gps/dao/TripProcessDAO.java 478 Found 'DD'-anomaly for variable 'paramsList' (lines '478'-'495').
7986 src/com/gps/dao/TripProcessDAO.java 478 Found 'DU'-anomaly for variable 'paramsList' (lines '478'-'564').
7987 src/com/gps/dao/TripProcessDAO.java 479 Found 'DD'-anomaly for variable 'vehicleId' (lines '479'-'488').
7988 src/com/gps/dao/TripProcessDAO.java 480 Found 'DD'-anomaly for variable 'date_tripDetails' (lines '480'-'508').
7989 src/com/gps/dao/TripProcessDAO.java 480 Found 'DD'-anomaly for variable 'date_tripDetails' (lines '480'-'520').
7990 src/com/gps/dao/TripProcessDAO.java 480 Found 'DD'-anomaly for variable 'date_tripDetails' (lines '480'-'536').
7991 src/com/gps/dao/TripProcessDAO.java 480 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_tripDetails' is not final.
7992 src/com/gps/dao/TripProcessDAO.java 484 There is log block not surrounded by if
7993 src/com/gps/dao/TripProcessDAO.java 484 There is log block not surrounded by if
7994 src/com/gps/dao/TripProcessDAO.java 485 Potential violation of Law of Demeter (object not created locally)
7995 src/com/gps/dao/TripProcessDAO.java 486 Potential violation of Law of Demeter (object not created locally)
7996 src/com/gps/dao/TripProcessDAO.java 488 Potential violation of Law of Demeter (method chain calls)
7997 src/com/gps/dao/TripProcessDAO.java 488 Potential violation of Law of Demeter (object not created locally)
7998 src/com/gps/dao/TripProcessDAO.java 490 There is log block not surrounded by if
7999 src/com/gps/dao/TripProcessDAO.java 490 There is log block not surrounded by if
8000 src/com/gps/dao/TripProcessDAO.java 492 Avoid if (x != y) ..; else ..;
8001 src/com/gps/dao/TripProcessDAO.java 493 Local variable 'qry' could be declared final
8002 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (method chain calls)
8003 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (method chain calls)
8004 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (method chain calls)
8005 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (method chain calls)
8006 src/com/gps/dao/TripProcessDAO.java 493 Potential violation of Law of Demeter (object not created locally)
8007 src/com/gps/dao/TripProcessDAO.java 494 There is log block not surrounded by if
8008 src/com/gps/dao/TripProcessDAO.java 494 There is log block not surrounded by if
8009 src/com/gps/dao/TripProcessDAO.java 495 Potential violation of Law of Demeter (object not created locally)
8010 src/com/gps/dao/TripProcessDAO.java 497 Potential violation of Law of Demeter (object not created locally)
8011 src/com/gps/dao/TripProcessDAO.java 497 There is log block not surrounded by if
8012 src/com/gps/dao/TripProcessDAO.java 497 There is log block not surrounded by if
8013 src/com/gps/dao/TripProcessDAO.java 498 Avoid using Literals in Conditional Statements
8014 src/com/gps/dao/TripProcessDAO.java 498 Potential violation of Law of Demeter (object not created locally)
8015 src/com/gps/dao/TripProcessDAO.java 498 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
8016 src/com/gps/dao/TripProcessDAO.java 500 There is log block not surrounded by if
8017 src/com/gps/dao/TripProcessDAO.java 500 There is log block not surrounded by if
8018 src/com/gps/dao/TripProcessDAO.java 501 There is log block not surrounded by if
8019 src/com/gps/dao/TripProcessDAO.java 501 There is log block not surrounded by if
8020 src/com/gps/dao/TripProcessDAO.java 503 Local variable 'paramslst' could be declared final
8021 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (method chain calls)
8022 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (method chain calls)
8023 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (method chain calls)
8024 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (method chain calls)
8025 src/com/gps/dao/TripProcessDAO.java 503 Potential violation of Law of Demeter (object not created locally)
8026 src/com/gps/dao/TripProcessDAO.java 504 There is log block not surrounded by if
8027 src/com/gps/dao/TripProcessDAO.java 504 There is log block not surrounded by if
8028 src/com/gps/dao/TripProcessDAO.java 505 Potential violation of Law of Demeter (object not created locally)
8029 src/com/gps/dao/TripProcessDAO.java 507 Avoid using Literals in Conditional Statements
8030 src/com/gps/dao/TripProcessDAO.java 507 Potential violation of Law of Demeter (object not created locally)
8031 src/com/gps/dao/TripProcessDAO.java 507 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
8032 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (method chain calls)
8033 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (method chain calls)
8034 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (method chain calls)
8035 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (method chain calls)
8036 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (method chain calls)
8037 src/com/gps/dao/TripProcessDAO.java 508 Potential violation of Law of Demeter (object not created locally)
8038 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (method chain calls)
8039 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (method chain calls)
8040 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (method chain calls)
8041 src/com/gps/dao/TripProcessDAO.java 517 Potential violation of Law of Demeter (object not created locally)
8042 src/com/gps/dao/TripProcessDAO.java 519 There is log block not surrounded by if
8043 src/com/gps/dao/TripProcessDAO.java 519 There is log block not surrounded by if
8044 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (method chain calls)
8045 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (method chain calls)
8046 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (method chain calls)
8047 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (method chain calls)
8048 src/com/gps/dao/TripProcessDAO.java 520 Potential violation of Law of Demeter (object not created locally)
8049 src/com/gps/dao/TripProcessDAO.java 529 Potential violation of Law of Demeter (method chain calls)
8050 src/com/gps/dao/TripProcessDAO.java 529 Potential violation of Law of Demeter (method chain calls)
8051 src/com/gps/dao/TripProcessDAO.java 535 There is log block not surrounded by if
8052 src/com/gps/dao/TripProcessDAO.java 535 There is log block not surrounded by if
8053 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8054 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8055 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8056 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8057 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8058 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (method chain calls)
8059 src/com/gps/dao/TripProcessDAO.java 536 Potential violation of Law of Demeter (object not created locally)
8060 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (method chain calls)
8061 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (method chain calls)
8062 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (object not created locally)
8063 src/com/gps/dao/TripProcessDAO.java 545 Potential violation of Law of Demeter (object not created locally)
8064 src/com/gps/dao/TripProcessDAO.java 549 Avoid using if...else statements without curly braces
8065 src/com/gps/dao/TripProcessDAO.java 549 There is log block not surrounded by if
8066 src/com/gps/dao/TripProcessDAO.java 549 There is log block not surrounded by if
8067 src/com/gps/dao/TripProcessDAO.java 551 Avoid using if statements without curly braces
8068 src/com/gps/dao/TripProcessDAO.java 552 Potential violation of Law of Demeter (object not created locally)
8069 src/com/gps/dao/TripProcessDAO.java 552 There is log block not surrounded by if
8070 src/com/gps/dao/TripProcessDAO.java 552 There is log block not surrounded by if
8071 src/com/gps/dao/TripProcessDAO.java 554 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8072 src/com/gps/dao/TripProcessDAO.java 557 There is log block not surrounded by if
8073 src/com/gps/dao/TripProcessDAO.java 559 Avoid empty finally blocks
8074 src/com/gps/dao/TripProcessDAO.java 573 Method names should not contain underscores
8075 src/com/gps/dao/TripProcessDAO.java 573 Parameter 'current' is not assigned and could be declared final
8076 src/com/gps/dao/TripProcessDAO.java 573 Parameter 'end' is not assigned and could be declared final
8077 src/com/gps/dao/TripProcessDAO.java 573 Parameter 'start' is not assigned and could be declared final
8078 src/com/gps/dao/TripProcessDAO.java 573 Parameter 'tripId' is not assigned and could be declared final
8079 src/com/gps/dao/TripProcessDAO.java 575 Found 'DD'-anomaly for variable 'date_tripDetails' (lines '575'-'602').
8080 src/com/gps/dao/TripProcessDAO.java 575 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'date_tripDetails' is not final.
8081 src/com/gps/dao/TripProcessDAO.java 580 Potential violation of Law of Demeter (method chain calls)
8082 src/com/gps/dao/TripProcessDAO.java 581 Local variable 'query' could be declared final
8083 src/com/gps/dao/TripProcessDAO.java 581 Potential violation of Law of Demeter (method chain calls)
8084 src/com/gps/dao/TripProcessDAO.java 581 Potential violation of Law of Demeter (method chain calls)
8085 src/com/gps/dao/TripProcessDAO.java 581 Potential violation of Law of Demeter (method chain calls)
8086 src/com/gps/dao/TripProcessDAO.java 581 Potential violation of Law of Demeter (method chain calls)
8087 src/com/gps/dao/TripProcessDAO.java 581 Potential violation of Law of Demeter (method chain calls)
8088 src/com/gps/dao/TripProcessDAO.java 590 Potential violation of Law of Demeter (object not created locally)
8089 src/com/gps/dao/TripProcessDAO.java 591 Comment is too large: Line too long
8090 src/com/gps/dao/TripProcessDAO.java 592 Comment is too large: Line too long
8091 src/com/gps/dao/TripProcessDAO.java 597 Comment is too large: Line too long
8092 src/com/gps/dao/TripProcessDAO.java 598 Comment is too large: Line too long
8093 src/com/gps/dao/TripProcessDAO.java 602 Potential violation of Law of Demeter (object not created locally)
8094 src/com/gps/dao/TripProcessDAO.java 604 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8095 src/com/gps/dao/TripProcessDAO.java 606 There is log block not surrounded by if
8096 src/com/gps/dao/TripProcessDAO.java 608 Avoid empty finally blocks
8097 src/com/gps/dao/TripProcessDAO.java 619 Avoid really long methods.
8098 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'data' is not assigned and could be declared final
8099 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'place' is not assigned and could be declared final
8100 src/com/gps/dao/TripProcessDAO.java 619 Parameter 'trip' is not assigned and could be declared final
8101 src/com/gps/dao/TripProcessDAO.java 619 The method 'saveTrip' has a Cyclomatic Complexity of 25.
8102 src/com/gps/dao/TripProcessDAO.java 619 The method saveTrip() has an NCSS line count of 118
8103 src/com/gps/dao/TripProcessDAO.java 619 The method saveTrip() has an NPath complexity of 1239
8104 src/com/gps/dao/TripProcessDAO.java 623 Found 'DD'-anomaly for variable 'sess' (lines '623'-'746').
8105 src/com/gps/dao/TripProcessDAO.java 626 Found 'DU'-anomaly for variable 'count' (lines '626'-'871').
8106 src/com/gps/dao/TripProcessDAO.java 627 Avoid variables with short names like tx
8107 src/com/gps/dao/TripProcessDAO.java 627 Found 'DD'-anomaly for variable 'tx' (lines '627'-'747').
8108 src/com/gps/dao/TripProcessDAO.java 629 Local variable 'geoset' could be declared final
8109 src/com/gps/dao/TripProcessDAO.java 630 Found 'DD'-anomaly for variable 'geofenceName' (lines '630'-'786').
8110 src/com/gps/dao/TripProcessDAO.java 630 Found 'DU'-anomaly for variable 'geofenceName' (lines '630'-'871').
8111 src/com/gps/dao/TripProcessDAO.java 631 Found 'DD'-anomaly for variable 'startTime' (lines '631'-'640').
8112 src/com/gps/dao/TripProcessDAO.java 631 Found 'DD'-anomaly for variable 'startTime' (lines '631'-'644').
8113 src/com/gps/dao/TripProcessDAO.java 631 Found 'DD'-anomaly for variable 'startTime' (lines '631'-'648').
8114 src/com/gps/dao/TripProcessDAO.java 632 Found 'DD'-anomaly for variable 'row' (lines '632'-'775').
8115 src/com/gps/dao/TripProcessDAO.java 632 Found 'DU'-anomaly for variable 'row' (lines '632'-'871').
8116 src/com/gps/dao/TripProcessDAO.java 633 Found 'DD'-anomaly for variable 'row1' (lines '633'-'765').
8117 src/com/gps/dao/TripProcessDAO.java 633 Found 'DU'-anomaly for variable 'row1' (lines '633'-'871').
8118 src/com/gps/dao/TripProcessDAO.java 634 Found 'DU'-anomaly for variable 'fencingDao' (lines '634'-'871').
8119 src/com/gps/dao/TripProcessDAO.java 634 Local variable 'fencingDao' could be declared final
8120 src/com/gps/dao/TripProcessDAO.java 635 Found 'DU'-anomaly for variable 'fencdao' (lines '635'-'871').
8121 src/com/gps/dao/TripProcessDAO.java 635 Local variable 'fencdao' could be declared final
8122 src/com/gps/dao/TripProcessDAO.java 638 Avoid if (x != y) ..; else ..;
8123 src/com/gps/dao/TripProcessDAO.java 654 Avoid declaring a variable if it is unreferenced before a possible exit point.
8124 src/com/gps/dao/TripProcessDAO.java 654 Avoid unused local variables such as 'monHours'.
8125 src/com/gps/dao/TripProcessDAO.java 654 Local variable 'monHours' could be declared final
8126 src/com/gps/dao/TripProcessDAO.java 655 Avoid declaring a variable if it is unreferenced before a possible exit point.
8127 src/com/gps/dao/TripProcessDAO.java 655 Avoid unused local variables such as 'monMins'.
8128 src/com/gps/dao/TripProcessDAO.java 655 Local variable 'monMins' could be declared final
8129 src/com/gps/dao/TripProcessDAO.java 656 Avoid declaring a variable if it is unreferenced before a possible exit point.
8130 src/com/gps/dao/TripProcessDAO.java 656 Avoid unused local variables such as 'evenHours'.
8131 src/com/gps/dao/TripProcessDAO.java 656 Local variable 'evenHours' could be declared final
8132 src/com/gps/dao/TripProcessDAO.java 657 Avoid declaring a variable if it is unreferenced before a possible exit point.
8133 src/com/gps/dao/TripProcessDAO.java 657 Avoid unused local variables such as 'evenMins'.
8134 src/com/gps/dao/TripProcessDAO.java 657 Local variable 'evenMins' could be declared final
8135 src/com/gps/dao/TripProcessDAO.java 662 Avoid declaring a variable if it is unreferenced before a possible exit point.
8136 src/com/gps/dao/TripProcessDAO.java 662 Avoid unused local variables such as 'duration'.
8137 src/com/gps/dao/TripProcessDAO.java 662 Local variable 'duration' could be declared final
8138 src/com/gps/dao/TripProcessDAO.java 663 Found 'DD'-anomaly for variable 'evenendmins' (lines '663'-'725').
8139 src/com/gps/dao/TripProcessDAO.java 663 Found 'DD'-anomaly for variable 'evenendmins' (lines '663'-'730').
8140 src/com/gps/dao/TripProcessDAO.java 663 Found 'DD'-anomaly for variable 'monendmins' (lines '663'-'689').
8141 src/com/gps/dao/TripProcessDAO.java 663 Found 'DD'-anomaly for variable 'monendmins' (lines '663'-'694').
8142 src/com/gps/dao/TripProcessDAO.java 663 Found 'DU'-anomaly for variable 'evenendmins' (lines '663'-'871').
8143 src/com/gps/dao/TripProcessDAO.java 663 Found 'DU'-anomaly for variable 'monendmins' (lines '663'-'871').
8144 src/com/gps/dao/TripProcessDAO.java 663 Use one line for each declaration, it enhances code readability.
8145 src/com/gps/dao/TripProcessDAO.java 664 Found 'DU'-anomaly for variable 'prefix' (lines '664'-'871').
8146 src/com/gps/dao/TripProcessDAO.java 664 Local variable 'prefix' could be declared final
8147 src/com/gps/dao/TripProcessDAO.java 666 Local variable 'date' could be declared final
8148 src/com/gps/dao/TripProcessDAO.java 667 Local variable 'cal' could be declared final
8149 src/com/gps/dao/TripProcessDAO.java 668 Found 'DU'-anomaly for variable 'cal2' (lines '668'-'871').
8150 src/com/gps/dao/TripProcessDAO.java 668 Local variable 'cal2' could be declared final
8151 src/com/gps/dao/TripProcessDAO.java 669 Potential violation of Law of Demeter (object not created locally)
8152 src/com/gps/dao/TripProcessDAO.java 673 Avoid if (x != y) ..; else ..;
8153 src/com/gps/dao/TripProcessDAO.java 675 Potential violation of Law of Demeter (object not created locally)
8154 src/com/gps/dao/TripProcessDAO.java 676 Potential violation of Law of Demeter (object not created locally)
8155 src/com/gps/dao/TripProcessDAO.java 677 Potential violation of Law of Demeter (object not created locally)
8156 src/com/gps/dao/TripProcessDAO.java 678 Potential violation of Law of Demeter (object not created locally)
8157 src/com/gps/dao/TripProcessDAO.java 679 Potential violation of Law of Demeter (object not created locally)
8158 src/com/gps/dao/TripProcessDAO.java 681 Potential violation of Law of Demeter (object not created locally)
8159 src/com/gps/dao/TripProcessDAO.java 688 Local variable 'endminsmon' could be declared final
8160 src/com/gps/dao/TripProcessDAO.java 689 Potential violation of Law of Demeter (object not created locally)
8161 src/com/gps/dao/TripProcessDAO.java 710 Avoid if (x != y) ..; else ..;
8162 src/com/gps/dao/TripProcessDAO.java 712 Potential violation of Law of Demeter (object not created locally)
8163 src/com/gps/dao/TripProcessDAO.java 713 Potential violation of Law of Demeter (object not created locally)
8164 src/com/gps/dao/TripProcessDAO.java 714 Potential violation of Law of Demeter (object not created locally)
8165 src/com/gps/dao/TripProcessDAO.java 715 Potential violation of Law of Demeter (object not created locally)
8166 src/com/gps/dao/TripProcessDAO.java 717 Potential violation of Law of Demeter (object not created locally)
8167 src/com/gps/dao/TripProcessDAO.java 719 Potential violation of Law of Demeter (object not created locally)
8168 src/com/gps/dao/TripProcessDAO.java 724 Local variable 'endminsevn' could be declared final
8169 src/com/gps/dao/TripProcessDAO.java 725 Potential violation of Law of Demeter (object not created locally)
8170 src/com/gps/dao/TripProcessDAO.java 746 Potential violation of Law of Demeter (object not created locally)
8171 src/com/gps/dao/TripProcessDAO.java 747 Found 'DD'-anomaly for variable 'tx' (lines '747'-'770').
8172 src/com/gps/dao/TripProcessDAO.java 747 Found 'DD'-anomaly for variable 'tx' (lines '747'-'783').
8173 src/com/gps/dao/TripProcessDAO.java 747 Potential violation of Law of Demeter (method chain calls)
8174 src/com/gps/dao/TripProcessDAO.java 755 Comment is too large: Line too long
8175 src/com/gps/dao/TripProcessDAO.java 763 These nested if statements could be combined
8176 src/com/gps/dao/TripProcessDAO.java 766 Avoid using Literals in Conditional Statements
8177 src/com/gps/dao/TripProcessDAO.java 770 Found 'DD'-anomaly for variable 'tx' (lines '770'-'770').
8178 src/com/gps/dao/TripProcessDAO.java 770 Found 'DD'-anomaly for variable 'tx' (lines '770'-'783').
8179 src/com/gps/dao/TripProcessDAO.java 770 Potential violation of Law of Demeter (object not created locally)
8180 src/com/gps/dao/TripProcessDAO.java 778 Avoid using Literals in Conditional Statements
8181 src/com/gps/dao/TripProcessDAO.java 783 Found 'DD'-anomaly for variable 'tx' (lines '783'-'783').
8182 src/com/gps/dao/TripProcessDAO.java 783 Potential violation of Law of Demeter (object not created locally)
8183 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (method chain calls)
8184 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (method chain calls)
8185 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (method chain calls)
8186 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (method chain calls)
8187 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (object not created locally)
8188 src/com/gps/dao/TripProcessDAO.java 787 Potential violation of Law of Demeter (object not created locally)
8189 src/com/gps/dao/TripProcessDAO.java 788 Found 'DU'-anomaly for variable 'count' (lines '788'-'871').
8190 src/com/gps/dao/TripProcessDAO.java 797 Potential violation of Law of Demeter (object not created locally)
8191 src/com/gps/dao/TripProcessDAO.java 798 Potential violation of Law of Demeter (object not created locally)
8192 src/com/gps/dao/TripProcessDAO.java 799 Potential violation of Law of Demeter (object not created locally)
8193 src/com/gps/dao/TripProcessDAO.java 802 A method should have only one exit point, and that should be the last statement in the method
8194 src/com/gps/dao/TripProcessDAO.java 807 Potential violation of Law of Demeter (object not created locally)
8195 src/com/gps/dao/TripProcessDAO.java 809 Potential violation of Law of Demeter (method chain calls)
8196 src/com/gps/dao/TripProcessDAO.java 809 Potential violation of Law of Demeter (method chain calls)
8197 src/com/gps/dao/TripProcessDAO.java 809 Potential violation of Law of Demeter (object not created locally)
8198 src/com/gps/dao/TripProcessDAO.java 809 There is log block not surrounded by if
8199 src/com/gps/dao/TripProcessDAO.java 809 There is log block not surrounded by if
8200 src/com/gps/dao/TripProcessDAO.java 810 Potential violation of Law of Demeter (method chain calls)
8201 src/com/gps/dao/TripProcessDAO.java 810 Potential violation of Law of Demeter (method chain calls)
8202 src/com/gps/dao/TripProcessDAO.java 810 Potential violation of Law of Demeter (object not created locally)
8203 src/com/gps/dao/TripProcessDAO.java 812 New exception is thrown in catch block, original stack trace may be lost
8204 src/com/gps/dao/TripProcessDAO.java 817 New exception is thrown in catch block, original stack trace may be lost
8205 src/com/gps/dao/TripProcessDAO.java 829 Potential violation of Law of Demeter (object not created locally)
8206 src/com/gps/dao/TripProcessDAO.java 830 Potential violation of Law of Demeter (object not created locally)
8207 src/com/gps/dao/TripProcessDAO.java 831 Potential violation of Law of Demeter (object not created locally)
8208 src/com/gps/dao/TripProcessDAO.java 839 Potential violation of Law of Demeter (object not created locally)
8209 src/com/gps/dao/TripProcessDAO.java 840 There is log block not surrounded by if
8210 src/com/gps/dao/TripProcessDAO.java 840 There is log block not surrounded by if
8211 src/com/gps/dao/TripProcessDAO.java 841 Potential violation of Law of Demeter (method chain calls)
8212 src/com/gps/dao/TripProcessDAO.java 841 Potential violation of Law of Demeter (method chain calls)
8213 src/com/gps/dao/TripProcessDAO.java 841 Potential violation of Law of Demeter (object not created locally)
8214 src/com/gps/dao/TripProcessDAO.java 841 There is log block not surrounded by if
8215 src/com/gps/dao/TripProcessDAO.java 841 There is log block not surrounded by if
8216 src/com/gps/dao/TripProcessDAO.java 842 Potential violation of Law of Demeter (method chain calls)
8217 src/com/gps/dao/TripProcessDAO.java 842 Potential violation of Law of Demeter (method chain calls)
8218 src/com/gps/dao/TripProcessDAO.java 842 Potential violation of Law of Demeter (object not created locally)
8219 src/com/gps/dao/TripProcessDAO.java 844 New exception is thrown in catch block, original stack trace may be lost
8220 src/com/gps/dao/TripProcessDAO.java 844 New exception is thrown in catch block, original stack trace may be lost
8221 src/com/gps/dao/TripProcessDAO.java 849 There is log block not surrounded by if
8222 src/com/gps/dao/TripProcessDAO.java 849 There is log block not surrounded by if
8223 src/com/gps/dao/TripProcessDAO.java 850 New exception is thrown in catch block, original stack trace may be lost
8224 src/com/gps/dao/TripProcessDAO.java 850 New exception is thrown in catch block, original stack trace may be lost
8225 src/com/gps/dao/TripProcessDAO.java 857 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8226 src/com/gps/dao/TripProcessDAO.java 859 Potential violation of Law of Demeter (object not created locally)
8227 src/com/gps/dao/TripProcessDAO.java 861 There is log block not surrounded by if
8228 src/com/gps/dao/TripProcessDAO.java 862 Avoid throwing raw exception types.
8229 src/com/gps/dao/TripProcessDAO.java 864 Avoid empty finally blocks
8230 src/com/gps/dao/TripProcessDAO.java 874 Avoid variables with short names like no
8231 src/com/gps/dao/TripProcessDAO.java 874 Parameter 'no' is not assigned and could be declared final
8232 src/com/gps/dao/TripProcessDAO.java 874 Parameter 'trip' is not assigned and could be declared final
8233 src/com/gps/dao/TripProcessDAO.java 874 Parameter 'user' is not assigned and could be declared final
8234 src/com/gps/dao/TripProcessDAO.java 874 Parameter 'vid' is not assigned and could be declared final
8235 src/com/gps/dao/TripProcessDAO.java 874 publicMethodCommentRequirement Required
8236 src/com/gps/dao/TripProcessDAO.java 878 Found 'DD'-anomaly for variable 'sess' (lines '878'-'881').
8237 src/com/gps/dao/TripProcessDAO.java 879 Avoid variables with short names like tx
8238 src/com/gps/dao/TripProcessDAO.java 879 Found 'DD'-anomaly for variable 'tx' (lines '879'-'882').
8239 src/com/gps/dao/TripProcessDAO.java 881 Potential violation of Law of Demeter (object not created locally)
8240 src/com/gps/dao/TripProcessDAO.java 882 Potential violation of Law of Demeter (method chain calls)
8241 src/com/gps/dao/TripProcessDAO.java 883 Local variable 'udao' could be declared final
8242 src/com/gps/dao/TripProcessDAO.java 888 Potential violation of Law of Demeter (method chain calls)
8243 src/com/gps/dao/TripProcessDAO.java 888 Potential violation of Law of Demeter (method chain calls)
8244 src/com/gps/dao/TripProcessDAO.java 888 Potential violation of Law of Demeter (method chain calls)
8245 src/com/gps/dao/TripProcessDAO.java 899 The String literal "frequent" appears 4 times in this file; the first occurrence is on line 899
8246 src/com/gps/dao/TripProcessDAO.java 906 Local variable 'vname' could be declared final
8247 src/com/gps/dao/TripProcessDAO.java 907 Local variable 'name' could be declared final
8248 src/com/gps/dao/TripProcessDAO.java 911 Potential violation of Law of Demeter (object not created locally)
8249 src/com/gps/dao/TripProcessDAO.java 912 Potential violation of Law of Demeter (object not created locally)
8250 src/com/gps/dao/TripProcessDAO.java 913 Potential violation of Law of Demeter (object not created locally)
8251 src/com/gps/dao/TripProcessDAO.java 918 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8252 src/com/gps/dao/TripProcessDAO.java 920 Potential violation of Law of Demeter (object not created locally)
8253 src/com/gps/dao/TripProcessDAO.java 921 There is log block not surrounded by if
8254 src/com/gps/dao/TripProcessDAO.java 922 Avoid throwing raw exception types.
8255 src/com/gps/dao/TripProcessDAO.java 929 Parameter 'trip' is not assigned and could be declared final
8256 src/com/gps/dao/TripProcessDAO.java 929 publicMethodCommentRequirement Required
8257 src/com/gps/dao/TripProcessDAO.java 931 There is log block not surrounded by if
8258 src/com/gps/dao/TripProcessDAO.java 931 There is log block not surrounded by if
8259 src/com/gps/dao/TripProcessDAO.java 932 Local variable 'freqTrips' could be declared final
8260 src/com/gps/dao/TripProcessDAO.java 933 Local variable 'freqMon' could be declared final
8261 src/com/gps/dao/TripProcessDAO.java 934 Local variable 'freqTue' could be declared final
8262 src/com/gps/dao/TripProcessDAO.java 935 Local variable 'freqWed' could be declared final
8263 src/com/gps/dao/TripProcessDAO.java 936 Local variable 'freqThu' could be declared final
8264 src/com/gps/dao/TripProcessDAO.java 937 Local variable 'freqFri' could be declared final
8265 src/com/gps/dao/TripProcessDAO.java 938 Local variable 'freqSat' could be declared final
8266 src/com/gps/dao/TripProcessDAO.java 939 Local variable 'freqSun' could be declared final
8267 src/com/gps/dao/TripProcessDAO.java 955 Parameter 'trip' is not assigned and could be declared final
8268 src/com/gps/dao/TripProcessDAO.java 960 Potential violation of Law of Demeter (method chain calls)
8269 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'endLoc' is not assigned and could be declared final
8270 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'first' is not assigned and could be declared final
8271 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'last' is not assigned and could be declared final
8272 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'sourceLoc' is not assigned and could be declared final
8273 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'startTime' is not assigned and could be declared final
8274 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'tripName' is not assigned and could be declared final
8275 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'user' is not assigned and could be declared final
8276 src/com/gps/dao/TripProcessDAO.java 965 Parameter 'vehicleId' is not assigned and could be declared final
8277 src/com/gps/dao/TripProcessDAO.java 965 Rather than using a lot of String arguments, consider using a container object for those values.
8278 src/com/gps/dao/TripProcessDAO.java 965 The method 'searchTrips' has a Cyclomatic Complexity of 19.
8279 src/com/gps/dao/TripProcessDAO.java 965 The method searchTrips() has an NPath complexity of 4862
8280 src/com/gps/dao/TripProcessDAO.java 965 publicMethodCommentRequirement Required
8281 src/com/gps/dao/TripProcessDAO.java 968 Found 'DD'-anomaly for variable 'tripList' (lines '968'-'1,014').
8282 src/com/gps/dao/TripProcessDAO.java 968 Found 'DD'-anomaly for variable 'tripList' (lines '968'-'1,043').
8283 src/com/gps/dao/TripProcessDAO.java 968 Found 'DD'-anomaly for variable 'tripList' (lines '968'-'1,047').
8284 src/com/gps/dao/TripProcessDAO.java 970 Local variable 'baseQuery' could be declared final
8285 src/com/gps/dao/TripProcessDAO.java 971 Avoid variables with short names like sb
8286 src/com/gps/dao/TripProcessDAO.java 971 Local variable 'sb' could be declared final
8287 src/com/gps/dao/TripProcessDAO.java 972 Potential violation of Law of Demeter (object not created locally)
8288 src/com/gps/dao/TripProcessDAO.java 973 Avoid unused local variables such as 'tripdao'.
8289 src/com/gps/dao/TripProcessDAO.java 973 Found 'DD'-anomaly for variable 'tripdao' (lines '973'-'981').
8290 src/com/gps/dao/TripProcessDAO.java 974 Found 'DD'-anomaly for variable 'strlen' (lines '974'-'1,032').
8291 src/com/gps/dao/TripProcessDAO.java 974 Found 'DU'-anomaly for variable 'strlen' (lines '974'-'1,063').
8292 src/com/gps/dao/TripProcessDAO.java 975 Found 'DD'-anomaly for variable 'finalquery' (lines '975'-'1,029').
8293 src/com/gps/dao/TripProcessDAO.java 975 Found 'DU'-anomaly for variable 'finalquery' (lines '975'-'1,063').
8294 src/com/gps/dao/TripProcessDAO.java 976 Local variable 'rdao' could be declared final
8295 src/com/gps/dao/TripProcessDAO.java 978 Found 'DD'-anomaly for variable 'flag' (lines '978'-'986').
8296 src/com/gps/dao/TripProcessDAO.java 981 Found 'DU'-anomaly for variable 'tripdao' (lines '981'-'1,063').
8297 src/com/gps/dao/TripProcessDAO.java 985 Potential violation of Law of Demeter (object not created locally)
8298 src/com/gps/dao/TripProcessDAO.java 986 Found 'DD'-anomaly for variable 'flag' (lines '986'-'1,003').
8299 src/com/gps/dao/TripProcessDAO.java 986 Found 'DD'-anomaly for variable 'flag' (lines '986'-'992').
8300 src/com/gps/dao/TripProcessDAO.java 986 Found 'DD'-anomaly for variable 'flag' (lines '986'-'998').
8301 src/com/gps/dao/TripProcessDAO.java 991 Potential violation of Law of Demeter (object not created locally)
8302 src/com/gps/dao/TripProcessDAO.java 992 Found 'DD'-anomaly for variable 'flag' (lines '992'-'1,003').
8303 src/com/gps/dao/TripProcessDAO.java 992 Found 'DD'-anomaly for variable 'flag' (lines '992'-'1,008').
8304 src/com/gps/dao/TripProcessDAO.java 992 Found 'DD'-anomaly for variable 'flag' (lines '992'-'998').
8305 src/com/gps/dao/TripProcessDAO.java 997 Potential violation of Law of Demeter (object not created locally)
8306 src/com/gps/dao/TripProcessDAO.java 998 Found 'DD'-anomaly for variable 'flag' (lines '998'-'1,003').
8307 src/com/gps/dao/TripProcessDAO.java 998 Found 'DD'-anomaly for variable 'flag' (lines '998'-'1,008').
8308 src/com/gps/dao/TripProcessDAO.java 1002 Potential violation of Law of Demeter (object not created locally)
8309 src/com/gps/dao/TripProcessDAO.java 1003 Found 'DD'-anomaly for variable 'flag' (lines '1,003'-'1,008').
8310 src/com/gps/dao/TripProcessDAO.java 1007 Potential violation of Law of Demeter (object not created locally)
8311 src/com/gps/dao/TripProcessDAO.java 1011 Potential violation of Law of Demeter (object not created locally)
8312 src/com/gps/dao/TripProcessDAO.java 1014 Found 'DD'-anomaly for variable 'tripList' (lines '1,014'-'1,043').
8313 src/com/gps/dao/TripProcessDAO.java 1014 Found 'DD'-anomaly for variable 'tripList' (lines '1,014'-'1,047').
8314 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8315 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8316 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8317 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8318 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8319 src/com/gps/dao/TripProcessDAO.java 1014 Potential violation of Law of Demeter (method chain calls)
8320 src/com/gps/dao/TripProcessDAO.java 1017 Potential violation of Law of Demeter (object not created locally)
8321 src/com/gps/dao/TripProcessDAO.java 1020 Potential violation of Law of Demeter (method chain calls)
8322 src/com/gps/dao/TripProcessDAO.java 1020 Potential violation of Law of Demeter (method chain calls)
8323 src/com/gps/dao/TripProcessDAO.java 1020 Potential violation of Law of Demeter (object not created locally)
8324 src/com/gps/dao/TripProcessDAO.java 1029 Found 'DD'-anomaly for variable 'finalquery' (lines '1,029'-'1,034').
8325 src/com/gps/dao/TripProcessDAO.java 1029 Potential violation of Law of Demeter (object not created locally)
8326 src/com/gps/dao/TripProcessDAO.java 1030 Potential violation of Law of Demeter (object not created locally)
8327 src/com/gps/dao/TripProcessDAO.java 1032 Potential violation of Law of Demeter (object not created locally)
8328 src/com/gps/dao/TripProcessDAO.java 1033 Local variable 'previous' could be declared final
8329 src/com/gps/dao/TripProcessDAO.java 1034 Potential violation of Law of Demeter (object not created locally)
8330 src/com/gps/dao/TripProcessDAO.java 1037 Potential violation of Law of Demeter (method chain calls)
8331 src/com/gps/dao/TripProcessDAO.java 1038 Potential violation of Law of Demeter (method chain calls)
8332 src/com/gps/dao/TripProcessDAO.java 1039 Potential violation of Law of Demeter (method chain calls)
8333 src/com/gps/dao/TripProcessDAO.java 1043 Potential violation of Law of Demeter (method chain calls)
8334 src/com/gps/dao/TripProcessDAO.java 1043 Potential violation of Law of Demeter (method chain calls)
8335 src/com/gps/dao/TripProcessDAO.java 1045 Potential violation of Law of Demeter (object not created locally)
8336 src/com/gps/dao/TripProcessDAO.java 1045 Potential violation of Law of Demeter (object not created locally)
8337 src/com/gps/dao/TripProcessDAO.java 1045 Potential violation of Law of Demeter (object not created locally)
8338 src/com/gps/dao/TripProcessDAO.java 1045 Potential violation of Law of Demeter (object not created locally)
8339 src/com/gps/dao/TripProcessDAO.java 1045 Useless parentheses.
8340 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8341 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8342 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8343 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8344 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8345 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8346 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (method chain calls)
8347 src/com/gps/dao/TripProcessDAO.java 1047 Potential violation of Law of Demeter (object not created locally)
8348 src/com/gps/dao/TripProcessDAO.java 1048 Comment is too large: Line too long
8349 src/com/gps/dao/TripProcessDAO.java 1053 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8350 src/com/gps/dao/TripProcessDAO.java 1055 There is log block not surrounded by if
8351 src/com/gps/dao/TripProcessDAO.java 1058 Avoid empty finally blocks
8352 src/com/gps/dao/TripProcessDAO.java 1064 Parameter 'first' is not assigned and could be declared final
8353 src/com/gps/dao/TripProcessDAO.java 1064 Parameter 'last' is not assigned and could be declared final
8354 src/com/gps/dao/TripProcessDAO.java 1064 publicMethodCommentRequirement Required
8355 src/com/gps/dao/TripProcessDAO.java 1069 Local variable 'queryString' could be declared final
8356 src/com/gps/dao/TripProcessDAO.java 1070 Local variable 'queryObject' could be declared final
8357 src/com/gps/dao/TripProcessDAO.java 1070 Potential violation of Law of Demeter (method chain calls)
8358 src/com/gps/dao/TripProcessDAO.java 1073 Potential violation of Law of Demeter (method chain calls)
8359 src/com/gps/dao/TripProcessDAO.java 1073 Potential violation of Law of Demeter (object not created locally)
8360 src/com/gps/dao/TripProcessDAO.java 1074 A catch statement that catches an exception only to rethrow it should be avoided.
8361 src/com/gps/dao/TripProcessDAO.java 1074 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8362 src/com/gps/dao/TripProcessDAO.java 1082 A method/constructor shouldnt explicitly throw java.lang.Exception
8363 src/com/gps/dao/TripProcessDAO.java 1082 Method names should not start with capital letters
8364 src/com/gps/dao/TripProcessDAO.java 1082 Parameter 'trip' is not assigned and could be declared final
8365 src/com/gps/dao/TripProcessDAO.java 1082 publicMethodCommentRequirement Required
8366 src/com/gps/dao/TripProcessDAO.java 1085 Avoid variables with short names like tx
8367 src/com/gps/dao/TripProcessDAO.java 1086 Local variable 'vdao' could be declared final
8368 src/com/gps/dao/TripProcessDAO.java 1090 Potential violation of Law of Demeter (object not created locally)
8369 src/com/gps/dao/TripProcessDAO.java 1091 Potential violation of Law of Demeter (object not created locally)
8370 src/com/gps/dao/TripProcessDAO.java 1092 Potential violation of Law of Demeter (object not created locally)
8371 src/com/gps/dao/TripProcessDAO.java 1094 Potential violation of Law of Demeter (object not created locally)
8372 src/com/gps/dao/TripProcessDAO.java 1095 Potential violation of Law of Demeter (object not created locally)
8373 src/com/gps/dao/TripProcessDAO.java 1096 Potential violation of Law of Demeter (object not created locally)
8374 src/com/gps/dao/TripProcessDAO.java 1103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8375 src/com/gps/dao/TripProcessDAO.java 1105 There is log block not surrounded by if
8376 src/com/gps/dao/TripProcessDAO.java 1108 Avoid empty finally blocks
8377 src/com/gps/dao/TripProcessDAO.java 1120 A method/constructor shouldnt explicitly throw java.lang.Exception
8378 src/com/gps/dao/TripProcessDAO.java 1120 Avoid really long methods.
8379 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'evenDuration' is not assigned and could be declared final
8380 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'evenHours' is not assigned and could be declared final
8381 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'evenMins' is not assigned and could be declared final
8382 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'monDuration' is not assigned and could be declared final
8383 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'monhours' is not assigned and could be declared final
8384 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'monmins' is not assigned and could be declared final
8385 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'tripname' is not assigned and could be declared final
8386 src/com/gps/dao/TripProcessDAO.java 1120 Parameter 'vehicleId' is not assigned and could be declared final
8387 src/com/gps/dao/TripProcessDAO.java 1120 Rather than using a lot of String arguments, consider using a container object for those values.
8388 src/com/gps/dao/TripProcessDAO.java 1120 The method 'kTrips' has a Cyclomatic Complexity of 11.
8389 src/com/gps/dao/TripProcessDAO.java 1120 publicMethodCommentRequirement Required
8390 src/com/gps/dao/TripProcessDAO.java 1123 Avoid declaring a variable if it is unreferenced before a possible exit point.
8391 src/com/gps/dao/TripProcessDAO.java 1123 Avoid unused local variables such as 'utils'.
8392 src/com/gps/dao/TripProcessDAO.java 1123 Local variable 'utils' could be declared final
8393 src/com/gps/dao/TripProcessDAO.java 1138 Local variable 'date' could be declared final
8394 src/com/gps/dao/TripProcessDAO.java 1139 Local variable 'cal' could be declared final
8395 src/com/gps/dao/TripProcessDAO.java 1140 Local variable 'cal2' could be declared final
8396 src/com/gps/dao/TripProcessDAO.java 1141 Potential violation of Law of Demeter (object not created locally)
8397 src/com/gps/dao/TripProcessDAO.java 1142 Potential violation of Law of Demeter (object not created locally)
8398 src/com/gps/dao/TripProcessDAO.java 1143 Potential violation of Law of Demeter (object not created locally)
8399 src/com/gps/dao/TripProcessDAO.java 1144 Potential violation of Law of Demeter (object not created locally)
8400 src/com/gps/dao/TripProcessDAO.java 1145 Potential violation of Law of Demeter (object not created locally)
8401 src/com/gps/dao/TripProcessDAO.java 1146 Potential violation of Law of Demeter (object not created locally)
8402 src/com/gps/dao/TripProcessDAO.java 1147 Potential violation of Law of Demeter (object not created locally)
8403 src/com/gps/dao/TripProcessDAO.java 1148 Potential violation of Law of Demeter (object not created locally)
8404 src/com/gps/dao/TripProcessDAO.java 1149 Potential violation of Law of Demeter (object not created locally)
8405 src/com/gps/dao/TripProcessDAO.java 1150 Potential violation of Law of Demeter (object not created locally)
8406 src/com/gps/dao/TripProcessDAO.java 1151 Potential violation of Law of Demeter (object not created locally)
8407 src/com/gps/dao/TripProcessDAO.java 1152 Potential violation of Law of Demeter (object not created locally)
8408 src/com/gps/dao/TripProcessDAO.java 1153 Potential violation of Law of Demeter (object not created locally)
8409 src/com/gps/dao/TripProcessDAO.java 1168 Avoid using Literals in Conditional Statements
8410 src/com/gps/dao/TripProcessDAO.java 1168 Avoid using if statements without curly braces
8411 src/com/gps/dao/TripProcessDAO.java 1169 Potential violation of Law of Demeter (object not created locally)
8412 src/com/gps/dao/TripProcessDAO.java 1169 Potential violation of Law of Demeter (object not created locally)
8413 src/com/gps/dao/TripProcessDAO.java 1170 Avoid using Literals in Conditional Statements
8414 src/com/gps/dao/TripProcessDAO.java 1170 Avoid using if statements without curly braces
8415 src/com/gps/dao/TripProcessDAO.java 1171 Potential violation of Law of Demeter (object not created locally)
8416 src/com/gps/dao/TripProcessDAO.java 1171 Potential violation of Law of Demeter (object not created locally)
8417 src/com/gps/dao/TripProcessDAO.java 1174 Potential violation of Law of Demeter (method chain calls)
8418 src/com/gps/dao/TripProcessDAO.java 1174 Potential violation of Law of Demeter (method chain calls)
8419 src/com/gps/dao/TripProcessDAO.java 1174 The String literal " and " appears 6 times in this file; the first occurrence is on line 1,174
8420 src/com/gps/dao/TripProcessDAO.java 1176 Potential violation of Law of Demeter (object not created locally)
8421 src/com/gps/dao/TripProcessDAO.java 1177 Avoid if (x != y) ..; else ..;
8422 src/com/gps/dao/TripProcessDAO.java 1179 Potential violation of Law of Demeter (object not created locally)
8423 src/com/gps/dao/TripProcessDAO.java 1188 Potential violation of Law of Demeter (method chain calls)
8424 src/com/gps/dao/TripProcessDAO.java 1188 Potential violation of Law of Demeter (method chain calls)
8425 src/com/gps/dao/TripProcessDAO.java 1189 Potential violation of Law of Demeter (object not created locally)
8426 src/com/gps/dao/TripProcessDAO.java 1190 Avoid if (x != y) ..; else ..;
8427 src/com/gps/dao/TripProcessDAO.java 1192 Potential violation of Law of Demeter (object not created locally)
8428 src/com/gps/dao/TripProcessDAO.java 1199 Avoid empty if statements
8429 src/com/gps/dao/TripProcessDAO.java 1212 New exception is thrown in catch block, original stack trace may be lost
8430 src/com/gps/dao/TripProcessDAO.java 1221 Avoid using Literals in Conditional Statements
8431 src/com/gps/dao/TripProcessDAO.java 1221 Potential violation of Law of Demeter (object not created locally)
8432 src/com/gps/dao/TripProcessDAO.java 1221 Use equals() to compare strings instead of '==' or '!='
8433 src/com/gps/dao/TripProcessDAO.java 1223 New exception is thrown in catch block, original stack trace may be lost
8434 src/com/gps/dao/TripProcessDAO.java 1227 New exception is thrown in catch block, original stack trace may be lost
8435 src/com/gps/dao/TripProcessDAO.java 1232 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8436 src/com/gps/dao/TripProcessDAO.java 1234 There is log block not surrounded by if
8437 src/com/gps/dao/TripProcessDAO.java 1245 Comment is too large: Line too long
8438 src/com/gps/dao/TripProcessDAO.java 1246 A method/constructor shouldnt explicitly throw java.lang.Exception
8439 src/com/gps/dao/TripProcessDAO.java 1246 Avoid really long methods.
8440 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'evenDuration' is not assigned and could be declared final
8441 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'evenHours' is not assigned and could be declared final
8442 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'evenMins' is not assigned and could be declared final
8443 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'monDuration' is not assigned and could be declared final
8444 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'monhours' is not assigned and could be declared final
8445 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'monmins' is not assigned and could be declared final
8446 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'tripname' is not assigned and could be declared final
8447 src/com/gps/dao/TripProcessDAO.java 1246 Parameter 'vehicleId' is not assigned and could be declared final
8448 src/com/gps/dao/TripProcessDAO.java 1246 Rather than using a lot of String arguments, consider using a container object for those values.
8449 src/com/gps/dao/TripProcessDAO.java 1246 The method 'checkTripsTest' has a Cyclomatic Complexity of 20.
8450 src/com/gps/dao/TripProcessDAO.java 1246 The method checkTripsTest() has an NPath complexity of 980
8451 src/com/gps/dao/TripProcessDAO.java 1246 publicMethodCommentRequirement Required
8452 src/com/gps/dao/TripProcessDAO.java 1250 Avoid declaring a variable if it is unreferenced before a possible exit point.
8453 src/com/gps/dao/TripProcessDAO.java 1250 Avoid unused local variables such as 'utils'.
8454 src/com/gps/dao/TripProcessDAO.java 1250 Local variable 'utils' could be declared final
8455 src/com/gps/dao/TripProcessDAO.java 1266 Use one line for each declaration, it enhances code readability.
8456 src/com/gps/dao/TripProcessDAO.java 1267 Local variable 'date' could be declared final
8457 src/com/gps/dao/TripProcessDAO.java 1268 Local variable 'cal' could be declared final
8458 src/com/gps/dao/TripProcessDAO.java 1269 Local variable 'cal2' could be declared final
8459 src/com/gps/dao/TripProcessDAO.java 1270 Potential violation of Law of Demeter (object not created locally)
8460 src/com/gps/dao/TripProcessDAO.java 1274 Potential violation of Law of Demeter (object not created locally)
8461 src/com/gps/dao/TripProcessDAO.java 1275 Potential violation of Law of Demeter (object not created locally)
8462 src/com/gps/dao/TripProcessDAO.java 1276 Potential violation of Law of Demeter (object not created locally)
8463 src/com/gps/dao/TripProcessDAO.java 1278 Potential violation of Law of Demeter (object not created locally)
8464 src/com/gps/dao/TripProcessDAO.java 1279 Potential violation of Law of Demeter (object not created locally)
8465 src/com/gps/dao/TripProcessDAO.java 1280 Potential violation of Law of Demeter (object not created locally)
8466 src/com/gps/dao/TripProcessDAO.java 1290 Potential violation of Law of Demeter (object not created locally)
8467 src/com/gps/dao/TripProcessDAO.java 1291 Potential violation of Law of Demeter (object not created locally)
8468 src/com/gps/dao/TripProcessDAO.java 1292 Potential violation of Law of Demeter (object not created locally)
8469 src/com/gps/dao/TripProcessDAO.java 1293 Potential violation of Law of Demeter (object not created locally)
8470 src/com/gps/dao/TripProcessDAO.java 1294 Potential violation of Law of Demeter (object not created locally)
8471 src/com/gps/dao/TripProcessDAO.java 1295 Potential violation of Law of Demeter (object not created locally)
8472 src/com/gps/dao/TripProcessDAO.java 1319 Comment is too large: Line too long
8473 src/com/gps/dao/TripProcessDAO.java 1324 Comment is too large: Line too long
8474 src/com/gps/dao/TripProcessDAO.java 1338 Comment is too large: Line too long
8475 src/com/gps/dao/TripProcessDAO.java 1339 Use equals() to compare strings instead of '==' or '!='
8476 src/com/gps/dao/TripProcessDAO.java 1342 Comment is too large: Line too long
8477 src/com/gps/dao/TripProcessDAO.java 1342 Potential violation of Law of Demeter (method chain calls)
8478 src/com/gps/dao/TripProcessDAO.java 1342 Potential violation of Law of Demeter (method chain calls)
8479 src/com/gps/dao/TripProcessDAO.java 1347 Avoid using Literals in Conditional Statements
8480 src/com/gps/dao/TripProcessDAO.java 1350 Avoid using Literals in Conditional Statements
8481 src/com/gps/dao/TripProcessDAO.java 1350 Use equals() to compare strings instead of '==' or '!='
8482 src/com/gps/dao/TripProcessDAO.java 1352 Comment is too large: Line too long
8483 src/com/gps/dao/TripProcessDAO.java 1352 Potential violation of Law of Demeter (method chain calls)
8484 src/com/gps/dao/TripProcessDAO.java 1352 Potential violation of Law of Demeter (method chain calls)
8485 src/com/gps/dao/TripProcessDAO.java 1359 Potential violation of Law of Demeter (object not created locally)
8486 src/com/gps/dao/TripProcessDAO.java 1362 Avoid if (x != y) ..; else ..;
8487 src/com/gps/dao/TripProcessDAO.java 1366 Potential violation of Law of Demeter (object not created locally)
8488 src/com/gps/dao/TripProcessDAO.java 1377 Avoid using Literals in Conditional Statements
8489 src/com/gps/dao/TripProcessDAO.java 1377 Use equals() to compare strings instead of '==' or '!='
8490 src/com/gps/dao/TripProcessDAO.java 1380 Potential violation of Law of Demeter (method chain calls)
8491 src/com/gps/dao/TripProcessDAO.java 1380 Potential violation of Law of Demeter (method chain calls)
8492 src/com/gps/dao/TripProcessDAO.java 1382 Potential violation of Law of Demeter (object not created locally)
8493 src/com/gps/dao/TripProcessDAO.java 1384 Avoid if (x != y) ..; else ..;
8494 src/com/gps/dao/TripProcessDAO.java 1386 Potential violation of Law of Demeter (object not created locally)
8495 src/com/gps/dao/TripProcessDAO.java 1393 Avoid empty if statements
8496 src/com/gps/dao/TripProcessDAO.java 1407 New exception is thrown in catch block, original stack trace may be lost
8497 src/com/gps/dao/TripProcessDAO.java 1416 Avoid using Literals in Conditional Statements
8498 src/com/gps/dao/TripProcessDAO.java 1416 Potential violation of Law of Demeter (object not created locally)
8499 src/com/gps/dao/TripProcessDAO.java 1416 Use equals() to compare strings instead of '==' or '!='
8500 src/com/gps/dao/TripProcessDAO.java 1419 New exception is thrown in catch block, original stack trace may be lost
8501 src/com/gps/dao/TripProcessDAO.java 1424 New exception is thrown in catch block, original stack trace may be lost
8502 src/com/gps/dao/TripProcessDAO.java 1428 A catch statement that catches an exception only to rethrow it should be avoided.
8503 src/com/gps/dao/TripProcessDAO.java 1428 Avoid catching NullPointerException; consider removing the cause of the NPE.
8504 src/com/gps/dao/TripProcessDAO.java 1428 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8505 src/com/gps/dao/TripProcessDAO.java 1434 A catch statement that catches an exception only to rethrow it should be avoided.
8506 src/com/gps/dao/TripProcessDAO.java 1434 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8507 src/com/gps/dao/TripProcessDAO.java 1451 Avoid really long methods.
8508 src/com/gps/dao/TripProcessDAO.java 1451 Avoid variables with short names like d
8509 src/com/gps/dao/TripProcessDAO.java 1451 Parameter 'd' is not assigned and could be declared final
8510 src/com/gps/dao/TripProcessDAO.java 1451 Parameter 'next1' is not assigned and could be declared final
8511 src/com/gps/dao/TripProcessDAO.java 1451 Parameter 'request' is not assigned and could be declared final
8512 src/com/gps/dao/TripProcessDAO.java 1451 The method 'getTripDates' has a Cyclomatic Complexity of 66.
8513 src/com/gps/dao/TripProcessDAO.java 1451 The method getTripDates() has an NCSS line count of 225
8514 src/com/gps/dao/TripProcessDAO.java 1451 The method getTripDates() has an NPath complexity of 71350272
8515 src/com/gps/dao/TripProcessDAO.java 1451 publicMethodCommentRequirement Required
8516 src/com/gps/dao/TripProcessDAO.java 1453 Avoid declaring a variable if it is unreferenced before a possible exit point.
8517 src/com/gps/dao/TripProcessDAO.java 1453 Avoid unused local variables such as 'trip2'.
8518 src/com/gps/dao/TripProcessDAO.java 1453 Local variable 'trip2' could be declared final
8519 src/com/gps/dao/TripProcessDAO.java 1454 Avoid variables with short names like sb
8520 src/com/gps/dao/TripProcessDAO.java 1454 Local variable 'sb' could be declared final
8521 src/com/gps/dao/TripProcessDAO.java 1455 Avoid variables with short names like t
8522 src/com/gps/dao/TripProcessDAO.java 1456 Avoid unused local variables such as 'tripd'.
8523 src/com/gps/dao/TripProcessDAO.java 1457 Local variable 'tdo' could be declared final
8524 src/com/gps/dao/TripProcessDAO.java 1459 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'freq_trip' is not final.
8525 src/com/gps/dao/TripProcessDAO.java 1460 Local variable 'calendar' could be declared final
8526 src/com/gps/dao/TripProcessDAO.java 1461 Avoid declaring a variable if it is unreferenced before a possible exit point.
8527 src/com/gps/dao/TripProcessDAO.java 1461 Avoid unused local variables such as 'itr'.
8528 src/com/gps/dao/TripProcessDAO.java 1461 Local variable 'itr' could be declared final
8529 src/com/gps/dao/TripProcessDAO.java 1465 Avoid declaring a variable if it is unreferenced before a possible exit point.
8530 src/com/gps/dao/TripProcessDAO.java 1465 Avoid unused local variables such as 'vehitr'.
8531 src/com/gps/dao/TripProcessDAO.java 1465 Local variable 'vehitr' could be declared final
8532 src/com/gps/dao/TripProcessDAO.java 1466 Avoid variables with short names like ft
8533 src/com/gps/dao/TripProcessDAO.java 1468 Avoid declaring a variable if it is unreferenced before a possible exit point.
8534 src/com/gps/dao/TripProcessDAO.java 1468 Avoid unused local variables such as 'maxitr'.
8535 src/com/gps/dao/TripProcessDAO.java 1468 Local variable 'maxitr' could be declared final
8536 src/com/gps/dao/TripProcessDAO.java 1471 Local variable 'dateUtil' could be declared final
8537 src/com/gps/dao/TripProcessDAO.java 1472 Avoid declaring a variable if it is unreferenced before a possible exit point.
8538 src/com/gps/dao/TripProcessDAO.java 1472 Avoid unused local variables such as 'check'.
8539 src/com/gps/dao/TripProcessDAO.java 1472 Local variable 'check' could be declared final
8540 src/com/gps/dao/TripProcessDAO.java 1477 Avoid declaring a variable if it is unreferenced before a possible exit point.
8541 src/com/gps/dao/TripProcessDAO.java 1477 Avoid unused local variables such as 'dateAfter_1'.
8542 src/com/gps/dao/TripProcessDAO.java 1477 Local variable 'dateAfter_1' could be declared final
8543 src/com/gps/dao/TripProcessDAO.java 1477 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfter_1' is not final.
8544 src/com/gps/dao/TripProcessDAO.java 1479 Avoid variables with short names like h
8545 src/com/gps/dao/TripProcessDAO.java 1479 Local variable 'h' could be declared final
8546 src/com/gps/dao/TripProcessDAO.java 1480 Avoid variables with short names like m
8547 src/com/gps/dao/TripProcessDAO.java 1480 Do not hard code the IP address
8548 src/com/gps/dao/TripProcessDAO.java 1480 Local variable 'm' could be declared final
8549 src/com/gps/dao/TripProcessDAO.java 1481 Avoid variables with short names like s
8550 src/com/gps/dao/TripProcessDAO.java 1481 Do not hard code the IP address
8551 src/com/gps/dao/TripProcessDAO.java 1481 Local variable 's' could be declared final
8552 src/com/gps/dao/TripProcessDAO.java 1482 Avoid variables with short names like ss
8553 src/com/gps/dao/TripProcessDAO.java 1484 Local variable 'today' could be declared final
8554 src/com/gps/dao/TripProcessDAO.java 1485 Local variable 'formatter' could be declared final
8555 src/com/gps/dao/TripProcessDAO.java 1485 When instantiating a SimpleDateFormat object, specify a Locale
8556 src/com/gps/dao/TripProcessDAO.java 1486 Local variable 'sdfDestination' could be declared final
8557 src/com/gps/dao/TripProcessDAO.java 1486 When instantiating a SimpleDateFormat object, specify a Locale
8558 src/com/gps/dao/TripProcessDAO.java 1487 Local variable 'sdfDestination_24' could be declared final
8559 src/com/gps/dao/TripProcessDAO.java 1487 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
8560 src/com/gps/dao/TripProcessDAO.java 1487 When instantiating a SimpleDateFormat object, specify a Locale
8561 src/com/gps/dao/TripProcessDAO.java 1488 Potential violation of Law of Demeter (object not created locally)
8562 src/com/gps/dao/TripProcessDAO.java 1497 Avoid unused local variables such as 'add5_30'.
8563 src/com/gps/dao/TripProcessDAO.java 1497 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'add5_30' is not final.
8564 src/com/gps/dao/TripProcessDAO.java 1498 Local variable 'adddate' could be declared final
8565 src/com/gps/dao/TripProcessDAO.java 1498 When instantiating a SimpleDateFormat object, specify a Locale
8566 src/com/gps/dao/TripProcessDAO.java 1500 Potential violation of Law of Demeter (object not created locally)
8567 src/com/gps/dao/TripProcessDAO.java 1502 Potential violation of Law of Demeter (object not created locally)
8568 src/com/gps/dao/TripProcessDAO.java 1503 Potential violation of Law of Demeter (object not created locally)
8569 src/com/gps/dao/TripProcessDAO.java 1504 Potential violation of Law of Demeter (object not created locally)
8570 src/com/gps/dao/TripProcessDAO.java 1504 Potential violation of Law of Demeter (object not created locally)
8571 src/com/gps/dao/TripProcessDAO.java 1506 There is log block not surrounded by if
8572 src/com/gps/dao/TripProcessDAO.java 1506 There is log block not surrounded by if
8573 src/com/gps/dao/TripProcessDAO.java 1509 Avoid empty catch blocks
8574 src/com/gps/dao/TripProcessDAO.java 1518 Avoid excessively long variable names like dateCurrentDate_30
8575 src/com/gps/dao/TripProcessDAO.java 1518 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateCurrentDate_30' is not final.
8576 src/com/gps/dao/TripProcessDAO.java 1522 Potential violation of Law of Demeter (object not created locally)
8577 src/com/gps/dao/TripProcessDAO.java 1527 There is log block not surrounded by if
8578 src/com/gps/dao/TripProcessDAO.java 1529 Potential violation of Law of Demeter (object not created locally)
8579 src/com/gps/dao/TripProcessDAO.java 1530 Local variable 'current_30' could be declared final
8580 src/com/gps/dao/TripProcessDAO.java 1530 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_30' is not final.
8581 src/com/gps/dao/TripProcessDAO.java 1530 Potential violation of Law of Demeter (object not created locally)
8582 src/com/gps/dao/TripProcessDAO.java 1530 Potential violation of Law of Demeter (object not created locally)
8583 src/com/gps/dao/TripProcessDAO.java 1534 Potential violation of Law of Demeter (object not created locally)
8584 src/com/gps/dao/TripProcessDAO.java 1538 There is log block not surrounded by if
8585 src/com/gps/dao/TripProcessDAO.java 1552 Avoid excessively long variable names like string_enddate_12hrs
8586 src/com/gps/dao/TripProcessDAO.java 1552 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_enddate_12hrs' is not final.
8587 src/com/gps/dao/TripProcessDAO.java 1553 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'am_pm' is not final.
8588 src/com/gps/dao/TripProcessDAO.java 1555 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'startDate_search' is not final.
8589 src/com/gps/dao/TripProcessDAO.java 1556 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'endDate_search' is not final.
8590 src/com/gps/dao/TripProcessDAO.java 1557 Avoid excessively long variable names like dateStartDate_search
8591 src/com/gps/dao/TripProcessDAO.java 1557 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateStartDate_search' is not final.
8592 src/com/gps/dao/TripProcessDAO.java 1558 Avoid excessively long variable names like dateEndDate_search
8593 src/com/gps/dao/TripProcessDAO.java 1558 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateEndDate_search' is not final.
8594 src/com/gps/dao/TripProcessDAO.java 1560 Avoid declaring a variable if it is unreferenced before a possible exit point.
8595 src/com/gps/dao/TripProcessDAO.java 1560 Avoid unused local variables such as 'final_startDate'.
8596 src/com/gps/dao/TripProcessDAO.java 1560 Local variable 'final_startDate' could be declared final
8597 src/com/gps/dao/TripProcessDAO.java 1560 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_startDate' is not final.
8598 src/com/gps/dao/TripProcessDAO.java 1561 Avoid declaring a variable if it is unreferenced before a possible exit point.
8599 src/com/gps/dao/TripProcessDAO.java 1561 Avoid unused local variables such as 'final_endDate'.
8600 src/com/gps/dao/TripProcessDAO.java 1561 Local variable 'final_endDate' could be declared final
8601 src/com/gps/dao/TripProcessDAO.java 1561 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'final_endDate' is not final.
8602 src/com/gps/dao/TripProcessDAO.java 1564 Avoid excessively long variable names like tstart_date_by_date
8603 src/com/gps/dao/TripProcessDAO.java 1564 Avoid unused local variables such as 'tstart_date_by_date'.
8604 src/com/gps/dao/TripProcessDAO.java 1564 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tstart_date_by_date' is not final.
8605 src/com/gps/dao/TripProcessDAO.java 1565 Avoid unused local variables such as 'tend_date_by_date'.
8606 src/com/gps/dao/TripProcessDAO.java 1565 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'tend_date_by_date' is not final.
8607 src/com/gps/dao/TripProcessDAO.java 1567 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fcurrent_30' is not final.
8608 src/com/gps/dao/TripProcessDAO.java 1572 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'fStart_current' is not final.
8609 src/com/gps/dao/TripProcessDAO.java 1573 Local variable 'cal_now' could be declared final
8610 src/com/gps/dao/TripProcessDAO.java 1573 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'cal_now' is not final.
8611 src/com/gps/dao/TripProcessDAO.java 1574 Local variable 'calendar_now' could be declared final
8612 src/com/gps/dao/TripProcessDAO.java 1574 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'calendar_now' is not final.
8613 src/com/gps/dao/TripProcessDAO.java 1575 Local variable 'dateformat' could be declared final
8614 src/com/gps/dao/TripProcessDAO.java 1575 When instantiating a SimpleDateFormat object, specify a Locale
8615 src/com/gps/dao/TripProcessDAO.java 1576 Local variable 'date' could be declared final
8616 src/com/gps/dao/TripProcessDAO.java 1576 Potential violation of Law of Demeter (object not created locally)
8617 src/com/gps/dao/TripProcessDAO.java 1577 Local variable 'curr_time' could be declared final
8618 src/com/gps/dao/TripProcessDAO.java 1577 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'curr_time' is not final.
8619 src/com/gps/dao/TripProcessDAO.java 1577 Potential violation of Law of Demeter (object not created locally)
8620 src/com/gps/dao/TripProcessDAO.java 1578 Local variable 'time' could be declared final
8621 src/com/gps/dao/TripProcessDAO.java 1578 Potential violation of Law of Demeter (object not created locally)
8622 src/com/gps/dao/TripProcessDAO.java 1580 Potential violation of Law of Demeter (object not created locally)
8623 src/com/gps/dao/TripProcessDAO.java 1581 Potential violation of Law of Demeter (object not created locally)
8624 src/com/gps/dao/TripProcessDAO.java 1585 Potential violation of Law of Demeter (object not created locally)
8625 src/com/gps/dao/TripProcessDAO.java 1586 Potential violation of Law of Demeter (method chain calls)
8626 src/com/gps/dao/TripProcessDAO.java 1586 Potential violation of Law of Demeter (method chain calls)
8627 src/com/gps/dao/TripProcessDAO.java 1586 Potential violation of Law of Demeter (object not created locally)
8628 src/com/gps/dao/TripProcessDAO.java 1586 Potential violation of Law of Demeter (object not created locally)
8629 src/com/gps/dao/TripProcessDAO.java 1589 Avoid appending characters as strings in StringBuffer.append.
8630 src/com/gps/dao/TripProcessDAO.java 1589 Potential violation of Law of Demeter (object not created locally)
8631 src/com/gps/dao/TripProcessDAO.java 1591 Potential violation of Law of Demeter (object not created locally)
8632 src/com/gps/dao/TripProcessDAO.java 1591 Potential violation of Law of Demeter (object not created locally)
8633 src/com/gps/dao/TripProcessDAO.java 1594 Potential violation of Law of Demeter (object not created locally)
8634 src/com/gps/dao/TripProcessDAO.java 1595 Potential violation of Law of Demeter (object not created locally)
8635 src/com/gps/dao/TripProcessDAO.java 1595 Potential violation of Law of Demeter (object not created locally)
8636 src/com/gps/dao/TripProcessDAO.java 1598 Potential violation of Law of Demeter (method chain calls)
8637 src/com/gps/dao/TripProcessDAO.java 1598 Potential violation of Law of Demeter (method chain calls)
8638 src/com/gps/dao/TripProcessDAO.java 1598 Potential violation of Law of Demeter (object not created locally)
8639 src/com/gps/dao/TripProcessDAO.java 1599 Potential violation of Law of Demeter (method chain calls)
8640 src/com/gps/dao/TripProcessDAO.java 1599 Potential violation of Law of Demeter (object not created locally)
8641 src/com/gps/dao/TripProcessDAO.java 1601 Potential violation of Law of Demeter (method chain calls)
8642 src/com/gps/dao/TripProcessDAO.java 1601 Potential violation of Law of Demeter (method chain calls)
8643 src/com/gps/dao/TripProcessDAO.java 1602 Avoid using if...else statements without curly braces
8644 src/com/gps/dao/TripProcessDAO.java 1604 Avoid using if...else statements without curly braces
8645 src/com/gps/dao/TripProcessDAO.java 1605 Potential violation of Law of Demeter (method chain calls)
8646 src/com/gps/dao/TripProcessDAO.java 1605 Potential violation of Law of Demeter (method chain calls)
8647 src/com/gps/dao/TripProcessDAO.java 1606 Potential violation of Law of Demeter (object not created locally)
8648 src/com/gps/dao/TripProcessDAO.java 1608 Potential violation of Law of Demeter (method chain calls)
8649 src/com/gps/dao/TripProcessDAO.java 1610 Local variable 'hours' could be declared final
8650 src/com/gps/dao/TripProcessDAO.java 1610 Potential violation of Law of Demeter (method chain calls)
8651 src/com/gps/dao/TripProcessDAO.java 1613 Potential violation of Law of Demeter (method chain calls)
8652 src/com/gps/dao/TripProcessDAO.java 1613 Potential violation of Law of Demeter (method chain calls)
8653 src/com/gps/dao/TripProcessDAO.java 1613 Potential violation of Law of Demeter (object not created locally)
8654 src/com/gps/dao/TripProcessDAO.java 1614 Potential violation of Law of Demeter (method chain calls)
8655 src/com/gps/dao/TripProcessDAO.java 1614 Potential violation of Law of Demeter (method chain calls)
8656 src/com/gps/dao/TripProcessDAO.java 1614 Potential violation of Law of Demeter (object not created locally)
8657 src/com/gps/dao/TripProcessDAO.java 1615 Potential violation of Law of Demeter (object not created locally)
8658 src/com/gps/dao/TripProcessDAO.java 1616 Potential violation of Law of Demeter (object not created locally)
8659 src/com/gps/dao/TripProcessDAO.java 1616 Potential violation of Law of Demeter (object not created locally)
8660 src/com/gps/dao/TripProcessDAO.java 1620 Potential violation of Law of Demeter (object not created locally)
8661 src/com/gps/dao/TripProcessDAO.java 1621 Potential violation of Law of Demeter (object not created locally)
8662 src/com/gps/dao/TripProcessDAO.java 1625 There is log block not surrounded by if
8663 src/com/gps/dao/TripProcessDAO.java 1628 Potential violation of Law of Demeter (object not created locally)
8664 src/com/gps/dao/TripProcessDAO.java 1628 Potential violation of Law of Demeter (object not created locally)
8665 src/com/gps/dao/TripProcessDAO.java 1628 Useless parentheses.
8666 src/com/gps/dao/TripProcessDAO.java 1628 Useless parentheses.
8667 src/com/gps/dao/TripProcessDAO.java 1630 Comment is too large: Line too long
8668 src/com/gps/dao/TripProcessDAO.java 1634 Potential violation of Law of Demeter (object not created locally)
8669 src/com/gps/dao/TripProcessDAO.java 1635 Potential violation of Law of Demeter (object not created locally)
8670 src/com/gps/dao/TripProcessDAO.java 1635 Potential violation of Law of Demeter (object not created locally)
8671 src/com/gps/dao/TripProcessDAO.java 1636 Potential violation of Law of Demeter (method chain calls)
8672 src/com/gps/dao/TripProcessDAO.java 1636 Potential violation of Law of Demeter (method chain calls)
8673 src/com/gps/dao/TripProcessDAO.java 1636 Potential violation of Law of Demeter (object not created locally)
8674 src/com/gps/dao/TripProcessDAO.java 1637 Potential violation of Law of Demeter (method chain calls)
8675 src/com/gps/dao/TripProcessDAO.java 1637 Potential violation of Law of Demeter (object not created locally)
8676 src/com/gps/dao/TripProcessDAO.java 1639 Potential violation of Law of Demeter (method chain calls)
8677 src/com/gps/dao/TripProcessDAO.java 1639 Potential violation of Law of Demeter (method chain calls)
8678 src/com/gps/dao/TripProcessDAO.java 1640 Avoid using if...else statements without curly braces
8679 src/com/gps/dao/TripProcessDAO.java 1642 Avoid using if...else statements without curly braces
8680 src/com/gps/dao/TripProcessDAO.java 1643 Potential violation of Law of Demeter (method chain calls)
8681 src/com/gps/dao/TripProcessDAO.java 1643 Potential violation of Law of Demeter (method chain calls)
8682 src/com/gps/dao/TripProcessDAO.java 1644 Potential violation of Law of Demeter (object not created locally)
8683 src/com/gps/dao/TripProcessDAO.java 1646 Potential violation of Law of Demeter (method chain calls)
8684 src/com/gps/dao/TripProcessDAO.java 1646 Potential violation of Law of Demeter (method chain calls)
8685 src/com/gps/dao/TripProcessDAO.java 1646 Potential violation of Law of Demeter (object not created locally)
8686 src/com/gps/dao/TripProcessDAO.java 1647 Potential violation of Law of Demeter (method chain calls)
8687 src/com/gps/dao/TripProcessDAO.java 1647 Potential violation of Law of Demeter (method chain calls)
8688 src/com/gps/dao/TripProcessDAO.java 1647 Potential violation of Law of Demeter (object not created locally)
8689 src/com/gps/dao/TripProcessDAO.java 1648 Potential violation of Law of Demeter (object not created locally)
8690 src/com/gps/dao/TripProcessDAO.java 1649 Potential violation of Law of Demeter (object not created locally)
8691 src/com/gps/dao/TripProcessDAO.java 1649 Potential violation of Law of Demeter (object not created locally)
8692 src/com/gps/dao/TripProcessDAO.java 1653 Potential violation of Law of Demeter (object not created locally)
8693 src/com/gps/dao/TripProcessDAO.java 1654 Potential violation of Law of Demeter (object not created locally)
8694 src/com/gps/dao/TripProcessDAO.java 1659 There is log block not surrounded by if
8695 src/com/gps/dao/TripProcessDAO.java 1665 Potential violation of Law of Demeter (object not created locally)
8696 src/com/gps/dao/TripProcessDAO.java 1665 Potential violation of Law of Demeter (object not created locally)
8697 src/com/gps/dao/TripProcessDAO.java 1667 Potential violation of Law of Demeter (method chain calls)
8698 src/com/gps/dao/TripProcessDAO.java 1667 Potential violation of Law of Demeter (method chain calls)
8699 src/com/gps/dao/TripProcessDAO.java 1667 Potential violation of Law of Demeter (object not created locally)
8700 src/com/gps/dao/TripProcessDAO.java 1668 Potential violation of Law of Demeter (method chain calls)
8701 src/com/gps/dao/TripProcessDAO.java 1668 Potential violation of Law of Demeter (method chain calls)
8702 src/com/gps/dao/TripProcessDAO.java 1668 Potential violation of Law of Demeter (object not created locally)
8703 src/com/gps/dao/TripProcessDAO.java 1669 Potential violation of Law of Demeter (method chain calls)
8704 src/com/gps/dao/TripProcessDAO.java 1669 Potential violation of Law of Demeter (method chain calls)
8705 src/com/gps/dao/TripProcessDAO.java 1669 Potential violation of Law of Demeter (object not created locally)
8706 src/com/gps/dao/TripProcessDAO.java 1670 Local variable 'str_dat' could be declared final
8707 src/com/gps/dao/TripProcessDAO.java 1670 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_dat' is not final.
8708 src/com/gps/dao/TripProcessDAO.java 1670 Potential violation of Law of Demeter (object not created locally)
8709 src/com/gps/dao/TripProcessDAO.java 1670 Potential violation of Law of Demeter (object not created locally)
8710 src/com/gps/dao/TripProcessDAO.java 1671 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_date' is not final.
8711 src/com/gps/dao/TripProcessDAO.java 1675 Potential violation of Law of Demeter (object not created locally)
8712 src/com/gps/dao/TripProcessDAO.java 1678 There is log block not surrounded by if
8713 src/com/gps/dao/TripProcessDAO.java 1681 Potential violation of Law of Demeter (object not created locally)
8714 src/com/gps/dao/TripProcessDAO.java 1682 There is log block not surrounded by if
8715 src/com/gps/dao/TripProcessDAO.java 1682 There is log block not surrounded by if
8716 src/com/gps/dao/TripProcessDAO.java 1685 Potential violation of Law of Demeter (method chain calls)
8717 src/com/gps/dao/TripProcessDAO.java 1685 Potential violation of Law of Demeter (object not created locally)
8718 src/com/gps/dao/TripProcessDAO.java 1685 Potential violation of Law of Demeter (object not created locally)
8719 src/com/gps/dao/TripProcessDAO.java 1685 Potential violation of Law of Demeter (object not created locally)
8720 src/com/gps/dao/TripProcessDAO.java 1685 Useless parentheses.
8721 src/com/gps/dao/TripProcessDAO.java 1685 Useless parentheses.
8722 src/com/gps/dao/TripProcessDAO.java 1685 Useless parentheses.
8723 src/com/gps/dao/TripProcessDAO.java 1688 There is log block not surrounded by if
8724 src/com/gps/dao/TripProcessDAO.java 1688 There is log block not surrounded by if
8725 src/com/gps/dao/TripProcessDAO.java 1689 Potential violation of Law of Demeter (object not created locally)
8726 src/com/gps/dao/TripProcessDAO.java 1692 Comment is too large: Line too long
8727 src/com/gps/dao/TripProcessDAO.java 1693 Potential violation of Law of Demeter (object not created locally)
8728 src/com/gps/dao/TripProcessDAO.java 1693 Potential violation of Law of Demeter (object not created locally)
8729 src/com/gps/dao/TripProcessDAO.java 1696 Avoid if (x != y) ..; else ..;
8730 src/com/gps/dao/TripProcessDAO.java 1696 Useless parentheses.
8731 src/com/gps/dao/TripProcessDAO.java 1698 Potential violation of Law of Demeter (object not created locally)
8732 src/com/gps/dao/TripProcessDAO.java 1702 Comment is too large: Line too long
8733 src/com/gps/dao/TripProcessDAO.java 1706 Potential violation of Law of Demeter (object not created locally)
8734 src/com/gps/dao/TripProcessDAO.java 1714 Potential violation of Law of Demeter (method chain calls)
8735 src/com/gps/dao/TripProcessDAO.java 1714 Potential violation of Law of Demeter (object not created locally)
8736 src/com/gps/dao/TripProcessDAO.java 1714 Potential violation of Law of Demeter (object not created locally)
8737 src/com/gps/dao/TripProcessDAO.java 1714 Potential violation of Law of Demeter (object not created locally)
8738 src/com/gps/dao/TripProcessDAO.java 1714 Useless parentheses.
8739 src/com/gps/dao/TripProcessDAO.java 1714 Useless parentheses.
8740 src/com/gps/dao/TripProcessDAO.java 1714 Useless parentheses.
8741 src/com/gps/dao/TripProcessDAO.java 1717 There is log block not surrounded by if
8742 src/com/gps/dao/TripProcessDAO.java 1717 There is log block not surrounded by if
8743 src/com/gps/dao/TripProcessDAO.java 1719 Potential violation of Law of Demeter (object not created locally)
8744 src/com/gps/dao/TripProcessDAO.java 1721 There is log block not surrounded by if
8745 src/com/gps/dao/TripProcessDAO.java 1721 There is log block not surrounded by if
8746 src/com/gps/dao/TripProcessDAO.java 1722 Comment is too large: Line too long
8747 src/com/gps/dao/TripProcessDAO.java 1727 Potential violation of Law of Demeter (object not created locally)
8748 src/com/gps/dao/TripProcessDAO.java 1728 Potential violation of Law of Demeter (object not created locally)
8749 src/com/gps/dao/TripProcessDAO.java 1729 Comment is too large: Line too long
8750 src/com/gps/dao/TripProcessDAO.java 1732 There is log block not surrounded by if
8751 src/com/gps/dao/TripProcessDAO.java 1736 Potential violation of Law of Demeter (object not created locally)
8752 src/com/gps/dao/TripProcessDAO.java 1741 Comment is too large: Line too long
8753 src/com/gps/dao/TripProcessDAO.java 1745 There is log block not surrounded by if
8754 src/com/gps/dao/TripProcessDAO.java 1745 There is log block not surrounded by if
8755 src/com/gps/dao/TripProcessDAO.java 1749 Potential violation of Law of Demeter (method chain calls)
8756 src/com/gps/dao/TripProcessDAO.java 1749 Potential violation of Law of Demeter (object not created locally)
8757 src/com/gps/dao/TripProcessDAO.java 1753 Potential violation of Law of Demeter (object not created locally)
8758 src/com/gps/dao/TripProcessDAO.java 1755 Potential violation of Law of Demeter (object not created locally)
8759 src/com/gps/dao/TripProcessDAO.java 1760 Potential violation of Law of Demeter (method chain calls)
8760 src/com/gps/dao/TripProcessDAO.java 1760 Potential violation of Law of Demeter (object not created locally)
8761 src/com/gps/dao/TripProcessDAO.java 1762 Avoid using Literals in Conditional Statements
8762 src/com/gps/dao/TripProcessDAO.java 1762 These nested if statements could be combined
8763 src/com/gps/dao/TripProcessDAO.java 1768 Potential violation of Law of Demeter (method chain calls)
8764 src/com/gps/dao/TripProcessDAO.java 1768 Potential violation of Law of Demeter (method chain calls)
8765 src/com/gps/dao/TripProcessDAO.java 1769 Potential violation of Law of Demeter (method chain calls)
8766 src/com/gps/dao/TripProcessDAO.java 1769 Potential violation of Law of Demeter (method chain calls)
8767 src/com/gps/dao/TripProcessDAO.java 1769 This statement may have some unnecessary parentheses
8768 src/com/gps/dao/TripProcessDAO.java 1769 This statement may have some unnecessary parentheses
8769 src/com/gps/dao/TripProcessDAO.java 1769 Useless parentheses.
8770 src/com/gps/dao/TripProcessDAO.java 1769 Useless parentheses.
8771 src/com/gps/dao/TripProcessDAO.java 1770 Potential violation of Law of Demeter (object not created locally)
8772 src/com/gps/dao/TripProcessDAO.java 1772 Potential violation of Law of Demeter (method chain calls)
8773 src/com/gps/dao/TripProcessDAO.java 1772 Potential violation of Law of Demeter (object not created locally)
8774 src/com/gps/dao/TripProcessDAO.java 1774 Potential violation of Law of Demeter (object not created locally)
8775 src/com/gps/dao/TripProcessDAO.java 1775 Potential violation of Law of Demeter (object not created locally)
8776 src/com/gps/dao/TripProcessDAO.java 1776 Comment is too large: Line too long
8777 src/com/gps/dao/TripProcessDAO.java 1783 Potential violation of Law of Demeter (method chain calls)
8778 src/com/gps/dao/TripProcessDAO.java 1783 Potential violation of Law of Demeter (object not created locally)
8779 src/com/gps/dao/TripProcessDAO.java 1786 Potential violation of Law of Demeter (object not created locally)
8780 src/com/gps/dao/TripProcessDAO.java 1790 Potential violation of Law of Demeter (method chain calls)
8781 src/com/gps/dao/TripProcessDAO.java 1790 Potential violation of Law of Demeter (object not created locally)
8782 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8783 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8784 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8785 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8786 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8787 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8788 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8789 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8790 src/com/gps/dao/TripProcessDAO.java 1793 Potential violation of Law of Demeter (object not created locally)
8791 src/com/gps/dao/TripProcessDAO.java 1793 Useless parentheses.
8792 src/com/gps/dao/TripProcessDAO.java 1793 Useless parentheses.
8793 src/com/gps/dao/TripProcessDAO.java 1799 Comment is too large: Line too long
8794 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8795 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8796 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8797 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8798 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8799 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8800 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8801 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8802 src/com/gps/dao/TripProcessDAO.java 1801 Potential violation of Law of Demeter (object not created locally)
8803 src/com/gps/dao/TripProcessDAO.java 1801 Useless parentheses.
8804 src/com/gps/dao/TripProcessDAO.java 1801 Useless parentheses.
8805 src/com/gps/dao/TripProcessDAO.java 1806 Comment is too large: Line too long
8806 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8807 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8808 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8809 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8810 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8811 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8812 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8813 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8814 src/com/gps/dao/TripProcessDAO.java 1808 Potential violation of Law of Demeter (object not created locally)
8815 src/com/gps/dao/TripProcessDAO.java 1808 Useless parentheses.
8816 src/com/gps/dao/TripProcessDAO.java 1808 Useless parentheses.
8817 src/com/gps/dao/TripProcessDAO.java 1813 Comment is too large: Line too long
8818 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8819 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8820 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8821 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8822 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8823 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8824 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8825 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8826 src/com/gps/dao/TripProcessDAO.java 1815 Potential violation of Law of Demeter (object not created locally)
8827 src/com/gps/dao/TripProcessDAO.java 1815 Useless parentheses.
8828 src/com/gps/dao/TripProcessDAO.java 1815 Useless parentheses.
8829 src/com/gps/dao/TripProcessDAO.java 1821 Comment is too large: Line too long
8830 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8831 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8832 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8833 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8834 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8835 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8836 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8837 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8838 src/com/gps/dao/TripProcessDAO.java 1823 Potential violation of Law of Demeter (object not created locally)
8839 src/com/gps/dao/TripProcessDAO.java 1823 Useless parentheses.
8840 src/com/gps/dao/TripProcessDAO.java 1823 Useless parentheses.
8841 src/com/gps/dao/TripProcessDAO.java 1828 Comment is too large: Line too long
8842 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8843 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8844 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8845 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8846 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8847 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8848 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8849 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8850 src/com/gps/dao/TripProcessDAO.java 1831 Potential violation of Law of Demeter (object not created locally)
8851 src/com/gps/dao/TripProcessDAO.java 1831 Useless parentheses.
8852 src/com/gps/dao/TripProcessDAO.java 1831 Useless parentheses.
8853 src/com/gps/dao/TripProcessDAO.java 1838 Comment is too large: Line too long
8854 src/com/gps/dao/TripProcessDAO.java 1842 Potential violation of Law of Demeter (object not created locally)
8855 src/com/gps/dao/TripProcessDAO.java 1843 Potential violation of Law of Demeter (object not created locally)
8856 src/com/gps/dao/TripProcessDAO.java 1845 Comment is too large: Line too long
8857 src/com/gps/dao/TripProcessDAO.java 1848 Avoid using Literals in Conditional Statements
8858 src/com/gps/dao/TripProcessDAO.java 1853 Potential violation of Law of Demeter (method chain calls)
8859 src/com/gps/dao/TripProcessDAO.java 1853 Potential violation of Law of Demeter (method chain calls)
8860 src/com/gps/dao/TripProcessDAO.java 1853 Potential violation of Law of Demeter (object not created locally)
8861 src/com/gps/dao/TripProcessDAO.java 1854 Potential violation of Law of Demeter (method chain calls)
8862 src/com/gps/dao/TripProcessDAO.java 1854 Potential violation of Law of Demeter (method chain calls)
8863 src/com/gps/dao/TripProcessDAO.java 1855 Potential violation of Law of Demeter (method chain calls)
8864 src/com/gps/dao/TripProcessDAO.java 1855 Potential violation of Law of Demeter (method chain calls)
8865 src/com/gps/dao/TripProcessDAO.java 1855 This statement may have some unnecessary parentheses
8866 src/com/gps/dao/TripProcessDAO.java 1855 This statement may have some unnecessary parentheses
8867 src/com/gps/dao/TripProcessDAO.java 1855 Useless parentheses.
8868 src/com/gps/dao/TripProcessDAO.java 1855 Useless parentheses.
8869 src/com/gps/dao/TripProcessDAO.java 1856 Potential violation of Law of Demeter (object not created locally)
8870 src/com/gps/dao/TripProcessDAO.java 1857 Comment is too large: Line too long
8871 src/com/gps/dao/TripProcessDAO.java 1857 Local variable 'newstart' could be declared final
8872 src/com/gps/dao/TripProcessDAO.java 1857 Potential violation of Law of Demeter (object not created locally)
8873 src/com/gps/dao/TripProcessDAO.java 1859 Potential violation of Law of Demeter (method chain calls)
8874 src/com/gps/dao/TripProcessDAO.java 1859 Potential violation of Law of Demeter (object not created locally)
8875 src/com/gps/dao/TripProcessDAO.java 1861 Potential violation of Law of Demeter (object not created locally)
8876 src/com/gps/dao/TripProcessDAO.java 1862 Potential violation of Law of Demeter (object not created locally)
8877 src/com/gps/dao/TripProcessDAO.java 1863 Comment is too large: Line too long
8878 src/com/gps/dao/TripProcessDAO.java 1863 Local variable 'newend' could be declared final
8879 src/com/gps/dao/TripProcessDAO.java 1863 Potential violation of Law of Demeter (object not created locally)
8880 src/com/gps/dao/TripProcessDAO.java 1866 Potential violation of Law of Demeter (method chain calls)
8881 src/com/gps/dao/TripProcessDAO.java 1866 Potential violation of Law of Demeter (method chain calls)
8882 src/com/gps/dao/TripProcessDAO.java 1866 Potential violation of Law of Demeter (object not created locally)
8883 src/com/gps/dao/TripProcessDAO.java 1866 Potential violation of Law of Demeter (object not created locally)
8884 src/com/gps/dao/TripProcessDAO.java 1868 Potential violation of Law of Demeter (method chain calls)
8885 src/com/gps/dao/TripProcessDAO.java 1868 Potential violation of Law of Demeter (method chain calls)
8886 src/com/gps/dao/TripProcessDAO.java 1868 Potential violation of Law of Demeter (object not created locally)
8887 src/com/gps/dao/TripProcessDAO.java 1868 These nested if statements could be combined
8888 src/com/gps/dao/TripProcessDAO.java 1873 Avoid appending characters as strings in StringBuffer.append.
8889 src/com/gps/dao/TripProcessDAO.java 1873 Potential violation of Law of Demeter (object not created locally)
8890 src/com/gps/dao/TripProcessDAO.java 1873 StringBuffer (or StringBuilder).append is called 3 consecutive times with literal Strings. Use a single append with a single combined String.
8891 src/com/gps/dao/TripProcessDAO.java 1874 StringBuffer (or StringBuilder).append is called 4 consecutive times with literal Strings. Use a single append with a single combined String.
8892 src/com/gps/dao/TripProcessDAO.java 1878 Avoid appending characters as strings in StringBuffer.append.
8893 src/com/gps/dao/TripProcessDAO.java 1880 StringBuffer (or StringBuilder).append is called 7 consecutive times with literal Strings. Use a single append with a single combined String.
8894 src/com/gps/dao/TripProcessDAO.java 1881 Avoid appending characters as strings in StringBuffer.append.
8895 src/com/gps/dao/TripProcessDAO.java 1883 Avoid appending characters as strings in StringBuffer.append.
8896 src/com/gps/dao/TripProcessDAO.java 1884 Avoid appending characters as strings in StringBuffer.append.
8897 src/com/gps/dao/TripProcessDAO.java 1884 Avoid appending characters as strings in StringBuffer.append.
8898 src/com/gps/dao/TripProcessDAO.java 1903 Avoid variables with short names like st
8899 src/com/gps/dao/TripProcessDAO.java 1903 Local variable 'st' could be declared final
8900 src/com/gps/dao/TripProcessDAO.java 1903 Potential violation of Law of Demeter (object not created locally)
8901 src/com/gps/dao/TripProcessDAO.java 1903 Potential violation of Law of Demeter (object not created locally)
8902 src/com/gps/dao/TripProcessDAO.java 1904 Potential violation of Law of Demeter (object not created locally)
8903 src/com/gps/dao/TripProcessDAO.java 1917 A method/constructor shouldnt explicitly throw java.lang.Exception
8904 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'address' is not assigned and could be declared final
8905 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'destination' is not assigned and could be declared final
8906 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'index' is not assigned and could be declared final
8907 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'latlng' is not assigned and could be declared final
8908 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'lmark' is not assigned and could be declared final
8909 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'radius' is not assigned and could be declared final
8910 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'start' is not assigned and could be declared final
8911 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'stopname' is not assigned and could be declared final
8912 src/com/gps/dao/TripProcessDAO.java 1917 Parameter 'tripid' is not assigned and could be declared final
8913 src/com/gps/dao/TripProcessDAO.java 1917 Rather than using a lot of String arguments, consider using a container object for those values.
8914 src/com/gps/dao/TripProcessDAO.java 1917 publicMethodCommentRequirement Required
8915 src/com/gps/dao/TripProcessDAO.java 1919 Avoid variables with short names like tx
8916 src/com/gps/dao/TripProcessDAO.java 1922 Local variable 'latitude' could be declared final
8917 src/com/gps/dao/TripProcessDAO.java 1922 Potential violation of Law of Demeter (method chain calls)
8918 src/com/gps/dao/TripProcessDAO.java 1922 Potential violation of Law of Demeter (method chain calls)
8919 src/com/gps/dao/TripProcessDAO.java 1922 Potential violation of Law of Demeter (method chain calls)
8920 src/com/gps/dao/TripProcessDAO.java 1922 Potential violation of Law of Demeter (method chain calls)
8921 src/com/gps/dao/TripProcessDAO.java 1923 Local variable 'longitude' could be declared final
8922 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8923 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8924 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8925 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8926 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8927 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8928 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8929 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8930 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8931 src/com/gps/dao/TripProcessDAO.java 1923 Potential violation of Law of Demeter (method chain calls)
8932 src/com/gps/dao/TripProcessDAO.java 1925 Local variable 'obj' could be declared final
8933 src/com/gps/dao/TripProcessDAO.java 1931 There is log block not surrounded by if
8934 src/com/gps/dao/TripProcessDAO.java 1931 There is log block not surrounded by if
8935 src/com/gps/dao/TripProcessDAO.java 1933 Avoid using Literals in Conditional Statements
8936 src/com/gps/dao/TripProcessDAO.java 1934 Potential violation of Law of Demeter (object not created locally)
8937 src/com/gps/dao/TripProcessDAO.java 1940 Avoid using Literals in Conditional Statements
8938 src/com/gps/dao/TripProcessDAO.java 1943 Comment is too large: Line too long
8939 src/com/gps/dao/TripProcessDAO.java 1944 Potential violation of Law of Demeter (object not created locally)
8940 src/com/gps/dao/TripProcessDAO.java 1945 Potential violation of Law of Demeter (object not created locally)
8941 src/com/gps/dao/TripProcessDAO.java 1952 Potential violation of Law of Demeter (object not created locally)
8942 src/com/gps/dao/TripProcessDAO.java 1957 Potential violation of Law of Demeter (object not created locally)
8943 src/com/gps/dao/TripProcessDAO.java 1959 Potential violation of Law of Demeter (object not created locally)
8944 src/com/gps/dao/TripProcessDAO.java 1960 Potential violation of Law of Demeter (object not created locally)
8945 src/com/gps/dao/TripProcessDAO.java 1961 Potential violation of Law of Demeter (object not created locally)
8946 src/com/gps/dao/TripProcessDAO.java 1962 Potential violation of Law of Demeter (object not created locally)
8947 src/com/gps/dao/TripProcessDAO.java 1963 Potential violation of Law of Demeter (object not created locally)
8948 src/com/gps/dao/TripProcessDAO.java 1964 Potential violation of Law of Demeter (object not created locally)
8949 src/com/gps/dao/TripProcessDAO.java 1967 Avoid if (x != y) ..; else ..;
8950 src/com/gps/dao/TripProcessDAO.java 1968 Potential violation of Law of Demeter (object not created locally)
8951 src/com/gps/dao/TripProcessDAO.java 1970 Potential violation of Law of Demeter (object not created locally)
8952 src/com/gps/dao/TripProcessDAO.java 1971 Potential violation of Law of Demeter (method chain calls)
8953 src/com/gps/dao/TripProcessDAO.java 1971 Potential violation of Law of Demeter (object not created locally)
8954 src/com/gps/dao/TripProcessDAO.java 1973 Potential violation of Law of Demeter (object not created locally)
8955 src/com/gps/dao/TripProcessDAO.java 1976 Potential violation of Law of Demeter (object not created locally)
8956 src/com/gps/dao/TripProcessDAO.java 1978 Avoid using if statements without curly braces
8957 src/com/gps/dao/TripProcessDAO.java 1979 Potential violation of Law of Demeter (object not created locally)
8958 src/com/gps/dao/TripProcessDAO.java 1981 Potential violation of Law of Demeter (object not created locally)
8959 src/com/gps/dao/TripProcessDAO.java 1982 Potential violation of Law of Demeter (object not created locally)
8960 src/com/gps/dao/TripProcessDAO.java 1983 Potential violation of Law of Demeter (object not created locally)
8961 src/com/gps/dao/TripProcessDAO.java 1985 Potential violation of Law of Demeter (object not created locally)
8962 src/com/gps/dao/TripProcessDAO.java 1985 There is log block not surrounded by if
8963 src/com/gps/dao/TripProcessDAO.java 1985 There is log block not surrounded by if
8964 src/com/gps/dao/TripProcessDAO.java 1987 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
8965 src/com/gps/dao/TripProcessDAO.java 1990 There is log block not surrounded by if
8966 src/com/gps/dao/TripProcessDAO.java 1991 Potential violation of Law of Demeter (object not created locally)
8967 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'address' is not assigned and could be declared final
8968 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'destination' is not assigned and could be declared final
8969 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'fenceId' is not assigned and could be declared final
8970 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'index' is not assigned and could be declared final
8971 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'latlng' is not assigned and could be declared final
8972 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'radius' is not assigned and could be declared final
8973 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'source' is not assigned and could be declared final
8974 src/com/gps/dao/TripProcessDAO.java 1998 Parameter 'tripid' is not assigned and could be declared final
8975 src/com/gps/dao/TripProcessDAO.java 1998 Rather than using a lot of String arguments, consider using a container object for those values.
8976 src/com/gps/dao/TripProcessDAO.java 1998 publicMethodCommentRequirement Required
8977 src/com/gps/dao/TripProcessDAO.java 2001 Local variable 'latitude' could be declared final
8978 src/com/gps/dao/TripProcessDAO.java 2001 Potential violation of Law of Demeter (method chain calls)
8979 src/com/gps/dao/TripProcessDAO.java 2001 Potential violation of Law of Demeter (method chain calls)
8980 src/com/gps/dao/TripProcessDAO.java 2001 Potential violation of Law of Demeter (method chain calls)
8981 src/com/gps/dao/TripProcessDAO.java 2001 Potential violation of Law of Demeter (method chain calls)
8982 src/com/gps/dao/TripProcessDAO.java 2002 Local variable 'longitude' could be declared final
8983 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8984 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8985 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8986 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8987 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8988 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8989 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8990 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8991 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8992 src/com/gps/dao/TripProcessDAO.java 2002 Potential violation of Law of Demeter (method chain calls)
8993 src/com/gps/dao/TripProcessDAO.java 2006 Avoid variables with short names like tx
8994 src/com/gps/dao/TripProcessDAO.java 2009 Local variable 'tdao' could be declared final
8995 src/com/gps/dao/TripProcessDAO.java 2010 Local variable 'gdao' could be declared final
8996 src/com/gps/dao/TripProcessDAO.java 2011 Comment is too large: Line too long
8997 src/com/gps/dao/TripProcessDAO.java 2011 Potential violation of Law of Demeter (method chain calls)
8998 src/com/gps/dao/TripProcessDAO.java 2013 Local variable 'sess' could be declared final
8999 src/com/gps/dao/TripProcessDAO.java 2019 Potential violation of Law of Demeter (object not created locally)
9000 src/com/gps/dao/TripProcessDAO.java 2021 Potential violation of Law of Demeter (object not created locally)
9001 src/com/gps/dao/TripProcessDAO.java 2022 Potential violation of Law of Demeter (object not created locally)
9002 src/com/gps/dao/TripProcessDAO.java 2023 Potential violation of Law of Demeter (object not created locally)
9003 src/com/gps/dao/TripProcessDAO.java 2024 Potential violation of Law of Demeter (object not created locally)
9004 src/com/gps/dao/TripProcessDAO.java 2026 Potential violation of Law of Demeter (object not created locally)
9005 src/com/gps/dao/TripProcessDAO.java 2028 Potential violation of Law of Demeter (object not created locally)
9006 src/com/gps/dao/TripProcessDAO.java 2031 Avoid using Literals in Conditional Statements
9007 src/com/gps/dao/TripProcessDAO.java 2035 Potential violation of Law of Demeter (object not created locally)
9008 src/com/gps/dao/TripProcessDAO.java 2036 Potential violation of Law of Demeter (method chain calls)
9009 src/com/gps/dao/TripProcessDAO.java 2036 Potential violation of Law of Demeter (object not created locally)
9010 src/com/gps/dao/TripProcessDAO.java 2042 Avoid empty if statements
9011 src/com/gps/dao/TripProcessDAO.java 2049 Potential violation of Law of Demeter (object not created locally)
9012 src/com/gps/dao/TripProcessDAO.java 2050 Potential violation of Law of Demeter (method chain calls)
9013 src/com/gps/dao/TripProcessDAO.java 2050 Potential violation of Law of Demeter (object not created locally)
9014 src/com/gps/dao/TripProcessDAO.java 2057 Potential violation of Law of Demeter (object not created locally)
9015 src/com/gps/dao/TripProcessDAO.java 2058 Potential violation of Law of Demeter (object not created locally)
9016 src/com/gps/dao/TripProcessDAO.java 2059 Potential violation of Law of Demeter (object not created locally)
9017 src/com/gps/dao/TripProcessDAO.java 2060 Potential violation of Law of Demeter (object not created locally)
9018 src/com/gps/dao/TripProcessDAO.java 2061 Potential violation of Law of Demeter (object not created locally)
9019 src/com/gps/dao/TripProcessDAO.java 2063 A method should have only one exit point, and that should be the last statement in the method
9020 src/com/gps/dao/TripProcessDAO.java 2066 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9021 src/com/gps/dao/TripProcessDAO.java 2068 There is log block not surrounded by if
9022 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'destination' is not assigned and could be declared final
9023 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'fenceId' is not assigned and could be declared final
9024 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'index' is not assigned and could be declared final
9025 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'marker' is not assigned and could be declared final
9026 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'source' is not assigned and could be declared final
9027 src/com/gps/dao/TripProcessDAO.java 2075 Parameter 'tripid' is not assigned and could be declared final
9028 src/com/gps/dao/TripProcessDAO.java 2075 publicMethodCommentRequirement Required
9029 src/com/gps/dao/TripProcessDAO.java 2079 Avoid variables with short names like tx
9030 src/com/gps/dao/TripProcessDAO.java 2082 Local variable 'tdao' could be declared final
9031 src/com/gps/dao/TripProcessDAO.java 2083 Local variable 'gdao' could be declared final
9032 src/com/gps/dao/TripProcessDAO.java 2084 Comment is too large: Line too long
9033 src/com/gps/dao/TripProcessDAO.java 2084 Potential violation of Law of Demeter (method chain calls)
9034 src/com/gps/dao/TripProcessDAO.java 2086 Local variable 'sess' could be declared final
9035 src/com/gps/dao/TripProcessDAO.java 2092 Potential violation of Law of Demeter (object not created locally)
9036 src/com/gps/dao/TripProcessDAO.java 2098 Potential violation of Law of Demeter (object not created locally)
9037 src/com/gps/dao/TripProcessDAO.java 2100 Avoid using Literals in Conditional Statements
9038 src/com/gps/dao/TripProcessDAO.java 2106 Potential violation of Law of Demeter (object not created locally)
9039 src/com/gps/dao/TripProcessDAO.java 2111 Potential violation of Law of Demeter (object not created locally)
9040 src/com/gps/dao/TripProcessDAO.java 2112 Potential violation of Law of Demeter (object not created locally)
9041 src/com/gps/dao/TripProcessDAO.java 2118 Avoid empty if statements
9042 src/com/gps/dao/TripProcessDAO.java 2124 Potential violation of Law of Demeter (object not created locally)
9043 src/com/gps/dao/TripProcessDAO.java 2128 Potential violation of Law of Demeter (object not created locally)
9044 src/com/gps/dao/TripProcessDAO.java 2129 Potential violation of Law of Demeter (method chain calls)
9045 src/com/gps/dao/TripProcessDAO.java 2129 Potential violation of Law of Demeter (object not created locally)
9046 src/com/gps/dao/TripProcessDAO.java 2131 Potential violation of Law of Demeter (object not created locally)
9047 src/com/gps/dao/TripProcessDAO.java 2132 Potential violation of Law of Demeter (object not created locally)
9048 src/com/gps/dao/TripProcessDAO.java 2133 Potential violation of Law of Demeter (object not created locally)
9049 src/com/gps/dao/TripProcessDAO.java 2134 Potential violation of Law of Demeter (object not created locally)
9050 src/com/gps/dao/TripProcessDAO.java 2135 Potential violation of Law of Demeter (object not created locally)
9051 src/com/gps/dao/TripProcessDAO.java 2142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9052 src/com/gps/dao/TripProcessDAO.java 2144 There is log block not surrounded by if
9053 src/com/gps/dao/TripProcessDAO.java 2145 Potential violation of Law of Demeter (object not created locally)
9054 src/com/gps/dao/TripProcessDAO.java 2153 Parameter 'date' is not assigned and could be declared final
9055 src/com/gps/dao/TripProcessDAO.java 2153 Parameter 'tripid' is not assigned and could be declared final
9056 src/com/gps/dao/TripProcessDAO.java 2153 publicMethodCommentRequirement Required
9057 src/com/gps/dao/TripProcessDAO.java 2157 Potential violation of Law of Demeter (method chain calls)
9058 src/com/gps/dao/TripProcessDAO.java 2157 Potential violation of Law of Demeter (method chain calls)
9059 src/com/gps/dao/TripProcessDAO.java 2172 Parameter 'vid' is not assigned and could be declared final
9060 src/com/gps/dao/TripProcessDAO.java 2172 publicMethodCommentRequirement Required
9061 src/com/gps/dao/TripProcessDAO.java 2175 Local variable 'tdao' could be declared final
9062 src/com/gps/dao/TripProcessDAO.java 2181 Potential violation of Law of Demeter (object not created locally)
9063 src/com/gps/dao/TripProcessDAO.java 2182 Potential violation of Law of Demeter (method chain calls)
9064 src/com/gps/dao/TripProcessDAO.java 2182 Potential violation of Law of Demeter (object not created locally)
9065 src/com/gps/dao/TripProcessDAO.java 2183 Avoid using Literals in Conditional Statements
9066 src/com/gps/dao/TripProcessDAO.java 2183 Potential violation of Law of Demeter (object not created locally)
9067 src/com/gps/dao/TripProcessDAO.java 2183 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9068 src/com/gps/dao/TripProcessDAO.java 2184 Avoid empty if statements
9069 src/com/gps/dao/TripProcessDAO.java 2190 Potential violation of Law of Demeter (object not created locally)
9070 src/com/gps/dao/TripProcessDAO.java 2192 Potential violation of Law of Demeter (method chain calls)
9071 src/com/gps/dao/TripProcessDAO.java 2192 Potential violation of Law of Demeter (object not created locally)
9072 src/com/gps/dao/TripProcessDAO.java 2196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9073 src/com/gps/dao/TripProcessDAO.java 2197 There is log block not surrounded by if
9074 src/com/gps/dao/TripProcessDAO.java 2199 Avoid empty finally blocks
9075 src/com/gps/dao/TripProcessDAO.java 2207 A method/constructor shouldnt explicitly throw java.lang.Exception
9076 src/com/gps/dao/TripProcessDAO.java 2207 Method names should not start with capital letters
9077 src/com/gps/dao/TripProcessDAO.java 2207 publicMethodCommentRequirement Required
9078 src/com/gps/dao/TripProcessDAO.java 2210 Avoid unused local variables such as 'tx'.
9079 src/com/gps/dao/TripProcessDAO.java 2210 Avoid variables with short names like tx
9080 src/com/gps/dao/TripProcessDAO.java 2217 Local variable 'baseQuery' could be declared final
9081 src/com/gps/dao/TripProcessDAO.java 2218 Avoid variables with short names like sb
9082 src/com/gps/dao/TripProcessDAO.java 2218 Local variable 'sb' could be declared final
9083 src/com/gps/dao/TripProcessDAO.java 2219 Potential violation of Law of Demeter (object not created locally)
9084 src/com/gps/dao/TripProcessDAO.java 2220 Local variable 'devdao' could be declared final
9085 src/com/gps/dao/TripProcessDAO.java 2221 Potential violation of Law of Demeter (object not created locally)
9086 src/com/gps/dao/TripProcessDAO.java 2222 Potential violation of Law of Demeter (object not created locally)
9087 src/com/gps/dao/TripProcessDAO.java 2225 Potential violation of Law of Demeter (object not created locally)
9088 src/com/gps/dao/TripProcessDAO.java 2226 Potential violation of Law of Demeter (method chain calls)
9089 src/com/gps/dao/TripProcessDAO.java 2226 Potential violation of Law of Demeter (object not created locally)
9090 src/com/gps/dao/TripProcessDAO.java 2228 Potential violation of Law of Demeter (object not created locally)
9091 src/com/gps/dao/TripProcessDAO.java 2232 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9092 src/com/gps/dao/TripProcessDAO.java 2235 There is log block not surrounded by if
9093 src/com/gps/dao/TripProcessDAO.java 2244 Parameter 'fenceId' is not assigned and could be declared final
9094 src/com/gps/dao/TripProcessDAO.java 2244 Parameter 'radius' is not assigned and could be declared final
9095 src/com/gps/dao/TripProcessDAO.java 2244 publicMethodCommentRequirement Required
9096 src/com/gps/dao/TripProcessDAO.java 2247 Local variable 'gdao' could be declared final
9097 src/com/gps/dao/TripProcessDAO.java 2254 Potential violation of Law of Demeter (method chain calls)
9098 src/com/gps/dao/TripProcessDAO.java 2254 Potential violation of Law of Demeter (method chain calls)
9099 src/com/gps/dao/TripProcessDAO.java 2255 Potential violation of Law of Demeter (object not created locally)
9100 src/com/gps/dao/TripProcessDAO.java 2256 Potential violation of Law of Demeter (object not created locally)
9101 src/com/gps/dao/TripProcessDAO.java 2257 Potential violation of Law of Demeter (method chain calls)
9102 src/com/gps/dao/TripProcessDAO.java 2258 Potential violation of Law of Demeter (method chain calls)
9103 src/com/gps/dao/TripProcessDAO.java 2258 Potential violation of Law of Demeter (method chain calls)
9104 src/com/gps/dao/TripProcessDAO.java 2262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9105 src/com/gps/dao/TripProcessDAO.java 2264 There is log block not surrounded by if
9106 src/com/gps/dao/TripProcessDAO.java 2271 Parameter 'endtime' is not assigned and could be declared final
9107 src/com/gps/dao/TripProcessDAO.java 2271 Parameter 'event' is not assigned and could be declared final
9108 src/com/gps/dao/TripProcessDAO.java 2271 Parameter 'time' is not assigned and could be declared final
9109 src/com/gps/dao/TripProcessDAO.java 2271 publicMethodCommentRequirement Required
9110 src/com/gps/dao/TripProcessDAO.java 2275 Local variable 'tdao' could be declared final
9111 src/com/gps/dao/TripProcessDAO.java 2277 Avoid unused local variables such as 'tripList'.
9112 src/com/gps/dao/TripProcessDAO.java 2281 Potential violation of Law of Demeter (object not created locally)
9113 src/com/gps/dao/TripProcessDAO.java 2282 Potential violation of Law of Demeter (method chain calls)
9114 src/com/gps/dao/TripProcessDAO.java 2282 Potential violation of Law of Demeter (object not created locally)
9115 src/com/gps/dao/TripProcessDAO.java 2286 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9116 src/com/gps/dao/TripProcessDAO.java 2288 There is log block not surrounded by if
9117 src/com/gps/dao/TripProcessDAO.java 2294 Parameter 'tripid' is not assigned and could be declared final
9118 src/com/gps/dao/TripProcessDAO.java 2294 publicMethodCommentRequirement Required
9119 src/com/gps/dao/TripProcessDAO.java 2297 Avoid variables with short names like td
9120 src/com/gps/dao/TripProcessDAO.java 2297 Local variable 'td' could be declared final
9121 src/com/gps/dao/TripProcessDAO.java 2299 Avoid declaring a variable if it is unreferenced before a possible exit point.
9122 src/com/gps/dao/TripProcessDAO.java 2299 Avoid unused local variables such as 'creationDate'.
9123 src/com/gps/dao/TripProcessDAO.java 2299 Local variable 'creationDate' could be declared final
9124 src/com/gps/dao/TripProcessDAO.java 2300 Avoid declaring a variable if it is unreferenced before a possible exit point.
9125 src/com/gps/dao/TripProcessDAO.java 2300 Avoid unused local variables such as 'max'.
9126 src/com/gps/dao/TripProcessDAO.java 2300 Local variable 'max' could be declared final
9127 src/com/gps/dao/TripProcessDAO.java 2303 Potential violation of Law of Demeter (object not created locally)
9128 src/com/gps/dao/TripProcessDAO.java 2304 Potential violation of Law of Demeter (object not created locally)
9129 src/com/gps/dao/TripProcessDAO.java 2305 System.out.print is used
9130 src/com/gps/dao/TripProcessDAO.java 2306 Potential violation of Law of Demeter (object not created locally)
9131 src/com/gps/dao/TripProcessDAO.java 2307 System.out.print is used
9132 src/com/gps/dao/TripProcessDAO.java 2309 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9133 src/com/gps/dao/TripProcessDAO.java 2310 There is log block not surrounded by if
9134 src/com/gps/dao/TripProcessDAO.java 2316 Parameter 'vid' is not assigned and could be declared final
9135 src/com/gps/dao/TripProcessDAO.java 2316 publicMethodCommentRequirement Required
9136 src/com/gps/dao/TripProcessDAO.java 2319 Local variable 'tdao' could be declared final
9137 src/com/gps/dao/TripProcessDAO.java 2325 Potential violation of Law of Demeter (object not created locally)
9138 src/com/gps/dao/TripProcessDAO.java 2326 Potential violation of Law of Demeter (method chain calls)
9139 src/com/gps/dao/TripProcessDAO.java 2326 Potential violation of Law of Demeter (object not created locally)
9140 src/com/gps/dao/TripProcessDAO.java 2329 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9141 src/com/gps/dao/TripProcessDAO.java 2329 Avoid empty catch blocks
9142 src/com/gps/dao/TripProcessDAO.java 2332 Avoid empty finally blocks
9143 src/com/gps/dao/TripProcessDAO.java 2339 Avoid really long methods.
9144 src/com/gps/dao/TripProcessDAO.java 2339 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_id' is not final.
9145 src/com/gps/dao/TripProcessDAO.java 2339 Parameter 'fromDate' is not assigned and could be declared final
9146 src/com/gps/dao/TripProcessDAO.java 2339 Parameter 'isDist' is not assigned and could be declared final
9147 src/com/gps/dao/TripProcessDAO.java 2339 Parameter 'toDate' is not assigned and could be declared final
9148 src/com/gps/dao/TripProcessDAO.java 2339 Parameter 'veh' is not assigned and could be declared final
9149 src/com/gps/dao/TripProcessDAO.java 2339 Parameter 'vehicle_id' is not assigned and could be declared final
9150 src/com/gps/dao/TripProcessDAO.java 2339 The method 'getDistParams' has a Cyclomatic Complexity of 20.
9151 src/com/gps/dao/TripProcessDAO.java 2339 The method getDistParams() has an NPath complexity of 354
9152 src/com/gps/dao/TripProcessDAO.java 2341 Avoid declaring a variable if it is unreferenced before a possible exit point.
9153 src/com/gps/dao/TripProcessDAO.java 2341 Avoid unused local variables such as 'tripParams'.
9154 src/com/gps/dao/TripProcessDAO.java 2341 Local variable 'tripParams' could be declared final
9155 src/com/gps/dao/TripProcessDAO.java 2342 Local variable 'tripListDTO' could be declared final
9156 src/com/gps/dao/TripProcessDAO.java 2345 Avoid declaring a variable if it is unreferenced before a possible exit point.
9157 src/com/gps/dao/TripProcessDAO.java 2345 Avoid unused local variables such as 'filter'.
9158 src/com/gps/dao/TripProcessDAO.java 2345 Local variable 'filter' could be declared final
9159 src/com/gps/dao/TripProcessDAO.java 2351 Consider replacing this Hashtable with the newer java.util.Map
9160 src/com/gps/dao/TripProcessDAO.java 2354 There is log block not surrounded by if
9161 src/com/gps/dao/TripProcessDAO.java 2354 There is log block not surrounded by if
9162 src/com/gps/dao/TripProcessDAO.java 2359 When instantiating a SimpleDateFormat object, specify a Locale
9163 src/com/gps/dao/TripProcessDAO.java 2364 Local variable 'tripSet' could be declared final
9164 src/com/gps/dao/TripProcessDAO.java 2365 Local variable 'trip' could be declared final
9165 src/com/gps/dao/TripProcessDAO.java 2368 Avoid if (x != y) ..; else ..;
9166 src/com/gps/dao/TripProcessDAO.java 2368 Use equals() to compare strings instead of '==' or '!='
9167 src/com/gps/dao/TripProcessDAO.java 2371 Avoid using if statements without curly braces
9168 src/com/gps/dao/TripProcessDAO.java 2374 Comment is too large: Line too long
9169 src/com/gps/dao/TripProcessDAO.java 2375 Comment is too large: Line too long
9170 src/com/gps/dao/TripProcessDAO.java 2376 Comment is too large: Line too long
9171 src/com/gps/dao/TripProcessDAO.java 2377 There is log block not surrounded by if
9172 src/com/gps/dao/TripProcessDAO.java 2377 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9173 src/com/gps/dao/TripProcessDAO.java 2379 Avoid using if statements without curly braces
9174 src/com/gps/dao/TripProcessDAO.java 2379 Use equals() to compare strings instead of '==' or '!='
9175 src/com/gps/dao/TripProcessDAO.java 2381 Avoid using if statements without curly braces
9176 src/com/gps/dao/TripProcessDAO.java 2381 Use equals() to compare strings instead of '==' or '!='
9177 src/com/gps/dao/TripProcessDAO.java 2386 Avoid using if statements without curly braces
9178 src/com/gps/dao/TripProcessDAO.java 2389 Comment is too large: Line too long
9179 src/com/gps/dao/TripProcessDAO.java 2390 Comment is too large: Line too long
9180 src/com/gps/dao/TripProcessDAO.java 2391 Comment is too large: Line too long
9181 src/com/gps/dao/TripProcessDAO.java 2392 There is log block not surrounded by if
9182 src/com/gps/dao/TripProcessDAO.java 2392 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9183 src/com/gps/dao/TripProcessDAO.java 2395 The String literal "vehId" appears 5 times in this file; the first occurrence is on line 2,395
9184 src/com/gps/dao/TripProcessDAO.java 2396 The String literal "fromDate" appears 4 times in this file; the first occurrence is on line 2,396
9185 src/com/gps/dao/TripProcessDAO.java 2397 The String literal "toDate" appears 4 times in this file; the first occurrence is on line 2,397
9186 src/com/gps/dao/TripProcessDAO.java 2398 Avoid unused local variables such as 'k'.
9187 src/com/gps/dao/TripProcessDAO.java 2398 Avoid variables with short names like k
9188 src/com/gps/dao/TripProcessDAO.java 2400 Avoid if (x != y) ..; else ..;
9189 src/com/gps/dao/TripProcessDAO.java 2402 Local variable 'paramIter' could be declared final
9190 src/com/gps/dao/TripProcessDAO.java 2405 Local variable 'rows' could be declared final
9191 src/com/gps/dao/TripProcessDAO.java 2407 Local variable 'packetDate' could be declared final
9192 src/com/gps/dao/TripProcessDAO.java 2410 Avoid instantiating new objects inside loops
9193 src/com/gps/dao/TripProcessDAO.java 2410 Potential violation of Law of Demeter (method chain calls)
9194 src/com/gps/dao/TripProcessDAO.java 2415 There is log block not surrounded by if
9195 src/com/gps/dao/TripProcessDAO.java 2415 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9196 src/com/gps/dao/TripProcessDAO.java 2418 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9197 src/com/gps/dao/TripProcessDAO.java 2419 There is log block not surrounded by if
9198 src/com/gps/dao/TripProcessDAO.java 2426 There is log block not surrounded by if
9199 src/com/gps/dao/TripProcessDAO.java 2426 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9200 src/com/gps/dao/TripProcessDAO.java 2431 Avoid catching NullPointerException; consider removing the cause of the NPE.
9201 src/com/gps/dao/TripProcessDAO.java 2431 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9202 src/com/gps/dao/TripProcessDAO.java 2434 There is log block not surrounded by if
9203 src/com/gps/dao/TripProcessDAO.java 2436 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9204 src/com/gps/dao/TripProcessDAO.java 2439 There is log block not surrounded by if
9205 src/com/gps/dao/TripProcessDAO.java 2446 Parameter 'fromDate' is not assigned and could be declared final
9206 src/com/gps/dao/TripProcessDAO.java 2446 Parameter 'vehicle' is not assigned and could be declared final
9207 src/com/gps/dao/TripProcessDAO.java 2446 The method 'getSpeedInfo' has a Cyclomatic Complexity of 12.
9208 src/com/gps/dao/TripProcessDAO.java 2447 Parameter 'toDate' is not assigned and could be declared final
9209 src/com/gps/dao/TripProcessDAO.java 2448 Local variable 'speedParams' could be declared final
9210 src/com/gps/dao/TripProcessDAO.java 2461 StringBuffer constructor is initialized with size 108, but has at least 117 characters appended.
9211 src/com/gps/dao/TripProcessDAO.java 2463 Avoid if (x != y) ..; else ..;
9212 src/com/gps/dao/TripProcessDAO.java 2463 Use equals() to compare strings instead of '==' or '!='
9213 src/com/gps/dao/TripProcessDAO.java 2466 Comment is too large: Line too long
9214 src/com/gps/dao/TripProcessDAO.java 2467 Comment is too large: Line too long
9215 src/com/gps/dao/TripProcessDAO.java 2468 There is log block not surrounded by if
9216 src/com/gps/dao/TripProcessDAO.java 2468 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9217 src/com/gps/dao/TripProcessDAO.java 2470 Avoid using if statements without curly braces
9218 src/com/gps/dao/TripProcessDAO.java 2470 Use equals() to compare strings instead of '==' or '!='
9219 src/com/gps/dao/TripProcessDAO.java 2472 Avoid using if statements without curly braces
9220 src/com/gps/dao/TripProcessDAO.java 2472 Use equals() to compare strings instead of '==' or '!='
9221 src/com/gps/dao/TripProcessDAO.java 2476 Comment is too large: Line too long
9222 src/com/gps/dao/TripProcessDAO.java 2484 There is log block not surrounded by if
9223 src/com/gps/dao/TripProcessDAO.java 2484 There is log block not surrounded by if
9224 src/com/gps/dao/TripProcessDAO.java 2485 Local variable 'paramIter' could be declared final
9225 src/com/gps/dao/TripProcessDAO.java 2487 Local variable 'rows' could be declared final
9226 src/com/gps/dao/TripProcessDAO.java 2488 Avoid instantiating new objects inside loops
9227 src/com/gps/dao/TripProcessDAO.java 2492 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9228 src/com/gps/dao/TripProcessDAO.java 2493 There is log block not surrounded by if
9229 src/com/gps/dao/TripProcessDAO.java 2499 Parameter 'fromDate' is not assigned and could be declared final
9230 src/com/gps/dao/TripProcessDAO.java 2499 Parameter 'vehicle' is not assigned and could be declared final
9231 src/com/gps/dao/TripProcessDAO.java 2499 publicMethodCommentRequirement Required
9232 src/com/gps/dao/TripProcessDAO.java 2500 Parameter 'toDate' is not assigned and could be declared final
9233 src/com/gps/dao/TripProcessDAO.java 2508 There is log block not surrounded by if
9234 src/com/gps/dao/TripProcessDAO.java 2508 There is log block not surrounded by if
9235 src/com/gps/dao/TripProcessDAO.java 2509 Potential violation of Law of Demeter (method chain calls)
9236 src/com/gps/dao/TripProcessDAO.java 2509 Potential violation of Law of Demeter (object not created locally)
9237 src/com/gps/dao/TripProcessDAO.java 2513 Local variable 'speedSummaryVO' could be declared final
9238 src/com/gps/dao/TripProcessDAO.java 2514 There is log block not surrounded by if
9239 src/com/gps/dao/TripProcessDAO.java 2514 There is log block not surrounded by if
9240 src/com/gps/dao/TripProcessDAO.java 2519 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9241 src/com/gps/dao/TripProcessDAO.java 2520 There is log block not surrounded by if
9242 src/com/gps/dao/TripProcessDAO.java 2525 Parameter 'fromDate' is not assigned and could be declared final
9243 src/com/gps/dao/TripProcessDAO.java 2525 Parameter 'tripId' is not assigned and could be declared final
9244 src/com/gps/dao/TripProcessDAO.java 2525 Parameter 'vehicleId' is not assigned and could be declared final
9245 src/com/gps/dao/TripProcessDAO.java 2525 The method 'getMaxTripSpeed' has a Cyclomatic Complexity of 11.
9246 src/com/gps/dao/TripProcessDAO.java 2525 publicMethodCommentRequirement Required
9247 src/com/gps/dao/TripProcessDAO.java 2526 Parameter 'toDate' is not assigned and could be declared final
9248 src/com/gps/dao/TripProcessDAO.java 2529 Avoid declaring a variable if it is unreferenced before a possible exit point.
9249 src/com/gps/dao/TripProcessDAO.java 2529 Avoid unused local variables such as 'whrQuery'.
9250 src/com/gps/dao/TripProcessDAO.java 2529 Local variable 'whrQuery' could be declared final
9251 src/com/gps/dao/TripProcessDAO.java 2538 There is log block not surrounded by if
9252 src/com/gps/dao/TripProcessDAO.java 2538 There is log block not surrounded by if
9253 src/com/gps/dao/TripProcessDAO.java 2539 StringBuffer constructor is initialized with size 67, but has at least 160 characters appended.
9254 src/com/gps/dao/TripProcessDAO.java 2541 Avoid if (x != y) ..; else ..;
9255 src/com/gps/dao/TripProcessDAO.java 2541 Potential violation of Law of Demeter (object not created locally)
9256 src/com/gps/dao/TripProcessDAO.java 2541 Potential violation of Law of Demeter (object not created locally)
9257 src/com/gps/dao/TripProcessDAO.java 2541 Use equals() to compare strings instead of '==' or '!='
9258 src/com/gps/dao/TripProcessDAO.java 2542 Potential violation of Law of Demeter (object not created locally)
9259 src/com/gps/dao/TripProcessDAO.java 2542 Potential violation of Law of Demeter (object not created locally)
9260 src/com/gps/dao/TripProcessDAO.java 2543 Potential violation of Law of Demeter (object not created locally)
9261 src/com/gps/dao/TripProcessDAO.java 2544 Potential violation of Law of Demeter (object not created locally)
9262 src/com/gps/dao/TripProcessDAO.java 2544 Potential violation of Law of Demeter (object not created locally)
9263 src/com/gps/dao/TripProcessDAO.java 2545 Avoid using if statements without curly braces
9264 src/com/gps/dao/TripProcessDAO.java 2545 Potential violation of Law of Demeter (object not created locally)
9265 src/com/gps/dao/TripProcessDAO.java 2545 Potential violation of Law of Demeter (object not created locally)
9266 src/com/gps/dao/TripProcessDAO.java 2545 Use equals() to compare strings instead of '==' or '!='
9267 src/com/gps/dao/TripProcessDAO.java 2546 Potential violation of Law of Demeter (object not created locally)
9268 src/com/gps/dao/TripProcessDAO.java 2546 Potential violation of Law of Demeter (object not created locally)
9269 src/com/gps/dao/TripProcessDAO.java 2547 Avoid using if statements without curly braces
9270 src/com/gps/dao/TripProcessDAO.java 2547 Potential violation of Law of Demeter (object not created locally)
9271 src/com/gps/dao/TripProcessDAO.java 2547 Potential violation of Law of Demeter (object not created locally)
9272 src/com/gps/dao/TripProcessDAO.java 2547 Use equals() to compare strings instead of '==' or '!='
9273 src/com/gps/dao/TripProcessDAO.java 2548 Potential violation of Law of Demeter (object not created locally)
9274 src/com/gps/dao/TripProcessDAO.java 2548 Potential violation of Law of Demeter (object not created locally)
9275 src/com/gps/dao/TripProcessDAO.java 2549 Comment is too large: Line too long
9276 src/com/gps/dao/TripProcessDAO.java 2552 Comment is too large: Line too long
9277 src/com/gps/dao/TripProcessDAO.java 2553 Potential violation of Law of Demeter (object not created locally)
9278 src/com/gps/dao/TripProcessDAO.java 2555 Potential violation of Law of Demeter (object not created locally)
9279 src/com/gps/dao/TripProcessDAO.java 2556 Potential violation of Law of Demeter (object not created locally)
9280 src/com/gps/dao/TripProcessDAO.java 2557 Potential violation of Law of Demeter (object not created locally)
9281 src/com/gps/dao/TripProcessDAO.java 2558 Potential violation of Law of Demeter (object not created locally)
9282 src/com/gps/dao/TripProcessDAO.java 2559 Avoid using if statements without curly braces
9283 src/com/gps/dao/TripProcessDAO.java 2562 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9284 src/com/gps/dao/TripProcessDAO.java 2563 There is log block not surrounded by if
9285 src/com/gps/dao/TripProcessDAO.java 2568 Avoid variables with short names like to
9286 src/com/gps/dao/TripProcessDAO.java 2568 Parameter 'from' is not assigned and could be declared final
9287 src/com/gps/dao/TripProcessDAO.java 2568 Parameter 'orgId' is not assigned and could be declared final
9288 src/com/gps/dao/TripProcessDAO.java 2568 Parameter 'to' is not assigned and could be declared final
9289 src/com/gps/dao/TripProcessDAO.java 2568 publicMethodCommentRequirement Required
9290 src/com/gps/dao/TripProcessDAO.java 2572 Avoid unused local variables such as 'tx'.
9291 src/com/gps/dao/TripProcessDAO.java 2572 Avoid variables with short names like tx
9292 src/com/gps/dao/TripProcessDAO.java 2579 Potential violation of Law of Demeter (method chain calls)
9293 src/com/gps/dao/TripProcessDAO.java 2579 Potential violation of Law of Demeter (method chain calls)
9294 src/com/gps/dao/TripProcessDAO.java 2579 Potential violation of Law of Demeter (method chain calls)
9295 src/com/gps/dao/TripProcessDAO.java 2580 Avoid using Literals in Conditional Statements
9296 src/com/gps/dao/TripProcessDAO.java 2580 Potential violation of Law of Demeter (object not created locally)
9297 src/com/gps/dao/TripProcessDAO.java 2582 Potential violation of Law of Demeter (object not created locally)
9298 src/com/gps/dao/TripProcessDAO.java 2585 Potential violation of Law of Demeter (method chain calls)
9299 src/com/gps/dao/TripProcessDAO.java 2585 Potential violation of Law of Demeter (method chain calls)
9300 src/com/gps/dao/TripProcessDAO.java 2585 Potential violation of Law of Demeter (method chain calls)
9301 src/com/gps/dao/TripProcessDAO.java 2586 Avoid using Literals in Conditional Statements
9302 src/com/gps/dao/TripProcessDAO.java 2586 Potential violation of Law of Demeter (object not created locally)
9303 src/com/gps/dao/TripProcessDAO.java 2588 Potential violation of Law of Demeter (object not created locally)
9304 src/com/gps/dao/TripProcessDAO.java 2591 There is log block not surrounded by if
9305 src/com/gps/dao/TripProcessDAO.java 2591 There is log block not surrounded by if
9306 src/com/gps/dao/TripProcessDAO.java 2592 Local variable 'baseQuery' could be declared final
9307 src/com/gps/dao/TripProcessDAO.java 2593 There is log block not surrounded by if
9308 src/com/gps/dao/TripProcessDAO.java 2593 There is log block not surrounded by if
9309 src/com/gps/dao/TripProcessDAO.java 2594 Avoid variables with short names like sb
9310 src/com/gps/dao/TripProcessDAO.java 2594 Local variable 'sb' could be declared final
9311 src/com/gps/dao/TripProcessDAO.java 2595 Potential violation of Law of Demeter (object not created locally)
9312 src/com/gps/dao/TripProcessDAO.java 2596 Local variable 'devdao' could be declared final
9313 src/com/gps/dao/TripProcessDAO.java 2597 Potential violation of Law of Demeter (object not created locally)
9314 src/com/gps/dao/TripProcessDAO.java 2598 Potential violation of Law of Demeter (object not created locally)
9315 src/com/gps/dao/TripProcessDAO.java 2601 Potential violation of Law of Demeter (object not created locally)
9316 src/com/gps/dao/TripProcessDAO.java 2602 Potential violation of Law of Demeter (method chain calls)
9317 src/com/gps/dao/TripProcessDAO.java 2602 Potential violation of Law of Demeter (object not created locally)
9318 src/com/gps/dao/TripProcessDAO.java 2604 Potential violation of Law of Demeter (object not created locally)
9319 src/com/gps/dao/TripProcessDAO.java 2604 There is log block not surrounded by if
9320 src/com/gps/dao/TripProcessDAO.java 2604 There is log block not surrounded by if
9321 src/com/gps/dao/TripProcessDAO.java 2605 Potential violation of Law of Demeter (object not created locally)
9322 src/com/gps/dao/TripProcessDAO.java 2606 A method should have only one exit point, and that should be the last statement in the method
9323 src/com/gps/dao/TripProcessDAO.java 2608 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9324 src/com/gps/dao/TripProcessDAO.java 2609 There is log block not surrounded by if
9325 src/com/gps/dao/TripProcessDAO.java 2614 Avoid using implementation types like 'ArrayList'; use the interface instead
9326 src/com/gps/dao/TripProcessDAO.java 2614 Parameter 'tripid' is not assigned and could be declared final
9327 src/com/gps/dao/TripProcessDAO.java 2614 publicMethodCommentRequirement Required
9328 src/com/gps/dao/TripProcessDAO.java 2620 Potential violation of Law of Demeter (method chain calls)
9329 src/com/gps/dao/TripProcessDAO.java 2620 Potential violation of Law of Demeter (object not created locally)
9330 src/com/gps/dao/TripProcessDAO.java 2621 Potential violation of Law of Demeter (object not created locally)
9331 src/com/gps/dao/TripProcessDAO.java 2621 There is log block not surrounded by if
9332 src/com/gps/dao/TripProcessDAO.java 2621 There is log block not surrounded by if
9333 src/com/gps/dao/TripProcessDAO.java 2623 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9334 src/com/gps/dao/TripProcessDAO.java 2624 There is log block not surrounded by if
9335 src/com/gps/dao/TripProcessDAO.java 2629 Parameter 'grade' is not assigned and could be declared final
9336 src/com/gps/dao/TripProcessDAO.java 2629 publicMethodCommentRequirement Required
9337 src/com/gps/dao/TripProcessDAO.java 2635 Potential violation of Law of Demeter (method chain calls)
9338 src/com/gps/dao/TripProcessDAO.java 2635 Potential violation of Law of Demeter (object not created locally)
9339 src/com/gps/dao/TripProcessDAO.java 2637 Avoid using for statements without curly braces
9340 src/com/gps/dao/TripProcessDAO.java 2637 Potential violation of Law of Demeter (object not created locally)
9341 src/com/gps/dao/TripProcessDAO.java 2638 Potential violation of Law of Demeter (method chain calls)
9342 src/com/gps/dao/TripProcessDAO.java 2638 Potential violation of Law of Demeter (method chain calls)
9343 src/com/gps/dao/TripProcessDAO.java 2638 Potential violation of Law of Demeter (object not created locally)
9344 src/com/gps/dao/TripProcessDAO.java 2638 There is log block not surrounded by if
9345 src/com/gps/dao/TripProcessDAO.java 2638 There is log block not surrounded by if
9346 src/com/gps/dao/TripProcessDAO.java 2640 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9347 src/com/gps/dao/TripProcessDAO.java 2641 There is log block not surrounded by if
9348 src/com/gps/dao/TripProcessDAO.java 2650 Parameter 'orgId' is not assigned and could be declared final
9349 src/com/gps/dao/TripProcessDAO.java 2650 Parameter 'trip' is not assigned and could be declared final
9350 src/com/gps/dao/TripProcessDAO.java 2656 Potential violation of Law of Demeter (method chain calls)
9351 src/com/gps/dao/TripProcessDAO.java 2656 Potential violation of Law of Demeter (object not created locally)
9352 src/com/gps/dao/TripProcessDAO.java 2658 Avoid using for statements without curly braces
9353 src/com/gps/dao/TripProcessDAO.java 2658 Potential violation of Law of Demeter (object not created locally)
9354 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (method chain calls)
9355 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (method chain calls)
9356 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (method chain calls)
9357 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (method chain calls)
9358 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (object not created locally)
9359 src/com/gps/dao/TripProcessDAO.java 2659 Potential violation of Law of Demeter (object not created locally)
9360 src/com/gps/dao/TripProcessDAO.java 2659 There is log block not surrounded by if
9361 src/com/gps/dao/TripProcessDAO.java 2659 There is log block not surrounded by if
9362 src/com/gps/dao/TripProcessDAO.java 2661 Avoid using if statements without curly braces
9363 src/com/gps/dao/TripProcessDAO.java 2662 A method should have only one exit point, and that should be the last statement in the method
9364 src/com/gps/dao/TripProcessDAO.java 2662 Potential violation of Law of Demeter (method chain calls)
9365 src/com/gps/dao/TripProcessDAO.java 2662 Potential violation of Law of Demeter (object not created locally)
9366 src/com/gps/dao/TripProcessDAO.java 2664 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9367 src/com/gps/dao/TripProcessDAO.java 2665 There is log block not surrounded by if
9368 src/com/gps/dao/TripProcessDAO.java 2675 Parameter 'organizationId' is not assigned and could be declared final
9369 src/com/gps/dao/TripProcessDAO.java 2675 Parameter 'tripName' is not assigned and could be declared final
9370 src/com/gps/dao/TripProcessDAO.java 2677 Local variable 'session' could be declared final
9371 src/com/gps/dao/TripProcessDAO.java 2679 There is log block not surrounded by if
9372 src/com/gps/dao/TripProcessDAO.java 2679 There is log block not surrounded by if
9373 src/com/gps/dao/TripProcessDAO.java 2680 Potential violation of Law of Demeter (method chain calls)
9374 src/com/gps/dao/TripProcessDAO.java 2680 Potential violation of Law of Demeter (object not created locally)
9375 src/com/gps/dao/TripProcessDAO.java 2682 There is log block not surrounded by if
9376 src/com/gps/dao/TripProcessDAO.java 2682 There is log block not surrounded by if
9377 src/com/gps/dao/TripProcessDAO.java 2683 Avoid using if statements without curly braces
9378 src/com/gps/dao/TripProcessDAO.java 2684 Potential violation of Law of Demeter (object not created locally)
9379 src/com/gps/dao/TripProcessDAO.java 2684 There is log block not surrounded by if
9380 src/com/gps/dao/TripProcessDAO.java 2684 There is log block not surrounded by if
9381 src/com/gps/dao/TripProcessDAO.java 2685 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9382 src/com/gps/dao/TripProcessDAO.java 2686 There is log block not surrounded by if
9383 src/com/gps/dao/TripProcessDAO.java 2691 Parameter 'speed' is not assigned and could be declared final
9384 src/com/gps/dao/TripProcessDAO.java 2691 Parameter 'toDate' is not assigned and could be declared final
9385 src/com/gps/dao/TripProcessDAO.java 2691 publicMethodCommentRequirement Required
9386 src/com/gps/dao/TripProcessDAO.java 2692 Parameter 'fromDate' is not assigned and could be declared final
9387 src/com/gps/dao/TripProcessDAO.java 2692 Parameter 'organizationId' is not assigned and could be declared final
9388 src/com/gps/dao/TripProcessDAO.java 2695 Avoid declaring a variable if it is unreferenced before a possible exit point.
9389 src/com/gps/dao/TripProcessDAO.java 2695 Avoid unused local variables such as 'session'.
9390 src/com/gps/dao/TripProcessDAO.java 2695 Local variable 'session' could be declared final
9391 src/com/gps/dao/TripProcessDAO.java 2697 Potential violation of Law of Demeter (method chain calls)
9392 src/com/gps/dao/TripProcessDAO.java 2697 Potential violation of Law of Demeter (method chain calls)
9393 src/com/gps/dao/TripProcessDAO.java 2698 There is log block not surrounded by if
9394 src/com/gps/dao/TripProcessDAO.java 2698 There is log block not surrounded by if
9395 src/com/gps/dao/TripProcessDAO.java 2699 Avoid using if statements without curly braces
9396 src/com/gps/dao/TripProcessDAO.java 2700 Potential violation of Law of Demeter (object not created locally)
9397 src/com/gps/dao/TripProcessDAO.java 2701 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9398 src/com/gps/dao/TripProcessDAO.java 2702 There is log block not surrounded by if
9399 src/com/gps/dao/TripProcessDAO.java 2709 Parameter 'orgId' is not assigned and could be declared final
9400 src/com/gps/dao/TripProcessDAO.java 2709 publicMethodCommentRequirement Required
9401 src/com/gps/dao/TripProcessDAO.java 2710 There is log block not surrounded by if
9402 src/com/gps/dao/TripProcessDAO.java 2710 There is log block not surrounded by if
9403 src/com/gps/dao/TripProcessDAO.java 2712 Avoid variables with short names like td
9404 src/com/gps/dao/TripProcessDAO.java 2712 Local variable 'td' could be declared final
9405 src/com/gps/dao/TripProcessDAO.java 2715 Potential violation of Law of Demeter (object not created locally)
9406 src/com/gps/dao/TripProcessDAO.java 2717 Potential violation of Law of Demeter (method chain calls)
9407 src/com/gps/dao/TripProcessDAO.java 2717 Potential violation of Law of Demeter (object not created locally)
9408 src/com/gps/dao/TripProcessDAO.java 2718 Potential violation of Law of Demeter (object not created locally)
9409 src/com/gps/dao/TripProcessDAO.java 2718 There is log block not surrounded by if
9410 src/com/gps/dao/TripProcessDAO.java 2718 There is log block not surrounded by if
9411 src/com/gps/dao/TripProcessDAO.java 2720 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9412 src/com/gps/dao/TripProcessDAO.java 2721 There is log block not surrounded by if
9413 src/com/gps/dao/TripProcessDAO.java 2726 Avoid variables with short names like to
9414 src/com/gps/dao/TripProcessDAO.java 2726 Avoid variables with short names like v
9415 src/com/gps/dao/TripProcessDAO.java 2726 Method names should not start with capital letters
9416 src/com/gps/dao/TripProcessDAO.java 2726 Parameter 'from' is not assigned and could be declared final
9417 src/com/gps/dao/TripProcessDAO.java 2726 Parameter 'isSql' is not assigned and could be declared final
9418 src/com/gps/dao/TripProcessDAO.java 2726 Parameter 'to' is not assigned and could be declared final
9419 src/com/gps/dao/TripProcessDAO.java 2726 Parameter 'v' is not assigned and could be declared final
9420 src/com/gps/dao/TripProcessDAO.java 2726 publicMethodCommentRequirement Required
9421 src/com/gps/dao/TripProcessDAO.java 2728 Local variable 'vehicleid' could be declared final
9422 src/com/gps/dao/TripProcessDAO.java 2729 Use one line for each declaration, it enhances code readability.
9423 src/com/gps/dao/TripProcessDAO.java 2733 Avoid variables with short names like r
9424 src/com/gps/dao/TripProcessDAO.java 2734 Use one line for each declaration, it enhances code readability.
9425 src/com/gps/dao/TripProcessDAO.java 2734 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
9426 src/com/gps/dao/TripProcessDAO.java 2734 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
9427 src/com/gps/dao/TripProcessDAO.java 2736 Avoid variables with short names like p
9428 src/com/gps/dao/TripProcessDAO.java 2737 Avoid variables with short names like q
9429 src/com/gps/dao/TripProcessDAO.java 2738 Avoid variables with short names like o
9430 src/com/gps/dao/TripProcessDAO.java 2739 Avoid declaring a variable if it is unreferenced before a possible exit point.
9431 src/com/gps/dao/TripProcessDAO.java 2739 Avoid variables with short names like c
9432 src/com/gps/dao/TripProcessDAO.java 2739 Local variable 'c' could be declared final
9433 src/com/gps/dao/TripProcessDAO.java 2743 Avoid declaring a variable if it is unreferenced before a possible exit point.
9434 src/com/gps/dao/TripProcessDAO.java 2743 Avoid unused local variables such as 'i'.
9435 src/com/gps/dao/TripProcessDAO.java 2743 Avoid unused local variables such as 'y'.
9436 src/com/gps/dao/TripProcessDAO.java 2743 Avoid variables with short names like h
9437 src/com/gps/dao/TripProcessDAO.java 2743 Avoid variables with short names like i
9438 src/com/gps/dao/TripProcessDAO.java 2743 Avoid variables with short names like y
9439 src/com/gps/dao/TripProcessDAO.java 2743 Local variable 'i' could be declared final
9440 src/com/gps/dao/TripProcessDAO.java 2743 Local variable 'y' could be declared final
9441 src/com/gps/dao/TripProcessDAO.java 2743 Use one line for each declaration, it enhances code readability.
9442 src/com/gps/dao/TripProcessDAO.java 2744 Avoid variables with short names like d
9443 src/com/gps/dao/TripProcessDAO.java 2744 Avoid variables with short names like f
9444 src/com/gps/dao/TripProcessDAO.java 2744 Use one line for each declaration, it enhances code readability.
9445 src/com/gps/dao/TripProcessDAO.java 2748 Potential violation of Law of Demeter (method chain calls)
9446 src/com/gps/dao/TripProcessDAO.java 2748 Potential violation of Law of Demeter (method chain calls)
9447 src/com/gps/dao/TripProcessDAO.java 2749 Avoid using Literals in Conditional Statements
9448 src/com/gps/dao/TripProcessDAO.java 2749 Potential violation of Law of Demeter (object not created locally)
9449 src/com/gps/dao/TripProcessDAO.java 2749 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9450 src/com/gps/dao/TripProcessDAO.java 2753 There is log block not surrounded by if
9451 src/com/gps/dao/TripProcessDAO.java 2753 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9452 src/com/gps/dao/TripProcessDAO.java 2754 Potential violation of Law of Demeter (method chain calls)
9453 src/com/gps/dao/TripProcessDAO.java 2754 Potential violation of Law of Demeter (method chain calls)
9454 src/com/gps/dao/TripProcessDAO.java 2756 Avoid using Literals in Conditional Statements
9455 src/com/gps/dao/TripProcessDAO.java 2756 Potential violation of Law of Demeter (object not created locally)
9456 src/com/gps/dao/TripProcessDAO.java 2756 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9457 src/com/gps/dao/TripProcessDAO.java 2758 There is log block not surrounded by if
9458 src/com/gps/dao/TripProcessDAO.java 2758 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9459 src/com/gps/dao/TripProcessDAO.java 2759 Local variable 'qry' could be declared final
9460 src/com/gps/dao/TripProcessDAO.java 2759 Potential violation of Law of Demeter (method chain calls)
9461 src/com/gps/dao/TripProcessDAO.java 2760 Potential violation of Law of Demeter (object not created locally)
9462 src/com/gps/dao/TripProcessDAO.java 2761 Potential violation of Law of Demeter (object not created locally)
9463 src/com/gps/dao/TripProcessDAO.java 2762 Avoid using Literals in Conditional Statements
9464 src/com/gps/dao/TripProcessDAO.java 2762 Potential violation of Law of Demeter (object not created locally)
9465 src/com/gps/dao/TripProcessDAO.java 2762 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9466 src/com/gps/dao/TripProcessDAO.java 2763 Assigning an Object to null is a code smell. Consider refactoring.
9467 src/com/gps/dao/TripProcessDAO.java 2764 Assigning an Object to null is a code smell. Consider refactoring.
9468 src/com/gps/dao/TripProcessDAO.java 2766 Potential violation of Law of Demeter (method chain calls)
9469 src/com/gps/dao/TripProcessDAO.java 2766 Potential violation of Law of Demeter (method chain calls)
9470 src/com/gps/dao/TripProcessDAO.java 2766 Potential violation of Law of Demeter (object not created locally)
9471 src/com/gps/dao/TripProcessDAO.java 2767 Assigning an Object to null is a code smell. Consider refactoring.
9472 src/com/gps/dao/TripProcessDAO.java 2772 Potential violation of Law of Demeter (object not created locally)
9473 src/com/gps/dao/TripProcessDAO.java 2773 Potential violation of Law of Demeter (object not created locally)
9474 src/com/gps/dao/TripProcessDAO.java 2774 Potential violation of Law of Demeter (object not created locally)
9475 src/com/gps/dao/TripProcessDAO.java 2776 Avoid unused local variables such as 'w'.
9476 src/com/gps/dao/TripProcessDAO.java 2776 Avoid variables with short names like w
9477 src/com/gps/dao/TripProcessDAO.java 2776 Local variable 'w' could be declared final
9478 src/com/gps/dao/TripProcessDAO.java 2777 There is log block not surrounded by if
9479 src/com/gps/dao/TripProcessDAO.java 2777 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9480 src/com/gps/dao/TripProcessDAO.java 2779 Local variable 'packet' could be declared final
9481 src/com/gps/dao/TripProcessDAO.java 2781 Avoid unused local variables such as 'dbdate'.
9482 src/com/gps/dao/TripProcessDAO.java 2781 Local variable 'dbdate' could be declared final
9483 src/com/gps/dao/TripProcessDAO.java 2782 Potential violation of Law of Demeter (method chain calls)
9484 src/com/gps/dao/TripProcessDAO.java 2782 Potential violation of Law of Demeter (object not created locally)
9485 src/com/gps/dao/TripProcessDAO.java 2783 Potential violation of Law of Demeter (method chain calls)
9486 src/com/gps/dao/TripProcessDAO.java 2783 Potential violation of Law of Demeter (object not created locally)
9487 src/com/gps/dao/TripProcessDAO.java 2784 Potential violation of Law of Demeter (method chain calls)
9488 src/com/gps/dao/TripProcessDAO.java 2784 Potential violation of Law of Demeter (object not created locally)
9489 src/com/gps/dao/TripProcessDAO.java 2790 There is log block not surrounded by if
9490 src/com/gps/dao/TripProcessDAO.java 2790 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9491 src/com/gps/dao/TripProcessDAO.java 2795 There is log block not surrounded by if
9492 src/com/gps/dao/TripProcessDAO.java 2795 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9493 src/com/gps/dao/TripProcessDAO.java 2796 Assigning an Object to null is a code smell. Consider refactoring.
9494 src/com/gps/dao/TripProcessDAO.java 2799 A method should have only one exit point, and that should be the last statement in the method
9495 src/com/gps/dao/TripProcessDAO.java 2801 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9496 src/com/gps/dao/TripProcessDAO.java 2802 There is log block not surrounded by if
9497 src/com/gps/dao/TripProcessDAO.java 2807 Method names should not start with capital letters
9498 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'creatmend' is not assigned and could be declared final
9499 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'creatmsta' is not assigned and could be declared final
9500 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'end' is not assigned and could be declared final
9501 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'isSql' is not assigned and could be declared final
9502 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'start' is not assigned and could be declared final
9503 src/com/gps/dao/TripProcessDAO.java 2807 Parameter 'vehicleid' is not assigned and could be declared final
9504 src/com/gps/dao/TripProcessDAO.java 2807 Rather than using a lot of String arguments, consider using a container object for those values.
9505 src/com/gps/dao/TripProcessDAO.java 2807 publicMethodCommentRequirement Required
9506 src/com/gps/dao/TripProcessDAO.java 2810 Avoid variables with short names like x
9507 src/com/gps/dao/TripProcessDAO.java 2810 Local variable 'x' could be declared final
9508 src/com/gps/dao/TripProcessDAO.java 2811 Avoid variables with short names like d
9509 src/com/gps/dao/TripProcessDAO.java 2811 Local variable 'd' could be declared final
9510 src/com/gps/dao/TripProcessDAO.java 2812 Avoid variables with short names like d1
9511 src/com/gps/dao/TripProcessDAO.java 2812 Local variable 'd1' could be declared final
9512 src/com/gps/dao/TripProcessDAO.java 2813 Local variable 'sta' could be declared final
9513 src/com/gps/dao/TripProcessDAO.java 2814 Avoid variables with short names like en
9514 src/com/gps/dao/TripProcessDAO.java 2814 Local variable 'en' could be declared final
9515 src/com/gps/dao/TripProcessDAO.java 2815 Avoid variables with short names like a
9516 src/com/gps/dao/TripProcessDAO.java 2825 Avoid if (x != y) ..; else ..;
9517 src/com/gps/dao/TripProcessDAO.java 2838 There is log block not surrounded by if
9518 src/com/gps/dao/TripProcessDAO.java 2838 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9519 src/com/gps/dao/TripProcessDAO.java 2839 A method should have only one exit point, and that should be the last statement in the method
9520 src/com/gps/dao/TripProcessDAO.java 2841 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9521 src/com/gps/dao/TripProcessDAO.java 2843 There is log block not surrounded by if
9522 src/com/gps/dao/TripProcessDAO.java 2849 Parameter 'vehicleId' is not assigned and could be declared final
9523 src/com/gps/dao/TripProcessDAO.java 2851 There is log block not surrounded by if
9524 src/com/gps/dao/TripProcessDAO.java 2851 There is log block not surrounded by if
9525 src/com/gps/dao/TripProcessDAO.java 2853 Avoid variables with short names like td
9526 src/com/gps/dao/TripProcessDAO.java 2853 Local variable 'td' could be declared final
9527 src/com/gps/dao/TripProcessDAO.java 2856 Potential violation of Law of Demeter (object not created locally)
9528 src/com/gps/dao/TripProcessDAO.java 2858 Potential violation of Law of Demeter (method chain calls)
9529 src/com/gps/dao/TripProcessDAO.java 2858 Potential violation of Law of Demeter (object not created locally)
9530 src/com/gps/dao/TripProcessDAO.java 2859 Potential violation of Law of Demeter (object not created locally)
9531 src/com/gps/dao/TripProcessDAO.java 2859 There is log block not surrounded by if
9532 src/com/gps/dao/TripProcessDAO.java 2859 There is log block not surrounded by if
9533 src/com/gps/dao/TripProcessDAO.java 2861 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9534 src/com/gps/dao/TripProcessDAO.java 2862 There is log block not surrounded by if
9535 src/com/gps/dao/TripProcessDAO.java 2867 Parameter 'fromDate' is not assigned and could be declared final
9536 src/com/gps/dao/TripProcessDAO.java 2867 Parameter 'toDate' is not assigned and could be declared final
9537 src/com/gps/dao/TripProcessDAO.java 2867 Parameter 'trip' is not assigned and could be declared final
9538 src/com/gps/dao/TripProcessDAO.java 2867 Parameter 'type' is not assigned and could be declared final
9539 src/com/gps/dao/TripProcessDAO.java 2867 The method 'getTripData' has a Cyclomatic Complexity of 10.
9540 src/com/gps/dao/TripProcessDAO.java 2878 Potential violation of Law of Demeter (method chain calls)
9541 src/com/gps/dao/TripProcessDAO.java 2881 Potential violation of Law of Demeter (method chain calls)
9542 src/com/gps/dao/TripProcessDAO.java 2881 Potential violation of Law of Demeter (method chain calls)
9543 src/com/gps/dao/TripProcessDAO.java 2882 StringBuffer constructor is initialized with size 120, but has at least 186 characters appended.
9544 src/com/gps/dao/TripProcessDAO.java 2884 Avoid if (x != y) ..; else ..;
9545 src/com/gps/dao/TripProcessDAO.java 2884 Potential violation of Law of Demeter (object not created locally)
9546 src/com/gps/dao/TripProcessDAO.java 2884 Potential violation of Law of Demeter (object not created locally)
9547 src/com/gps/dao/TripProcessDAO.java 2884 Use equals() to compare strings instead of '==' or '!='
9548 src/com/gps/dao/TripProcessDAO.java 2885 Potential violation of Law of Demeter (object not created locally)
9549 src/com/gps/dao/TripProcessDAO.java 2885 Potential violation of Law of Demeter (object not created locally)
9550 src/com/gps/dao/TripProcessDAO.java 2886 Position literals first in String comparisons
9551 src/com/gps/dao/TripProcessDAO.java 2887 Potential violation of Law of Demeter (object not created locally)
9552 src/com/gps/dao/TripProcessDAO.java 2888 Comment is too large: Line too long
9553 src/com/gps/dao/TripProcessDAO.java 2890 Comment is too large: Line too long
9554 src/com/gps/dao/TripProcessDAO.java 2892 Potential violation of Law of Demeter (object not created locally)
9555 src/com/gps/dao/TripProcessDAO.java 2893 Comment is too large: Line too long
9556 src/com/gps/dao/TripProcessDAO.java 2895 Potential violation of Law of Demeter (object not created locally)
9557 src/com/gps/dao/TripProcessDAO.java 2895 Potential violation of Law of Demeter (object not created locally)
9558 src/com/gps/dao/TripProcessDAO.java 2896 Avoid using if statements without curly braces
9559 src/com/gps/dao/TripProcessDAO.java 2896 Potential violation of Law of Demeter (object not created locally)
9560 src/com/gps/dao/TripProcessDAO.java 2896 Potential violation of Law of Demeter (object not created locally)
9561 src/com/gps/dao/TripProcessDAO.java 2896 Use equals() to compare strings instead of '==' or '!='
9562 src/com/gps/dao/TripProcessDAO.java 2897 Potential violation of Law of Demeter (object not created locally)
9563 src/com/gps/dao/TripProcessDAO.java 2897 Potential violation of Law of Demeter (object not created locally)
9564 src/com/gps/dao/TripProcessDAO.java 2898 Avoid using if statements without curly braces
9565 src/com/gps/dao/TripProcessDAO.java 2898 Potential violation of Law of Demeter (object not created locally)
9566 src/com/gps/dao/TripProcessDAO.java 2898 Potential violation of Law of Demeter (object not created locally)
9567 src/com/gps/dao/TripProcessDAO.java 2898 Use equals() to compare strings instead of '==' or '!='
9568 src/com/gps/dao/TripProcessDAO.java 2899 Potential violation of Law of Demeter (object not created locally)
9569 src/com/gps/dao/TripProcessDAO.java 2899 Potential violation of Law of Demeter (object not created locally)
9570 src/com/gps/dao/TripProcessDAO.java 2902 Potential violation of Law of Demeter (object not created locally)
9571 src/com/gps/dao/TripProcessDAO.java 2903 Comment is too large: Line too long
9572 src/com/gps/dao/TripProcessDAO.java 2905 Potential violation of Law of Demeter (object not created locally)
9573 src/com/gps/dao/TripProcessDAO.java 2906 Potential violation of Law of Demeter (object not created locally)
9574 src/com/gps/dao/TripProcessDAO.java 2907 Potential violation of Law of Demeter (object not created locally)
9575 src/com/gps/dao/TripProcessDAO.java 2908 Potential violation of Law of Demeter (object not created locally)
9576 src/com/gps/dao/TripProcessDAO.java 2909 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9577 src/com/gps/dao/TripProcessDAO.java 2910 There is log block not surrounded by if
9578 src/com/gps/dao/TripProcessDAO.java 2916 Parameter 'fromDate' is not assigned and could be declared final
9579 src/com/gps/dao/TripProcessDAO.java 2916 Parameter 'toDate' is not assigned and could be declared final
9580 src/com/gps/dao/TripProcessDAO.java 2916 Parameter 'trip' is not assigned and could be declared final
9581 src/com/gps/dao/TripProcessDAO.java 2916 Parameter 'type' is not assigned and could be declared final
9582 src/com/gps/dao/TripProcessDAO.java 2916 The method 'getTripDist' has a Cyclomatic Complexity of 10.
9583 src/com/gps/dao/TripProcessDAO.java 2916 publicMethodCommentRequirement Required
9584 src/com/gps/dao/TripProcessDAO.java 2920 An empty statement (semicolon) not part of a loop
9585 src/com/gps/dao/TripProcessDAO.java 2920 Local variable 'tripListDTO' could be declared final
9586 src/com/gps/dao/TripProcessDAO.java 2924 There is log block not surrounded by if
9587 src/com/gps/dao/TripProcessDAO.java 2924 There is log block not surrounded by if
9588 src/com/gps/dao/TripProcessDAO.java 2928 When instantiating a SimpleDateFormat object, specify a Locale
9589 src/com/gps/dao/TripProcessDAO.java 2931 Avoid if (x != y) ..; else ..;
9590 src/com/gps/dao/TripProcessDAO.java 2933 There is log block not surrounded by if
9591 src/com/gps/dao/TripProcessDAO.java 2933 There is log block not surrounded by if
9592 src/com/gps/dao/TripProcessDAO.java 2934 Local variable 'paramIter' could be declared final
9593 src/com/gps/dao/TripProcessDAO.java 2938 Local variable 'rows' could be declared final
9594 src/com/gps/dao/TripProcessDAO.java 2939 Local variable 'packetdate' could be declared final
9595 src/com/gps/dao/TripProcessDAO.java 2942 Avoid instantiating new objects inside loops
9596 src/com/gps/dao/TripProcessDAO.java 2942 Potential violation of Law of Demeter (method chain calls)
9597 src/com/gps/dao/TripProcessDAO.java 2945 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9598 src/com/gps/dao/TripProcessDAO.java 2946 There is log block not surrounded by if
9599 src/com/gps/dao/TripProcessDAO.java 2953 There is log block not surrounded by if
9600 src/com/gps/dao/TripProcessDAO.java 2953 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
9601 src/com/gps/dao/TripProcessDAO.java 2954 Potential violation of Law of Demeter (method chain calls)
9602 src/com/gps/dao/TripProcessDAO.java 2958 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9603 src/com/gps/dao/TripProcessDAO.java 2959 Potential violation of Law of Demeter (method chain calls)
9604 src/com/gps/dao/TripProcessDAO.java 2961 There is log block not surrounded by if
9605 src/com/gps/dao/TripProcessDAO.java 2966 Parameter 'from' is not assigned and could be declared final
9606 src/com/gps/dao/TripProcessDAO.java 2966 Parameter 'type' is not assigned and could be declared final
9607 src/com/gps/dao/TripProcessDAO.java 2966 Parameter 'vehicleId' is not assigned and could be declared final
9608 src/com/gps/dao/TripProcessDAO.java 2966 The method 'hasValidData' has a Cyclomatic Complexity of 11.
9609 src/com/gps/dao/TripProcessDAO.java 2966 The method hasValidData() has an NPath complexity of 201
9610 src/com/gps/dao/TripProcessDAO.java 2966 publicMethodCommentRequirement Required
9611 src/com/gps/dao/TripProcessDAO.java 2977 Potential violation of Law of Demeter (object not created locally)
9612 src/com/gps/dao/TripProcessDAO.java 2980 Potential violation of Law of Demeter (object not created locally)
9613 src/com/gps/dao/TripProcessDAO.java 2981 Potential violation of Law of Demeter (object not created locally)
9614 src/com/gps/dao/TripProcessDAO.java 2982 There is log block not surrounded by if
9615 src/com/gps/dao/TripProcessDAO.java 2982 There is log block not surrounded by if
9616 src/com/gps/dao/TripProcessDAO.java 2985 Avoid using if statements without curly braces
9617 src/com/gps/dao/TripProcessDAO.java 2985 Position literals first in String comparisons
9618 src/com/gps/dao/TripProcessDAO.java 2989 Potential violation of Law of Demeter (object not created locally)
9619 src/com/gps/dao/TripProcessDAO.java 2989 Potential violation of Law of Demeter (object not created locally)
9620 src/com/gps/dao/TripProcessDAO.java 2990 Avoid using if statements without curly braces
9621 src/com/gps/dao/TripProcessDAO.java 2991 Potential violation of Law of Demeter (object not created locally)
9622 src/com/gps/dao/TripProcessDAO.java 2992 Avoid using Literals in Conditional Statements
9623 src/com/gps/dao/TripProcessDAO.java 2994 Potential violation of Law of Demeter (method chain calls)
9624 src/com/gps/dao/TripProcessDAO.java 3000 Potential violation of Law of Demeter (object not created locally)
9625 src/com/gps/dao/TripProcessDAO.java 3001 Avoid using if statements without curly braces
9626 src/com/gps/dao/TripProcessDAO.java 3002 Potential violation of Law of Demeter (object not created locally)
9627 src/com/gps/dao/TripProcessDAO.java 3003 Avoid using Literals in Conditional Statements
9628 src/com/gps/dao/TripProcessDAO.java 3005 Potential violation of Law of Demeter (method chain calls)
9629 src/com/gps/dao/TripProcessDAO.java 3011 Potential violation of Law of Demeter (object not created locally)
9630 src/com/gps/dao/TripProcessDAO.java 3011 There is log block not surrounded by if
9631 src/com/gps/dao/TripProcessDAO.java 3011 There is log block not surrounded by if
9632 src/com/gps/dao/TripProcessDAO.java 3012 A method should have only one exit point, and that should be the last statement in the method
9633 src/com/gps/dao/TripProcessDAO.java 3016 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9634 src/com/gps/dao/TripProcessDAO.java 3017 There is log block not surrounded by if
9635 src/com/gps/dao/TripProcessDAO.java 3024 Comment is too large: Line too long
9636 src/com/gps/dao/TripProcessDAO.java 3025 Avoid really long methods.
9637 src/com/gps/dao/TripProcessDAO.java 3025 Avoid variables with short names like to
9638 src/com/gps/dao/TripProcessDAO.java 3025 Avoid variables with short names like v
9639 src/com/gps/dao/TripProcessDAO.java 3025 Parameter 'from' is not assigned and could be declared final
9640 src/com/gps/dao/TripProcessDAO.java 3025 Parameter 'to' is not assigned and could be declared final
9641 src/com/gps/dao/TripProcessDAO.java 3025 Parameter 'v' is not assigned and could be declared final
9642 src/com/gps/dao/TripProcessDAO.java 3025 The method 'getParamWhereQuery' has a Cyclomatic Complexity of 13.
9643 src/com/gps/dao/TripProcessDAO.java 3026 Parameter 'isSql' is not assigned and could be declared final
9644 src/com/gps/dao/TripProcessDAO.java 3028 Avoid variables with short names like r
9645 src/com/gps/dao/TripProcessDAO.java 3029 Use one line for each declaration, it enhances code readability.
9646 src/com/gps/dao/TripProcessDAO.java 3029 Variables should start with a lowercase character, 'ParamEnd' starts with uppercase character.
9647 src/com/gps/dao/TripProcessDAO.java 3029 Variables should start with a lowercase character, 'ParamStart' starts with uppercase character.
9648 src/com/gps/dao/TripProcessDAO.java 3031 Avoid variables with short names like p
9649 src/com/gps/dao/TripProcessDAO.java 3032 Avoid variables with short names like q
9650 src/com/gps/dao/TripProcessDAO.java 3033 Avoid variables with short names like o
9651 src/com/gps/dao/TripProcessDAO.java 3035 Avoid variables with short names like h
9652 src/com/gps/dao/TripProcessDAO.java 3036 Avoid variables with short names like d
9653 src/com/gps/dao/TripProcessDAO.java 3036 Avoid variables with short names like f
9654 src/com/gps/dao/TripProcessDAO.java 3036 Use one line for each declaration, it enhances code readability.
9655 src/com/gps/dao/TripProcessDAO.java 3045 Potential violation of Law of Demeter (method chain calls)
9656 src/com/gps/dao/TripProcessDAO.java 3045 Potential violation of Law of Demeter (method chain calls)
9657 src/com/gps/dao/TripProcessDAO.java 3045 Potential violation of Law of Demeter (method chain calls)
9658 src/com/gps/dao/TripProcessDAO.java 3045 Potential violation of Law of Demeter (object not created locally)
9659 src/com/gps/dao/TripProcessDAO.java 3050 Avoid using Literals in Conditional Statements
9660 src/com/gps/dao/TripProcessDAO.java 3050 Potential violation of Law of Demeter (object not created locally)
9661 src/com/gps/dao/TripProcessDAO.java 3050 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9662 src/com/gps/dao/TripProcessDAO.java 3051 There is log block not surrounded by if
9663 src/com/gps/dao/TripProcessDAO.java 3051 There is log block not surrounded by if
9664 src/com/gps/dao/TripProcessDAO.java 3054 There is log block not surrounded by if
9665 src/com/gps/dao/TripProcessDAO.java 3054 There is log block not surrounded by if
9666 src/com/gps/dao/TripProcessDAO.java 3056 Potential violation of Law of Demeter (method chain calls)
9667 src/com/gps/dao/TripProcessDAO.java 3056 Potential violation of Law of Demeter (method chain calls)
9668 src/com/gps/dao/TripProcessDAO.java 3056 Potential violation of Law of Demeter (method chain calls)
9669 src/com/gps/dao/TripProcessDAO.java 3056 Potential violation of Law of Demeter (method chain calls)
9670 src/com/gps/dao/TripProcessDAO.java 3056 Potential violation of Law of Demeter (object not created locally)
9671 src/com/gps/dao/TripProcessDAO.java 3062 Avoid using Literals in Conditional Statements
9672 src/com/gps/dao/TripProcessDAO.java 3062 Potential violation of Law of Demeter (object not created locally)
9673 src/com/gps/dao/TripProcessDAO.java 3062 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9674 src/com/gps/dao/TripProcessDAO.java 3063 There is log block not surrounded by if
9675 src/com/gps/dao/TripProcessDAO.java 3063 There is log block not surrounded by if
9676 src/com/gps/dao/TripProcessDAO.java 3065 Local variable 'qry' could be declared final
9677 src/com/gps/dao/TripProcessDAO.java 3065 Potential violation of Law of Demeter (method chain calls)
9678 src/com/gps/dao/TripProcessDAO.java 3065 Potential violation of Law of Demeter (method chain calls)
9679 src/com/gps/dao/TripProcessDAO.java 3065 Potential violation of Law of Demeter (object not created locally)
9680 src/com/gps/dao/TripProcessDAO.java 3070 Potential violation of Law of Demeter (object not created locally)
9681 src/com/gps/dao/TripProcessDAO.java 3071 Potential violation of Law of Demeter (object not created locally)
9682 src/com/gps/dao/TripProcessDAO.java 3073 Avoid using Literals in Conditional Statements
9683 src/com/gps/dao/TripProcessDAO.java 3073 Potential violation of Law of Demeter (object not created locally)
9684 src/com/gps/dao/TripProcessDAO.java 3073 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9685 src/com/gps/dao/TripProcessDAO.java 3074 Assigning an Object to null is a code smell. Consider refactoring.
9686 src/com/gps/dao/TripProcessDAO.java 3075 Assigning an Object to null is a code smell. Consider refactoring.
9687 src/com/gps/dao/TripProcessDAO.java 3077 Potential violation of Law of Demeter (method chain calls)
9688 src/com/gps/dao/TripProcessDAO.java 3077 Potential violation of Law of Demeter (method chain calls)
9689 src/com/gps/dao/TripProcessDAO.java 3077 Potential violation of Law of Demeter (object not created locally)
9690 src/com/gps/dao/TripProcessDAO.java 3078 Assigning an Object to null is a code smell. Consider refactoring.
9691 src/com/gps/dao/TripProcessDAO.java 3081 Potential violation of Law of Demeter (object not created locally)
9692 src/com/gps/dao/TripProcessDAO.java 3082 Potential violation of Law of Demeter (object not created locally)
9693 src/com/gps/dao/TripProcessDAO.java 3083 Potential violation of Law of Demeter (object not created locally)
9694 src/com/gps/dao/TripProcessDAO.java 3085 Avoid unused local variables such as 'w'.
9695 src/com/gps/dao/TripProcessDAO.java 3085 Avoid variables with short names like w
9696 src/com/gps/dao/TripProcessDAO.java 3085 Local variable 'w' could be declared final
9697 src/com/gps/dao/TripProcessDAO.java 3086 There is log block not surrounded by if
9698 src/com/gps/dao/TripProcessDAO.java 3086 There is log block not surrounded by if
9699 src/com/gps/dao/TripProcessDAO.java 3088 Local variable 'packet' could be declared final
9700 src/com/gps/dao/TripProcessDAO.java 3089 Potential violation of Law of Demeter (method chain calls)
9701 src/com/gps/dao/TripProcessDAO.java 3089 Potential violation of Law of Demeter (object not created locally)
9702 src/com/gps/dao/TripProcessDAO.java 3090 Potential violation of Law of Demeter (method chain calls)
9703 src/com/gps/dao/TripProcessDAO.java 3090 Potential violation of Law of Demeter (object not created locally)
9704 src/com/gps/dao/TripProcessDAO.java 3091 Potential violation of Law of Demeter (method chain calls)
9705 src/com/gps/dao/TripProcessDAO.java 3091 Potential violation of Law of Demeter (object not created locally)
9706 src/com/gps/dao/TripProcessDAO.java 3097 There is log block not surrounded by if
9707 src/com/gps/dao/TripProcessDAO.java 3097 There is log block not surrounded by if
9708 src/com/gps/dao/TripProcessDAO.java 3098 There is log block not surrounded by if
9709 src/com/gps/dao/TripProcessDAO.java 3098 There is log block not surrounded by if
9710 src/com/gps/dao/TripProcessDAO.java 3102 There is log block not surrounded by if
9711 src/com/gps/dao/TripProcessDAO.java 3102 There is log block not surrounded by if
9712 src/com/gps/dao/TripProcessDAO.java 3103 Assigning an Object to null is a code smell. Consider refactoring.
9713 src/com/gps/dao/TripProcessDAO.java 3107 Local variable 'calendar' could be declared final
9714 src/com/gps/dao/TripProcessDAO.java 3108 When instantiating a SimpleDateFormat object, specify a Locale
9715 src/com/gps/dao/TripProcessDAO.java 3109 Local variable 'fromDate' could be declared final
9716 src/com/gps/dao/TripProcessDAO.java 3109 Potential violation of Law of Demeter (object not created locally)
9717 src/com/gps/dao/TripProcessDAO.java 3110 Potential violation of Law of Demeter (object not created locally)
9718 src/com/gps/dao/TripProcessDAO.java 3112 Potential violation of Law of Demeter (object not created locally)
9719 src/com/gps/dao/TripProcessDAO.java 3113 Local variable 'maxList' could be declared final
9720 src/com/gps/dao/TripProcessDAO.java 3113 Potential violation of Law of Demeter (method chain calls)
9721 src/com/gps/dao/TripProcessDAO.java 3113 Potential violation of Law of Demeter (method chain calls)
9722 src/com/gps/dao/TripProcessDAO.java 3113 Potential violation of Law of Demeter (object not created locally)
9723 src/com/gps/dao/TripProcessDAO.java 3113 Potential violation of Law of Demeter (object not created locally)
9724 src/com/gps/dao/TripProcessDAO.java 3114 Potential violation of Law of Demeter (object not created locally)
9725 src/com/gps/dao/TripProcessDAO.java 3114 Potential violation of Law of Demeter (object not created locally)
9726 src/com/gps/dao/TripProcessDAO.java 3115 Potential violation of Law of Demeter (method chain calls)
9727 src/com/gps/dao/TripProcessDAO.java 3115 Potential violation of Law of Demeter (object not created locally)
9728 src/com/gps/dao/TripProcessDAO.java 3116 There is log block not surrounded by if
9729 src/com/gps/dao/TripProcessDAO.java 3116 There is log block not surrounded by if
9730 src/com/gps/dao/TripProcessDAO.java 3123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9731 src/com/gps/dao/TripProcessDAO.java 3124 There is log block not surrounded by if
9732 src/com/gps/dao/TripProcessDAO.java 3125 Assigning an Object to null is a code smell. Consider refactoring.
9733 src/com/gps/dao/TripProcessDAO.java 3129 Comment is too large: Line too long
9734 src/com/gps/dao/TripProcessDAO.java 3130 Parameter 'end' is not assigned and could be declared final
9735 src/com/gps/dao/TripProcessDAO.java 3130 Parameter 'isSql' is not assigned and could be declared final
9736 src/com/gps/dao/TripProcessDAO.java 3130 Parameter 'start' is not assigned and could be declared final
9737 src/com/gps/dao/TripProcessDAO.java 3134 Local variable 'sta' could be declared final
9738 src/com/gps/dao/TripProcessDAO.java 3135 Avoid variables with short names like en
9739 src/com/gps/dao/TripProcessDAO.java 3135 Local variable 'en' could be declared final
9740 src/com/gps/dao/TripProcessDAO.java 3136 Avoid unused local variables such as 'a'.
9741 src/com/gps/dao/TripProcessDAO.java 3136 Avoid variables with short names like a
9742 src/com/gps/dao/TripProcessDAO.java 3136 Local variable 'a' could be declared final
9743 src/com/gps/dao/TripProcessDAO.java 3141 Potential violation of Law of Demeter (object not created locally)
9744 src/com/gps/dao/TripProcessDAO.java 3144 Potential violation of Law of Demeter (object not created locally)
9745 src/com/gps/dao/TripProcessDAO.java 3146 Avoid if (x != y) ..; else ..;
9746 src/com/gps/dao/TripProcessDAO.java 3147 Potential violation of Law of Demeter (object not created locally)
9747 src/com/gps/dao/TripProcessDAO.java 3148 Potential violation of Law of Demeter (object not created locally)
9748 src/com/gps/dao/TripProcessDAO.java 3149 Potential violation of Law of Demeter (object not created locally)
9749 src/com/gps/dao/TripProcessDAO.java 3152 Potential violation of Law of Demeter (object not created locally)
9750 src/com/gps/dao/TripProcessDAO.java 3153 Potential violation of Law of Demeter (object not created locally)
9751 src/com/gps/dao/TripProcessDAO.java 3156 Assigning an Object to null is a code smell. Consider refactoring.
9752 src/com/gps/dao/TripProcessDAO.java 3156 StringBuffer constructor is initialized with size 16, but has at least 28 characters appended.
9753 src/com/gps/dao/TripProcessDAO.java 3159 There is log block not surrounded by if
9754 src/com/gps/dao/TripProcessDAO.java 3159 There is log block not surrounded by if
9755 src/com/gps/dao/TripProcessDAO.java 3160 Avoid using if statements without curly braces
9756 src/com/gps/dao/TripProcessDAO.java 3161 Potential violation of Law of Demeter (object not created locally)
9757 src/com/gps/dao/TripProcessDAO.java 3161 Potential violation of Law of Demeter (object not created locally)
9758 src/com/gps/dao/TripProcessDAO.java 3163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9759 src/com/gps/dao/TripProcessDAO.java 3164 There is log block not surrounded by if
9760 src/com/gps/dao/TripProcessDAO.java 3165 Assigning an Object to null is a code smell. Consider refactoring.
9761 src/com/gps/dao/UserNotificationDAO.java 12 Avoid unused imports such as 'com.gps.exception.DupilicateTripException'
9762 src/com/gps/dao/UserNotificationDAO.java 13 Avoid unused imports such as 'com.gps.exception.DuplicateRegisterNumberException'
9763 src/com/gps/dao/UserNotificationDAO.java 14 Avoid unused imports such as 'com.gps.exception.DuplicateVehicleNameException'
9764 src/com/gps/dao/UserNotificationDAO.java 15 Avoid unused imports such as 'com.gps.exception.TripNameDuplicateException'
9765 src/com/gps/dao/UserNotificationDAO.java 16 Avoid unused imports such as 'com.gps.hibernate.FrequentTripDetails'
9766 src/com/gps/dao/UserNotificationDAO.java 22 Avoid unused imports such as 'com.gps.hibernate.TripDetailsDAO'
9767 src/com/gps/dao/UserNotificationDAO.java 27 Avoid unused imports such as 'com.gps.hibernate.UsersOrgs'
9768 src/com/gps/dao/UserNotificationDAO.java 30 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
9769 src/com/gps/dao/UserNotificationDAO.java 34 headerCommentRequirement Required
9770 src/com/gps/dao/UserNotificationDAO.java 37 The Logger variable declaration does not contain the static and final modifiers
9771 src/com/gps/dao/UserNotificationDAO.java 37 Use explicit scoping instead of the default package private level
9772 src/com/gps/dao/UserNotificationDAO.java 37 fieldCommentRequirement Required
9773 src/com/gps/dao/UserNotificationDAO.java 40 A method/constructor shouldnt explicitly throw java.lang.Exception
9774 src/com/gps/dao/UserNotificationDAO.java 40 Parameter 'geoid' is not assigned and could be declared final
9775 src/com/gps/dao/UserNotificationDAO.java 40 Parameter 'mobile' is not assigned and could be declared final
9776 src/com/gps/dao/UserNotificationDAO.java 40 Parameter 'pid' is not assigned and could be declared final
9777 src/com/gps/dao/UserNotificationDAO.java 40 Parameter 'sess1' is not assigned and could be declared final
9778 src/com/gps/dao/UserNotificationDAO.java 40 publicMethodCommentRequirement Required
9779 src/com/gps/dao/UserNotificationDAO.java 44 There is log block not surrounded by if
9780 src/com/gps/dao/UserNotificationDAO.java 44 There is log block not surrounded by if
9781 src/com/gps/dao/UserNotificationDAO.java 45 Local variable 'userId' could be declared final
9782 src/com/gps/dao/UserNotificationDAO.java 46 Local variable 'usdao' could be declared final
9783 src/com/gps/dao/UserNotificationDAO.java 47 Avoid variables with short names like ug
9784 src/com/gps/dao/UserNotificationDAO.java 47 Local variable 'ug' could be declared final
9785 src/com/gps/dao/UserNotificationDAO.java 48 Local variable 'gdao' could be declared final
9786 src/com/gps/dao/UserNotificationDAO.java 49 Local variable 'udao' could be declared final
9787 src/com/gps/dao/UserNotificationDAO.java 51 Found 'DD'-anomaly for variable 'sess' (lines '51'-'57').
9788 src/com/gps/dao/UserNotificationDAO.java 52 Avoid variables with short names like tx
9789 src/com/gps/dao/UserNotificationDAO.java 52 Found 'DD'-anomaly for variable 'tx' (lines '52'-'58').
9790 src/com/gps/dao/UserNotificationDAO.java 56 Potential violation of Law of Demeter (method chain calls)
9791 src/com/gps/dao/UserNotificationDAO.java 56 Potential violation of Law of Demeter (object not created locally)
9792 src/com/gps/dao/UserNotificationDAO.java 57 Potential violation of Law of Demeter (object not created locally)
9793 src/com/gps/dao/UserNotificationDAO.java 58 Potential violation of Law of Demeter (object not created locally)
9794 src/com/gps/dao/UserNotificationDAO.java 61 Local variable 'geo' could be declared final
9795 src/com/gps/dao/UserNotificationDAO.java 61 Potential violation of Law of Demeter (object not created locally)
9796 src/com/gps/dao/UserNotificationDAO.java 62 There is log block not surrounded by if
9797 src/com/gps/dao/UserNotificationDAO.java 62 There is log block not surrounded by if
9798 src/com/gps/dao/UserNotificationDAO.java 63 Potential violation of Law of Demeter (object not created locally)
9799 src/com/gps/dao/UserNotificationDAO.java 65 Local variable 'user1' could be declared final
9800 src/com/gps/dao/UserNotificationDAO.java 65 Potential violation of Law of Demeter (object not created locally)
9801 src/com/gps/dao/UserNotificationDAO.java 66 There is log block not surrounded by if
9802 src/com/gps/dao/UserNotificationDAO.java 66 There is log block not surrounded by if
9803 src/com/gps/dao/UserNotificationDAO.java 67 Potential violation of Law of Demeter (object not created locally)
9804 src/com/gps/dao/UserNotificationDAO.java 69 Potential violation of Law of Demeter (object not created locally)
9805 src/com/gps/dao/UserNotificationDAO.java 70 Potential violation of Law of Demeter (object not created locally)
9806 src/com/gps/dao/UserNotificationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
9807 src/com/gps/dao/UserNotificationDAO.java 78 Potential violation of Law of Demeter (object not created locally)
9808 src/com/gps/dao/UserNotificationDAO.java 79 Potential violation of Law of Demeter (object not created locally)
9809 src/com/gps/dao/UserNotificationDAO.java 81 Potential violation of Law of Demeter (object not created locally)
9810 src/com/gps/dao/UserNotificationDAO.java 83 There is log block not surrounded by if
9811 src/com/gps/dao/UserNotificationDAO.java 83 There is log block not surrounded by if
9812 src/com/gps/dao/UserNotificationDAO.java 85 A method should have only one exit point, and that should be the last statement in the method
9813 src/com/gps/dao/UserNotificationDAO.java 92 Potential violation of Law of Demeter (object not created locally)
9814 src/com/gps/dao/UserNotificationDAO.java 94 There is log block not surrounded by if
9815 src/com/gps/dao/UserNotificationDAO.java 95 Potential violation of Law of Demeter (method chain calls)
9816 src/com/gps/dao/UserNotificationDAO.java 95 Potential violation of Law of Demeter (method chain calls)
9817 src/com/gps/dao/UserNotificationDAO.java 95 Potential violation of Law of Demeter (object not created locally)
9818 src/com/gps/dao/UserNotificationDAO.java 95 There is log block not surrounded by if
9819 src/com/gps/dao/UserNotificationDAO.java 95 There is log block not surrounded by if
9820 src/com/gps/dao/UserNotificationDAO.java 96 Potential violation of Law of Demeter (method chain calls)
9821 src/com/gps/dao/UserNotificationDAO.java 96 Potential violation of Law of Demeter (method chain calls)
9822 src/com/gps/dao/UserNotificationDAO.java 96 Potential violation of Law of Demeter (object not created locally)
9823 src/com/gps/dao/UserNotificationDAO.java 98 There is log block not surrounded by if
9824 src/com/gps/dao/UserNotificationDAO.java 98 There is log block not surrounded by if
9825 src/com/gps/dao/UserNotificationDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9826 src/com/gps/dao/UserNotificationDAO.java 109 Avoid printStackTrace(); use a logger call instead.
9827 src/com/gps/dao/UserNotificationDAO.java 109 Potential violation of Law of Demeter (object not created locally)
9828 src/com/gps/dao/UserNotificationDAO.java 117 Avoid empty finally blocks
9829 src/com/gps/dao/UserNotificationDAO.java 126 Comment is too large: Line too long
9830 src/com/gps/dao/UserNotificationDAO.java 127 Parameter 'geofenceId' is not assigned and could be declared final
9831 src/com/gps/dao/UserNotificationDAO.java 127 publicMethodCommentRequirement Required
9832 src/com/gps/dao/UserNotificationDAO.java 129 Found 'DD'-anomaly for variable 'sess' (lines '129'-'134').
9833 src/com/gps/dao/UserNotificationDAO.java 130 Avoid variables with short names like td
9834 src/com/gps/dao/UserNotificationDAO.java 130 Local variable 'td' could be declared final
9835 src/com/gps/dao/UserNotificationDAO.java 131 Found 'DD'-anomaly for variable 'userlist' (lines '131'-'141').
9836 src/com/gps/dao/UserNotificationDAO.java 134 Potential violation of Law of Demeter (object not created locally)
9837 src/com/gps/dao/UserNotificationDAO.java 136 There is log block not surrounded by if
9838 src/com/gps/dao/UserNotificationDAO.java 136 There is log block not surrounded by if
9839 src/com/gps/dao/UserNotificationDAO.java 137 Local variable 'gdao' could be declared final
9840 src/com/gps/dao/UserNotificationDAO.java 138 Local variable 'geof' could be declared final
9841 src/com/gps/dao/UserNotificationDAO.java 138 Potential violation of Law of Demeter (object not created locally)
9842 src/com/gps/dao/UserNotificationDAO.java 139 Local variable 'tripid' could be declared final
9843 src/com/gps/dao/UserNotificationDAO.java 139 Potential violation of Law of Demeter (method chain calls)
9844 src/com/gps/dao/UserNotificationDAO.java 139 Potential violation of Law of Demeter (object not created locally)
9845 src/com/gps/dao/UserNotificationDAO.java 140 There is log block not surrounded by if
9846 src/com/gps/dao/UserNotificationDAO.java 140 There is log block not surrounded by if
9847 src/com/gps/dao/UserNotificationDAO.java 141 Potential violation of Law of Demeter (method chain calls)
9848 src/com/gps/dao/UserNotificationDAO.java 141 Potential violation of Law of Demeter (method chain calls)
9849 src/com/gps/dao/UserNotificationDAO.java 141 Potential violation of Law of Demeter (object not created locally)
9850 src/com/gps/dao/UserNotificationDAO.java 143 There is log block not surrounded by if
9851 src/com/gps/dao/UserNotificationDAO.java 143 There is log block not surrounded by if
9852 src/com/gps/dao/UserNotificationDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9853 src/com/gps/dao/UserNotificationDAO.java 148 Avoid printStackTrace(); use a logger call instead.
9854 src/com/gps/dao/UserNotificationDAO.java 148 Potential violation of Law of Demeter (object not created locally)
9855 src/com/gps/dao/UserNotificationDAO.java 150 Avoid empty finally blocks
9856 src/com/gps/dao/UserNotificationDAO.java 158 Comment is too large: Line too long
9857 src/com/gps/dao/UserNotificationDAO.java 160 Parameter 'tripid' is not assigned and could be declared final
9858 src/com/gps/dao/UserNotificationDAO.java 160 publicMethodCommentRequirement Required
9859 src/com/gps/dao/UserNotificationDAO.java 162 Found 'DD'-anomaly for variable 'sess' (lines '162'-'167').
9860 src/com/gps/dao/UserNotificationDAO.java 163 Avoid variables with short names like td
9861 src/com/gps/dao/UserNotificationDAO.java 163 Local variable 'td' could be declared final
9862 src/com/gps/dao/UserNotificationDAO.java 164 Found 'DD'-anomaly for variable 'userlist' (lines '164'-'169').
9863 src/com/gps/dao/UserNotificationDAO.java 167 Potential violation of Law of Demeter (object not created locally)
9864 src/com/gps/dao/UserNotificationDAO.java 168 There is log block not surrounded by if
9865 src/com/gps/dao/UserNotificationDAO.java 168 There is log block not surrounded by if
9866 src/com/gps/dao/UserNotificationDAO.java 169 Potential violation of Law of Demeter (method chain calls)
9867 src/com/gps/dao/UserNotificationDAO.java 169 Potential violation of Law of Demeter (method chain calls)
9868 src/com/gps/dao/UserNotificationDAO.java 169 Potential violation of Law of Demeter (object not created locally)
9869 src/com/gps/dao/UserNotificationDAO.java 171 There is log block not surrounded by if
9870 src/com/gps/dao/UserNotificationDAO.java 171 There is log block not surrounded by if
9871 src/com/gps/dao/UserNotificationDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9872 src/com/gps/dao/UserNotificationDAO.java 176 Avoid printStackTrace(); use a logger call instead.
9873 src/com/gps/dao/UserNotificationDAO.java 176 Potential violation of Law of Demeter (object not created locally)
9874 src/com/gps/dao/UserNotificationDAO.java 178 Avoid empty finally blocks
9875 src/com/gps/dao/UserNotificationDAO.java 189 Parameter 'userid' is not assigned and could be declared final
9876 src/com/gps/dao/UserNotificationDAO.java 189 publicMethodCommentRequirement Required
9877 src/com/gps/dao/UserNotificationDAO.java 191 Found 'DD'-anomaly for variable 'sess' (lines '191'-'196').
9878 src/com/gps/dao/UserNotificationDAO.java 192 Avoid variables with short names like td
9879 src/com/gps/dao/UserNotificationDAO.java 192 Local variable 'td' could be declared final
9880 src/com/gps/dao/UserNotificationDAO.java 193 Found 'DD'-anomaly for variable 'moblist' (lines '193'-'201').
9881 src/com/gps/dao/UserNotificationDAO.java 196 Potential violation of Law of Demeter (object not created locally)
9882 src/com/gps/dao/UserNotificationDAO.java 198 There is log block not surrounded by if
9883 src/com/gps/dao/UserNotificationDAO.java 198 There is log block not surrounded by if
9884 src/com/gps/dao/UserNotificationDAO.java 199 The String literal "userid" appears 5 times in this file; the first occurrence is on line 199
9885 src/com/gps/dao/UserNotificationDAO.java 199 There is log block not surrounded by if
9886 src/com/gps/dao/UserNotificationDAO.java 199 There is log block not surrounded by if
9887 src/com/gps/dao/UserNotificationDAO.java 201 Potential violation of Law of Demeter (method chain calls)
9888 src/com/gps/dao/UserNotificationDAO.java 201 Potential violation of Law of Demeter (method chain calls)
9889 src/com/gps/dao/UserNotificationDAO.java 201 Potential violation of Law of Demeter (object not created locally)
9890 src/com/gps/dao/UserNotificationDAO.java 202 Avoid using Literals in Conditional Statements
9891 src/com/gps/dao/UserNotificationDAO.java 202 Potential violation of Law of Demeter (object not created locally)
9892 src/com/gps/dao/UserNotificationDAO.java 202 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
9893 src/com/gps/dao/UserNotificationDAO.java 204 Potential violation of Law of Demeter (method chain calls)
9894 src/com/gps/dao/UserNotificationDAO.java 204 Potential violation of Law of Demeter (method chain calls)
9895 src/com/gps/dao/UserNotificationDAO.java 204 Potential violation of Law of Demeter (object not created locally)
9896 src/com/gps/dao/UserNotificationDAO.java 204 There is log block not surrounded by if
9897 src/com/gps/dao/UserNotificationDAO.java 204 There is log block not surrounded by if
9898 src/com/gps/dao/UserNotificationDAO.java 205 There is log block not surrounded by if
9899 src/com/gps/dao/UserNotificationDAO.java 205 There is log block not surrounded by if
9900 src/com/gps/dao/UserNotificationDAO.java 209 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9901 src/com/gps/dao/UserNotificationDAO.java 210 Avoid printStackTrace(); use a logger call instead.
9902 src/com/gps/dao/UserNotificationDAO.java 210 Potential violation of Law of Demeter (object not created locally)
9903 src/com/gps/dao/UserNotificationDAO.java 212 Avoid empty finally blocks
9904 src/com/gps/dao/UserNotificationDAO.java 218 A method/constructor shouldnt explicitly throw java.lang.Exception
9905 src/com/gps/dao/UserNotificationDAO.java 218 Parameter 'geoid' is not assigned and could be declared final
9906 src/com/gps/dao/UserNotificationDAO.java 218 Parameter 'newmobile' is not assigned and could be declared final
9907 src/com/gps/dao/UserNotificationDAO.java 218 Parameter 'oldmobile' is not assigned and could be declared final
9908 src/com/gps/dao/UserNotificationDAO.java 218 Parameter 'ses' is not assigned and could be declared final
9909 src/com/gps/dao/UserNotificationDAO.java 218 Parameter 'userid' is not assigned and could be declared final
9910 src/com/gps/dao/UserNotificationDAO.java 218 Rather than using a lot of String arguments, consider using a container object for those values.
9911 src/com/gps/dao/UserNotificationDAO.java 218 publicMethodCommentRequirement Required
9912 src/com/gps/dao/UserNotificationDAO.java 220 Found 'DD'-anomaly for variable 'sess' (lines '220'-'224').
9913 src/com/gps/dao/UserNotificationDAO.java 222 Local variable 'usdao' could be declared final
9914 src/com/gps/dao/UserNotificationDAO.java 223 Found 'DD'-anomaly for variable 'updatelist' (lines '223'-'237').
9915 src/com/gps/dao/UserNotificationDAO.java 224 Potential violation of Law of Demeter (object not created locally)
9916 src/com/gps/dao/UserNotificationDAO.java 225 Avoid variables with short names like tx
9917 src/com/gps/dao/UserNotificationDAO.java 225 Local variable 'tx' could be declared final
9918 src/com/gps/dao/UserNotificationDAO.java 225 Potential violation of Law of Demeter (object not created locally)
9919 src/com/gps/dao/UserNotificationDAO.java 229 There is log block not surrounded by if
9920 src/com/gps/dao/UserNotificationDAO.java 229 There is log block not surrounded by if
9921 src/com/gps/dao/UserNotificationDAO.java 230 The String literal "geoid" appears 5 times in this file; the first occurrence is on line 230
9922 src/com/gps/dao/UserNotificationDAO.java 230 There is log block not surrounded by if
9923 src/com/gps/dao/UserNotificationDAO.java 230 There is log block not surrounded by if
9924 src/com/gps/dao/UserNotificationDAO.java 231 There is log block not surrounded by if
9925 src/com/gps/dao/UserNotificationDAO.java 231 There is log block not surrounded by if
9926 src/com/gps/dao/UserNotificationDAO.java 232 There is log block not surrounded by if
9927 src/com/gps/dao/UserNotificationDAO.java 232 There is log block not surrounded by if
9928 src/com/gps/dao/UserNotificationDAO.java 233 Local variable 'query' could be declared final
9929 src/com/gps/dao/UserNotificationDAO.java 233 Potential violation of Law of Demeter (object not created locally)
9930 src/com/gps/dao/UserNotificationDAO.java 234 Potential violation of Law of Demeter (object not created locally)
9931 src/com/gps/dao/UserNotificationDAO.java 235 Potential violation of Law of Demeter (object not created locally)
9932 src/com/gps/dao/UserNotificationDAO.java 237 Potential violation of Law of Demeter (object not created locally)
9933 src/com/gps/dao/UserNotificationDAO.java 240 Potential violation of Law of Demeter (method chain calls)
9934 src/com/gps/dao/UserNotificationDAO.java 240 Potential violation of Law of Demeter (method chain calls)
9935 src/com/gps/dao/UserNotificationDAO.java 240 Potential violation of Law of Demeter (object not created locally)
9936 src/com/gps/dao/UserNotificationDAO.java 240 There is log block not surrounded by if
9937 src/com/gps/dao/UserNotificationDAO.java 240 There is log block not surrounded by if
9938 src/com/gps/dao/UserNotificationDAO.java 242 Local variable 'utid' could be declared final
9939 src/com/gps/dao/UserNotificationDAO.java 242 Potential violation of Law of Demeter (method chain calls)
9940 src/com/gps/dao/UserNotificationDAO.java 242 Potential violation of Law of Demeter (method chain calls)
9941 src/com/gps/dao/UserNotificationDAO.java 242 Potential violation of Law of Demeter (object not created locally)
9942 src/com/gps/dao/UserNotificationDAO.java 242 Potential violation of Law of Demeter (object not created locally)
9943 src/com/gps/dao/UserNotificationDAO.java 243 Potential violation of Law of Demeter (object not created locally)
9944 src/com/gps/dao/UserNotificationDAO.java 244 Potential violation of Law of Demeter (object not created locally)
9945 src/com/gps/dao/UserNotificationDAO.java 248 Potential violation of Law of Demeter (object not created locally)
9946 src/com/gps/dao/UserNotificationDAO.java 250 Potential violation of Law of Demeter (object not created locally)
9947 src/com/gps/dao/UserNotificationDAO.java 251 Potential violation of Law of Demeter (object not created locally)
9948 src/com/gps/dao/UserNotificationDAO.java 253 There is log block not surrounded by if
9949 src/com/gps/dao/UserNotificationDAO.java 253 There is log block not surrounded by if
9950 src/com/gps/dao/UserNotificationDAO.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9951 src/com/gps/dao/UserNotificationDAO.java 262 Avoid printStackTrace(); use a logger call instead.
9952 src/com/gps/dao/UserNotificationDAO.java 262 Potential violation of Law of Demeter (object not created locally)
9953 src/com/gps/dao/UserNotificationDAO.java 268 Potential violation of Law of Demeter (object not created locally)
9954 src/com/gps/dao/UserNotificationDAO.java 275 A method/constructor shouldnt explicitly throw java.lang.Exception
9955 src/com/gps/dao/UserNotificationDAO.java 275 Avoid reassigning parameters such as 'mobile'
9956 src/com/gps/dao/UserNotificationDAO.java 275 Parameter 'geoid' is not assigned and could be declared final
9957 src/com/gps/dao/UserNotificationDAO.java 275 publicMethodCommentRequirement Required
9958 src/com/gps/dao/UserNotificationDAO.java 277 Found 'DD'-anomaly for variable 'sess' (lines '277'-'283').
9959 src/com/gps/dao/UserNotificationDAO.java 279 Local variable 'usdao' could be declared final
9960 src/com/gps/dao/UserNotificationDAO.java 280 Found 'DD'-anomaly for variable 'deletelist' (lines '280'-'295').
9961 src/com/gps/dao/UserNotificationDAO.java 282 Potential violation of Law of Demeter (method chain calls)
9962 src/com/gps/dao/UserNotificationDAO.java 282 Potential violation of Law of Demeter (object not created locally)
9963 src/com/gps/dao/UserNotificationDAO.java 283 Potential violation of Law of Demeter (object not created locally)
9964 src/com/gps/dao/UserNotificationDAO.java 284 Avoid variables with short names like tx
9965 src/com/gps/dao/UserNotificationDAO.java 284 Local variable 'tx' could be declared final
9966 src/com/gps/dao/UserNotificationDAO.java 284 Potential violation of Law of Demeter (object not created locally)
9967 src/com/gps/dao/UserNotificationDAO.java 288 There is log block not surrounded by if
9968 src/com/gps/dao/UserNotificationDAO.java 288 There is log block not surrounded by if
9969 src/com/gps/dao/UserNotificationDAO.java 289 There is log block not surrounded by if
9970 src/com/gps/dao/UserNotificationDAO.java 289 There is log block not surrounded by if
9971 src/com/gps/dao/UserNotificationDAO.java 290 There is log block not surrounded by if
9972 src/com/gps/dao/UserNotificationDAO.java 290 There is log block not surrounded by if
9973 src/com/gps/dao/UserNotificationDAO.java 291 Comment is too large: Line too long
9974 src/com/gps/dao/UserNotificationDAO.java 292 Local variable 'query' could be declared final
9975 src/com/gps/dao/UserNotificationDAO.java 292 Potential violation of Law of Demeter (object not created locally)
9976 src/com/gps/dao/UserNotificationDAO.java 293 Potential violation of Law of Demeter (object not created locally)
9977 src/com/gps/dao/UserNotificationDAO.java 294 Potential violation of Law of Demeter (object not created locally)
9978 src/com/gps/dao/UserNotificationDAO.java 295 Potential violation of Law of Demeter (object not created locally)
9979 src/com/gps/dao/UserNotificationDAO.java 296 There is log block not surrounded by if
9980 src/com/gps/dao/UserNotificationDAO.java 296 There is log block not surrounded by if
9981 src/com/gps/dao/UserNotificationDAO.java 298 Potential violation of Law of Demeter (method chain calls)
9982 src/com/gps/dao/UserNotificationDAO.java 298 Potential violation of Law of Demeter (method chain calls)
9983 src/com/gps/dao/UserNotificationDAO.java 298 Potential violation of Law of Demeter (object not created locally)
9984 src/com/gps/dao/UserNotificationDAO.java 298 There is log block not surrounded by if
9985 src/com/gps/dao/UserNotificationDAO.java 298 There is log block not surrounded by if
9986 src/com/gps/dao/UserNotificationDAO.java 300 Local variable 'utid' could be declared final
9987 src/com/gps/dao/UserNotificationDAO.java 300 Potential violation of Law of Demeter (method chain calls)
9988 src/com/gps/dao/UserNotificationDAO.java 300 Potential violation of Law of Demeter (method chain calls)
9989 src/com/gps/dao/UserNotificationDAO.java 300 Potential violation of Law of Demeter (object not created locally)
9990 src/com/gps/dao/UserNotificationDAO.java 300 Potential violation of Law of Demeter (object not created locally)
9991 src/com/gps/dao/UserNotificationDAO.java 302 Potential violation of Law of Demeter (object not created locally)
9992 src/com/gps/dao/UserNotificationDAO.java 304 Potential violation of Law of Demeter (object not created locally)
9993 src/com/gps/dao/UserNotificationDAO.java 305 Potential violation of Law of Demeter (object not created locally)
9994 src/com/gps/dao/UserNotificationDAO.java 307 There is log block not surrounded by if
9995 src/com/gps/dao/UserNotificationDAO.java 307 There is log block not surrounded by if
9996 src/com/gps/dao/UserNotificationDAO.java 314 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
9997 src/com/gps/dao/UserNotificationDAO.java 316 Avoid printStackTrace(); use a logger call instead.
9998 src/com/gps/dao/UserNotificationDAO.java 316 Potential violation of Law of Demeter (object not created locally)
9999 src/com/gps/dao/UserNotificationDAO.java 322 Potential violation of Law of Demeter (object not created locally)
10000 src/com/gps/dao/UserNotificationDAO.java 332 Parameter 'geofenceId' is not assigned and could be declared final
10001 src/com/gps/dao/UserNotificationDAO.java 332 publicMethodCommentRequirement Required
10002 src/com/gps/dao/UserNotificationDAO.java 334 Found 'DD'-anomaly for variable 'sess' (lines '334'-'339').
10003 src/com/gps/dao/UserNotificationDAO.java 335 Local variable 'ugdao' could be declared final
10004 src/com/gps/dao/UserNotificationDAO.java 336 Found 'DD'-anomaly for variable 'usergeolist' (lines '336'-'344').
10005 src/com/gps/dao/UserNotificationDAO.java 339 Potential violation of Law of Demeter (object not created locally)
10006 src/com/gps/dao/UserNotificationDAO.java 341 There is log block not surrounded by if
10007 src/com/gps/dao/UserNotificationDAO.java 341 There is log block not surrounded by if
10008 src/com/gps/dao/UserNotificationDAO.java 342 Avoid unused local variables such as 'gdao'.
10009 src/com/gps/dao/UserNotificationDAO.java 342 Found 'DU'-anomaly for variable 'gdao' (lines '342'-'360').
10010 src/com/gps/dao/UserNotificationDAO.java 342 Local variable 'gdao' could be declared final
10011 src/com/gps/dao/UserNotificationDAO.java 344 Potential violation of Law of Demeter (method chain calls)
10012 src/com/gps/dao/UserNotificationDAO.java 344 Potential violation of Law of Demeter (method chain calls)
10013 src/com/gps/dao/UserNotificationDAO.java 344 Potential violation of Law of Demeter (object not created locally)
10014 src/com/gps/dao/UserNotificationDAO.java 345 Potential violation of Law of Demeter (object not created locally)
10015 src/com/gps/dao/UserNotificationDAO.java 345 There is log block not surrounded by if
10016 src/com/gps/dao/UserNotificationDAO.java 345 There is log block not surrounded by if
10017 src/com/gps/dao/UserNotificationDAO.java 346 Potential violation of Law of Demeter (object not created locally)
10018 src/com/gps/dao/UserNotificationDAO.java 348 Potential violation of Law of Demeter (method chain calls)
10019 src/com/gps/dao/UserNotificationDAO.java 348 Potential violation of Law of Demeter (method chain calls)
10020 src/com/gps/dao/UserNotificationDAO.java 348 Potential violation of Law of Demeter (object not created locally)
10021 src/com/gps/dao/UserNotificationDAO.java 348 There is log block not surrounded by if
10022 src/com/gps/dao/UserNotificationDAO.java 348 There is log block not surrounded by if
10023 src/com/gps/dao/UserNotificationDAO.java 353 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10024 src/com/gps/dao/UserNotificationDAO.java 354 Avoid printStackTrace(); use a logger call instead.
10025 src/com/gps/dao/UserNotificationDAO.java 354 Potential violation of Law of Demeter (object not created locally)
10026 src/com/gps/dao/UserNotificationDAO.java 356 Avoid empty finally blocks
10027 src/com/gps/dao/UserNotificationDAO.java 369 Parameter 'geofenceId' is not assigned and could be declared final
10028 src/com/gps/dao/UserNotificationDAO.java 369 Parameter 'landmark' is not assigned and could be declared final
10029 src/com/gps/dao/UserNotificationDAO.java 369 publicMethodCommentRequirement Required
10030 src/com/gps/dao/UserNotificationDAO.java 373 Found 'DD'-anomaly for variable 'sess' (lines '373'-'376').
10031 src/com/gps/dao/UserNotificationDAO.java 374 Local variable 'gdao' could be declared final
10032 src/com/gps/dao/UserNotificationDAO.java 375 Potential violation of Law of Demeter (method chain calls)
10033 src/com/gps/dao/UserNotificationDAO.java 375 Potential violation of Law of Demeter (object not created locally)
10034 src/com/gps/dao/UserNotificationDAO.java 376 Potential violation of Law of Demeter (object not created locally)
10035 src/com/gps/dao/UserNotificationDAO.java 377 Avoid variables with short names like tx
10036 src/com/gps/dao/UserNotificationDAO.java 377 Local variable 'tx' could be declared final
10037 src/com/gps/dao/UserNotificationDAO.java 377 Potential violation of Law of Demeter (object not created locally)
10038 src/com/gps/dao/UserNotificationDAO.java 380 There is log block not surrounded by if
10039 src/com/gps/dao/UserNotificationDAO.java 380 There is log block not surrounded by if
10040 src/com/gps/dao/UserNotificationDAO.java 381 Local variable 'geo' could be declared final
10041 src/com/gps/dao/UserNotificationDAO.java 381 Potential violation of Law of Demeter (object not created locally)
10042 src/com/gps/dao/UserNotificationDAO.java 382 There is log block not surrounded by if
10043 src/com/gps/dao/UserNotificationDAO.java 382 There is log block not surrounded by if
10044 src/com/gps/dao/UserNotificationDAO.java 383 Potential violation of Law of Demeter (object not created locally)
10045 src/com/gps/dao/UserNotificationDAO.java 385 Potential violation of Law of Demeter (object not created locally)
10046 src/com/gps/dao/UserNotificationDAO.java 386 Potential violation of Law of Demeter (object not created locally)
10047 src/com/gps/dao/UserNotificationDAO.java 387 Potential violation of Law of Demeter (object not created locally)
10048 src/com/gps/dao/UserNotificationDAO.java 388 There is log block not surrounded by if
10049 src/com/gps/dao/UserNotificationDAO.java 388 There is log block not surrounded by if
10050 src/com/gps/dao/UserNotificationDAO.java 391 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10051 src/com/gps/dao/UserNotificationDAO.java 393 Avoid printStackTrace(); use a logger call instead.
10052 src/com/gps/dao/UserNotificationDAO.java 393 Potential violation of Law of Demeter (object not created locally)
10053 src/com/gps/dao/UserNotificationDAO.java 400 Comment is too large: Line too long
10054 src/com/gps/dao/UserNotificationDAO.java 403 Parameter 'tripid' is not assigned and could be declared final
10055 src/com/gps/dao/UserNotificationDAO.java 403 Parameter 'userid' is not assigned and could be declared final
10056 src/com/gps/dao/UserNotificationDAO.java 403 publicMethodCommentRequirement Required
10057 src/com/gps/dao/UserNotificationDAO.java 406 There is log block not surrounded by if
10058 src/com/gps/dao/UserNotificationDAO.java 406 There is log block not surrounded by if
10059 src/com/gps/dao/UserNotificationDAO.java 407 Found 'DD'-anomaly for variable 'sess' (lines '407'-'413').
10060 src/com/gps/dao/UserNotificationDAO.java 409 Local variable 'ugdao' could be declared final
10061 src/com/gps/dao/UserNotificationDAO.java 410 Found 'DD'-anomaly for variable 'usergeolist' (lines '410'-'414').
10062 src/com/gps/dao/UserNotificationDAO.java 413 Potential violation of Law of Demeter (object not created locally)
10063 src/com/gps/dao/UserNotificationDAO.java 414 Potential violation of Law of Demeter (method chain calls)
10064 src/com/gps/dao/UserNotificationDAO.java 414 Potential violation of Law of Demeter (method chain calls)
10065 src/com/gps/dao/UserNotificationDAO.java 414 Potential violation of Law of Demeter (object not created locally)
10066 src/com/gps/dao/UserNotificationDAO.java 415 Potential violation of Law of Demeter (object not created locally)
10067 src/com/gps/dao/UserNotificationDAO.java 415 There is log block not surrounded by if
10068 src/com/gps/dao/UserNotificationDAO.java 415 There is log block not surrounded by if
10069 src/com/gps/dao/UserNotificationDAO.java 416 Potential violation of Law of Demeter (object not created locally)
10070 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10071 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10072 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10073 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10074 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10075 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (method chain calls)
10076 src/com/gps/dao/UserNotificationDAO.java 418 Potential violation of Law of Demeter (object not created locally)
10077 src/com/gps/dao/UserNotificationDAO.java 418 There is log block not surrounded by if
10078 src/com/gps/dao/UserNotificationDAO.java 418 There is log block not surrounded by if
10079 src/com/gps/dao/UserNotificationDAO.java 419 Local variable 'tid' could be declared final
10080 src/com/gps/dao/UserNotificationDAO.java 419 Potential violation of Law of Demeter (method chain calls)
10081 src/com/gps/dao/UserNotificationDAO.java 419 Potential violation of Law of Demeter (method chain calls)
10082 src/com/gps/dao/UserNotificationDAO.java 419 Potential violation of Law of Demeter (method chain calls)
10083 src/com/gps/dao/UserNotificationDAO.java 419 Potential violation of Law of Demeter (object not created locally)
10084 src/com/gps/dao/UserNotificationDAO.java 420 Potential violation of Law of Demeter (object not created locally)
10085 src/com/gps/dao/UserNotificationDAO.java 422 There is log block not surrounded by if
10086 src/com/gps/dao/UserNotificationDAO.java 422 There is log block not surrounded by if
10087 src/com/gps/dao/UserNotificationDAO.java 423 Potential violation of Law of Demeter (method chain calls)
10088 src/com/gps/dao/UserNotificationDAO.java 423 Potential violation of Law of Demeter (method chain calls)
10089 src/com/gps/dao/UserNotificationDAO.java 423 Potential violation of Law of Demeter (object not created locally)
10090 src/com/gps/dao/UserNotificationDAO.java 423 There is log block not surrounded by if
10091 src/com/gps/dao/UserNotificationDAO.java 423 There is log block not surrounded by if
10092 src/com/gps/dao/UserNotificationDAO.java 424 Local variable 'utid' could be declared final
10093 src/com/gps/dao/UserNotificationDAO.java 424 Potential violation of Law of Demeter (method chain calls)
10094 src/com/gps/dao/UserNotificationDAO.java 424 Potential violation of Law of Demeter (method chain calls)
10095 src/com/gps/dao/UserNotificationDAO.java 424 Potential violation of Law of Demeter (object not created locally)
10096 src/com/gps/dao/UserNotificationDAO.java 424 Potential violation of Law of Demeter (object not created locally)
10097 src/com/gps/dao/UserNotificationDAO.java 426 Avoid variables with short names like tx
10098 src/com/gps/dao/UserNotificationDAO.java 426 Local variable 'tx' could be declared final
10099 src/com/gps/dao/UserNotificationDAO.java 426 Potential violation of Law of Demeter (object not created locally)
10100 src/com/gps/dao/UserNotificationDAO.java 427 Potential violation of Law of Demeter (object not created locally)
10101 src/com/gps/dao/UserNotificationDAO.java 428 Potential violation of Law of Demeter (object not created locally)
10102 src/com/gps/dao/UserNotificationDAO.java 429 Potential violation of Law of Demeter (object not created locally)
10103 src/com/gps/dao/UserNotificationDAO.java 431 There is log block not surrounded by if
10104 src/com/gps/dao/UserNotificationDAO.java 431 There is log block not surrounded by if
10105 src/com/gps/dao/UserNotificationDAO.java 435 Avoid empty if statements
10106 src/com/gps/dao/UserNotificationDAO.java 441 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10107 src/com/gps/dao/UserNotificationDAO.java 442 Avoid printStackTrace(); use a logger call instead.
10108 src/com/gps/dao/UserNotificationDAO.java 442 Potential violation of Law of Demeter (object not created locally)
10109 src/com/gps/dao/UserNotificationDAO.java 448 Parameter 'geofid' is not assigned and could be declared final
10110 src/com/gps/dao/UserNotificationDAO.java 448 publicMethodCommentRequirement Required
10111 src/com/gps/dao/UserNotificationDAO.java 450 There is log block not surrounded by if
10112 src/com/gps/dao/UserNotificationDAO.java 450 There is log block not surrounded by if
10113 src/com/gps/dao/UserNotificationDAO.java 451 Found 'DD'-anomaly for variable 'geo' (lines '451'-'458').
10114 src/com/gps/dao/UserNotificationDAO.java 452 Local variable 'gdao' could be declared final
10115 src/com/gps/dao/UserNotificationDAO.java 453 Found 'DD'-anomaly for variable 'lmark' (lines '453'-'460').
10116 src/com/gps/dao/UserNotificationDAO.java 457 Potential violation of Law of Demeter (method chain calls)
10117 src/com/gps/dao/UserNotificationDAO.java 457 Potential violation of Law of Demeter (object not created locally)
10118 src/com/gps/dao/UserNotificationDAO.java 458 Potential violation of Law of Demeter (object not created locally)
10119 src/com/gps/dao/UserNotificationDAO.java 459 There is log block not surrounded by if
10120 src/com/gps/dao/UserNotificationDAO.java 459 There is log block not surrounded by if
10121 src/com/gps/dao/UserNotificationDAO.java 460 Potential violation of Law of Demeter (object not created locally)
10122 src/com/gps/dao/UserNotificationDAO.java 464 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10123 src/com/gps/dao/UserNotificationDAO.java 466 Avoid printStackTrace(); use a logger call instead.
10124 src/com/gps/dao/UserNotificationDAO.java 466 Potential violation of Law of Demeter (object not created locally)
10125 src/com/gps/dao/UserNotificationDAO.java 475 A method/constructor shouldnt explicitly throw java.lang.Exception
10126 src/com/gps/dao/UserNotificationDAO.java 475 Parameter 'args' is not assigned and could be declared final
10127 src/com/gps/dao/UserNotificationDAO.java 475 publicMethodCommentRequirement Required
10128 src/com/gps/dao/UserNotificationDAO.java 478 Local variable 'udao' could be declared final
10129 src/com/gps/dao/UserNotificationDAO.java 485 Local variable 'fname' could be declared final
10130 src/com/gps/dao/UserNotificationDAO.java 486 Local variable 'lname' could be declared final
10131 src/com/gps/dao/UserNotificationDAO.java 487 Local variable 'tid' could be declared final
10132 src/com/gps/dao/UserNotificationDAO.java 494 Parameter 'gid' is not assigned and could be declared final
10133 src/com/gps/dao/UserNotificationDAO.java 494 publicMethodCommentRequirement Required
10134 src/com/gps/dao/UserNotificationDAO.java 496 Local variable 'ugdao' could be declared final
10135 src/com/gps/dao/UserNotificationDAO.java 497 Found 'DD'-anomaly for variable 'mobileList' (lines '497'-'503').
10136 src/com/gps/dao/UserNotificationDAO.java 498 Found 'DD'-anomaly for variable 'sess' (lines '498'-'501').
10137 src/com/gps/dao/UserNotificationDAO.java 501 Potential violation of Law of Demeter (object not created locally)
10138 src/com/gps/dao/UserNotificationDAO.java 502 Local variable 'query' could be declared final
10139 src/com/gps/dao/UserNotificationDAO.java 502 Potential violation of Law of Demeter (object not created locally)
10140 src/com/gps/dao/UserNotificationDAO.java 503 Potential violation of Law of Demeter (object not created locally)
10141 src/com/gps/dao/UserNotificationDAO.java 504 Potential violation of Law of Demeter (object not created locally)
10142 src/com/gps/dao/UserNotificationDAO.java 504 There is log block not surrounded by if
10143 src/com/gps/dao/UserNotificationDAO.java 504 There is log block not surrounded by if
10144 src/com/gps/dao/UserNotificationDAO.java 507 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10145 src/com/gps/dao/UserNotificationDAO.java 510 Potential violation of Law of Demeter (object not created locally)
10146 src/com/gps/dao/UserNotificationDAO.java 510 There is log block not surrounded by if
10147 src/com/gps/dao/UserNotificationDAO.java 517 Parameter 'geoid' is not assigned and could be declared final
10148 src/com/gps/dao/UserNotificationDAO.java 517 Parameter 'userid' is not assigned and could be declared final
10149 src/com/gps/dao/UserNotificationDAO.java 517 publicMethodCommentRequirement Required
10150 src/com/gps/dao/UserNotificationDAO.java 519 There is log block not surrounded by if
10151 src/com/gps/dao/UserNotificationDAO.java 519 There is log block not surrounded by if
10152 src/com/gps/dao/UserNotificationDAO.java 520 Local variable 'ugdao' could be declared final
10153 src/com/gps/dao/UserNotificationDAO.java 521 Found 'DD'-anomaly for variable 'sess' (lines '521'-'526').
10154 src/com/gps/dao/UserNotificationDAO.java 522 Found 'DD'-anomaly for variable 'size' (lines '522'-'530').
10155 src/com/gps/dao/UserNotificationDAO.java 525 Comment is too large: Line too long
10156 src/com/gps/dao/UserNotificationDAO.java 526 Potential violation of Law of Demeter (object not created locally)
10157 src/com/gps/dao/UserNotificationDAO.java 527 Local variable 'query' could be declared final
10158 src/com/gps/dao/UserNotificationDAO.java 527 Potential violation of Law of Demeter (object not created locally)
10159 src/com/gps/dao/UserNotificationDAO.java 528 Potential violation of Law of Demeter (object not created locally)
10160 src/com/gps/dao/UserNotificationDAO.java 529 Potential violation of Law of Demeter (object not created locally)
10161 src/com/gps/dao/UserNotificationDAO.java 530 Potential violation of Law of Demeter (method chain calls)
10162 src/com/gps/dao/UserNotificationDAO.java 530 Potential violation of Law of Demeter (object not created locally)
10163 src/com/gps/dao/UserNotificationDAO.java 534 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10164 src/com/gps/dao/UserNotificationDAO.java 536 Avoid printStackTrace(); use a logger call instead.
10165 src/com/gps/dao/UserNotificationDAO.java 536 Potential violation of Law of Demeter (object not created locally)
10166 src/com/gps/dao/UserNotificationDAO.java 543 publicMethodCommentRequirement Required
10167 src/com/gps/dao/UserNotificationDAO.java 549 Parameter 'fname' is not assigned and could be declared final
10168 src/com/gps/dao/UserNotificationDAO.java 549 Parameter 'lname' is not assigned and could be declared final
10169 src/com/gps/dao/UserNotificationDAO.java 549 Parameter 'tid' is not assigned and could be declared final
10170 src/com/gps/dao/UserNotificationDAO.java 549 publicMethodCommentRequirement Required
10171 src/com/gps/dao/UserNotificationDAO.java 552 There is log block not surrounded by if
10172 src/com/gps/dao/UserNotificationDAO.java 552 There is log block not surrounded by if
10173 src/com/gps/dao/UserNotificationDAO.java 553 Local variable 'tripid' could be declared final
10174 src/com/gps/dao/UserNotificationDAO.java 554 Local variable 'tdao' could be declared final
10175 src/com/gps/dao/UserNotificationDAO.java 555 Avoid variables with short names like td
10176 src/com/gps/dao/UserNotificationDAO.java 555 Local variable 'td' could be declared final
10177 src/com/gps/dao/UserNotificationDAO.java 555 Potential violation of Law of Demeter (object not created locally)
10178 src/com/gps/dao/UserNotificationDAO.java 556 Local variable 'orgid' could be declared final
10179 src/com/gps/dao/UserNotificationDAO.java 556 Potential violation of Law of Demeter (method chain calls)
10180 src/com/gps/dao/UserNotificationDAO.java 556 Potential violation of Law of Demeter (object not created locally)
10181 src/com/gps/dao/UserNotificationDAO.java 557 There is log block not surrounded by if
10182 src/com/gps/dao/UserNotificationDAO.java 557 There is log block not surrounded by if
10183 src/com/gps/dao/UserNotificationDAO.java 558 Local variable 'udao' could be declared final
10184 src/com/gps/dao/UserNotificationDAO.java 561 Found 'DD'-anomaly for variable 'screenamelist' (lines '561'-'571').
10185 src/com/gps/dao/UserNotificationDAO.java 562 Found 'DD'-anomaly for variable 'sess' (lines '562'-'567').
10186 src/com/gps/dao/UserNotificationDAO.java 567 Potential violation of Law of Demeter (object not created locally)
10187 src/com/gps/dao/UserNotificationDAO.java 568 There is log block not surrounded by if
10188 src/com/gps/dao/UserNotificationDAO.java 568 There is log block not surrounded by if
10189 src/com/gps/dao/UserNotificationDAO.java 570 Comment is too large: Line too long
10190 src/com/gps/dao/UserNotificationDAO.java 571 Potential violation of Law of Demeter (method chain calls)
10191 src/com/gps/dao/UserNotificationDAO.java 571 Potential violation of Law of Demeter (method chain calls)
10192 src/com/gps/dao/UserNotificationDAO.java 571 Potential violation of Law of Demeter (object not created locally)
10193 src/com/gps/dao/UserNotificationDAO.java 573 There is log block not surrounded by if
10194 src/com/gps/dao/UserNotificationDAO.java 573 There is log block not surrounded by if
10195 src/com/gps/dao/UserNotificationDAO.java 582 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10196 src/com/gps/dao/UserNotificationDAO.java 585 Potential violation of Law of Demeter (object not created locally)
10197 src/com/gps/dao/UserNotificationDAO.java 585 There is log block not surrounded by if
10198 src/com/gps/dao/UserProcessDAO.java 15 Avoid unused imports such as 'com.gps.hibernate.VehicleDetails'
10199 src/com/gps/dao/UserProcessDAO.java 16 Avoid unused imports such as 'com.gps.hibernate.VehicleDetailsDAO'
10200 src/com/gps/dao/UserProcessDAO.java 19 The class 'UserProcessDAO' has a Cyclomatic Complexity of 3 (Highest = 11).
10201 src/com/gps/dao/UserProcessDAO.java 19 headerCommentRequirement Required
10202 src/com/gps/dao/UserProcessDAO.java 27 Parameter 'userid' is not assigned and could be declared final
10203 src/com/gps/dao/UserProcessDAO.java 28 Found 'DD'-anomaly for variable 'colur' (lines '28'-'33').
10204 src/com/gps/dao/UserProcessDAO.java 29 Local variable 'speedparam' could be declared final
10205 src/com/gps/dao/UserProcessDAO.java 30 Found 'DD'-anomaly for variable 'sess' (lines '30'-'32').
10206 src/com/gps/dao/UserProcessDAO.java 32 Potential violation of Law of Demeter (object not created locally)
10207 src/com/gps/dao/UserProcessDAO.java 33 Potential violation of Law of Demeter (method chain calls)
10208 src/com/gps/dao/UserProcessDAO.java 33 Potential violation of Law of Demeter (object not created locally)
10209 src/com/gps/dao/UserProcessDAO.java 34 Potential violation of Law of Demeter (method chain calls)
10210 src/com/gps/dao/UserProcessDAO.java 34 Potential violation of Law of Demeter (object not created locally)
10211 src/com/gps/dao/UserProcessDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10212 src/com/gps/dao/UserProcessDAO.java 39 Avoid printStackTrace(); use a logger call instead.
10213 src/com/gps/dao/UserProcessDAO.java 39 Potential violation of Law of Demeter (object not created locally)
10214 src/com/gps/dao/UserProcessDAO.java 43 Potential violation of Law of Demeter (object not created locally)
10215 src/com/gps/dao/UserProcessDAO.java 55 Parameter 'userid' is not assigned and could be declared final
10216 src/com/gps/dao/UserProcessDAO.java 56 Found 'DD'-anomaly for variable 'userName' (lines '56'-'63').
10217 src/com/gps/dao/UserProcessDAO.java 57 Avoid declaring a variable if it is unreferenced before a possible exit point.
10218 src/com/gps/dao/UserProcessDAO.java 57 Avoid unused local variables such as 'userDetails'.
10219 src/com/gps/dao/UserProcessDAO.java 57 Found 'DU'-anomaly for variable 'userDetails' (lines '57'-'73').
10220 src/com/gps/dao/UserProcessDAO.java 57 Local variable 'userDetails' could be declared final
10221 src/com/gps/dao/UserProcessDAO.java 58 Found 'DD'-anomaly for variable 'sess' (lines '58'-'61').
10222 src/com/gps/dao/UserProcessDAO.java 59 Found 'DD'-anomaly for variable 'query' (lines '59'-'62').
10223 src/com/gps/dao/UserProcessDAO.java 62 Potential violation of Law of Demeter (method chain calls)
10224 src/com/gps/dao/UserProcessDAO.java 62 Potential violation of Law of Demeter (object not created locally)
10225 src/com/gps/dao/UserProcessDAO.java 63 Potential violation of Law of Demeter (object not created locally)
10226 src/com/gps/dao/UserProcessDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10227 src/com/gps/dao/UserProcessDAO.java 66 Avoid printStackTrace(); use a logger call instead.
10228 src/com/gps/dao/UserProcessDAO.java 66 Potential violation of Law of Demeter (object not created locally)
10229 src/com/gps/dao/UserProcessDAO.java 69 Potential violation of Law of Demeter (object not created locally)
10230 src/com/gps/dao/UserProcessDAO.java 75 Parameter 'user' is not assigned and could be declared final
10231 src/com/gps/dao/UserProcessDAO.java 75 publicMethodCommentRequirement Required
10232 src/com/gps/dao/UserProcessDAO.java 78 Local variable 'usr' could be declared final
10233 src/com/gps/dao/UserProcessDAO.java 83 Parameter 'orgid' is not assigned and could be declared final
10234 src/com/gps/dao/UserProcessDAO.java 83 publicMethodCommentRequirement Required
10235 src/com/gps/dao/UserProcessDAO.java 85 Found 'DD'-anomaly for variable 'organization' (lines '85'-'92').
10236 src/com/gps/dao/UserProcessDAO.java 86 Found 'DD'-anomaly for variable 'query' (lines '86'-'91').
10237 src/com/gps/dao/UserProcessDAO.java 87 Found 'DD'-anomaly for variable 'sess' (lines '87'-'90').
10238 src/com/gps/dao/UserProcessDAO.java 91 Potential violation of Law of Demeter (method chain calls)
10239 src/com/gps/dao/UserProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
10240 src/com/gps/dao/UserProcessDAO.java 92 Potential violation of Law of Demeter (object not created locally)
10241 src/com/gps/dao/UserProcessDAO.java 93 Potential violation of Law of Demeter (method chain calls)
10242 src/com/gps/dao/UserProcessDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10243 src/com/gps/dao/UserProcessDAO.java 97 Avoid printStackTrace(); use a logger call instead.
10244 src/com/gps/dao/UserProcessDAO.java 97 Potential violation of Law of Demeter (object not created locally)
10245 src/com/gps/dao/UserProcessDAO.java 103 Parameter 'bus' is not assigned and could be declared final
10246 src/com/gps/dao/UserProcessDAO.java 103 Parameter 'grade' is not assigned and could be declared final
10247 src/com/gps/dao/UserProcessDAO.java 103 Parameter 'name' is not assigned and could be declared final
10248 src/com/gps/dao/UserProcessDAO.java 103 Parameter 'orgId' is not assigned and could be declared final
10249 src/com/gps/dao/UserProcessDAO.java 103 The method 'getStudents' has a Cyclomatic Complexity of 11.
10250 src/com/gps/dao/UserProcessDAO.java 103 publicMethodCommentRequirement Required
10251 src/com/gps/dao/UserProcessDAO.java 104 Found 'DD'-anomaly for variable 'students' (lines '104'-'109').
10252 src/com/gps/dao/UserProcessDAO.java 104 Found 'DD'-anomaly for variable 'students' (lines '104'-'111').
10253 src/com/gps/dao/UserProcessDAO.java 104 Found 'DD'-anomaly for variable 'students' (lines '104'-'113').
10254 src/com/gps/dao/UserProcessDAO.java 104 Found 'DD'-anomaly for variable 'students' (lines '104'-'115').
10255 src/com/gps/dao/UserProcessDAO.java 105 Found 'DD'-anomaly for variable 'sess' (lines '105'-'107').
10256 src/com/gps/dao/UserProcessDAO.java 108 Avoid if (x != y) ..; else ..;
10257 src/com/gps/dao/UserProcessDAO.java 108 Use equals() to compare strings instead of '==' or '!='
10258 src/com/gps/dao/UserProcessDAO.java 109 Avoid using if...else statements without curly braces
10259 src/com/gps/dao/UserProcessDAO.java 109 Potential violation of Law of Demeter (method chain calls)
10260 src/com/gps/dao/UserProcessDAO.java 109 Potential violation of Law of Demeter (object not created locally)
10261 src/com/gps/dao/UserProcessDAO.java 109 The String literal "%' order by u.userId " appears 4 times in this file; the first occurrence is on line 109
10262 src/com/gps/dao/UserProcessDAO.java 110 Avoid if (x != y) ..; else ..;
10263 src/com/gps/dao/UserProcessDAO.java 111 Avoid using if...else statements without curly braces
10264 src/com/gps/dao/UserProcessDAO.java 111 Potential violation of Law of Demeter (method chain calls)
10265 src/com/gps/dao/UserProcessDAO.java 111 Potential violation of Law of Demeter (object not created locally)
10266 src/com/gps/dao/UserProcessDAO.java 112 Avoid if (x != y) ..; else ..;
10267 src/com/gps/dao/UserProcessDAO.java 113 Avoid using if...else statements without curly braces
10268 src/com/gps/dao/UserProcessDAO.java 113 Potential violation of Law of Demeter (method chain calls)
10269 src/com/gps/dao/UserProcessDAO.java 113 Potential violation of Law of Demeter (object not created locally)
10270 src/com/gps/dao/UserProcessDAO.java 115 Avoid using if...else statements without curly braces
10271 src/com/gps/dao/UserProcessDAO.java 115 Potential violation of Law of Demeter (method chain calls)
10272 src/com/gps/dao/UserProcessDAO.java 115 Potential violation of Law of Demeter (object not created locally)
10273 src/com/gps/dao/UserProcessDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10274 src/com/gps/dao/UserProcessDAO.java 118 Avoid printStackTrace(); use a logger call instead.
10275 src/com/gps/dao/UserProcessDAO.java 118 Potential violation of Law of Demeter (object not created locally)
10276 src/com/gps/dao/UserProcessDAO.java 123 Parameter 'grade' is not assigned and could be declared final
10277 src/com/gps/dao/UserProcessDAO.java 123 Parameter 'orgId' is not assigned and could be declared final
10278 src/com/gps/dao/UserProcessDAO.java 123 publicMethodCommentRequirement Required
10279 src/com/gps/dao/UserProcessDAO.java 125 Found 'DD'-anomaly for variable 'grades' (lines '125'-'129').
10280 src/com/gps/dao/UserProcessDAO.java 126 Found 'DD'-anomaly for variable 'sess' (lines '126'-'128').
10281 src/com/gps/dao/UserProcessDAO.java 129 Potential violation of Law of Demeter (method chain calls)
10282 src/com/gps/dao/UserProcessDAO.java 129 Potential violation of Law of Demeter (object not created locally)
10283 src/com/gps/dao/UserProcessDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10284 src/com/gps/dao/UserProcessDAO.java 132 Avoid printStackTrace(); use a logger call instead.
10285 src/com/gps/dao/UserProcessDAO.java 132 Potential violation of Law of Demeter (object not created locally)
10286 src/com/gps/dao/UserProcessDAO.java 136 Parameter 'orga' is not assigned and could be declared final
10287 src/com/gps/dao/UserProcessDAO.java 136 publicMethodCommentRequirement Required
10288 src/com/gps/dao/UserProcessDAO.java 139 Local variable 'organization' could be declared final
10289 src/com/gps/dao/UserProcessDAO.java 141 Potential violation of Law of Demeter (method chain calls)
10290 src/com/gps/dao/UserProcessDAO.java 144 Parameter 'args' is not assigned and could be declared final
10291 src/com/gps/dao/UserProcessDAO.java 144 publicMethodCommentRequirement Required
10292 src/com/gps/dao/UserProcessDAO.java 146 Local variable 'param' could be declared final
10293 src/com/gps/dao/UserTripDAO.java 2 A high number of imports can indicate a high degree of coupling within an object.
10294 src/com/gps/dao/UserTripDAO.java 7 Avoid unused imports such as 'java.util.Arrays'
10295 src/com/gps/dao/UserTripDAO.java 9 Avoid unused imports such as 'java.util.Date'
10296 src/com/gps/dao/UserTripDAO.java 11 Avoid unused imports such as 'java.util.Set'
10297 src/com/gps/dao/UserTripDAO.java 19 Avoid unused imports such as 'com.gps.exception.DuplicateAliasNameException'
10298 src/com/gps/dao/UserTripDAO.java 20 Avoid unused imports such as 'com.gps.exception.DuplicateDeviceNameException'
10299 src/com/gps/dao/UserTripDAO.java 21 Avoid unused imports such as 'com.gps.exception.DuplicateMobileNumberException'
10300 src/com/gps/dao/UserTripDAO.java 22 Avoid unused imports such as 'com.gps.hibernate.Geofence'
10301 src/com/gps/dao/UserTripDAO.java 23 Avoid unused imports such as 'com.gps.hibernate.GeofenceDAO'
10302 src/com/gps/dao/UserTripDAO.java 28 Avoid unused imports such as 'com.gps.hibernate.UsersGeofence'
10303 src/com/gps/dao/UserTripDAO.java 32 Avoid unused imports such as 'com.gps.hibernate.UsersOrgsId'
10304 src/com/gps/dao/UserTripDAO.java 35 Avoid unused imports such as 'com.sun.xml.ws.policy.privateutil.PolicyUtils.Collections'
10305 src/com/gps/dao/UserTripDAO.java 38 headerCommentRequirement Required
10306 src/com/gps/dao/UserTripDAO.java 40 The Logger variable declaration does not contain the static and final modifiers
10307 src/com/gps/dao/UserTripDAO.java 40 Use explicit scoping instead of the default package private level
10308 src/com/gps/dao/UserTripDAO.java 40 fieldCommentRequirement Required
10309 src/com/gps/dao/UserTripDAO.java 41 Use explicit scoping instead of the default package private level
10310 src/com/gps/dao/UserTripDAO.java 41 fieldCommentRequirement Required
10311 src/com/gps/dao/UserTripDAO.java 43 publicMethodCommentRequirement Required
10312 src/com/gps/dao/UserTripDAO.java 51 Parameter 'utrip' is not assigned and could be declared final
10313 src/com/gps/dao/UserTripDAO.java 51 publicMethodCommentRequirement Required
10314 src/com/gps/dao/UserTripDAO.java 59 Parameter 'orgid' is not assigned and could be declared final
10315 src/com/gps/dao/UserTripDAO.java 59 publicMethodCommentRequirement Required
10316 src/com/gps/dao/UserTripDAO.java 61 Found 'DD'-anomaly for variable 'sess' (lines '61'-'66').
10317 src/com/gps/dao/UserTripDAO.java 62 Avoid variables with short names like td
10318 src/com/gps/dao/UserTripDAO.java 62 Local variable 'td' could be declared final
10319 src/com/gps/dao/UserTripDAO.java 63 Found 'DD'-anomaly for variable 'triplist' (lines '63'-'69').
10320 src/com/gps/dao/UserTripDAO.java 65 Potential violation of Law of Demeter (method chain calls)
10321 src/com/gps/dao/UserTripDAO.java 65 Potential violation of Law of Demeter (object not created locally)
10322 src/com/gps/dao/UserTripDAO.java 66 Potential violation of Law of Demeter (object not created locally)
10323 src/com/gps/dao/UserTripDAO.java 68 There is log block not surrounded by if
10324 src/com/gps/dao/UserTripDAO.java 68 There is log block not surrounded by if
10325 src/com/gps/dao/UserTripDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10326 src/com/gps/dao/UserTripDAO.java 69 Potential violation of Law of Demeter (method chain calls)
10327 src/com/gps/dao/UserTripDAO.java 69 Potential violation of Law of Demeter (object not created locally)
10328 src/com/gps/dao/UserTripDAO.java 70 There is log block not surrounded by if
10329 src/com/gps/dao/UserTripDAO.java 70 There is log block not surrounded by if
10330 src/com/gps/dao/UserTripDAO.java 71 Potential violation of Law of Demeter (object not created locally)
10331 src/com/gps/dao/UserTripDAO.java 73 Potential violation of Law of Demeter (method chain calls)
10332 src/com/gps/dao/UserTripDAO.java 73 Potential violation of Law of Demeter (method chain calls)
10333 src/com/gps/dao/UserTripDAO.java 73 Potential violation of Law of Demeter (object not created locally)
10334 src/com/gps/dao/UserTripDAO.java 73 There is log block not surrounded by if
10335 src/com/gps/dao/UserTripDAO.java 73 There is log block not surrounded by if
10336 src/com/gps/dao/UserTripDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10337 src/com/gps/dao/UserTripDAO.java 78 Avoid printStackTrace(); use a logger call instead.
10338 src/com/gps/dao/UserTripDAO.java 78 Potential violation of Law of Demeter (object not created locally)
10339 src/com/gps/dao/UserTripDAO.java 80 Avoid empty finally blocks
10340 src/com/gps/dao/UserTripDAO.java 90 Found 'UR'-anomaly for variable 'userorg' (lines '90'-'109').
10341 src/com/gps/dao/UserTripDAO.java 90 Parameter 'orgid' is not assigned and could be declared final
10342 src/com/gps/dao/UserTripDAO.java 90 publicMethodCommentRequirement Required
10343 src/com/gps/dao/UserTripDAO.java 92 Found 'DD'-anomaly for variable 'sess' (lines '92'-'99').
10344 src/com/gps/dao/UserTripDAO.java 93 Avoid unused local variables such as 'username'.
10345 src/com/gps/dao/UserTripDAO.java 93 Found 'DU'-anomaly for variable 'username' (lines '93'-'135').
10346 src/com/gps/dao/UserTripDAO.java 93 Local variable 'username' could be declared final
10347 src/com/gps/dao/UserTripDAO.java 94 Local variable 'uodao' could be declared final
10348 src/com/gps/dao/UserTripDAO.java 95 Found 'DD'-anomaly for variable 'parentlist' (lines '95'-'102').
10349 src/com/gps/dao/UserTripDAO.java 96 Local variable 'plist' could be declared final
10350 src/com/gps/dao/UserTripDAO.java 98 Potential violation of Law of Demeter (method chain calls)
10351 src/com/gps/dao/UserTripDAO.java 98 Potential violation of Law of Demeter (object not created locally)
10352 src/com/gps/dao/UserTripDAO.java 99 Potential violation of Law of Demeter (object not created locally)
10353 src/com/gps/dao/UserTripDAO.java 101 There is log block not surrounded by if
10354 src/com/gps/dao/UserTripDAO.java 101 There is log block not surrounded by if
10355 src/com/gps/dao/UserTripDAO.java 102 Potential violation of Law of Demeter (method chain calls)
10356 src/com/gps/dao/UserTripDAO.java 102 Potential violation of Law of Demeter (method chain calls)
10357 src/com/gps/dao/UserTripDAO.java 102 Potential violation of Law of Demeter (object not created locally)
10358 src/com/gps/dao/UserTripDAO.java 103 There is log block not surrounded by if
10359 src/com/gps/dao/UserTripDAO.java 103 There is log block not surrounded by if
10360 src/com/gps/dao/UserTripDAO.java 105 Local variable 'userorg' could be declared final
10361 src/com/gps/dao/UserTripDAO.java 109 Potential violation of Law of Demeter (method chain calls)
10362 src/com/gps/dao/UserTripDAO.java 109 Potential violation of Law of Demeter (method chain calls)
10363 src/com/gps/dao/UserTripDAO.java 109 There is log block not surrounded by if
10364 src/com/gps/dao/UserTripDAO.java 109 There is log block not surrounded by if
10365 src/com/gps/dao/UserTripDAO.java 110 Avoid instantiating new objects inside loops
10366 src/com/gps/dao/UserTripDAO.java 110 Local variable 'udao' could be declared final
10367 src/com/gps/dao/UserTripDAO.java 111 Local variable 'user' could be declared final
10368 src/com/gps/dao/UserTripDAO.java 111 Potential violation of Law of Demeter (method chain calls)
10369 src/com/gps/dao/UserTripDAO.java 111 Potential violation of Law of Demeter (method chain calls)
10370 src/com/gps/dao/UserTripDAO.java 113 Potential violation of Law of Demeter (object not created locally)
10371 src/com/gps/dao/UserTripDAO.java 120 Potential violation of Law of Demeter (static property access)
10372 src/com/gps/dao/UserTripDAO.java 121 A method should have only one exit point, and that should be the last statement in the method
10373 src/com/gps/dao/UserTripDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10374 src/com/gps/dao/UserTripDAO.java 127 Avoid printStackTrace(); use a logger call instead.
10375 src/com/gps/dao/UserTripDAO.java 127 Potential violation of Law of Demeter (object not created locally)
10376 src/com/gps/dao/UserTripDAO.java 129 Avoid empty finally blocks
10377 src/com/gps/dao/UserTripDAO.java 139 Parameter 'tripid' is not assigned and could be declared final
10378 src/com/gps/dao/UserTripDAO.java 139 Parameter 'userid' is not assigned and could be declared final
10379 src/com/gps/dao/UserTripDAO.java 139 publicMethodCommentRequirement Required
10380 src/com/gps/dao/UserTripDAO.java 141 The String literal "tripId***" appears 4 times in this file; the first occurrence is on line 141
10381 src/com/gps/dao/UserTripDAO.java 141 There is log block not surrounded by if
10382 src/com/gps/dao/UserTripDAO.java 141 There is log block not surrounded by if
10383 src/com/gps/dao/UserTripDAO.java 142 Local variable 'userId' could be declared final
10384 src/com/gps/dao/UserTripDAO.java 143 There is log block not surrounded by if
10385 src/com/gps/dao/UserTripDAO.java 143 There is log block not surrounded by if
10386 src/com/gps/dao/UserTripDAO.java 144 Found 'DD'-anomaly for variable 'sess' (lines '144'-'147').
10387 src/com/gps/dao/UserTripDAO.java 145 Local variable 'utdao' could be declared final
10388 src/com/gps/dao/UserTripDAO.java 146 Potential violation of Law of Demeter (method chain calls)
10389 src/com/gps/dao/UserTripDAO.java 146 Potential violation of Law of Demeter (object not created locally)
10390 src/com/gps/dao/UserTripDAO.java 147 Potential violation of Law of Demeter (object not created locally)
10391 src/com/gps/dao/UserTripDAO.java 148 Avoid variables with short names like tx
10392 src/com/gps/dao/UserTripDAO.java 148 Local variable 'tx' could be declared final
10393 src/com/gps/dao/UserTripDAO.java 148 Potential violation of Law of Demeter (object not created locally)
10394 src/com/gps/dao/UserTripDAO.java 153 Local variable 'udao' could be declared final
10395 src/com/gps/dao/UserTripDAO.java 154 Local variable 'user1' could be declared final
10396 src/com/gps/dao/UserTripDAO.java 155 There is log block not surrounded by if
10397 src/com/gps/dao/UserTripDAO.java 155 There is log block not surrounded by if
10398 src/com/gps/dao/UserTripDAO.java 156 Local variable 'tdao' could be declared final
10399 src/com/gps/dao/UserTripDAO.java 157 Local variable 'trip' could be declared final
10400 src/com/gps/dao/UserTripDAO.java 158 There is log block not surrounded by if
10401 src/com/gps/dao/UserTripDAO.java 158 There is log block not surrounded by if
10402 src/com/gps/dao/UserTripDAO.java 159 Local variable 'utrips' could be declared final
10403 src/com/gps/dao/UserTripDAO.java 163 Potential violation of Law of Demeter (object not created locally)
10404 src/com/gps/dao/UserTripDAO.java 164 Potential violation of Law of Demeter (object not created locally)
10405 src/com/gps/dao/UserTripDAO.java 165 Potential violation of Law of Demeter (object not created locally)
10406 src/com/gps/dao/UserTripDAO.java 167 There is log block not surrounded by if
10407 src/com/gps/dao/UserTripDAO.java 167 There is log block not surrounded by if
10408 src/com/gps/dao/UserTripDAO.java 172 Potential violation of Law of Demeter (object not created locally)
10409 src/com/gps/dao/UserTripDAO.java 174 There is log block not surrounded by if
10410 src/com/gps/dao/UserTripDAO.java 174 There is log block not surrounded by if
10411 src/com/gps/dao/UserTripDAO.java 175 Comment is too large: Line too long
10412 src/com/gps/dao/UserTripDAO.java 176 Potential violation of Law of Demeter (method chain calls)
10413 src/com/gps/dao/UserTripDAO.java 176 Potential violation of Law of Demeter (method chain calls)
10414 src/com/gps/dao/UserTripDAO.java 176 Potential violation of Law of Demeter (object not created locally)
10415 src/com/gps/dao/UserTripDAO.java 176 There is log block not surrounded by if
10416 src/com/gps/dao/UserTripDAO.java 176 There is log block not surrounded by if
10417 src/com/gps/dao/UserTripDAO.java 177 Potential violation of Law of Demeter (method chain calls)
10418 src/com/gps/dao/UserTripDAO.java 177 Potential violation of Law of Demeter (method chain calls)
10419 src/com/gps/dao/UserTripDAO.java 177 Potential violation of Law of Demeter (object not created locally)
10420 src/com/gps/dao/UserTripDAO.java 179 There is log block not surrounded by if
10421 src/com/gps/dao/UserTripDAO.java 179 There is log block not surrounded by if
10422 src/com/gps/dao/UserTripDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10423 src/com/gps/dao/UserTripDAO.java 186 Avoid printStackTrace(); use a logger call instead.
10424 src/com/gps/dao/UserTripDAO.java 186 Potential violation of Law of Demeter (object not created locally)
10425 src/com/gps/dao/UserTripDAO.java 192 A method/constructor shouldnt explicitly throw java.lang.Exception
10426 src/com/gps/dao/UserTripDAO.java 192 Found 'UR'-anomaly for variable 'usertrip' (lines '192'-'214').
10427 src/com/gps/dao/UserTripDAO.java 192 Parameter 'tripId' is not assigned and could be declared final
10428 src/com/gps/dao/UserTripDAO.java 192 publicMethodCommentRequirement Required
10429 src/com/gps/dao/UserTripDAO.java 195 Local variable 'utdao' could be declared final
10430 src/com/gps/dao/UserTripDAO.java 196 Found 'DD'-anomaly for variable 'selectedlist' (lines '196'-'206').
10431 src/com/gps/dao/UserTripDAO.java 197 Local variable 'slist' could be declared final
10432 src/com/gps/dao/UserTripDAO.java 198 Found 'DD'-anomaly for variable 'sess' (lines '198'-'203').
10433 src/com/gps/dao/UserTripDAO.java 202 Potential violation of Law of Demeter (method chain calls)
10434 src/com/gps/dao/UserTripDAO.java 202 Potential violation of Law of Demeter (object not created locally)
10435 src/com/gps/dao/UserTripDAO.java 203 Potential violation of Law of Demeter (object not created locally)
10436 src/com/gps/dao/UserTripDAO.java 204 Local variable 'query' could be declared final
10437 src/com/gps/dao/UserTripDAO.java 204 Potential violation of Law of Demeter (object not created locally)
10438 src/com/gps/dao/UserTripDAO.java 205 Potential violation of Law of Demeter (object not created locally)
10439 src/com/gps/dao/UserTripDAO.java 206 Potential violation of Law of Demeter (object not created locally)
10440 src/com/gps/dao/UserTripDAO.java 207 There is log block not surrounded by if
10441 src/com/gps/dao/UserTripDAO.java 207 There is log block not surrounded by if
10442 src/com/gps/dao/UserTripDAO.java 208 Potential violation of Law of Demeter (object not created locally)
10443 src/com/gps/dao/UserTripDAO.java 208 There is log block not surrounded by if
10444 src/com/gps/dao/UserTripDAO.java 208 There is log block not surrounded by if
10445 src/com/gps/dao/UserTripDAO.java 209 Local variable 'usertrip' could be declared final
10446 src/com/gps/dao/UserTripDAO.java 214 Local variable 'user' could be declared final
10447 src/com/gps/dao/UserTripDAO.java 218 Potential violation of Law of Demeter (object not created locally)
10448 src/com/gps/dao/UserTripDAO.java 222 There is log block not surrounded by if
10449 src/com/gps/dao/UserTripDAO.java 222 There is log block not surrounded by if
10450 src/com/gps/dao/UserTripDAO.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10451 src/com/gps/dao/UserTripDAO.java 229 Avoid printStackTrace(); use a logger call instead.
10452 src/com/gps/dao/UserTripDAO.java 229 Potential violation of Law of Demeter (object not created locally)
10453 src/com/gps/dao/UserTripDAO.java 237 Parameter 'tripid' is not assigned and could be declared final
10454 src/com/gps/dao/UserTripDAO.java 237 Parameter 'userid' is not assigned and could be declared final
10455 src/com/gps/dao/UserTripDAO.java 237 publicMethodCommentRequirement Required
10456 src/com/gps/dao/UserTripDAO.java 239 There is log block not surrounded by if
10457 src/com/gps/dao/UserTripDAO.java 239 There is log block not surrounded by if
10458 src/com/gps/dao/UserTripDAO.java 240 Local variable 'userId' could be declared final
10459 src/com/gps/dao/UserTripDAO.java 242 There is log block not surrounded by if
10460 src/com/gps/dao/UserTripDAO.java 242 There is log block not surrounded by if
10461 src/com/gps/dao/UserTripDAO.java 243 Found 'DD'-anomaly for variable 'sess' (lines '243'-'249').
10462 src/com/gps/dao/UserTripDAO.java 244 Local variable 'utdao' could be declared final
10463 src/com/gps/dao/UserTripDAO.java 246 Avoid unused local variables such as 'dlist'.
10464 src/com/gps/dao/UserTripDAO.java 246 Found 'DU'-anomaly for variable 'dlist' (lines '246'-'286').
10465 src/com/gps/dao/UserTripDAO.java 246 Local variable 'dlist' could be declared final
10466 src/com/gps/dao/UserTripDAO.java 248 Potential violation of Law of Demeter (method chain calls)
10467 src/com/gps/dao/UserTripDAO.java 248 Potential violation of Law of Demeter (object not created locally)
10468 src/com/gps/dao/UserTripDAO.java 249 Potential violation of Law of Demeter (object not created locally)
10469 src/com/gps/dao/UserTripDAO.java 250 Avoid variables with short names like tx
10470 src/com/gps/dao/UserTripDAO.java 250 Local variable 'tx' could be declared final
10471 src/com/gps/dao/UserTripDAO.java 250 Potential violation of Law of Demeter (object not created locally)
10472 src/com/gps/dao/UserTripDAO.java 255 Local variable 'query' could be declared final
10473 src/com/gps/dao/UserTripDAO.java 255 Potential violation of Law of Demeter (object not created locally)
10474 src/com/gps/dao/UserTripDAO.java 257 Potential violation of Law of Demeter (object not created locally)
10475 src/com/gps/dao/UserTripDAO.java 258 Potential violation of Law of Demeter (object not created locally)
10476 src/com/gps/dao/UserTripDAO.java 259 Potential violation of Law of Demeter (object not created locally)
10477 src/com/gps/dao/UserTripDAO.java 260 There is log block not surrounded by if
10478 src/com/gps/dao/UserTripDAO.java 260 There is log block not surrounded by if
10479 src/com/gps/dao/UserTripDAO.java 262 Potential violation of Law of Demeter (method chain calls)
10480 src/com/gps/dao/UserTripDAO.java 262 Potential violation of Law of Demeter (method chain calls)
10481 src/com/gps/dao/UserTripDAO.java 262 Potential violation of Law of Demeter (object not created locally)
10482 src/com/gps/dao/UserTripDAO.java 262 There is log block not surrounded by if
10483 src/com/gps/dao/UserTripDAO.java 262 There is log block not surrounded by if
10484 src/com/gps/dao/UserTripDAO.java 264 Local variable 'utid' could be declared final
10485 src/com/gps/dao/UserTripDAO.java 264 Potential violation of Law of Demeter (method chain calls)
10486 src/com/gps/dao/UserTripDAO.java 264 Potential violation of Law of Demeter (method chain calls)
10487 src/com/gps/dao/UserTripDAO.java 264 Potential violation of Law of Demeter (object not created locally)
10488 src/com/gps/dao/UserTripDAO.java 264 Potential violation of Law of Demeter (object not created locally)
10489 src/com/gps/dao/UserTripDAO.java 266 Potential violation of Law of Demeter (object not created locally)
10490 src/com/gps/dao/UserTripDAO.java 267 Potential violation of Law of Demeter (object not created locally)
10491 src/com/gps/dao/UserTripDAO.java 268 Potential violation of Law of Demeter (object not created locally)
10492 src/com/gps/dao/UserTripDAO.java 271 Comment is too large: Line too long
10493 src/com/gps/dao/UserTripDAO.java 276 Local variable 'undao' could be declared final
10494 src/com/gps/dao/UserTripDAO.java 279 There is log block not surrounded by if
10495 src/com/gps/dao/UserTripDAO.java 279 There is log block not surrounded by if
10496 src/com/gps/dao/UserTripDAO.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10497 src/com/gps/dao/UserTripDAO.java 284 Avoid printStackTrace(); use a logger call instead.
10498 src/com/gps/dao/UserTripDAO.java 284 Potential violation of Law of Demeter (object not created locally)
10499 src/com/gps/dao/UserTripDAO.java 290 A method/constructor shouldnt explicitly throw java.lang.Exception
10500 src/com/gps/dao/UserTripDAO.java 290 Parameter 'args' is not assigned and could be declared final
10501 src/com/gps/dao/UserTripDAO.java 290 publicMethodCommentRequirement Required
10502 src/com/gps/dao/UserTripDAO.java 294 Avoid unused local variables such as 'utdao'.
10503 src/com/gps/dao/UserTripDAO.java 294 Found 'DU'-anomaly for variable 'utdao' (lines '294'-'320').
10504 src/com/gps/dao/UserTripDAO.java 294 Local variable 'utdao' could be declared final
10505 src/com/gps/dao/UserTripDAO.java 296 There is log block not surrounded by if
10506 src/com/gps/dao/UserTripDAO.java 296 There is log block not surrounded by if
10507 src/com/gps/dao/UserTripDAO.java 304 Local variable 'cal' could be declared final
10508 src/com/gps/dao/UserTripDAO.java 305 Local variable 'dateFormat' could be declared final
10509 src/com/gps/dao/UserTripDAO.java 305 When instantiating a SimpleDateFormat object, specify a Locale
10510 src/com/gps/dao/UserTripDAO.java 306 Potential violation of Law of Demeter (object not created locally)
10511 src/com/gps/dao/UserTripDAO.java 306 System.out.print is used
10512 src/com/gps/dao/UserTripDAO.java 308 Potential violation of Law of Demeter (object not created locally)
10513 src/com/gps/dao/UserTripDAO.java 309 Local variable 'yesterday' could be declared final
10514 src/com/gps/dao/UserTripDAO.java 309 Potential violation of Law of Demeter (object not created locally)
10515 src/com/gps/dao/UserTripDAO.java 310 System.out.print is used
10516 src/com/gps/dao/UserTripDAO.java 315 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10517 src/com/gps/dao/UserTripDAO.java 317 Avoid printStackTrace(); use a logger call instead.
10518 src/com/gps/dao/UserTripDAO.java 326 A method/constructor shouldnt explicitly throw java.lang.Exception
10519 src/com/gps/dao/UserTripDAO.java 326 Found 'UR'-anomaly for variable 'usertrip' (lines '326'-'349').
10520 src/com/gps/dao/UserTripDAO.java 326 Parameter 'userid' is not assigned and could be declared final
10521 src/com/gps/dao/UserTripDAO.java 326 publicMethodCommentRequirement Required
10522 src/com/gps/dao/UserTripDAO.java 329 Local variable 'utdao' could be declared final
10523 src/com/gps/dao/UserTripDAO.java 330 Found 'DD'-anomaly for variable 'selectedTripList' (lines '330'-'340').
10524 src/com/gps/dao/UserTripDAO.java 331 Local variable 'slist' could be declared final
10525 src/com/gps/dao/UserTripDAO.java 332 Found 'DD'-anomaly for variable 'sess' (lines '332'-'337').
10526 src/com/gps/dao/UserTripDAO.java 336 Potential violation of Law of Demeter (method chain calls)
10527 src/com/gps/dao/UserTripDAO.java 336 Potential violation of Law of Demeter (object not created locally)
10528 src/com/gps/dao/UserTripDAO.java 337 Potential violation of Law of Demeter (object not created locally)
10529 src/com/gps/dao/UserTripDAO.java 338 Local variable 'query' could be declared final
10530 src/com/gps/dao/UserTripDAO.java 338 Potential violation of Law of Demeter (object not created locally)
10531 src/com/gps/dao/UserTripDAO.java 339 Potential violation of Law of Demeter (object not created locally)
10532 src/com/gps/dao/UserTripDAO.java 340 Potential violation of Law of Demeter (object not created locally)
10533 src/com/gps/dao/UserTripDAO.java 341 There is log block not surrounded by if
10534 src/com/gps/dao/UserTripDAO.java 341 There is log block not surrounded by if
10535 src/com/gps/dao/UserTripDAO.java 342 Potential violation of Law of Demeter (object not created locally)
10536 src/com/gps/dao/UserTripDAO.java 342 There is log block not surrounded by if
10537 src/com/gps/dao/UserTripDAO.java 342 There is log block not surrounded by if
10538 src/com/gps/dao/UserTripDAO.java 343 Local variable 'usertrip' could be declared final
10539 src/com/gps/dao/UserTripDAO.java 349 Local variable 'trip' could be declared final
10540 src/com/gps/dao/UserTripDAO.java 353 Potential violation of Law of Demeter (object not created locally)
10541 src/com/gps/dao/UserTripDAO.java 357 There is log block not surrounded by if
10542 src/com/gps/dao/UserTripDAO.java 357 There is log block not surrounded by if
10543 src/com/gps/dao/UserTripDAO.java 362 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10544 src/com/gps/dao/UserTripDAO.java 364 Avoid printStackTrace(); use a logger call instead.
10545 src/com/gps/dao/UserTripDAO.java 364 Potential violation of Law of Demeter (object not created locally)
10546 src/com/gps/dao/UserTripDAO.java 374 Parameter 'tripid' is not assigned and could be declared final
10547 src/com/gps/dao/UserTripDAO.java 374 Parameter 'userId' is not assigned and could be declared final
10548 src/com/gps/dao/UserTripDAO.java 374 publicMethodCommentRequirement Required
10549 src/com/gps/dao/UserTripDAO.java 376 There is log block not surrounded by if
10550 src/com/gps/dao/UserTripDAO.java 376 There is log block not surrounded by if
10551 src/com/gps/dao/UserTripDAO.java 378 Local variable 'tripId' could be declared final
10552 src/com/gps/dao/UserTripDAO.java 379 There is log block not surrounded by if
10553 src/com/gps/dao/UserTripDAO.java 379 There is log block not surrounded by if
10554 src/com/gps/dao/UserTripDAO.java 380 Found 'DD'-anomaly for variable 'sess' (lines '380'-'383').
10555 src/com/gps/dao/UserTripDAO.java 381 Local variable 'utdao' could be declared final
10556 src/com/gps/dao/UserTripDAO.java 382 Potential violation of Law of Demeter (method chain calls)
10557 src/com/gps/dao/UserTripDAO.java 382 Potential violation of Law of Demeter (object not created locally)
10558 src/com/gps/dao/UserTripDAO.java 383 Potential violation of Law of Demeter (object not created locally)
10559 src/com/gps/dao/UserTripDAO.java 384 Avoid variables with short names like tx
10560 src/com/gps/dao/UserTripDAO.java 384 Local variable 'tx' could be declared final
10561 src/com/gps/dao/UserTripDAO.java 384 Potential violation of Law of Demeter (object not created locally)
10562 src/com/gps/dao/UserTripDAO.java 389 Local variable 'udao' could be declared final
10563 src/com/gps/dao/UserTripDAO.java 390 Local variable 'user1' could be declared final
10564 src/com/gps/dao/UserTripDAO.java 391 There is log block not surrounded by if
10565 src/com/gps/dao/UserTripDAO.java 391 There is log block not surrounded by if
10566 src/com/gps/dao/UserTripDAO.java 392 Local variable 'tdao' could be declared final
10567 src/com/gps/dao/UserTripDAO.java 393 Local variable 'trip' could be declared final
10568 src/com/gps/dao/UserTripDAO.java 394 There is log block not surrounded by if
10569 src/com/gps/dao/UserTripDAO.java 394 There is log block not surrounded by if
10570 src/com/gps/dao/UserTripDAO.java 395 Local variable 'utrips' could be declared final
10571 src/com/gps/dao/UserTripDAO.java 399 Potential violation of Law of Demeter (object not created locally)
10572 src/com/gps/dao/UserTripDAO.java 400 Potential violation of Law of Demeter (object not created locally)
10573 src/com/gps/dao/UserTripDAO.java 401 Potential violation of Law of Demeter (object not created locally)
10574 src/com/gps/dao/UserTripDAO.java 403 There is log block not surrounded by if
10575 src/com/gps/dao/UserTripDAO.java 403 There is log block not surrounded by if
10576 src/com/gps/dao/UserTripDAO.java 408 Potential violation of Law of Demeter (object not created locally)
10577 src/com/gps/dao/UserTripDAO.java 410 There is log block not surrounded by if
10578 src/com/gps/dao/UserTripDAO.java 410 There is log block not surrounded by if
10579 src/com/gps/dao/UserTripDAO.java 411 Comment is too large: Line too long
10580 src/com/gps/dao/UserTripDAO.java 412 Potential violation of Law of Demeter (method chain calls)
10581 src/com/gps/dao/UserTripDAO.java 412 Potential violation of Law of Demeter (method chain calls)
10582 src/com/gps/dao/UserTripDAO.java 412 Potential violation of Law of Demeter (object not created locally)
10583 src/com/gps/dao/UserTripDAO.java 412 There is log block not surrounded by if
10584 src/com/gps/dao/UserTripDAO.java 412 There is log block not surrounded by if
10585 src/com/gps/dao/UserTripDAO.java 413 Potential violation of Law of Demeter (method chain calls)
10586 src/com/gps/dao/UserTripDAO.java 413 Potential violation of Law of Demeter (method chain calls)
10587 src/com/gps/dao/UserTripDAO.java 413 Potential violation of Law of Demeter (object not created locally)
10588 src/com/gps/dao/UserTripDAO.java 415 There is log block not surrounded by if
10589 src/com/gps/dao/UserTripDAO.java 415 There is log block not surrounded by if
10590 src/com/gps/dao/UserTripDAO.java 420 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10591 src/com/gps/dao/UserTripDAO.java 422 Avoid printStackTrace(); use a logger call instead.
10592 src/com/gps/dao/UserTripDAO.java 422 Potential violation of Law of Demeter (object not created locally)
10593 src/com/gps/dao/UserTripDAO.java 427 Found 'UR'-anomaly for variable 'usersGeofence' (lines '427'-'445').
10594 src/com/gps/dao/UserTripDAO.java 427 Parameter 'selectedFences' is not assigned and could be declared final
10595 src/com/gps/dao/UserTripDAO.java 427 Parameter 'tripSession' is not assigned and could be declared final
10596 src/com/gps/dao/UserTripDAO.java 427 publicMethodCommentRequirement Required
10597 src/com/gps/dao/UserTripDAO.java 429 There is log block not surrounded by if
10598 src/com/gps/dao/UserTripDAO.java 429 There is log block not surrounded by if
10599 src/com/gps/dao/UserTripDAO.java 430 Found 'DD'-anomaly for variable 'sess' (lines '430'-'437').
10600 src/com/gps/dao/UserTripDAO.java 431 Local variable 'Mobile_Nos' could be declared final
10601 src/com/gps/dao/UserTripDAO.java 431 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'Mobile_Nos' is not final.
10602 src/com/gps/dao/UserTripDAO.java 431 Variables should start with a lowercase character, 'Mobile_Nos' starts with uppercase character.
10603 src/com/gps/dao/UserTripDAO.java 432 Found 'DD'-anomaly for variable 'NosList' (lines '432'-'439').
10604 src/com/gps/dao/UserTripDAO.java 432 Variables should start with a lowercase character, 'NosList' starts with uppercase character.
10605 src/com/gps/dao/UserTripDAO.java 435 Local variable 'ObjDao' could be declared final
10606 src/com/gps/dao/UserTripDAO.java 435 Variables should start with a lowercase character, 'ObjDao' starts with uppercase character.
10607 src/com/gps/dao/UserTripDAO.java 437 Potential violation of Law of Demeter (object not created locally)
10608 src/com/gps/dao/UserTripDAO.java 439 Potential violation of Law of Demeter (method chain calls)
10609 src/com/gps/dao/UserTripDAO.java 439 Potential violation of Law of Demeter (method chain calls)
10610 src/com/gps/dao/UserTripDAO.java 439 Potential violation of Law of Demeter (method chain calls)
10611 src/com/gps/dao/UserTripDAO.java 439 Potential violation of Law of Demeter (object not created locally)
10612 src/com/gps/dao/UserTripDAO.java 442 Potential violation of Law of Demeter (object not created locally)
10613 src/com/gps/dao/UserTripDAO.java 442 There is log block not surrounded by if
10614 src/com/gps/dao/UserTripDAO.java 442 There is log block not surrounded by if
10615 src/com/gps/dao/UserTripDAO.java 444 Local variable 'usersGeofence' could be declared final
10616 src/com/gps/dao/UserTripDAO.java 445 Avoid appending characters as strings in StringBuffer.append.
10617 src/com/gps/dao/UserTripDAO.java 445 Potential violation of Law of Demeter (object not created locally)
10618 src/com/gps/dao/UserTripDAO.java 447 Potential violation of Law of Demeter (object not created locally)
10619 src/com/gps/dao/UserTripDAO.java 447 Potential violation of Law of Demeter (object not created locally)
10620 src/com/gps/dao/UserTripDAO.java 448 Potential violation of Law of Demeter (object not created locally)
10621 src/com/gps/dao/UserTripDAO.java 450 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10622 src/com/gps/dao/UserTripDAO.java 451 Avoid printStackTrace(); use a logger call instead.
10623 src/com/gps/dao/UserTripDAO.java 451 Potential violation of Law of Demeter (object not created locally)
10624 src/com/gps/dao/UserTripDAO.java 453 Avoid empty finally blocks
10625 src/com/gps/dao/UserTripDAO.java 456 There is log block not surrounded by if
10626 src/com/gps/dao/UserTripDAO.java 456 There is log block not surrounded by if
10627 src/com/gps/dao/UserTripDAO.java 457 Potential violation of Law of Demeter (object not created locally)
10628 src/com/gps/dao/UserTripDAO.java 460 Parameter 'tripid' is not assigned and could be declared final
10629 src/com/gps/dao/UserTripDAO.java 460 Parameter 'userId' is not assigned and could be declared final
10630 src/com/gps/dao/UserTripDAO.java 460 publicMethodCommentRequirement Required
10631 src/com/gps/dao/UserTripDAO.java 462 There is log block not surrounded by if
10632 src/com/gps/dao/UserTripDAO.java 462 There is log block not surrounded by if
10633 src/com/gps/dao/UserTripDAO.java 464 Local variable 'tripId' could be declared final
10634 src/com/gps/dao/UserTripDAO.java 465 There is log block not surrounded by if
10635 src/com/gps/dao/UserTripDAO.java 465 There is log block not surrounded by if
10636 src/com/gps/dao/UserTripDAO.java 467 Found 'DD'-anomaly for variable 'sess' (lines '467'-'473').
10637 src/com/gps/dao/UserTripDAO.java 468 Local variable 'utdao' could be declared final
10638 src/com/gps/dao/UserTripDAO.java 470 Avoid unused local variables such as 'dlist'.
10639 src/com/gps/dao/UserTripDAO.java 470 Found 'DU'-anomaly for variable 'dlist' (lines '470'-'509').
10640 src/com/gps/dao/UserTripDAO.java 470 Local variable 'dlist' could be declared final
10641 src/com/gps/dao/UserTripDAO.java 472 Potential violation of Law of Demeter (method chain calls)
10642 src/com/gps/dao/UserTripDAO.java 472 Potential violation of Law of Demeter (object not created locally)
10643 src/com/gps/dao/UserTripDAO.java 473 Potential violation of Law of Demeter (object not created locally)
10644 src/com/gps/dao/UserTripDAO.java 474 Avoid variables with short names like tx
10645 src/com/gps/dao/UserTripDAO.java 474 Local variable 'tx' could be declared final
10646 src/com/gps/dao/UserTripDAO.java 474 Potential violation of Law of Demeter (object not created locally)
10647 src/com/gps/dao/UserTripDAO.java 479 Local variable 'query' could be declared final
10648 src/com/gps/dao/UserTripDAO.java 479 Potential violation of Law of Demeter (object not created locally)
10649 src/com/gps/dao/UserTripDAO.java 481 Potential violation of Law of Demeter (object not created locally)
10650 src/com/gps/dao/UserTripDAO.java 482 Potential violation of Law of Demeter (object not created locally)
10651 src/com/gps/dao/UserTripDAO.java 483 Potential violation of Law of Demeter (object not created locally)
10652 src/com/gps/dao/UserTripDAO.java 484 Potential violation of Law of Demeter (method chain calls)
10653 src/com/gps/dao/UserTripDAO.java 484 Potential violation of Law of Demeter (object not created locally)
10654 src/com/gps/dao/UserTripDAO.java 485 Potential violation of Law of Demeter (method chain calls)
10655 src/com/gps/dao/UserTripDAO.java 485 Potential violation of Law of Demeter (method chain calls)
10656 src/com/gps/dao/UserTripDAO.java 485 Potential violation of Law of Demeter (object not created locally)
10657 src/com/gps/dao/UserTripDAO.java 485 There is log block not surrounded by if
10658 src/com/gps/dao/UserTripDAO.java 485 There is log block not surrounded by if
10659 src/com/gps/dao/UserTripDAO.java 487 Local variable 'utid' could be declared final
10660 src/com/gps/dao/UserTripDAO.java 487 Potential violation of Law of Demeter (method chain calls)
10661 src/com/gps/dao/UserTripDAO.java 487 Potential violation of Law of Demeter (method chain calls)
10662 src/com/gps/dao/UserTripDAO.java 487 Potential violation of Law of Demeter (object not created locally)
10663 src/com/gps/dao/UserTripDAO.java 487 Potential violation of Law of Demeter (object not created locally)
10664 src/com/gps/dao/UserTripDAO.java 489 Potential violation of Law of Demeter (object not created locally)
10665 src/com/gps/dao/UserTripDAO.java 490 Potential violation of Law of Demeter (object not created locally)
10666 src/com/gps/dao/UserTripDAO.java 491 Potential violation of Law of Demeter (object not created locally)
10667 src/com/gps/dao/UserTripDAO.java 494 Comment is too large: Line too long
10668 src/com/gps/dao/UserTripDAO.java 498 Local variable 'usId' could be declared final
10669 src/com/gps/dao/UserTripDAO.java 499 Local variable 'undao' could be declared final
10670 src/com/gps/dao/UserTripDAO.java 502 There is log block not surrounded by if
10671 src/com/gps/dao/UserTripDAO.java 502 There is log block not surrounded by if
10672 src/com/gps/dao/UserTripDAO.java 505 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10673 src/com/gps/dao/UserTripDAO.java 507 Avoid printStackTrace(); use a logger call instead.
10674 src/com/gps/dao/UserTripDAO.java 507 Potential violation of Law of Demeter (object not created locally)
10675 src/com/gps/dao/VehicleFenceDAO.java 7 Avoid unused imports such as 'org.hibernate.Query'
10676 src/com/gps/dao/VehicleFenceDAO.java 18 headerCommentRequirement Required
10677 src/com/gps/dao/VehicleFenceDAO.java 20 The Logger variable declaration does not contain the static and final modifiers
10678 src/com/gps/dao/VehicleFenceDAO.java 20 Use explicit scoping instead of the default package private level
10679 src/com/gps/dao/VehicleFenceDAO.java 20 fieldCommentRequirement Required
10680 src/com/gps/dao/VehicleFenceDAO.java 27 Found 'UR'-anomaly for variable 'geoVehicle' (lines '27'-'42').
10681 src/com/gps/dao/VehicleFenceDAO.java 27 Parameter 'fenceId' is not assigned and could be declared final
10682 src/com/gps/dao/VehicleFenceDAO.java 29 Found 'DD'-anomaly for variable 'chkdList' (lines '29'-'35').
10683 src/com/gps/dao/VehicleFenceDAO.java 30 Local variable 'mapDAO' could be declared final
10684 src/com/gps/dao/VehicleFenceDAO.java 32 Found 'DD'-anomaly for variable 'sess' (lines '32'-'37').
10685 src/com/gps/dao/VehicleFenceDAO.java 36 Potential violation of Law of Demeter (method chain calls)
10686 src/com/gps/dao/VehicleFenceDAO.java 36 Potential violation of Law of Demeter (object not created locally)
10687 src/com/gps/dao/VehicleFenceDAO.java 37 Potential violation of Law of Demeter (object not created locally)
10688 src/com/gps/dao/VehicleFenceDAO.java 39 Potential violation of Law of Demeter (method chain calls)
10689 src/com/gps/dao/VehicleFenceDAO.java 39 Potential violation of Law of Demeter (object not created locally)
10690 src/com/gps/dao/VehicleFenceDAO.java 41 Local variable 'geoVehicle' could be declared final
10691 src/com/gps/dao/VehicleFenceDAO.java 42 Avoid using if statements without curly braces
10692 src/com/gps/dao/VehicleFenceDAO.java 43 Potential violation of Law of Demeter (object not created locally)
10693 src/com/gps/dao/VehicleFenceDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10694 src/com/gps/dao/VehicleFenceDAO.java 48 Avoid printStackTrace(); use a logger call instead.
10695 src/com/gps/dao/VehicleFenceDAO.java 48 Potential violation of Law of Demeter (object not created locally)
10696 src/com/gps/dao/VehicleFenceDAO.java 57 Parameter 'fenceid' is not assigned and could be declared final
10697 src/com/gps/dao/VehicleFenceDAO.java 57 Parameter 'vehicleId' is not assigned and could be declared final
10698 src/com/gps/dao/VehicleFenceDAO.java 58 Local variable 'vehDAO' could be declared final
10699 src/com/gps/dao/VehicleFenceDAO.java 60 Local variable 'geodao' could be declared final
10700 src/com/gps/dao/VehicleFenceDAO.java 62 Found 'DD'-anomaly for variable 'sess' (lines '62'-'66').
10701 src/com/gps/dao/VehicleFenceDAO.java 63 Avoid variables with short names like tx
10702 src/com/gps/dao/VehicleFenceDAO.java 63 Found 'DD'-anomaly for variable 'tx' (lines '63'-'73').
10703 src/com/gps/dao/VehicleFenceDAO.java 66 Potential violation of Law of Demeter (object not created locally)
10704 src/com/gps/dao/VehicleFenceDAO.java 67 Potential violation of Law of Demeter (object not created locally)
10705 src/com/gps/dao/VehicleFenceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
10706 src/com/gps/dao/VehicleFenceDAO.java 71 Potential violation of Law of Demeter (object not created locally)
10707 src/com/gps/dao/VehicleFenceDAO.java 73 Potential violation of Law of Demeter (object not created locally)
10708 src/com/gps/dao/VehicleFenceDAO.java 74 Potential violation of Law of Demeter (object not created locally)
10709 src/com/gps/dao/VehicleFenceDAO.java 75 Potential violation of Law of Demeter (object not created locally)
10710 src/com/gps/dao/VehicleFenceDAO.java 76 Potential violation of Law of Demeter (object not created locally)
10711 src/com/gps/dao/VehicleFenceDAO.java 78 There is log block not surrounded by if
10712 src/com/gps/dao/VehicleFenceDAO.java 78 There is log block not surrounded by if
10713 src/com/gps/dao/VehicleFenceDAO.java 82 Avoid using if statements without curly braces
10714 src/com/gps/dao/VehicleFenceDAO.java 83 Potential violation of Law of Demeter (object not created locally)
10715 src/com/gps/dao/VehicleFenceDAO.java 84 There is log block not surrounded by if
10716 src/com/gps/dao/VehicleFenceDAO.java 84 There is log block not surrounded by if
10717 src/com/gps/dao/VehicleFenceDAO.java 86 Potential violation of Law of Demeter (method chain calls)
10718 src/com/gps/dao/VehicleFenceDAO.java 86 Potential violation of Law of Demeter (method chain calls)
10719 src/com/gps/dao/VehicleFenceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
10720 src/com/gps/dao/VehicleFenceDAO.java 86 There is log block not surrounded by if
10721 src/com/gps/dao/VehicleFenceDAO.java 86 There is log block not surrounded by if
10722 src/com/gps/dao/VehicleFenceDAO.java 87 Potential violation of Law of Demeter (method chain calls)
10723 src/com/gps/dao/VehicleFenceDAO.java 87 Potential violation of Law of Demeter (method chain calls)
10724 src/com/gps/dao/VehicleFenceDAO.java 87 Potential violation of Law of Demeter (object not created locally)
10725 src/com/gps/dao/VehicleFenceDAO.java 89 There is log block not surrounded by if
10726 src/com/gps/dao/VehicleFenceDAO.java 89 There is log block not surrounded by if
10727 src/com/gps/dao/VehicleFenceDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10728 src/com/gps/dao/VehicleFenceDAO.java 93 Avoid printStackTrace(); use a logger call instead.
10729 src/com/gps/dao/VehicleFenceDAO.java 93 Potential violation of Law of Demeter (object not created locally)
10730 src/com/gps/dao/VehicleFenceDAO.java 101 Parameter 'fenceId' is not assigned and could be declared final
10731 src/com/gps/dao/VehicleFenceDAO.java 101 Parameter 'vehicleId' is not assigned and could be declared final
10732 src/com/gps/dao/VehicleFenceDAO.java 105 Found 'DD'-anomaly for variable 'sess' (lines '105'-'108').
10733 src/com/gps/dao/VehicleFenceDAO.java 109 Avoid variables with short names like tx
10734 src/com/gps/dao/VehicleFenceDAO.java 109 Found 'DU'-anomaly for variable 'tx' (lines '109'-'124').
10735 src/com/gps/dao/VehicleFenceDAO.java 109 Local variable 'tx' could be declared final
10736 src/com/gps/dao/VehicleFenceDAO.java 109 Potential violation of Law of Demeter (object not created locally)
10737 src/com/gps/dao/VehicleFenceDAO.java 110 Potential violation of Law of Demeter (method chain calls)
10738 src/com/gps/dao/VehicleFenceDAO.java 110 Potential violation of Law of Demeter (method chain calls)
10739 src/com/gps/dao/VehicleFenceDAO.java 114 Potential violation of Law of Demeter (object not created locally)
10740 src/com/gps/dao/VehicleFenceDAO.java 116 Potential violation of Law of Demeter (object not created locally)
10741 src/com/gps/dao/VehicleFenceDAO.java 117 Potential violation of Law of Demeter (object not created locally)
10742 src/com/gps/dao/VehicleFenceDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10743 src/com/gps/dao/VehicleFenceDAO.java 122 Avoid printStackTrace(); use a logger call instead.
10744 src/com/gps/dao/VehicleFenceDAO.java 122 Potential violation of Law of Demeter (object not created locally)
10745 src/com/gps/dao/VehicleFenceDAO.java 131 Parameter 'trip' is not assigned and could be declared final
10746 src/com/gps/dao/VehicleFenceDAO.java 133 Found 'DD'-anomaly for variable 'geoList' (lines '133'-'136').
10747 src/com/gps/dao/VehicleFenceDAO.java 136 Potential violation of Law of Demeter (method chain calls)
10748 src/com/gps/dao/VehicleFenceDAO.java 136 Potential violation of Law of Demeter (method chain calls)
10749 src/com/gps/dao/VehicleFenceDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10750 src/com/gps/dao/VehicleFenceDAO.java 140 Avoid printStackTrace(); use a logger call instead.
10751 src/com/gps/dao/VehicleFenceDAO.java 140 Potential violation of Law of Demeter (object not created locally)
10752 src/com/gps/dao/VehicleFenceReportDAO.java 8 headerCommentRequirement Required
10753 src/com/gps/dao/VehicleFenceReportDAO.java 15 Parameter 'fromDate' is not assigned and could be declared final
10754 src/com/gps/dao/VehicleFenceReportDAO.java 15 Parameter 'geofenceId' is not assigned and could be declared final
10755 src/com/gps/dao/VehicleFenceReportDAO.java 15 Parameter 'toDate' is not assigned and could be declared final
10756 src/com/gps/dao/VehicleFenceReportDAO.java 17 Found 'DD'-anomaly for variable 'vehicleFences' (lines '17'-'20').
10757 src/com/gps/dao/VehicleFenceReportDAO.java 20 Potential violation of Law of Demeter (method chain calls)
10758 src/com/gps/dao/VehicleFenceReportDAO.java 20 Potential violation of Law of Demeter (method chain calls)
10759 src/com/gps/dao/VehicleFenceReportDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10760 src/com/gps/dao/VehicleFenceReportDAO.java 24 Avoid printStackTrace(); use a logger call instead.
10761 src/com/gps/dao/VehicleFenceReportDAO.java 24 Potential violation of Law of Demeter (object not created locally)
10762 src/com/gps/dao/VehicleProcessDAO.java 5 Avoid unused imports such as 'java.util.Collection'
10763 src/com/gps/dao/VehicleProcessDAO.java 26 Avoid unused imports such as 'com.gps.hibernate.Organization'
10764 src/com/gps/dao/VehicleProcessDAO.java 28 Avoid unused imports such as 'com.gps.hibernate.UsersOrgsId'
10765 src/com/gps/dao/VehicleProcessDAO.java 35 The class 'VehicleProcessDAO' has a Cyclomatic Complexity of 4 (Highest = 17).
10766 src/com/gps/dao/VehicleProcessDAO.java 35 headerCommentRequirement Required
10767 src/com/gps/dao/VehicleProcessDAO.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
10768 src/com/gps/dao/VehicleProcessDAO.java 41 Use explicit scoping instead of the default package private level
10769 src/com/gps/dao/VehicleProcessDAO.java 42 Avoid variables with short names like tx
10770 src/com/gps/dao/VehicleProcessDAO.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
10771 src/com/gps/dao/VehicleProcessDAO.java 42 Use explicit scoping instead of the default package private level
10772 src/com/gps/dao/VehicleProcessDAO.java 42 fieldCommentRequirement Required
10773 src/com/gps/dao/VehicleProcessDAO.java 43 The Logger variable declaration does not contain the static and final modifiers
10774 src/com/gps/dao/VehicleProcessDAO.java 43 Use explicit scoping instead of the default package private level
10775 src/com/gps/dao/VehicleProcessDAO.java 43 fieldCommentRequirement Required
10776 src/com/gps/dao/VehicleProcessDAO.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
10777 src/com/gps/dao/VehicleProcessDAO.java 45 fieldCommentRequirement Required
10778 src/com/gps/dao/VehicleProcessDAO.java 46 The String literal "unchecked" appears 7 times in this file; the first occurrence is on line 46
10779 src/com/gps/dao/VehicleProcessDAO.java 47 Parameter 'vehGroupId' is not assigned and could be declared final
10780 src/com/gps/dao/VehicleProcessDAO.java 47 publicMethodCommentRequirement Required
10781 src/com/gps/dao/VehicleProcessDAO.java 48 Found 'DD'-anomaly for variable 'vehicles' (lines '48'-'53').
10782 src/com/gps/dao/VehicleProcessDAO.java 49 Avoid variables with short names like vd
10783 src/com/gps/dao/VehicleProcessDAO.java 49 Local variable 'vd' could be declared final
10784 src/com/gps/dao/VehicleProcessDAO.java 52 Potential violation of Law of Demeter (object not created locally)
10785 src/com/gps/dao/VehicleProcessDAO.java 53 Potential violation of Law of Demeter (method chain calls)
10786 src/com/gps/dao/VehicleProcessDAO.java 53 Potential violation of Law of Demeter (method chain calls)
10787 src/com/gps/dao/VehicleProcessDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10788 src/com/gps/dao/VehicleProcessDAO.java 57 Avoid printStackTrace(); use a logger call instead.
10789 src/com/gps/dao/VehicleProcessDAO.java 57 Potential violation of Law of Demeter (object not created locally)
10790 src/com/gps/dao/VehicleProcessDAO.java 59 Avoid empty finally blocks
10791 src/com/gps/dao/VehicleProcessDAO.java 73 Found 'DD'-anomaly for variable 'vehicles' (lines '73'-'86').
10792 src/com/gps/dao/VehicleProcessDAO.java 74 Avoid variables with short names like vd
10793 src/com/gps/dao/VehicleProcessDAO.java 74 Local variable 'vd' could be declared final
10794 src/com/gps/dao/VehicleProcessDAO.java 78 Potential violation of Law of Demeter (object not created locally)
10795 src/com/gps/dao/VehicleProcessDAO.java 81 There is log block not surrounded by if
10796 src/com/gps/dao/VehicleProcessDAO.java 81 There is log block not surrounded by if
10797 src/com/gps/dao/VehicleProcessDAO.java 85 Avoid using if...else statements without curly braces
10798 src/com/gps/dao/VehicleProcessDAO.java 85 There is log block not surrounded by if
10799 src/com/gps/dao/VehicleProcessDAO.java 85 There is log block not surrounded by if
10800 src/com/gps/dao/VehicleProcessDAO.java 86 Potential violation of Law of Demeter (method chain calls)
10801 src/com/gps/dao/VehicleProcessDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10802 src/com/gps/dao/VehicleProcessDAO.java 90 Potential violation of Law of Demeter (object not created locally)
10803 src/com/gps/dao/VehicleProcessDAO.java 90 There is log block not surrounded by if
10804 src/com/gps/dao/VehicleProcessDAO.java 91 Avoid printStackTrace(); use a logger call instead.
10805 src/com/gps/dao/VehicleProcessDAO.java 91 Potential violation of Law of Demeter (object not created locally)
10806 src/com/gps/dao/VehicleProcessDAO.java 93 Avoid empty finally blocks
10807 src/com/gps/dao/VehicleProcessDAO.java 100 Found 'UR'-anomaly for variable 'usersOrgs' (lines '100'-'106').
10808 src/com/gps/dao/VehicleProcessDAO.java 100 Parameter 'userId' is not assigned and could be declared final
10809 src/com/gps/dao/VehicleProcessDAO.java 100 publicMethodCommentRequirement Required
10810 src/com/gps/dao/VehicleProcessDAO.java 102 Local variable 'orgs' could be declared final
10811 src/com/gps/dao/VehicleProcessDAO.java 103 Local variable 'vdDAO' could be declared final
10812 src/com/gps/dao/VehicleProcessDAO.java 104 Local variable 'lstOrgs' could be declared final
10813 src/com/gps/dao/VehicleProcessDAO.java 104 Potential violation of Law of Demeter (method chain calls)
10814 src/com/gps/dao/VehicleProcessDAO.java 104 Potential violation of Law of Demeter (method chain calls)
10815 src/com/gps/dao/VehicleProcessDAO.java 105 Local variable 'usersOrgs' could be declared final
10816 src/com/gps/dao/VehicleProcessDAO.java 106 Potential violation of Law of Demeter (method chain calls)
10817 src/com/gps/dao/VehicleProcessDAO.java 107 Avoid appending characters as strings in StringBuffer.append.
10818 src/com/gps/dao/VehicleProcessDAO.java 114 A method/constructor shouldnt explicitly throw java.lang.Exception
10819 src/com/gps/dao/VehicleProcessDAO.java 114 Parameter 'organizationIds' is not assigned and could be declared final
10820 src/com/gps/dao/VehicleProcessDAO.java 114 publicMethodCommentRequirement Required
10821 src/com/gps/dao/VehicleProcessDAO.java 116 There is log block not surrounded by if
10822 src/com/gps/dao/VehicleProcessDAO.java 116 There is log block not surrounded by if
10823 src/com/gps/dao/VehicleProcessDAO.java 117 Local variable 'vdao' could be declared final
10824 src/com/gps/dao/VehicleProcessDAO.java 118 Found 'DD'-anomaly for variable 'vehicles' (lines '118'-'124').
10825 src/com/gps/dao/VehicleProcessDAO.java 121 Potential violation of Law of Demeter (object not created locally)
10826 src/com/gps/dao/VehicleProcessDAO.java 123 Comment is too large: Line too long
10827 src/com/gps/dao/VehicleProcessDAO.java 124 Potential violation of Law of Demeter (method chain calls)
10828 src/com/gps/dao/VehicleProcessDAO.java 125 Potential violation of Law of Demeter (object not created locally)
10829 src/com/gps/dao/VehicleProcessDAO.java 125 There is log block not surrounded by if
10830 src/com/gps/dao/VehicleProcessDAO.java 125 There is log block not surrounded by if
10831 src/com/gps/dao/VehicleProcessDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10832 src/com/gps/dao/VehicleProcessDAO.java 130 There is log block not surrounded by if
10833 src/com/gps/dao/VehicleProcessDAO.java 137 A method/constructor shouldnt explicitly throw java.lang.Exception
10834 src/com/gps/dao/VehicleProcessDAO.java 137 Method names should not start with capital letters
10835 src/com/gps/dao/VehicleProcessDAO.java 137 Parameter 'vehicle' is not assigned and could be declared final
10836 src/com/gps/dao/VehicleProcessDAO.java 137 publicMethodCommentRequirement Required
10837 src/com/gps/dao/VehicleProcessDAO.java 139 There is log block not surrounded by if
10838 src/com/gps/dao/VehicleProcessDAO.java 139 There is log block not surrounded by if
10839 src/com/gps/dao/VehicleProcessDAO.java 140 Local variable 'vdao' could be declared final
10840 src/com/gps/dao/VehicleProcessDAO.java 144 Found 'DD'-anomaly for variable 'sess' (lines '144'-'148').
10841 src/com/gps/dao/VehicleProcessDAO.java 145 Avoid variables with short names like tx
10842 src/com/gps/dao/VehicleProcessDAO.java 145 Found 'DD'-anomaly for variable 'tx' (lines '145'-'149').
10843 src/com/gps/dao/VehicleProcessDAO.java 148 Potential violation of Law of Demeter (object not created locally)
10844 src/com/gps/dao/VehicleProcessDAO.java 149 Potential violation of Law of Demeter (object not created locally)
10845 src/com/gps/dao/VehicleProcessDAO.java 151 Potential violation of Law of Demeter (object not created locally)
10846 src/com/gps/dao/VehicleProcessDAO.java 152 Potential violation of Law of Demeter (object not created locally)
10847 src/com/gps/dao/VehicleProcessDAO.java 153 Potential violation of Law of Demeter (object not created locally)
10848 src/com/gps/dao/VehicleProcessDAO.java 154 Potential violation of Law of Demeter (object not created locally)
10849 src/com/gps/dao/VehicleProcessDAO.java 162 Potential violation of Law of Demeter (object not created locally)
10850 src/com/gps/dao/VehicleProcessDAO.java 163 Potential violation of Law of Demeter (object not created locally)
10851 src/com/gps/dao/VehicleProcessDAO.java 164 There is log block not surrounded by if
10852 src/com/gps/dao/VehicleProcessDAO.java 164 There is log block not surrounded by if
10853 src/com/gps/dao/VehicleProcessDAO.java 165 Comment is too large: Line too long
10854 src/com/gps/dao/VehicleProcessDAO.java 166 There is log block not surrounded by if
10855 src/com/gps/dao/VehicleProcessDAO.java 167 Potential violation of Law of Demeter (method chain calls)
10856 src/com/gps/dao/VehicleProcessDAO.java 167 Potential violation of Law of Demeter (method chain calls)
10857 src/com/gps/dao/VehicleProcessDAO.java 167 Potential violation of Law of Demeter (object not created locally)
10858 src/com/gps/dao/VehicleProcessDAO.java 167 There is log block not surrounded by if
10859 src/com/gps/dao/VehicleProcessDAO.java 167 There is log block not surrounded by if
10860 src/com/gps/dao/VehicleProcessDAO.java 168 Potential violation of Law of Demeter (method chain calls)
10861 src/com/gps/dao/VehicleProcessDAO.java 168 Potential violation of Law of Demeter (method chain calls)
10862 src/com/gps/dao/VehicleProcessDAO.java 168 Potential violation of Law of Demeter (object not created locally)
10863 src/com/gps/dao/VehicleProcessDAO.java 169 Avoid using if...else statements without curly braces
10864 src/com/gps/dao/VehicleProcessDAO.java 169 New exception is thrown in catch block, original stack trace may be lost
10865 src/com/gps/dao/VehicleProcessDAO.java 171 Avoid using if...else statements without curly braces
10866 src/com/gps/dao/VehicleProcessDAO.java 171 New exception is thrown in catch block, original stack trace may be lost
10867 src/com/gps/dao/VehicleProcessDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10868 src/com/gps/dao/VehicleProcessDAO.java 176 Avoid printStackTrace(); use a logger call instead.
10869 src/com/gps/dao/VehicleProcessDAO.java 176 Potential violation of Law of Demeter (object not created locally)
10870 src/com/gps/dao/VehicleProcessDAO.java 179 Avoid empty finally blocks
10871 src/com/gps/dao/VehicleProcessDAO.java 189 A method/constructor shouldnt explicitly throw java.lang.Exception
10872 src/com/gps/dao/VehicleProcessDAO.java 189 Avoid really long methods.
10873 src/com/gps/dao/VehicleProcessDAO.java 189 Method names should not start with capital letters
10874 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'first' is not assigned and could be declared final
10875 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'last' is not assigned and could be declared final
10876 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'regNo' is not assigned and could be declared final
10877 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'runningStatus' is not assigned and could be declared final
10878 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'useStatus' is not assigned and could be declared final
10879 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'user' is not assigned and could be declared final
10880 src/com/gps/dao/VehicleProcessDAO.java 189 Parameter 'vehicleName' is not assigned and could be declared final
10881 src/com/gps/dao/VehicleProcessDAO.java 189 Rather than using a lot of String arguments, consider using a container object for those values.
10882 src/com/gps/dao/VehicleProcessDAO.java 189 The method 'Search' has a Cyclomatic Complexity of 17.
10883 src/com/gps/dao/VehicleProcessDAO.java 189 The method Search() has an NPath complexity of 1622
10884 src/com/gps/dao/VehicleProcessDAO.java 189 publicMethodCommentRequirement Required
10885 src/com/gps/dao/VehicleProcessDAO.java 191 Found 'DD'-anomaly for variable 'sess' (lines '191'-'202').
10886 src/com/gps/dao/VehicleProcessDAO.java 192 Local variable 'rdao' could be declared final
10887 src/com/gps/dao/VehicleProcessDAO.java 196 Found 'DD'-anomaly for variable 'vehicles' (lines '196'-'260').
10888 src/com/gps/dao/VehicleProcessDAO.java 196 Found 'DD'-anomaly for variable 'vehicles' (lines '196'-'283').
10889 src/com/gps/dao/VehicleProcessDAO.java 196 Found 'DD'-anomaly for variable 'vehicles' (lines '196'-'289').
10890 src/com/gps/dao/VehicleProcessDAO.java 197 There is log block not surrounded by if
10891 src/com/gps/dao/VehicleProcessDAO.java 197 There is log block not surrounded by if
10892 src/com/gps/dao/VehicleProcessDAO.java 198 Local variable 'baseQuery' could be declared final
10893 src/com/gps/dao/VehicleProcessDAO.java 199 Avoid variables with short names like sb
10894 src/com/gps/dao/VehicleProcessDAO.java 199 Local variable 'sb' could be declared final
10895 src/com/gps/dao/VehicleProcessDAO.java 200 Potential violation of Law of Demeter (object not created locally)
10896 src/com/gps/dao/VehicleProcessDAO.java 201 Local variable 'vdao' could be declared final
10897 src/com/gps/dao/VehicleProcessDAO.java 202 Potential violation of Law of Demeter (object not created locally)
10898 src/com/gps/dao/VehicleProcessDAO.java 203 Potential violation of Law of Demeter (object not created locally)
10899 src/com/gps/dao/VehicleProcessDAO.java 204 Found 'DD'-anomaly for variable 'strlen' (lines '204'-'273').
10900 src/com/gps/dao/VehicleProcessDAO.java 204 Found 'DU'-anomaly for variable 'strlen' (lines '204'-'309').
10901 src/com/gps/dao/VehicleProcessDAO.java 205 Found 'DD'-anomaly for variable 'finalquery' (lines '205'-'269').
10902 src/com/gps/dao/VehicleProcessDAO.java 205 Found 'DU'-anomaly for variable 'finalquery' (lines '205'-'309').
10903 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'215').
10904 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'224').
10905 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'232').
10906 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'240').
10907 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'248').
10908 src/com/gps/dao/VehicleProcessDAO.java 206 Found 'DD'-anomaly for variable 'flag' (lines '206'-'254').
10909 src/com/gps/dao/VehicleProcessDAO.java 212 There is log block not surrounded by if
10910 src/com/gps/dao/VehicleProcessDAO.java 212 There is log block not surrounded by if
10911 src/com/gps/dao/VehicleProcessDAO.java 213 Potential violation of Law of Demeter (object not created locally)
10912 src/com/gps/dao/VehicleProcessDAO.java 215 Found 'DD'-anomaly for variable 'flag' (lines '215'-'224').
10913 src/com/gps/dao/VehicleProcessDAO.java 215 Found 'DD'-anomaly for variable 'flag' (lines '215'-'232').
10914 src/com/gps/dao/VehicleProcessDAO.java 215 Found 'DD'-anomaly for variable 'flag' (lines '215'-'240').
10915 src/com/gps/dao/VehicleProcessDAO.java 215 Found 'DD'-anomaly for variable 'flag' (lines '215'-'248').
10916 src/com/gps/dao/VehicleProcessDAO.java 215 Found 'DD'-anomaly for variable 'flag' (lines '215'-'254').
10917 src/com/gps/dao/VehicleProcessDAO.java 222 There is log block not surrounded by if
10918 src/com/gps/dao/VehicleProcessDAO.java 222 There is log block not surrounded by if
10919 src/com/gps/dao/VehicleProcessDAO.java 223 Potential violation of Law of Demeter (object not created locally)
10920 src/com/gps/dao/VehicleProcessDAO.java 224 Found 'DD'-anomaly for variable 'flag' (lines '224'-'232').
10921 src/com/gps/dao/VehicleProcessDAO.java 224 Found 'DD'-anomaly for variable 'flag' (lines '224'-'240').
10922 src/com/gps/dao/VehicleProcessDAO.java 224 Found 'DD'-anomaly for variable 'flag' (lines '224'-'248').
10923 src/com/gps/dao/VehicleProcessDAO.java 224 Found 'DD'-anomaly for variable 'flag' (lines '224'-'254').
10924 src/com/gps/dao/VehicleProcessDAO.java 230 Potential violation of Law of Demeter (object not created locally)
10925 src/com/gps/dao/VehicleProcessDAO.java 231 There is log block not surrounded by if
10926 src/com/gps/dao/VehicleProcessDAO.java 231 There is log block not surrounded by if
10927 src/com/gps/dao/VehicleProcessDAO.java 232 Found 'DD'-anomaly for variable 'flag' (lines '232'-'240').
10928 src/com/gps/dao/VehicleProcessDAO.java 232 Found 'DD'-anomaly for variable 'flag' (lines '232'-'248').
10929 src/com/gps/dao/VehicleProcessDAO.java 232 Found 'DD'-anomaly for variable 'flag' (lines '232'-'254').
10930 src/com/gps/dao/VehicleProcessDAO.java 238 Potential violation of Law of Demeter (object not created locally)
10931 src/com/gps/dao/VehicleProcessDAO.java 239 There is log block not surrounded by if
10932 src/com/gps/dao/VehicleProcessDAO.java 239 There is log block not surrounded by if
10933 src/com/gps/dao/VehicleProcessDAO.java 240 Found 'DD'-anomaly for variable 'flag' (lines '240'-'248').
10934 src/com/gps/dao/VehicleProcessDAO.java 240 Found 'DD'-anomaly for variable 'flag' (lines '240'-'254').
10935 src/com/gps/dao/VehicleProcessDAO.java 244 Potential violation of Law of Demeter (object not created locally)
10936 src/com/gps/dao/VehicleProcessDAO.java 246 There is log block not surrounded by if
10937 src/com/gps/dao/VehicleProcessDAO.java 246 There is log block not surrounded by if
10938 src/com/gps/dao/VehicleProcessDAO.java 247 Potential violation of Law of Demeter (object not created locally)
10939 src/com/gps/dao/VehicleProcessDAO.java 250 Avoid if (x != y) ..; else ..;
10940 src/com/gps/dao/VehicleProcessDAO.java 250 Potential violation of Law of Demeter (object not created locally)
10941 src/com/gps/dao/VehicleProcessDAO.java 252 There is log block not surrounded by if
10942 src/com/gps/dao/VehicleProcessDAO.java 252 There is log block not surrounded by if
10943 src/com/gps/dao/VehicleProcessDAO.java 253 Potential violation of Law of Demeter (method chain calls)
10944 src/com/gps/dao/VehicleProcessDAO.java 253 Potential violation of Law of Demeter (method chain calls)
10945 src/com/gps/dao/VehicleProcessDAO.java 253 Potential violation of Law of Demeter (object not created locally)
10946 src/com/gps/dao/VehicleProcessDAO.java 257 Potential violation of Law of Demeter (object not created locally)
10947 src/com/gps/dao/VehicleProcessDAO.java 259 There is log block not surrounded by if
10948 src/com/gps/dao/VehicleProcessDAO.java 259 There is log block not surrounded by if
10949 src/com/gps/dao/VehicleProcessDAO.java 260 Found 'DD'-anomaly for variable 'vehicles' (lines '260'-'283').
10950 src/com/gps/dao/VehicleProcessDAO.java 260 Found 'DD'-anomaly for variable 'vehicles' (lines '260'-'289').
10951 src/com/gps/dao/VehicleProcessDAO.java 260 Potential violation of Law of Demeter (object not created locally)
10952 src/com/gps/dao/VehicleProcessDAO.java 266 There is log block not surrounded by if
10953 src/com/gps/dao/VehicleProcessDAO.java 266 There is log block not surrounded by if
10954 src/com/gps/dao/VehicleProcessDAO.java 268 Potential violation of Law of Demeter (object not created locally)
10955 src/com/gps/dao/VehicleProcessDAO.java 268 There is log block not surrounded by if
10956 src/com/gps/dao/VehicleProcessDAO.java 268 There is log block not surrounded by if
10957 src/com/gps/dao/VehicleProcessDAO.java 269 Found 'DD'-anomaly for variable 'finalquery' (lines '269'-'275').
10958 src/com/gps/dao/VehicleProcessDAO.java 269 Potential violation of Law of Demeter (object not created locally)
10959 src/com/gps/dao/VehicleProcessDAO.java 270 Potential violation of Law of Demeter (object not created locally)
10960 src/com/gps/dao/VehicleProcessDAO.java 272 There is log block not surrounded by if
10961 src/com/gps/dao/VehicleProcessDAO.java 272 There is log block not surrounded by if
10962 src/com/gps/dao/VehicleProcessDAO.java 273 Potential violation of Law of Demeter (object not created locally)
10963 src/com/gps/dao/VehicleProcessDAO.java 274 Local variable 'previous' could be declared final
10964 src/com/gps/dao/VehicleProcessDAO.java 275 Potential violation of Law of Demeter (object not created locally)
10965 src/com/gps/dao/VehicleProcessDAO.java 276 There is log block not surrounded by if
10966 src/com/gps/dao/VehicleProcessDAO.java 276 There is log block not surrounded by if
10967 src/com/gps/dao/VehicleProcessDAO.java 282 Potential violation of Law of Demeter (object not created locally)
10968 src/com/gps/dao/VehicleProcessDAO.java 283 Potential violation of Law of Demeter (method chain calls)
10969 src/com/gps/dao/VehicleProcessDAO.java 283 Potential violation of Law of Demeter (object not created locally)
10970 src/com/gps/dao/VehicleProcessDAO.java 287 Potential violation of Law of Demeter (object not created locally)
10971 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10972 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10973 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10974 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10975 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10976 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10977 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (method chain calls)
10978 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (object not created locally)
10979 src/com/gps/dao/VehicleProcessDAO.java 289 Potential violation of Law of Demeter (object not created locally)
10980 src/com/gps/dao/VehicleProcessDAO.java 296 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10981 src/com/gps/dao/VehicleProcessDAO.java 299 Avoid printStackTrace(); use a logger call instead.
10982 src/com/gps/dao/VehicleProcessDAO.java 299 Potential violation of Law of Demeter (object not created locally)
10983 src/com/gps/dao/VehicleProcessDAO.java 305 There is log block not surrounded by if
10984 src/com/gps/dao/VehicleProcessDAO.java 305 There is log block not surrounded by if
10985 src/com/gps/dao/VehicleProcessDAO.java 312 Parameter 'first' is not assigned and could be declared final
10986 src/com/gps/dao/VehicleProcessDAO.java 312 Parameter 'last' is not assigned and could be declared final
10987 src/com/gps/dao/VehicleProcessDAO.java 312 publicMethodCommentRequirement Required
10988 src/com/gps/dao/VehicleProcessDAO.java 314 There is log block not surrounded by if
10989 src/com/gps/dao/VehicleProcessDAO.java 314 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
10990 src/com/gps/dao/VehicleProcessDAO.java 317 Local variable 'queryString' could be declared final
10991 src/com/gps/dao/VehicleProcessDAO.java 318 Local variable 'queryObject' could be declared final
10992 src/com/gps/dao/VehicleProcessDAO.java 318 Potential violation of Law of Demeter (method chain calls)
10993 src/com/gps/dao/VehicleProcessDAO.java 321 Potential violation of Law of Demeter (method chain calls)
10994 src/com/gps/dao/VehicleProcessDAO.java 321 Potential violation of Law of Demeter (object not created locally)
10995 src/com/gps/dao/VehicleProcessDAO.java 322 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
10996 src/com/gps/dao/VehicleProcessDAO.java 323 There is log block not surrounded by if
10997 src/com/gps/dao/VehicleProcessDAO.java 334 A method/constructor shouldnt explicitly throw java.lang.Exception
10998 src/com/gps/dao/VehicleProcessDAO.java 334 Method names should not start with capital letters
10999 src/com/gps/dao/VehicleProcessDAO.java 334 Parameter 'organizations' is not assigned and could be declared final
11000 src/com/gps/dao/VehicleProcessDAO.java 334 publicMethodCommentRequirement Required
11001 src/com/gps/dao/VehicleProcessDAO.java 336 Found 'DD'-anomaly for variable 'sess' (lines '336'-'347').
11002 src/com/gps/dao/VehicleProcessDAO.java 341 Found 'DD'-anomaly for variable 'vehicles' (lines '341'-'352').
11003 src/com/gps/dao/VehicleProcessDAO.java 342 There is log block not surrounded by if
11004 src/com/gps/dao/VehicleProcessDAO.java 342 There is log block not surrounded by if
11005 src/com/gps/dao/VehicleProcessDAO.java 343 Local variable 'baseQuery' could be declared final
11006 src/com/gps/dao/VehicleProcessDAO.java 344 Avoid variables with short names like sb
11007 src/com/gps/dao/VehicleProcessDAO.java 344 Local variable 'sb' could be declared final
11008 src/com/gps/dao/VehicleProcessDAO.java 345 Potential violation of Law of Demeter (object not created locally)
11009 src/com/gps/dao/VehicleProcessDAO.java 346 Local variable 'vdao' could be declared final
11010 src/com/gps/dao/VehicleProcessDAO.java 347 Potential violation of Law of Demeter (object not created locally)
11011 src/com/gps/dao/VehicleProcessDAO.java 348 Potential violation of Law of Demeter (object not created locally)
11012 src/com/gps/dao/VehicleProcessDAO.java 349 Found 'DD'-anomaly for variable 'finalquery' (lines '349'-'351').
11013 src/com/gps/dao/VehicleProcessDAO.java 351 Potential violation of Law of Demeter (object not created locally)
11014 src/com/gps/dao/VehicleProcessDAO.java 352 Potential violation of Law of Demeter (method chain calls)
11015 src/com/gps/dao/VehicleProcessDAO.java 352 Potential violation of Law of Demeter (object not created locally)
11016 src/com/gps/dao/VehicleProcessDAO.java 354 Potential violation of Law of Demeter (object not created locally)
11017 src/com/gps/dao/VehicleProcessDAO.java 358 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11018 src/com/gps/dao/VehicleProcessDAO.java 361 Avoid printStackTrace(); use a logger call instead.
11019 src/com/gps/dao/VehicleProcessDAO.java 361 Potential violation of Law of Demeter (object not created locally)
11020 src/com/gps/dao/VehicleProcessDAO.java 369 Parameter 'vehicleId' is not assigned and could be declared final
11021 src/com/gps/dao/VehicleProcessDAO.java 369 Parameter 'vehicleid' is not assigned and could be declared final
11022 src/com/gps/dao/VehicleProcessDAO.java 369 The method 'updateVehicleStatus' has a Cyclomatic Complexity of 11.
11023 src/com/gps/dao/VehicleProcessDAO.java 369 publicMethodCommentRequirement Required
11024 src/com/gps/dao/VehicleProcessDAO.java 372 There is log block not surrounded by if
11025 src/com/gps/dao/VehicleProcessDAO.java 372 There is log block not surrounded by if
11026 src/com/gps/dao/VehicleProcessDAO.java 373 There is log block not surrounded by if
11027 src/com/gps/dao/VehicleProcessDAO.java 373 There is log block not surrounded by if
11028 src/com/gps/dao/VehicleProcessDAO.java 374 There is log block not surrounded by if
11029 src/com/gps/dao/VehicleProcessDAO.java 374 There is log block not surrounded by if
11030 src/com/gps/dao/VehicleProcessDAO.java 378 Local variable 'vpDao' could be declared final
11031 src/com/gps/dao/VehicleProcessDAO.java 379 Potential violation of Law of Demeter (object not created locally)
11032 src/com/gps/dao/VehicleProcessDAO.java 382 Avoid if (x != y) ..; else ..;
11033 src/com/gps/dao/VehicleProcessDAO.java 384 There is log block not surrounded by if
11034 src/com/gps/dao/VehicleProcessDAO.java 384 There is log block not surrounded by if
11035 src/com/gps/dao/VehicleProcessDAO.java 385 Potential violation of Law of Demeter (object not created locally)
11036 src/com/gps/dao/VehicleProcessDAO.java 386 The String literal "In Use" appears 5 times in this file; the first occurrence is on line 386
11037 src/com/gps/dao/VehicleProcessDAO.java 389 Local variable 'trips' could be declared final
11038 src/com/gps/dao/VehicleProcessDAO.java 390 Avoid variables with short names like s
11039 src/com/gps/dao/VehicleProcessDAO.java 390 Local variable 's' could be declared final
11040 src/com/gps/dao/VehicleProcessDAO.java 390 Potential violation of Law of Demeter (object not created locally)
11041 src/com/gps/dao/VehicleProcessDAO.java 391 Avoid using Literals in Conditional Statements
11042 src/com/gps/dao/VehicleProcessDAO.java 393 Local variable 'vehicle1' could be declared final
11043 src/com/gps/dao/VehicleProcessDAO.java 393 Potential violation of Law of Demeter (object not created locally)
11044 src/com/gps/dao/VehicleProcessDAO.java 394 Potential violation of Law of Demeter (object not created locally)
11045 src/com/gps/dao/VehicleProcessDAO.java 399 Found 'DD'-anomaly for variable 'vehicle1' (lines '399'-'400').
11046 src/com/gps/dao/VehicleProcessDAO.java 399 Potential violation of Law of Demeter (object not created locally)
11047 src/com/gps/dao/VehicleProcessDAO.java 400 Potential violation of Law of Demeter (object not created locally)
11048 src/com/gps/dao/VehicleProcessDAO.java 401 Potential violation of Law of Demeter (object not created locally)
11049 src/com/gps/dao/VehicleProcessDAO.java 408 Use equals() to compare object references.
11050 src/com/gps/dao/VehicleProcessDAO.java 411 There is log block not surrounded by if
11051 src/com/gps/dao/VehicleProcessDAO.java 411 There is log block not surrounded by if
11052 src/com/gps/dao/VehicleProcessDAO.java 412 There is log block not surrounded by if
11053 src/com/gps/dao/VehicleProcessDAO.java 412 There is log block not surrounded by if
11054 src/com/gps/dao/VehicleProcessDAO.java 413 There is log block not surrounded by if
11055 src/com/gps/dao/VehicleProcessDAO.java 413 There is log block not surrounded by if
11056 src/com/gps/dao/VehicleProcessDAO.java 414 Potential violation of Law of Demeter (object not created locally)
11057 src/com/gps/dao/VehicleProcessDAO.java 422 There is log block not surrounded by if
11058 src/com/gps/dao/VehicleProcessDAO.java 422 There is log block not surrounded by if
11059 src/com/gps/dao/VehicleProcessDAO.java 423 Potential violation of Law of Demeter (object not created locally)
11060 src/com/gps/dao/VehicleProcessDAO.java 432 There is log block not surrounded by if
11061 src/com/gps/dao/VehicleProcessDAO.java 432 There is log block not surrounded by if
11062 src/com/gps/dao/VehicleProcessDAO.java 435 Local variable 'trips' could be declared final
11063 src/com/gps/dao/VehicleProcessDAO.java 436 Avoid variables with short names like s
11064 src/com/gps/dao/VehicleProcessDAO.java 436 Local variable 's' could be declared final
11065 src/com/gps/dao/VehicleProcessDAO.java 436 Potential violation of Law of Demeter (object not created locally)
11066 src/com/gps/dao/VehicleProcessDAO.java 437 Avoid using Literals in Conditional Statements
11067 src/com/gps/dao/VehicleProcessDAO.java 439 Local variable 'vehicle1' could be declared final
11068 src/com/gps/dao/VehicleProcessDAO.java 439 Potential violation of Law of Demeter (object not created locally)
11069 src/com/gps/dao/VehicleProcessDAO.java 440 Potential violation of Law of Demeter (object not created locally)
11070 src/com/gps/dao/VehicleProcessDAO.java 445 Potential violation of Law of Demeter (object not created locally)
11071 src/com/gps/dao/VehicleProcessDAO.java 446 Potential violation of Law of Demeter (object not created locally)
11072 src/com/gps/dao/VehicleProcessDAO.java 447 Potential violation of Law of Demeter (object not created locally)
11073 src/com/gps/dao/VehicleProcessDAO.java 457 A method should have only one exit point, and that should be the last statement in the method
11074 src/com/gps/dao/VehicleProcessDAO.java 459 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11075 src/com/gps/dao/VehicleProcessDAO.java 461 Avoid printStackTrace(); use a logger call instead.
11076 src/com/gps/dao/VehicleProcessDAO.java 461 Potential violation of Law of Demeter (object not created locally)
11077 src/com/gps/dao/VehicleProcessDAO.java 471 A method/constructor shouldnt explicitly throw java.lang.Exception
11078 src/com/gps/dao/VehicleProcessDAO.java 471 Parameter 'vehicleId' is not assigned and could be declared final
11079 src/com/gps/dao/VehicleProcessDAO.java 471 publicMethodCommentRequirement Required
11080 src/com/gps/dao/VehicleProcessDAO.java 474 Local variable 'tdao' could be declared final
11081 src/com/gps/dao/VehicleProcessDAO.java 475 Found 'DD'-anomaly for variable 'trips' (lines '475'-'481').
11082 src/com/gps/dao/VehicleProcessDAO.java 478 Potential violation of Law of Demeter (object not created locally)
11083 src/com/gps/dao/VehicleProcessDAO.java 479 Local variable 'query' could be declared final
11084 src/com/gps/dao/VehicleProcessDAO.java 480 Potential violation of Law of Demeter (object not created locally)
11085 src/com/gps/dao/VehicleProcessDAO.java 481 Potential violation of Law of Demeter (object not created locally)
11086 src/com/gps/dao/VehicleProcessDAO.java 482 Potential violation of Law of Demeter (object not created locally)
11087 src/com/gps/dao/VehicleProcessDAO.java 482 There is log block not surrounded by if
11088 src/com/gps/dao/VehicleProcessDAO.java 482 There is log block not surrounded by if
11089 src/com/gps/dao/VehicleProcessDAO.java 486 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11090 src/com/gps/dao/VehicleProcessDAO.java 488 Avoid printStackTrace(); use a logger call instead.
11091 src/com/gps/dao/VehicleProcessDAO.java 488 Potential violation of Law of Demeter (object not created locally)
11092 src/com/gps/dao/VehicleProcessDAO.java 497 A method/constructor shouldnt explicitly throw java.lang.Exception
11093 src/com/gps/dao/VehicleProcessDAO.java 497 Method names should not start with capital letters
11094 src/com/gps/dao/VehicleProcessDAO.java 497 Parameter 'vehicle' is not assigned and could be declared final
11095 src/com/gps/dao/VehicleProcessDAO.java 497 publicMethodCommentRequirement Required
11096 src/com/gps/dao/VehicleProcessDAO.java 499 Local variable 'vdao' could be declared final
11097 src/com/gps/dao/VehicleProcessDAO.java 503 Potential violation of Law of Demeter (object not created locally)
11098 src/com/gps/dao/VehicleProcessDAO.java 518 There is log block not surrounded by if
11099 src/com/gps/dao/VehicleProcessDAO.java 518 There is log block not surrounded by if
11100 src/com/gps/dao/VehicleProcessDAO.java 519 Comment is too large: Line too long
11101 src/com/gps/dao/VehicleProcessDAO.java 520 There is log block not surrounded by if
11102 src/com/gps/dao/VehicleProcessDAO.java 521 Potential violation of Law of Demeter (method chain calls)
11103 src/com/gps/dao/VehicleProcessDAO.java 521 Potential violation of Law of Demeter (method chain calls)
11104 src/com/gps/dao/VehicleProcessDAO.java 521 Potential violation of Law of Demeter (object not created locally)
11105 src/com/gps/dao/VehicleProcessDAO.java 521 There is log block not surrounded by if
11106 src/com/gps/dao/VehicleProcessDAO.java 521 There is log block not surrounded by if
11107 src/com/gps/dao/VehicleProcessDAO.java 522 Potential violation of Law of Demeter (method chain calls)
11108 src/com/gps/dao/VehicleProcessDAO.java 522 Potential violation of Law of Demeter (method chain calls)
11109 src/com/gps/dao/VehicleProcessDAO.java 522 Potential violation of Law of Demeter (object not created locally)
11110 src/com/gps/dao/VehicleProcessDAO.java 523 Avoid using if...else statements without curly braces
11111 src/com/gps/dao/VehicleProcessDAO.java 523 New exception is thrown in catch block, original stack trace may be lost
11112 src/com/gps/dao/VehicleProcessDAO.java 525 Avoid using if...else statements without curly braces
11113 src/com/gps/dao/VehicleProcessDAO.java 525 New exception is thrown in catch block, original stack trace may be lost
11114 src/com/gps/dao/VehicleProcessDAO.java 529 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11115 src/com/gps/dao/VehicleProcessDAO.java 531 Avoid printStackTrace(); use a logger call instead.
11116 src/com/gps/dao/VehicleProcessDAO.java 531 Potential violation of Law of Demeter (object not created locally)
11117 src/com/gps/dao/VehicleProcessDAO.java 534 Avoid empty finally blocks
11118 src/com/gps/dao/VehicleProcessDAO.java 544 A method/constructor shouldnt explicitly throw java.lang.Exception
11119 src/com/gps/dao/VehicleProcessDAO.java 544 Method names should not start with capital letters
11120 src/com/gps/dao/VehicleProcessDAO.java 544 Parameter 'vehicle' is not assigned and could be declared final
11121 src/com/gps/dao/VehicleProcessDAO.java 544 publicMethodCommentRequirement Required
11122 src/com/gps/dao/VehicleProcessDAO.java 546 Found 'DD'-anomaly for variable 'sess' (lines '546'-'551').
11123 src/com/gps/dao/VehicleProcessDAO.java 547 Local variable 'vdao' could be declared final
11124 src/com/gps/dao/VehicleProcessDAO.java 550 There is log block not surrounded by if
11125 src/com/gps/dao/VehicleProcessDAO.java 550 There is log block not surrounded by if
11126 src/com/gps/dao/VehicleProcessDAO.java 551 Potential violation of Law of Demeter (object not created locally)
11127 src/com/gps/dao/VehicleProcessDAO.java 552 Potential violation of Law of Demeter (object not created locally)
11128 src/com/gps/dao/VehicleProcessDAO.java 553 Potential violation of Law of Demeter (object not created locally)
11129 src/com/gps/dao/VehicleProcessDAO.java 555 Potential violation of Law of Demeter (object not created locally)
11130 src/com/gps/dao/VehicleProcessDAO.java 560 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11131 src/com/gps/dao/VehicleProcessDAO.java 562 Avoid printStackTrace(); use a logger call instead.
11132 src/com/gps/dao/VehicleProcessDAO.java 562 Potential violation of Law of Demeter (object not created locally)
11133 src/com/gps/dao/VehicleProcessDAO.java 568 Potential violation of Law of Demeter (object not created locally)
11134 src/com/gps/dao/VehicleProcessDAO.java 575 A method/constructor shouldnt explicitly throw java.lang.Exception
11135 src/com/gps/dao/VehicleProcessDAO.java 575 Parameter 'vehicleId' is not assigned and could be declared final
11136 src/com/gps/dao/VehicleProcessDAO.java 575 publicMethodCommentRequirement Required
11137 src/com/gps/dao/VehicleProcessDAO.java 577 Found 'DD'-anomaly for variable 'sess' (lines '577'-'581').
11138 src/com/gps/dao/VehicleProcessDAO.java 578 Local variable 'vdao' could be declared final
11139 src/com/gps/dao/VehicleProcessDAO.java 581 Potential violation of Law of Demeter (object not created locally)
11140 src/com/gps/dao/VehicleProcessDAO.java 582 Potential violation of Law of Demeter (object not created locally)
11141 src/com/gps/dao/VehicleProcessDAO.java 583 Local variable 'vpdao' could be declared final
11142 src/com/gps/dao/VehicleProcessDAO.java 584 Local variable 'trips' could be declared final
11143 src/com/gps/dao/VehicleProcessDAO.java 585 Avoid variables with short names like s
11144 src/com/gps/dao/VehicleProcessDAO.java 585 Local variable 's' could be declared final
11145 src/com/gps/dao/VehicleProcessDAO.java 585 Potential violation of Law of Demeter (object not created locally)
11146 src/com/gps/dao/VehicleProcessDAO.java 587 Avoid using Literals in Conditional Statements
11147 src/com/gps/dao/VehicleProcessDAO.java 589 Local variable 'vehicle1' could be declared final
11148 src/com/gps/dao/VehicleProcessDAO.java 590 Potential violation of Law of Demeter (object not created locally)
11149 src/com/gps/dao/VehicleProcessDAO.java 591 Potential violation of Law of Demeter (object not created locally)
11150 src/com/gps/dao/VehicleProcessDAO.java 595 There is log block not surrounded by if
11151 src/com/gps/dao/VehicleProcessDAO.java 595 There is log block not surrounded by if
11152 src/com/gps/dao/VehicleProcessDAO.java 599 Potential violation of Law of Demeter (object not created locally)
11153 src/com/gps/dao/VehicleProcessDAO.java 600 Potential violation of Law of Demeter (object not created locally)
11154 src/com/gps/dao/VehicleProcessDAO.java 602 A method should have only one exit point, and that should be the last statement in the method
11155 src/com/gps/dao/VehicleProcessDAO.java 604 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11156 src/com/gps/dao/VehicleProcessDAO.java 606 Avoid printStackTrace(); use a logger call instead.
11157 src/com/gps/dao/VehicleProcessDAO.java 606 Potential violation of Law of Demeter (object not created locally)
11158 src/com/gps/dao/VehicleProcessDAO.java 614 publicMethodCommentRequirement Required
11159 src/com/gps/dao/VehicleProcessDAO.java 616 Found 'DD'-anomaly for variable 'sess' (lines '616'-'622').
11160 src/com/gps/dao/VehicleProcessDAO.java 617 Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '617'-'625').
11161 src/com/gps/dao/VehicleProcessDAO.java 620 There is log block not surrounded by if
11162 src/com/gps/dao/VehicleProcessDAO.java 620 There is log block not surrounded by if
11163 src/com/gps/dao/VehicleProcessDAO.java 621 Local variable 'vgdao' could be declared final
11164 src/com/gps/dao/VehicleProcessDAO.java 622 Potential violation of Law of Demeter (object not created locally)
11165 src/com/gps/dao/VehicleProcessDAO.java 625 Potential violation of Law of Demeter (method chain calls)
11166 src/com/gps/dao/VehicleProcessDAO.java 625 Potential violation of Law of Demeter (object not created locally)
11167 src/com/gps/dao/VehicleProcessDAO.java 628 Potential violation of Law of Demeter (object not created locally)
11168 src/com/gps/dao/VehicleProcessDAO.java 628 There is log block not surrounded by if
11169 src/com/gps/dao/VehicleProcessDAO.java 628 There is log block not surrounded by if
11170 src/com/gps/dao/VehicleProcessDAO.java 631 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11171 src/com/gps/dao/VehicleProcessDAO.java 633 There is log block not surrounded by if
11172 src/com/gps/dao/VehicleProcessDAO.java 634 Avoid printStackTrace(); use a logger call instead.
11173 src/com/gps/dao/VehicleProcessDAO.java 634 Potential violation of Law of Demeter (object not created locally)
11174 src/com/gps/dao/VehicleProcessDAO.java 639 A method/constructor shouldnt explicitly throw java.lang.Exception
11175 src/com/gps/dao/VehicleProcessDAO.java 639 Found 'UR'-anomaly for variable 'trip' (lines '639'-'650').
11176 src/com/gps/dao/VehicleProcessDAO.java 639 Parameter 'user' is not assigned and could be declared final
11177 src/com/gps/dao/VehicleProcessDAO.java 639 publicMethodCommentRequirement Required
11178 src/com/gps/dao/VehicleProcessDAO.java 641 There is log block not surrounded by if
11179 src/com/gps/dao/VehicleProcessDAO.java 641 There is log block not surrounded by if
11180 src/com/gps/dao/VehicleProcessDAO.java 642 There is log block not surrounded by if
11181 src/com/gps/dao/VehicleProcessDAO.java 642 There is log block not surrounded by if
11182 src/com/gps/dao/VehicleProcessDAO.java 643 Local variable 'vehicles' could be declared final
11183 src/com/gps/dao/VehicleProcessDAO.java 644 Found 'DD'-anomaly for variable 'trips' (lines '644'-'647').
11184 src/com/gps/dao/VehicleProcessDAO.java 647 Potential violation of Law of Demeter (method chain calls)
11185 src/com/gps/dao/VehicleProcessDAO.java 647 Potential violation of Law of Demeter (method chain calls)
11186 src/com/gps/dao/VehicleProcessDAO.java 648 Local variable 'trip' could be declared final
11187 src/com/gps/dao/VehicleProcessDAO.java 650 Potential violation of Law of Demeter (method chain calls)
11188 src/com/gps/dao/VehicleProcessDAO.java 651 Avoid empty if statements
11189 src/com/gps/dao/VehicleProcessDAO.java 656 Potential violation of Law of Demeter (method chain calls)
11190 src/com/gps/dao/VehicleProcessDAO.java 656 Potential violation of Law of Demeter (method chain calls)
11191 src/com/gps/dao/VehicleProcessDAO.java 656 Potential violation of Law of Demeter (object not created locally)
11192 src/com/gps/dao/VehicleProcessDAO.java 659 Potential violation of Law of Demeter (object not created locally)
11193 src/com/gps/dao/VehicleProcessDAO.java 659 Potential violation of Law of Demeter (object not created locally)
11194 src/com/gps/dao/VehicleProcessDAO.java 659 There is log block not surrounded by if
11195 src/com/gps/dao/VehicleProcessDAO.java 659 There is log block not surrounded by if
11196 src/com/gps/dao/VehicleProcessDAO.java 663 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11197 src/com/gps/dao/VehicleProcessDAO.java 665 Potential violation of Law of Demeter (object not created locally)
11198 src/com/gps/dao/VehicleProcessDAO.java 665 There is log block not surrounded by if
11199 src/com/gps/dao/VehicleProcessDAO.java 671 Parameter 'vehicleid' is not assigned and could be declared final
11200 src/com/gps/dao/VehicleProcessDAO.java 671 publicMethodCommentRequirement Required
11201 src/com/gps/dao/VehicleProcessDAO.java 674 Found 'DD'-anomaly for variable 'vehicle' (lines '674'-'679').
11202 src/com/gps/dao/VehicleProcessDAO.java 678 Potential violation of Law of Demeter (method chain calls)
11203 src/com/gps/dao/VehicleProcessDAO.java 678 Potential violation of Law of Demeter (method chain calls)
11204 src/com/gps/dao/VehicleProcessDAO.java 679 Potential violation of Law of Demeter (object not created locally)
11205 src/com/gps/dao/VehicleProcessDAO.java 681 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11206 src/com/gps/dao/VehicleProcessDAO.java 683 Avoid printStackTrace(); use a logger call instead.
11207 src/com/gps/dao/VehicleProcessDAO.java 683 Potential violation of Law of Demeter (object not created locally)
11208 src/com/gps/dao/VehicleProcessDAO.java 689 Parameter 'vehicleId' is not assigned and could be declared final
11209 src/com/gps/dao/VehicleProcessDAO.java 690 Found 'DD'-anomaly for variable 'mobileNo' (lines '690'-'692').
11210 src/com/gps/dao/VehicleProcessDAO.java 692 Potential violation of Law of Demeter (method chain calls)
11211 src/com/gps/dao/VehicleProcessDAO.java 692 Potential violation of Law of Demeter (method chain calls)
11212 src/com/gps/dao/VehicleProcessDAO.java 693 There is log block not surrounded by if
11213 src/com/gps/dao/VehicleProcessDAO.java 693 There is log block not surrounded by if
11214 src/com/gps/dao/VehicleProcessDAO.java 694 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11215 src/com/gps/dao/VehicleProcessDAO.java 696 Avoid printStackTrace(); use a logger call instead.
11216 src/com/gps/dao/VehicleProcessDAO.java 696 Potential violation of Law of Demeter (object not created locally)
11217 src/com/gps/dao/VehicleProcessDAO.java 702 Parameter 'organizationId' is not assigned and could be declared final
11218 src/com/gps/dao/VehicleProcessDAO.java 703 Found 'DD'-anomaly for variable 'mobileNo' (lines '703'-'705').
11219 src/com/gps/dao/VehicleProcessDAO.java 705 Potential violation of Law of Demeter (method chain calls)
11220 src/com/gps/dao/VehicleProcessDAO.java 705 Potential violation of Law of Demeter (method chain calls)
11221 src/com/gps/dao/VehicleProcessDAO.java 706 There is log block not surrounded by if
11222 src/com/gps/dao/VehicleProcessDAO.java 706 There is log block not surrounded by if
11223 src/com/gps/dao/VehicleProcessDAO.java 707 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11224 src/com/gps/dao/VehicleProcessDAO.java 709 Avoid printStackTrace(); use a logger call instead.
11225 src/com/gps/dao/VehicleProcessDAO.java 709 Potential violation of Law of Demeter (object not created locally)
11226 src/com/gps/dao/VehicleProcessDAO.java 715 A method/constructor shouldnt explicitly throw java.lang.Exception
11227 src/com/gps/dao/VehicleProcessDAO.java 715 Parameter 'args' is not assigned and could be declared final
11228 src/com/gps/dao/VehicleProcessDAO.java 715 publicMethodCommentRequirement Required
11229 src/com/gps/dao/VehicleProcessDAO.java 718 Avoid unused local variables such as 'dao'.
11230 src/com/gps/dao/VehicleProcessDAO.java 718 Found 'DU'-anomaly for variable 'dao' (lines '718'-'725').
11231 src/com/gps/dao/VehicleProcessDAO.java 718 Local variable 'dao' could be declared final
11232 src/com/gps/dao/VehicleProcessDAO.java 722 Local variable 'vehDao' could be declared final
11233 src/com/gps/dao/VehicleProcessDAO.java 728 Parameter 'organizationId' is not assigned and could be declared final
11234 src/com/gps/dao/VehicleProcessDAO.java 728 publicMethodCommentRequirement Required
11235 src/com/gps/dao/VehicleProcessDAO.java 730 Found 'DD'-anomaly for variable 'sess' (lines '730'-'735').
11236 src/com/gps/dao/VehicleProcessDAO.java 731 Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '731'-'737').
11237 src/com/gps/dao/VehicleProcessDAO.java 733 There is log block not surrounded by if
11238 src/com/gps/dao/VehicleProcessDAO.java 733 There is log block not surrounded by if
11239 src/com/gps/dao/VehicleProcessDAO.java 734 Local variable 'vgdao' could be declared final
11240 src/com/gps/dao/VehicleProcessDAO.java 735 Potential violation of Law of Demeter (object not created locally)
11241 src/com/gps/dao/VehicleProcessDAO.java 737 Potential violation of Law of Demeter (method chain calls)
11242 src/com/gps/dao/VehicleProcessDAO.java 737 Potential violation of Law of Demeter (method chain calls)
11243 src/com/gps/dao/VehicleProcessDAO.java 737 Potential violation of Law of Demeter (object not created locally)
11244 src/com/gps/dao/VehicleProcessDAO.java 739 Local variable 'iterator' could be declared final
11245 src/com/gps/dao/VehicleProcessDAO.java 739 Potential violation of Law of Demeter (object not created locally)
11246 src/com/gps/dao/VehicleProcessDAO.java 741 Local variable 'vehicleGroup' could be declared final
11247 src/com/gps/dao/VehicleProcessDAO.java 742 Potential violation of Law of Demeter (object not created locally)
11248 src/com/gps/dao/VehicleProcessDAO.java 742 There is log block not surrounded by if
11249 src/com/gps/dao/VehicleProcessDAO.java 742 There is log block not surrounded by if
11250 src/com/gps/dao/VehicleProcessDAO.java 745 Potential violation of Law of Demeter (object not created locally)
11251 src/com/gps/dao/VehicleProcessDAO.java 745 There is log block not surrounded by if
11252 src/com/gps/dao/VehicleProcessDAO.java 745 There is log block not surrounded by if
11253 src/com/gps/dao/VehicleProcessDAO.java 747 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11254 src/com/gps/dao/VehicleProcessDAO.java 749 There is log block not surrounded by if
11255 src/com/gps/dao/VehicleProcessDAO.java 750 Avoid printStackTrace(); use a logger call instead.
11256 src/com/gps/dao/VehicleProcessDAO.java 750 Potential violation of Law of Demeter (object not created locally)
11257 src/com/gps/dao/VehicleProcessDAO.java 756 Parameter 'user' is not assigned and could be declared final
11258 src/com/gps/dao/VehicleProcessDAO.java 756 publicMethodCommentRequirement Required
11259 src/com/gps/dao/VehicleProcessDAO.java 758 Found 'DD'-anomaly for variable 'sess' (lines '758'-'763').
11260 src/com/gps/dao/VehicleProcessDAO.java 759 Found 'DD'-anomaly for variable 'vehicleGroupList' (lines '759'-'765').
11261 src/com/gps/dao/VehicleProcessDAO.java 761 There is log block not surrounded by if
11262 src/com/gps/dao/VehicleProcessDAO.java 761 There is log block not surrounded by if
11263 src/com/gps/dao/VehicleProcessDAO.java 762 Local variable 'vgdao' could be declared final
11264 src/com/gps/dao/VehicleProcessDAO.java 763 Potential violation of Law of Demeter (object not created locally)
11265 src/com/gps/dao/VehicleProcessDAO.java 765 Potential violation of Law of Demeter (method chain calls)
11266 src/com/gps/dao/VehicleProcessDAO.java 765 Potential violation of Law of Demeter (object not created locally)
11267 src/com/gps/dao/VehicleProcessDAO.java 767 Potential violation of Law of Demeter (object not created locally)
11268 src/com/gps/dao/VehicleProcessDAO.java 767 There is log block not surrounded by if
11269 src/com/gps/dao/VehicleProcessDAO.java 767 There is log block not surrounded by if
11270 src/com/gps/dao/VehicleProcessDAO.java 769 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11271 src/com/gps/dao/VehicleProcessDAO.java 771 There is log block not surrounded by if
11272 src/com/gps/dao/VehicleProcessDAO.java 772 Avoid printStackTrace(); use a logger call instead.
11273 src/com/gps/dao/VehicleProcessDAO.java 772 Potential violation of Law of Demeter (object not created locally)
11274 src/com/gps/dao/VehicleProcessDAO.java 776 Parameter 'organizations' is not assigned and could be declared final
11275 src/com/gps/dao/VehicleProcessDAO.java 776 publicMethodCommentRequirement Required
11276 src/com/gps/dao/VehicleProcessDAO.java 777 Parameter 'group' is not assigned and could be declared final
11277 src/com/gps/dao/VehicleProcessDAO.java 778 There is log block not surrounded by if
11278 src/com/gps/dao/VehicleProcessDAO.java 778 There is log block not surrounded by if
11279 src/com/gps/dao/VehicleProcessDAO.java 779 Avoid using if statements without curly braces
11280 src/com/gps/dao/VehicleProcessDAO.java 779 Position literals first in String comparisons
11281 src/com/gps/dao/VehicleProcessDAO.java 781 A method should have only one exit point, and that should be the last statement in the method
11282 src/com/gps/dao/VehicleProcessDAO.java 782 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11283 src/com/gps/dao/VehicleProcessDAO.java 784 Avoid printStackTrace(); use a logger call instead.
11284 src/com/gps/dao/VehicleProcessDAO.java 784 Potential violation of Law of Demeter (object not created locally)
11285 src/com/gps/dao/VehicleProcessDAO.java 787 There is log block not surrounded by if
11286 src/com/gps/dao/VehicleProcessDAO.java 787 There is log block not surrounded by if
11287 src/com/gps/dao/VehicleProcessDAO.java 788 Local variable 'vdao' could be declared final
11288 src/com/gps/dao/VehicleProcessDAO.java 789 Found 'DD'-anomaly for variable 'vehicles' (lines '789'-'796').
11289 src/com/gps/dao/VehicleProcessDAO.java 792 Potential violation of Law of Demeter (object not created locally)
11290 src/com/gps/dao/VehicleProcessDAO.java 795 Comment is too large: Line too long
11291 src/com/gps/dao/VehicleProcessDAO.java 796 Potential violation of Law of Demeter (method chain calls)
11292 src/com/gps/dao/VehicleProcessDAO.java 798 A method should have only one exit point, and that should be the last statement in the method
11293 src/com/gps/dao/VehicleProcessDAO.java 800 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11294 src/com/gps/dao/VehicleProcessDAO.java 802 There is log block not surrounded by if
11295 src/com/gps/dao/VehicleProcessDAO.java 806 Found 'UR'-anomaly for variable 'trip' (lines '806'-'826').
11296 src/com/gps/dao/VehicleProcessDAO.java 806 Parameter 'user' is not assigned and could be declared final
11297 src/com/gps/dao/VehicleProcessDAO.java 806 publicMethodCommentRequirement Required
11298 src/com/gps/dao/VehicleProcessDAO.java 807 Parameter 'group' is not assigned and could be declared final
11299 src/com/gps/dao/VehicleProcessDAO.java 808 There is log block not surrounded by if
11300 src/com/gps/dao/VehicleProcessDAO.java 808 There is log block not surrounded by if
11301 src/com/gps/dao/VehicleProcessDAO.java 810 Avoid using if statements without curly braces
11302 src/com/gps/dao/VehicleProcessDAO.java 810 Position literals first in String comparisons
11303 src/com/gps/dao/VehicleProcessDAO.java 812 A method should have only one exit point, and that should be the last statement in the method
11304 src/com/gps/dao/VehicleProcessDAO.java 813 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11305 src/com/gps/dao/VehicleProcessDAO.java 815 Avoid printStackTrace(); use a logger call instead.
11306 src/com/gps/dao/VehicleProcessDAO.java 815 Potential violation of Law of Demeter (object not created locally)
11307 src/com/gps/dao/VehicleProcessDAO.java 818 There is log block not surrounded by if
11308 src/com/gps/dao/VehicleProcessDAO.java 818 There is log block not surrounded by if
11309 src/com/gps/dao/VehicleProcessDAO.java 819 Local variable 'vehicles' could be declared final
11310 src/com/gps/dao/VehicleProcessDAO.java 820 Found 'DD'-anomaly for variable 'trips' (lines '820'-'823').
11311 src/com/gps/dao/VehicleProcessDAO.java 823 Potential violation of Law of Demeter (method chain calls)
11312 src/com/gps/dao/VehicleProcessDAO.java 823 Potential violation of Law of Demeter (method chain calls)
11313 src/com/gps/dao/VehicleProcessDAO.java 824 Local variable 'trip' could be declared final
11314 src/com/gps/dao/VehicleProcessDAO.java 826 Potential violation of Law of Demeter (method chain calls)
11315 src/com/gps/dao/VehicleProcessDAO.java 827 Avoid empty if statements
11316 src/com/gps/dao/VehicleProcessDAO.java 832 Potential violation of Law of Demeter (method chain calls)
11317 src/com/gps/dao/VehicleProcessDAO.java 832 Potential violation of Law of Demeter (method chain calls)
11318 src/com/gps/dao/VehicleProcessDAO.java 832 Potential violation of Law of Demeter (object not created locally)
11319 src/com/gps/dao/VehicleProcessDAO.java 835 Potential violation of Law of Demeter (object not created locally)
11320 src/com/gps/dao/VehicleProcessDAO.java 835 Potential violation of Law of Demeter (object not created locally)
11321 src/com/gps/dao/VehicleProcessDAO.java 835 There is log block not surrounded by if
11322 src/com/gps/dao/VehicleProcessDAO.java 835 There is log block not surrounded by if
11323 src/com/gps/dao/VehicleProcessDAO.java 837 A method should have only one exit point, and that should be the last statement in the method
11324 src/com/gps/dao/VehicleProcessDAO.java 839 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
11325 src/com/gps/dao/VehicleProcessDAO.java 841 Potential violation of Law of Demeter (object not created locally)
11326 src/com/gps/dao/VehicleProcessDAO.java 841 There is log block not surrounded by if
11327 src/com/gps/dto/DeviceTripDTO.java 5 headerCommentRequirement Required
11328 src/com/gps/dto/DeviceTripDTO.java 7 fieldCommentRequirement Required
11329 src/com/gps/dto/DeviceTripDTO.java 8 fieldCommentRequirement Required
11330 src/com/gps/dto/DeviceTripDTO.java 9 fieldCommentRequirement Required
11331 src/com/gps/dto/DeviceTripDTO.java 10 fieldCommentRequirement Required
11332 src/com/gps/dto/DeviceTripDTO.java 11 fieldCommentRequirement Required
11333 src/com/gps/dto/DeviceTripDTO.java 14 Document empty constructor
11334 src/com/gps/dto/DeviceTripDTO.java 14 publicMethodCommentRequirement Required
11335 src/com/gps/dto/DeviceTripDTO.java 19 Parameter 'deviceId' is not assigned and could be declared final
11336 src/com/gps/dto/DeviceTripDTO.java 19 Parameter 'vehicleId' is not assigned and could be declared final
11337 src/com/gps/dto/DeviceTripDTO.java 19 publicMethodCommentRequirement Required
11338 src/com/gps/dto/DeviceTripDTO.java 20 Parameter 'organization' is not assigned and could be declared final
11339 src/com/gps/dto/DeviceTripDTO.java 20 Parameter 'vehicleName' is not assigned and could be declared final
11340 src/com/gps/dto/DeviceTripDTO.java 30 Parameter 'creationTime' is not assigned and could be declared final
11341 src/com/gps/dto/DeviceTripDTO.java 30 Parameter 'vehicleId' is not assigned and could be declared final
11342 src/com/gps/dto/DeviceTripDTO.java 30 publicMethodCommentRequirement Required
11343 src/com/gps/dto/DeviceTripDTO.java 46 Parameter 'creationTime' is not assigned and could be declared final
11344 src/com/gps/dto/DeviceTripDTO.java 59 Parameter 'vehicleId' is not assigned and could be declared final
11345 src/com/gps/dto/DeviceTripDTO.java 71 Parameter 'deviceId' is not assigned and could be declared final
11346 src/com/gps/dto/DeviceTripDTO.java 83 Parameter 'vehicleName' is not assigned and could be declared final
11347 src/com/gps/dto/DeviceTripDTO.java 95 Parameter 'organization' is not assigned and could be declared final
11348 src/com/gps/dto/DistParamsDTO.java 2 Avoid unused imports such as 'java.text.DecimalFormat'
11349 src/com/gps/dto/DistParamsDTO.java 8 headerCommentRequirement Required
11350 src/com/gps/dto/DistParamsDTO.java 10 Use explicit scoping instead of the default package private level
11351 src/com/gps/dto/DistParamsDTO.java 10 fieldCommentRequirement Required
11352 src/com/gps/dto/DistParamsDTO.java 11 Use explicit scoping instead of the default package private level
11353 src/com/gps/dto/DistParamsDTO.java 11 fieldCommentRequirement Required
11354 src/com/gps/dto/DistParamsDTO.java 12 Use explicit scoping instead of the default package private level
11355 src/com/gps/dto/DistParamsDTO.java 12 fieldCommentRequirement Required
11356 src/com/gps/dto/DistParamsDTO.java 13 Use explicit scoping instead of the default package private level
11357 src/com/gps/dto/DistParamsDTO.java 13 fieldCommentRequirement Required
11358 src/com/gps/dto/DistParamsDTO.java 14 Use explicit scoping instead of the default package private level
11359 src/com/gps/dto/DistParamsDTO.java 14 fieldCommentRequirement Required
11360 src/com/gps/dto/DistParamsDTO.java 15 Use explicit scoping instead of the default package private level
11361 src/com/gps/dto/DistParamsDTO.java 15 fieldCommentRequirement Required
11362 src/com/gps/dto/DistParamsDTO.java 16 Use explicit scoping instead of the default package private level
11363 src/com/gps/dto/DistParamsDTO.java 16 fieldCommentRequirement Required
11364 src/com/gps/dto/DistParamsDTO.java 17 Use explicit scoping instead of the default package private level
11365 src/com/gps/dto/DistParamsDTO.java 17 fieldCommentRequirement Required
11366 src/com/gps/dto/DistParamsDTO.java 20 Parameter 'creationTime' is not assigned and could be declared final
11367 src/com/gps/dto/DistParamsDTO.java 20 Parameter 'tripDetails' is not assigned and could be declared final
11368 src/com/gps/dto/DistParamsDTO.java 20 Parameter 'vehicleDetails' is not assigned and could be declared final
11369 src/com/gps/dto/DistParamsDTO.java 20 publicMethodCommentRequirement Required
11370 src/com/gps/dto/DistParamsDTO.java 21 Parameter 'distance' is not assigned and could be declared final
11371 src/com/gps/dto/DistParamsDTO.java 21 Parameter 'lattitude' is not assigned and could be declared final
11372 src/com/gps/dto/DistParamsDTO.java 21 Parameter 'longitude' is not assigned and could be declared final
11373 src/com/gps/dto/DistParamsDTO.java 21 Parameter 'speed' is not assigned and could be declared final
11374 src/com/gps/dto/DistParamsDTO.java 32 Parameter 'creationTime' is not assigned and could be declared final
11375 src/com/gps/dto/DistParamsDTO.java 32 Parameter 'tripDetails' is not assigned and could be declared final
11376 src/com/gps/dto/DistParamsDTO.java 32 Parameter 'vehicleDetails' is not assigned and could be declared final
11377 src/com/gps/dto/DistParamsDTO.java 32 publicMethodCommentRequirement Required
11378 src/com/gps/dto/DistParamsDTO.java 33 Parameter 'lattitude' is not assigned and could be declared final
11379 src/com/gps/dto/DistParamsDTO.java 33 Parameter 'longitude' is not assigned and could be declared final
11380 src/com/gps/dto/DistParamsDTO.java 33 Parameter 'speed' is not assigned and could be declared final
11381 src/com/gps/dto/DistParamsDTO.java 43 Parameter 'creationTime' is not assigned and could be declared final
11382 src/com/gps/dto/DistParamsDTO.java 43 Parameter 'tripDetails' is not assigned and could be declared final
11383 src/com/gps/dto/DistParamsDTO.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
11384 src/com/gps/dto/DistParamsDTO.java 43 publicMethodCommentRequirement Required
11385 src/com/gps/dto/DistParamsDTO.java 44 Parameter 'lattitude' is not assigned and could be declared final
11386 src/com/gps/dto/DistParamsDTO.java 44 Parameter 'longitude' is not assigned and could be declared final
11387 src/com/gps/dto/DistParamsDTO.java 53 Parameter 'creationTime' is not assigned and could be declared final
11388 src/com/gps/dto/DistParamsDTO.java 53 Parameter 'tripDetails' is not assigned and could be declared final
11389 src/com/gps/dto/DistParamsDTO.java 53 publicMethodCommentRequirement Required
11390 src/com/gps/dto/DistParamsDTO.java 54 Parameter 'lattitude' is not assigned and could be declared final
11391 src/com/gps/dto/DistParamsDTO.java 54 Parameter 'longitude' is not assigned and could be declared final
11392 src/com/gps/dto/DistParamsDTO.java 63 Parameter 'creationTime' is not assigned and could be declared final
11393 src/com/gps/dto/DistParamsDTO.java 63 Parameter 'tripDetails' is not assigned and could be declared final
11394 src/com/gps/dto/DistParamsDTO.java 63 Parameter 'vehicleDetails' is not assigned and could be declared final
11395 src/com/gps/dto/DistParamsDTO.java 63 publicMethodCommentRequirement Required
11396 src/com/gps/dto/DistParamsDTO.java 64 Parameter 'event' is not assigned and could be declared final
11397 src/com/gps/dto/DistParamsDTO.java 64 Parameter 'lattitude' is not assigned and could be declared final
11398 src/com/gps/dto/DistParamsDTO.java 64 Parameter 'longitude' is not assigned and could be declared final
11399 src/com/gps/dto/DistParamsDTO.java 64 Parameter 'speed' is not assigned and could be declared final
11400 src/com/gps/dto/DistParamsDTO.java 85 Parameter 'vehicleDetails' is not assigned and could be declared final
11401 src/com/gps/dto/DistParamsDTO.java 101 Parameter 'tripDetails' is not assigned and could be declared final
11402 src/com/gps/dto/DistParamsDTO.java 115 Parameter 'creationTime' is not assigned and could be declared final
11403 src/com/gps/dto/DistParamsDTO.java 127 Parameter 'lattitude' is not assigned and could be declared final
11404 src/com/gps/dto/DistParamsDTO.java 139 Parameter 'longitude' is not assigned and could be declared final
11405 src/com/gps/dto/DistParamsDTO.java 151 Parameter 'speed' is not assigned and could be declared final
11406 src/com/gps/dto/DistParamsDTO.java 163 Parameter 'event' is not assigned and could be declared final
11407 src/com/gps/dto/DistParamsDTO.java 176 Parameter 'distance' is not assigned and could be declared final
11408 src/com/gps/dto/FrequentTripDTO.java 3 headerCommentRequirement Required
11409 src/com/gps/dto/FrequentTripDTO.java 5 fieldCommentRequirement Required
11410 src/com/gps/dto/FrequentTripDTO.java 6 fieldCommentRequirement Required
11411 src/com/gps/dto/FrequentTripDTO.java 7 fieldCommentRequirement Required
11412 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'day' is not assigned and could be declared final
11413 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'time' is not assigned and could be declared final
11414 src/com/gps/dto/FrequentTripDTO.java 8 Parameter 'tripid' is not assigned and could be declared final
11415 src/com/gps/dto/FrequentTripDTO.java 8 publicMethodCommentRequirement Required
11416 src/com/gps/dto/FrequentTripDTO.java 14 publicMethodCommentRequirement Required
11417 src/com/gps/dto/FrequentTripDTO.java 17 Parameter 'tripid' is not assigned and could be declared final
11418 src/com/gps/dto/FrequentTripDTO.java 17 publicMethodCommentRequirement Required
11419 src/com/gps/dto/FrequentTripDTO.java 20 publicMethodCommentRequirement Required
11420 src/com/gps/dto/FrequentTripDTO.java 23 Parameter 'day' is not assigned and could be declared final
11421 src/com/gps/dto/FrequentTripDTO.java 23 publicMethodCommentRequirement Required
11422 src/com/gps/dto/FrequentTripDTO.java 26 publicMethodCommentRequirement Required
11423 src/com/gps/dto/FrequentTripDTO.java 29 Parameter 'time' is not assigned and could be declared final
11424 src/com/gps/dto/FrequentTripDTO.java 29 publicMethodCommentRequirement Required
11425 src/com/gps/dto/FuelDTO.java 5 headerCommentRequirement Required
11426 src/com/gps/dto/FuelDTO.java 7 fieldCommentRequirement Required
11427 src/com/gps/dto/FuelDTO.java 8 fieldCommentRequirement Required
11428 src/com/gps/dto/FuelDTO.java 9 fieldCommentRequirement Required
11429 src/com/gps/dto/FuelDTO.java 10 fieldCommentRequirement Required
11430 src/com/gps/dto/FuelDTO.java 11 fieldCommentRequirement Required
11431 src/com/gps/dto/FuelDTO.java 12 fieldCommentRequirement Required
11432 src/com/gps/dto/FuelDTO.java 13 fieldCommentRequirement Required
11433 src/com/gps/dto/FuelDTO.java 15 Document empty constructor
11434 src/com/gps/dto/FuelDTO.java 15 publicMethodCommentRequirement Required
11435 src/com/gps/dto/FuelDTO.java 23 Parameter 'creationTime' is not assigned and could be declared final
11436 src/com/gps/dto/FuelDTO.java 23 Parameter 'fuelContent' is not assigned and could be declared final
11437 src/com/gps/dto/FuelDTO.java 33 Parameter 'creationTime' is not assigned and could be declared final
11438 src/com/gps/dto/FuelDTO.java 33 Parameter 'fuelContent' is not assigned and could be declared final
11439 src/com/gps/dto/FuelDTO.java 33 Parameter 'speed' is not assigned and could be declared final
11440 src/com/gps/dto/FuelDTO.java 46 Parameter 'creationTime' is not assigned and could be declared final
11441 src/com/gps/dto/FuelDTO.java 46 Parameter 'fuelContent' is not assigned and could be declared final
11442 src/com/gps/dto/FuelDTO.java 46 Parameter 'lattitude' is not assigned and could be declared final
11443 src/com/gps/dto/FuelDTO.java 47 Parameter 'longitude' is not assigned and could be declared final
11444 src/com/gps/dto/FuelDTO.java 47 Parameter 'speed' is not assigned and could be declared final
11445 src/com/gps/dto/FuelDTO.java 62 Parameter 'creationTime' is not assigned and could be declared final
11446 src/com/gps/dto/FuelDTO.java 62 Parameter 'fuelContent' is not assigned and could be declared final
11447 src/com/gps/dto/FuelDTO.java 62 Parameter 'lattitude' is not assigned and could be declared final
11448 src/com/gps/dto/FuelDTO.java 63 Parameter 'eventCode' is not assigned and could be declared final
11449 src/com/gps/dto/FuelDTO.java 63 Parameter 'longitude' is not assigned and could be declared final
11450 src/com/gps/dto/FuelDTO.java 63 Parameter 'speed' is not assigned and could be declared final
11451 src/com/gps/dto/FuelDTO.java 63 Parameter 'tripParamId' is not assigned and could be declared final
11452 src/com/gps/dto/FuelDTO.java 82 Parameter 'fuelContent' is not assigned and could be declared final
11453 src/com/gps/dto/FuelDTO.java 94 Parameter 'creationTime' is not assigned and could be declared final
11454 src/com/gps/dto/FuelDTO.java 106 Parameter 'lattitude' is not assigned and could be declared final
11455 src/com/gps/dto/FuelDTO.java 118 Parameter 'longitude' is not assigned and could be declared final
11456 src/com/gps/dto/FuelDTO.java 130 Parameter 'eventCode' is not assigned and could be declared final
11457 src/com/gps/dto/FuelDTO.java 144 Parameter 'speed' is not assigned and could be declared final
11458 src/com/gps/dto/FuelDTO.java 158 Parameter 'tripParamId' is not assigned and could be declared final
11459 src/com/gps/dto/FuelFilter.java 5 headerCommentRequirement Required
11460 src/com/gps/dto/FuelFilter.java 7 Found non-transient, non-static member. Please mark as transient or provide accessors.
11461 src/com/gps/dto/FuelFilter.java 7 Use explicit scoping instead of the default package private level
11462 src/com/gps/dto/FuelFilter.java 7 fieldCommentRequirement Required
11463 src/com/gps/dto/FuelFilter.java 8 Found non-transient, non-static member. Please mark as transient or provide accessors.
11464 src/com/gps/dto/FuelFilter.java 8 Use explicit scoping instead of the default package private level
11465 src/com/gps/dto/FuelFilter.java 8 fieldCommentRequirement Required
11466 src/com/gps/dto/FuelFilter.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
11467 src/com/gps/dto/FuelFilter.java 9 Use explicit scoping instead of the default package private level
11468 src/com/gps/dto/FuelFilter.java 9 fieldCommentRequirement Required
11469 src/com/gps/dto/FuelFilter.java 10 fieldCommentRequirement Required
11470 src/com/gps/dto/FuelFilter.java 11 fieldCommentRequirement Required
11471 src/com/gps/dto/FuelFilter.java 13 publicMethodCommentRequirement Required
11472 src/com/gps/dto/FuelFilter.java 16 Parameter 'lattitude' is not assigned and could be declared final
11473 src/com/gps/dto/FuelFilter.java 16 publicMethodCommentRequirement Required
11474 src/com/gps/dto/FuelFilter.java 19 Parameter 'creationTime' is not assigned and could be declared final
11475 src/com/gps/dto/FuelFilter.java 19 Parameter 'lattitude' is not assigned and could be declared final
11476 src/com/gps/dto/FuelFilter.java 19 Parameter 'longitude' is not assigned and could be declared final
11477 src/com/gps/dto/FuelFilter.java 19 Parameter 'speed' is not assigned and could be declared final
11478 src/com/gps/dto/FuelFilter.java 19 Parameter 'volt' is not assigned and could be declared final
11479 src/com/gps/dto/FuelFilter.java 19 publicMethodCommentRequirement Required
11480 src/com/gps/dto/FuelFilter.java 28 publicMethodCommentRequirement Required
11481 src/com/gps/dto/FuelFilter.java 31 Parameter 'longitude' is not assigned and could be declared final
11482 src/com/gps/dto/FuelFilter.java 31 publicMethodCommentRequirement Required
11483 src/com/gps/dto/FuelFilter.java 34 Method names should not start with capital letters
11484 src/com/gps/dto/FuelFilter.java 34 Parameter 'CreationTime' is not assigned and could be declared final
11485 src/com/gps/dto/FuelFilter.java 34 Variables should start with a lowercase character, 'CreationTime' starts with uppercase character.
11486 src/com/gps/dto/FuelFilter.java 34 publicMethodCommentRequirement Required
11487 src/com/gps/dto/FuelFilter.java 37 Method names should not start with capital letters
11488 src/com/gps/dto/FuelFilter.java 37 publicMethodCommentRequirement Required
11489 src/com/gps/dto/FuelFilter.java 40 Method names should not start with capital letters
11490 src/com/gps/dto/FuelFilter.java 40 Parameter 'speed' is not assigned and could be declared final
11491 src/com/gps/dto/FuelFilter.java 40 publicMethodCommentRequirement Required
11492 src/com/gps/dto/FuelFilter.java 43 Method names should not start with capital letters
11493 src/com/gps/dto/FuelFilter.java 43 publicMethodCommentRequirement Required
11494 src/com/gps/dto/FuelFilter.java 46 Method names should not start with capital letters
11495 src/com/gps/dto/FuelFilter.java 46 Parameter 'volt' is not assigned and could be declared final
11496 src/com/gps/dto/FuelFilter.java 46 publicMethodCommentRequirement Required
11497 src/com/gps/dto/FuelFilter.java 49 Method names should not start with capital letters
11498 src/com/gps/dto/FuelFilter.java 49 publicMethodCommentRequirement Required
11499 src/com/gps/dto/Packet.java 6 headerCommentRequirement Required
11500 src/com/gps/dto/Packet.java 8 fieldCommentRequirement Required
11501 src/com/gps/dto/Packet.java 9 fieldCommentRequirement Required
11502 src/com/gps/dto/Packet.java 10 fieldCommentRequirement Required
11503 src/com/gps/dto/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
11504 src/com/gps/dto/Packet.java 12 Parameter 'end' is not assigned and could be declared final
11505 src/com/gps/dto/Packet.java 12 Parameter 'start' is not assigned and could be declared final
11506 src/com/gps/dto/Packet.java 12 publicMethodCommentRequirement Required
11507 src/com/gps/dto/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
11508 src/com/gps/dto/Packet.java 18 publicMethodCommentRequirement Required
11509 src/com/gps/dto/Packet.java 21 publicMethodCommentRequirement Required
11510 src/com/gps/dto/Packet.java 25 Parameter 'start' is not assigned and could be declared final
11511 src/com/gps/dto/Packet.java 25 publicMethodCommentRequirement Required
11512 src/com/gps/dto/Packet.java 28 publicMethodCommentRequirement Required
11513 src/com/gps/dto/Packet.java 31 Parameter 'end' is not assigned and could be declared final
11514 src/com/gps/dto/Packet.java 31 publicMethodCommentRequirement Required
11515 src/com/gps/dto/Packet.java 34 publicMethodCommentRequirement Required
11516 src/com/gps/dto/RFIDInfoHistoryDTO.java 5 headerCommentRequirement Required
11517 src/com/gps/dto/RFIDInfoHistoryDTO.java 7 fieldCommentRequirement Required
11518 src/com/gps/dto/RFIDInfoHistoryDTO.java 8 fieldCommentRequirement Required
11519 src/com/gps/dto/RFIDInfoHistoryDTO.java 9 fieldCommentRequirement Required
11520 src/com/gps/dto/RFIDInfoHistoryDTO.java 10 fieldCommentRequirement Required
11521 src/com/gps/dto/RFIDInfoHistoryDTO.java 11 fieldCommentRequirement Required
11522 src/com/gps/dto/RFIDInfoHistoryDTO.java 12 fieldCommentRequirement Required
11523 src/com/gps/dto/RFIDInfoHistoryDTO.java 13 fieldCommentRequirement Required
11524 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'contactNo' is not assigned and could be declared final
11525 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'fenceName' is not assigned and could be declared final
11526 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'name' is not assigned and could be declared final
11527 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'swipeTime' is not assigned and could be declared final
11528 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 Parameter 'userId' is not assigned and could be declared final
11529 src/com/gps/dto/RFIDInfoHistoryDTO.java 17 publicMethodCommentRequirement Required
11530 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'intrSession' is not assigned and could be declared final
11531 src/com/gps/dto/RFIDInfoHistoryDTO.java 18 Parameter 'tripName' is not assigned and could be declared final
11532 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 Parameter 'userId' is not assigned and could be declared final
11533 src/com/gps/dto/RFIDInfoHistoryDTO.java 29 publicMethodCommentRequirement Required
11534 src/com/gps/dto/RFIDInfoHistoryDTO.java 43 Parameter 'userId' is not assigned and could be declared final
11535 src/com/gps/dto/RFIDInfoHistoryDTO.java 57 Parameter 'swipeTime' is not assigned and could be declared final
11536 src/com/gps/dto/RFIDInfoHistoryDTO.java 71 Parameter 'fenceName' is not assigned and could be declared final
11537 src/com/gps/dto/RFIDInfoHistoryDTO.java 85 Parameter 'intrSession' is not assigned and could be declared final
11538 src/com/gps/dto/RFIDInfoHistoryDTO.java 99 Parameter 'name' is not assigned and could be declared final
11539 src/com/gps/dto/RFIDInfoHistoryDTO.java 113 Parameter 'contactNo' is not assigned and could be declared final
11540 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 Parameter 'tripName' is not assigned and could be declared final
11541 src/com/gps/dto/RFIDInfoHistoryDTO.java 117 publicMethodCommentRequirement Required
11542 src/com/gps/dto/RFIDInfoHistoryDTO.java 121 publicMethodCommentRequirement Required
11543 src/com/gps/dto/SpeedParamDTO.java 6 headerCommentRequirement Required
11544 src/com/gps/dto/SpeedParamDTO.java 8 Use explicit scoping instead of the default package private level
11545 src/com/gps/dto/SpeedParamDTO.java 8 fieldCommentRequirement Required
11546 src/com/gps/dto/SpeedParamDTO.java 9 Use explicit scoping instead of the default package private level
11547 src/com/gps/dto/SpeedParamDTO.java 9 fieldCommentRequirement Required
11548 src/com/gps/dto/SpeedParamDTO.java 10 Use explicit scoping instead of the default package private level
11549 src/com/gps/dto/SpeedParamDTO.java 10 fieldCommentRequirement Required
11550 src/com/gps/dto/SpeedParamDTO.java 11 Use explicit scoping instead of the default package private level
11551 src/com/gps/dto/SpeedParamDTO.java 11 fieldCommentRequirement Required
11552 src/com/gps/dto/SpeedParamDTO.java 12 Use explicit scoping instead of the default package private level
11553 src/com/gps/dto/SpeedParamDTO.java 12 fieldCommentRequirement Required
11554 src/com/gps/dto/SpeedParamDTO.java 14 Parameter 'creationTime' is not assigned and could be declared final
11555 src/com/gps/dto/SpeedParamDTO.java 14 Parameter 'regNo' is not assigned and could be declared final
11556 src/com/gps/dto/SpeedParamDTO.java 14 Parameter 'speed' is not assigned and could be declared final
11557 src/com/gps/dto/SpeedParamDTO.java 14 publicMethodCommentRequirement Required
11558 src/com/gps/dto/SpeedParamDTO.java 21 Parameter 'creationTime' is not assigned and could be declared final
11559 src/com/gps/dto/SpeedParamDTO.java 21 Parameter 'lattitude' is not assigned and could be declared final
11560 src/com/gps/dto/SpeedParamDTO.java 21 Parameter 'longitude' is not assigned and could be declared final
11561 src/com/gps/dto/SpeedParamDTO.java 21 Parameter 'regNo' is not assigned and could be declared final
11562 src/com/gps/dto/SpeedParamDTO.java 21 Parameter 'speed' is not assigned and could be declared final
11563 src/com/gps/dto/SpeedParamDTO.java 21 publicMethodCommentRequirement Required
11564 src/com/gps/dto/SpeedParamDTO.java 40 Parameter 'regNo' is not assigned and could be declared final
11565 src/com/gps/dto/SpeedParamDTO.java 54 Parameter 'creationTime' is not assigned and could be declared final
11566 src/com/gps/dto/SpeedParamDTO.java 68 Avoid reassigning parameters such as 'speed'
11567 src/com/gps/dto/SpeedParamDTO.java 68 Avoid reassigning parameters such as 'speed'
11568 src/com/gps/dto/SpeedParamDTO.java 68 Avoid reassigning parameters such as 'speed'
11569 src/com/gps/dto/SpeedParamDTO.java 69 Local variable 'twoDForm' could be declared final
11570 src/com/gps/dto/SpeedParamDTO.java 71 Avoid using Literals in Conditional Statements
11571 src/com/gps/dto/SpeedParamDTO.java 71 Avoid using if statements without curly braces
11572 src/com/gps/dto/SpeedParamDTO.java 73 Potential violation of Law of Demeter (object not created locally)
11573 src/com/gps/dto/SpeedParamDTO.java 87 Parameter 'lattitude' is not assigned and could be declared final
11574 src/com/gps/dto/SpeedParamDTO.java 101 Parameter 'longitude' is not assigned and could be declared final
11575 src/com/gps/dto/TripByVehicleDTO.java 1 This class has a bunch of public methods and attributes
11576 src/com/gps/dto/TripByVehicleDTO.java 3 Avoid unused imports such as 'java.text.DecimalFormat'
11577 src/com/gps/dto/TripByVehicleDTO.java 6 Too many fields
11578 src/com/gps/dto/TripByVehicleDTO.java 6 headerCommentRequirement Required
11579 src/com/gps/dto/TripByVehicleDTO.java 8 fieldCommentRequirement Required
11580 src/com/gps/dto/TripByVehicleDTO.java 9 fieldCommentRequirement Required
11581 src/com/gps/dto/TripByVehicleDTO.java 10 fieldCommentRequirement Required
11582 src/com/gps/dto/TripByVehicleDTO.java 11 fieldCommentRequirement Required
11583 src/com/gps/dto/TripByVehicleDTO.java 12 fieldCommentRequirement Required
11584 src/com/gps/dto/TripByVehicleDTO.java 13 fieldCommentRequirement Required
11585 src/com/gps/dto/TripByVehicleDTO.java 14 fieldCommentRequirement Required
11586 src/com/gps/dto/TripByVehicleDTO.java 15 fieldCommentRequirement Required
11587 src/com/gps/dto/TripByVehicleDTO.java 16 fieldCommentRequirement Required
11588 src/com/gps/dto/TripByVehicleDTO.java 17 fieldCommentRequirement Required
11589 src/com/gps/dto/TripByVehicleDTO.java 18 fieldCommentRequirement Required
11590 src/com/gps/dto/TripByVehicleDTO.java 19 fieldCommentRequirement Required
11591 src/com/gps/dto/TripByVehicleDTO.java 20 fieldCommentRequirement Required
11592 src/com/gps/dto/TripByVehicleDTO.java 21 fieldCommentRequirement Required
11593 src/com/gps/dto/TripByVehicleDTO.java 22 fieldCommentRequirement Required
11594 src/com/gps/dto/TripByVehicleDTO.java 23 fieldCommentRequirement Required
11595 src/com/gps/dto/TripByVehicleDTO.java 25 fieldCommentRequirement Required
11596 src/com/gps/dto/TripByVehicleDTO.java 26 fieldCommentRequirement Required
11597 src/com/gps/dto/TripByVehicleDTO.java 28 fieldCommentRequirement Required
11598 src/com/gps/dto/TripByVehicleDTO.java 29 fieldCommentRequirement Required
11599 src/com/gps/dto/TripByVehicleDTO.java 30 fieldCommentRequirement Required
11600 src/com/gps/dto/TripByVehicleDTO.java 31 fieldCommentRequirement Required
11601 src/com/gps/dto/TripByVehicleDTO.java 32 fieldCommentRequirement Required
11602 src/com/gps/dto/TripByVehicleDTO.java 33 fieldCommentRequirement Required
11603 src/com/gps/dto/TripByVehicleDTO.java 34 fieldCommentRequirement Required
11604 src/com/gps/dto/TripByVehicleDTO.java 35 fieldCommentRequirement Required
11605 src/com/gps/dto/TripByVehicleDTO.java 36 fieldCommentRequirement Required
11606 src/com/gps/dto/TripByVehicleDTO.java 50 Parameter 'regNo' is not assigned and could be declared final
11607 src/com/gps/dto/TripByVehicleDTO.java 55 publicMethodCommentRequirement Required
11608 src/com/gps/dto/TripByVehicleDTO.java 60 Parameter 'gsmStatus' is not assigned and could be declared final
11609 src/com/gps/dto/TripByVehicleDTO.java 60 publicMethodCommentRequirement Required
11610 src/com/gps/dto/TripByVehicleDTO.java 65 publicMethodCommentRequirement Required
11611 src/com/gps/dto/TripByVehicleDTO.java 70 Parameter 'cellId' is not assigned and could be declared final
11612 src/com/gps/dto/TripByVehicleDTO.java 70 publicMethodCommentRequirement Required
11613 src/com/gps/dto/TripByVehicleDTO.java 75 Avoid long parameter lists.
11614 src/com/gps/dto/TripByVehicleDTO.java 75 Parameter 'tripDesc' is not assigned and could be declared final
11615 src/com/gps/dto/TripByVehicleDTO.java 75 Parameter 'tripName' is not assigned and could be declared final
11616 src/com/gps/dto/TripByVehicleDTO.java 75 Parameter 'tripid' is not assigned and could be declared final
11617 src/com/gps/dto/TripByVehicleDTO.java 75 publicMethodCommentRequirement Required
11618 src/com/gps/dto/TripByVehicleDTO.java 76 Parameter 'returndate' is not assigned and could be declared final
11619 src/com/gps/dto/TripByVehicleDTO.java 76 Parameter 'startTime' is not assigned and could be declared final
11620 src/com/gps/dto/TripByVehicleDTO.java 76 Parameter 'startdate' is not assigned and could be declared final
11621 src/com/gps/dto/TripByVehicleDTO.java 77 Parameter 'destination' is not assigned and could be declared final
11622 src/com/gps/dto/TripByVehicleDTO.java 77 Parameter 'returnTime' is not assigned and could be declared final
11623 src/com/gps/dto/TripByVehicleDTO.java 77 Parameter 'sourceLocation' is not assigned and could be declared final
11624 src/com/gps/dto/TripByVehicleDTO.java 78 Parameter 'lattitude' is not assigned and could be declared final
11625 src/com/gps/dto/TripByVehicleDTO.java 78 Parameter 'longitude' is not assigned and could be declared final
11626 src/com/gps/dto/TripByVehicleDTO.java 78 Parameter 'tripParamid' is not assigned and could be declared final
11627 src/com/gps/dto/TripByVehicleDTO.java 79 Parameter 'altitude' is not assigned and could be declared final
11628 src/com/gps/dto/TripByVehicleDTO.java 79 Parameter 'heading' is not assigned and could be declared final
11629 src/com/gps/dto/TripByVehicleDTO.java 79 Parameter 'speed' is not assigned and could be declared final
11630 src/com/gps/dto/TripByVehicleDTO.java 80 Parameter 'engineStatus' is not assigned and could be declared final
11631 src/com/gps/dto/TripByVehicleDTO.java 80 Parameter 'oilPreassure' is not assigned and could be declared final
11632 src/com/gps/dto/TripByVehicleDTO.java 81 Parameter 'brake' is not assigned and could be declared final
11633 src/com/gps/dto/TripByVehicleDTO.java 81 Parameter 'creationTime' is not assigned and could be declared final
11634 src/com/gps/dto/TripByVehicleDTO.java 81 Parameter 'fuelContent' is not assigned and could be declared final
11635 src/com/gps/dto/TripByVehicleDTO.java 82 Parameter 'batteryStatus' is not assigned and could be declared final
11636 src/com/gps/dto/TripByVehicleDTO.java 82 Parameter 'brakelightStatus' is not assigned and could be declared final
11637 src/com/gps/dto/TripByVehicleDTO.java 82 Parameter 'description' is not assigned and could be declared final
11638 src/com/gps/dto/TripByVehicleDTO.java 114 Avoid long parameter lists.
11639 src/com/gps/dto/TripByVehicleDTO.java 114 Parameter 'tripDesc' is not assigned and could be declared final
11640 src/com/gps/dto/TripByVehicleDTO.java 114 Parameter 'tripName' is not assigned and could be declared final
11641 src/com/gps/dto/TripByVehicleDTO.java 114 Parameter 'tripid' is not assigned and could be declared final
11642 src/com/gps/dto/TripByVehicleDTO.java 114 publicMethodCommentRequirement Required
11643 src/com/gps/dto/TripByVehicleDTO.java 115 Parameter 'returndate' is not assigned and could be declared final
11644 src/com/gps/dto/TripByVehicleDTO.java 115 Parameter 'startTime' is not assigned and could be declared final
11645 src/com/gps/dto/TripByVehicleDTO.java 115 Parameter 'startdate' is not assigned and could be declared final
11646 src/com/gps/dto/TripByVehicleDTO.java 116 Parameter 'destination' is not assigned and could be declared final
11647 src/com/gps/dto/TripByVehicleDTO.java 116 Parameter 'returnTime' is not assigned and could be declared final
11648 src/com/gps/dto/TripByVehicleDTO.java 116 Parameter 'sourceLocation' is not assigned and could be declared final
11649 src/com/gps/dto/TripByVehicleDTO.java 117 Parameter 'lattitude' is not assigned and could be declared final
11650 src/com/gps/dto/TripByVehicleDTO.java 117 Parameter 'longitude' is not assigned and could be declared final
11651 src/com/gps/dto/TripByVehicleDTO.java 117 Parameter 'tripParamid' is not assigned and could be declared final
11652 src/com/gps/dto/TripByVehicleDTO.java 118 Parameter 'altitude' is not assigned and could be declared final
11653 src/com/gps/dto/TripByVehicleDTO.java 118 Parameter 'heading' is not assigned and could be declared final
11654 src/com/gps/dto/TripByVehicleDTO.java 118 Parameter 'speed' is not assigned and could be declared final
11655 src/com/gps/dto/TripByVehicleDTO.java 119 Parameter 'engineStatus' is not assigned and could be declared final
11656 src/com/gps/dto/TripByVehicleDTO.java 119 Parameter 'oilPreassure' is not assigned and could be declared final
11657 src/com/gps/dto/TripByVehicleDTO.java 120 Parameter 'brake' is not assigned and could be declared final
11658 src/com/gps/dto/TripByVehicleDTO.java 120 Parameter 'creationTime' is not assigned and could be declared final
11659 src/com/gps/dto/TripByVehicleDTO.java 120 Parameter 'fuelContent' is not assigned and could be declared final
11660 src/com/gps/dto/TripByVehicleDTO.java 121 Parameter 'batteryStatus' is not assigned and could be declared final
11661 src/com/gps/dto/TripByVehicleDTO.java 121 Parameter 'brakelightStatus' is not assigned and could be declared final
11662 src/com/gps/dto/TripByVehicleDTO.java 121 Parameter 'eventCode' is not assigned and could be declared final
11663 src/com/gps/dto/TripByVehicleDTO.java 161 publicMethodCommentRequirement Required
11664 src/com/gps/dto/TripByVehicleDTO.java 164 Parameter 'tripid' is not assigned and could be declared final
11665 src/com/gps/dto/TripByVehicleDTO.java 164 publicMethodCommentRequirement Required
11666 src/com/gps/dto/TripByVehicleDTO.java 167 publicMethodCommentRequirement Required
11667 src/com/gps/dto/TripByVehicleDTO.java 179 Parameter 'eventCode' is not assigned and could be declared final
11668 src/com/gps/dto/TripByVehicleDTO.java 182 Parameter 'tripName' is not assigned and could be declared final
11669 src/com/gps/dto/TripByVehicleDTO.java 182 publicMethodCommentRequirement Required
11670 src/com/gps/dto/TripByVehicleDTO.java 185 publicMethodCommentRequirement Required
11671 src/com/gps/dto/TripByVehicleDTO.java 188 Parameter 'tripDesc' is not assigned and could be declared final
11672 src/com/gps/dto/TripByVehicleDTO.java 188 publicMethodCommentRequirement Required
11673 src/com/gps/dto/TripByVehicleDTO.java 191 publicMethodCommentRequirement Required
11674 src/com/gps/dto/TripByVehicleDTO.java 194 Parameter 'startdate' is not assigned and could be declared final
11675 src/com/gps/dto/TripByVehicleDTO.java 194 publicMethodCommentRequirement Required
11676 src/com/gps/dto/TripByVehicleDTO.java 197 publicMethodCommentRequirement Required
11677 src/com/gps/dto/TripByVehicleDTO.java 200 Parameter 'startTime' is not assigned and could be declared final
11678 src/com/gps/dto/TripByVehicleDTO.java 200 publicMethodCommentRequirement Required
11679 src/com/gps/dto/TripByVehicleDTO.java 203 publicMethodCommentRequirement Required
11680 src/com/gps/dto/TripByVehicleDTO.java 206 Parameter 'returndate' is not assigned and could be declared final
11681 src/com/gps/dto/TripByVehicleDTO.java 206 publicMethodCommentRequirement Required
11682 src/com/gps/dto/TripByVehicleDTO.java 209 publicMethodCommentRequirement Required
11683 src/com/gps/dto/TripByVehicleDTO.java 212 Parameter 'returnTime' is not assigned and could be declared final
11684 src/com/gps/dto/TripByVehicleDTO.java 212 publicMethodCommentRequirement Required
11685 src/com/gps/dto/TripByVehicleDTO.java 217 publicMethodCommentRequirement Required
11686 src/com/gps/dto/TripByVehicleDTO.java 220 Parameter 'tripParamid' is not assigned and could be declared final
11687 src/com/gps/dto/TripByVehicleDTO.java 220 publicMethodCommentRequirement Required
11688 src/com/gps/dto/TripByVehicleDTO.java 223 publicMethodCommentRequirement Required
11689 src/com/gps/dto/TripByVehicleDTO.java 226 Parameter 'lattitude' is not assigned and could be declared final
11690 src/com/gps/dto/TripByVehicleDTO.java 226 publicMethodCommentRequirement Required
11691 src/com/gps/dto/TripByVehicleDTO.java 229 publicMethodCommentRequirement Required
11692 src/com/gps/dto/TripByVehicleDTO.java 232 Parameter 'longitude' is not assigned and could be declared final
11693 src/com/gps/dto/TripByVehicleDTO.java 232 publicMethodCommentRequirement Required
11694 src/com/gps/dto/TripByVehicleDTO.java 235 publicMethodCommentRequirement Required
11695 src/com/gps/dto/TripByVehicleDTO.java 238 Parameter 'speed' is not assigned and could be declared final
11696 src/com/gps/dto/TripByVehicleDTO.java 238 publicMethodCommentRequirement Required
11697 src/com/gps/dto/TripByVehicleDTO.java 241 publicMethodCommentRequirement Required
11698 src/com/gps/dto/TripByVehicleDTO.java 244 Parameter 'heading' is not assigned and could be declared final
11699 src/com/gps/dto/TripByVehicleDTO.java 244 publicMethodCommentRequirement Required
11700 src/com/gps/dto/TripByVehicleDTO.java 247 publicMethodCommentRequirement Required
11701 src/com/gps/dto/TripByVehicleDTO.java 250 Parameter 'altitude' is not assigned and could be declared final
11702 src/com/gps/dto/TripByVehicleDTO.java 250 publicMethodCommentRequirement Required
11703 src/com/gps/dto/TripByVehicleDTO.java 259 publicMethodCommentRequirement Required
11704 src/com/gps/dto/TripByVehicleDTO.java 262 Parameter 'engineStatus' is not assigned and could be declared final
11705 src/com/gps/dto/TripByVehicleDTO.java 262 publicMethodCommentRequirement Required
11706 src/com/gps/dto/TripByVehicleDTO.java 265 publicMethodCommentRequirement Required
11707 src/com/gps/dto/TripByVehicleDTO.java 268 Parameter 'oilPreassure' is not assigned and could be declared final
11708 src/com/gps/dto/TripByVehicleDTO.java 268 publicMethodCommentRequirement Required
11709 src/com/gps/dto/TripByVehicleDTO.java 277 publicMethodCommentRequirement Required
11710 src/com/gps/dto/TripByVehicleDTO.java 280 Parameter 'fuelContent' is not assigned and could be declared final
11711 src/com/gps/dto/TripByVehicleDTO.java 280 publicMethodCommentRequirement Required
11712 src/com/gps/dto/TripByVehicleDTO.java 283 publicMethodCommentRequirement Required
11713 src/com/gps/dto/TripByVehicleDTO.java 286 Parameter 'brake' is not assigned and could be declared final
11714 src/com/gps/dto/TripByVehicleDTO.java 286 publicMethodCommentRequirement Required
11715 src/com/gps/dto/TripByVehicleDTO.java 289 publicMethodCommentRequirement Required
11716 src/com/gps/dto/TripByVehicleDTO.java 292 Parameter 'creationTime' is not assigned and could be declared final
11717 src/com/gps/dto/TripByVehicleDTO.java 292 publicMethodCommentRequirement Required
11718 src/com/gps/dto/TripByVehicleDTO.java 295 publicMethodCommentRequirement Required
11719 src/com/gps/dto/TripByVehicleDTO.java 298 Parameter 'brakelightStatus' is not assigned and could be declared final
11720 src/com/gps/dto/TripByVehicleDTO.java 298 publicMethodCommentRequirement Required
11721 src/com/gps/dto/TripByVehicleDTO.java 301 publicMethodCommentRequirement Required
11722 src/com/gps/dto/TripByVehicleDTO.java 304 Parameter 'batteryStatus' is not assigned and could be declared final
11723 src/com/gps/dto/TripByVehicleDTO.java 304 publicMethodCommentRequirement Required
11724 src/com/gps/dto/TripByVehicleDTO.java 307 publicMethodCommentRequirement Required
11725 src/com/gps/dto/TripByVehicleDTO.java 310 Parameter 'sourceLocation' is not assigned and could be declared final
11726 src/com/gps/dto/TripByVehicleDTO.java 310 publicMethodCommentRequirement Required
11727 src/com/gps/dto/TripByVehicleDTO.java 314 publicMethodCommentRequirement Required
11728 src/com/gps/dto/TripByVehicleDTO.java 318 Parameter 'destination' is not assigned and could be declared final
11729 src/com/gps/dto/TripByVehicleDTO.java 318 publicMethodCommentRequirement Required
11730 src/com/gps/dto/TripByVehicleDTO.java 323 Avoid long parameter lists.
11731 src/com/gps/dto/TripByVehicleDTO.java 323 Parameter 'lattitude' is not assigned and could be declared final
11732 src/com/gps/dto/TripByVehicleDTO.java 323 Parameter 'tripName' is not assigned and could be declared final
11733 src/com/gps/dto/TripByVehicleDTO.java 323 Parameter 'tripid' is not assigned and could be declared final
11734 src/com/gps/dto/TripByVehicleDTO.java 323 publicMethodCommentRequirement Required
11735 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'batteryStatus' is not assigned and could be declared final
11736 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'cellId' is not assigned and could be declared final
11737 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'creationTime' is not assigned and could be declared final
11738 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'description' is not assigned and could be declared final
11739 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'gsmStatus' is not assigned and could be declared final
11740 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'heading' is not assigned and could be declared final
11741 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'longitude' is not assigned and could be declared final
11742 src/com/gps/dto/TripByVehicleDTO.java 324 Parameter 'speed' is not assigned and could be declared final
11743 src/com/gps/dto/TripByVehicleDTO.java 340 Avoid long parameter lists.
11744 src/com/gps/dto/TripByVehicleDTO.java 340 Parameter 'lattitude' is not assigned and could be declared final
11745 src/com/gps/dto/TripByVehicleDTO.java 340 Parameter 'regNo' is not assigned and could be declared final
11746 src/com/gps/dto/TripByVehicleDTO.java 340 Parameter 'tripName' is not assigned and could be declared final
11747 src/com/gps/dto/TripByVehicleDTO.java 340 Parameter 'tripid' is not assigned and could be declared final
11748 src/com/gps/dto/TripByVehicleDTO.java 340 publicMethodCommentRequirement Required
11749 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'batteryStatus' is not assigned and could be declared final
11750 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'cellId' is not assigned and could be declared final
11751 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'creationTime' is not assigned and could be declared final
11752 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'description' is not assigned and could be declared final
11753 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'gsmStatus' is not assigned and could be declared final
11754 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'heading' is not assigned and could be declared final
11755 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'longitude' is not assigned and could be declared final
11756 src/com/gps/dto/TripByVehicleDTO.java 341 Parameter 'speed' is not assigned and could be declared final
11757 src/com/gps/dto/TripByVehicleDTO.java 357 Parameter 'creationTime' is not assigned and could be declared final
11758 src/com/gps/dto/TripByVehicleDTO.java 357 publicMethodCommentRequirement Required
11759 src/com/gps/dto/TripByVehicleDTO.java 362 Parameter 'lattitude' is not assigned and could be declared final
11760 src/com/gps/dto/TripByVehicleDTO.java 362 Parameter 'longitude' is not assigned and could be declared final
11761 src/com/gps/dto/TripByVehicleDTO.java 362 publicMethodCommentRequirement Required
11762 src/com/gps/dto/TripByVehicleDTO.java 367 Parameter 'description' is not assigned and could be declared final
11763 src/com/gps/dto/TripByVehicleDTO.java 367 publicMethodCommentRequirement Required
11764 src/com/gps/dto/TripByVehicleDTO.java 370 publicMethodCommentRequirement Required
11765 src/com/gps/dto/TripDistanceDTO.java 6 headerCommentRequirement Required
11766 src/com/gps/dto/TripDistanceDTO.java 8 Use explicit scoping instead of the default package private level
11767 src/com/gps/dto/TripDistanceDTO.java 8 fieldCommentRequirement Required
11768 src/com/gps/dto/TripDistanceDTO.java 9 Use explicit scoping instead of the default package private level
11769 src/com/gps/dto/TripDistanceDTO.java 9 fieldCommentRequirement Required
11770 src/com/gps/dto/TripDistanceDTO.java 10 Use explicit scoping instead of the default package private level
11771 src/com/gps/dto/TripDistanceDTO.java 10 fieldCommentRequirement Required
11772 src/com/gps/dto/TripDistanceDTO.java 11 Use explicit scoping instead of the default package private level
11773 src/com/gps/dto/TripDistanceDTO.java 11 fieldCommentRequirement Required
11774 src/com/gps/dto/TripDistanceDTO.java 12 Use explicit scoping instead of the default package private level
11775 src/com/gps/dto/TripDistanceDTO.java 12 fieldCommentRequirement Required
11776 src/com/gps/dto/TripDistanceDTO.java 13 Use explicit scoping instead of the default package private level
11777 src/com/gps/dto/TripDistanceDTO.java 13 fieldCommentRequirement Required
11778 src/com/gps/dto/TripDistanceDTO.java 14 Use explicit scoping instead of the default package private level
11779 src/com/gps/dto/TripDistanceDTO.java 14 fieldCommentRequirement Required
11780 src/com/gps/dto/TripDistanceDTO.java 15 Use explicit scoping instead of the default package private level
11781 src/com/gps/dto/TripDistanceDTO.java 15 fieldCommentRequirement Required
11782 src/com/gps/dto/TripDistanceDTO.java 17 Comment is too large: Too many lines
11783 src/com/gps/dto/TripDistanceDTO.java 26 Parameter 'creationTime' is not assigned and could be declared final
11784 src/com/gps/dto/TripDistanceDTO.java 26 Parameter 'regNo' is not assigned and could be declared final
11785 src/com/gps/dto/TripDistanceDTO.java 26 Parameter 'tripName' is not assigned and could be declared final
11786 src/com/gps/dto/TripDistanceDTO.java 27 Parameter 'distance' is not assigned and could be declared final
11787 src/com/gps/dto/TripDistanceDTO.java 27 Parameter 'lattitude' is not assigned and could be declared final
11788 src/com/gps/dto/TripDistanceDTO.java 27 Parameter 'longitude' is not assigned and could be declared final
11789 src/com/gps/dto/TripDistanceDTO.java 27 Parameter 'speed' is not assigned and could be declared final
11790 src/com/gps/dto/TripDistanceDTO.java 38 Parameter 'creationTime' is not assigned and could be declared final
11791 src/com/gps/dto/TripDistanceDTO.java 38 Parameter 'regNo' is not assigned and could be declared final
11792 src/com/gps/dto/TripDistanceDTO.java 38 Parameter 'tripName' is not assigned and could be declared final
11793 src/com/gps/dto/TripDistanceDTO.java 38 publicMethodCommentRequirement Required
11794 src/com/gps/dto/TripDistanceDTO.java 39 Parameter 'lattitude' is not assigned and could be declared final
11795 src/com/gps/dto/TripDistanceDTO.java 39 Parameter 'longitude' is not assigned and could be declared final
11796 src/com/gps/dto/TripDistanceDTO.java 39 Parameter 'speed' is not assigned and could be declared final
11797 src/com/gps/dto/TripDistanceDTO.java 49 Parameter 'creationTime' is not assigned and could be declared final
11798 src/com/gps/dto/TripDistanceDTO.java 49 Parameter 'regNo' is not assigned and could be declared final
11799 src/com/gps/dto/TripDistanceDTO.java 49 Parameter 'tripName' is not assigned and could be declared final
11800 src/com/gps/dto/TripDistanceDTO.java 49 publicMethodCommentRequirement Required
11801 src/com/gps/dto/TripDistanceDTO.java 50 Parameter 'lattitude' is not assigned and could be declared final
11802 src/com/gps/dto/TripDistanceDTO.java 50 Parameter 'longitude' is not assigned and could be declared final
11803 src/com/gps/dto/TripDistanceDTO.java 60 Parameter 'creationTime' is not assigned and could be declared final
11804 src/com/gps/dto/TripDistanceDTO.java 60 Parameter 'regNo' is not assigned and could be declared final
11805 src/com/gps/dto/TripDistanceDTO.java 60 Parameter 'tripName' is not assigned and could be declared final
11806 src/com/gps/dto/TripDistanceDTO.java 60 publicMethodCommentRequirement Required
11807 src/com/gps/dto/TripDistanceDTO.java 61 Parameter 'event' is not assigned and could be declared final
11808 src/com/gps/dto/TripDistanceDTO.java 61 Parameter 'lattitude' is not assigned and could be declared final
11809 src/com/gps/dto/TripDistanceDTO.java 61 Parameter 'longitude' is not assigned and could be declared final
11810 src/com/gps/dto/TripDistanceDTO.java 72 publicMethodCommentRequirement Required
11811 src/com/gps/dto/TripDistanceDTO.java 86 Parameter 'regNo' is not assigned and could be declared final
11812 src/com/gps/dto/TripDistanceDTO.java 100 Parameter 'tripName' is not assigned and could be declared final
11813 src/com/gps/dto/TripDistanceDTO.java 114 Parameter 'creationTime' is not assigned and could be declared final
11814 src/com/gps/dto/TripDistanceDTO.java 128 Parameter 'lattitude' is not assigned and could be declared final
11815 src/com/gps/dto/TripDistanceDTO.java 142 Parameter 'longitude' is not assigned and could be declared final
11816 src/com/gps/dto/TripDistanceDTO.java 156 Parameter 'event' is not assigned and could be declared final
11817 src/com/gps/dto/TripDistanceDTO.java 170 Parameter 'distance' is not assigned and could be declared final
11818 src/com/gps/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
11819 src/com/gps/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
11820 src/com/gps/dto/TripDistanceDTO.java 184 Avoid reassigning parameters such as 'speed'
11821 src/com/gps/dto/TripDistanceDTO.java 185 Local variable 'twoDForm' could be declared final
11822 src/com/gps/dto/TripDistanceDTO.java 187 Avoid using Literals in Conditional Statements
11823 src/com/gps/dto/TripDistanceDTO.java 187 Avoid using if statements without curly braces
11824 src/com/gps/dto/TripDistanceDTO.java 189 Potential violation of Law of Demeter (object not created locally)
11825 src/com/gps/dto/TripParamDTO.java 5 headerCommentRequirement Required
11826 src/com/gps/dto/TripParamDTO.java 7 Use explicit scoping instead of the default package private level
11827 src/com/gps/dto/TripParamDTO.java 7 fieldCommentRequirement Required
11828 src/com/gps/dto/TripParamDTO.java 8 Use explicit scoping instead of the default package private level
11829 src/com/gps/dto/TripParamDTO.java 8 fieldCommentRequirement Required
11830 src/com/gps/dto/TripParamDTO.java 9 Use explicit scoping instead of the default package private level
11831 src/com/gps/dto/TripParamDTO.java 9 fieldCommentRequirement Required
11832 src/com/gps/dto/TripParamDTO.java 10 Use explicit scoping instead of the default package private level
11833 src/com/gps/dto/TripParamDTO.java 10 fieldCommentRequirement Required
11834 src/com/gps/dto/TripParamDTO.java 12 Parameter 'creationDate' is not assigned and could be declared final
11835 src/com/gps/dto/TripParamDTO.java 12 Parameter 'lattitiude' is not assigned and could be declared final
11836 src/com/gps/dto/TripParamDTO.java 12 Parameter 'tripName' is not assigned and could be declared final
11837 src/com/gps/dto/TripParamDTO.java 12 publicMethodCommentRequirement Required
11838 src/com/gps/dto/TripParamDTO.java 13 Parameter 'longitude' is not assigned and could be declared final
11839 src/com/gps/dto/TripParamDTO.java 30 Parameter 'tripName' is not assigned and could be declared final
11840 src/com/gps/dto/TripParamDTO.java 42 Parameter 'creationDate' is not assigned and could be declared final
11841 src/com/gps/dto/TripParamDTO.java 54 Parameter 'lattitiude' is not assigned and could be declared final
11842 src/com/gps/dto/TripParamDTO.java 66 Parameter 'longitude' is not assigned and could be declared final
11843 src/com/gps/exception/DeviceAlreadyInUseException.java 3 headerCommentRequirement Required
11844 src/com/gps/exception/DeviceAlreadyInUseException.java 4 Avoid variables with short names like s
11845 src/com/gps/exception/DeviceAlreadyInUseException.java 4 Parameter 's' is not assigned and could be declared final
11846 src/com/gps/exception/DeviceAlreadyInUseException.java 4 publicMethodCommentRequirement Required
11847 src/com/gps/exception/DupilicateTripException.java 3 headerCommentRequirement Required
11848 src/com/gps/exception/DupilicateTripException.java 5 Avoid variables with short names like s
11849 src/com/gps/exception/DupilicateTripException.java 5 Parameter 's' is not assigned and could be declared final
11850 src/com/gps/exception/DupilicateTripException.java 5 publicMethodCommentRequirement Required
11851 src/com/gps/exception/DuplicateAliasNameException.java 3 headerCommentRequirement Required
11852 src/com/gps/exception/DuplicateAliasNameException.java 4 Avoid variables with short names like s
11853 src/com/gps/exception/DuplicateAliasNameException.java 4 Parameter 's' is not assigned and could be declared final
11854 src/com/gps/exception/DuplicateAliasNameException.java 4 publicMethodCommentRequirement Required
11855 src/com/gps/exception/DuplicateDeviceNameException.java 3 headerCommentRequirement Required
11856 src/com/gps/exception/DuplicateDeviceNameException.java 5 Avoid variables with short names like s
11857 src/com/gps/exception/DuplicateDeviceNameException.java 5 Parameter 's' is not assigned and could be declared final
11858 src/com/gps/exception/DuplicateDeviceNameException.java 5 publicMethodCommentRequirement Required
11859 src/com/gps/exception/DuplicateMobileNumberException.java 3 headerCommentRequirement Required
11860 src/com/gps/exception/DuplicateMobileNumberException.java 5 Avoid variables with short names like s
11861 src/com/gps/exception/DuplicateMobileNumberException.java 5 Parameter 's' is not assigned and could be declared final
11862 src/com/gps/exception/DuplicateMobileNumberException.java 5 publicMethodCommentRequirement Required
11863 src/com/gps/exception/DuplicateRegisterNumberException.java 3 headerCommentRequirement Required
11864 src/com/gps/exception/DuplicateRegisterNumberException.java 4 Avoid variables with short names like s
11865 src/com/gps/exception/DuplicateRegisterNumberException.java 4 Parameter 's' is not assigned and could be declared final
11866 src/com/gps/exception/DuplicateRegisterNumberException.java 4 publicMethodCommentRequirement Required
11867 src/com/gps/exception/DuplicateVehicleNameException.java 3 headerCommentRequirement Required
11868 src/com/gps/exception/DuplicateVehicleNameException.java 4 Avoid variables with short names like s
11869 src/com/gps/exception/DuplicateVehicleNameException.java 4 Parameter 's' is not assigned and could be declared final
11870 src/com/gps/exception/DuplicateVehicleNameException.java 4 publicMethodCommentRequirement Required
11871 src/com/gps/exception/InvalidMailIdOrPasswordException.java 3 headerCommentRequirement Required
11872 src/com/gps/exception/InvalidMailIdOrPasswordException.java 10 Avoid variables with short names like s
11873 src/com/gps/exception/InvalidMailIdOrPasswordException.java 10 Parameter 's' is not assigned and could be declared final
11874 src/com/gps/exception/InvalidMailIdOrPasswordException.java 10 publicMethodCommentRequirement Required
11875 src/com/gps/exception/LoginIDDoesNotMatchException.java 3 headerCommentRequirement Required
11876 src/com/gps/exception/LoginIDDoesNotMatchException.java 5 publicMethodCommentRequirement Required
11877 src/com/gps/exception/NullFieldsException.java 3 headerCommentRequirement Required
11878 src/com/gps/exception/NullFieldsException.java 4 Avoid variables with short names like s
11879 src/com/gps/exception/NullFieldsException.java 4 Parameter 's' is not assigned and could be declared final
11880 src/com/gps/exception/NullFieldsException.java 4 publicMethodCommentRequirement Required
11881 src/com/gps/exception/PassworDoesNotMatchException.java 3 headerCommentRequirement Required
11882 src/com/gps/exception/PassworDoesNotMatchException.java 5 publicMethodCommentRequirement Required
11883 src/com/gps/exception/TripNameDuplicateException.java 3 headerCommentRequirement Required
11884 src/com/gps/exception/TripNameDuplicateException.java 4 Avoid variables with short names like s
11885 src/com/gps/exception/TripNameDuplicateException.java 4 Parameter 's' is not assigned and could be declared final
11886 src/com/gps/exception/TripNameDuplicateException.java 4 publicMethodCommentRequirement Required
11887 src/com/gps/exception/UserNotLoggedInException.java 3 headerCommentRequirement Required
11888 src/com/gps/exception/UserNotLoggedInException.java 6 Avoid variables with short names like s
11889 src/com/gps/exception/UserNotLoggedInException.java 6 Parameter 's' is not assigned and could be declared final
11890 src/com/gps/exception/UserNotLoggedInException.java 6 publicMethodCommentRequirement Required
11891 src/com/gps/exception/VehicleExistsInTimeException.java 3 headerCommentRequirement Required
11892 src/com/gps/exception/VehicleExistsInTimeException.java 5 Avoid variables with short names like s
11893 src/com/gps/exception/VehicleExistsInTimeException.java 5 Parameter 's' is not assigned and could be declared final
11894 src/com/gps/exception/VehicleExistsInTimeException.java 5 publicMethodCommentRequirement Required
11895 src/com/gps/exception/VehicleInUseException.java 3 headerCommentRequirement Required
11896 src/com/gps/exception/VehicleInUseException.java 4 Avoid variables with short names like s
11897 src/com/gps/exception/VehicleInUseException.java 4 Parameter 's' is not assigned and could be declared final
11898 src/com/gps/exception/VehicleInUseException.java 4 publicMethodCommentRequirement Required
11899 src/com/gps/form/GLatLng.java 3 headerCommentRequirement Required
11900 src/com/gps/form/GLatLng.java 5 Use explicit scoping instead of the default package private level
11901 src/com/gps/form/GLatLng.java 5 fieldCommentRequirement Required
11902 src/com/gps/form/GLatLng.java 6 Use explicit scoping instead of the default package private level
11903 src/com/gps/form/GLatLng.java 6 fieldCommentRequirement Required
11904 src/com/gps/form/GLatLng.java 8 Parameter 'lat' is not assigned and could be declared final
11905 src/com/gps/form/GLatLng.java 8 Parameter 'lon' is not assigned and could be declared final
11906 src/com/gps/form/GLatLng.java 8 publicMethodCommentRequirement Required
11907 src/com/gps/form/GLatLng.java 13 publicMethodCommentRequirement Required
11908 src/com/gps/form/GLatLng.java 17 Parameter 'longitude' is not assigned and could be declared final
11909 src/com/gps/form/GLatLng.java 17 publicMethodCommentRequirement Required
11910 src/com/gps/form/GLatLng.java 21 publicMethodCommentRequirement Required
11911 src/com/gps/form/GLatLng.java 25 Parameter 'latitude' is not assigned and could be declared final
11912 src/com/gps/form/GLatLng.java 25 publicMethodCommentRequirement Required
11913 src/com/gps/form/GenerateMapForm.java 5 Avoid unused imports such as 'com.gps.hibernate.User'
11914 src/com/gps/form/GenerateMapForm.java 7 headerCommentRequirement Required
11915 src/com/gps/form/GenerateMapForm.java 9 fieldCommentRequirement Required
11916 src/com/gps/form/GenerateMapForm.java 10 fieldCommentRequirement Required
11917 src/com/gps/form/GenerateMapForm.java 11 Avoid excessively long variable names like vehicleDescription
11918 src/com/gps/form/GenerateMapForm.java 11 fieldCommentRequirement Required
11919 src/com/gps/form/GenerateMapForm.java 12 fieldCommentRequirement Required
11920 src/com/gps/form/GenerateMapForm.java 13 fieldCommentRequirement Required
11921 src/com/gps/form/GenerateMapForm.java 14 fieldCommentRequirement Required
11922 src/com/gps/form/GenerateMapForm.java 15 fieldCommentRequirement Required
11923 src/com/gps/form/GenerateMapForm.java 16 fieldCommentRequirement Required
11924 src/com/gps/form/GenerateMapForm.java 17 fieldCommentRequirement Required
11925 src/com/gps/form/GenerateMapForm.java 19 publicMethodCommentRequirement Required
11926 src/com/gps/form/GenerateMapForm.java 23 Parameter 'vehicleGroupId' is not assigned and could be declared final
11927 src/com/gps/form/GenerateMapForm.java 23 publicMethodCommentRequirement Required
11928 src/com/gps/form/GenerateMapForm.java 27 publicMethodCommentRequirement Required
11929 src/com/gps/form/GenerateMapForm.java 31 Parameter 'vehicleId' is not assigned and could be declared final
11930 src/com/gps/form/GenerateMapForm.java 31 publicMethodCommentRequirement Required
11931 src/com/gps/form/GenerateMapForm.java 35 publicMethodCommentRequirement Required
11932 src/com/gps/form/GenerateMapForm.java 39 Avoid excessively long variable names like vehicleDescription
11933 src/com/gps/form/GenerateMapForm.java 39 Parameter 'vehicleDescription' is not assigned and could be declared final
11934 src/com/gps/form/GenerateMapForm.java 39 publicMethodCommentRequirement Required
11935 src/com/gps/form/GenerateMapForm.java 43 publicMethodCommentRequirement Required
11936 src/com/gps/form/GenerateMapForm.java 47 Parameter 'model' is not assigned and could be declared final
11937 src/com/gps/form/GenerateMapForm.java 47 publicMethodCommentRequirement Required
11938 src/com/gps/form/GenerateMapForm.java 51 publicMethodCommentRequirement Required
11939 src/com/gps/form/GenerateMapForm.java 55 Parameter 'color' is not assigned and could be declared final
11940 src/com/gps/form/GenerateMapForm.java 55 publicMethodCommentRequirement Required
11941 src/com/gps/form/GenerateMapForm.java 59 publicMethodCommentRequirement Required
11942 src/com/gps/form/GenerateMapForm.java 63 Parameter 'companyName' is not assigned and could be declared final
11943 src/com/gps/form/GenerateMapForm.java 63 publicMethodCommentRequirement Required
11944 src/com/gps/form/GenerateMapForm.java 67 publicMethodCommentRequirement Required
11945 src/com/gps/form/GenerateMapForm.java 71 Parameter 'regNo' is not assigned and could be declared final
11946 src/com/gps/form/GenerateMapForm.java 71 publicMethodCommentRequirement Required
11947 src/com/gps/form/GenerateMapForm.java 75 publicMethodCommentRequirement Required
11948 src/com/gps/form/GenerateMapForm.java 79 Parameter 'imeiNumber' is not assigned and could be declared final
11949 src/com/gps/form/GenerateMapForm.java 79 publicMethodCommentRequirement Required
11950 src/com/gps/form/GenerateMapForm.java 83 publicMethodCommentRequirement Required
11951 src/com/gps/form/GenerateMapForm.java 87 Parameter 'parameter' is not assigned and could be declared final
11952 src/com/gps/form/GenerateMapForm.java 87 publicMethodCommentRequirement Required
11953 src/com/gps/form/GeofenceForm.java 5 headerCommentRequirement Required
11954 src/com/gps/form/GeofenceForm.java 7 fieldCommentRequirement Required
11955 src/com/gps/form/GeofenceForm.java 8 fieldCommentRequirement Required
11956 src/com/gps/form/GeofenceForm.java 9 fieldCommentRequirement Required
11957 src/com/gps/form/GeofenceForm.java 10 fieldCommentRequirement Required
11958 src/com/gps/form/GeofenceForm.java 11 fieldCommentRequirement Required
11959 src/com/gps/form/GeofenceForm.java 12 fieldCommentRequirement Required
11960 src/com/gps/form/GeofenceForm.java 13 fieldCommentRequirement Required
11961 src/com/gps/form/GeofenceForm.java 14 fieldCommentRequirement Required
11962 src/com/gps/form/GeofenceForm.java 15 fieldCommentRequirement Required
11963 src/com/gps/form/GeofenceForm.java 16 fieldCommentRequirement Required
11964 src/com/gps/form/GeofenceForm.java 19 publicMethodCommentRequirement Required
11965 src/com/gps/form/GeofenceForm.java 23 Parameter 'message' is not assigned and could be declared final
11966 src/com/gps/form/GeofenceForm.java 23 publicMethodCommentRequirement Required
11967 src/com/gps/form/GeofenceForm.java 27 publicMethodCommentRequirement Required
11968 src/com/gps/form/GeofenceForm.java 31 Parameter 'geoMapId' is not assigned and could be declared final
11969 src/com/gps/form/GeofenceForm.java 31 publicMethodCommentRequirement Required
11970 src/com/gps/form/GeofenceForm.java 35 publicMethodCommentRequirement Required
11971 src/com/gps/form/GeofenceForm.java 39 Parameter 'geofenceName' is not assigned and could be declared final
11972 src/com/gps/form/GeofenceForm.java 39 publicMethodCommentRequirement Required
11973 src/com/gps/form/GeofenceForm.java 43 publicMethodCommentRequirement Required
11974 src/com/gps/form/GeofenceForm.java 47 Parameter 'vehicleGroupId' is not assigned and could be declared final
11975 src/com/gps/form/GeofenceForm.java 47 publicMethodCommentRequirement Required
11976 src/com/gps/form/GeofenceForm.java 51 publicMethodCommentRequirement Required
11977 src/com/gps/form/GeofenceForm.java 55 Parameter 'notifierName' is not assigned and could be declared final
11978 src/com/gps/form/GeofenceForm.java 55 publicMethodCommentRequirement Required
11979 src/com/gps/form/GeofenceForm.java 59 publicMethodCommentRequirement Required
11980 src/com/gps/form/GeofenceForm.java 63 Parameter 'notifierAddress' is not assigned and could be declared final
11981 src/com/gps/form/GeofenceForm.java 63 publicMethodCommentRequirement Required
11982 src/com/gps/form/GeofenceForm.java 67 publicMethodCommentRequirement Required
11983 src/com/gps/form/GeofenceForm.java 71 Parameter 'mobileNo' is not assigned and could be declared final
11984 src/com/gps/form/GeofenceForm.java 71 publicMethodCommentRequirement Required
11985 src/com/gps/form/GeofenceForm.java 77 publicMethodCommentRequirement Required
11986 src/com/gps/form/GeofenceForm.java 81 Parameter 'parameter' is not assigned and could be declared final
11987 src/com/gps/form/GeofenceForm.java 81 publicMethodCommentRequirement Required
11988 src/com/gps/form/GeofenceForm.java 85 publicMethodCommentRequirement Required
11989 src/com/gps/form/GeofenceForm.java 89 Parameter 'geofenceId' is not assigned and could be declared final
11990 src/com/gps/form/GeofenceForm.java 89 publicMethodCommentRequirement Required
11991 src/com/gps/form/GeofenceForm.java 93 publicMethodCommentRequirement Required
11992 src/com/gps/form/GeofenceForm.java 97 Parameter 'vehicleId' is not assigned and could be declared final
11993 src/com/gps/form/GeofenceForm.java 97 publicMethodCommentRequirement Required
11994 src/com/gps/form/LogingpsForm.java 7 Avoid unused imports such as 'javax.servlet.http.HttpServletRequest'
11995 src/com/gps/form/LogingpsForm.java 25 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final.
11996 src/com/gps/form/LogingpsForm.java 27 fieldCommentRequirement Required
11997 src/com/gps/form/LogingpsForm.java 33 publicMethodCommentRequirement Required
11998 src/com/gps/form/LogingpsForm.java 37 Parameter 'parameter' is not assigned and could be declared final
11999 src/com/gps/form/LogingpsForm.java 37 publicMethodCommentRequirement Required
12000 src/com/gps/form/LogingpsForm.java 61 Parameter 'password' is not assigned and could be declared final
12001 src/com/gps/form/LogingpsForm.java 69 Method names should not contain underscores
12002 src/com/gps/form/LogingpsForm.java 77 Method names should not contain underscores
12003 src/com/gps/form/LogingpsForm.java 77 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'login_id' is not final.
12004 src/com/gps/form/LogingpsForm.java 77 Parameter 'login_id' is not assigned and could be declared final
12005 src/com/gps/hibernate/Account.java 11 Classes implementing Serializable should set a serialVersionUID
12006 src/com/gps/hibernate/Account.java 11 Too many fields
12007 src/com/gps/hibernate/Account.java 15 fieldCommentRequirement Required
12008 src/com/gps/hibernate/Account.java 16 fieldCommentRequirement Required
12009 src/com/gps/hibernate/Account.java 17 fieldCommentRequirement Required
12010 src/com/gps/hibernate/Account.java 18 fieldCommentRequirement Required
12011 src/com/gps/hibernate/Account.java 19 fieldCommentRequirement Required
12012 src/com/gps/hibernate/Account.java 20 fieldCommentRequirement Required
12013 src/com/gps/hibernate/Account.java 21 fieldCommentRequirement Required
12014 src/com/gps/hibernate/Account.java 22 fieldCommentRequirement Required
12015 src/com/gps/hibernate/Account.java 23 fieldCommentRequirement Required
12016 src/com/gps/hibernate/Account.java 24 fieldCommentRequirement Required
12017 src/com/gps/hibernate/Account.java 25 fieldCommentRequirement Required
12018 src/com/gps/hibernate/Account.java 26 fieldCommentRequirement Required
12019 src/com/gps/hibernate/Account.java 27 fieldCommentRequirement Required
12020 src/com/gps/hibernate/Account.java 28 fieldCommentRequirement Required
12021 src/com/gps/hibernate/Account.java 29 fieldCommentRequirement Required
12022 src/com/gps/hibernate/Account.java 30 fieldCommentRequirement Required
12023 src/com/gps/hibernate/Account.java 35 Document empty constructor
12024 src/com/gps/hibernate/Account.java 39 Parameter 'accountId' is not assigned and could be declared final
12025 src/com/gps/hibernate/Account.java 44 Avoid long parameter lists.
12026 src/com/gps/hibernate/Account.java 44 Parameter 'accountId' is not assigned and could be declared final
12027 src/com/gps/hibernate/Account.java 44 Parameter 'companyId' is not assigned and could be declared final
12028 src/com/gps/hibernate/Account.java 44 Parameter 'userId' is not assigned and could be declared final
12029 src/com/gps/hibernate/Account.java 45 Parameter 'createDate' is not assigned and could be declared final
12030 src/com/gps/hibernate/Account.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
12031 src/com/gps/hibernate/Account.java 45 Parameter 'userName' is not assigned and could be declared final
12032 src/com/gps/hibernate/Account.java 46 Parameter 'legalName' is not assigned and could be declared final
12033 src/com/gps/hibernate/Account.java 46 Parameter 'name' is not assigned and could be declared final
12034 src/com/gps/hibernate/Account.java 46 Parameter 'parentAccountId' is not assigned and could be declared final
12035 src/com/gps/hibernate/Account.java 47 Parameter 'legalId' is not assigned and could be declared final
12036 src/com/gps/hibernate/Account.java 47 Parameter 'legalType' is not assigned and could be declared final
12037 src/com/gps/hibernate/Account.java 47 Parameter 'sicCode' is not assigned and could be declared final
12038 src/com/gps/hibernate/Account.java 48 Parameter 'industry' is not assigned and could be declared final
12039 src/com/gps/hibernate/Account.java 48 Parameter 'size' is not assigned and could be declared final
12040 src/com/gps/hibernate/Account.java 48 Parameter 'tickerSymbol' is not assigned and could be declared final
12041 src/com/gps/hibernate/Account.java 48 Parameter 'type' is not assigned and could be declared final
12042 src/com/gps/hibernate/Account.java 69 publicMethodCommentRequirement Required
12043 src/com/gps/hibernate/Account.java 73 Parameter 'accountId' is not assigned and could be declared final
12044 src/com/gps/hibernate/Account.java 73 publicMethodCommentRequirement Required
12045 src/com/gps/hibernate/Account.java 77 publicMethodCommentRequirement Required
12046 src/com/gps/hibernate/Account.java 81 Parameter 'companyId' is not assigned and could be declared final
12047 src/com/gps/hibernate/Account.java 81 publicMethodCommentRequirement Required
12048 src/com/gps/hibernate/Account.java 85 publicMethodCommentRequirement Required
12049 src/com/gps/hibernate/Account.java 89 Parameter 'userId' is not assigned and could be declared final
12050 src/com/gps/hibernate/Account.java 89 publicMethodCommentRequirement Required
12051 src/com/gps/hibernate/Account.java 93 publicMethodCommentRequirement Required
12052 src/com/gps/hibernate/Account.java 97 Parameter 'userName' is not assigned and could be declared final
12053 src/com/gps/hibernate/Account.java 97 publicMethodCommentRequirement Required
12054 src/com/gps/hibernate/Account.java 101 publicMethodCommentRequirement Required
12055 src/com/gps/hibernate/Account.java 105 Parameter 'createDate' is not assigned and could be declared final
12056 src/com/gps/hibernate/Account.java 105 publicMethodCommentRequirement Required
12057 src/com/gps/hibernate/Account.java 109 publicMethodCommentRequirement Required
12058 src/com/gps/hibernate/Account.java 113 Parameter 'modifiedDate' is not assigned and could be declared final
12059 src/com/gps/hibernate/Account.java 113 publicMethodCommentRequirement Required
12060 src/com/gps/hibernate/Account.java 117 publicMethodCommentRequirement Required
12061 src/com/gps/hibernate/Account.java 121 Parameter 'parentAccountId' is not assigned and could be declared final
12062 src/com/gps/hibernate/Account.java 121 publicMethodCommentRequirement Required
12063 src/com/gps/hibernate/Account.java 125 publicMethodCommentRequirement Required
12064 src/com/gps/hibernate/Account.java 129 Parameter 'name' is not assigned and could be declared final
12065 src/com/gps/hibernate/Account.java 129 publicMethodCommentRequirement Required
12066 src/com/gps/hibernate/Account.java 133 publicMethodCommentRequirement Required
12067 src/com/gps/hibernate/Account.java 137 Parameter 'legalName' is not assigned and could be declared final
12068 src/com/gps/hibernate/Account.java 137 publicMethodCommentRequirement Required
12069 src/com/gps/hibernate/Account.java 141 publicMethodCommentRequirement Required
12070 src/com/gps/hibernate/Account.java 145 Parameter 'legalId' is not assigned and could be declared final
12071 src/com/gps/hibernate/Account.java 145 publicMethodCommentRequirement Required
12072 src/com/gps/hibernate/Account.java 149 publicMethodCommentRequirement Required
12073 src/com/gps/hibernate/Account.java 153 Parameter 'legalType' is not assigned and could be declared final
12074 src/com/gps/hibernate/Account.java 153 publicMethodCommentRequirement Required
12075 src/com/gps/hibernate/Account.java 157 publicMethodCommentRequirement Required
12076 src/com/gps/hibernate/Account.java 161 Parameter 'sicCode' is not assigned and could be declared final
12077 src/com/gps/hibernate/Account.java 161 publicMethodCommentRequirement Required
12078 src/com/gps/hibernate/Account.java 165 publicMethodCommentRequirement Required
12079 src/com/gps/hibernate/Account.java 169 Parameter 'tickerSymbol' is not assigned and could be declared final
12080 src/com/gps/hibernate/Account.java 169 publicMethodCommentRequirement Required
12081 src/com/gps/hibernate/Account.java 173 publicMethodCommentRequirement Required
12082 src/com/gps/hibernate/Account.java 177 Parameter 'industry' is not assigned and could be declared final
12083 src/com/gps/hibernate/Account.java 177 publicMethodCommentRequirement Required
12084 src/com/gps/hibernate/Account.java 181 publicMethodCommentRequirement Required
12085 src/com/gps/hibernate/Account.java 185 Parameter 'type' is not assigned and could be declared final
12086 src/com/gps/hibernate/Account.java 185 publicMethodCommentRequirement Required
12087 src/com/gps/hibernate/Account.java 189 publicMethodCommentRequirement Required
12088 src/com/gps/hibernate/Account.java 193 Parameter 'size' is not assigned and could be declared final
12089 src/com/gps/hibernate/Account.java 193 publicMethodCommentRequirement Required
12090 src/com/gps/hibernate/AccountDAO.java 3 Avoid unused imports such as 'java.util.Date'
12091 src/com/gps/hibernate/AccountDAO.java 11 Comment is too large: Too many lines
12092 src/com/gps/hibernate/AccountDAO.java 23 This class has too many methods, consider refactoring it.
12093 src/com/gps/hibernate/AccountDAO.java 24 Logger should be defined private static final and have the correct class
12094 src/com/gps/hibernate/AccountDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12095 src/com/gps/hibernate/AccountDAO.java 24 fieldCommentRequirement Required
12096 src/com/gps/hibernate/AccountDAO.java 26 fieldCommentRequirement Required
12097 src/com/gps/hibernate/AccountDAO.java 27 fieldCommentRequirement Required
12098 src/com/gps/hibernate/AccountDAO.java 28 fieldCommentRequirement Required
12099 src/com/gps/hibernate/AccountDAO.java 29 fieldCommentRequirement Required
12100 src/com/gps/hibernate/AccountDAO.java 30 fieldCommentRequirement Required
12101 src/com/gps/hibernate/AccountDAO.java 31 fieldCommentRequirement Required
12102 src/com/gps/hibernate/AccountDAO.java 32 fieldCommentRequirement Required
12103 src/com/gps/hibernate/AccountDAO.java 33 fieldCommentRequirement Required
12104 src/com/gps/hibernate/AccountDAO.java 34 fieldCommentRequirement Required
12105 src/com/gps/hibernate/AccountDAO.java 35 fieldCommentRequirement Required
12106 src/com/gps/hibernate/AccountDAO.java 36 fieldCommentRequirement Required
12107 src/com/gps/hibernate/AccountDAO.java 37 fieldCommentRequirement Required
12108 src/com/gps/hibernate/AccountDAO.java 38 fieldCommentRequirement Required
12109 src/com/gps/hibernate/AccountDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
12110 src/com/gps/hibernate/AccountDAO.java 40 publicMethodCommentRequirement Required
12111 src/com/gps/hibernate/AccountDAO.java 41 There is log block not surrounded by if
12112 src/com/gps/hibernate/AccountDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12113 src/com/gps/hibernate/AccountDAO.java 43 Potential violation of Law of Demeter (method chain calls)
12114 src/com/gps/hibernate/AccountDAO.java 44 There is log block not surrounded by if
12115 src/com/gps/hibernate/AccountDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12116 src/com/gps/hibernate/AccountDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12117 src/com/gps/hibernate/AccountDAO.java 46 There is log block not surrounded by if
12118 src/com/gps/hibernate/AccountDAO.java 51 Avoid excessively long variable names like persistentInstance
12119 src/com/gps/hibernate/AccountDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
12120 src/com/gps/hibernate/AccountDAO.java 51 publicMethodCommentRequirement Required
12121 src/com/gps/hibernate/AccountDAO.java 52 There is log block not surrounded by if
12122 src/com/gps/hibernate/AccountDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12123 src/com/gps/hibernate/AccountDAO.java 54 Potential violation of Law of Demeter (method chain calls)
12124 src/com/gps/hibernate/AccountDAO.java 55 There is log block not surrounded by if
12125 src/com/gps/hibernate/AccountDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12126 src/com/gps/hibernate/AccountDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12127 src/com/gps/hibernate/AccountDAO.java 57 There is log block not surrounded by if
12128 src/com/gps/hibernate/AccountDAO.java 62 Avoid variables with short names like id
12129 src/com/gps/hibernate/AccountDAO.java 62 Parameter 'id' is not assigned and could be declared final
12130 src/com/gps/hibernate/AccountDAO.java 62 publicMethodCommentRequirement Required
12131 src/com/gps/hibernate/AccountDAO.java 63 There is log block not surrounded by if
12132 src/com/gps/hibernate/AccountDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12133 src/com/gps/hibernate/AccountDAO.java 65 Local variable 'instance' could be declared final
12134 src/com/gps/hibernate/AccountDAO.java 65 Potential violation of Law of Demeter (method chain calls)
12135 src/com/gps/hibernate/AccountDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12136 src/com/gps/hibernate/AccountDAO.java 69 There is log block not surrounded by if
12137 src/com/gps/hibernate/AccountDAO.java 74 Parameter 'instance' is not assigned and could be declared final
12138 src/com/gps/hibernate/AccountDAO.java 74 publicMethodCommentRequirement Required
12139 src/com/gps/hibernate/AccountDAO.java 75 There is log block not surrounded by if
12140 src/com/gps/hibernate/AccountDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12141 src/com/gps/hibernate/AccountDAO.java 77 Local variable 'results' could be declared final
12142 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12143 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12144 src/com/gps/hibernate/AccountDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12145 src/com/gps/hibernate/AccountDAO.java 80 There is log block not surrounded by if
12146 src/com/gps/hibernate/AccountDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12147 src/com/gps/hibernate/AccountDAO.java 81 Potential violation of Law of Demeter (object not created locally)
12148 src/com/gps/hibernate/AccountDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12149 src/com/gps/hibernate/AccountDAO.java 84 There is log block not surrounded by if
12150 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
12151 src/com/gps/hibernate/AccountDAO.java 89 Parameter 'value' is not assigned and could be declared final
12152 src/com/gps/hibernate/AccountDAO.java 89 publicMethodCommentRequirement Required
12153 src/com/gps/hibernate/AccountDAO.java 90 There is log block not surrounded by if
12154 src/com/gps/hibernate/AccountDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12155 src/com/gps/hibernate/AccountDAO.java 93 Local variable 'queryString' could be declared final
12156 src/com/gps/hibernate/AccountDAO.java 95 Local variable 'queryObject' could be declared final
12157 src/com/gps/hibernate/AccountDAO.java 95 Potential violation of Law of Demeter (method chain calls)
12158 src/com/gps/hibernate/AccountDAO.java 96 Potential violation of Law of Demeter (object not created locally)
12159 src/com/gps/hibernate/AccountDAO.java 97 Potential violation of Law of Demeter (object not created locally)
12160 src/com/gps/hibernate/AccountDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12161 src/com/gps/hibernate/AccountDAO.java 99 There is log block not surrounded by if
12162 src/com/gps/hibernate/AccountDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
12163 src/com/gps/hibernate/AccountDAO.java 104 publicMethodCommentRequirement Required
12164 src/com/gps/hibernate/AccountDAO.java 108 Parameter 'userId' is not assigned and could be declared final
12165 src/com/gps/hibernate/AccountDAO.java 108 publicMethodCommentRequirement Required
12166 src/com/gps/hibernate/AccountDAO.java 112 Parameter 'userName' is not assigned and could be declared final
12167 src/com/gps/hibernate/AccountDAO.java 112 publicMethodCommentRequirement Required
12168 src/com/gps/hibernate/AccountDAO.java 116 Parameter 'parentAccountId' is not assigned and could be declared final
12169 src/com/gps/hibernate/AccountDAO.java 116 publicMethodCommentRequirement Required
12170 src/com/gps/hibernate/AccountDAO.java 120 Parameter 'name' is not assigned and could be declared final
12171 src/com/gps/hibernate/AccountDAO.java 120 publicMethodCommentRequirement Required
12172 src/com/gps/hibernate/AccountDAO.java 124 Parameter 'legalName' is not assigned and could be declared final
12173 src/com/gps/hibernate/AccountDAO.java 124 publicMethodCommentRequirement Required
12174 src/com/gps/hibernate/AccountDAO.java 128 Parameter 'legalId' is not assigned and could be declared final
12175 src/com/gps/hibernate/AccountDAO.java 128 publicMethodCommentRequirement Required
12176 src/com/gps/hibernate/AccountDAO.java 132 Parameter 'legalType' is not assigned and could be declared final
12177 src/com/gps/hibernate/AccountDAO.java 132 publicMethodCommentRequirement Required
12178 src/com/gps/hibernate/AccountDAO.java 136 Parameter 'sicCode' is not assigned and could be declared final
12179 src/com/gps/hibernate/AccountDAO.java 136 publicMethodCommentRequirement Required
12180 src/com/gps/hibernate/AccountDAO.java 140 Parameter 'tickerSymbol' is not assigned and could be declared final
12181 src/com/gps/hibernate/AccountDAO.java 140 publicMethodCommentRequirement Required
12182 src/com/gps/hibernate/AccountDAO.java 144 Parameter 'industry' is not assigned and could be declared final
12183 src/com/gps/hibernate/AccountDAO.java 144 publicMethodCommentRequirement Required
12184 src/com/gps/hibernate/AccountDAO.java 148 Parameter 'type' is not assigned and could be declared final
12185 src/com/gps/hibernate/AccountDAO.java 148 publicMethodCommentRequirement Required
12186 src/com/gps/hibernate/AccountDAO.java 152 Parameter 'size' is not assigned and could be declared final
12187 src/com/gps/hibernate/AccountDAO.java 152 publicMethodCommentRequirement Required
12188 src/com/gps/hibernate/AccountDAO.java 156 publicMethodCommentRequirement Required
12189 src/com/gps/hibernate/AccountDAO.java 157 There is log block not surrounded by if
12190 src/com/gps/hibernate/AccountDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12191 src/com/gps/hibernate/AccountDAO.java 159 Local variable 'queryString' could be declared final
12192 src/com/gps/hibernate/AccountDAO.java 160 Local variable 'queryObject' could be declared final
12193 src/com/gps/hibernate/AccountDAO.java 160 Potential violation of Law of Demeter (method chain calls)
12194 src/com/gps/hibernate/AccountDAO.java 161 Potential violation of Law of Demeter (object not created locally)
12195 src/com/gps/hibernate/AccountDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12196 src/com/gps/hibernate/AccountDAO.java 163 There is log block not surrounded by if
12197 src/com/gps/hibernate/AccountDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
12198 src/com/gps/hibernate/AccountDAO.java 168 publicMethodCommentRequirement Required
12199 src/com/gps/hibernate/AccountDAO.java 169 There is log block not surrounded by if
12200 src/com/gps/hibernate/AccountDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12201 src/com/gps/hibernate/AccountDAO.java 171 Local variable 'result' could be declared final
12202 src/com/gps/hibernate/AccountDAO.java 171 Potential violation of Law of Demeter (method chain calls)
12203 src/com/gps/hibernate/AccountDAO.java 172 There is log block not surrounded by if
12204 src/com/gps/hibernate/AccountDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12205 src/com/gps/hibernate/AccountDAO.java 174 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12206 src/com/gps/hibernate/AccountDAO.java 175 There is log block not surrounded by if
12207 src/com/gps/hibernate/AccountDAO.java 180 Parameter 'instance' is not assigned and could be declared final
12208 src/com/gps/hibernate/AccountDAO.java 180 publicMethodCommentRequirement Required
12209 src/com/gps/hibernate/AccountDAO.java 181 There is log block not surrounded by if
12210 src/com/gps/hibernate/AccountDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12211 src/com/gps/hibernate/AccountDAO.java 183 Potential violation of Law of Demeter (method chain calls)
12212 src/com/gps/hibernate/AccountDAO.java 184 There is log block not surrounded by if
12213 src/com/gps/hibernate/AccountDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12214 src/com/gps/hibernate/AccountDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12215 src/com/gps/hibernate/AccountDAO.java 186 There is log block not surrounded by if
12216 src/com/gps/hibernate/AccountDAO.java 191 Parameter 'instance' is not assigned and could be declared final
12217 src/com/gps/hibernate/AccountDAO.java 191 publicMethodCommentRequirement Required
12218 src/com/gps/hibernate/AccountDAO.java 192 There is log block not surrounded by if
12219 src/com/gps/hibernate/AccountDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12220 src/com/gps/hibernate/AccountDAO.java 194 Potential violation of Law of Demeter (method chain calls)
12221 src/com/gps/hibernate/AccountDAO.java 195 There is log block not surrounded by if
12222 src/com/gps/hibernate/AccountDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12223 src/com/gps/hibernate/AccountDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12224 src/com/gps/hibernate/AccountDAO.java 197 There is log block not surrounded by if
12225 src/com/gps/hibernate/Accounts.java 9 Classes implementing Serializable should set a serialVersionUID
12226 src/com/gps/hibernate/Accounts.java 13 Avoid variables with short names like id
12227 src/com/gps/hibernate/Accounts.java 13 fieldCommentRequirement Required
12228 src/com/gps/hibernate/Accounts.java 18 Document empty constructor
12229 src/com/gps/hibernate/Accounts.java 22 Avoid variables with short names like id
12230 src/com/gps/hibernate/Accounts.java 22 Parameter 'id' is not assigned and could be declared final
12231 src/com/gps/hibernate/Accounts.java 28 publicMethodCommentRequirement Required
12232 src/com/gps/hibernate/Accounts.java 32 Avoid variables with short names like id
12233 src/com/gps/hibernate/Accounts.java 32 Parameter 'id' is not assigned and could be declared final
12234 src/com/gps/hibernate/Accounts.java 32 publicMethodCommentRequirement Required
12235 src/com/gps/hibernate/AccountsDAO.java 10 Comment is too large: Too many lines
12236 src/com/gps/hibernate/AccountsDAO.java 23 Logger should be defined private static final and have the correct class
12237 src/com/gps/hibernate/AccountsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
12238 src/com/gps/hibernate/AccountsDAO.java 23 fieldCommentRequirement Required
12239 src/com/gps/hibernate/AccountsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
12240 src/com/gps/hibernate/AccountsDAO.java 27 publicMethodCommentRequirement Required
12241 src/com/gps/hibernate/AccountsDAO.java 28 There is log block not surrounded by if
12242 src/com/gps/hibernate/AccountsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12243 src/com/gps/hibernate/AccountsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
12244 src/com/gps/hibernate/AccountsDAO.java 31 There is log block not surrounded by if
12245 src/com/gps/hibernate/AccountsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12246 src/com/gps/hibernate/AccountsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12247 src/com/gps/hibernate/AccountsDAO.java 33 There is log block not surrounded by if
12248 src/com/gps/hibernate/AccountsDAO.java 38 Avoid excessively long variable names like persistentInstance
12249 src/com/gps/hibernate/AccountsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
12250 src/com/gps/hibernate/AccountsDAO.java 38 publicMethodCommentRequirement Required
12251 src/com/gps/hibernate/AccountsDAO.java 39 There is log block not surrounded by if
12252 src/com/gps/hibernate/AccountsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12253 src/com/gps/hibernate/AccountsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
12254 src/com/gps/hibernate/AccountsDAO.java 42 There is log block not surrounded by if
12255 src/com/gps/hibernate/AccountsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12256 src/com/gps/hibernate/AccountsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12257 src/com/gps/hibernate/AccountsDAO.java 44 There is log block not surrounded by if
12258 src/com/gps/hibernate/AccountsDAO.java 49 Avoid variables with short names like id
12259 src/com/gps/hibernate/AccountsDAO.java 49 Parameter 'id' is not assigned and could be declared final
12260 src/com/gps/hibernate/AccountsDAO.java 49 publicMethodCommentRequirement Required
12261 src/com/gps/hibernate/AccountsDAO.java 50 There is log block not surrounded by if
12262 src/com/gps/hibernate/AccountsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12263 src/com/gps/hibernate/AccountsDAO.java 52 Local variable 'instance' could be declared final
12264 src/com/gps/hibernate/AccountsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
12265 src/com/gps/hibernate/AccountsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12266 src/com/gps/hibernate/AccountsDAO.java 56 There is log block not surrounded by if
12267 src/com/gps/hibernate/AccountsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
12268 src/com/gps/hibernate/AccountsDAO.java 61 publicMethodCommentRequirement Required
12269 src/com/gps/hibernate/AccountsDAO.java 62 There is log block not surrounded by if
12270 src/com/gps/hibernate/AccountsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12271 src/com/gps/hibernate/AccountsDAO.java 64 Local variable 'results' could be declared final
12272 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
12273 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
12274 src/com/gps/hibernate/AccountsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
12275 src/com/gps/hibernate/AccountsDAO.java 67 There is log block not surrounded by if
12276 src/com/gps/hibernate/AccountsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12277 src/com/gps/hibernate/AccountsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
12278 src/com/gps/hibernate/AccountsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12279 src/com/gps/hibernate/AccountsDAO.java 71 There is log block not surrounded by if
12280 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
12281 src/com/gps/hibernate/AccountsDAO.java 76 Parameter 'value' is not assigned and could be declared final
12282 src/com/gps/hibernate/AccountsDAO.java 76 publicMethodCommentRequirement Required
12283 src/com/gps/hibernate/AccountsDAO.java 77 There is log block not surrounded by if
12284 src/com/gps/hibernate/AccountsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12285 src/com/gps/hibernate/AccountsDAO.java 80 Local variable 'queryString' could be declared final
12286 src/com/gps/hibernate/AccountsDAO.java 82 Local variable 'queryObject' could be declared final
12287 src/com/gps/hibernate/AccountsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
12288 src/com/gps/hibernate/AccountsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
12289 src/com/gps/hibernate/AccountsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
12290 src/com/gps/hibernate/AccountsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12291 src/com/gps/hibernate/AccountsDAO.java 86 There is log block not surrounded by if
12292 src/com/gps/hibernate/AccountsDAO.java 91 publicMethodCommentRequirement Required
12293 src/com/gps/hibernate/AccountsDAO.java 92 There is log block not surrounded by if
12294 src/com/gps/hibernate/AccountsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12295 src/com/gps/hibernate/AccountsDAO.java 94 Local variable 'queryString' could be declared final
12296 src/com/gps/hibernate/AccountsDAO.java 95 Local variable 'queryObject' could be declared final
12297 src/com/gps/hibernate/AccountsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
12298 src/com/gps/hibernate/AccountsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
12299 src/com/gps/hibernate/AccountsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12300 src/com/gps/hibernate/AccountsDAO.java 98 There is log block not surrounded by if
12301 src/com/gps/hibernate/AccountsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
12302 src/com/gps/hibernate/AccountsDAO.java 103 publicMethodCommentRequirement Required
12303 src/com/gps/hibernate/AccountsDAO.java 104 There is log block not surrounded by if
12304 src/com/gps/hibernate/AccountsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12305 src/com/gps/hibernate/AccountsDAO.java 106 Local variable 'result' could be declared final
12306 src/com/gps/hibernate/AccountsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
12307 src/com/gps/hibernate/AccountsDAO.java 107 There is log block not surrounded by if
12308 src/com/gps/hibernate/AccountsDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12309 src/com/gps/hibernate/AccountsDAO.java 109 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12310 src/com/gps/hibernate/AccountsDAO.java 110 There is log block not surrounded by if
12311 src/com/gps/hibernate/AccountsDAO.java 115 Parameter 'instance' is not assigned and could be declared final
12312 src/com/gps/hibernate/AccountsDAO.java 115 publicMethodCommentRequirement Required
12313 src/com/gps/hibernate/AccountsDAO.java 116 There is log block not surrounded by if
12314 src/com/gps/hibernate/AccountsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12315 src/com/gps/hibernate/AccountsDAO.java 118 Potential violation of Law of Demeter (method chain calls)
12316 src/com/gps/hibernate/AccountsDAO.java 119 There is log block not surrounded by if
12317 src/com/gps/hibernate/AccountsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12318 src/com/gps/hibernate/AccountsDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12319 src/com/gps/hibernate/AccountsDAO.java 121 There is log block not surrounded by if
12320 src/com/gps/hibernate/AccountsDAO.java 126 Parameter 'instance' is not assigned and could be declared final
12321 src/com/gps/hibernate/AccountsDAO.java 126 publicMethodCommentRequirement Required
12322 src/com/gps/hibernate/AccountsDAO.java 127 There is log block not surrounded by if
12323 src/com/gps/hibernate/AccountsDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12324 src/com/gps/hibernate/AccountsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
12325 src/com/gps/hibernate/AccountsDAO.java 130 There is log block not surrounded by if
12326 src/com/gps/hibernate/AccountsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12327 src/com/gps/hibernate/AccountsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12328 src/com/gps/hibernate/AccountsDAO.java 132 There is log block not surrounded by if
12329 src/com/gps/hibernate/AccountsId.java 9 Classes implementing Serializable should set a serialVersionUID
12330 src/com/gps/hibernate/AccountsId.java 13 fieldCommentRequirement Required
12331 src/com/gps/hibernate/AccountsId.java 14 fieldCommentRequirement Required
12332 src/com/gps/hibernate/AccountsId.java 19 Document empty constructor
12333 src/com/gps/hibernate/AccountsId.java 23 Parameter 'creditLimit' is not assigned and could be declared final
12334 src/com/gps/hibernate/AccountsId.java 23 Parameter 'smsSent' is not assigned and could be declared final
12335 src/com/gps/hibernate/AccountsId.java 30 publicMethodCommentRequirement Required
12336 src/com/gps/hibernate/AccountsId.java 34 Parameter 'smsSent' is not assigned and could be declared final
12337 src/com/gps/hibernate/AccountsId.java 34 publicMethodCommentRequirement Required
12338 src/com/gps/hibernate/AccountsId.java 38 publicMethodCommentRequirement Required
12339 src/com/gps/hibernate/AccountsId.java 42 Parameter 'creditLimit' is not assigned and could be declared final
12340 src/com/gps/hibernate/AccountsId.java 42 publicMethodCommentRequirement Required
12341 src/com/gps/hibernate/AccountsId.java 46 Parameter 'other' is not assigned and could be declared final
12342 src/com/gps/hibernate/AccountsId.java 46 publicMethodCommentRequirement Required
12343 src/com/gps/hibernate/AccountsId.java 47 Avoid using if statements without curly braces
12344 src/com/gps/hibernate/AccountsId.java 47 Useless parentheses.
12345 src/com/gps/hibernate/AccountsId.java 48 A method should have only one exit point, and that should be the last statement in the method
12346 src/com/gps/hibernate/AccountsId.java 49 Avoid using if statements without curly braces
12347 src/com/gps/hibernate/AccountsId.java 49 Useless parentheses.
12348 src/com/gps/hibernate/AccountsId.java 50 A method should have only one exit point, and that should be the last statement in the method
12349 src/com/gps/hibernate/AccountsId.java 51 Avoid using if statements without curly braces
12350 src/com/gps/hibernate/AccountsId.java 52 A method should have only one exit point, and that should be the last statement in the method
12351 src/com/gps/hibernate/AccountsId.java 53 Local variable 'castOther' could be declared final
12352 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (method chain calls)
12353 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
12354 src/com/gps/hibernate/AccountsId.java 55 Potential violation of Law of Demeter (object not created locally)
12355 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
12356 src/com/gps/hibernate/AccountsId.java 55 Useless parentheses.
12357 src/com/gps/hibernate/AccountsId.java 57 Potential violation of Law of Demeter (object not created locally)
12358 src/com/gps/hibernate/AccountsId.java 58 Potential violation of Law of Demeter (object not created locally)
12359 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (method chain calls)
12360 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
12361 src/com/gps/hibernate/AccountsId.java 59 Potential violation of Law of Demeter (object not created locally)
12362 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
12363 src/com/gps/hibernate/AccountsId.java 59 Useless parentheses.
12364 src/com/gps/hibernate/AccountsId.java 61 Potential violation of Law of Demeter (object not created locally)
12365 src/com/gps/hibernate/AccountsId.java 62 Potential violation of Law of Demeter (object not created locally)
12366 src/com/gps/hibernate/AccountsId.java 65 publicMethodCommentRequirement Required
12367 src/com/gps/hibernate/AccountsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
12368 src/com/gps/hibernate/Address.java 11 Classes implementing Serializable should set a serialVersionUID
12369 src/com/gps/hibernate/Address.java 11 Too many fields
12370 src/com/gps/hibernate/Address.java 15 fieldCommentRequirement Required
12371 src/com/gps/hibernate/Address.java 16 fieldCommentRequirement Required
12372 src/com/gps/hibernate/Address.java 17 fieldCommentRequirement Required
12373 src/com/gps/hibernate/Address.java 18 fieldCommentRequirement Required
12374 src/com/gps/hibernate/Address.java 19 fieldCommentRequirement Required
12375 src/com/gps/hibernate/Address.java 20 fieldCommentRequirement Required
12376 src/com/gps/hibernate/Address.java 21 fieldCommentRequirement Required
12377 src/com/gps/hibernate/Address.java 22 fieldCommentRequirement Required
12378 src/com/gps/hibernate/Address.java 23 fieldCommentRequirement Required
12379 src/com/gps/hibernate/Address.java 24 fieldCommentRequirement Required
12380 src/com/gps/hibernate/Address.java 25 fieldCommentRequirement Required
12381 src/com/gps/hibernate/Address.java 26 fieldCommentRequirement Required
12382 src/com/gps/hibernate/Address.java 27 fieldCommentRequirement Required
12383 src/com/gps/hibernate/Address.java 28 fieldCommentRequirement Required
12384 src/com/gps/hibernate/Address.java 29 fieldCommentRequirement Required
12385 src/com/gps/hibernate/Address.java 30 fieldCommentRequirement Required
12386 src/com/gps/hibernate/Address.java 31 fieldCommentRequirement Required
12387 src/com/gps/hibernate/Address.java 32 fieldCommentRequirement Required
12388 src/com/gps/hibernate/Address.java 37 Document empty constructor
12389 src/com/gps/hibernate/Address.java 41 Parameter 'addressId' is not assigned and could be declared final
12390 src/com/gps/hibernate/Address.java 46 Avoid long parameter lists.
12391 src/com/gps/hibernate/Address.java 46 Parameter 'addressId' is not assigned and could be declared final
12392 src/com/gps/hibernate/Address.java 46 Parameter 'companyId' is not assigned and could be declared final
12393 src/com/gps/hibernate/Address.java 46 Parameter 'userId' is not assigned and could be declared final
12394 src/com/gps/hibernate/Address.java 47 Parameter 'createDate' is not assigned and could be declared final
12395 src/com/gps/hibernate/Address.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
12396 src/com/gps/hibernate/Address.java 47 Parameter 'userName' is not assigned and could be declared final
12397 src/com/gps/hibernate/Address.java 48 Parameter 'classNameId' is not assigned and could be declared final
12398 src/com/gps/hibernate/Address.java 48 Parameter 'classPk' is not assigned and could be declared final
12399 src/com/gps/hibernate/Address.java 48 Parameter 'street1' is not assigned and could be declared final
12400 src/com/gps/hibernate/Address.java 48 Parameter 'street2' is not assigned and could be declared final
12401 src/com/gps/hibernate/Address.java 49 Parameter 'city' is not assigned and could be declared final
12402 src/com/gps/hibernate/Address.java 49 Parameter 'regionId' is not assigned and could be declared final
12403 src/com/gps/hibernate/Address.java 49 Parameter 'street3' is not assigned and could be declared final
12404 src/com/gps/hibernate/Address.java 49 Parameter 'zip' is not assigned and could be declared final
12405 src/com/gps/hibernate/Address.java 50 Parameter 'countryId' is not assigned and could be declared final
12406 src/com/gps/hibernate/Address.java 50 Parameter 'mailing' is not assigned and could be declared final
12407 src/com/gps/hibernate/Address.java 50 Parameter 'primary' is not assigned and could be declared final
12408 src/com/gps/hibernate/Address.java 50 Parameter 'typeId' is not assigned and could be declared final
12409 src/com/gps/hibernate/Address.java 73 publicMethodCommentRequirement Required
12410 src/com/gps/hibernate/Address.java 77 Parameter 'addressId' is not assigned and could be declared final
12411 src/com/gps/hibernate/Address.java 77 publicMethodCommentRequirement Required
12412 src/com/gps/hibernate/Address.java 81 publicMethodCommentRequirement Required
12413 src/com/gps/hibernate/Address.java 85 Parameter 'companyId' is not assigned and could be declared final
12414 src/com/gps/hibernate/Address.java 85 publicMethodCommentRequirement Required
12415 src/com/gps/hibernate/Address.java 89 publicMethodCommentRequirement Required
12416 src/com/gps/hibernate/Address.java 93 Parameter 'userId' is not assigned and could be declared final
12417 src/com/gps/hibernate/Address.java 93 publicMethodCommentRequirement Required
12418 src/com/gps/hibernate/Address.java 97 publicMethodCommentRequirement Required
12419 src/com/gps/hibernate/Address.java 101 Parameter 'userName' is not assigned and could be declared final
12420 src/com/gps/hibernate/Address.java 101 publicMethodCommentRequirement Required
12421 src/com/gps/hibernate/Address.java 105 publicMethodCommentRequirement Required
12422 src/com/gps/hibernate/Address.java 109 Parameter 'createDate' is not assigned and could be declared final
12423 src/com/gps/hibernate/Address.java 109 publicMethodCommentRequirement Required
12424 src/com/gps/hibernate/Address.java 113 publicMethodCommentRequirement Required
12425 src/com/gps/hibernate/Address.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
12426 src/com/gps/hibernate/Address.java 117 publicMethodCommentRequirement Required
12427 src/com/gps/hibernate/Address.java 121 publicMethodCommentRequirement Required
12428 src/com/gps/hibernate/Address.java 125 Parameter 'classNameId' is not assigned and could be declared final
12429 src/com/gps/hibernate/Address.java 125 publicMethodCommentRequirement Required
12430 src/com/gps/hibernate/Address.java 129 publicMethodCommentRequirement Required
12431 src/com/gps/hibernate/Address.java 133 Parameter 'classPk' is not assigned and could be declared final
12432 src/com/gps/hibernate/Address.java 133 publicMethodCommentRequirement Required
12433 src/com/gps/hibernate/Address.java 137 publicMethodCommentRequirement Required
12434 src/com/gps/hibernate/Address.java 141 Parameter 'street1' is not assigned and could be declared final
12435 src/com/gps/hibernate/Address.java 141 publicMethodCommentRequirement Required
12436 src/com/gps/hibernate/Address.java 145 publicMethodCommentRequirement Required
12437 src/com/gps/hibernate/Address.java 149 Parameter 'street2' is not assigned and could be declared final
12438 src/com/gps/hibernate/Address.java 149 publicMethodCommentRequirement Required
12439 src/com/gps/hibernate/Address.java 153 publicMethodCommentRequirement Required
12440 src/com/gps/hibernate/Address.java 157 Parameter 'street3' is not assigned and could be declared final
12441 src/com/gps/hibernate/Address.java 157 publicMethodCommentRequirement Required
12442 src/com/gps/hibernate/Address.java 161 publicMethodCommentRequirement Required
12443 src/com/gps/hibernate/Address.java 165 Parameter 'city' is not assigned and could be declared final
12444 src/com/gps/hibernate/Address.java 165 publicMethodCommentRequirement Required
12445 src/com/gps/hibernate/Address.java 169 publicMethodCommentRequirement Required
12446 src/com/gps/hibernate/Address.java 173 Parameter 'zip' is not assigned and could be declared final
12447 src/com/gps/hibernate/Address.java 173 publicMethodCommentRequirement Required
12448 src/com/gps/hibernate/Address.java 177 publicMethodCommentRequirement Required
12449 src/com/gps/hibernate/Address.java 181 Parameter 'regionId' is not assigned and could be declared final
12450 src/com/gps/hibernate/Address.java 181 publicMethodCommentRequirement Required
12451 src/com/gps/hibernate/Address.java 185 publicMethodCommentRequirement Required
12452 src/com/gps/hibernate/Address.java 189 Parameter 'countryId' is not assigned and could be declared final
12453 src/com/gps/hibernate/Address.java 189 publicMethodCommentRequirement Required
12454 src/com/gps/hibernate/Address.java 193 publicMethodCommentRequirement Required
12455 src/com/gps/hibernate/Address.java 197 Parameter 'typeId' is not assigned and could be declared final
12456 src/com/gps/hibernate/Address.java 197 publicMethodCommentRequirement Required
12457 src/com/gps/hibernate/Address.java 201 publicMethodCommentRequirement Required
12458 src/com/gps/hibernate/Address.java 205 Parameter 'mailing' is not assigned and could be declared final
12459 src/com/gps/hibernate/Address.java 205 publicMethodCommentRequirement Required
12460 src/com/gps/hibernate/Address.java 209 publicMethodCommentRequirement Required
12461 src/com/gps/hibernate/Address.java 213 Parameter 'primary' is not assigned and could be declared final
12462 src/com/gps/hibernate/Address.java 213 publicMethodCommentRequirement Required
12463 src/com/gps/hibernate/AddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
12464 src/com/gps/hibernate/AddressDAO.java 11 Comment is too large: Too many lines
12465 src/com/gps/hibernate/AddressDAO.java 23 This class has too many methods, consider refactoring it.
12466 src/com/gps/hibernate/AddressDAO.java 24 Logger should be defined private static final and have the correct class
12467 src/com/gps/hibernate/AddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12468 src/com/gps/hibernate/AddressDAO.java 24 fieldCommentRequirement Required
12469 src/com/gps/hibernate/AddressDAO.java 26 fieldCommentRequirement Required
12470 src/com/gps/hibernate/AddressDAO.java 27 fieldCommentRequirement Required
12471 src/com/gps/hibernate/AddressDAO.java 28 fieldCommentRequirement Required
12472 src/com/gps/hibernate/AddressDAO.java 29 fieldCommentRequirement Required
12473 src/com/gps/hibernate/AddressDAO.java 30 fieldCommentRequirement Required
12474 src/com/gps/hibernate/AddressDAO.java 31 fieldCommentRequirement Required
12475 src/com/gps/hibernate/AddressDAO.java 32 fieldCommentRequirement Required
12476 src/com/gps/hibernate/AddressDAO.java 33 fieldCommentRequirement Required
12477 src/com/gps/hibernate/AddressDAO.java 34 fieldCommentRequirement Required
12478 src/com/gps/hibernate/AddressDAO.java 35 fieldCommentRequirement Required
12479 src/com/gps/hibernate/AddressDAO.java 36 fieldCommentRequirement Required
12480 src/com/gps/hibernate/AddressDAO.java 37 fieldCommentRequirement Required
12481 src/com/gps/hibernate/AddressDAO.java 38 fieldCommentRequirement Required
12482 src/com/gps/hibernate/AddressDAO.java 39 fieldCommentRequirement Required
12483 src/com/gps/hibernate/AddressDAO.java 40 fieldCommentRequirement Required
12484 src/com/gps/hibernate/AddressDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
12485 src/com/gps/hibernate/AddressDAO.java 42 publicMethodCommentRequirement Required
12486 src/com/gps/hibernate/AddressDAO.java 43 There is log block not surrounded by if
12487 src/com/gps/hibernate/AddressDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12488 src/com/gps/hibernate/AddressDAO.java 45 Potential violation of Law of Demeter (method chain calls)
12489 src/com/gps/hibernate/AddressDAO.java 46 There is log block not surrounded by if
12490 src/com/gps/hibernate/AddressDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12491 src/com/gps/hibernate/AddressDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12492 src/com/gps/hibernate/AddressDAO.java 48 There is log block not surrounded by if
12493 src/com/gps/hibernate/AddressDAO.java 53 Avoid excessively long variable names like persistentInstance
12494 src/com/gps/hibernate/AddressDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
12495 src/com/gps/hibernate/AddressDAO.java 53 publicMethodCommentRequirement Required
12496 src/com/gps/hibernate/AddressDAO.java 54 There is log block not surrounded by if
12497 src/com/gps/hibernate/AddressDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12498 src/com/gps/hibernate/AddressDAO.java 56 Potential violation of Law of Demeter (method chain calls)
12499 src/com/gps/hibernate/AddressDAO.java 57 There is log block not surrounded by if
12500 src/com/gps/hibernate/AddressDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12501 src/com/gps/hibernate/AddressDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12502 src/com/gps/hibernate/AddressDAO.java 59 There is log block not surrounded by if
12503 src/com/gps/hibernate/AddressDAO.java 64 Avoid variables with short names like id
12504 src/com/gps/hibernate/AddressDAO.java 64 Parameter 'id' is not assigned and could be declared final
12505 src/com/gps/hibernate/AddressDAO.java 64 publicMethodCommentRequirement Required
12506 src/com/gps/hibernate/AddressDAO.java 65 There is log block not surrounded by if
12507 src/com/gps/hibernate/AddressDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12508 src/com/gps/hibernate/AddressDAO.java 67 Local variable 'instance' could be declared final
12509 src/com/gps/hibernate/AddressDAO.java 67 Potential violation of Law of Demeter (method chain calls)
12510 src/com/gps/hibernate/AddressDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12511 src/com/gps/hibernate/AddressDAO.java 71 There is log block not surrounded by if
12512 src/com/gps/hibernate/AddressDAO.java 76 Parameter 'instance' is not assigned and could be declared final
12513 src/com/gps/hibernate/AddressDAO.java 76 publicMethodCommentRequirement Required
12514 src/com/gps/hibernate/AddressDAO.java 77 There is log block not surrounded by if
12515 src/com/gps/hibernate/AddressDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12516 src/com/gps/hibernate/AddressDAO.java 79 Local variable 'results' could be declared final
12517 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
12518 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
12519 src/com/gps/hibernate/AddressDAO.java 79 Potential violation of Law of Demeter (method chain calls)
12520 src/com/gps/hibernate/AddressDAO.java 82 There is log block not surrounded by if
12521 src/com/gps/hibernate/AddressDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12522 src/com/gps/hibernate/AddressDAO.java 83 Potential violation of Law of Demeter (object not created locally)
12523 src/com/gps/hibernate/AddressDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12524 src/com/gps/hibernate/AddressDAO.java 86 There is log block not surrounded by if
12525 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
12526 src/com/gps/hibernate/AddressDAO.java 91 Parameter 'value' is not assigned and could be declared final
12527 src/com/gps/hibernate/AddressDAO.java 91 publicMethodCommentRequirement Required
12528 src/com/gps/hibernate/AddressDAO.java 92 There is log block not surrounded by if
12529 src/com/gps/hibernate/AddressDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12530 src/com/gps/hibernate/AddressDAO.java 95 Local variable 'queryString' could be declared final
12531 src/com/gps/hibernate/AddressDAO.java 97 Local variable 'queryObject' could be declared final
12532 src/com/gps/hibernate/AddressDAO.java 97 Potential violation of Law of Demeter (method chain calls)
12533 src/com/gps/hibernate/AddressDAO.java 98 Potential violation of Law of Demeter (object not created locally)
12534 src/com/gps/hibernate/AddressDAO.java 99 Potential violation of Law of Demeter (object not created locally)
12535 src/com/gps/hibernate/AddressDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12536 src/com/gps/hibernate/AddressDAO.java 101 There is log block not surrounded by if
12537 src/com/gps/hibernate/AddressDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
12538 src/com/gps/hibernate/AddressDAO.java 106 publicMethodCommentRequirement Required
12539 src/com/gps/hibernate/AddressDAO.java 110 Parameter 'userId' is not assigned and could be declared final
12540 src/com/gps/hibernate/AddressDAO.java 110 publicMethodCommentRequirement Required
12541 src/com/gps/hibernate/AddressDAO.java 114 Parameter 'userName' is not assigned and could be declared final
12542 src/com/gps/hibernate/AddressDAO.java 114 publicMethodCommentRequirement Required
12543 src/com/gps/hibernate/AddressDAO.java 118 Parameter 'classNameId' is not assigned and could be declared final
12544 src/com/gps/hibernate/AddressDAO.java 118 publicMethodCommentRequirement Required
12545 src/com/gps/hibernate/AddressDAO.java 122 Parameter 'classPk' is not assigned and could be declared final
12546 src/com/gps/hibernate/AddressDAO.java 122 publicMethodCommentRequirement Required
12547 src/com/gps/hibernate/AddressDAO.java 126 Parameter 'street1' is not assigned and could be declared final
12548 src/com/gps/hibernate/AddressDAO.java 126 publicMethodCommentRequirement Required
12549 src/com/gps/hibernate/AddressDAO.java 130 Parameter 'street2' is not assigned and could be declared final
12550 src/com/gps/hibernate/AddressDAO.java 130 publicMethodCommentRequirement Required
12551 src/com/gps/hibernate/AddressDAO.java 134 Parameter 'street3' is not assigned and could be declared final
12552 src/com/gps/hibernate/AddressDAO.java 134 publicMethodCommentRequirement Required
12553 src/com/gps/hibernate/AddressDAO.java 138 Parameter 'city' is not assigned and could be declared final
12554 src/com/gps/hibernate/AddressDAO.java 138 publicMethodCommentRequirement Required
12555 src/com/gps/hibernate/AddressDAO.java 142 Parameter 'zip' is not assigned and could be declared final
12556 src/com/gps/hibernate/AddressDAO.java 142 publicMethodCommentRequirement Required
12557 src/com/gps/hibernate/AddressDAO.java 146 Parameter 'regionId' is not assigned and could be declared final
12558 src/com/gps/hibernate/AddressDAO.java 146 publicMethodCommentRequirement Required
12559 src/com/gps/hibernate/AddressDAO.java 150 Parameter 'countryId' is not assigned and could be declared final
12560 src/com/gps/hibernate/AddressDAO.java 150 publicMethodCommentRequirement Required
12561 src/com/gps/hibernate/AddressDAO.java 154 Parameter 'typeId' is not assigned and could be declared final
12562 src/com/gps/hibernate/AddressDAO.java 154 publicMethodCommentRequirement Required
12563 src/com/gps/hibernate/AddressDAO.java 158 Parameter 'mailing' is not assigned and could be declared final
12564 src/com/gps/hibernate/AddressDAO.java 158 publicMethodCommentRequirement Required
12565 src/com/gps/hibernate/AddressDAO.java 162 Parameter 'primary' is not assigned and could be declared final
12566 src/com/gps/hibernate/AddressDAO.java 162 publicMethodCommentRequirement Required
12567 src/com/gps/hibernate/AddressDAO.java 166 publicMethodCommentRequirement Required
12568 src/com/gps/hibernate/AddressDAO.java 167 There is log block not surrounded by if
12569 src/com/gps/hibernate/AddressDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12570 src/com/gps/hibernate/AddressDAO.java 169 Local variable 'queryString' could be declared final
12571 src/com/gps/hibernate/AddressDAO.java 170 Local variable 'queryObject' could be declared final
12572 src/com/gps/hibernate/AddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
12573 src/com/gps/hibernate/AddressDAO.java 171 Potential violation of Law of Demeter (object not created locally)
12574 src/com/gps/hibernate/AddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12575 src/com/gps/hibernate/AddressDAO.java 173 There is log block not surrounded by if
12576 src/com/gps/hibernate/AddressDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
12577 src/com/gps/hibernate/AddressDAO.java 178 publicMethodCommentRequirement Required
12578 src/com/gps/hibernate/AddressDAO.java 179 There is log block not surrounded by if
12579 src/com/gps/hibernate/AddressDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12580 src/com/gps/hibernate/AddressDAO.java 181 Local variable 'result' could be declared final
12581 src/com/gps/hibernate/AddressDAO.java 181 Potential violation of Law of Demeter (method chain calls)
12582 src/com/gps/hibernate/AddressDAO.java 182 There is log block not surrounded by if
12583 src/com/gps/hibernate/AddressDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12584 src/com/gps/hibernate/AddressDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12585 src/com/gps/hibernate/AddressDAO.java 185 There is log block not surrounded by if
12586 src/com/gps/hibernate/AddressDAO.java 190 Parameter 'instance' is not assigned and could be declared final
12587 src/com/gps/hibernate/AddressDAO.java 190 publicMethodCommentRequirement Required
12588 src/com/gps/hibernate/AddressDAO.java 191 There is log block not surrounded by if
12589 src/com/gps/hibernate/AddressDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12590 src/com/gps/hibernate/AddressDAO.java 193 Potential violation of Law of Demeter (method chain calls)
12591 src/com/gps/hibernate/AddressDAO.java 194 There is log block not surrounded by if
12592 src/com/gps/hibernate/AddressDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12593 src/com/gps/hibernate/AddressDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12594 src/com/gps/hibernate/AddressDAO.java 196 There is log block not surrounded by if
12595 src/com/gps/hibernate/AddressDAO.java 201 Parameter 'instance' is not assigned and could be declared final
12596 src/com/gps/hibernate/AddressDAO.java 201 publicMethodCommentRequirement Required
12597 src/com/gps/hibernate/AddressDAO.java 202 There is log block not surrounded by if
12598 src/com/gps/hibernate/AddressDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12599 src/com/gps/hibernate/AddressDAO.java 204 Potential violation of Law of Demeter (method chain calls)
12600 src/com/gps/hibernate/AddressDAO.java 205 There is log block not surrounded by if
12601 src/com/gps/hibernate/AddressDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12602 src/com/gps/hibernate/AddressDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12603 src/com/gps/hibernate/AddressDAO.java 207 There is log block not surrounded by if
12604 src/com/gps/hibernate/Announcementsdelivery.java 9 Classes implementing Serializable should set a serialVersionUID
12605 src/com/gps/hibernate/Announcementsdelivery.java 13 fieldCommentRequirement Required
12606 src/com/gps/hibernate/Announcementsdelivery.java 14 fieldCommentRequirement Required
12607 src/com/gps/hibernate/Announcementsdelivery.java 15 fieldCommentRequirement Required
12608 src/com/gps/hibernate/Announcementsdelivery.java 16 fieldCommentRequirement Required
12609 src/com/gps/hibernate/Announcementsdelivery.java 17 fieldCommentRequirement Required
12610 src/com/gps/hibernate/Announcementsdelivery.java 18 fieldCommentRequirement Required
12611 src/com/gps/hibernate/Announcementsdelivery.java 19 fieldCommentRequirement Required
12612 src/com/gps/hibernate/Announcementsdelivery.java 24 Document empty constructor
12613 src/com/gps/hibernate/Announcementsdelivery.java 28 Parameter 'deliveryId' is not assigned and could be declared final
12614 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'companyId' is not assigned and could be declared final
12615 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'deliveryId' is not assigned and could be declared final
12616 src/com/gps/hibernate/Announcementsdelivery.java 33 Parameter 'userId' is not assigned and could be declared final
12617 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'email' is not assigned and could be declared final
12618 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'sms' is not assigned and could be declared final
12619 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'type' is not assigned and could be declared final
12620 src/com/gps/hibernate/Announcementsdelivery.java 34 Parameter 'website' is not assigned and could be declared final
12621 src/com/gps/hibernate/Announcementsdelivery.java 46 publicMethodCommentRequirement Required
12622 src/com/gps/hibernate/Announcementsdelivery.java 50 Parameter 'deliveryId' is not assigned and could be declared final
12623 src/com/gps/hibernate/Announcementsdelivery.java 50 publicMethodCommentRequirement Required
12624 src/com/gps/hibernate/Announcementsdelivery.java 54 publicMethodCommentRequirement Required
12625 src/com/gps/hibernate/Announcementsdelivery.java 58 Parameter 'companyId' is not assigned and could be declared final
12626 src/com/gps/hibernate/Announcementsdelivery.java 58 publicMethodCommentRequirement Required
12627 src/com/gps/hibernate/Announcementsdelivery.java 62 publicMethodCommentRequirement Required
12628 src/com/gps/hibernate/Announcementsdelivery.java 66 Parameter 'userId' is not assigned and could be declared final
12629 src/com/gps/hibernate/Announcementsdelivery.java 66 publicMethodCommentRequirement Required
12630 src/com/gps/hibernate/Announcementsdelivery.java 70 publicMethodCommentRequirement Required
12631 src/com/gps/hibernate/Announcementsdelivery.java 74 Parameter 'type' is not assigned and could be declared final
12632 src/com/gps/hibernate/Announcementsdelivery.java 74 publicMethodCommentRequirement Required
12633 src/com/gps/hibernate/Announcementsdelivery.java 78 publicMethodCommentRequirement Required
12634 src/com/gps/hibernate/Announcementsdelivery.java 82 Parameter 'email' is not assigned and could be declared final
12635 src/com/gps/hibernate/Announcementsdelivery.java 82 publicMethodCommentRequirement Required
12636 src/com/gps/hibernate/Announcementsdelivery.java 86 publicMethodCommentRequirement Required
12637 src/com/gps/hibernate/Announcementsdelivery.java 90 Parameter 'sms' is not assigned and could be declared final
12638 src/com/gps/hibernate/Announcementsdelivery.java 90 publicMethodCommentRequirement Required
12639 src/com/gps/hibernate/Announcementsdelivery.java 94 publicMethodCommentRequirement Required
12640 src/com/gps/hibernate/Announcementsdelivery.java 98 Parameter 'website' is not assigned and could be declared final
12641 src/com/gps/hibernate/Announcementsdelivery.java 98 publicMethodCommentRequirement Required
12642 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 10 Comment is too large: Too many lines
12643 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 22 This class has too many methods, consider refactoring it.
12644 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Logger should be defined private static final and have the correct class
12645 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
12646 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 23 fieldCommentRequirement Required
12647 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 26 fieldCommentRequirement Required
12648 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 27 fieldCommentRequirement Required
12649 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 28 fieldCommentRequirement Required
12650 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 29 fieldCommentRequirement Required
12651 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 30 fieldCommentRequirement Required
12652 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 31 fieldCommentRequirement Required
12653 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
12654 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 33 publicMethodCommentRequirement Required
12655 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 There is log block not surrounded by if
12656 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12657 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
12658 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 There is log block not surrounded by if
12659 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12660 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12661 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 39 There is log block not surrounded by if
12662 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Avoid excessively long variable names like persistentInstance
12663 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
12664 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 44 publicMethodCommentRequirement Required
12665 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 There is log block not surrounded by if
12666 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12667 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
12668 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 There is log block not surrounded by if
12669 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12670 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12671 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 50 There is log block not surrounded by if
12672 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Avoid variables with short names like id
12673 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 Parameter 'id' is not assigned and could be declared final
12674 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 55 publicMethodCommentRequirement Required
12675 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 There is log block not surrounded by if
12676 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12677 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Local variable 'instance' could be declared final
12678 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
12679 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12680 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 62 There is log block not surrounded by if
12681 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
12682 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 67 publicMethodCommentRequirement Required
12683 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 There is log block not surrounded by if
12684 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12685 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Local variable 'results' could be declared final
12686 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12687 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12688 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
12689 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 There is log block not surrounded by if
12690 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12691 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
12692 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12693 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 77 There is log block not surrounded by if
12694 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
12695 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 Parameter 'value' is not assigned and could be declared final
12696 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 82 publicMethodCommentRequirement Required
12697 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 There is log block not surrounded by if
12698 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12699 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 86 Local variable 'queryString' could be declared final
12700 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Local variable 'queryObject' could be declared final
12701 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
12702 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
12703 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
12704 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12705 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 92 There is log block not surrounded by if
12706 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
12707 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 97 publicMethodCommentRequirement Required
12708 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
12709 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 101 publicMethodCommentRequirement Required
12710 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 Parameter 'type' is not assigned and could be declared final
12711 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 105 publicMethodCommentRequirement Required
12712 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 Parameter 'email' is not assigned and could be declared final
12713 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 109 publicMethodCommentRequirement Required
12714 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 Parameter 'sms' is not assigned and could be declared final
12715 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 113 publicMethodCommentRequirement Required
12716 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 Parameter 'website' is not assigned and could be declared final
12717 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 117 publicMethodCommentRequirement Required
12718 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 121 publicMethodCommentRequirement Required
12719 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 There is log block not surrounded by if
12720 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12721 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 124 Local variable 'queryString' could be declared final
12722 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Local variable 'queryObject' could be declared final
12723 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
12724 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
12725 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12726 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 128 There is log block not surrounded by if
12727 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
12728 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 133 publicMethodCommentRequirement Required
12729 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 There is log block not surrounded by if
12730 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12731 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Local variable 'result' could be declared final
12732 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
12733 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 There is log block not surrounded by if
12734 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12735 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12736 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 141 There is log block not surrounded by if
12737 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
12738 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 146 publicMethodCommentRequirement Required
12739 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 There is log block not surrounded by if
12740 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12741 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
12742 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 There is log block not surrounded by if
12743 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12744 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12745 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 152 There is log block not surrounded by if
12746 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
12747 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 157 publicMethodCommentRequirement Required
12748 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 There is log block not surrounded by if
12749 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12750 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
12751 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 There is log block not surrounded by if
12752 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12753 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12754 src/com/gps/hibernate/AnnouncementsdeliveryDAO.java 163 There is log block not surrounded by if
12755 src/com/gps/hibernate/Announcementsentry.java 11 Classes implementing Serializable should set a serialVersionUID
12756 src/com/gps/hibernate/Announcementsentry.java 11 Too many fields
12757 src/com/gps/hibernate/Announcementsentry.java 15 fieldCommentRequirement Required
12758 src/com/gps/hibernate/Announcementsentry.java 16 fieldCommentRequirement Required
12759 src/com/gps/hibernate/Announcementsentry.java 17 fieldCommentRequirement Required
12760 src/com/gps/hibernate/Announcementsentry.java 18 fieldCommentRequirement Required
12761 src/com/gps/hibernate/Announcementsentry.java 19 fieldCommentRequirement Required
12762 src/com/gps/hibernate/Announcementsentry.java 20 fieldCommentRequirement Required
12763 src/com/gps/hibernate/Announcementsentry.java 21 fieldCommentRequirement Required
12764 src/com/gps/hibernate/Announcementsentry.java 22 fieldCommentRequirement Required
12765 src/com/gps/hibernate/Announcementsentry.java 23 fieldCommentRequirement Required
12766 src/com/gps/hibernate/Announcementsentry.java 24 fieldCommentRequirement Required
12767 src/com/gps/hibernate/Announcementsentry.java 25 fieldCommentRequirement Required
12768 src/com/gps/hibernate/Announcementsentry.java 26 fieldCommentRequirement Required
12769 src/com/gps/hibernate/Announcementsentry.java 27 fieldCommentRequirement Required
12770 src/com/gps/hibernate/Announcementsentry.java 28 fieldCommentRequirement Required
12771 src/com/gps/hibernate/Announcementsentry.java 29 fieldCommentRequirement Required
12772 src/com/gps/hibernate/Announcementsentry.java 30 fieldCommentRequirement Required
12773 src/com/gps/hibernate/Announcementsentry.java 31 fieldCommentRequirement Required
12774 src/com/gps/hibernate/Announcementsentry.java 36 Document empty constructor
12775 src/com/gps/hibernate/Announcementsentry.java 40 Parameter 'entryId' is not assigned and could be declared final
12776 src/com/gps/hibernate/Announcementsentry.java 45 Avoid long parameter lists.
12777 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'companyId' is not assigned and could be declared final
12778 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'entryId' is not assigned and could be declared final
12779 src/com/gps/hibernate/Announcementsentry.java 45 Parameter 'uuid' is not assigned and could be declared final
12780 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'createDate' is not assigned and could be declared final
12781 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'modifiedDate' is not assigned and could be declared final
12782 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userId' is not assigned and could be declared final
12783 src/com/gps/hibernate/Announcementsentry.java 46 Parameter 'userName' is not assigned and could be declared final
12784 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classNameId' is not assigned and could be declared final
12785 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'classPk' is not assigned and could be declared final
12786 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'content' is not assigned and could be declared final
12787 src/com/gps/hibernate/Announcementsentry.java 47 Parameter 'title' is not assigned and could be declared final
12788 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'displayDate' is not assigned and could be declared final
12789 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'expirationDate' is not assigned and could be declared final
12790 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'type' is not assigned and could be declared final
12791 src/com/gps/hibernate/Announcementsentry.java 48 Parameter 'url' is not assigned and could be declared final
12792 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'alert' is not assigned and could be declared final
12793 src/com/gps/hibernate/Announcementsentry.java 49 Parameter 'priority' is not assigned and could be declared final
12794 src/com/gps/hibernate/Announcementsentry.java 71 publicMethodCommentRequirement Required
12795 src/com/gps/hibernate/Announcementsentry.java 75 Parameter 'entryId' is not assigned and could be declared final
12796 src/com/gps/hibernate/Announcementsentry.java 75 publicMethodCommentRequirement Required
12797 src/com/gps/hibernate/Announcementsentry.java 79 publicMethodCommentRequirement Required
12798 src/com/gps/hibernate/Announcementsentry.java 83 Parameter 'uuid' is not assigned and could be declared final
12799 src/com/gps/hibernate/Announcementsentry.java 83 publicMethodCommentRequirement Required
12800 src/com/gps/hibernate/Announcementsentry.java 87 publicMethodCommentRequirement Required
12801 src/com/gps/hibernate/Announcementsentry.java 91 Parameter 'companyId' is not assigned and could be declared final
12802 src/com/gps/hibernate/Announcementsentry.java 91 publicMethodCommentRequirement Required
12803 src/com/gps/hibernate/Announcementsentry.java 95 publicMethodCommentRequirement Required
12804 src/com/gps/hibernate/Announcementsentry.java 99 Parameter 'userId' is not assigned and could be declared final
12805 src/com/gps/hibernate/Announcementsentry.java 99 publicMethodCommentRequirement Required
12806 src/com/gps/hibernate/Announcementsentry.java 103 publicMethodCommentRequirement Required
12807 src/com/gps/hibernate/Announcementsentry.java 107 Parameter 'userName' is not assigned and could be declared final
12808 src/com/gps/hibernate/Announcementsentry.java 107 publicMethodCommentRequirement Required
12809 src/com/gps/hibernate/Announcementsentry.java 111 publicMethodCommentRequirement Required
12810 src/com/gps/hibernate/Announcementsentry.java 115 Parameter 'createDate' is not assigned and could be declared final
12811 src/com/gps/hibernate/Announcementsentry.java 115 publicMethodCommentRequirement Required
12812 src/com/gps/hibernate/Announcementsentry.java 119 publicMethodCommentRequirement Required
12813 src/com/gps/hibernate/Announcementsentry.java 123 Parameter 'modifiedDate' is not assigned and could be declared final
12814 src/com/gps/hibernate/Announcementsentry.java 123 publicMethodCommentRequirement Required
12815 src/com/gps/hibernate/Announcementsentry.java 127 publicMethodCommentRequirement Required
12816 src/com/gps/hibernate/Announcementsentry.java 131 Parameter 'classNameId' is not assigned and could be declared final
12817 src/com/gps/hibernate/Announcementsentry.java 131 publicMethodCommentRequirement Required
12818 src/com/gps/hibernate/Announcementsentry.java 135 publicMethodCommentRequirement Required
12819 src/com/gps/hibernate/Announcementsentry.java 139 Parameter 'classPk' is not assigned and could be declared final
12820 src/com/gps/hibernate/Announcementsentry.java 139 publicMethodCommentRequirement Required
12821 src/com/gps/hibernate/Announcementsentry.java 143 publicMethodCommentRequirement Required
12822 src/com/gps/hibernate/Announcementsentry.java 147 Parameter 'title' is not assigned and could be declared final
12823 src/com/gps/hibernate/Announcementsentry.java 147 publicMethodCommentRequirement Required
12824 src/com/gps/hibernate/Announcementsentry.java 151 publicMethodCommentRequirement Required
12825 src/com/gps/hibernate/Announcementsentry.java 155 Parameter 'content' is not assigned and could be declared final
12826 src/com/gps/hibernate/Announcementsentry.java 155 publicMethodCommentRequirement Required
12827 src/com/gps/hibernate/Announcementsentry.java 159 publicMethodCommentRequirement Required
12828 src/com/gps/hibernate/Announcementsentry.java 163 Parameter 'url' is not assigned and could be declared final
12829 src/com/gps/hibernate/Announcementsentry.java 163 publicMethodCommentRequirement Required
12830 src/com/gps/hibernate/Announcementsentry.java 167 publicMethodCommentRequirement Required
12831 src/com/gps/hibernate/Announcementsentry.java 171 Parameter 'type' is not assigned and could be declared final
12832 src/com/gps/hibernate/Announcementsentry.java 171 publicMethodCommentRequirement Required
12833 src/com/gps/hibernate/Announcementsentry.java 175 publicMethodCommentRequirement Required
12834 src/com/gps/hibernate/Announcementsentry.java 179 Parameter 'displayDate' is not assigned and could be declared final
12835 src/com/gps/hibernate/Announcementsentry.java 179 publicMethodCommentRequirement Required
12836 src/com/gps/hibernate/Announcementsentry.java 183 publicMethodCommentRequirement Required
12837 src/com/gps/hibernate/Announcementsentry.java 187 Parameter 'expirationDate' is not assigned and could be declared final
12838 src/com/gps/hibernate/Announcementsentry.java 187 publicMethodCommentRequirement Required
12839 src/com/gps/hibernate/Announcementsentry.java 191 publicMethodCommentRequirement Required
12840 src/com/gps/hibernate/Announcementsentry.java 195 Parameter 'priority' is not assigned and could be declared final
12841 src/com/gps/hibernate/Announcementsentry.java 195 publicMethodCommentRequirement Required
12842 src/com/gps/hibernate/Announcementsentry.java 199 publicMethodCommentRequirement Required
12843 src/com/gps/hibernate/Announcementsentry.java 203 Parameter 'alert' is not assigned and could be declared final
12844 src/com/gps/hibernate/Announcementsentry.java 203 publicMethodCommentRequirement Required
12845 src/com/gps/hibernate/AnnouncementsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
12846 src/com/gps/hibernate/AnnouncementsentryDAO.java 11 Comment is too large: Too many lines
12847 src/com/gps/hibernate/AnnouncementsentryDAO.java 23 This class has too many methods, consider refactoring it.
12848 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Logger should be defined private static final and have the correct class
12849 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
12850 src/com/gps/hibernate/AnnouncementsentryDAO.java 24 fieldCommentRequirement Required
12851 src/com/gps/hibernate/AnnouncementsentryDAO.java 27 fieldCommentRequirement Required
12852 src/com/gps/hibernate/AnnouncementsentryDAO.java 28 fieldCommentRequirement Required
12853 src/com/gps/hibernate/AnnouncementsentryDAO.java 29 fieldCommentRequirement Required
12854 src/com/gps/hibernate/AnnouncementsentryDAO.java 30 fieldCommentRequirement Required
12855 src/com/gps/hibernate/AnnouncementsentryDAO.java 31 fieldCommentRequirement Required
12856 src/com/gps/hibernate/AnnouncementsentryDAO.java 32 fieldCommentRequirement Required
12857 src/com/gps/hibernate/AnnouncementsentryDAO.java 33 fieldCommentRequirement Required
12858 src/com/gps/hibernate/AnnouncementsentryDAO.java 34 fieldCommentRequirement Required
12859 src/com/gps/hibernate/AnnouncementsentryDAO.java 35 fieldCommentRequirement Required
12860 src/com/gps/hibernate/AnnouncementsentryDAO.java 36 fieldCommentRequirement Required
12861 src/com/gps/hibernate/AnnouncementsentryDAO.java 37 fieldCommentRequirement Required
12862 src/com/gps/hibernate/AnnouncementsentryDAO.java 38 fieldCommentRequirement Required
12863 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
12864 src/com/gps/hibernate/AnnouncementsentryDAO.java 40 publicMethodCommentRequirement Required
12865 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 There is log block not surrounded by if
12866 src/com/gps/hibernate/AnnouncementsentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12867 src/com/gps/hibernate/AnnouncementsentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
12868 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 There is log block not surrounded by if
12869 src/com/gps/hibernate/AnnouncementsentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12870 src/com/gps/hibernate/AnnouncementsentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12871 src/com/gps/hibernate/AnnouncementsentryDAO.java 46 There is log block not surrounded by if
12872 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Avoid excessively long variable names like persistentInstance
12873 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
12874 src/com/gps/hibernate/AnnouncementsentryDAO.java 51 publicMethodCommentRequirement Required
12875 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 There is log block not surrounded by if
12876 src/com/gps/hibernate/AnnouncementsentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12877 src/com/gps/hibernate/AnnouncementsentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
12878 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 There is log block not surrounded by if
12879 src/com/gps/hibernate/AnnouncementsentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12880 src/com/gps/hibernate/AnnouncementsentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12881 src/com/gps/hibernate/AnnouncementsentryDAO.java 57 There is log block not surrounded by if
12882 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Avoid variables with short names like id
12883 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
12884 src/com/gps/hibernate/AnnouncementsentryDAO.java 62 publicMethodCommentRequirement Required
12885 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 There is log block not surrounded by if
12886 src/com/gps/hibernate/AnnouncementsentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12887 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Local variable 'instance' could be declared final
12888 src/com/gps/hibernate/AnnouncementsentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
12889 src/com/gps/hibernate/AnnouncementsentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12890 src/com/gps/hibernate/AnnouncementsentryDAO.java 69 There is log block not surrounded by if
12891 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
12892 src/com/gps/hibernate/AnnouncementsentryDAO.java 74 publicMethodCommentRequirement Required
12893 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 There is log block not surrounded by if
12894 src/com/gps/hibernate/AnnouncementsentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12895 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Local variable 'results' could be declared final
12896 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12897 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12898 src/com/gps/hibernate/AnnouncementsentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
12899 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 There is log block not surrounded by if
12900 src/com/gps/hibernate/AnnouncementsentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12901 src/com/gps/hibernate/AnnouncementsentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
12902 src/com/gps/hibernate/AnnouncementsentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12903 src/com/gps/hibernate/AnnouncementsentryDAO.java 84 There is log block not surrounded by if
12904 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
12905 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
12906 src/com/gps/hibernate/AnnouncementsentryDAO.java 89 publicMethodCommentRequirement Required
12907 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 There is log block not surrounded by if
12908 src/com/gps/hibernate/AnnouncementsentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12909 src/com/gps/hibernate/AnnouncementsentryDAO.java 93 Local variable 'queryString' could be declared final
12910 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Local variable 'queryObject' could be declared final
12911 src/com/gps/hibernate/AnnouncementsentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
12912 src/com/gps/hibernate/AnnouncementsentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
12913 src/com/gps/hibernate/AnnouncementsentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
12914 src/com/gps/hibernate/AnnouncementsentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12915 src/com/gps/hibernate/AnnouncementsentryDAO.java 99 There is log block not surrounded by if
12916 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 Parameter 'uuid' is not assigned and could be declared final
12917 src/com/gps/hibernate/AnnouncementsentryDAO.java 104 publicMethodCommentRequirement Required
12918 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
12919 src/com/gps/hibernate/AnnouncementsentryDAO.java 108 publicMethodCommentRequirement Required
12920 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
12921 src/com/gps/hibernate/AnnouncementsentryDAO.java 112 publicMethodCommentRequirement Required
12922 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
12923 src/com/gps/hibernate/AnnouncementsentryDAO.java 116 publicMethodCommentRequirement Required
12924 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 Parameter 'classNameId' is not assigned and could be declared final
12925 src/com/gps/hibernate/AnnouncementsentryDAO.java 120 publicMethodCommentRequirement Required
12926 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 Parameter 'classPk' is not assigned and could be declared final
12927 src/com/gps/hibernate/AnnouncementsentryDAO.java 124 publicMethodCommentRequirement Required
12928 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 Parameter 'title' is not assigned and could be declared final
12929 src/com/gps/hibernate/AnnouncementsentryDAO.java 128 publicMethodCommentRequirement Required
12930 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 Parameter 'content' is not assigned and could be declared final
12931 src/com/gps/hibernate/AnnouncementsentryDAO.java 132 publicMethodCommentRequirement Required
12932 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 Parameter 'url' is not assigned and could be declared final
12933 src/com/gps/hibernate/AnnouncementsentryDAO.java 136 publicMethodCommentRequirement Required
12934 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 Parameter 'type' is not assigned and could be declared final
12935 src/com/gps/hibernate/AnnouncementsentryDAO.java 140 publicMethodCommentRequirement Required
12936 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 Parameter 'priority' is not assigned and could be declared final
12937 src/com/gps/hibernate/AnnouncementsentryDAO.java 144 publicMethodCommentRequirement Required
12938 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 Parameter 'alert' is not assigned and could be declared final
12939 src/com/gps/hibernate/AnnouncementsentryDAO.java 148 publicMethodCommentRequirement Required
12940 src/com/gps/hibernate/AnnouncementsentryDAO.java 152 publicMethodCommentRequirement Required
12941 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 There is log block not surrounded by if
12942 src/com/gps/hibernate/AnnouncementsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12943 src/com/gps/hibernate/AnnouncementsentryDAO.java 155 Local variable 'queryString' could be declared final
12944 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Local variable 'queryObject' could be declared final
12945 src/com/gps/hibernate/AnnouncementsentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
12946 src/com/gps/hibernate/AnnouncementsentryDAO.java 157 Potential violation of Law of Demeter (object not created locally)
12947 src/com/gps/hibernate/AnnouncementsentryDAO.java 158 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12948 src/com/gps/hibernate/AnnouncementsentryDAO.java 159 There is log block not surrounded by if
12949 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 Parameter 'detachedInstance' is not assigned and could be declared final
12950 src/com/gps/hibernate/AnnouncementsentryDAO.java 164 publicMethodCommentRequirement Required
12951 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 There is log block not surrounded by if
12952 src/com/gps/hibernate/AnnouncementsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12953 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Local variable 'result' could be declared final
12954 src/com/gps/hibernate/AnnouncementsentryDAO.java 167 Potential violation of Law of Demeter (method chain calls)
12955 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 There is log block not surrounded by if
12956 src/com/gps/hibernate/AnnouncementsentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12957 src/com/gps/hibernate/AnnouncementsentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12958 src/com/gps/hibernate/AnnouncementsentryDAO.java 172 There is log block not surrounded by if
12959 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
12960 src/com/gps/hibernate/AnnouncementsentryDAO.java 177 publicMethodCommentRequirement Required
12961 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 There is log block not surrounded by if
12962 src/com/gps/hibernate/AnnouncementsentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12963 src/com/gps/hibernate/AnnouncementsentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
12964 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 There is log block not surrounded by if
12965 src/com/gps/hibernate/AnnouncementsentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12966 src/com/gps/hibernate/AnnouncementsentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12967 src/com/gps/hibernate/AnnouncementsentryDAO.java 183 There is log block not surrounded by if
12968 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 Parameter 'instance' is not assigned and could be declared final
12969 src/com/gps/hibernate/AnnouncementsentryDAO.java 188 publicMethodCommentRequirement Required
12970 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 There is log block not surrounded by if
12971 src/com/gps/hibernate/AnnouncementsentryDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12972 src/com/gps/hibernate/AnnouncementsentryDAO.java 191 Potential violation of Law of Demeter (method chain calls)
12973 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 There is log block not surrounded by if
12974 src/com/gps/hibernate/AnnouncementsentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
12975 src/com/gps/hibernate/AnnouncementsentryDAO.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
12976 src/com/gps/hibernate/AnnouncementsentryDAO.java 194 There is log block not surrounded by if
12977 src/com/gps/hibernate/Announcementsflag.java 11 Classes implementing Serializable should set a serialVersionUID
12978 src/com/gps/hibernate/Announcementsflag.java 15 fieldCommentRequirement Required
12979 src/com/gps/hibernate/Announcementsflag.java 16 fieldCommentRequirement Required
12980 src/com/gps/hibernate/Announcementsflag.java 17 fieldCommentRequirement Required
12981 src/com/gps/hibernate/Announcementsflag.java 18 fieldCommentRequirement Required
12982 src/com/gps/hibernate/Announcementsflag.java 19 fieldCommentRequirement Required
12983 src/com/gps/hibernate/Announcementsflag.java 24 Document empty constructor
12984 src/com/gps/hibernate/Announcementsflag.java 28 Parameter 'flagId' is not assigned and could be declared final
12985 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'createDate' is not assigned and could be declared final
12986 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'flagId' is not assigned and could be declared final
12987 src/com/gps/hibernate/Announcementsflag.java 33 Parameter 'userId' is not assigned and could be declared final
12988 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'entryId' is not assigned and could be declared final
12989 src/com/gps/hibernate/Announcementsflag.java 34 Parameter 'value' is not assigned and could be declared final
12990 src/com/gps/hibernate/Announcementsflag.java 44 publicMethodCommentRequirement Required
12991 src/com/gps/hibernate/Announcementsflag.java 48 Parameter 'flagId' is not assigned and could be declared final
12992 src/com/gps/hibernate/Announcementsflag.java 48 publicMethodCommentRequirement Required
12993 src/com/gps/hibernate/Announcementsflag.java 52 publicMethodCommentRequirement Required
12994 src/com/gps/hibernate/Announcementsflag.java 56 Parameter 'userId' is not assigned and could be declared final
12995 src/com/gps/hibernate/Announcementsflag.java 56 publicMethodCommentRequirement Required
12996 src/com/gps/hibernate/Announcementsflag.java 60 publicMethodCommentRequirement Required
12997 src/com/gps/hibernate/Announcementsflag.java 64 Parameter 'createDate' is not assigned and could be declared final
12998 src/com/gps/hibernate/Announcementsflag.java 64 publicMethodCommentRequirement Required
12999 src/com/gps/hibernate/Announcementsflag.java 68 publicMethodCommentRequirement Required
13000 src/com/gps/hibernate/Announcementsflag.java 72 Parameter 'entryId' is not assigned and could be declared final
13001 src/com/gps/hibernate/Announcementsflag.java 72 publicMethodCommentRequirement Required
13002 src/com/gps/hibernate/Announcementsflag.java 76 publicMethodCommentRequirement Required
13003 src/com/gps/hibernate/Announcementsflag.java 80 Parameter 'value' is not assigned and could be declared final
13004 src/com/gps/hibernate/Announcementsflag.java 80 publicMethodCommentRequirement Required
13005 src/com/gps/hibernate/AnnouncementsflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
13006 src/com/gps/hibernate/AnnouncementsflagDAO.java 11 Comment is too large: Too many lines
13007 src/com/gps/hibernate/AnnouncementsflagDAO.java 23 This class has too many methods, consider refactoring it.
13008 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Logger should be defined private static final and have the correct class
13009 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13010 src/com/gps/hibernate/AnnouncementsflagDAO.java 24 fieldCommentRequirement Required
13011 src/com/gps/hibernate/AnnouncementsflagDAO.java 27 fieldCommentRequirement Required
13012 src/com/gps/hibernate/AnnouncementsflagDAO.java 28 fieldCommentRequirement Required
13013 src/com/gps/hibernate/AnnouncementsflagDAO.java 29 fieldCommentRequirement Required
13014 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
13015 src/com/gps/hibernate/AnnouncementsflagDAO.java 31 publicMethodCommentRequirement Required
13016 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 There is log block not surrounded by if
13017 src/com/gps/hibernate/AnnouncementsflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13018 src/com/gps/hibernate/AnnouncementsflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
13019 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 There is log block not surrounded by if
13020 src/com/gps/hibernate/AnnouncementsflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13021 src/com/gps/hibernate/AnnouncementsflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13022 src/com/gps/hibernate/AnnouncementsflagDAO.java 37 There is log block not surrounded by if
13023 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Avoid excessively long variable names like persistentInstance
13024 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
13025 src/com/gps/hibernate/AnnouncementsflagDAO.java 42 publicMethodCommentRequirement Required
13026 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 There is log block not surrounded by if
13027 src/com/gps/hibernate/AnnouncementsflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13028 src/com/gps/hibernate/AnnouncementsflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
13029 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 There is log block not surrounded by if
13030 src/com/gps/hibernate/AnnouncementsflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13031 src/com/gps/hibernate/AnnouncementsflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13032 src/com/gps/hibernate/AnnouncementsflagDAO.java 48 There is log block not surrounded by if
13033 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Avoid variables with short names like id
13034 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
13035 src/com/gps/hibernate/AnnouncementsflagDAO.java 53 publicMethodCommentRequirement Required
13036 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 There is log block not surrounded by if
13037 src/com/gps/hibernate/AnnouncementsflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13038 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Local variable 'instance' could be declared final
13039 src/com/gps/hibernate/AnnouncementsflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
13040 src/com/gps/hibernate/AnnouncementsflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13041 src/com/gps/hibernate/AnnouncementsflagDAO.java 60 There is log block not surrounded by if
13042 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
13043 src/com/gps/hibernate/AnnouncementsflagDAO.java 65 publicMethodCommentRequirement Required
13044 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 There is log block not surrounded by if
13045 src/com/gps/hibernate/AnnouncementsflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13046 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Local variable 'results' could be declared final
13047 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
13048 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
13049 src/com/gps/hibernate/AnnouncementsflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
13050 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 There is log block not surrounded by if
13051 src/com/gps/hibernate/AnnouncementsflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13052 src/com/gps/hibernate/AnnouncementsflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
13053 src/com/gps/hibernate/AnnouncementsflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13054 src/com/gps/hibernate/AnnouncementsflagDAO.java 75 There is log block not surrounded by if
13055 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
13056 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
13057 src/com/gps/hibernate/AnnouncementsflagDAO.java 80 publicMethodCommentRequirement Required
13058 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 There is log block not surrounded by if
13059 src/com/gps/hibernate/AnnouncementsflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13060 src/com/gps/hibernate/AnnouncementsflagDAO.java 84 Local variable 'queryString' could be declared final
13061 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Local variable 'queryObject' could be declared final
13062 src/com/gps/hibernate/AnnouncementsflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
13063 src/com/gps/hibernate/AnnouncementsflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
13064 src/com/gps/hibernate/AnnouncementsflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
13065 src/com/gps/hibernate/AnnouncementsflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13066 src/com/gps/hibernate/AnnouncementsflagDAO.java 90 There is log block not surrounded by if
13067 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
13068 src/com/gps/hibernate/AnnouncementsflagDAO.java 95 publicMethodCommentRequirement Required
13069 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 Parameter 'entryId' is not assigned and could be declared final
13070 src/com/gps/hibernate/AnnouncementsflagDAO.java 99 publicMethodCommentRequirement Required
13071 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 Parameter 'value' is not assigned and could be declared final
13072 src/com/gps/hibernate/AnnouncementsflagDAO.java 103 publicMethodCommentRequirement Required
13073 src/com/gps/hibernate/AnnouncementsflagDAO.java 107 publicMethodCommentRequirement Required
13074 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 There is log block not surrounded by if
13075 src/com/gps/hibernate/AnnouncementsflagDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13076 src/com/gps/hibernate/AnnouncementsflagDAO.java 110 Local variable 'queryString' could be declared final
13077 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Local variable 'queryObject' could be declared final
13078 src/com/gps/hibernate/AnnouncementsflagDAO.java 111 Potential violation of Law of Demeter (method chain calls)
13079 src/com/gps/hibernate/AnnouncementsflagDAO.java 112 Potential violation of Law of Demeter (object not created locally)
13080 src/com/gps/hibernate/AnnouncementsflagDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13081 src/com/gps/hibernate/AnnouncementsflagDAO.java 114 There is log block not surrounded by if
13082 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
13083 src/com/gps/hibernate/AnnouncementsflagDAO.java 119 publicMethodCommentRequirement Required
13084 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 There is log block not surrounded by if
13085 src/com/gps/hibernate/AnnouncementsflagDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13086 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Local variable 'result' could be declared final
13087 src/com/gps/hibernate/AnnouncementsflagDAO.java 122 Potential violation of Law of Demeter (method chain calls)
13088 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 There is log block not surrounded by if
13089 src/com/gps/hibernate/AnnouncementsflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13090 src/com/gps/hibernate/AnnouncementsflagDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13091 src/com/gps/hibernate/AnnouncementsflagDAO.java 127 There is log block not surrounded by if
13092 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 Parameter 'instance' is not assigned and could be declared final
13093 src/com/gps/hibernate/AnnouncementsflagDAO.java 132 publicMethodCommentRequirement Required
13094 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 There is log block not surrounded by if
13095 src/com/gps/hibernate/AnnouncementsflagDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13096 src/com/gps/hibernate/AnnouncementsflagDAO.java 135 Potential violation of Law of Demeter (method chain calls)
13097 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 There is log block not surrounded by if
13098 src/com/gps/hibernate/AnnouncementsflagDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13099 src/com/gps/hibernate/AnnouncementsflagDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13100 src/com/gps/hibernate/AnnouncementsflagDAO.java 138 There is log block not surrounded by if
13101 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 Parameter 'instance' is not assigned and could be declared final
13102 src/com/gps/hibernate/AnnouncementsflagDAO.java 143 publicMethodCommentRequirement Required
13103 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 There is log block not surrounded by if
13104 src/com/gps/hibernate/AnnouncementsflagDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13105 src/com/gps/hibernate/AnnouncementsflagDAO.java 146 Potential violation of Law of Demeter (method chain calls)
13106 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 There is log block not surrounded by if
13107 src/com/gps/hibernate/AnnouncementsflagDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13108 src/com/gps/hibernate/AnnouncementsflagDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13109 src/com/gps/hibernate/AnnouncementsflagDAO.java 149 There is log block not surrounded by if
13110 src/com/gps/hibernate/AutoPkSupport.java 9 Classes implementing Serializable should set a serialVersionUID
13111 src/com/gps/hibernate/AutoPkSupport.java 13 Avoid variables with short names like id
13112 src/com/gps/hibernate/AutoPkSupport.java 13 fieldCommentRequirement Required
13113 src/com/gps/hibernate/AutoPkSupport.java 18 Document empty constructor
13114 src/com/gps/hibernate/AutoPkSupport.java 22 Avoid variables with short names like id
13115 src/com/gps/hibernate/AutoPkSupport.java 22 Parameter 'id' is not assigned and could be declared final
13116 src/com/gps/hibernate/AutoPkSupport.java 28 publicMethodCommentRequirement Required
13117 src/com/gps/hibernate/AutoPkSupport.java 32 Avoid variables with short names like id
13118 src/com/gps/hibernate/AutoPkSupport.java 32 Parameter 'id' is not assigned and could be declared final
13119 src/com/gps/hibernate/AutoPkSupport.java 32 publicMethodCommentRequirement Required
13120 src/com/gps/hibernate/AutoPkSupportDAO.java 10 Comment is too large: Too many lines
13121 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Logger should be defined private static final and have the correct class
13122 src/com/gps/hibernate/AutoPkSupportDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
13123 src/com/gps/hibernate/AutoPkSupportDAO.java 23 fieldCommentRequirement Required
13124 src/com/gps/hibernate/AutoPkSupportDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
13125 src/com/gps/hibernate/AutoPkSupportDAO.java 27 publicMethodCommentRequirement Required
13126 src/com/gps/hibernate/AutoPkSupportDAO.java 28 There is log block not surrounded by if
13127 src/com/gps/hibernate/AutoPkSupportDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13128 src/com/gps/hibernate/AutoPkSupportDAO.java 30 Potential violation of Law of Demeter (method chain calls)
13129 src/com/gps/hibernate/AutoPkSupportDAO.java 31 There is log block not surrounded by if
13130 src/com/gps/hibernate/AutoPkSupportDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13131 src/com/gps/hibernate/AutoPkSupportDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13132 src/com/gps/hibernate/AutoPkSupportDAO.java 33 There is log block not surrounded by if
13133 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Avoid excessively long variable names like persistentInstance
13134 src/com/gps/hibernate/AutoPkSupportDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
13135 src/com/gps/hibernate/AutoPkSupportDAO.java 38 publicMethodCommentRequirement Required
13136 src/com/gps/hibernate/AutoPkSupportDAO.java 39 There is log block not surrounded by if
13137 src/com/gps/hibernate/AutoPkSupportDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13138 src/com/gps/hibernate/AutoPkSupportDAO.java 41 Potential violation of Law of Demeter (method chain calls)
13139 src/com/gps/hibernate/AutoPkSupportDAO.java 42 There is log block not surrounded by if
13140 src/com/gps/hibernate/AutoPkSupportDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13141 src/com/gps/hibernate/AutoPkSupportDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13142 src/com/gps/hibernate/AutoPkSupportDAO.java 44 There is log block not surrounded by if
13143 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Avoid variables with short names like id
13144 src/com/gps/hibernate/AutoPkSupportDAO.java 49 Parameter 'id' is not assigned and could be declared final
13145 src/com/gps/hibernate/AutoPkSupportDAO.java 49 publicMethodCommentRequirement Required
13146 src/com/gps/hibernate/AutoPkSupportDAO.java 50 There is log block not surrounded by if
13147 src/com/gps/hibernate/AutoPkSupportDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13148 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Local variable 'instance' could be declared final
13149 src/com/gps/hibernate/AutoPkSupportDAO.java 52 Potential violation of Law of Demeter (method chain calls)
13150 src/com/gps/hibernate/AutoPkSupportDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13151 src/com/gps/hibernate/AutoPkSupportDAO.java 56 There is log block not surrounded by if
13152 src/com/gps/hibernate/AutoPkSupportDAO.java 61 Parameter 'instance' is not assigned and could be declared final
13153 src/com/gps/hibernate/AutoPkSupportDAO.java 61 publicMethodCommentRequirement Required
13154 src/com/gps/hibernate/AutoPkSupportDAO.java 62 There is log block not surrounded by if
13155 src/com/gps/hibernate/AutoPkSupportDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13156 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Local variable 'results' could be declared final
13157 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
13158 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
13159 src/com/gps/hibernate/AutoPkSupportDAO.java 64 Potential violation of Law of Demeter (method chain calls)
13160 src/com/gps/hibernate/AutoPkSupportDAO.java 67 There is log block not surrounded by if
13161 src/com/gps/hibernate/AutoPkSupportDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13162 src/com/gps/hibernate/AutoPkSupportDAO.java 68 Potential violation of Law of Demeter (object not created locally)
13163 src/com/gps/hibernate/AutoPkSupportDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13164 src/com/gps/hibernate/AutoPkSupportDAO.java 71 There is log block not surrounded by if
13165 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
13166 src/com/gps/hibernate/AutoPkSupportDAO.java 76 Parameter 'value' is not assigned and could be declared final
13167 src/com/gps/hibernate/AutoPkSupportDAO.java 76 publicMethodCommentRequirement Required
13168 src/com/gps/hibernate/AutoPkSupportDAO.java 77 There is log block not surrounded by if
13169 src/com/gps/hibernate/AutoPkSupportDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13170 src/com/gps/hibernate/AutoPkSupportDAO.java 80 Local variable 'queryString' could be declared final
13171 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Local variable 'queryObject' could be declared final
13172 src/com/gps/hibernate/AutoPkSupportDAO.java 82 Potential violation of Law of Demeter (method chain calls)
13173 src/com/gps/hibernate/AutoPkSupportDAO.java 83 Potential violation of Law of Demeter (object not created locally)
13174 src/com/gps/hibernate/AutoPkSupportDAO.java 84 Potential violation of Law of Demeter (object not created locally)
13175 src/com/gps/hibernate/AutoPkSupportDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13176 src/com/gps/hibernate/AutoPkSupportDAO.java 86 There is log block not surrounded by if
13177 src/com/gps/hibernate/AutoPkSupportDAO.java 91 publicMethodCommentRequirement Required
13178 src/com/gps/hibernate/AutoPkSupportDAO.java 92 There is log block not surrounded by if
13179 src/com/gps/hibernate/AutoPkSupportDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13180 src/com/gps/hibernate/AutoPkSupportDAO.java 94 Local variable 'queryString' could be declared final
13181 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Local variable 'queryObject' could be declared final
13182 src/com/gps/hibernate/AutoPkSupportDAO.java 95 Potential violation of Law of Demeter (method chain calls)
13183 src/com/gps/hibernate/AutoPkSupportDAO.java 96 Potential violation of Law of Demeter (object not created locally)
13184 src/com/gps/hibernate/AutoPkSupportDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13185 src/com/gps/hibernate/AutoPkSupportDAO.java 98 There is log block not surrounded by if
13186 src/com/gps/hibernate/AutoPkSupportDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
13187 src/com/gps/hibernate/AutoPkSupportDAO.java 103 publicMethodCommentRequirement Required
13188 src/com/gps/hibernate/AutoPkSupportDAO.java 104 There is log block not surrounded by if
13189 src/com/gps/hibernate/AutoPkSupportDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13190 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Local variable 'result' could be declared final
13191 src/com/gps/hibernate/AutoPkSupportDAO.java 106 Potential violation of Law of Demeter (method chain calls)
13192 src/com/gps/hibernate/AutoPkSupportDAO.java 108 There is log block not surrounded by if
13193 src/com/gps/hibernate/AutoPkSupportDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13194 src/com/gps/hibernate/AutoPkSupportDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13195 src/com/gps/hibernate/AutoPkSupportDAO.java 111 There is log block not surrounded by if
13196 src/com/gps/hibernate/AutoPkSupportDAO.java 116 Parameter 'instance' is not assigned and could be declared final
13197 src/com/gps/hibernate/AutoPkSupportDAO.java 116 publicMethodCommentRequirement Required
13198 src/com/gps/hibernate/AutoPkSupportDAO.java 117 There is log block not surrounded by if
13199 src/com/gps/hibernate/AutoPkSupportDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13200 src/com/gps/hibernate/AutoPkSupportDAO.java 119 Potential violation of Law of Demeter (method chain calls)
13201 src/com/gps/hibernate/AutoPkSupportDAO.java 120 There is log block not surrounded by if
13202 src/com/gps/hibernate/AutoPkSupportDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13203 src/com/gps/hibernate/AutoPkSupportDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13204 src/com/gps/hibernate/AutoPkSupportDAO.java 122 There is log block not surrounded by if
13205 src/com/gps/hibernate/AutoPkSupportDAO.java 127 Parameter 'instance' is not assigned and could be declared final
13206 src/com/gps/hibernate/AutoPkSupportDAO.java 127 publicMethodCommentRequirement Required
13207 src/com/gps/hibernate/AutoPkSupportDAO.java 128 There is log block not surrounded by if
13208 src/com/gps/hibernate/AutoPkSupportDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13209 src/com/gps/hibernate/AutoPkSupportDAO.java 130 Potential violation of Law of Demeter (method chain calls)
13210 src/com/gps/hibernate/AutoPkSupportDAO.java 131 There is log block not surrounded by if
13211 src/com/gps/hibernate/AutoPkSupportDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13212 src/com/gps/hibernate/AutoPkSupportDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13213 src/com/gps/hibernate/AutoPkSupportDAO.java 133 There is log block not surrounded by if
13214 src/com/gps/hibernate/AutoPkSupportId.java 9 Classes implementing Serializable should set a serialVersionUID
13215 src/com/gps/hibernate/AutoPkSupportId.java 13 fieldCommentRequirement Required
13216 src/com/gps/hibernate/AutoPkSupportId.java 14 fieldCommentRequirement Required
13217 src/com/gps/hibernate/AutoPkSupportId.java 19 Document empty constructor
13218 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'nextId' is not assigned and could be declared final
13219 src/com/gps/hibernate/AutoPkSupportId.java 23 Parameter 'tableName' is not assigned and could be declared final
13220 src/com/gps/hibernate/AutoPkSupportId.java 30 publicMethodCommentRequirement Required
13221 src/com/gps/hibernate/AutoPkSupportId.java 34 Parameter 'tableName' is not assigned and could be declared final
13222 src/com/gps/hibernate/AutoPkSupportId.java 34 publicMethodCommentRequirement Required
13223 src/com/gps/hibernate/AutoPkSupportId.java 38 publicMethodCommentRequirement Required
13224 src/com/gps/hibernate/AutoPkSupportId.java 42 Parameter 'nextId' is not assigned and could be declared final
13225 src/com/gps/hibernate/AutoPkSupportId.java 42 publicMethodCommentRequirement Required
13226 src/com/gps/hibernate/AutoPkSupportId.java 46 Parameter 'other' is not assigned and could be declared final
13227 src/com/gps/hibernate/AutoPkSupportId.java 46 publicMethodCommentRequirement Required
13228 src/com/gps/hibernate/AutoPkSupportId.java 47 Avoid using if statements without curly braces
13229 src/com/gps/hibernate/AutoPkSupportId.java 47 Useless parentheses.
13230 src/com/gps/hibernate/AutoPkSupportId.java 48 A method should have only one exit point, and that should be the last statement in the method
13231 src/com/gps/hibernate/AutoPkSupportId.java 49 Avoid using if statements without curly braces
13232 src/com/gps/hibernate/AutoPkSupportId.java 49 Useless parentheses.
13233 src/com/gps/hibernate/AutoPkSupportId.java 50 A method should have only one exit point, and that should be the last statement in the method
13234 src/com/gps/hibernate/AutoPkSupportId.java 51 Avoid using if statements without curly braces
13235 src/com/gps/hibernate/AutoPkSupportId.java 52 A method should have only one exit point, and that should be the last statement in the method
13236 src/com/gps/hibernate/AutoPkSupportId.java 53 Local variable 'castOther' could be declared final
13237 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (method chain calls)
13238 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
13239 src/com/gps/hibernate/AutoPkSupportId.java 55 Potential violation of Law of Demeter (object not created locally)
13240 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
13241 src/com/gps/hibernate/AutoPkSupportId.java 55 Useless parentheses.
13242 src/com/gps/hibernate/AutoPkSupportId.java 57 Potential violation of Law of Demeter (object not created locally)
13243 src/com/gps/hibernate/AutoPkSupportId.java 58 Potential violation of Law of Demeter (object not created locally)
13244 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (method chain calls)
13245 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
13246 src/com/gps/hibernate/AutoPkSupportId.java 59 Potential violation of Law of Demeter (object not created locally)
13247 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
13248 src/com/gps/hibernate/AutoPkSupportId.java 59 Useless parentheses.
13249 src/com/gps/hibernate/AutoPkSupportId.java 61 Potential violation of Law of Demeter (object not created locally)
13250 src/com/gps/hibernate/AutoPkSupportId.java 62 Potential violation of Law of Demeter (object not created locally)
13251 src/com/gps/hibernate/AutoPkSupportId.java 65 publicMethodCommentRequirement Required
13252 src/com/gps/hibernate/AutoPkSupportId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
13253 src/com/gps/hibernate/BaseHibernateDAO.java 12 publicMethodCommentRequirement Required
13254 src/com/gps/hibernate/Blogsentry.java 11 Classes implementing Serializable should set a serialVersionUID
13255 src/com/gps/hibernate/Blogsentry.java 15 fieldCommentRequirement Required
13256 src/com/gps/hibernate/Blogsentry.java 16 fieldCommentRequirement Required
13257 src/com/gps/hibernate/Blogsentry.java 17 fieldCommentRequirement Required
13258 src/com/gps/hibernate/Blogsentry.java 18 fieldCommentRequirement Required
13259 src/com/gps/hibernate/Blogsentry.java 19 fieldCommentRequirement Required
13260 src/com/gps/hibernate/Blogsentry.java 20 fieldCommentRequirement Required
13261 src/com/gps/hibernate/Blogsentry.java 21 fieldCommentRequirement Required
13262 src/com/gps/hibernate/Blogsentry.java 22 fieldCommentRequirement Required
13263 src/com/gps/hibernate/Blogsentry.java 23 fieldCommentRequirement Required
13264 src/com/gps/hibernate/Blogsentry.java 24 fieldCommentRequirement Required
13265 src/com/gps/hibernate/Blogsentry.java 25 fieldCommentRequirement Required
13266 src/com/gps/hibernate/Blogsentry.java 26 fieldCommentRequirement Required
13267 src/com/gps/hibernate/Blogsentry.java 27 fieldCommentRequirement Required
13268 src/com/gps/hibernate/Blogsentry.java 28 fieldCommentRequirement Required
13269 src/com/gps/hibernate/Blogsentry.java 29 fieldCommentRequirement Required
13270 src/com/gps/hibernate/Blogsentry.java 34 Document empty constructor
13271 src/com/gps/hibernate/Blogsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
13272 src/com/gps/hibernate/Blogsentry.java 43 Avoid long parameter lists.
13273 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'companyId' is not assigned and could be declared final
13274 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'entryId' is not assigned and could be declared final
13275 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'groupId' is not assigned and could be declared final
13276 src/com/gps/hibernate/Blogsentry.java 43 Parameter 'uuid' is not assigned and could be declared final
13277 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'createDate' is not assigned and could be declared final
13278 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
13279 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userId' is not assigned and could be declared final
13280 src/com/gps/hibernate/Blogsentry.java 44 Parameter 'userName' is not assigned and could be declared final
13281 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'content' is not assigned and could be declared final
13282 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'displayDate' is not assigned and could be declared final
13283 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'title' is not assigned and could be declared final
13284 src/com/gps/hibernate/Blogsentry.java 45 Parameter 'urlTitle' is not assigned and could be declared final
13285 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'allowTrackbacks' is not assigned and could be declared final
13286 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'draft' is not assigned and could be declared final
13287 src/com/gps/hibernate/Blogsentry.java 46 Parameter 'trackbacks' is not assigned and could be declared final
13288 src/com/gps/hibernate/Blogsentry.java 66 publicMethodCommentRequirement Required
13289 src/com/gps/hibernate/Blogsentry.java 70 Parameter 'entryId' is not assigned and could be declared final
13290 src/com/gps/hibernate/Blogsentry.java 70 publicMethodCommentRequirement Required
13291 src/com/gps/hibernate/Blogsentry.java 74 publicMethodCommentRequirement Required
13292 src/com/gps/hibernate/Blogsentry.java 78 Parameter 'uuid' is not assigned and could be declared final
13293 src/com/gps/hibernate/Blogsentry.java 78 publicMethodCommentRequirement Required
13294 src/com/gps/hibernate/Blogsentry.java 82 publicMethodCommentRequirement Required
13295 src/com/gps/hibernate/Blogsentry.java 86 Parameter 'groupId' is not assigned and could be declared final
13296 src/com/gps/hibernate/Blogsentry.java 86 publicMethodCommentRequirement Required
13297 src/com/gps/hibernate/Blogsentry.java 90 publicMethodCommentRequirement Required
13298 src/com/gps/hibernate/Blogsentry.java 94 Parameter 'companyId' is not assigned and could be declared final
13299 src/com/gps/hibernate/Blogsentry.java 94 publicMethodCommentRequirement Required
13300 src/com/gps/hibernate/Blogsentry.java 98 publicMethodCommentRequirement Required
13301 src/com/gps/hibernate/Blogsentry.java 102 Parameter 'userId' is not assigned and could be declared final
13302 src/com/gps/hibernate/Blogsentry.java 102 publicMethodCommentRequirement Required
13303 src/com/gps/hibernate/Blogsentry.java 106 publicMethodCommentRequirement Required
13304 src/com/gps/hibernate/Blogsentry.java 110 Parameter 'userName' is not assigned and could be declared final
13305 src/com/gps/hibernate/Blogsentry.java 110 publicMethodCommentRequirement Required
13306 src/com/gps/hibernate/Blogsentry.java 114 publicMethodCommentRequirement Required
13307 src/com/gps/hibernate/Blogsentry.java 118 Parameter 'createDate' is not assigned and could be declared final
13308 src/com/gps/hibernate/Blogsentry.java 118 publicMethodCommentRequirement Required
13309 src/com/gps/hibernate/Blogsentry.java 122 publicMethodCommentRequirement Required
13310 src/com/gps/hibernate/Blogsentry.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
13311 src/com/gps/hibernate/Blogsentry.java 126 publicMethodCommentRequirement Required
13312 src/com/gps/hibernate/Blogsentry.java 130 publicMethodCommentRequirement Required
13313 src/com/gps/hibernate/Blogsentry.java 134 Parameter 'title' is not assigned and could be declared final
13314 src/com/gps/hibernate/Blogsentry.java 134 publicMethodCommentRequirement Required
13315 src/com/gps/hibernate/Blogsentry.java 138 publicMethodCommentRequirement Required
13316 src/com/gps/hibernate/Blogsentry.java 142 Parameter 'urlTitle' is not assigned and could be declared final
13317 src/com/gps/hibernate/Blogsentry.java 142 publicMethodCommentRequirement Required
13318 src/com/gps/hibernate/Blogsentry.java 146 publicMethodCommentRequirement Required
13319 src/com/gps/hibernate/Blogsentry.java 150 Parameter 'content' is not assigned and could be declared final
13320 src/com/gps/hibernate/Blogsentry.java 150 publicMethodCommentRequirement Required
13321 src/com/gps/hibernate/Blogsentry.java 154 publicMethodCommentRequirement Required
13322 src/com/gps/hibernate/Blogsentry.java 158 Parameter 'displayDate' is not assigned and could be declared final
13323 src/com/gps/hibernate/Blogsentry.java 158 publicMethodCommentRequirement Required
13324 src/com/gps/hibernate/Blogsentry.java 162 publicMethodCommentRequirement Required
13325 src/com/gps/hibernate/Blogsentry.java 166 Parameter 'draft' is not assigned and could be declared final
13326 src/com/gps/hibernate/Blogsentry.java 166 publicMethodCommentRequirement Required
13327 src/com/gps/hibernate/Blogsentry.java 170 publicMethodCommentRequirement Required
13328 src/com/gps/hibernate/Blogsentry.java 174 Parameter 'allowTrackbacks' is not assigned and could be declared final
13329 src/com/gps/hibernate/Blogsentry.java 174 publicMethodCommentRequirement Required
13330 src/com/gps/hibernate/Blogsentry.java 178 publicMethodCommentRequirement Required
13331 src/com/gps/hibernate/Blogsentry.java 182 Parameter 'trackbacks' is not assigned and could be declared final
13332 src/com/gps/hibernate/Blogsentry.java 182 publicMethodCommentRequirement Required
13333 src/com/gps/hibernate/BlogsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
13334 src/com/gps/hibernate/BlogsentryDAO.java 11 Comment is too large: Too many lines
13335 src/com/gps/hibernate/BlogsentryDAO.java 23 This class has too many methods, consider refactoring it.
13336 src/com/gps/hibernate/BlogsentryDAO.java 24 Logger should be defined private static final and have the correct class
13337 src/com/gps/hibernate/BlogsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13338 src/com/gps/hibernate/BlogsentryDAO.java 24 fieldCommentRequirement Required
13339 src/com/gps/hibernate/BlogsentryDAO.java 26 fieldCommentRequirement Required
13340 src/com/gps/hibernate/BlogsentryDAO.java 27 fieldCommentRequirement Required
13341 src/com/gps/hibernate/BlogsentryDAO.java 28 fieldCommentRequirement Required
13342 src/com/gps/hibernate/BlogsentryDAO.java 29 fieldCommentRequirement Required
13343 src/com/gps/hibernate/BlogsentryDAO.java 30 fieldCommentRequirement Required
13344 src/com/gps/hibernate/BlogsentryDAO.java 31 fieldCommentRequirement Required
13345 src/com/gps/hibernate/BlogsentryDAO.java 32 fieldCommentRequirement Required
13346 src/com/gps/hibernate/BlogsentryDAO.java 33 fieldCommentRequirement Required
13347 src/com/gps/hibernate/BlogsentryDAO.java 34 fieldCommentRequirement Required
13348 src/com/gps/hibernate/BlogsentryDAO.java 35 fieldCommentRequirement Required
13349 src/com/gps/hibernate/BlogsentryDAO.java 36 fieldCommentRequirement Required
13350 src/com/gps/hibernate/BlogsentryDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
13351 src/com/gps/hibernate/BlogsentryDAO.java 38 publicMethodCommentRequirement Required
13352 src/com/gps/hibernate/BlogsentryDAO.java 39 There is log block not surrounded by if
13353 src/com/gps/hibernate/BlogsentryDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13354 src/com/gps/hibernate/BlogsentryDAO.java 41 Potential violation of Law of Demeter (method chain calls)
13355 src/com/gps/hibernate/BlogsentryDAO.java 42 There is log block not surrounded by if
13356 src/com/gps/hibernate/BlogsentryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13357 src/com/gps/hibernate/BlogsentryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13358 src/com/gps/hibernate/BlogsentryDAO.java 44 There is log block not surrounded by if
13359 src/com/gps/hibernate/BlogsentryDAO.java 49 Avoid excessively long variable names like persistentInstance
13360 src/com/gps/hibernate/BlogsentryDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
13361 src/com/gps/hibernate/BlogsentryDAO.java 49 publicMethodCommentRequirement Required
13362 src/com/gps/hibernate/BlogsentryDAO.java 50 There is log block not surrounded by if
13363 src/com/gps/hibernate/BlogsentryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13364 src/com/gps/hibernate/BlogsentryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
13365 src/com/gps/hibernate/BlogsentryDAO.java 53 There is log block not surrounded by if
13366 src/com/gps/hibernate/BlogsentryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13367 src/com/gps/hibernate/BlogsentryDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13368 src/com/gps/hibernate/BlogsentryDAO.java 55 There is log block not surrounded by if
13369 src/com/gps/hibernate/BlogsentryDAO.java 60 Avoid variables with short names like id
13370 src/com/gps/hibernate/BlogsentryDAO.java 60 Parameter 'id' is not assigned and could be declared final
13371 src/com/gps/hibernate/BlogsentryDAO.java 60 publicMethodCommentRequirement Required
13372 src/com/gps/hibernate/BlogsentryDAO.java 61 There is log block not surrounded by if
13373 src/com/gps/hibernate/BlogsentryDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13374 src/com/gps/hibernate/BlogsentryDAO.java 63 Local variable 'instance' could be declared final
13375 src/com/gps/hibernate/BlogsentryDAO.java 63 Potential violation of Law of Demeter (method chain calls)
13376 src/com/gps/hibernate/BlogsentryDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13377 src/com/gps/hibernate/BlogsentryDAO.java 67 There is log block not surrounded by if
13378 src/com/gps/hibernate/BlogsentryDAO.java 72 Parameter 'instance' is not assigned and could be declared final
13379 src/com/gps/hibernate/BlogsentryDAO.java 72 publicMethodCommentRequirement Required
13380 src/com/gps/hibernate/BlogsentryDAO.java 73 There is log block not surrounded by if
13381 src/com/gps/hibernate/BlogsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13382 src/com/gps/hibernate/BlogsentryDAO.java 75 Local variable 'results' could be declared final
13383 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13384 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13385 src/com/gps/hibernate/BlogsentryDAO.java 75 Potential violation of Law of Demeter (method chain calls)
13386 src/com/gps/hibernate/BlogsentryDAO.java 78 There is log block not surrounded by if
13387 src/com/gps/hibernate/BlogsentryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13388 src/com/gps/hibernate/BlogsentryDAO.java 79 Potential violation of Law of Demeter (object not created locally)
13389 src/com/gps/hibernate/BlogsentryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13390 src/com/gps/hibernate/BlogsentryDAO.java 82 There is log block not surrounded by if
13391 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
13392 src/com/gps/hibernate/BlogsentryDAO.java 87 Parameter 'value' is not assigned and could be declared final
13393 src/com/gps/hibernate/BlogsentryDAO.java 87 publicMethodCommentRequirement Required
13394 src/com/gps/hibernate/BlogsentryDAO.java 88 There is log block not surrounded by if
13395 src/com/gps/hibernate/BlogsentryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13396 src/com/gps/hibernate/BlogsentryDAO.java 91 Local variable 'queryString' could be declared final
13397 src/com/gps/hibernate/BlogsentryDAO.java 93 Local variable 'queryObject' could be declared final
13398 src/com/gps/hibernate/BlogsentryDAO.java 93 Potential violation of Law of Demeter (method chain calls)
13399 src/com/gps/hibernate/BlogsentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
13400 src/com/gps/hibernate/BlogsentryDAO.java 95 Potential violation of Law of Demeter (object not created locally)
13401 src/com/gps/hibernate/BlogsentryDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13402 src/com/gps/hibernate/BlogsentryDAO.java 97 There is log block not surrounded by if
13403 src/com/gps/hibernate/BlogsentryDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
13404 src/com/gps/hibernate/BlogsentryDAO.java 102 publicMethodCommentRequirement Required
13405 src/com/gps/hibernate/BlogsentryDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
13406 src/com/gps/hibernate/BlogsentryDAO.java 106 publicMethodCommentRequirement Required
13407 src/com/gps/hibernate/BlogsentryDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
13408 src/com/gps/hibernate/BlogsentryDAO.java 110 publicMethodCommentRequirement Required
13409 src/com/gps/hibernate/BlogsentryDAO.java 114 Parameter 'userId' is not assigned and could be declared final
13410 src/com/gps/hibernate/BlogsentryDAO.java 114 publicMethodCommentRequirement Required
13411 src/com/gps/hibernate/BlogsentryDAO.java 118 Parameter 'userName' is not assigned and could be declared final
13412 src/com/gps/hibernate/BlogsentryDAO.java 118 publicMethodCommentRequirement Required
13413 src/com/gps/hibernate/BlogsentryDAO.java 122 Parameter 'title' is not assigned and could be declared final
13414 src/com/gps/hibernate/BlogsentryDAO.java 122 publicMethodCommentRequirement Required
13415 src/com/gps/hibernate/BlogsentryDAO.java 126 Parameter 'urlTitle' is not assigned and could be declared final
13416 src/com/gps/hibernate/BlogsentryDAO.java 126 publicMethodCommentRequirement Required
13417 src/com/gps/hibernate/BlogsentryDAO.java 130 Parameter 'content' is not assigned and could be declared final
13418 src/com/gps/hibernate/BlogsentryDAO.java 130 publicMethodCommentRequirement Required
13419 src/com/gps/hibernate/BlogsentryDAO.java 134 Parameter 'draft' is not assigned and could be declared final
13420 src/com/gps/hibernate/BlogsentryDAO.java 134 publicMethodCommentRequirement Required
13421 src/com/gps/hibernate/BlogsentryDAO.java 138 Parameter 'allowTrackbacks' is not assigned and could be declared final
13422 src/com/gps/hibernate/BlogsentryDAO.java 138 publicMethodCommentRequirement Required
13423 src/com/gps/hibernate/BlogsentryDAO.java 142 Parameter 'trackbacks' is not assigned and could be declared final
13424 src/com/gps/hibernate/BlogsentryDAO.java 142 publicMethodCommentRequirement Required
13425 src/com/gps/hibernate/BlogsentryDAO.java 146 publicMethodCommentRequirement Required
13426 src/com/gps/hibernate/BlogsentryDAO.java 147 There is log block not surrounded by if
13427 src/com/gps/hibernate/BlogsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13428 src/com/gps/hibernate/BlogsentryDAO.java 149 Local variable 'queryString' could be declared final
13429 src/com/gps/hibernate/BlogsentryDAO.java 150 Local variable 'queryObject' could be declared final
13430 src/com/gps/hibernate/BlogsentryDAO.java 150 Potential violation of Law of Demeter (method chain calls)
13431 src/com/gps/hibernate/BlogsentryDAO.java 151 Potential violation of Law of Demeter (object not created locally)
13432 src/com/gps/hibernate/BlogsentryDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13433 src/com/gps/hibernate/BlogsentryDAO.java 153 There is log block not surrounded by if
13434 src/com/gps/hibernate/BlogsentryDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
13435 src/com/gps/hibernate/BlogsentryDAO.java 158 publicMethodCommentRequirement Required
13436 src/com/gps/hibernate/BlogsentryDAO.java 159 There is log block not surrounded by if
13437 src/com/gps/hibernate/BlogsentryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13438 src/com/gps/hibernate/BlogsentryDAO.java 161 Local variable 'result' could be declared final
13439 src/com/gps/hibernate/BlogsentryDAO.java 161 Potential violation of Law of Demeter (method chain calls)
13440 src/com/gps/hibernate/BlogsentryDAO.java 163 There is log block not surrounded by if
13441 src/com/gps/hibernate/BlogsentryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13442 src/com/gps/hibernate/BlogsentryDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13443 src/com/gps/hibernate/BlogsentryDAO.java 166 There is log block not surrounded by if
13444 src/com/gps/hibernate/BlogsentryDAO.java 171 Parameter 'instance' is not assigned and could be declared final
13445 src/com/gps/hibernate/BlogsentryDAO.java 171 publicMethodCommentRequirement Required
13446 src/com/gps/hibernate/BlogsentryDAO.java 172 There is log block not surrounded by if
13447 src/com/gps/hibernate/BlogsentryDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13448 src/com/gps/hibernate/BlogsentryDAO.java 174 Potential violation of Law of Demeter (method chain calls)
13449 src/com/gps/hibernate/BlogsentryDAO.java 175 There is log block not surrounded by if
13450 src/com/gps/hibernate/BlogsentryDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13451 src/com/gps/hibernate/BlogsentryDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13452 src/com/gps/hibernate/BlogsentryDAO.java 177 There is log block not surrounded by if
13453 src/com/gps/hibernate/BlogsentryDAO.java 182 Parameter 'instance' is not assigned and could be declared final
13454 src/com/gps/hibernate/BlogsentryDAO.java 182 publicMethodCommentRequirement Required
13455 src/com/gps/hibernate/BlogsentryDAO.java 183 There is log block not surrounded by if
13456 src/com/gps/hibernate/BlogsentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13457 src/com/gps/hibernate/BlogsentryDAO.java 185 Potential violation of Law of Demeter (method chain calls)
13458 src/com/gps/hibernate/BlogsentryDAO.java 186 There is log block not surrounded by if
13459 src/com/gps/hibernate/BlogsentryDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13460 src/com/gps/hibernate/BlogsentryDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13461 src/com/gps/hibernate/BlogsentryDAO.java 188 There is log block not surrounded by if
13462 src/com/gps/hibernate/Blogsstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
13463 src/com/gps/hibernate/Blogsstatsuser.java 15 fieldCommentRequirement Required
13464 src/com/gps/hibernate/Blogsstatsuser.java 16 fieldCommentRequirement Required
13465 src/com/gps/hibernate/Blogsstatsuser.java 17 fieldCommentRequirement Required
13466 src/com/gps/hibernate/Blogsstatsuser.java 18 fieldCommentRequirement Required
13467 src/com/gps/hibernate/Blogsstatsuser.java 19 fieldCommentRequirement Required
13468 src/com/gps/hibernate/Blogsstatsuser.java 20 fieldCommentRequirement Required
13469 src/com/gps/hibernate/Blogsstatsuser.java 21 Avoid excessively long variable names like ratingsTotalEntries
13470 src/com/gps/hibernate/Blogsstatsuser.java 21 fieldCommentRequirement Required
13471 src/com/gps/hibernate/Blogsstatsuser.java 22 fieldCommentRequirement Required
13472 src/com/gps/hibernate/Blogsstatsuser.java 23 Avoid excessively long variable names like ratingsAverageScore
13473 src/com/gps/hibernate/Blogsstatsuser.java 23 fieldCommentRequirement Required
13474 src/com/gps/hibernate/Blogsstatsuser.java 28 Document empty constructor
13475 src/com/gps/hibernate/Blogsstatsuser.java 32 Parameter 'statsUserId' is not assigned and could be declared final
13476 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'companyId' is not assigned and could be declared final
13477 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'groupId' is not assigned and could be declared final
13478 src/com/gps/hibernate/Blogsstatsuser.java 37 Parameter 'statsUserId' is not assigned and could be declared final
13479 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'entryCount' is not assigned and could be declared final
13480 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'lastPostDate' is not assigned and could be declared final
13481 src/com/gps/hibernate/Blogsstatsuser.java 38 Parameter 'userId' is not assigned and could be declared final
13482 src/com/gps/hibernate/Blogsstatsuser.java 39 Avoid excessively long variable names like ratingsTotalEntries
13483 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
13484 src/com/gps/hibernate/Blogsstatsuser.java 39 Parameter 'ratingsTotalScore' is not assigned and could be declared final
13485 src/com/gps/hibernate/Blogsstatsuser.java 40 Avoid excessively long variable names like ratingsAverageScore
13486 src/com/gps/hibernate/Blogsstatsuser.java 40 Parameter 'ratingsAverageScore' is not assigned and could be declared final
13487 src/com/gps/hibernate/Blogsstatsuser.java 54 publicMethodCommentRequirement Required
13488 src/com/gps/hibernate/Blogsstatsuser.java 58 Parameter 'statsUserId' is not assigned and could be declared final
13489 src/com/gps/hibernate/Blogsstatsuser.java 58 publicMethodCommentRequirement Required
13490 src/com/gps/hibernate/Blogsstatsuser.java 62 publicMethodCommentRequirement Required
13491 src/com/gps/hibernate/Blogsstatsuser.java 66 Parameter 'groupId' is not assigned and could be declared final
13492 src/com/gps/hibernate/Blogsstatsuser.java 66 publicMethodCommentRequirement Required
13493 src/com/gps/hibernate/Blogsstatsuser.java 70 publicMethodCommentRequirement Required
13494 src/com/gps/hibernate/Blogsstatsuser.java 74 Parameter 'companyId' is not assigned and could be declared final
13495 src/com/gps/hibernate/Blogsstatsuser.java 74 publicMethodCommentRequirement Required
13496 src/com/gps/hibernate/Blogsstatsuser.java 78 publicMethodCommentRequirement Required
13497 src/com/gps/hibernate/Blogsstatsuser.java 82 Parameter 'userId' is not assigned and could be declared final
13498 src/com/gps/hibernate/Blogsstatsuser.java 82 publicMethodCommentRequirement Required
13499 src/com/gps/hibernate/Blogsstatsuser.java 86 publicMethodCommentRequirement Required
13500 src/com/gps/hibernate/Blogsstatsuser.java 90 Parameter 'entryCount' is not assigned and could be declared final
13501 src/com/gps/hibernate/Blogsstatsuser.java 90 publicMethodCommentRequirement Required
13502 src/com/gps/hibernate/Blogsstatsuser.java 94 publicMethodCommentRequirement Required
13503 src/com/gps/hibernate/Blogsstatsuser.java 98 Parameter 'lastPostDate' is not assigned and could be declared final
13504 src/com/gps/hibernate/Blogsstatsuser.java 98 publicMethodCommentRequirement Required
13505 src/com/gps/hibernate/Blogsstatsuser.java 102 publicMethodCommentRequirement Required
13506 src/com/gps/hibernate/Blogsstatsuser.java 106 Avoid excessively long variable names like ratingsTotalEntries
13507 src/com/gps/hibernate/Blogsstatsuser.java 106 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
13508 src/com/gps/hibernate/Blogsstatsuser.java 106 publicMethodCommentRequirement Required
13509 src/com/gps/hibernate/Blogsstatsuser.java 110 publicMethodCommentRequirement Required
13510 src/com/gps/hibernate/Blogsstatsuser.java 114 Parameter 'ratingsTotalScore' is not assigned and could be declared final
13511 src/com/gps/hibernate/Blogsstatsuser.java 114 publicMethodCommentRequirement Required
13512 src/com/gps/hibernate/Blogsstatsuser.java 118 publicMethodCommentRequirement Required
13513 src/com/gps/hibernate/Blogsstatsuser.java 122 Avoid excessively long variable names like ratingsAverageScore
13514 src/com/gps/hibernate/Blogsstatsuser.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
13515 src/com/gps/hibernate/Blogsstatsuser.java 122 publicMethodCommentRequirement Required
13516 src/com/gps/hibernate/BlogsstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
13517 src/com/gps/hibernate/BlogsstatsuserDAO.java 11 Comment is too large: Too many lines
13518 src/com/gps/hibernate/BlogsstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
13519 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
13520 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13521 src/com/gps/hibernate/BlogsstatsuserDAO.java 24 fieldCommentRequirement Required
13522 src/com/gps/hibernate/BlogsstatsuserDAO.java 26 fieldCommentRequirement Required
13523 src/com/gps/hibernate/BlogsstatsuserDAO.java 27 fieldCommentRequirement Required
13524 src/com/gps/hibernate/BlogsstatsuserDAO.java 28 fieldCommentRequirement Required
13525 src/com/gps/hibernate/BlogsstatsuserDAO.java 29 fieldCommentRequirement Required
13526 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 Avoid excessively long variable names like RATINGS_TOTAL_ENTRIES
13527 src/com/gps/hibernate/BlogsstatsuserDAO.java 30 fieldCommentRequirement Required
13528 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 Avoid excessively long variable names like RATINGS_TOTAL_SCORE
13529 src/com/gps/hibernate/BlogsstatsuserDAO.java 31 fieldCommentRequirement Required
13530 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 Avoid excessively long variable names like RATINGS_AVERAGE_SCORE
13531 src/com/gps/hibernate/BlogsstatsuserDAO.java 32 fieldCommentRequirement Required
13532 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
13533 src/com/gps/hibernate/BlogsstatsuserDAO.java 34 publicMethodCommentRequirement Required
13534 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 There is log block not surrounded by if
13535 src/com/gps/hibernate/BlogsstatsuserDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13536 src/com/gps/hibernate/BlogsstatsuserDAO.java 37 Potential violation of Law of Demeter (method chain calls)
13537 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 There is log block not surrounded by if
13538 src/com/gps/hibernate/BlogsstatsuserDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13539 src/com/gps/hibernate/BlogsstatsuserDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13540 src/com/gps/hibernate/BlogsstatsuserDAO.java 40 There is log block not surrounded by if
13541 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Avoid excessively long variable names like persistentInstance
13542 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
13543 src/com/gps/hibernate/BlogsstatsuserDAO.java 45 publicMethodCommentRequirement Required
13544 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 There is log block not surrounded by if
13545 src/com/gps/hibernate/BlogsstatsuserDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13546 src/com/gps/hibernate/BlogsstatsuserDAO.java 48 Potential violation of Law of Demeter (method chain calls)
13547 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 There is log block not surrounded by if
13548 src/com/gps/hibernate/BlogsstatsuserDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13549 src/com/gps/hibernate/BlogsstatsuserDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13550 src/com/gps/hibernate/BlogsstatsuserDAO.java 51 There is log block not surrounded by if
13551 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Avoid variables with short names like id
13552 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 Parameter 'id' is not assigned and could be declared final
13553 src/com/gps/hibernate/BlogsstatsuserDAO.java 56 publicMethodCommentRequirement Required
13554 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 There is log block not surrounded by if
13555 src/com/gps/hibernate/BlogsstatsuserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13556 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Local variable 'instance' could be declared final
13557 src/com/gps/hibernate/BlogsstatsuserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
13558 src/com/gps/hibernate/BlogsstatsuserDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13559 src/com/gps/hibernate/BlogsstatsuserDAO.java 63 There is log block not surrounded by if
13560 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 Parameter 'instance' is not assigned and could be declared final
13561 src/com/gps/hibernate/BlogsstatsuserDAO.java 68 publicMethodCommentRequirement Required
13562 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 There is log block not surrounded by if
13563 src/com/gps/hibernate/BlogsstatsuserDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13564 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Local variable 'results' could be declared final
13565 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13566 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13567 src/com/gps/hibernate/BlogsstatsuserDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13568 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 There is log block not surrounded by if
13569 src/com/gps/hibernate/BlogsstatsuserDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13570 src/com/gps/hibernate/BlogsstatsuserDAO.java 75 Potential violation of Law of Demeter (object not created locally)
13571 src/com/gps/hibernate/BlogsstatsuserDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13572 src/com/gps/hibernate/BlogsstatsuserDAO.java 78 There is log block not surrounded by if
13573 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
13574 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 Parameter 'value' is not assigned and could be declared final
13575 src/com/gps/hibernate/BlogsstatsuserDAO.java 83 publicMethodCommentRequirement Required
13576 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 There is log block not surrounded by if
13577 src/com/gps/hibernate/BlogsstatsuserDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13578 src/com/gps/hibernate/BlogsstatsuserDAO.java 87 Local variable 'queryString' could be declared final
13579 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Local variable 'queryObject' could be declared final
13580 src/com/gps/hibernate/BlogsstatsuserDAO.java 89 Potential violation of Law of Demeter (method chain calls)
13581 src/com/gps/hibernate/BlogsstatsuserDAO.java 90 Potential violation of Law of Demeter (object not created locally)
13582 src/com/gps/hibernate/BlogsstatsuserDAO.java 91 Potential violation of Law of Demeter (object not created locally)
13583 src/com/gps/hibernate/BlogsstatsuserDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13584 src/com/gps/hibernate/BlogsstatsuserDAO.java 93 There is log block not surrounded by if
13585 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
13586 src/com/gps/hibernate/BlogsstatsuserDAO.java 98 publicMethodCommentRequirement Required
13587 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
13588 src/com/gps/hibernate/BlogsstatsuserDAO.java 102 publicMethodCommentRequirement Required
13589 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 Parameter 'userId' is not assigned and could be declared final
13590 src/com/gps/hibernate/BlogsstatsuserDAO.java 106 publicMethodCommentRequirement Required
13591 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 Parameter 'entryCount' is not assigned and could be declared final
13592 src/com/gps/hibernate/BlogsstatsuserDAO.java 110 publicMethodCommentRequirement Required
13593 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Avoid excessively long variable names like ratingsTotalEntries
13594 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 Parameter 'ratingsTotalEntries' is not assigned and could be declared final
13595 src/com/gps/hibernate/BlogsstatsuserDAO.java 114 publicMethodCommentRequirement Required
13596 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 Parameter 'ratingsTotalScore' is not assigned and could be declared final
13597 src/com/gps/hibernate/BlogsstatsuserDAO.java 118 publicMethodCommentRequirement Required
13598 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Avoid excessively long variable names like ratingsAverageScore
13599 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 Parameter 'ratingsAverageScore' is not assigned and could be declared final
13600 src/com/gps/hibernate/BlogsstatsuserDAO.java 122 publicMethodCommentRequirement Required
13601 src/com/gps/hibernate/BlogsstatsuserDAO.java 126 publicMethodCommentRequirement Required
13602 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 There is log block not surrounded by if
13603 src/com/gps/hibernate/BlogsstatsuserDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13604 src/com/gps/hibernate/BlogsstatsuserDAO.java 129 Local variable 'queryString' could be declared final
13605 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Local variable 'queryObject' could be declared final
13606 src/com/gps/hibernate/BlogsstatsuserDAO.java 130 Potential violation of Law of Demeter (method chain calls)
13607 src/com/gps/hibernate/BlogsstatsuserDAO.java 131 Potential violation of Law of Demeter (object not created locally)
13608 src/com/gps/hibernate/BlogsstatsuserDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13609 src/com/gps/hibernate/BlogsstatsuserDAO.java 133 There is log block not surrounded by if
13610 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
13611 src/com/gps/hibernate/BlogsstatsuserDAO.java 138 publicMethodCommentRequirement Required
13612 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 There is log block not surrounded by if
13613 src/com/gps/hibernate/BlogsstatsuserDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13614 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Local variable 'result' could be declared final
13615 src/com/gps/hibernate/BlogsstatsuserDAO.java 141 Potential violation of Law of Demeter (method chain calls)
13616 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 There is log block not surrounded by if
13617 src/com/gps/hibernate/BlogsstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13618 src/com/gps/hibernate/BlogsstatsuserDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13619 src/com/gps/hibernate/BlogsstatsuserDAO.java 146 There is log block not surrounded by if
13620 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 Parameter 'instance' is not assigned and could be declared final
13621 src/com/gps/hibernate/BlogsstatsuserDAO.java 151 publicMethodCommentRequirement Required
13622 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 There is log block not surrounded by if
13623 src/com/gps/hibernate/BlogsstatsuserDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13624 src/com/gps/hibernate/BlogsstatsuserDAO.java 154 Potential violation of Law of Demeter (method chain calls)
13625 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 There is log block not surrounded by if
13626 src/com/gps/hibernate/BlogsstatsuserDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13627 src/com/gps/hibernate/BlogsstatsuserDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13628 src/com/gps/hibernate/BlogsstatsuserDAO.java 157 There is log block not surrounded by if
13629 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 Parameter 'instance' is not assigned and could be declared final
13630 src/com/gps/hibernate/BlogsstatsuserDAO.java 162 publicMethodCommentRequirement Required
13631 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 There is log block not surrounded by if
13632 src/com/gps/hibernate/BlogsstatsuserDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13633 src/com/gps/hibernate/BlogsstatsuserDAO.java 165 Potential violation of Law of Demeter (method chain calls)
13634 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 There is log block not surrounded by if
13635 src/com/gps/hibernate/BlogsstatsuserDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13636 src/com/gps/hibernate/BlogsstatsuserDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13637 src/com/gps/hibernate/BlogsstatsuserDAO.java 168 There is log block not surrounded by if
13638 src/com/gps/hibernate/Bookmarksentry.java 11 Classes implementing Serializable should set a serialVersionUID
13639 src/com/gps/hibernate/Bookmarksentry.java 15 fieldCommentRequirement Required
13640 src/com/gps/hibernate/Bookmarksentry.java 16 fieldCommentRequirement Required
13641 src/com/gps/hibernate/Bookmarksentry.java 17 fieldCommentRequirement Required
13642 src/com/gps/hibernate/Bookmarksentry.java 18 fieldCommentRequirement Required
13643 src/com/gps/hibernate/Bookmarksentry.java 19 fieldCommentRequirement Required
13644 src/com/gps/hibernate/Bookmarksentry.java 20 fieldCommentRequirement Required
13645 src/com/gps/hibernate/Bookmarksentry.java 21 fieldCommentRequirement Required
13646 src/com/gps/hibernate/Bookmarksentry.java 22 fieldCommentRequirement Required
13647 src/com/gps/hibernate/Bookmarksentry.java 23 fieldCommentRequirement Required
13648 src/com/gps/hibernate/Bookmarksentry.java 24 fieldCommentRequirement Required
13649 src/com/gps/hibernate/Bookmarksentry.java 25 fieldCommentRequirement Required
13650 src/com/gps/hibernate/Bookmarksentry.java 26 fieldCommentRequirement Required
13651 src/com/gps/hibernate/Bookmarksentry.java 27 fieldCommentRequirement Required
13652 src/com/gps/hibernate/Bookmarksentry.java 32 Document empty constructor
13653 src/com/gps/hibernate/Bookmarksentry.java 36 Parameter 'entryId' is not assigned and could be declared final
13654 src/com/gps/hibernate/Bookmarksentry.java 41 Avoid long parameter lists.
13655 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'entryId' is not assigned and could be declared final
13656 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'groupId' is not assigned and could be declared final
13657 src/com/gps/hibernate/Bookmarksentry.java 41 Parameter 'uuid' is not assigned and could be declared final
13658 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'companyId' is not assigned and could be declared final
13659 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'createDate' is not assigned and could be declared final
13660 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
13661 src/com/gps/hibernate/Bookmarksentry.java 42 Parameter 'userId' is not assigned and could be declared final
13662 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'comments' is not assigned and could be declared final
13663 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'folderId' is not assigned and could be declared final
13664 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'name' is not assigned and could be declared final
13665 src/com/gps/hibernate/Bookmarksentry.java 43 Parameter 'url' is not assigned and could be declared final
13666 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'priority' is not assigned and could be declared final
13667 src/com/gps/hibernate/Bookmarksentry.java 44 Parameter 'visits' is not assigned and could be declared final
13668 src/com/gps/hibernate/Bookmarksentry.java 62 publicMethodCommentRequirement Required
13669 src/com/gps/hibernate/Bookmarksentry.java 66 Parameter 'entryId' is not assigned and could be declared final
13670 src/com/gps/hibernate/Bookmarksentry.java 66 publicMethodCommentRequirement Required
13671 src/com/gps/hibernate/Bookmarksentry.java 70 publicMethodCommentRequirement Required
13672 src/com/gps/hibernate/Bookmarksentry.java 74 Parameter 'uuid' is not assigned and could be declared final
13673 src/com/gps/hibernate/Bookmarksentry.java 74 publicMethodCommentRequirement Required
13674 src/com/gps/hibernate/Bookmarksentry.java 78 publicMethodCommentRequirement Required
13675 src/com/gps/hibernate/Bookmarksentry.java 82 Parameter 'groupId' is not assigned and could be declared final
13676 src/com/gps/hibernate/Bookmarksentry.java 82 publicMethodCommentRequirement Required
13677 src/com/gps/hibernate/Bookmarksentry.java 86 publicMethodCommentRequirement Required
13678 src/com/gps/hibernate/Bookmarksentry.java 90 Parameter 'companyId' is not assigned and could be declared final
13679 src/com/gps/hibernate/Bookmarksentry.java 90 publicMethodCommentRequirement Required
13680 src/com/gps/hibernate/Bookmarksentry.java 94 publicMethodCommentRequirement Required
13681 src/com/gps/hibernate/Bookmarksentry.java 98 Parameter 'userId' is not assigned and could be declared final
13682 src/com/gps/hibernate/Bookmarksentry.java 98 publicMethodCommentRequirement Required
13683 src/com/gps/hibernate/Bookmarksentry.java 102 publicMethodCommentRequirement Required
13684 src/com/gps/hibernate/Bookmarksentry.java 106 Parameter 'createDate' is not assigned and could be declared final
13685 src/com/gps/hibernate/Bookmarksentry.java 106 publicMethodCommentRequirement Required
13686 src/com/gps/hibernate/Bookmarksentry.java 110 publicMethodCommentRequirement Required
13687 src/com/gps/hibernate/Bookmarksentry.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
13688 src/com/gps/hibernate/Bookmarksentry.java 114 publicMethodCommentRequirement Required
13689 src/com/gps/hibernate/Bookmarksentry.java 118 publicMethodCommentRequirement Required
13690 src/com/gps/hibernate/Bookmarksentry.java 122 Parameter 'folderId' is not assigned and could be declared final
13691 src/com/gps/hibernate/Bookmarksentry.java 122 publicMethodCommentRequirement Required
13692 src/com/gps/hibernate/Bookmarksentry.java 126 publicMethodCommentRequirement Required
13693 src/com/gps/hibernate/Bookmarksentry.java 130 Parameter 'name' is not assigned and could be declared final
13694 src/com/gps/hibernate/Bookmarksentry.java 130 publicMethodCommentRequirement Required
13695 src/com/gps/hibernate/Bookmarksentry.java 134 publicMethodCommentRequirement Required
13696 src/com/gps/hibernate/Bookmarksentry.java 138 Parameter 'url' is not assigned and could be declared final
13697 src/com/gps/hibernate/Bookmarksentry.java 138 publicMethodCommentRequirement Required
13698 src/com/gps/hibernate/Bookmarksentry.java 142 publicMethodCommentRequirement Required
13699 src/com/gps/hibernate/Bookmarksentry.java 146 Parameter 'comments' is not assigned and could be declared final
13700 src/com/gps/hibernate/Bookmarksentry.java 146 publicMethodCommentRequirement Required
13701 src/com/gps/hibernate/Bookmarksentry.java 150 publicMethodCommentRequirement Required
13702 src/com/gps/hibernate/Bookmarksentry.java 154 Parameter 'visits' is not assigned and could be declared final
13703 src/com/gps/hibernate/Bookmarksentry.java 154 publicMethodCommentRequirement Required
13704 src/com/gps/hibernate/Bookmarksentry.java 158 publicMethodCommentRequirement Required
13705 src/com/gps/hibernate/Bookmarksentry.java 162 Parameter 'priority' is not assigned and could be declared final
13706 src/com/gps/hibernate/Bookmarksentry.java 162 publicMethodCommentRequirement Required
13707 src/com/gps/hibernate/BookmarksentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
13708 src/com/gps/hibernate/BookmarksentryDAO.java 11 Comment is too large: Too many lines
13709 src/com/gps/hibernate/BookmarksentryDAO.java 23 This class has too many methods, consider refactoring it.
13710 src/com/gps/hibernate/BookmarksentryDAO.java 24 Logger should be defined private static final and have the correct class
13711 src/com/gps/hibernate/BookmarksentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13712 src/com/gps/hibernate/BookmarksentryDAO.java 24 fieldCommentRequirement Required
13713 src/com/gps/hibernate/BookmarksentryDAO.java 26 fieldCommentRequirement Required
13714 src/com/gps/hibernate/BookmarksentryDAO.java 27 fieldCommentRequirement Required
13715 src/com/gps/hibernate/BookmarksentryDAO.java 28 fieldCommentRequirement Required
13716 src/com/gps/hibernate/BookmarksentryDAO.java 29 fieldCommentRequirement Required
13717 src/com/gps/hibernate/BookmarksentryDAO.java 30 fieldCommentRequirement Required
13718 src/com/gps/hibernate/BookmarksentryDAO.java 31 fieldCommentRequirement Required
13719 src/com/gps/hibernate/BookmarksentryDAO.java 32 fieldCommentRequirement Required
13720 src/com/gps/hibernate/BookmarksentryDAO.java 33 fieldCommentRequirement Required
13721 src/com/gps/hibernate/BookmarksentryDAO.java 34 fieldCommentRequirement Required
13722 src/com/gps/hibernate/BookmarksentryDAO.java 35 fieldCommentRequirement Required
13723 src/com/gps/hibernate/BookmarksentryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
13724 src/com/gps/hibernate/BookmarksentryDAO.java 37 publicMethodCommentRequirement Required
13725 src/com/gps/hibernate/BookmarksentryDAO.java 38 There is log block not surrounded by if
13726 src/com/gps/hibernate/BookmarksentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13727 src/com/gps/hibernate/BookmarksentryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
13728 src/com/gps/hibernate/BookmarksentryDAO.java 41 There is log block not surrounded by if
13729 src/com/gps/hibernate/BookmarksentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13730 src/com/gps/hibernate/BookmarksentryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13731 src/com/gps/hibernate/BookmarksentryDAO.java 43 There is log block not surrounded by if
13732 src/com/gps/hibernate/BookmarksentryDAO.java 48 Avoid excessively long variable names like persistentInstance
13733 src/com/gps/hibernate/BookmarksentryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
13734 src/com/gps/hibernate/BookmarksentryDAO.java 48 publicMethodCommentRequirement Required
13735 src/com/gps/hibernate/BookmarksentryDAO.java 49 There is log block not surrounded by if
13736 src/com/gps/hibernate/BookmarksentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13737 src/com/gps/hibernate/BookmarksentryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
13738 src/com/gps/hibernate/BookmarksentryDAO.java 52 There is log block not surrounded by if
13739 src/com/gps/hibernate/BookmarksentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13740 src/com/gps/hibernate/BookmarksentryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13741 src/com/gps/hibernate/BookmarksentryDAO.java 54 There is log block not surrounded by if
13742 src/com/gps/hibernate/BookmarksentryDAO.java 59 Avoid variables with short names like id
13743 src/com/gps/hibernate/BookmarksentryDAO.java 59 Parameter 'id' is not assigned and could be declared final
13744 src/com/gps/hibernate/BookmarksentryDAO.java 59 publicMethodCommentRequirement Required
13745 src/com/gps/hibernate/BookmarksentryDAO.java 60 There is log block not surrounded by if
13746 src/com/gps/hibernate/BookmarksentryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13747 src/com/gps/hibernate/BookmarksentryDAO.java 62 Local variable 'instance' could be declared final
13748 src/com/gps/hibernate/BookmarksentryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
13749 src/com/gps/hibernate/BookmarksentryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13750 src/com/gps/hibernate/BookmarksentryDAO.java 66 There is log block not surrounded by if
13751 src/com/gps/hibernate/BookmarksentryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
13752 src/com/gps/hibernate/BookmarksentryDAO.java 71 publicMethodCommentRequirement Required
13753 src/com/gps/hibernate/BookmarksentryDAO.java 72 There is log block not surrounded by if
13754 src/com/gps/hibernate/BookmarksentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13755 src/com/gps/hibernate/BookmarksentryDAO.java 74 Local variable 'results' could be declared final
13756 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
13757 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
13758 src/com/gps/hibernate/BookmarksentryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
13759 src/com/gps/hibernate/BookmarksentryDAO.java 77 There is log block not surrounded by if
13760 src/com/gps/hibernate/BookmarksentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13761 src/com/gps/hibernate/BookmarksentryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
13762 src/com/gps/hibernate/BookmarksentryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13763 src/com/gps/hibernate/BookmarksentryDAO.java 81 There is log block not surrounded by if
13764 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
13765 src/com/gps/hibernate/BookmarksentryDAO.java 86 Parameter 'value' is not assigned and could be declared final
13766 src/com/gps/hibernate/BookmarksentryDAO.java 86 publicMethodCommentRequirement Required
13767 src/com/gps/hibernate/BookmarksentryDAO.java 87 There is log block not surrounded by if
13768 src/com/gps/hibernate/BookmarksentryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13769 src/com/gps/hibernate/BookmarksentryDAO.java 90 Local variable 'queryString' could be declared final
13770 src/com/gps/hibernate/BookmarksentryDAO.java 92 Local variable 'queryObject' could be declared final
13771 src/com/gps/hibernate/BookmarksentryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
13772 src/com/gps/hibernate/BookmarksentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
13773 src/com/gps/hibernate/BookmarksentryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
13774 src/com/gps/hibernate/BookmarksentryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13775 src/com/gps/hibernate/BookmarksentryDAO.java 96 There is log block not surrounded by if
13776 src/com/gps/hibernate/BookmarksentryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
13777 src/com/gps/hibernate/BookmarksentryDAO.java 101 publicMethodCommentRequirement Required
13778 src/com/gps/hibernate/BookmarksentryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
13779 src/com/gps/hibernate/BookmarksentryDAO.java 105 publicMethodCommentRequirement Required
13780 src/com/gps/hibernate/BookmarksentryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
13781 src/com/gps/hibernate/BookmarksentryDAO.java 109 publicMethodCommentRequirement Required
13782 src/com/gps/hibernate/BookmarksentryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
13783 src/com/gps/hibernate/BookmarksentryDAO.java 113 publicMethodCommentRequirement Required
13784 src/com/gps/hibernate/BookmarksentryDAO.java 117 Parameter 'folderId' is not assigned and could be declared final
13785 src/com/gps/hibernate/BookmarksentryDAO.java 117 publicMethodCommentRequirement Required
13786 src/com/gps/hibernate/BookmarksentryDAO.java 121 Parameter 'name' is not assigned and could be declared final
13787 src/com/gps/hibernate/BookmarksentryDAO.java 121 publicMethodCommentRequirement Required
13788 src/com/gps/hibernate/BookmarksentryDAO.java 125 Parameter 'url' is not assigned and could be declared final
13789 src/com/gps/hibernate/BookmarksentryDAO.java 125 publicMethodCommentRequirement Required
13790 src/com/gps/hibernate/BookmarksentryDAO.java 129 Parameter 'comments' is not assigned and could be declared final
13791 src/com/gps/hibernate/BookmarksentryDAO.java 129 publicMethodCommentRequirement Required
13792 src/com/gps/hibernate/BookmarksentryDAO.java 133 Parameter 'visits' is not assigned and could be declared final
13793 src/com/gps/hibernate/BookmarksentryDAO.java 133 publicMethodCommentRequirement Required
13794 src/com/gps/hibernate/BookmarksentryDAO.java 137 Parameter 'priority' is not assigned and could be declared final
13795 src/com/gps/hibernate/BookmarksentryDAO.java 137 publicMethodCommentRequirement Required
13796 src/com/gps/hibernate/BookmarksentryDAO.java 141 publicMethodCommentRequirement Required
13797 src/com/gps/hibernate/BookmarksentryDAO.java 142 There is log block not surrounded by if
13798 src/com/gps/hibernate/BookmarksentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13799 src/com/gps/hibernate/BookmarksentryDAO.java 144 Local variable 'queryString' could be declared final
13800 src/com/gps/hibernate/BookmarksentryDAO.java 145 Local variable 'queryObject' could be declared final
13801 src/com/gps/hibernate/BookmarksentryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
13802 src/com/gps/hibernate/BookmarksentryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
13803 src/com/gps/hibernate/BookmarksentryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13804 src/com/gps/hibernate/BookmarksentryDAO.java 148 There is log block not surrounded by if
13805 src/com/gps/hibernate/BookmarksentryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
13806 src/com/gps/hibernate/BookmarksentryDAO.java 153 publicMethodCommentRequirement Required
13807 src/com/gps/hibernate/BookmarksentryDAO.java 154 There is log block not surrounded by if
13808 src/com/gps/hibernate/BookmarksentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13809 src/com/gps/hibernate/BookmarksentryDAO.java 156 Local variable 'result' could be declared final
13810 src/com/gps/hibernate/BookmarksentryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
13811 src/com/gps/hibernate/BookmarksentryDAO.java 158 There is log block not surrounded by if
13812 src/com/gps/hibernate/BookmarksentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13813 src/com/gps/hibernate/BookmarksentryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13814 src/com/gps/hibernate/BookmarksentryDAO.java 161 There is log block not surrounded by if
13815 src/com/gps/hibernate/BookmarksentryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
13816 src/com/gps/hibernate/BookmarksentryDAO.java 166 publicMethodCommentRequirement Required
13817 src/com/gps/hibernate/BookmarksentryDAO.java 167 There is log block not surrounded by if
13818 src/com/gps/hibernate/BookmarksentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13819 src/com/gps/hibernate/BookmarksentryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
13820 src/com/gps/hibernate/BookmarksentryDAO.java 170 There is log block not surrounded by if
13821 src/com/gps/hibernate/BookmarksentryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13822 src/com/gps/hibernate/BookmarksentryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13823 src/com/gps/hibernate/BookmarksentryDAO.java 172 There is log block not surrounded by if
13824 src/com/gps/hibernate/BookmarksentryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
13825 src/com/gps/hibernate/BookmarksentryDAO.java 177 publicMethodCommentRequirement Required
13826 src/com/gps/hibernate/BookmarksentryDAO.java 178 There is log block not surrounded by if
13827 src/com/gps/hibernate/BookmarksentryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13828 src/com/gps/hibernate/BookmarksentryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
13829 src/com/gps/hibernate/BookmarksentryDAO.java 181 There is log block not surrounded by if
13830 src/com/gps/hibernate/BookmarksentryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13831 src/com/gps/hibernate/BookmarksentryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13832 src/com/gps/hibernate/BookmarksentryDAO.java 183 There is log block not surrounded by if
13833 src/com/gps/hibernate/Bookmarksfolder.java 11 Classes implementing Serializable should set a serialVersionUID
13834 src/com/gps/hibernate/Bookmarksfolder.java 15 fieldCommentRequirement Required
13835 src/com/gps/hibernate/Bookmarksfolder.java 16 fieldCommentRequirement Required
13836 src/com/gps/hibernate/Bookmarksfolder.java 17 fieldCommentRequirement Required
13837 src/com/gps/hibernate/Bookmarksfolder.java 18 fieldCommentRequirement Required
13838 src/com/gps/hibernate/Bookmarksfolder.java 19 fieldCommentRequirement Required
13839 src/com/gps/hibernate/Bookmarksfolder.java 20 fieldCommentRequirement Required
13840 src/com/gps/hibernate/Bookmarksfolder.java 21 fieldCommentRequirement Required
13841 src/com/gps/hibernate/Bookmarksfolder.java 22 fieldCommentRequirement Required
13842 src/com/gps/hibernate/Bookmarksfolder.java 23 fieldCommentRequirement Required
13843 src/com/gps/hibernate/Bookmarksfolder.java 24 fieldCommentRequirement Required
13844 src/com/gps/hibernate/Bookmarksfolder.java 29 Document empty constructor
13845 src/com/gps/hibernate/Bookmarksfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
13846 src/com/gps/hibernate/Bookmarksfolder.java 38 Avoid long parameter lists.
13847 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
13848 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
13849 src/com/gps/hibernate/Bookmarksfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
13850 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'companyId' is not assigned and could be declared final
13851 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
13852 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
13853 src/com/gps/hibernate/Bookmarksfolder.java 39 Parameter 'userId' is not assigned and could be declared final
13854 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'description' is not assigned and could be declared final
13855 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'name' is not assigned and could be declared final
13856 src/com/gps/hibernate/Bookmarksfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
13857 src/com/gps/hibernate/Bookmarksfolder.java 55 publicMethodCommentRequirement Required
13858 src/com/gps/hibernate/Bookmarksfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
13859 src/com/gps/hibernate/Bookmarksfolder.java 59 publicMethodCommentRequirement Required
13860 src/com/gps/hibernate/Bookmarksfolder.java 63 publicMethodCommentRequirement Required
13861 src/com/gps/hibernate/Bookmarksfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
13862 src/com/gps/hibernate/Bookmarksfolder.java 67 publicMethodCommentRequirement Required
13863 src/com/gps/hibernate/Bookmarksfolder.java 71 publicMethodCommentRequirement Required
13864 src/com/gps/hibernate/Bookmarksfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
13865 src/com/gps/hibernate/Bookmarksfolder.java 75 publicMethodCommentRequirement Required
13866 src/com/gps/hibernate/Bookmarksfolder.java 79 publicMethodCommentRequirement Required
13867 src/com/gps/hibernate/Bookmarksfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
13868 src/com/gps/hibernate/Bookmarksfolder.java 83 publicMethodCommentRequirement Required
13869 src/com/gps/hibernate/Bookmarksfolder.java 87 publicMethodCommentRequirement Required
13870 src/com/gps/hibernate/Bookmarksfolder.java 91 Parameter 'userId' is not assigned and could be declared final
13871 src/com/gps/hibernate/Bookmarksfolder.java 91 publicMethodCommentRequirement Required
13872 src/com/gps/hibernate/Bookmarksfolder.java 95 publicMethodCommentRequirement Required
13873 src/com/gps/hibernate/Bookmarksfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
13874 src/com/gps/hibernate/Bookmarksfolder.java 99 publicMethodCommentRequirement Required
13875 src/com/gps/hibernate/Bookmarksfolder.java 103 publicMethodCommentRequirement Required
13876 src/com/gps/hibernate/Bookmarksfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
13877 src/com/gps/hibernate/Bookmarksfolder.java 107 publicMethodCommentRequirement Required
13878 src/com/gps/hibernate/Bookmarksfolder.java 111 publicMethodCommentRequirement Required
13879 src/com/gps/hibernate/Bookmarksfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
13880 src/com/gps/hibernate/Bookmarksfolder.java 115 publicMethodCommentRequirement Required
13881 src/com/gps/hibernate/Bookmarksfolder.java 119 publicMethodCommentRequirement Required
13882 src/com/gps/hibernate/Bookmarksfolder.java 123 Parameter 'name' is not assigned and could be declared final
13883 src/com/gps/hibernate/Bookmarksfolder.java 123 publicMethodCommentRequirement Required
13884 src/com/gps/hibernate/Bookmarksfolder.java 127 publicMethodCommentRequirement Required
13885 src/com/gps/hibernate/Bookmarksfolder.java 131 Parameter 'description' is not assigned and could be declared final
13886 src/com/gps/hibernate/Bookmarksfolder.java 131 publicMethodCommentRequirement Required
13887 src/com/gps/hibernate/BookmarksfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
13888 src/com/gps/hibernate/BookmarksfolderDAO.java 11 Comment is too large: Too many lines
13889 src/com/gps/hibernate/BookmarksfolderDAO.java 23 This class has too many methods, consider refactoring it.
13890 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Logger should be defined private static final and have the correct class
13891 src/com/gps/hibernate/BookmarksfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
13892 src/com/gps/hibernate/BookmarksfolderDAO.java 24 fieldCommentRequirement Required
13893 src/com/gps/hibernate/BookmarksfolderDAO.java 26 fieldCommentRequirement Required
13894 src/com/gps/hibernate/BookmarksfolderDAO.java 27 fieldCommentRequirement Required
13895 src/com/gps/hibernate/BookmarksfolderDAO.java 28 fieldCommentRequirement Required
13896 src/com/gps/hibernate/BookmarksfolderDAO.java 29 fieldCommentRequirement Required
13897 src/com/gps/hibernate/BookmarksfolderDAO.java 30 fieldCommentRequirement Required
13898 src/com/gps/hibernate/BookmarksfolderDAO.java 31 fieldCommentRequirement Required
13899 src/com/gps/hibernate/BookmarksfolderDAO.java 32 fieldCommentRequirement Required
13900 src/com/gps/hibernate/BookmarksfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
13901 src/com/gps/hibernate/BookmarksfolderDAO.java 34 publicMethodCommentRequirement Required
13902 src/com/gps/hibernate/BookmarksfolderDAO.java 35 There is log block not surrounded by if
13903 src/com/gps/hibernate/BookmarksfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13904 src/com/gps/hibernate/BookmarksfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
13905 src/com/gps/hibernate/BookmarksfolderDAO.java 38 There is log block not surrounded by if
13906 src/com/gps/hibernate/BookmarksfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13907 src/com/gps/hibernate/BookmarksfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13908 src/com/gps/hibernate/BookmarksfolderDAO.java 40 There is log block not surrounded by if
13909 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
13910 src/com/gps/hibernate/BookmarksfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
13911 src/com/gps/hibernate/BookmarksfolderDAO.java 45 publicMethodCommentRequirement Required
13912 src/com/gps/hibernate/BookmarksfolderDAO.java 46 There is log block not surrounded by if
13913 src/com/gps/hibernate/BookmarksfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13914 src/com/gps/hibernate/BookmarksfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
13915 src/com/gps/hibernate/BookmarksfolderDAO.java 49 There is log block not surrounded by if
13916 src/com/gps/hibernate/BookmarksfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13917 src/com/gps/hibernate/BookmarksfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13918 src/com/gps/hibernate/BookmarksfolderDAO.java 51 There is log block not surrounded by if
13919 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Avoid variables with short names like id
13920 src/com/gps/hibernate/BookmarksfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
13921 src/com/gps/hibernate/BookmarksfolderDAO.java 56 publicMethodCommentRequirement Required
13922 src/com/gps/hibernate/BookmarksfolderDAO.java 57 There is log block not surrounded by if
13923 src/com/gps/hibernate/BookmarksfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13924 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Local variable 'instance' could be declared final
13925 src/com/gps/hibernate/BookmarksfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
13926 src/com/gps/hibernate/BookmarksfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13927 src/com/gps/hibernate/BookmarksfolderDAO.java 63 There is log block not surrounded by if
13928 src/com/gps/hibernate/BookmarksfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
13929 src/com/gps/hibernate/BookmarksfolderDAO.java 68 publicMethodCommentRequirement Required
13930 src/com/gps/hibernate/BookmarksfolderDAO.java 69 There is log block not surrounded by if
13931 src/com/gps/hibernate/BookmarksfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13932 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Local variable 'results' could be declared final
13933 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13934 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13935 src/com/gps/hibernate/BookmarksfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
13936 src/com/gps/hibernate/BookmarksfolderDAO.java 74 There is log block not surrounded by if
13937 src/com/gps/hibernate/BookmarksfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13938 src/com/gps/hibernate/BookmarksfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
13939 src/com/gps/hibernate/BookmarksfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13940 src/com/gps/hibernate/BookmarksfolderDAO.java 78 There is log block not surrounded by if
13941 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
13942 src/com/gps/hibernate/BookmarksfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
13943 src/com/gps/hibernate/BookmarksfolderDAO.java 83 publicMethodCommentRequirement Required
13944 src/com/gps/hibernate/BookmarksfolderDAO.java 84 There is log block not surrounded by if
13945 src/com/gps/hibernate/BookmarksfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13946 src/com/gps/hibernate/BookmarksfolderDAO.java 87 Local variable 'queryString' could be declared final
13947 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Local variable 'queryObject' could be declared final
13948 src/com/gps/hibernate/BookmarksfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
13949 src/com/gps/hibernate/BookmarksfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
13950 src/com/gps/hibernate/BookmarksfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
13951 src/com/gps/hibernate/BookmarksfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13952 src/com/gps/hibernate/BookmarksfolderDAO.java 93 There is log block not surrounded by if
13953 src/com/gps/hibernate/BookmarksfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
13954 src/com/gps/hibernate/BookmarksfolderDAO.java 98 publicMethodCommentRequirement Required
13955 src/com/gps/hibernate/BookmarksfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
13956 src/com/gps/hibernate/BookmarksfolderDAO.java 102 publicMethodCommentRequirement Required
13957 src/com/gps/hibernate/BookmarksfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
13958 src/com/gps/hibernate/BookmarksfolderDAO.java 106 publicMethodCommentRequirement Required
13959 src/com/gps/hibernate/BookmarksfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
13960 src/com/gps/hibernate/BookmarksfolderDAO.java 110 publicMethodCommentRequirement Required
13961 src/com/gps/hibernate/BookmarksfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
13962 src/com/gps/hibernate/BookmarksfolderDAO.java 114 publicMethodCommentRequirement Required
13963 src/com/gps/hibernate/BookmarksfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
13964 src/com/gps/hibernate/BookmarksfolderDAO.java 118 publicMethodCommentRequirement Required
13965 src/com/gps/hibernate/BookmarksfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
13966 src/com/gps/hibernate/BookmarksfolderDAO.java 122 publicMethodCommentRequirement Required
13967 src/com/gps/hibernate/BookmarksfolderDAO.java 126 publicMethodCommentRequirement Required
13968 src/com/gps/hibernate/BookmarksfolderDAO.java 127 There is log block not surrounded by if
13969 src/com/gps/hibernate/BookmarksfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13970 src/com/gps/hibernate/BookmarksfolderDAO.java 129 Local variable 'queryString' could be declared final
13971 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Local variable 'queryObject' could be declared final
13972 src/com/gps/hibernate/BookmarksfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
13973 src/com/gps/hibernate/BookmarksfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
13974 src/com/gps/hibernate/BookmarksfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13975 src/com/gps/hibernate/BookmarksfolderDAO.java 133 There is log block not surrounded by if
13976 src/com/gps/hibernate/BookmarksfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
13977 src/com/gps/hibernate/BookmarksfolderDAO.java 138 publicMethodCommentRequirement Required
13978 src/com/gps/hibernate/BookmarksfolderDAO.java 139 There is log block not surrounded by if
13979 src/com/gps/hibernate/BookmarksfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13980 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Local variable 'result' could be declared final
13981 src/com/gps/hibernate/BookmarksfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
13982 src/com/gps/hibernate/BookmarksfolderDAO.java 143 There is log block not surrounded by if
13983 src/com/gps/hibernate/BookmarksfolderDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13984 src/com/gps/hibernate/BookmarksfolderDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13985 src/com/gps/hibernate/BookmarksfolderDAO.java 146 There is log block not surrounded by if
13986 src/com/gps/hibernate/BookmarksfolderDAO.java 151 Parameter 'instance' is not assigned and could be declared final
13987 src/com/gps/hibernate/BookmarksfolderDAO.java 151 publicMethodCommentRequirement Required
13988 src/com/gps/hibernate/BookmarksfolderDAO.java 152 There is log block not surrounded by if
13989 src/com/gps/hibernate/BookmarksfolderDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13990 src/com/gps/hibernate/BookmarksfolderDAO.java 154 Potential violation of Law of Demeter (method chain calls)
13991 src/com/gps/hibernate/BookmarksfolderDAO.java 155 There is log block not surrounded by if
13992 src/com/gps/hibernate/BookmarksfolderDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13993 src/com/gps/hibernate/BookmarksfolderDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
13994 src/com/gps/hibernate/BookmarksfolderDAO.java 157 There is log block not surrounded by if
13995 src/com/gps/hibernate/BookmarksfolderDAO.java 162 Parameter 'instance' is not assigned and could be declared final
13996 src/com/gps/hibernate/BookmarksfolderDAO.java 162 publicMethodCommentRequirement Required
13997 src/com/gps/hibernate/BookmarksfolderDAO.java 163 There is log block not surrounded by if
13998 src/com/gps/hibernate/BookmarksfolderDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
13999 src/com/gps/hibernate/BookmarksfolderDAO.java 165 Potential violation of Law of Demeter (method chain calls)
14000 src/com/gps/hibernate/BookmarksfolderDAO.java 166 There is log block not surrounded by if
14001 src/com/gps/hibernate/BookmarksfolderDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14002 src/com/gps/hibernate/BookmarksfolderDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14003 src/com/gps/hibernate/BookmarksfolderDAO.java 168 There is log block not surrounded by if
14004 src/com/gps/hibernate/Browsertracker.java 9 Classes implementing Serializable should set a serialVersionUID
14005 src/com/gps/hibernate/Browsertracker.java 13 fieldCommentRequirement Required
14006 src/com/gps/hibernate/Browsertracker.java 14 fieldCommentRequirement Required
14007 src/com/gps/hibernate/Browsertracker.java 15 fieldCommentRequirement Required
14008 src/com/gps/hibernate/Browsertracker.java 20 Document empty constructor
14009 src/com/gps/hibernate/Browsertracker.java 24 Parameter 'browserTrackerId' is not assigned and could be declared final
14010 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserKey' is not assigned and could be declared final
14011 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'browserTrackerId' is not assigned and could be declared final
14012 src/com/gps/hibernate/Browsertracker.java 29 Parameter 'userId' is not assigned and could be declared final
14013 src/com/gps/hibernate/Browsertracker.java 37 publicMethodCommentRequirement Required
14014 src/com/gps/hibernate/Browsertracker.java 41 Parameter 'browserTrackerId' is not assigned and could be declared final
14015 src/com/gps/hibernate/Browsertracker.java 41 publicMethodCommentRequirement Required
14016 src/com/gps/hibernate/Browsertracker.java 45 publicMethodCommentRequirement Required
14017 src/com/gps/hibernate/Browsertracker.java 49 Parameter 'userId' is not assigned and could be declared final
14018 src/com/gps/hibernate/Browsertracker.java 49 publicMethodCommentRequirement Required
14019 src/com/gps/hibernate/Browsertracker.java 53 publicMethodCommentRequirement Required
14020 src/com/gps/hibernate/Browsertracker.java 57 Parameter 'browserKey' is not assigned and could be declared final
14021 src/com/gps/hibernate/Browsertracker.java 57 publicMethodCommentRequirement Required
14022 src/com/gps/hibernate/BrowsertrackerDAO.java 10 Comment is too large: Too many lines
14023 src/com/gps/hibernate/BrowsertrackerDAO.java 22 This class has too many methods, consider refactoring it.
14024 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Logger should be defined private static final and have the correct class
14025 src/com/gps/hibernate/BrowsertrackerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14026 src/com/gps/hibernate/BrowsertrackerDAO.java 23 fieldCommentRequirement Required
14027 src/com/gps/hibernate/BrowsertrackerDAO.java 25 fieldCommentRequirement Required
14028 src/com/gps/hibernate/BrowsertrackerDAO.java 26 fieldCommentRequirement Required
14029 src/com/gps/hibernate/BrowsertrackerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
14030 src/com/gps/hibernate/BrowsertrackerDAO.java 28 publicMethodCommentRequirement Required
14031 src/com/gps/hibernate/BrowsertrackerDAO.java 29 There is log block not surrounded by if
14032 src/com/gps/hibernate/BrowsertrackerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14033 src/com/gps/hibernate/BrowsertrackerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
14034 src/com/gps/hibernate/BrowsertrackerDAO.java 32 There is log block not surrounded by if
14035 src/com/gps/hibernate/BrowsertrackerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14036 src/com/gps/hibernate/BrowsertrackerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14037 src/com/gps/hibernate/BrowsertrackerDAO.java 34 There is log block not surrounded by if
14038 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Avoid excessively long variable names like persistentInstance
14039 src/com/gps/hibernate/BrowsertrackerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
14040 src/com/gps/hibernate/BrowsertrackerDAO.java 39 publicMethodCommentRequirement Required
14041 src/com/gps/hibernate/BrowsertrackerDAO.java 40 There is log block not surrounded by if
14042 src/com/gps/hibernate/BrowsertrackerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14043 src/com/gps/hibernate/BrowsertrackerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
14044 src/com/gps/hibernate/BrowsertrackerDAO.java 43 There is log block not surrounded by if
14045 src/com/gps/hibernate/BrowsertrackerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14046 src/com/gps/hibernate/BrowsertrackerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14047 src/com/gps/hibernate/BrowsertrackerDAO.java 45 There is log block not surrounded by if
14048 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Avoid variables with short names like id
14049 src/com/gps/hibernate/BrowsertrackerDAO.java 50 Parameter 'id' is not assigned and could be declared final
14050 src/com/gps/hibernate/BrowsertrackerDAO.java 50 publicMethodCommentRequirement Required
14051 src/com/gps/hibernate/BrowsertrackerDAO.java 51 There is log block not surrounded by if
14052 src/com/gps/hibernate/BrowsertrackerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14053 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Local variable 'instance' could be declared final
14054 src/com/gps/hibernate/BrowsertrackerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
14055 src/com/gps/hibernate/BrowsertrackerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14056 src/com/gps/hibernate/BrowsertrackerDAO.java 57 There is log block not surrounded by if
14057 src/com/gps/hibernate/BrowsertrackerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
14058 src/com/gps/hibernate/BrowsertrackerDAO.java 62 publicMethodCommentRequirement Required
14059 src/com/gps/hibernate/BrowsertrackerDAO.java 63 There is log block not surrounded by if
14060 src/com/gps/hibernate/BrowsertrackerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14061 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Local variable 'results' could be declared final
14062 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14063 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14064 src/com/gps/hibernate/BrowsertrackerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14065 src/com/gps/hibernate/BrowsertrackerDAO.java 68 There is log block not surrounded by if
14066 src/com/gps/hibernate/BrowsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14067 src/com/gps/hibernate/BrowsertrackerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
14068 src/com/gps/hibernate/BrowsertrackerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14069 src/com/gps/hibernate/BrowsertrackerDAO.java 72 There is log block not surrounded by if
14070 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
14071 src/com/gps/hibernate/BrowsertrackerDAO.java 77 Parameter 'value' is not assigned and could be declared final
14072 src/com/gps/hibernate/BrowsertrackerDAO.java 77 publicMethodCommentRequirement Required
14073 src/com/gps/hibernate/BrowsertrackerDAO.java 78 There is log block not surrounded by if
14074 src/com/gps/hibernate/BrowsertrackerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14075 src/com/gps/hibernate/BrowsertrackerDAO.java 81 Local variable 'queryString' could be declared final
14076 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Local variable 'queryObject' could be declared final
14077 src/com/gps/hibernate/BrowsertrackerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
14078 src/com/gps/hibernate/BrowsertrackerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14079 src/com/gps/hibernate/BrowsertrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
14080 src/com/gps/hibernate/BrowsertrackerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14081 src/com/gps/hibernate/BrowsertrackerDAO.java 87 There is log block not surrounded by if
14082 src/com/gps/hibernate/BrowsertrackerDAO.java 92 Parameter 'userId' is not assigned and could be declared final
14083 src/com/gps/hibernate/BrowsertrackerDAO.java 92 publicMethodCommentRequirement Required
14084 src/com/gps/hibernate/BrowsertrackerDAO.java 96 Parameter 'browserKey' is not assigned and could be declared final
14085 src/com/gps/hibernate/BrowsertrackerDAO.java 96 publicMethodCommentRequirement Required
14086 src/com/gps/hibernate/BrowsertrackerDAO.java 100 publicMethodCommentRequirement Required
14087 src/com/gps/hibernate/BrowsertrackerDAO.java 101 There is log block not surrounded by if
14088 src/com/gps/hibernate/BrowsertrackerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14089 src/com/gps/hibernate/BrowsertrackerDAO.java 103 Local variable 'queryString' could be declared final
14090 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Local variable 'queryObject' could be declared final
14091 src/com/gps/hibernate/BrowsertrackerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
14092 src/com/gps/hibernate/BrowsertrackerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
14093 src/com/gps/hibernate/BrowsertrackerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14094 src/com/gps/hibernate/BrowsertrackerDAO.java 107 There is log block not surrounded by if
14095 src/com/gps/hibernate/BrowsertrackerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
14096 src/com/gps/hibernate/BrowsertrackerDAO.java 112 publicMethodCommentRequirement Required
14097 src/com/gps/hibernate/BrowsertrackerDAO.java 113 There is log block not surrounded by if
14098 src/com/gps/hibernate/BrowsertrackerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14099 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Local variable 'result' could be declared final
14100 src/com/gps/hibernate/BrowsertrackerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
14101 src/com/gps/hibernate/BrowsertrackerDAO.java 117 There is log block not surrounded by if
14102 src/com/gps/hibernate/BrowsertrackerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14103 src/com/gps/hibernate/BrowsertrackerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14104 src/com/gps/hibernate/BrowsertrackerDAO.java 120 There is log block not surrounded by if
14105 src/com/gps/hibernate/BrowsertrackerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
14106 src/com/gps/hibernate/BrowsertrackerDAO.java 125 publicMethodCommentRequirement Required
14107 src/com/gps/hibernate/BrowsertrackerDAO.java 126 There is log block not surrounded by if
14108 src/com/gps/hibernate/BrowsertrackerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14109 src/com/gps/hibernate/BrowsertrackerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
14110 src/com/gps/hibernate/BrowsertrackerDAO.java 129 There is log block not surrounded by if
14111 src/com/gps/hibernate/BrowsertrackerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14112 src/com/gps/hibernate/BrowsertrackerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14113 src/com/gps/hibernate/BrowsertrackerDAO.java 131 There is log block not surrounded by if
14114 src/com/gps/hibernate/BrowsertrackerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
14115 src/com/gps/hibernate/BrowsertrackerDAO.java 136 publicMethodCommentRequirement Required
14116 src/com/gps/hibernate/BrowsertrackerDAO.java 137 There is log block not surrounded by if
14117 src/com/gps/hibernate/BrowsertrackerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14118 src/com/gps/hibernate/BrowsertrackerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
14119 src/com/gps/hibernate/BrowsertrackerDAO.java 140 There is log block not surrounded by if
14120 src/com/gps/hibernate/BrowsertrackerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14121 src/com/gps/hibernate/BrowsertrackerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14122 src/com/gps/hibernate/BrowsertrackerDAO.java 142 There is log block not surrounded by if
14123 src/com/gps/hibernate/Calevent.java 11 Classes implementing Serializable should set a serialVersionUID
14124 src/com/gps/hibernate/Calevent.java 11 Too many fields
14125 src/com/gps/hibernate/Calevent.java 15 fieldCommentRequirement Required
14126 src/com/gps/hibernate/Calevent.java 16 fieldCommentRequirement Required
14127 src/com/gps/hibernate/Calevent.java 17 fieldCommentRequirement Required
14128 src/com/gps/hibernate/Calevent.java 18 fieldCommentRequirement Required
14129 src/com/gps/hibernate/Calevent.java 19 fieldCommentRequirement Required
14130 src/com/gps/hibernate/Calevent.java 20 fieldCommentRequirement Required
14131 src/com/gps/hibernate/Calevent.java 21 fieldCommentRequirement Required
14132 src/com/gps/hibernate/Calevent.java 22 fieldCommentRequirement Required
14133 src/com/gps/hibernate/Calevent.java 23 fieldCommentRequirement Required
14134 src/com/gps/hibernate/Calevent.java 24 fieldCommentRequirement Required
14135 src/com/gps/hibernate/Calevent.java 25 fieldCommentRequirement Required
14136 src/com/gps/hibernate/Calevent.java 26 fieldCommentRequirement Required
14137 src/com/gps/hibernate/Calevent.java 27 fieldCommentRequirement Required
14138 src/com/gps/hibernate/Calevent.java 28 fieldCommentRequirement Required
14139 src/com/gps/hibernate/Calevent.java 29 fieldCommentRequirement Required
14140 src/com/gps/hibernate/Calevent.java 30 fieldCommentRequirement Required
14141 src/com/gps/hibernate/Calevent.java 31 fieldCommentRequirement Required
14142 src/com/gps/hibernate/Calevent.java 32 fieldCommentRequirement Required
14143 src/com/gps/hibernate/Calevent.java 33 fieldCommentRequirement Required
14144 src/com/gps/hibernate/Calevent.java 34 fieldCommentRequirement Required
14145 src/com/gps/hibernate/Calevent.java 35 fieldCommentRequirement Required
14146 src/com/gps/hibernate/Calevent.java 36 fieldCommentRequirement Required
14147 src/com/gps/hibernate/Calevent.java 41 Document empty constructor
14148 src/com/gps/hibernate/Calevent.java 45 Parameter 'eventId' is not assigned and could be declared final
14149 src/com/gps/hibernate/Calevent.java 50 Avoid long parameter lists.
14150 src/com/gps/hibernate/Calevent.java 50 Parameter 'companyId' is not assigned and could be declared final
14151 src/com/gps/hibernate/Calevent.java 50 Parameter 'eventId' is not assigned and could be declared final
14152 src/com/gps/hibernate/Calevent.java 50 Parameter 'groupId' is not assigned and could be declared final
14153 src/com/gps/hibernate/Calevent.java 50 Parameter 'uuid' is not assigned and could be declared final
14154 src/com/gps/hibernate/Calevent.java 51 Parameter 'createDate' is not assigned and could be declared final
14155 src/com/gps/hibernate/Calevent.java 51 Parameter 'modifiedDate' is not assigned and could be declared final
14156 src/com/gps/hibernate/Calevent.java 51 Parameter 'userId' is not assigned and could be declared final
14157 src/com/gps/hibernate/Calevent.java 51 Parameter 'userName' is not assigned and could be declared final
14158 src/com/gps/hibernate/Calevent.java 52 Parameter 'description' is not assigned and could be declared final
14159 src/com/gps/hibernate/Calevent.java 52 Parameter 'endDate' is not assigned and could be declared final
14160 src/com/gps/hibernate/Calevent.java 52 Parameter 'startDate' is not assigned and could be declared final
14161 src/com/gps/hibernate/Calevent.java 52 Parameter 'title' is not assigned and could be declared final
14162 src/com/gps/hibernate/Calevent.java 53 Parameter 'allDay' is not assigned and could be declared final
14163 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationHour' is not assigned and could be declared final
14164 src/com/gps/hibernate/Calevent.java 53 Parameter 'durationMinute' is not assigned and could be declared final
14165 src/com/gps/hibernate/Calevent.java 54 Parameter 'repeating' is not assigned and could be declared final
14166 src/com/gps/hibernate/Calevent.java 54 Parameter 'timeZoneSensitive' is not assigned and could be declared final
14167 src/com/gps/hibernate/Calevent.java 54 Parameter 'type' is not assigned and could be declared final
14168 src/com/gps/hibernate/Calevent.java 55 Parameter 'firstReminder' is not assigned and could be declared final
14169 src/com/gps/hibernate/Calevent.java 55 Parameter 'recurrence' is not assigned and could be declared final
14170 src/com/gps/hibernate/Calevent.java 55 Parameter 'remindBy' is not assigned and could be declared final
14171 src/com/gps/hibernate/Calevent.java 56 Parameter 'secondReminder' is not assigned and could be declared final
14172 src/com/gps/hibernate/Calevent.java 83 publicMethodCommentRequirement Required
14173 src/com/gps/hibernate/Calevent.java 87 Parameter 'eventId' is not assigned and could be declared final
14174 src/com/gps/hibernate/Calevent.java 87 publicMethodCommentRequirement Required
14175 src/com/gps/hibernate/Calevent.java 91 publicMethodCommentRequirement Required
14176 src/com/gps/hibernate/Calevent.java 95 Parameter 'uuid' is not assigned and could be declared final
14177 src/com/gps/hibernate/Calevent.java 95 publicMethodCommentRequirement Required
14178 src/com/gps/hibernate/Calevent.java 99 publicMethodCommentRequirement Required
14179 src/com/gps/hibernate/Calevent.java 103 Parameter 'groupId' is not assigned and could be declared final
14180 src/com/gps/hibernate/Calevent.java 103 publicMethodCommentRequirement Required
14181 src/com/gps/hibernate/Calevent.java 107 publicMethodCommentRequirement Required
14182 src/com/gps/hibernate/Calevent.java 111 Parameter 'companyId' is not assigned and could be declared final
14183 src/com/gps/hibernate/Calevent.java 111 publicMethodCommentRequirement Required
14184 src/com/gps/hibernate/Calevent.java 115 publicMethodCommentRequirement Required
14185 src/com/gps/hibernate/Calevent.java 119 Parameter 'userId' is not assigned and could be declared final
14186 src/com/gps/hibernate/Calevent.java 119 publicMethodCommentRequirement Required
14187 src/com/gps/hibernate/Calevent.java 123 publicMethodCommentRequirement Required
14188 src/com/gps/hibernate/Calevent.java 127 Parameter 'userName' is not assigned and could be declared final
14189 src/com/gps/hibernate/Calevent.java 127 publicMethodCommentRequirement Required
14190 src/com/gps/hibernate/Calevent.java 131 publicMethodCommentRequirement Required
14191 src/com/gps/hibernate/Calevent.java 135 Parameter 'createDate' is not assigned and could be declared final
14192 src/com/gps/hibernate/Calevent.java 135 publicMethodCommentRequirement Required
14193 src/com/gps/hibernate/Calevent.java 139 publicMethodCommentRequirement Required
14194 src/com/gps/hibernate/Calevent.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
14195 src/com/gps/hibernate/Calevent.java 143 publicMethodCommentRequirement Required
14196 src/com/gps/hibernate/Calevent.java 147 publicMethodCommentRequirement Required
14197 src/com/gps/hibernate/Calevent.java 151 Parameter 'title' is not assigned and could be declared final
14198 src/com/gps/hibernate/Calevent.java 151 publicMethodCommentRequirement Required
14199 src/com/gps/hibernate/Calevent.java 155 publicMethodCommentRequirement Required
14200 src/com/gps/hibernate/Calevent.java 159 Parameter 'description' is not assigned and could be declared final
14201 src/com/gps/hibernate/Calevent.java 159 publicMethodCommentRequirement Required
14202 src/com/gps/hibernate/Calevent.java 163 publicMethodCommentRequirement Required
14203 src/com/gps/hibernate/Calevent.java 167 Parameter 'startDate' is not assigned and could be declared final
14204 src/com/gps/hibernate/Calevent.java 167 publicMethodCommentRequirement Required
14205 src/com/gps/hibernate/Calevent.java 171 publicMethodCommentRequirement Required
14206 src/com/gps/hibernate/Calevent.java 175 Parameter 'endDate' is not assigned and could be declared final
14207 src/com/gps/hibernate/Calevent.java 175 publicMethodCommentRequirement Required
14208 src/com/gps/hibernate/Calevent.java 179 publicMethodCommentRequirement Required
14209 src/com/gps/hibernate/Calevent.java 183 Parameter 'durationHour' is not assigned and could be declared final
14210 src/com/gps/hibernate/Calevent.java 183 publicMethodCommentRequirement Required
14211 src/com/gps/hibernate/Calevent.java 187 publicMethodCommentRequirement Required
14212 src/com/gps/hibernate/Calevent.java 191 Parameter 'durationMinute' is not assigned and could be declared final
14213 src/com/gps/hibernate/Calevent.java 191 publicMethodCommentRequirement Required
14214 src/com/gps/hibernate/Calevent.java 195 publicMethodCommentRequirement Required
14215 src/com/gps/hibernate/Calevent.java 199 Parameter 'allDay' is not assigned and could be declared final
14216 src/com/gps/hibernate/Calevent.java 199 publicMethodCommentRequirement Required
14217 src/com/gps/hibernate/Calevent.java 203 publicMethodCommentRequirement Required
14218 src/com/gps/hibernate/Calevent.java 207 Parameter 'timeZoneSensitive' is not assigned and could be declared final
14219 src/com/gps/hibernate/Calevent.java 207 publicMethodCommentRequirement Required
14220 src/com/gps/hibernate/Calevent.java 211 publicMethodCommentRequirement Required
14221 src/com/gps/hibernate/Calevent.java 215 Parameter 'type' is not assigned and could be declared final
14222 src/com/gps/hibernate/Calevent.java 215 publicMethodCommentRequirement Required
14223 src/com/gps/hibernate/Calevent.java 219 publicMethodCommentRequirement Required
14224 src/com/gps/hibernate/Calevent.java 223 Parameter 'repeating' is not assigned and could be declared final
14225 src/com/gps/hibernate/Calevent.java 223 publicMethodCommentRequirement Required
14226 src/com/gps/hibernate/Calevent.java 227 publicMethodCommentRequirement Required
14227 src/com/gps/hibernate/Calevent.java 231 Parameter 'recurrence' is not assigned and could be declared final
14228 src/com/gps/hibernate/Calevent.java 231 publicMethodCommentRequirement Required
14229 src/com/gps/hibernate/Calevent.java 235 publicMethodCommentRequirement Required
14230 src/com/gps/hibernate/Calevent.java 239 Parameter 'remindBy' is not assigned and could be declared final
14231 src/com/gps/hibernate/Calevent.java 239 publicMethodCommentRequirement Required
14232 src/com/gps/hibernate/Calevent.java 243 publicMethodCommentRequirement Required
14233 src/com/gps/hibernate/Calevent.java 247 Parameter 'firstReminder' is not assigned and could be declared final
14234 src/com/gps/hibernate/Calevent.java 247 publicMethodCommentRequirement Required
14235 src/com/gps/hibernate/Calevent.java 251 publicMethodCommentRequirement Required
14236 src/com/gps/hibernate/Calevent.java 255 Parameter 'secondReminder' is not assigned and could be declared final
14237 src/com/gps/hibernate/Calevent.java 255 publicMethodCommentRequirement Required
14238 src/com/gps/hibernate/CaleventDAO.java 3 Avoid unused imports such as 'java.util.Date'
14239 src/com/gps/hibernate/CaleventDAO.java 11 Comment is too large: Too many lines
14240 src/com/gps/hibernate/CaleventDAO.java 23 This class has too many methods, consider refactoring it.
14241 src/com/gps/hibernate/CaleventDAO.java 24 Logger should be defined private static final and have the correct class
14242 src/com/gps/hibernate/CaleventDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
14243 src/com/gps/hibernate/CaleventDAO.java 24 fieldCommentRequirement Required
14244 src/com/gps/hibernate/CaleventDAO.java 26 fieldCommentRequirement Required
14245 src/com/gps/hibernate/CaleventDAO.java 27 fieldCommentRequirement Required
14246 src/com/gps/hibernate/CaleventDAO.java 28 fieldCommentRequirement Required
14247 src/com/gps/hibernate/CaleventDAO.java 29 fieldCommentRequirement Required
14248 src/com/gps/hibernate/CaleventDAO.java 30 fieldCommentRequirement Required
14249 src/com/gps/hibernate/CaleventDAO.java 31 fieldCommentRequirement Required
14250 src/com/gps/hibernate/CaleventDAO.java 32 fieldCommentRequirement Required
14251 src/com/gps/hibernate/CaleventDAO.java 33 fieldCommentRequirement Required
14252 src/com/gps/hibernate/CaleventDAO.java 34 fieldCommentRequirement Required
14253 src/com/gps/hibernate/CaleventDAO.java 35 fieldCommentRequirement Required
14254 src/com/gps/hibernate/CaleventDAO.java 36 Avoid excessively long variable names like TIME_ZONE_SENSITIVE
14255 src/com/gps/hibernate/CaleventDAO.java 36 fieldCommentRequirement Required
14256 src/com/gps/hibernate/CaleventDAO.java 37 fieldCommentRequirement Required
14257 src/com/gps/hibernate/CaleventDAO.java 38 fieldCommentRequirement Required
14258 src/com/gps/hibernate/CaleventDAO.java 39 fieldCommentRequirement Required
14259 src/com/gps/hibernate/CaleventDAO.java 40 fieldCommentRequirement Required
14260 src/com/gps/hibernate/CaleventDAO.java 41 fieldCommentRequirement Required
14261 src/com/gps/hibernate/CaleventDAO.java 42 fieldCommentRequirement Required
14262 src/com/gps/hibernate/CaleventDAO.java 44 Parameter 'transientInstance' is not assigned and could be declared final
14263 src/com/gps/hibernate/CaleventDAO.java 44 publicMethodCommentRequirement Required
14264 src/com/gps/hibernate/CaleventDAO.java 45 There is log block not surrounded by if
14265 src/com/gps/hibernate/CaleventDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14266 src/com/gps/hibernate/CaleventDAO.java 47 Potential violation of Law of Demeter (method chain calls)
14267 src/com/gps/hibernate/CaleventDAO.java 48 There is log block not surrounded by if
14268 src/com/gps/hibernate/CaleventDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14269 src/com/gps/hibernate/CaleventDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14270 src/com/gps/hibernate/CaleventDAO.java 50 There is log block not surrounded by if
14271 src/com/gps/hibernate/CaleventDAO.java 55 Avoid excessively long variable names like persistentInstance
14272 src/com/gps/hibernate/CaleventDAO.java 55 Parameter 'persistentInstance' is not assigned and could be declared final
14273 src/com/gps/hibernate/CaleventDAO.java 55 publicMethodCommentRequirement Required
14274 src/com/gps/hibernate/CaleventDAO.java 56 There is log block not surrounded by if
14275 src/com/gps/hibernate/CaleventDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14276 src/com/gps/hibernate/CaleventDAO.java 58 Potential violation of Law of Demeter (method chain calls)
14277 src/com/gps/hibernate/CaleventDAO.java 59 There is log block not surrounded by if
14278 src/com/gps/hibernate/CaleventDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14279 src/com/gps/hibernate/CaleventDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14280 src/com/gps/hibernate/CaleventDAO.java 61 There is log block not surrounded by if
14281 src/com/gps/hibernate/CaleventDAO.java 66 Avoid variables with short names like id
14282 src/com/gps/hibernate/CaleventDAO.java 66 Parameter 'id' is not assigned and could be declared final
14283 src/com/gps/hibernate/CaleventDAO.java 66 publicMethodCommentRequirement Required
14284 src/com/gps/hibernate/CaleventDAO.java 67 There is log block not surrounded by if
14285 src/com/gps/hibernate/CaleventDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14286 src/com/gps/hibernate/CaleventDAO.java 69 Local variable 'instance' could be declared final
14287 src/com/gps/hibernate/CaleventDAO.java 69 Potential violation of Law of Demeter (method chain calls)
14288 src/com/gps/hibernate/CaleventDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14289 src/com/gps/hibernate/CaleventDAO.java 73 There is log block not surrounded by if
14290 src/com/gps/hibernate/CaleventDAO.java 78 Parameter 'instance' is not assigned and could be declared final
14291 src/com/gps/hibernate/CaleventDAO.java 78 publicMethodCommentRequirement Required
14292 src/com/gps/hibernate/CaleventDAO.java 79 There is log block not surrounded by if
14293 src/com/gps/hibernate/CaleventDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14294 src/com/gps/hibernate/CaleventDAO.java 81 Local variable 'results' could be declared final
14295 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
14296 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
14297 src/com/gps/hibernate/CaleventDAO.java 81 Potential violation of Law of Demeter (method chain calls)
14298 src/com/gps/hibernate/CaleventDAO.java 84 There is log block not surrounded by if
14299 src/com/gps/hibernate/CaleventDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14300 src/com/gps/hibernate/CaleventDAO.java 85 Potential violation of Law of Demeter (object not created locally)
14301 src/com/gps/hibernate/CaleventDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14302 src/com/gps/hibernate/CaleventDAO.java 88 There is log block not surrounded by if
14303 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'propertyName' is not assigned and could be declared final
14304 src/com/gps/hibernate/CaleventDAO.java 93 Parameter 'value' is not assigned and could be declared final
14305 src/com/gps/hibernate/CaleventDAO.java 93 publicMethodCommentRequirement Required
14306 src/com/gps/hibernate/CaleventDAO.java 94 There is log block not surrounded by if
14307 src/com/gps/hibernate/CaleventDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14308 src/com/gps/hibernate/CaleventDAO.java 97 Local variable 'queryString' could be declared final
14309 src/com/gps/hibernate/CaleventDAO.java 99 Local variable 'queryObject' could be declared final
14310 src/com/gps/hibernate/CaleventDAO.java 99 Potential violation of Law of Demeter (method chain calls)
14311 src/com/gps/hibernate/CaleventDAO.java 100 Potential violation of Law of Demeter (object not created locally)
14312 src/com/gps/hibernate/CaleventDAO.java 101 Potential violation of Law of Demeter (object not created locally)
14313 src/com/gps/hibernate/CaleventDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14314 src/com/gps/hibernate/CaleventDAO.java 103 There is log block not surrounded by if
14315 src/com/gps/hibernate/CaleventDAO.java 108 Parameter 'uuid' is not assigned and could be declared final
14316 src/com/gps/hibernate/CaleventDAO.java 108 publicMethodCommentRequirement Required
14317 src/com/gps/hibernate/CaleventDAO.java 112 Parameter 'groupId' is not assigned and could be declared final
14318 src/com/gps/hibernate/CaleventDAO.java 112 publicMethodCommentRequirement Required
14319 src/com/gps/hibernate/CaleventDAO.java 116 Parameter 'companyId' is not assigned and could be declared final
14320 src/com/gps/hibernate/CaleventDAO.java 116 publicMethodCommentRequirement Required
14321 src/com/gps/hibernate/CaleventDAO.java 120 Parameter 'userId' is not assigned and could be declared final
14322 src/com/gps/hibernate/CaleventDAO.java 120 publicMethodCommentRequirement Required
14323 src/com/gps/hibernate/CaleventDAO.java 124 Parameter 'userName' is not assigned and could be declared final
14324 src/com/gps/hibernate/CaleventDAO.java 124 publicMethodCommentRequirement Required
14325 src/com/gps/hibernate/CaleventDAO.java 128 Parameter 'title' is not assigned and could be declared final
14326 src/com/gps/hibernate/CaleventDAO.java 128 publicMethodCommentRequirement Required
14327 src/com/gps/hibernate/CaleventDAO.java 132 Parameter 'description' is not assigned and could be declared final
14328 src/com/gps/hibernate/CaleventDAO.java 132 publicMethodCommentRequirement Required
14329 src/com/gps/hibernate/CaleventDAO.java 136 Parameter 'durationHour' is not assigned and could be declared final
14330 src/com/gps/hibernate/CaleventDAO.java 136 publicMethodCommentRequirement Required
14331 src/com/gps/hibernate/CaleventDAO.java 140 Parameter 'durationMinute' is not assigned and could be declared final
14332 src/com/gps/hibernate/CaleventDAO.java 140 publicMethodCommentRequirement Required
14333 src/com/gps/hibernate/CaleventDAO.java 144 Parameter 'allDay' is not assigned and could be declared final
14334 src/com/gps/hibernate/CaleventDAO.java 144 publicMethodCommentRequirement Required
14335 src/com/gps/hibernate/CaleventDAO.java 148 Parameter 'timeZoneSensitive' is not assigned and could be declared final
14336 src/com/gps/hibernate/CaleventDAO.java 148 publicMethodCommentRequirement Required
14337 src/com/gps/hibernate/CaleventDAO.java 152 Parameter 'type' is not assigned and could be declared final
14338 src/com/gps/hibernate/CaleventDAO.java 152 publicMethodCommentRequirement Required
14339 src/com/gps/hibernate/CaleventDAO.java 156 Parameter 'repeating' is not assigned and could be declared final
14340 src/com/gps/hibernate/CaleventDAO.java 156 publicMethodCommentRequirement Required
14341 src/com/gps/hibernate/CaleventDAO.java 160 Parameter 'recurrence' is not assigned and could be declared final
14342 src/com/gps/hibernate/CaleventDAO.java 160 publicMethodCommentRequirement Required
14343 src/com/gps/hibernate/CaleventDAO.java 164 Parameter 'remindBy' is not assigned and could be declared final
14344 src/com/gps/hibernate/CaleventDAO.java 164 publicMethodCommentRequirement Required
14345 src/com/gps/hibernate/CaleventDAO.java 168 Parameter 'firstReminder' is not assigned and could be declared final
14346 src/com/gps/hibernate/CaleventDAO.java 168 publicMethodCommentRequirement Required
14347 src/com/gps/hibernate/CaleventDAO.java 172 Parameter 'secondReminder' is not assigned and could be declared final
14348 src/com/gps/hibernate/CaleventDAO.java 172 publicMethodCommentRequirement Required
14349 src/com/gps/hibernate/CaleventDAO.java 176 publicMethodCommentRequirement Required
14350 src/com/gps/hibernate/CaleventDAO.java 177 There is log block not surrounded by if
14351 src/com/gps/hibernate/CaleventDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14352 src/com/gps/hibernate/CaleventDAO.java 179 Local variable 'queryString' could be declared final
14353 src/com/gps/hibernate/CaleventDAO.java 180 Local variable 'queryObject' could be declared final
14354 src/com/gps/hibernate/CaleventDAO.java 180 Potential violation of Law of Demeter (method chain calls)
14355 src/com/gps/hibernate/CaleventDAO.java 181 Potential violation of Law of Demeter (object not created locally)
14356 src/com/gps/hibernate/CaleventDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14357 src/com/gps/hibernate/CaleventDAO.java 183 There is log block not surrounded by if
14358 src/com/gps/hibernate/CaleventDAO.java 188 Parameter 'detachedInstance' is not assigned and could be declared final
14359 src/com/gps/hibernate/CaleventDAO.java 188 publicMethodCommentRequirement Required
14360 src/com/gps/hibernate/CaleventDAO.java 189 There is log block not surrounded by if
14361 src/com/gps/hibernate/CaleventDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14362 src/com/gps/hibernate/CaleventDAO.java 191 Local variable 'result' could be declared final
14363 src/com/gps/hibernate/CaleventDAO.java 191 Potential violation of Law of Demeter (method chain calls)
14364 src/com/gps/hibernate/CaleventDAO.java 192 There is log block not surrounded by if
14365 src/com/gps/hibernate/CaleventDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14366 src/com/gps/hibernate/CaleventDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14367 src/com/gps/hibernate/CaleventDAO.java 195 There is log block not surrounded by if
14368 src/com/gps/hibernate/CaleventDAO.java 200 Parameter 'instance' is not assigned and could be declared final
14369 src/com/gps/hibernate/CaleventDAO.java 200 publicMethodCommentRequirement Required
14370 src/com/gps/hibernate/CaleventDAO.java 201 There is log block not surrounded by if
14371 src/com/gps/hibernate/CaleventDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14372 src/com/gps/hibernate/CaleventDAO.java 203 Potential violation of Law of Demeter (method chain calls)
14373 src/com/gps/hibernate/CaleventDAO.java 204 There is log block not surrounded by if
14374 src/com/gps/hibernate/CaleventDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14375 src/com/gps/hibernate/CaleventDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14376 src/com/gps/hibernate/CaleventDAO.java 206 There is log block not surrounded by if
14377 src/com/gps/hibernate/CaleventDAO.java 211 Parameter 'instance' is not assigned and could be declared final
14378 src/com/gps/hibernate/CaleventDAO.java 211 publicMethodCommentRequirement Required
14379 src/com/gps/hibernate/CaleventDAO.java 212 There is log block not surrounded by if
14380 src/com/gps/hibernate/CaleventDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14381 src/com/gps/hibernate/CaleventDAO.java 214 Potential violation of Law of Demeter (method chain calls)
14382 src/com/gps/hibernate/CaleventDAO.java 215 There is log block not surrounded by if
14383 src/com/gps/hibernate/CaleventDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14384 src/com/gps/hibernate/CaleventDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14385 src/com/gps/hibernate/CaleventDAO.java 217 There is log block not surrounded by if
14386 src/com/gps/hibernate/CharityBarometer.java 9 Classes implementing Serializable should set a serialVersionUID
14387 src/com/gps/hibernate/CharityBarometer.java 13 fieldCommentRequirement Required
14388 src/com/gps/hibernate/CharityBarometer.java 14 fieldCommentRequirement Required
14389 src/com/gps/hibernate/CharityBarometer.java 15 fieldCommentRequirement Required
14390 src/com/gps/hibernate/CharityBarometer.java 16 fieldCommentRequirement Required
14391 src/com/gps/hibernate/CharityBarometer.java 21 Document empty constructor
14392 src/com/gps/hibernate/CharityBarometer.java 25 Parameter 'userDetails' is not assigned and could be declared final
14393 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'current' is not assigned and could be declared final
14394 src/com/gps/hibernate/CharityBarometer.java 30 Parameter 'userDetails' is not assigned and could be declared final
14395 src/com/gps/hibernate/CharityBarometer.java 31 Parameter 'target' is not assigned and could be declared final
14396 src/com/gps/hibernate/CharityBarometer.java 39 publicMethodCommentRequirement Required
14397 src/com/gps/hibernate/CharityBarometer.java 43 Parameter 'barometerId' is not assigned and could be declared final
14398 src/com/gps/hibernate/CharityBarometer.java 43 publicMethodCommentRequirement Required
14399 src/com/gps/hibernate/CharityBarometer.java 47 publicMethodCommentRequirement Required
14400 src/com/gps/hibernate/CharityBarometer.java 51 Parameter 'userDetails' is not assigned and could be declared final
14401 src/com/gps/hibernate/CharityBarometer.java 51 publicMethodCommentRequirement Required
14402 src/com/gps/hibernate/CharityBarometer.java 55 publicMethodCommentRequirement Required
14403 src/com/gps/hibernate/CharityBarometer.java 59 Parameter 'current' is not assigned and could be declared final
14404 src/com/gps/hibernate/CharityBarometer.java 59 publicMethodCommentRequirement Required
14405 src/com/gps/hibernate/CharityBarometer.java 63 publicMethodCommentRequirement Required
14406 src/com/gps/hibernate/CharityBarometer.java 67 Parameter 'target' is not assigned and could be declared final
14407 src/com/gps/hibernate/CharityBarometer.java 67 publicMethodCommentRequirement Required
14408 src/com/gps/hibernate/CharityBarometerDAO.java 10 Comment is too large: Too many lines
14409 src/com/gps/hibernate/CharityBarometerDAO.java 22 This class has too many methods, consider refactoring it.
14410 src/com/gps/hibernate/CharityBarometerDAO.java 23 Logger should be defined private static final and have the correct class
14411 src/com/gps/hibernate/CharityBarometerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14412 src/com/gps/hibernate/CharityBarometerDAO.java 23 fieldCommentRequirement Required
14413 src/com/gps/hibernate/CharityBarometerDAO.java 25 fieldCommentRequirement Required
14414 src/com/gps/hibernate/CharityBarometerDAO.java 26 fieldCommentRequirement Required
14415 src/com/gps/hibernate/CharityBarometerDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
14416 src/com/gps/hibernate/CharityBarometerDAO.java 28 publicMethodCommentRequirement Required
14417 src/com/gps/hibernate/CharityBarometerDAO.java 29 There is log block not surrounded by if
14418 src/com/gps/hibernate/CharityBarometerDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14419 src/com/gps/hibernate/CharityBarometerDAO.java 31 Potential violation of Law of Demeter (method chain calls)
14420 src/com/gps/hibernate/CharityBarometerDAO.java 32 There is log block not surrounded by if
14421 src/com/gps/hibernate/CharityBarometerDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14422 src/com/gps/hibernate/CharityBarometerDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14423 src/com/gps/hibernate/CharityBarometerDAO.java 34 There is log block not surrounded by if
14424 src/com/gps/hibernate/CharityBarometerDAO.java 39 Avoid excessively long variable names like persistentInstance
14425 src/com/gps/hibernate/CharityBarometerDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
14426 src/com/gps/hibernate/CharityBarometerDAO.java 39 publicMethodCommentRequirement Required
14427 src/com/gps/hibernate/CharityBarometerDAO.java 40 There is log block not surrounded by if
14428 src/com/gps/hibernate/CharityBarometerDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14429 src/com/gps/hibernate/CharityBarometerDAO.java 42 Potential violation of Law of Demeter (method chain calls)
14430 src/com/gps/hibernate/CharityBarometerDAO.java 43 There is log block not surrounded by if
14431 src/com/gps/hibernate/CharityBarometerDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14432 src/com/gps/hibernate/CharityBarometerDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14433 src/com/gps/hibernate/CharityBarometerDAO.java 45 There is log block not surrounded by if
14434 src/com/gps/hibernate/CharityBarometerDAO.java 50 Avoid variables with short names like id
14435 src/com/gps/hibernate/CharityBarometerDAO.java 50 Parameter 'id' is not assigned and could be declared final
14436 src/com/gps/hibernate/CharityBarometerDAO.java 50 publicMethodCommentRequirement Required
14437 src/com/gps/hibernate/CharityBarometerDAO.java 51 There is log block not surrounded by if
14438 src/com/gps/hibernate/CharityBarometerDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14439 src/com/gps/hibernate/CharityBarometerDAO.java 53 Local variable 'instance' could be declared final
14440 src/com/gps/hibernate/CharityBarometerDAO.java 53 Potential violation of Law of Demeter (method chain calls)
14441 src/com/gps/hibernate/CharityBarometerDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14442 src/com/gps/hibernate/CharityBarometerDAO.java 57 There is log block not surrounded by if
14443 src/com/gps/hibernate/CharityBarometerDAO.java 62 Parameter 'instance' is not assigned and could be declared final
14444 src/com/gps/hibernate/CharityBarometerDAO.java 62 publicMethodCommentRequirement Required
14445 src/com/gps/hibernate/CharityBarometerDAO.java 63 There is log block not surrounded by if
14446 src/com/gps/hibernate/CharityBarometerDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14447 src/com/gps/hibernate/CharityBarometerDAO.java 65 Local variable 'results' could be declared final
14448 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14449 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14450 src/com/gps/hibernate/CharityBarometerDAO.java 65 Potential violation of Law of Demeter (method chain calls)
14451 src/com/gps/hibernate/CharityBarometerDAO.java 68 There is log block not surrounded by if
14452 src/com/gps/hibernate/CharityBarometerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14453 src/com/gps/hibernate/CharityBarometerDAO.java 69 Potential violation of Law of Demeter (object not created locally)
14454 src/com/gps/hibernate/CharityBarometerDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14455 src/com/gps/hibernate/CharityBarometerDAO.java 72 There is log block not surrounded by if
14456 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
14457 src/com/gps/hibernate/CharityBarometerDAO.java 77 Parameter 'value' is not assigned and could be declared final
14458 src/com/gps/hibernate/CharityBarometerDAO.java 77 publicMethodCommentRequirement Required
14459 src/com/gps/hibernate/CharityBarometerDAO.java 78 There is log block not surrounded by if
14460 src/com/gps/hibernate/CharityBarometerDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14461 src/com/gps/hibernate/CharityBarometerDAO.java 81 Local variable 'queryString' could be declared final
14462 src/com/gps/hibernate/CharityBarometerDAO.java 83 Local variable 'queryObject' could be declared final
14463 src/com/gps/hibernate/CharityBarometerDAO.java 83 Potential violation of Law of Demeter (method chain calls)
14464 src/com/gps/hibernate/CharityBarometerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14465 src/com/gps/hibernate/CharityBarometerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
14466 src/com/gps/hibernate/CharityBarometerDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14467 src/com/gps/hibernate/CharityBarometerDAO.java 87 There is log block not surrounded by if
14468 src/com/gps/hibernate/CharityBarometerDAO.java 92 Parameter 'current' is not assigned and could be declared final
14469 src/com/gps/hibernate/CharityBarometerDAO.java 92 publicMethodCommentRequirement Required
14470 src/com/gps/hibernate/CharityBarometerDAO.java 96 Parameter 'target' is not assigned and could be declared final
14471 src/com/gps/hibernate/CharityBarometerDAO.java 96 publicMethodCommentRequirement Required
14472 src/com/gps/hibernate/CharityBarometerDAO.java 100 publicMethodCommentRequirement Required
14473 src/com/gps/hibernate/CharityBarometerDAO.java 101 There is log block not surrounded by if
14474 src/com/gps/hibernate/CharityBarometerDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14475 src/com/gps/hibernate/CharityBarometerDAO.java 103 Local variable 'queryString' could be declared final
14476 src/com/gps/hibernate/CharityBarometerDAO.java 104 Local variable 'queryObject' could be declared final
14477 src/com/gps/hibernate/CharityBarometerDAO.java 104 Potential violation of Law of Demeter (method chain calls)
14478 src/com/gps/hibernate/CharityBarometerDAO.java 105 Potential violation of Law of Demeter (object not created locally)
14479 src/com/gps/hibernate/CharityBarometerDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14480 src/com/gps/hibernate/CharityBarometerDAO.java 107 There is log block not surrounded by if
14481 src/com/gps/hibernate/CharityBarometerDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
14482 src/com/gps/hibernate/CharityBarometerDAO.java 112 publicMethodCommentRequirement Required
14483 src/com/gps/hibernate/CharityBarometerDAO.java 113 There is log block not surrounded by if
14484 src/com/gps/hibernate/CharityBarometerDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14485 src/com/gps/hibernate/CharityBarometerDAO.java 115 Local variable 'result' could be declared final
14486 src/com/gps/hibernate/CharityBarometerDAO.java 115 Potential violation of Law of Demeter (method chain calls)
14487 src/com/gps/hibernate/CharityBarometerDAO.java 117 There is log block not surrounded by if
14488 src/com/gps/hibernate/CharityBarometerDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14489 src/com/gps/hibernate/CharityBarometerDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14490 src/com/gps/hibernate/CharityBarometerDAO.java 120 There is log block not surrounded by if
14491 src/com/gps/hibernate/CharityBarometerDAO.java 125 Parameter 'instance' is not assigned and could be declared final
14492 src/com/gps/hibernate/CharityBarometerDAO.java 125 publicMethodCommentRequirement Required
14493 src/com/gps/hibernate/CharityBarometerDAO.java 126 There is log block not surrounded by if
14494 src/com/gps/hibernate/CharityBarometerDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14495 src/com/gps/hibernate/CharityBarometerDAO.java 128 Potential violation of Law of Demeter (method chain calls)
14496 src/com/gps/hibernate/CharityBarometerDAO.java 129 There is log block not surrounded by if
14497 src/com/gps/hibernate/CharityBarometerDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14498 src/com/gps/hibernate/CharityBarometerDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14499 src/com/gps/hibernate/CharityBarometerDAO.java 131 There is log block not surrounded by if
14500 src/com/gps/hibernate/CharityBarometerDAO.java 136 Parameter 'instance' is not assigned and could be declared final
14501 src/com/gps/hibernate/CharityBarometerDAO.java 136 publicMethodCommentRequirement Required
14502 src/com/gps/hibernate/CharityBarometerDAO.java 137 There is log block not surrounded by if
14503 src/com/gps/hibernate/CharityBarometerDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14504 src/com/gps/hibernate/CharityBarometerDAO.java 139 Potential violation of Law of Demeter (method chain calls)
14505 src/com/gps/hibernate/CharityBarometerDAO.java 140 There is log block not surrounded by if
14506 src/com/gps/hibernate/CharityBarometerDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14507 src/com/gps/hibernate/CharityBarometerDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14508 src/com/gps/hibernate/CharityBarometerDAO.java 142 There is log block not surrounded by if
14509 src/com/gps/hibernate/ChatEntry.java 9 Classes implementing Serializable should set a serialVersionUID
14510 src/com/gps/hibernate/ChatEntry.java 13 fieldCommentRequirement Required
14511 src/com/gps/hibernate/ChatEntry.java 14 fieldCommentRequirement Required
14512 src/com/gps/hibernate/ChatEntry.java 15 fieldCommentRequirement Required
14513 src/com/gps/hibernate/ChatEntry.java 16 fieldCommentRequirement Required
14514 src/com/gps/hibernate/ChatEntry.java 17 fieldCommentRequirement Required
14515 src/com/gps/hibernate/ChatEntry.java 22 Document empty constructor
14516 src/com/gps/hibernate/ChatEntry.java 26 Parameter 'entryId' is not assigned and could be declared final
14517 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'createDate' is not assigned and could be declared final
14518 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'entryId' is not assigned and could be declared final
14519 src/com/gps/hibernate/ChatEntry.java 31 Parameter 'fromUserId' is not assigned and could be declared final
14520 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'content' is not assigned and could be declared final
14521 src/com/gps/hibernate/ChatEntry.java 32 Parameter 'toUserId' is not assigned and could be declared final
14522 src/com/gps/hibernate/ChatEntry.java 42 publicMethodCommentRequirement Required
14523 src/com/gps/hibernate/ChatEntry.java 46 Parameter 'entryId' is not assigned and could be declared final
14524 src/com/gps/hibernate/ChatEntry.java 46 publicMethodCommentRequirement Required
14525 src/com/gps/hibernate/ChatEntry.java 50 publicMethodCommentRequirement Required
14526 src/com/gps/hibernate/ChatEntry.java 54 Parameter 'createDate' is not assigned and could be declared final
14527 src/com/gps/hibernate/ChatEntry.java 54 publicMethodCommentRequirement Required
14528 src/com/gps/hibernate/ChatEntry.java 58 publicMethodCommentRequirement Required
14529 src/com/gps/hibernate/ChatEntry.java 62 Parameter 'fromUserId' is not assigned and could be declared final
14530 src/com/gps/hibernate/ChatEntry.java 62 publicMethodCommentRequirement Required
14531 src/com/gps/hibernate/ChatEntry.java 66 publicMethodCommentRequirement Required
14532 src/com/gps/hibernate/ChatEntry.java 70 Parameter 'toUserId' is not assigned and could be declared final
14533 src/com/gps/hibernate/ChatEntry.java 70 publicMethodCommentRequirement Required
14534 src/com/gps/hibernate/ChatEntry.java 74 publicMethodCommentRequirement Required
14535 src/com/gps/hibernate/ChatEntry.java 78 Parameter 'content' is not assigned and could be declared final
14536 src/com/gps/hibernate/ChatEntry.java 78 publicMethodCommentRequirement Required
14537 src/com/gps/hibernate/ChatEntryDAO.java 10 Comment is too large: Too many lines
14538 src/com/gps/hibernate/ChatEntryDAO.java 22 This class has too many methods, consider refactoring it.
14539 src/com/gps/hibernate/ChatEntryDAO.java 23 Logger should be defined private static final and have the correct class
14540 src/com/gps/hibernate/ChatEntryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14541 src/com/gps/hibernate/ChatEntryDAO.java 23 fieldCommentRequirement Required
14542 src/com/gps/hibernate/ChatEntryDAO.java 25 fieldCommentRequirement Required
14543 src/com/gps/hibernate/ChatEntryDAO.java 26 fieldCommentRequirement Required
14544 src/com/gps/hibernate/ChatEntryDAO.java 27 fieldCommentRequirement Required
14545 src/com/gps/hibernate/ChatEntryDAO.java 28 fieldCommentRequirement Required
14546 src/com/gps/hibernate/ChatEntryDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
14547 src/com/gps/hibernate/ChatEntryDAO.java 30 publicMethodCommentRequirement Required
14548 src/com/gps/hibernate/ChatEntryDAO.java 31 There is log block not surrounded by if
14549 src/com/gps/hibernate/ChatEntryDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14550 src/com/gps/hibernate/ChatEntryDAO.java 33 Potential violation of Law of Demeter (method chain calls)
14551 src/com/gps/hibernate/ChatEntryDAO.java 34 There is log block not surrounded by if
14552 src/com/gps/hibernate/ChatEntryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14553 src/com/gps/hibernate/ChatEntryDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14554 src/com/gps/hibernate/ChatEntryDAO.java 36 There is log block not surrounded by if
14555 src/com/gps/hibernate/ChatEntryDAO.java 41 Avoid excessively long variable names like persistentInstance
14556 src/com/gps/hibernate/ChatEntryDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
14557 src/com/gps/hibernate/ChatEntryDAO.java 41 publicMethodCommentRequirement Required
14558 src/com/gps/hibernate/ChatEntryDAO.java 42 There is log block not surrounded by if
14559 src/com/gps/hibernate/ChatEntryDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14560 src/com/gps/hibernate/ChatEntryDAO.java 44 Potential violation of Law of Demeter (method chain calls)
14561 src/com/gps/hibernate/ChatEntryDAO.java 45 There is log block not surrounded by if
14562 src/com/gps/hibernate/ChatEntryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14563 src/com/gps/hibernate/ChatEntryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14564 src/com/gps/hibernate/ChatEntryDAO.java 47 There is log block not surrounded by if
14565 src/com/gps/hibernate/ChatEntryDAO.java 52 Avoid variables with short names like id
14566 src/com/gps/hibernate/ChatEntryDAO.java 52 Parameter 'id' is not assigned and could be declared final
14567 src/com/gps/hibernate/ChatEntryDAO.java 52 publicMethodCommentRequirement Required
14568 src/com/gps/hibernate/ChatEntryDAO.java 53 There is log block not surrounded by if
14569 src/com/gps/hibernate/ChatEntryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14570 src/com/gps/hibernate/ChatEntryDAO.java 55 Local variable 'instance' could be declared final
14571 src/com/gps/hibernate/ChatEntryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
14572 src/com/gps/hibernate/ChatEntryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14573 src/com/gps/hibernate/ChatEntryDAO.java 59 There is log block not surrounded by if
14574 src/com/gps/hibernate/ChatEntryDAO.java 64 Parameter 'instance' is not assigned and could be declared final
14575 src/com/gps/hibernate/ChatEntryDAO.java 64 publicMethodCommentRequirement Required
14576 src/com/gps/hibernate/ChatEntryDAO.java 65 There is log block not surrounded by if
14577 src/com/gps/hibernate/ChatEntryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14578 src/com/gps/hibernate/ChatEntryDAO.java 67 Local variable 'results' could be declared final
14579 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
14580 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
14581 src/com/gps/hibernate/ChatEntryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
14582 src/com/gps/hibernate/ChatEntryDAO.java 70 There is log block not surrounded by if
14583 src/com/gps/hibernate/ChatEntryDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14584 src/com/gps/hibernate/ChatEntryDAO.java 71 Potential violation of Law of Demeter (object not created locally)
14585 src/com/gps/hibernate/ChatEntryDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14586 src/com/gps/hibernate/ChatEntryDAO.java 74 There is log block not surrounded by if
14587 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
14588 src/com/gps/hibernate/ChatEntryDAO.java 79 Parameter 'value' is not assigned and could be declared final
14589 src/com/gps/hibernate/ChatEntryDAO.java 79 publicMethodCommentRequirement Required
14590 src/com/gps/hibernate/ChatEntryDAO.java 80 There is log block not surrounded by if
14591 src/com/gps/hibernate/ChatEntryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14592 src/com/gps/hibernate/ChatEntryDAO.java 83 Local variable 'queryString' could be declared final
14593 src/com/gps/hibernate/ChatEntryDAO.java 85 Local variable 'queryObject' could be declared final
14594 src/com/gps/hibernate/ChatEntryDAO.java 85 Potential violation of Law of Demeter (method chain calls)
14595 src/com/gps/hibernate/ChatEntryDAO.java 86 Potential violation of Law of Demeter (object not created locally)
14596 src/com/gps/hibernate/ChatEntryDAO.java 87 Potential violation of Law of Demeter (object not created locally)
14597 src/com/gps/hibernate/ChatEntryDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14598 src/com/gps/hibernate/ChatEntryDAO.java 89 There is log block not surrounded by if
14599 src/com/gps/hibernate/ChatEntryDAO.java 94 Parameter 'createDate' is not assigned and could be declared final
14600 src/com/gps/hibernate/ChatEntryDAO.java 94 publicMethodCommentRequirement Required
14601 src/com/gps/hibernate/ChatEntryDAO.java 98 Parameter 'fromUserId' is not assigned and could be declared final
14602 src/com/gps/hibernate/ChatEntryDAO.java 98 publicMethodCommentRequirement Required
14603 src/com/gps/hibernate/ChatEntryDAO.java 102 Parameter 'toUserId' is not assigned and could be declared final
14604 src/com/gps/hibernate/ChatEntryDAO.java 102 publicMethodCommentRequirement Required
14605 src/com/gps/hibernate/ChatEntryDAO.java 106 Parameter 'content' is not assigned and could be declared final
14606 src/com/gps/hibernate/ChatEntryDAO.java 106 publicMethodCommentRequirement Required
14607 src/com/gps/hibernate/ChatEntryDAO.java 110 publicMethodCommentRequirement Required
14608 src/com/gps/hibernate/ChatEntryDAO.java 111 There is log block not surrounded by if
14609 src/com/gps/hibernate/ChatEntryDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14610 src/com/gps/hibernate/ChatEntryDAO.java 113 Local variable 'queryString' could be declared final
14611 src/com/gps/hibernate/ChatEntryDAO.java 114 Local variable 'queryObject' could be declared final
14612 src/com/gps/hibernate/ChatEntryDAO.java 114 Potential violation of Law of Demeter (method chain calls)
14613 src/com/gps/hibernate/ChatEntryDAO.java 115 Potential violation of Law of Demeter (object not created locally)
14614 src/com/gps/hibernate/ChatEntryDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14615 src/com/gps/hibernate/ChatEntryDAO.java 117 There is log block not surrounded by if
14616 src/com/gps/hibernate/ChatEntryDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
14617 src/com/gps/hibernate/ChatEntryDAO.java 122 publicMethodCommentRequirement Required
14618 src/com/gps/hibernate/ChatEntryDAO.java 123 There is log block not surrounded by if
14619 src/com/gps/hibernate/ChatEntryDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14620 src/com/gps/hibernate/ChatEntryDAO.java 125 Local variable 'result' could be declared final
14621 src/com/gps/hibernate/ChatEntryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
14622 src/com/gps/hibernate/ChatEntryDAO.java 126 There is log block not surrounded by if
14623 src/com/gps/hibernate/ChatEntryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14624 src/com/gps/hibernate/ChatEntryDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14625 src/com/gps/hibernate/ChatEntryDAO.java 129 There is log block not surrounded by if
14626 src/com/gps/hibernate/ChatEntryDAO.java 134 Parameter 'instance' is not assigned and could be declared final
14627 src/com/gps/hibernate/ChatEntryDAO.java 134 publicMethodCommentRequirement Required
14628 src/com/gps/hibernate/ChatEntryDAO.java 135 There is log block not surrounded by if
14629 src/com/gps/hibernate/ChatEntryDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14630 src/com/gps/hibernate/ChatEntryDAO.java 137 Potential violation of Law of Demeter (method chain calls)
14631 src/com/gps/hibernate/ChatEntryDAO.java 138 There is log block not surrounded by if
14632 src/com/gps/hibernate/ChatEntryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14633 src/com/gps/hibernate/ChatEntryDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14634 src/com/gps/hibernate/ChatEntryDAO.java 140 There is log block not surrounded by if
14635 src/com/gps/hibernate/ChatEntryDAO.java 145 Parameter 'instance' is not assigned and could be declared final
14636 src/com/gps/hibernate/ChatEntryDAO.java 145 publicMethodCommentRequirement Required
14637 src/com/gps/hibernate/ChatEntryDAO.java 146 There is log block not surrounded by if
14638 src/com/gps/hibernate/ChatEntryDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14639 src/com/gps/hibernate/ChatEntryDAO.java 148 Potential violation of Law of Demeter (method chain calls)
14640 src/com/gps/hibernate/ChatEntryDAO.java 149 There is log block not surrounded by if
14641 src/com/gps/hibernate/ChatEntryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14642 src/com/gps/hibernate/ChatEntryDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14643 src/com/gps/hibernate/ChatEntryDAO.java 151 There is log block not surrounded by if
14644 src/com/gps/hibernate/ChatStatus.java 9 Classes implementing Serializable should set a serialVersionUID
14645 src/com/gps/hibernate/ChatStatus.java 13 fieldCommentRequirement Required
14646 src/com/gps/hibernate/ChatStatus.java 14 fieldCommentRequirement Required
14647 src/com/gps/hibernate/ChatStatus.java 15 fieldCommentRequirement Required
14648 src/com/gps/hibernate/ChatStatus.java 16 fieldCommentRequirement Required
14649 src/com/gps/hibernate/ChatStatus.java 17 fieldCommentRequirement Required
14650 src/com/gps/hibernate/ChatStatus.java 18 fieldCommentRequirement Required
14651 src/com/gps/hibernate/ChatStatus.java 19 fieldCommentRequirement Required
14652 src/com/gps/hibernate/ChatStatus.java 20 fieldCommentRequirement Required
14653 src/com/gps/hibernate/ChatStatus.java 25 Document empty constructor
14654 src/com/gps/hibernate/ChatStatus.java 29 Parameter 'statusId' is not assigned and could be declared final
14655 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
14656 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'statusId' is not assigned and could be declared final
14657 src/com/gps/hibernate/ChatStatus.java 34 Parameter 'userId' is not assigned and could be declared final
14658 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'activePanelId' is not assigned and could be declared final
14659 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'awake' is not assigned and could be declared final
14660 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'message' is not assigned and could be declared final
14661 src/com/gps/hibernate/ChatStatus.java 35 Parameter 'online' is not assigned and could be declared final
14662 src/com/gps/hibernate/ChatStatus.java 36 Parameter 'playSound' is not assigned and could be declared final
14663 src/com/gps/hibernate/ChatStatus.java 49 publicMethodCommentRequirement Required
14664 src/com/gps/hibernate/ChatStatus.java 53 Parameter 'statusId' is not assigned and could be declared final
14665 src/com/gps/hibernate/ChatStatus.java 53 publicMethodCommentRequirement Required
14666 src/com/gps/hibernate/ChatStatus.java 57 publicMethodCommentRequirement Required
14667 src/com/gps/hibernate/ChatStatus.java 61 Parameter 'userId' is not assigned and could be declared final
14668 src/com/gps/hibernate/ChatStatus.java 61 publicMethodCommentRequirement Required
14669 src/com/gps/hibernate/ChatStatus.java 65 publicMethodCommentRequirement Required
14670 src/com/gps/hibernate/ChatStatus.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
14671 src/com/gps/hibernate/ChatStatus.java 69 publicMethodCommentRequirement Required
14672 src/com/gps/hibernate/ChatStatus.java 73 publicMethodCommentRequirement Required
14673 src/com/gps/hibernate/ChatStatus.java 77 Parameter 'online' is not assigned and could be declared final
14674 src/com/gps/hibernate/ChatStatus.java 77 publicMethodCommentRequirement Required
14675 src/com/gps/hibernate/ChatStatus.java 81 publicMethodCommentRequirement Required
14676 src/com/gps/hibernate/ChatStatus.java 85 Parameter 'awake' is not assigned and could be declared final
14677 src/com/gps/hibernate/ChatStatus.java 85 publicMethodCommentRequirement Required
14678 src/com/gps/hibernate/ChatStatus.java 89 publicMethodCommentRequirement Required
14679 src/com/gps/hibernate/ChatStatus.java 93 Parameter 'activePanelId' is not assigned and could be declared final
14680 src/com/gps/hibernate/ChatStatus.java 93 publicMethodCommentRequirement Required
14681 src/com/gps/hibernate/ChatStatus.java 97 publicMethodCommentRequirement Required
14682 src/com/gps/hibernate/ChatStatus.java 101 Parameter 'message' is not assigned and could be declared final
14683 src/com/gps/hibernate/ChatStatus.java 101 publicMethodCommentRequirement Required
14684 src/com/gps/hibernate/ChatStatus.java 105 publicMethodCommentRequirement Required
14685 src/com/gps/hibernate/ChatStatus.java 109 Parameter 'playSound' is not assigned and could be declared final
14686 src/com/gps/hibernate/ChatStatus.java 109 publicMethodCommentRequirement Required
14687 src/com/gps/hibernate/ChatStatusDAO.java 10 Comment is too large: Too many lines
14688 src/com/gps/hibernate/ChatStatusDAO.java 22 This class has too many methods, consider refactoring it.
14689 src/com/gps/hibernate/ChatStatusDAO.java 23 Logger should be defined private static final and have the correct class
14690 src/com/gps/hibernate/ChatStatusDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14691 src/com/gps/hibernate/ChatStatusDAO.java 23 fieldCommentRequirement Required
14692 src/com/gps/hibernate/ChatStatusDAO.java 25 fieldCommentRequirement Required
14693 src/com/gps/hibernate/ChatStatusDAO.java 26 fieldCommentRequirement Required
14694 src/com/gps/hibernate/ChatStatusDAO.java 27 fieldCommentRequirement Required
14695 src/com/gps/hibernate/ChatStatusDAO.java 28 fieldCommentRequirement Required
14696 src/com/gps/hibernate/ChatStatusDAO.java 29 fieldCommentRequirement Required
14697 src/com/gps/hibernate/ChatStatusDAO.java 30 fieldCommentRequirement Required
14698 src/com/gps/hibernate/ChatStatusDAO.java 31 fieldCommentRequirement Required
14699 src/com/gps/hibernate/ChatStatusDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
14700 src/com/gps/hibernate/ChatStatusDAO.java 33 publicMethodCommentRequirement Required
14701 src/com/gps/hibernate/ChatStatusDAO.java 34 There is log block not surrounded by if
14702 src/com/gps/hibernate/ChatStatusDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14703 src/com/gps/hibernate/ChatStatusDAO.java 36 Potential violation of Law of Demeter (method chain calls)
14704 src/com/gps/hibernate/ChatStatusDAO.java 37 There is log block not surrounded by if
14705 src/com/gps/hibernate/ChatStatusDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14706 src/com/gps/hibernate/ChatStatusDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14707 src/com/gps/hibernate/ChatStatusDAO.java 39 There is log block not surrounded by if
14708 src/com/gps/hibernate/ChatStatusDAO.java 44 Avoid excessively long variable names like persistentInstance
14709 src/com/gps/hibernate/ChatStatusDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
14710 src/com/gps/hibernate/ChatStatusDAO.java 44 publicMethodCommentRequirement Required
14711 src/com/gps/hibernate/ChatStatusDAO.java 45 There is log block not surrounded by if
14712 src/com/gps/hibernate/ChatStatusDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14713 src/com/gps/hibernate/ChatStatusDAO.java 47 Potential violation of Law of Demeter (method chain calls)
14714 src/com/gps/hibernate/ChatStatusDAO.java 48 There is log block not surrounded by if
14715 src/com/gps/hibernate/ChatStatusDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14716 src/com/gps/hibernate/ChatStatusDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14717 src/com/gps/hibernate/ChatStatusDAO.java 50 There is log block not surrounded by if
14718 src/com/gps/hibernate/ChatStatusDAO.java 55 Avoid variables with short names like id
14719 src/com/gps/hibernate/ChatStatusDAO.java 55 Parameter 'id' is not assigned and could be declared final
14720 src/com/gps/hibernate/ChatStatusDAO.java 55 publicMethodCommentRequirement Required
14721 src/com/gps/hibernate/ChatStatusDAO.java 56 There is log block not surrounded by if
14722 src/com/gps/hibernate/ChatStatusDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14723 src/com/gps/hibernate/ChatStatusDAO.java 58 Local variable 'instance' could be declared final
14724 src/com/gps/hibernate/ChatStatusDAO.java 58 Potential violation of Law of Demeter (method chain calls)
14725 src/com/gps/hibernate/ChatStatusDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14726 src/com/gps/hibernate/ChatStatusDAO.java 62 There is log block not surrounded by if
14727 src/com/gps/hibernate/ChatStatusDAO.java 67 Parameter 'instance' is not assigned and could be declared final
14728 src/com/gps/hibernate/ChatStatusDAO.java 67 publicMethodCommentRequirement Required
14729 src/com/gps/hibernate/ChatStatusDAO.java 68 There is log block not surrounded by if
14730 src/com/gps/hibernate/ChatStatusDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14731 src/com/gps/hibernate/ChatStatusDAO.java 70 Local variable 'results' could be declared final
14732 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
14733 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
14734 src/com/gps/hibernate/ChatStatusDAO.java 70 Potential violation of Law of Demeter (method chain calls)
14735 src/com/gps/hibernate/ChatStatusDAO.java 73 There is log block not surrounded by if
14736 src/com/gps/hibernate/ChatStatusDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14737 src/com/gps/hibernate/ChatStatusDAO.java 74 Potential violation of Law of Demeter (object not created locally)
14738 src/com/gps/hibernate/ChatStatusDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14739 src/com/gps/hibernate/ChatStatusDAO.java 77 There is log block not surrounded by if
14740 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
14741 src/com/gps/hibernate/ChatStatusDAO.java 82 Parameter 'value' is not assigned and could be declared final
14742 src/com/gps/hibernate/ChatStatusDAO.java 82 publicMethodCommentRequirement Required
14743 src/com/gps/hibernate/ChatStatusDAO.java 83 There is log block not surrounded by if
14744 src/com/gps/hibernate/ChatStatusDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14745 src/com/gps/hibernate/ChatStatusDAO.java 86 Local variable 'queryString' could be declared final
14746 src/com/gps/hibernate/ChatStatusDAO.java 88 Local variable 'queryObject' could be declared final
14747 src/com/gps/hibernate/ChatStatusDAO.java 88 Potential violation of Law of Demeter (method chain calls)
14748 src/com/gps/hibernate/ChatStatusDAO.java 89 Potential violation of Law of Demeter (object not created locally)
14749 src/com/gps/hibernate/ChatStatusDAO.java 90 Potential violation of Law of Demeter (object not created locally)
14750 src/com/gps/hibernate/ChatStatusDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14751 src/com/gps/hibernate/ChatStatusDAO.java 92 There is log block not surrounded by if
14752 src/com/gps/hibernate/ChatStatusDAO.java 97 Parameter 'userId' is not assigned and could be declared final
14753 src/com/gps/hibernate/ChatStatusDAO.java 97 publicMethodCommentRequirement Required
14754 src/com/gps/hibernate/ChatStatusDAO.java 101 Parameter 'modifiedDate' is not assigned and could be declared final
14755 src/com/gps/hibernate/ChatStatusDAO.java 101 publicMethodCommentRequirement Required
14756 src/com/gps/hibernate/ChatStatusDAO.java 105 Parameter 'online' is not assigned and could be declared final
14757 src/com/gps/hibernate/ChatStatusDAO.java 105 publicMethodCommentRequirement Required
14758 src/com/gps/hibernate/ChatStatusDAO.java 109 Parameter 'awake' is not assigned and could be declared final
14759 src/com/gps/hibernate/ChatStatusDAO.java 109 publicMethodCommentRequirement Required
14760 src/com/gps/hibernate/ChatStatusDAO.java 113 Parameter 'activePanelId' is not assigned and could be declared final
14761 src/com/gps/hibernate/ChatStatusDAO.java 113 publicMethodCommentRequirement Required
14762 src/com/gps/hibernate/ChatStatusDAO.java 117 Parameter 'message' is not assigned and could be declared final
14763 src/com/gps/hibernate/ChatStatusDAO.java 117 publicMethodCommentRequirement Required
14764 src/com/gps/hibernate/ChatStatusDAO.java 121 Parameter 'playSound' is not assigned and could be declared final
14765 src/com/gps/hibernate/ChatStatusDAO.java 121 publicMethodCommentRequirement Required
14766 src/com/gps/hibernate/ChatStatusDAO.java 125 publicMethodCommentRequirement Required
14767 src/com/gps/hibernate/ChatStatusDAO.java 126 There is log block not surrounded by if
14768 src/com/gps/hibernate/ChatStatusDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14769 src/com/gps/hibernate/ChatStatusDAO.java 128 Local variable 'queryString' could be declared final
14770 src/com/gps/hibernate/ChatStatusDAO.java 129 Local variable 'queryObject' could be declared final
14771 src/com/gps/hibernate/ChatStatusDAO.java 129 Potential violation of Law of Demeter (method chain calls)
14772 src/com/gps/hibernate/ChatStatusDAO.java 130 Potential violation of Law of Demeter (object not created locally)
14773 src/com/gps/hibernate/ChatStatusDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14774 src/com/gps/hibernate/ChatStatusDAO.java 132 There is log block not surrounded by if
14775 src/com/gps/hibernate/ChatStatusDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
14776 src/com/gps/hibernate/ChatStatusDAO.java 137 publicMethodCommentRequirement Required
14777 src/com/gps/hibernate/ChatStatusDAO.java 138 There is log block not surrounded by if
14778 src/com/gps/hibernate/ChatStatusDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14779 src/com/gps/hibernate/ChatStatusDAO.java 140 Local variable 'result' could be declared final
14780 src/com/gps/hibernate/ChatStatusDAO.java 140 Potential violation of Law of Demeter (method chain calls)
14781 src/com/gps/hibernate/ChatStatusDAO.java 142 There is log block not surrounded by if
14782 src/com/gps/hibernate/ChatStatusDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14783 src/com/gps/hibernate/ChatStatusDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14784 src/com/gps/hibernate/ChatStatusDAO.java 145 There is log block not surrounded by if
14785 src/com/gps/hibernate/ChatStatusDAO.java 150 Parameter 'instance' is not assigned and could be declared final
14786 src/com/gps/hibernate/ChatStatusDAO.java 150 publicMethodCommentRequirement Required
14787 src/com/gps/hibernate/ChatStatusDAO.java 151 There is log block not surrounded by if
14788 src/com/gps/hibernate/ChatStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14789 src/com/gps/hibernate/ChatStatusDAO.java 153 Potential violation of Law of Demeter (method chain calls)
14790 src/com/gps/hibernate/ChatStatusDAO.java 154 There is log block not surrounded by if
14791 src/com/gps/hibernate/ChatStatusDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14792 src/com/gps/hibernate/ChatStatusDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14793 src/com/gps/hibernate/ChatStatusDAO.java 156 There is log block not surrounded by if
14794 src/com/gps/hibernate/ChatStatusDAO.java 161 Parameter 'instance' is not assigned and could be declared final
14795 src/com/gps/hibernate/ChatStatusDAO.java 161 publicMethodCommentRequirement Required
14796 src/com/gps/hibernate/ChatStatusDAO.java 162 There is log block not surrounded by if
14797 src/com/gps/hibernate/ChatStatusDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14798 src/com/gps/hibernate/ChatStatusDAO.java 164 Potential violation of Law of Demeter (method chain calls)
14799 src/com/gps/hibernate/ChatStatusDAO.java 165 There is log block not surrounded by if
14800 src/com/gps/hibernate/ChatStatusDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14801 src/com/gps/hibernate/ChatStatusDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14802 src/com/gps/hibernate/ChatStatusDAO.java 167 There is log block not surrounded by if
14803 src/com/gps/hibernate/Classname.java 9 Classes implementing Serializable should set a serialVersionUID
14804 src/com/gps/hibernate/Classname.java 13 fieldCommentRequirement Required
14805 src/com/gps/hibernate/Classname.java 14 fieldCommentRequirement Required
14806 src/com/gps/hibernate/Classname.java 19 Document empty constructor
14807 src/com/gps/hibernate/Classname.java 23 Parameter 'classNameId' is not assigned and could be declared final
14808 src/com/gps/hibernate/Classname.java 28 Parameter 'classNameId' is not assigned and could be declared final
14809 src/com/gps/hibernate/Classname.java 28 Parameter 'value' is not assigned and could be declared final
14810 src/com/gps/hibernate/Classname.java 35 publicMethodCommentRequirement Required
14811 src/com/gps/hibernate/Classname.java 39 Parameter 'classNameId' is not assigned and could be declared final
14812 src/com/gps/hibernate/Classname.java 39 publicMethodCommentRequirement Required
14813 src/com/gps/hibernate/Classname.java 43 publicMethodCommentRequirement Required
14814 src/com/gps/hibernate/Classname.java 47 Parameter 'value' is not assigned and could be declared final
14815 src/com/gps/hibernate/Classname.java 47 publicMethodCommentRequirement Required
14816 src/com/gps/hibernate/ClassnameDAO.java 10 Comment is too large: Too many lines
14817 src/com/gps/hibernate/ClassnameDAO.java 23 Logger should be defined private static final and have the correct class
14818 src/com/gps/hibernate/ClassnameDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14819 src/com/gps/hibernate/ClassnameDAO.java 23 fieldCommentRequirement Required
14820 src/com/gps/hibernate/ClassnameDAO.java 25 fieldCommentRequirement Required
14821 src/com/gps/hibernate/ClassnameDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
14822 src/com/gps/hibernate/ClassnameDAO.java 27 publicMethodCommentRequirement Required
14823 src/com/gps/hibernate/ClassnameDAO.java 28 There is log block not surrounded by if
14824 src/com/gps/hibernate/ClassnameDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14825 src/com/gps/hibernate/ClassnameDAO.java 30 Potential violation of Law of Demeter (method chain calls)
14826 src/com/gps/hibernate/ClassnameDAO.java 31 There is log block not surrounded by if
14827 src/com/gps/hibernate/ClassnameDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14828 src/com/gps/hibernate/ClassnameDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14829 src/com/gps/hibernate/ClassnameDAO.java 33 There is log block not surrounded by if
14830 src/com/gps/hibernate/ClassnameDAO.java 38 Avoid excessively long variable names like persistentInstance
14831 src/com/gps/hibernate/ClassnameDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
14832 src/com/gps/hibernate/ClassnameDAO.java 38 publicMethodCommentRequirement Required
14833 src/com/gps/hibernate/ClassnameDAO.java 39 There is log block not surrounded by if
14834 src/com/gps/hibernate/ClassnameDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14835 src/com/gps/hibernate/ClassnameDAO.java 41 Potential violation of Law of Demeter (method chain calls)
14836 src/com/gps/hibernate/ClassnameDAO.java 42 There is log block not surrounded by if
14837 src/com/gps/hibernate/ClassnameDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14838 src/com/gps/hibernate/ClassnameDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14839 src/com/gps/hibernate/ClassnameDAO.java 44 There is log block not surrounded by if
14840 src/com/gps/hibernate/ClassnameDAO.java 49 Avoid variables with short names like id
14841 src/com/gps/hibernate/ClassnameDAO.java 49 Parameter 'id' is not assigned and could be declared final
14842 src/com/gps/hibernate/ClassnameDAO.java 49 publicMethodCommentRequirement Required
14843 src/com/gps/hibernate/ClassnameDAO.java 50 There is log block not surrounded by if
14844 src/com/gps/hibernate/ClassnameDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14845 src/com/gps/hibernate/ClassnameDAO.java 52 Local variable 'instance' could be declared final
14846 src/com/gps/hibernate/ClassnameDAO.java 52 Potential violation of Law of Demeter (method chain calls)
14847 src/com/gps/hibernate/ClassnameDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14848 src/com/gps/hibernate/ClassnameDAO.java 56 There is log block not surrounded by if
14849 src/com/gps/hibernate/ClassnameDAO.java 61 Parameter 'instance' is not assigned and could be declared final
14850 src/com/gps/hibernate/ClassnameDAO.java 61 publicMethodCommentRequirement Required
14851 src/com/gps/hibernate/ClassnameDAO.java 62 There is log block not surrounded by if
14852 src/com/gps/hibernate/ClassnameDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14853 src/com/gps/hibernate/ClassnameDAO.java 64 Local variable 'results' could be declared final
14854 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14855 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14856 src/com/gps/hibernate/ClassnameDAO.java 64 Potential violation of Law of Demeter (method chain calls)
14857 src/com/gps/hibernate/ClassnameDAO.java 67 There is log block not surrounded by if
14858 src/com/gps/hibernate/ClassnameDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14859 src/com/gps/hibernate/ClassnameDAO.java 68 Potential violation of Law of Demeter (object not created locally)
14860 src/com/gps/hibernate/ClassnameDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14861 src/com/gps/hibernate/ClassnameDAO.java 71 There is log block not surrounded by if
14862 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
14863 src/com/gps/hibernate/ClassnameDAO.java 76 Parameter 'value' is not assigned and could be declared final
14864 src/com/gps/hibernate/ClassnameDAO.java 76 publicMethodCommentRequirement Required
14865 src/com/gps/hibernate/ClassnameDAO.java 77 There is log block not surrounded by if
14866 src/com/gps/hibernate/ClassnameDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14867 src/com/gps/hibernate/ClassnameDAO.java 80 Local variable 'queryString' could be declared final
14868 src/com/gps/hibernate/ClassnameDAO.java 82 Local variable 'queryObject' could be declared final
14869 src/com/gps/hibernate/ClassnameDAO.java 82 Potential violation of Law of Demeter (method chain calls)
14870 src/com/gps/hibernate/ClassnameDAO.java 83 Potential violation of Law of Demeter (object not created locally)
14871 src/com/gps/hibernate/ClassnameDAO.java 84 Potential violation of Law of Demeter (object not created locally)
14872 src/com/gps/hibernate/ClassnameDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14873 src/com/gps/hibernate/ClassnameDAO.java 86 There is log block not surrounded by if
14874 src/com/gps/hibernate/ClassnameDAO.java 91 Parameter 'value' is not assigned and could be declared final
14875 src/com/gps/hibernate/ClassnameDAO.java 91 publicMethodCommentRequirement Required
14876 src/com/gps/hibernate/ClassnameDAO.java 95 publicMethodCommentRequirement Required
14877 src/com/gps/hibernate/ClassnameDAO.java 96 There is log block not surrounded by if
14878 src/com/gps/hibernate/ClassnameDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14879 src/com/gps/hibernate/ClassnameDAO.java 98 Local variable 'queryString' could be declared final
14880 src/com/gps/hibernate/ClassnameDAO.java 99 Local variable 'queryObject' could be declared final
14881 src/com/gps/hibernate/ClassnameDAO.java 99 Potential violation of Law of Demeter (method chain calls)
14882 src/com/gps/hibernate/ClassnameDAO.java 100 Potential violation of Law of Demeter (object not created locally)
14883 src/com/gps/hibernate/ClassnameDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14884 src/com/gps/hibernate/ClassnameDAO.java 102 There is log block not surrounded by if
14885 src/com/gps/hibernate/ClassnameDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
14886 src/com/gps/hibernate/ClassnameDAO.java 107 publicMethodCommentRequirement Required
14887 src/com/gps/hibernate/ClassnameDAO.java 108 There is log block not surrounded by if
14888 src/com/gps/hibernate/ClassnameDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14889 src/com/gps/hibernate/ClassnameDAO.java 110 Local variable 'result' could be declared final
14890 src/com/gps/hibernate/ClassnameDAO.java 110 Potential violation of Law of Demeter (method chain calls)
14891 src/com/gps/hibernate/ClassnameDAO.java 111 There is log block not surrounded by if
14892 src/com/gps/hibernate/ClassnameDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14893 src/com/gps/hibernate/ClassnameDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14894 src/com/gps/hibernate/ClassnameDAO.java 114 There is log block not surrounded by if
14895 src/com/gps/hibernate/ClassnameDAO.java 119 Parameter 'instance' is not assigned and could be declared final
14896 src/com/gps/hibernate/ClassnameDAO.java 119 publicMethodCommentRequirement Required
14897 src/com/gps/hibernate/ClassnameDAO.java 120 There is log block not surrounded by if
14898 src/com/gps/hibernate/ClassnameDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14899 src/com/gps/hibernate/ClassnameDAO.java 122 Potential violation of Law of Demeter (method chain calls)
14900 src/com/gps/hibernate/ClassnameDAO.java 123 There is log block not surrounded by if
14901 src/com/gps/hibernate/ClassnameDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14902 src/com/gps/hibernate/ClassnameDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14903 src/com/gps/hibernate/ClassnameDAO.java 125 There is log block not surrounded by if
14904 src/com/gps/hibernate/ClassnameDAO.java 130 Parameter 'instance' is not assigned and could be declared final
14905 src/com/gps/hibernate/ClassnameDAO.java 130 publicMethodCommentRequirement Required
14906 src/com/gps/hibernate/ClassnameDAO.java 131 There is log block not surrounded by if
14907 src/com/gps/hibernate/ClassnameDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14908 src/com/gps/hibernate/ClassnameDAO.java 133 Potential violation of Law of Demeter (method chain calls)
14909 src/com/gps/hibernate/ClassnameDAO.java 134 There is log block not surrounded by if
14910 src/com/gps/hibernate/ClassnameDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14911 src/com/gps/hibernate/ClassnameDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14912 src/com/gps/hibernate/ClassnameDAO.java 136 There is log block not surrounded by if
14913 src/com/gps/hibernate/Company.java 9 Classes implementing Serializable should set a serialVersionUID
14914 src/com/gps/hibernate/Company.java 13 fieldCommentRequirement Required
14915 src/com/gps/hibernate/Company.java 14 fieldCommentRequirement Required
14916 src/com/gps/hibernate/Company.java 15 fieldCommentRequirement Required
14917 src/com/gps/hibernate/Company.java 16 fieldCommentRequirement Required
14918 src/com/gps/hibernate/Company.java 17 fieldCommentRequirement Required
14919 src/com/gps/hibernate/Company.java 18 Avoid variables with short names like mx
14920 src/com/gps/hibernate/Company.java 18 fieldCommentRequirement Required
14921 src/com/gps/hibernate/Company.java 19 fieldCommentRequirement Required
14922 src/com/gps/hibernate/Company.java 20 fieldCommentRequirement Required
14923 src/com/gps/hibernate/Company.java 21 fieldCommentRequirement Required
14924 src/com/gps/hibernate/Company.java 26 Document empty constructor
14925 src/com/gps/hibernate/Company.java 30 Parameter 'companyId' is not assigned and could be declared final
14926 src/com/gps/hibernate/Company.java 35 Parameter 'accountId' is not assigned and could be declared final
14927 src/com/gps/hibernate/Company.java 35 Parameter 'companyId' is not assigned and could be declared final
14928 src/com/gps/hibernate/Company.java 35 Parameter 'key' is not assigned and could be declared final
14929 src/com/gps/hibernate/Company.java 35 Parameter 'webId' is not assigned and could be declared final
14930 src/com/gps/hibernate/Company.java 36 Avoid variables with short names like mx
14931 src/com/gps/hibernate/Company.java 36 Parameter 'homeUrl' is not assigned and could be declared final
14932 src/com/gps/hibernate/Company.java 36 Parameter 'logoId' is not assigned and could be declared final
14933 src/com/gps/hibernate/Company.java 36 Parameter 'mx' is not assigned and could be declared final
14934 src/com/gps/hibernate/Company.java 36 Parameter 'virtualHost' is not assigned and could be declared final
14935 src/com/gps/hibernate/Company.java 37 Parameter 'system' is not assigned and could be declared final
14936 src/com/gps/hibernate/Company.java 51 publicMethodCommentRequirement Required
14937 src/com/gps/hibernate/Company.java 55 Parameter 'companyId' is not assigned and could be declared final
14938 src/com/gps/hibernate/Company.java 55 publicMethodCommentRequirement Required
14939 src/com/gps/hibernate/Company.java 59 publicMethodCommentRequirement Required
14940 src/com/gps/hibernate/Company.java 63 Parameter 'accountId' is not assigned and could be declared final
14941 src/com/gps/hibernate/Company.java 63 publicMethodCommentRequirement Required
14942 src/com/gps/hibernate/Company.java 67 publicMethodCommentRequirement Required
14943 src/com/gps/hibernate/Company.java 71 Parameter 'webId' is not assigned and could be declared final
14944 src/com/gps/hibernate/Company.java 71 publicMethodCommentRequirement Required
14945 src/com/gps/hibernate/Company.java 75 publicMethodCommentRequirement Required
14946 src/com/gps/hibernate/Company.java 79 Parameter 'key' is not assigned and could be declared final
14947 src/com/gps/hibernate/Company.java 79 publicMethodCommentRequirement Required
14948 src/com/gps/hibernate/Company.java 83 publicMethodCommentRequirement Required
14949 src/com/gps/hibernate/Company.java 87 Parameter 'virtualHost' is not assigned and could be declared final
14950 src/com/gps/hibernate/Company.java 87 publicMethodCommentRequirement Required
14951 src/com/gps/hibernate/Company.java 91 publicMethodCommentRequirement Required
14952 src/com/gps/hibernate/Company.java 95 Avoid variables with short names like mx
14953 src/com/gps/hibernate/Company.java 95 Parameter 'mx' is not assigned and could be declared final
14954 src/com/gps/hibernate/Company.java 95 publicMethodCommentRequirement Required
14955 src/com/gps/hibernate/Company.java 99 publicMethodCommentRequirement Required
14956 src/com/gps/hibernate/Company.java 103 Parameter 'homeUrl' is not assigned and could be declared final
14957 src/com/gps/hibernate/Company.java 103 publicMethodCommentRequirement Required
14958 src/com/gps/hibernate/Company.java 107 publicMethodCommentRequirement Required
14959 src/com/gps/hibernate/Company.java 111 Parameter 'logoId' is not assigned and could be declared final
14960 src/com/gps/hibernate/Company.java 111 publicMethodCommentRequirement Required
14961 src/com/gps/hibernate/Company.java 115 publicMethodCommentRequirement Required
14962 src/com/gps/hibernate/Company.java 119 Parameter 'system' is not assigned and could be declared final
14963 src/com/gps/hibernate/Company.java 119 publicMethodCommentRequirement Required
14964 src/com/gps/hibernate/CompanyDAO.java 10 Comment is too large: Too many lines
14965 src/com/gps/hibernate/CompanyDAO.java 22 This class has too many methods, consider refactoring it.
14966 src/com/gps/hibernate/CompanyDAO.java 23 Logger should be defined private static final and have the correct class
14967 src/com/gps/hibernate/CompanyDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
14968 src/com/gps/hibernate/CompanyDAO.java 23 fieldCommentRequirement Required
14969 src/com/gps/hibernate/CompanyDAO.java 25 fieldCommentRequirement Required
14970 src/com/gps/hibernate/CompanyDAO.java 26 fieldCommentRequirement Required
14971 src/com/gps/hibernate/CompanyDAO.java 27 fieldCommentRequirement Required
14972 src/com/gps/hibernate/CompanyDAO.java 28 fieldCommentRequirement Required
14973 src/com/gps/hibernate/CompanyDAO.java 29 Avoid variables with short names like MX
14974 src/com/gps/hibernate/CompanyDAO.java 29 fieldCommentRequirement Required
14975 src/com/gps/hibernate/CompanyDAO.java 30 fieldCommentRequirement Required
14976 src/com/gps/hibernate/CompanyDAO.java 31 fieldCommentRequirement Required
14977 src/com/gps/hibernate/CompanyDAO.java 32 fieldCommentRequirement Required
14978 src/com/gps/hibernate/CompanyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
14979 src/com/gps/hibernate/CompanyDAO.java 34 publicMethodCommentRequirement Required
14980 src/com/gps/hibernate/CompanyDAO.java 35 There is log block not surrounded by if
14981 src/com/gps/hibernate/CompanyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14982 src/com/gps/hibernate/CompanyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
14983 src/com/gps/hibernate/CompanyDAO.java 38 There is log block not surrounded by if
14984 src/com/gps/hibernate/CompanyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14985 src/com/gps/hibernate/CompanyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14986 src/com/gps/hibernate/CompanyDAO.java 40 There is log block not surrounded by if
14987 src/com/gps/hibernate/CompanyDAO.java 45 Avoid excessively long variable names like persistentInstance
14988 src/com/gps/hibernate/CompanyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
14989 src/com/gps/hibernate/CompanyDAO.java 45 publicMethodCommentRequirement Required
14990 src/com/gps/hibernate/CompanyDAO.java 46 There is log block not surrounded by if
14991 src/com/gps/hibernate/CompanyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14992 src/com/gps/hibernate/CompanyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
14993 src/com/gps/hibernate/CompanyDAO.java 49 There is log block not surrounded by if
14994 src/com/gps/hibernate/CompanyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
14995 src/com/gps/hibernate/CompanyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
14996 src/com/gps/hibernate/CompanyDAO.java 51 There is log block not surrounded by if
14997 src/com/gps/hibernate/CompanyDAO.java 56 Avoid variables with short names like id
14998 src/com/gps/hibernate/CompanyDAO.java 56 Parameter 'id' is not assigned and could be declared final
14999 src/com/gps/hibernate/CompanyDAO.java 56 publicMethodCommentRequirement Required
15000 src/com/gps/hibernate/CompanyDAO.java 57 There is log block not surrounded by if
15001 src/com/gps/hibernate/CompanyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15002 src/com/gps/hibernate/CompanyDAO.java 59 Local variable 'instance' could be declared final
15003 src/com/gps/hibernate/CompanyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
15004 src/com/gps/hibernate/CompanyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15005 src/com/gps/hibernate/CompanyDAO.java 63 There is log block not surrounded by if
15006 src/com/gps/hibernate/CompanyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
15007 src/com/gps/hibernate/CompanyDAO.java 68 publicMethodCommentRequirement Required
15008 src/com/gps/hibernate/CompanyDAO.java 69 There is log block not surrounded by if
15009 src/com/gps/hibernate/CompanyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15010 src/com/gps/hibernate/CompanyDAO.java 71 Local variable 'results' could be declared final
15011 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15012 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15013 src/com/gps/hibernate/CompanyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
15014 src/com/gps/hibernate/CompanyDAO.java 74 There is log block not surrounded by if
15015 src/com/gps/hibernate/CompanyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15016 src/com/gps/hibernate/CompanyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
15017 src/com/gps/hibernate/CompanyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15018 src/com/gps/hibernate/CompanyDAO.java 78 There is log block not surrounded by if
15019 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
15020 src/com/gps/hibernate/CompanyDAO.java 83 Parameter 'value' is not assigned and could be declared final
15021 src/com/gps/hibernate/CompanyDAO.java 83 publicMethodCommentRequirement Required
15022 src/com/gps/hibernate/CompanyDAO.java 84 There is log block not surrounded by if
15023 src/com/gps/hibernate/CompanyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15024 src/com/gps/hibernate/CompanyDAO.java 87 Local variable 'queryString' could be declared final
15025 src/com/gps/hibernate/CompanyDAO.java 89 Local variable 'queryObject' could be declared final
15026 src/com/gps/hibernate/CompanyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
15027 src/com/gps/hibernate/CompanyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
15028 src/com/gps/hibernate/CompanyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
15029 src/com/gps/hibernate/CompanyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15030 src/com/gps/hibernate/CompanyDAO.java 93 There is log block not surrounded by if
15031 src/com/gps/hibernate/CompanyDAO.java 98 Parameter 'accountId' is not assigned and could be declared final
15032 src/com/gps/hibernate/CompanyDAO.java 98 publicMethodCommentRequirement Required
15033 src/com/gps/hibernate/CompanyDAO.java 102 Parameter 'webId' is not assigned and could be declared final
15034 src/com/gps/hibernate/CompanyDAO.java 102 publicMethodCommentRequirement Required
15035 src/com/gps/hibernate/CompanyDAO.java 106 Parameter 'key' is not assigned and could be declared final
15036 src/com/gps/hibernate/CompanyDAO.java 106 publicMethodCommentRequirement Required
15037 src/com/gps/hibernate/CompanyDAO.java 110 Parameter 'virtualHost' is not assigned and could be declared final
15038 src/com/gps/hibernate/CompanyDAO.java 110 publicMethodCommentRequirement Required
15039 src/com/gps/hibernate/CompanyDAO.java 114 Avoid variables with short names like mx
15040 src/com/gps/hibernate/CompanyDAO.java 114 Parameter 'mx' is not assigned and could be declared final
15041 src/com/gps/hibernate/CompanyDAO.java 114 publicMethodCommentRequirement Required
15042 src/com/gps/hibernate/CompanyDAO.java 118 Parameter 'homeUrl' is not assigned and could be declared final
15043 src/com/gps/hibernate/CompanyDAO.java 118 publicMethodCommentRequirement Required
15044 src/com/gps/hibernate/CompanyDAO.java 122 Parameter 'logoId' is not assigned and could be declared final
15045 src/com/gps/hibernate/CompanyDAO.java 122 publicMethodCommentRequirement Required
15046 src/com/gps/hibernate/CompanyDAO.java 126 Parameter 'system' is not assigned and could be declared final
15047 src/com/gps/hibernate/CompanyDAO.java 126 publicMethodCommentRequirement Required
15048 src/com/gps/hibernate/CompanyDAO.java 130 publicMethodCommentRequirement Required
15049 src/com/gps/hibernate/CompanyDAO.java 131 There is log block not surrounded by if
15050 src/com/gps/hibernate/CompanyDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15051 src/com/gps/hibernate/CompanyDAO.java 133 Local variable 'queryString' could be declared final
15052 src/com/gps/hibernate/CompanyDAO.java 134 Local variable 'queryObject' could be declared final
15053 src/com/gps/hibernate/CompanyDAO.java 134 Potential violation of Law of Demeter (method chain calls)
15054 src/com/gps/hibernate/CompanyDAO.java 135 Potential violation of Law of Demeter (object not created locally)
15055 src/com/gps/hibernate/CompanyDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15056 src/com/gps/hibernate/CompanyDAO.java 137 There is log block not surrounded by if
15057 src/com/gps/hibernate/CompanyDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
15058 src/com/gps/hibernate/CompanyDAO.java 142 publicMethodCommentRequirement Required
15059 src/com/gps/hibernate/CompanyDAO.java 143 There is log block not surrounded by if
15060 src/com/gps/hibernate/CompanyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15061 src/com/gps/hibernate/CompanyDAO.java 145 Local variable 'result' could be declared final
15062 src/com/gps/hibernate/CompanyDAO.java 145 Potential violation of Law of Demeter (method chain calls)
15063 src/com/gps/hibernate/CompanyDAO.java 146 There is log block not surrounded by if
15064 src/com/gps/hibernate/CompanyDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15065 src/com/gps/hibernate/CompanyDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15066 src/com/gps/hibernate/CompanyDAO.java 149 There is log block not surrounded by if
15067 src/com/gps/hibernate/CompanyDAO.java 154 Parameter 'instance' is not assigned and could be declared final
15068 src/com/gps/hibernate/CompanyDAO.java 154 publicMethodCommentRequirement Required
15069 src/com/gps/hibernate/CompanyDAO.java 155 There is log block not surrounded by if
15070 src/com/gps/hibernate/CompanyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15071 src/com/gps/hibernate/CompanyDAO.java 157 Potential violation of Law of Demeter (method chain calls)
15072 src/com/gps/hibernate/CompanyDAO.java 158 There is log block not surrounded by if
15073 src/com/gps/hibernate/CompanyDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15074 src/com/gps/hibernate/CompanyDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15075 src/com/gps/hibernate/CompanyDAO.java 160 There is log block not surrounded by if
15076 src/com/gps/hibernate/CompanyDAO.java 165 Parameter 'instance' is not assigned and could be declared final
15077 src/com/gps/hibernate/CompanyDAO.java 165 publicMethodCommentRequirement Required
15078 src/com/gps/hibernate/CompanyDAO.java 166 There is log block not surrounded by if
15079 src/com/gps/hibernate/CompanyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15080 src/com/gps/hibernate/CompanyDAO.java 168 Potential violation of Law of Demeter (method chain calls)
15081 src/com/gps/hibernate/CompanyDAO.java 169 There is log block not surrounded by if
15082 src/com/gps/hibernate/CompanyDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15083 src/com/gps/hibernate/CompanyDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15084 src/com/gps/hibernate/CompanyDAO.java 171 There is log block not surrounded by if
15085 src/com/gps/hibernate/Contact.java 1 This class has a bunch of public methods and attributes
15086 src/com/gps/hibernate/Contact.java 11 Classes implementing Serializable should set a serialVersionUID
15087 src/com/gps/hibernate/Contact.java 11 Too many fields
15088 src/com/gps/hibernate/Contact.java 15 fieldCommentRequirement Required
15089 src/com/gps/hibernate/Contact.java 16 fieldCommentRequirement Required
15090 src/com/gps/hibernate/Contact.java 17 fieldCommentRequirement Required
15091 src/com/gps/hibernate/Contact.java 18 fieldCommentRequirement Required
15092 src/com/gps/hibernate/Contact.java 19 fieldCommentRequirement Required
15093 src/com/gps/hibernate/Contact.java 20 fieldCommentRequirement Required
15094 src/com/gps/hibernate/Contact.java 21 fieldCommentRequirement Required
15095 src/com/gps/hibernate/Contact.java 22 fieldCommentRequirement Required
15096 src/com/gps/hibernate/Contact.java 23 fieldCommentRequirement Required
15097 src/com/gps/hibernate/Contact.java 24 fieldCommentRequirement Required
15098 src/com/gps/hibernate/Contact.java 25 fieldCommentRequirement Required
15099 src/com/gps/hibernate/Contact.java 26 fieldCommentRequirement Required
15100 src/com/gps/hibernate/Contact.java 27 fieldCommentRequirement Required
15101 src/com/gps/hibernate/Contact.java 28 fieldCommentRequirement Required
15102 src/com/gps/hibernate/Contact.java 29 fieldCommentRequirement Required
15103 src/com/gps/hibernate/Contact.java 30 fieldCommentRequirement Required
15104 src/com/gps/hibernate/Contact.java 31 fieldCommentRequirement Required
15105 src/com/gps/hibernate/Contact.java 32 fieldCommentRequirement Required
15106 src/com/gps/hibernate/Contact.java 33 fieldCommentRequirement Required
15107 src/com/gps/hibernate/Contact.java 34 fieldCommentRequirement Required
15108 src/com/gps/hibernate/Contact.java 35 fieldCommentRequirement Required
15109 src/com/gps/hibernate/Contact.java 36 fieldCommentRequirement Required
15110 src/com/gps/hibernate/Contact.java 37 fieldCommentRequirement Required
15111 src/com/gps/hibernate/Contact.java 38 fieldCommentRequirement Required
15112 src/com/gps/hibernate/Contact.java 39 fieldCommentRequirement Required
15113 src/com/gps/hibernate/Contact.java 40 fieldCommentRequirement Required
15114 src/com/gps/hibernate/Contact.java 41 fieldCommentRequirement Required
15115 src/com/gps/hibernate/Contact.java 42 fieldCommentRequirement Required
15116 src/com/gps/hibernate/Contact.java 43 fieldCommentRequirement Required
15117 src/com/gps/hibernate/Contact.java 44 fieldCommentRequirement Required
15118 src/com/gps/hibernate/Contact.java 49 Document empty constructor
15119 src/com/gps/hibernate/Contact.java 53 Parameter 'contactId' is not assigned and could be declared final
15120 src/com/gps/hibernate/Contact.java 58 Avoid long parameter lists.
15121 src/com/gps/hibernate/Contact.java 58 Parameter 'companyId' is not assigned and could be declared final
15122 src/com/gps/hibernate/Contact.java 58 Parameter 'contactId' is not assigned and could be declared final
15123 src/com/gps/hibernate/Contact.java 58 Parameter 'userId' is not assigned and could be declared final
15124 src/com/gps/hibernate/Contact.java 59 Parameter 'createDate' is not assigned and could be declared final
15125 src/com/gps/hibernate/Contact.java 59 Parameter 'modifiedDate' is not assigned and could be declared final
15126 src/com/gps/hibernate/Contact.java 59 Parameter 'userName' is not assigned and could be declared final
15127 src/com/gps/hibernate/Contact.java 60 Parameter 'accountId' is not assigned and could be declared final
15128 src/com/gps/hibernate/Contact.java 60 Parameter 'firstName' is not assigned and could be declared final
15129 src/com/gps/hibernate/Contact.java 60 Parameter 'parentContactId' is not assigned and could be declared final
15130 src/com/gps/hibernate/Contact.java 61 Parameter 'lastName' is not assigned and could be declared final
15131 src/com/gps/hibernate/Contact.java 61 Parameter 'middleName' is not assigned and could be declared final
15132 src/com/gps/hibernate/Contact.java 61 Parameter 'prefixId' is not assigned and could be declared final
15133 src/com/gps/hibernate/Contact.java 62 Parameter 'birthday' is not assigned and could be declared final
15134 src/com/gps/hibernate/Contact.java 62 Parameter 'male' is not assigned and could be declared final
15135 src/com/gps/hibernate/Contact.java 62 Parameter 'smsSn' is not assigned and could be declared final
15136 src/com/gps/hibernate/Contact.java 62 Parameter 'suffixId' is not assigned and could be declared final
15137 src/com/gps/hibernate/Contact.java 63 Parameter 'aimSn' is not assigned and could be declared final
15138 src/com/gps/hibernate/Contact.java 63 Parameter 'facebookSn' is not assigned and could be declared final
15139 src/com/gps/hibernate/Contact.java 63 Parameter 'icqSn' is not assigned and could be declared final
15140 src/com/gps/hibernate/Contact.java 63 Parameter 'jabberSn' is not assigned and could be declared final
15141 src/com/gps/hibernate/Contact.java 64 Parameter 'msnSn' is not assigned and could be declared final
15142 src/com/gps/hibernate/Contact.java 64 Parameter 'mySpaceSn' is not assigned and could be declared final
15143 src/com/gps/hibernate/Contact.java 64 Parameter 'skypeSn' is not assigned and could be declared final
15144 src/com/gps/hibernate/Contact.java 64 Parameter 'twitterSn' is not assigned and could be declared final
15145 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeNumber' is not assigned and could be declared final
15146 src/com/gps/hibernate/Contact.java 65 Parameter 'employeeStatusId' is not assigned and could be declared final
15147 src/com/gps/hibernate/Contact.java 65 Parameter 'ymSn' is not assigned and could be declared final
15148 src/com/gps/hibernate/Contact.java 66 Parameter 'hoursOfOperation' is not assigned and could be declared final
15149 src/com/gps/hibernate/Contact.java 66 Parameter 'jobClass' is not assigned and could be declared final
15150 src/com/gps/hibernate/Contact.java 66 Parameter 'jobTitle' is not assigned and could be declared final
15151 src/com/gps/hibernate/Contact.java 101 publicMethodCommentRequirement Required
15152 src/com/gps/hibernate/Contact.java 105 Parameter 'contactId' is not assigned and could be declared final
15153 src/com/gps/hibernate/Contact.java 105 publicMethodCommentRequirement Required
15154 src/com/gps/hibernate/Contact.java 109 publicMethodCommentRequirement Required
15155 src/com/gps/hibernate/Contact.java 113 Parameter 'companyId' is not assigned and could be declared final
15156 src/com/gps/hibernate/Contact.java 113 publicMethodCommentRequirement Required
15157 src/com/gps/hibernate/Contact.java 117 publicMethodCommentRequirement Required
15158 src/com/gps/hibernate/Contact.java 121 Parameter 'userId' is not assigned and could be declared final
15159 src/com/gps/hibernate/Contact.java 121 publicMethodCommentRequirement Required
15160 src/com/gps/hibernate/Contact.java 125 publicMethodCommentRequirement Required
15161 src/com/gps/hibernate/Contact.java 129 Parameter 'userName' is not assigned and could be declared final
15162 src/com/gps/hibernate/Contact.java 129 publicMethodCommentRequirement Required
15163 src/com/gps/hibernate/Contact.java 133 publicMethodCommentRequirement Required
15164 src/com/gps/hibernate/Contact.java 137 Parameter 'createDate' is not assigned and could be declared final
15165 src/com/gps/hibernate/Contact.java 137 publicMethodCommentRequirement Required
15166 src/com/gps/hibernate/Contact.java 141 publicMethodCommentRequirement Required
15167 src/com/gps/hibernate/Contact.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
15168 src/com/gps/hibernate/Contact.java 145 publicMethodCommentRequirement Required
15169 src/com/gps/hibernate/Contact.java 149 publicMethodCommentRequirement Required
15170 src/com/gps/hibernate/Contact.java 153 Parameter 'accountId' is not assigned and could be declared final
15171 src/com/gps/hibernate/Contact.java 153 publicMethodCommentRequirement Required
15172 src/com/gps/hibernate/Contact.java 157 publicMethodCommentRequirement Required
15173 src/com/gps/hibernate/Contact.java 161 Parameter 'parentContactId' is not assigned and could be declared final
15174 src/com/gps/hibernate/Contact.java 161 publicMethodCommentRequirement Required
15175 src/com/gps/hibernate/Contact.java 165 publicMethodCommentRequirement Required
15176 src/com/gps/hibernate/Contact.java 169 Parameter 'firstName' is not assigned and could be declared final
15177 src/com/gps/hibernate/Contact.java 169 publicMethodCommentRequirement Required
15178 src/com/gps/hibernate/Contact.java 173 publicMethodCommentRequirement Required
15179 src/com/gps/hibernate/Contact.java 177 Parameter 'middleName' is not assigned and could be declared final
15180 src/com/gps/hibernate/Contact.java 177 publicMethodCommentRequirement Required
15181 src/com/gps/hibernate/Contact.java 181 publicMethodCommentRequirement Required
15182 src/com/gps/hibernate/Contact.java 185 Parameter 'lastName' is not assigned and could be declared final
15183 src/com/gps/hibernate/Contact.java 185 publicMethodCommentRequirement Required
15184 src/com/gps/hibernate/Contact.java 189 publicMethodCommentRequirement Required
15185 src/com/gps/hibernate/Contact.java 193 Parameter 'prefixId' is not assigned and could be declared final
15186 src/com/gps/hibernate/Contact.java 193 publicMethodCommentRequirement Required
15187 src/com/gps/hibernate/Contact.java 197 publicMethodCommentRequirement Required
15188 src/com/gps/hibernate/Contact.java 201 Parameter 'suffixId' is not assigned and could be declared final
15189 src/com/gps/hibernate/Contact.java 201 publicMethodCommentRequirement Required
15190 src/com/gps/hibernate/Contact.java 205 publicMethodCommentRequirement Required
15191 src/com/gps/hibernate/Contact.java 209 Parameter 'male' is not assigned and could be declared final
15192 src/com/gps/hibernate/Contact.java 209 publicMethodCommentRequirement Required
15193 src/com/gps/hibernate/Contact.java 213 publicMethodCommentRequirement Required
15194 src/com/gps/hibernate/Contact.java 217 Parameter 'birthday' is not assigned and could be declared final
15195 src/com/gps/hibernate/Contact.java 217 publicMethodCommentRequirement Required
15196 src/com/gps/hibernate/Contact.java 221 publicMethodCommentRequirement Required
15197 src/com/gps/hibernate/Contact.java 225 Parameter 'smsSn' is not assigned and could be declared final
15198 src/com/gps/hibernate/Contact.java 225 publicMethodCommentRequirement Required
15199 src/com/gps/hibernate/Contact.java 229 publicMethodCommentRequirement Required
15200 src/com/gps/hibernate/Contact.java 233 Parameter 'aimSn' is not assigned and could be declared final
15201 src/com/gps/hibernate/Contact.java 233 publicMethodCommentRequirement Required
15202 src/com/gps/hibernate/Contact.java 237 publicMethodCommentRequirement Required
15203 src/com/gps/hibernate/Contact.java 241 Parameter 'facebookSn' is not assigned and could be declared final
15204 src/com/gps/hibernate/Contact.java 241 publicMethodCommentRequirement Required
15205 src/com/gps/hibernate/Contact.java 245 publicMethodCommentRequirement Required
15206 src/com/gps/hibernate/Contact.java 249 Parameter 'icqSn' is not assigned and could be declared final
15207 src/com/gps/hibernate/Contact.java 249 publicMethodCommentRequirement Required
15208 src/com/gps/hibernate/Contact.java 253 publicMethodCommentRequirement Required
15209 src/com/gps/hibernate/Contact.java 257 Parameter 'jabberSn' is not assigned and could be declared final
15210 src/com/gps/hibernate/Contact.java 257 publicMethodCommentRequirement Required
15211 src/com/gps/hibernate/Contact.java 261 publicMethodCommentRequirement Required
15212 src/com/gps/hibernate/Contact.java 265 Parameter 'msnSn' is not assigned and could be declared final
15213 src/com/gps/hibernate/Contact.java 265 publicMethodCommentRequirement Required
15214 src/com/gps/hibernate/Contact.java 269 publicMethodCommentRequirement Required
15215 src/com/gps/hibernate/Contact.java 273 Parameter 'mySpaceSn' is not assigned and could be declared final
15216 src/com/gps/hibernate/Contact.java 273 publicMethodCommentRequirement Required
15217 src/com/gps/hibernate/Contact.java 277 publicMethodCommentRequirement Required
15218 src/com/gps/hibernate/Contact.java 281 Parameter 'skypeSn' is not assigned and could be declared final
15219 src/com/gps/hibernate/Contact.java 281 publicMethodCommentRequirement Required
15220 src/com/gps/hibernate/Contact.java 285 publicMethodCommentRequirement Required
15221 src/com/gps/hibernate/Contact.java 289 Parameter 'twitterSn' is not assigned and could be declared final
15222 src/com/gps/hibernate/Contact.java 289 publicMethodCommentRequirement Required
15223 src/com/gps/hibernate/Contact.java 293 publicMethodCommentRequirement Required
15224 src/com/gps/hibernate/Contact.java 297 Parameter 'ymSn' is not assigned and could be declared final
15225 src/com/gps/hibernate/Contact.java 297 publicMethodCommentRequirement Required
15226 src/com/gps/hibernate/Contact.java 301 publicMethodCommentRequirement Required
15227 src/com/gps/hibernate/Contact.java 305 Parameter 'employeeStatusId' is not assigned and could be declared final
15228 src/com/gps/hibernate/Contact.java 305 publicMethodCommentRequirement Required
15229 src/com/gps/hibernate/Contact.java 309 publicMethodCommentRequirement Required
15230 src/com/gps/hibernate/Contact.java 313 Parameter 'employeeNumber' is not assigned and could be declared final
15231 src/com/gps/hibernate/Contact.java 313 publicMethodCommentRequirement Required
15232 src/com/gps/hibernate/Contact.java 317 publicMethodCommentRequirement Required
15233 src/com/gps/hibernate/Contact.java 321 Parameter 'jobTitle' is not assigned and could be declared final
15234 src/com/gps/hibernate/Contact.java 321 publicMethodCommentRequirement Required
15235 src/com/gps/hibernate/Contact.java 325 publicMethodCommentRequirement Required
15236 src/com/gps/hibernate/Contact.java 329 Parameter 'jobClass' is not assigned and could be declared final
15237 src/com/gps/hibernate/Contact.java 329 publicMethodCommentRequirement Required
15238 src/com/gps/hibernate/Contact.java 333 publicMethodCommentRequirement Required
15239 src/com/gps/hibernate/Contact.java 337 Parameter 'hoursOfOperation' is not assigned and could be declared final
15240 src/com/gps/hibernate/Contact.java 337 publicMethodCommentRequirement Required
15241 src/com/gps/hibernate/ContactDAO.java 3 Avoid unused imports such as 'java.util.Date'
15242 src/com/gps/hibernate/ContactDAO.java 11 Comment is too large: Too many lines
15243 src/com/gps/hibernate/ContactDAO.java 23 This class has too many methods, consider refactoring it.
15244 src/com/gps/hibernate/ContactDAO.java 24 Logger should be defined private static final and have the correct class
15245 src/com/gps/hibernate/ContactDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
15246 src/com/gps/hibernate/ContactDAO.java 24 fieldCommentRequirement Required
15247 src/com/gps/hibernate/ContactDAO.java 26 fieldCommentRequirement Required
15248 src/com/gps/hibernate/ContactDAO.java 27 fieldCommentRequirement Required
15249 src/com/gps/hibernate/ContactDAO.java 28 fieldCommentRequirement Required
15250 src/com/gps/hibernate/ContactDAO.java 29 fieldCommentRequirement Required
15251 src/com/gps/hibernate/ContactDAO.java 30 fieldCommentRequirement Required
15252 src/com/gps/hibernate/ContactDAO.java 31 fieldCommentRequirement Required
15253 src/com/gps/hibernate/ContactDAO.java 32 fieldCommentRequirement Required
15254 src/com/gps/hibernate/ContactDAO.java 33 fieldCommentRequirement Required
15255 src/com/gps/hibernate/ContactDAO.java 34 fieldCommentRequirement Required
15256 src/com/gps/hibernate/ContactDAO.java 35 fieldCommentRequirement Required
15257 src/com/gps/hibernate/ContactDAO.java 36 fieldCommentRequirement Required
15258 src/com/gps/hibernate/ContactDAO.java 37 fieldCommentRequirement Required
15259 src/com/gps/hibernate/ContactDAO.java 38 fieldCommentRequirement Required
15260 src/com/gps/hibernate/ContactDAO.java 39 fieldCommentRequirement Required
15261 src/com/gps/hibernate/ContactDAO.java 40 fieldCommentRequirement Required
15262 src/com/gps/hibernate/ContactDAO.java 41 fieldCommentRequirement Required
15263 src/com/gps/hibernate/ContactDAO.java 42 fieldCommentRequirement Required
15264 src/com/gps/hibernate/ContactDAO.java 43 fieldCommentRequirement Required
15265 src/com/gps/hibernate/ContactDAO.java 44 fieldCommentRequirement Required
15266 src/com/gps/hibernate/ContactDAO.java 45 fieldCommentRequirement Required
15267 src/com/gps/hibernate/ContactDAO.java 46 fieldCommentRequirement Required
15268 src/com/gps/hibernate/ContactDAO.java 47 Avoid excessively long variable names like EMPLOYEE_STATUS_ID
15269 src/com/gps/hibernate/ContactDAO.java 47 fieldCommentRequirement Required
15270 src/com/gps/hibernate/ContactDAO.java 48 fieldCommentRequirement Required
15271 src/com/gps/hibernate/ContactDAO.java 49 fieldCommentRequirement Required
15272 src/com/gps/hibernate/ContactDAO.java 50 fieldCommentRequirement Required
15273 src/com/gps/hibernate/ContactDAO.java 51 Avoid excessively long variable names like HOURS_OF_OPERATION
15274 src/com/gps/hibernate/ContactDAO.java 51 fieldCommentRequirement Required
15275 src/com/gps/hibernate/ContactDAO.java 53 Parameter 'transientInstance' is not assigned and could be declared final
15276 src/com/gps/hibernate/ContactDAO.java 53 publicMethodCommentRequirement Required
15277 src/com/gps/hibernate/ContactDAO.java 54 There is log block not surrounded by if
15278 src/com/gps/hibernate/ContactDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15279 src/com/gps/hibernate/ContactDAO.java 56 Potential violation of Law of Demeter (method chain calls)
15280 src/com/gps/hibernate/ContactDAO.java 57 There is log block not surrounded by if
15281 src/com/gps/hibernate/ContactDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15282 src/com/gps/hibernate/ContactDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15283 src/com/gps/hibernate/ContactDAO.java 59 There is log block not surrounded by if
15284 src/com/gps/hibernate/ContactDAO.java 64 Avoid excessively long variable names like persistentInstance
15285 src/com/gps/hibernate/ContactDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
15286 src/com/gps/hibernate/ContactDAO.java 64 publicMethodCommentRequirement Required
15287 src/com/gps/hibernate/ContactDAO.java 65 There is log block not surrounded by if
15288 src/com/gps/hibernate/ContactDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15289 src/com/gps/hibernate/ContactDAO.java 67 Potential violation of Law of Demeter (method chain calls)
15290 src/com/gps/hibernate/ContactDAO.java 68 There is log block not surrounded by if
15291 src/com/gps/hibernate/ContactDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15292 src/com/gps/hibernate/ContactDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15293 src/com/gps/hibernate/ContactDAO.java 70 There is log block not surrounded by if
15294 src/com/gps/hibernate/ContactDAO.java 75 Avoid variables with short names like id
15295 src/com/gps/hibernate/ContactDAO.java 75 Parameter 'id' is not assigned and could be declared final
15296 src/com/gps/hibernate/ContactDAO.java 75 publicMethodCommentRequirement Required
15297 src/com/gps/hibernate/ContactDAO.java 76 There is log block not surrounded by if
15298 src/com/gps/hibernate/ContactDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15299 src/com/gps/hibernate/ContactDAO.java 78 Local variable 'instance' could be declared final
15300 src/com/gps/hibernate/ContactDAO.java 78 Potential violation of Law of Demeter (method chain calls)
15301 src/com/gps/hibernate/ContactDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15302 src/com/gps/hibernate/ContactDAO.java 82 There is log block not surrounded by if
15303 src/com/gps/hibernate/ContactDAO.java 87 Parameter 'instance' is not assigned and could be declared final
15304 src/com/gps/hibernate/ContactDAO.java 87 publicMethodCommentRequirement Required
15305 src/com/gps/hibernate/ContactDAO.java 88 There is log block not surrounded by if
15306 src/com/gps/hibernate/ContactDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15307 src/com/gps/hibernate/ContactDAO.java 90 Local variable 'results' could be declared final
15308 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
15309 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
15310 src/com/gps/hibernate/ContactDAO.java 90 Potential violation of Law of Demeter (method chain calls)
15311 src/com/gps/hibernate/ContactDAO.java 93 There is log block not surrounded by if
15312 src/com/gps/hibernate/ContactDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15313 src/com/gps/hibernate/ContactDAO.java 94 Potential violation of Law of Demeter (object not created locally)
15314 src/com/gps/hibernate/ContactDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15315 src/com/gps/hibernate/ContactDAO.java 97 There is log block not surrounded by if
15316 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
15317 src/com/gps/hibernate/ContactDAO.java 102 Parameter 'value' is not assigned and could be declared final
15318 src/com/gps/hibernate/ContactDAO.java 102 publicMethodCommentRequirement Required
15319 src/com/gps/hibernate/ContactDAO.java 103 There is log block not surrounded by if
15320 src/com/gps/hibernate/ContactDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15321 src/com/gps/hibernate/ContactDAO.java 106 Local variable 'queryString' could be declared final
15322 src/com/gps/hibernate/ContactDAO.java 108 Local variable 'queryObject' could be declared final
15323 src/com/gps/hibernate/ContactDAO.java 108 Potential violation of Law of Demeter (method chain calls)
15324 src/com/gps/hibernate/ContactDAO.java 109 Potential violation of Law of Demeter (object not created locally)
15325 src/com/gps/hibernate/ContactDAO.java 110 Potential violation of Law of Demeter (object not created locally)
15326 src/com/gps/hibernate/ContactDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15327 src/com/gps/hibernate/ContactDAO.java 112 There is log block not surrounded by if
15328 src/com/gps/hibernate/ContactDAO.java 117 Parameter 'companyId' is not assigned and could be declared final
15329 src/com/gps/hibernate/ContactDAO.java 117 publicMethodCommentRequirement Required
15330 src/com/gps/hibernate/ContactDAO.java 121 Parameter 'userId' is not assigned and could be declared final
15331 src/com/gps/hibernate/ContactDAO.java 121 publicMethodCommentRequirement Required
15332 src/com/gps/hibernate/ContactDAO.java 125 Parameter 'userName' is not assigned and could be declared final
15333 src/com/gps/hibernate/ContactDAO.java 125 publicMethodCommentRequirement Required
15334 src/com/gps/hibernate/ContactDAO.java 129 Parameter 'accountId' is not assigned and could be declared final
15335 src/com/gps/hibernate/ContactDAO.java 129 publicMethodCommentRequirement Required
15336 src/com/gps/hibernate/ContactDAO.java 133 Parameter 'parentContactId' is not assigned and could be declared final
15337 src/com/gps/hibernate/ContactDAO.java 133 publicMethodCommentRequirement Required
15338 src/com/gps/hibernate/ContactDAO.java 137 Parameter 'firstName' is not assigned and could be declared final
15339 src/com/gps/hibernate/ContactDAO.java 137 publicMethodCommentRequirement Required
15340 src/com/gps/hibernate/ContactDAO.java 141 Parameter 'middleName' is not assigned and could be declared final
15341 src/com/gps/hibernate/ContactDAO.java 141 publicMethodCommentRequirement Required
15342 src/com/gps/hibernate/ContactDAO.java 145 Parameter 'lastName' is not assigned and could be declared final
15343 src/com/gps/hibernate/ContactDAO.java 145 publicMethodCommentRequirement Required
15344 src/com/gps/hibernate/ContactDAO.java 149 Parameter 'prefixId' is not assigned and could be declared final
15345 src/com/gps/hibernate/ContactDAO.java 149 publicMethodCommentRequirement Required
15346 src/com/gps/hibernate/ContactDAO.java 153 Parameter 'suffixId' is not assigned and could be declared final
15347 src/com/gps/hibernate/ContactDAO.java 153 publicMethodCommentRequirement Required
15348 src/com/gps/hibernate/ContactDAO.java 157 Parameter 'male' is not assigned and could be declared final
15349 src/com/gps/hibernate/ContactDAO.java 157 publicMethodCommentRequirement Required
15350 src/com/gps/hibernate/ContactDAO.java 161 Parameter 'smsSn' is not assigned and could be declared final
15351 src/com/gps/hibernate/ContactDAO.java 161 publicMethodCommentRequirement Required
15352 src/com/gps/hibernate/ContactDAO.java 165 Parameter 'aimSn' is not assigned and could be declared final
15353 src/com/gps/hibernate/ContactDAO.java 165 publicMethodCommentRequirement Required
15354 src/com/gps/hibernate/ContactDAO.java 169 Parameter 'facebookSn' is not assigned and could be declared final
15355 src/com/gps/hibernate/ContactDAO.java 169 publicMethodCommentRequirement Required
15356 src/com/gps/hibernate/ContactDAO.java 173 Parameter 'icqSn' is not assigned and could be declared final
15357 src/com/gps/hibernate/ContactDAO.java 173 publicMethodCommentRequirement Required
15358 src/com/gps/hibernate/ContactDAO.java 177 Parameter 'jabberSn' is not assigned and could be declared final
15359 src/com/gps/hibernate/ContactDAO.java 177 publicMethodCommentRequirement Required
15360 src/com/gps/hibernate/ContactDAO.java 181 Parameter 'msnSn' is not assigned and could be declared final
15361 src/com/gps/hibernate/ContactDAO.java 181 publicMethodCommentRequirement Required
15362 src/com/gps/hibernate/ContactDAO.java 185 Parameter 'mySpaceSn' is not assigned and could be declared final
15363 src/com/gps/hibernate/ContactDAO.java 185 publicMethodCommentRequirement Required
15364 src/com/gps/hibernate/ContactDAO.java 189 Parameter 'skypeSn' is not assigned and could be declared final
15365 src/com/gps/hibernate/ContactDAO.java 189 publicMethodCommentRequirement Required
15366 src/com/gps/hibernate/ContactDAO.java 193 Parameter 'twitterSn' is not assigned and could be declared final
15367 src/com/gps/hibernate/ContactDAO.java 193 publicMethodCommentRequirement Required
15368 src/com/gps/hibernate/ContactDAO.java 197 Parameter 'ymSn' is not assigned and could be declared final
15369 src/com/gps/hibernate/ContactDAO.java 197 publicMethodCommentRequirement Required
15370 src/com/gps/hibernate/ContactDAO.java 201 Parameter 'employeeStatusId' is not assigned and could be declared final
15371 src/com/gps/hibernate/ContactDAO.java 201 publicMethodCommentRequirement Required
15372 src/com/gps/hibernate/ContactDAO.java 205 Parameter 'employeeNumber' is not assigned and could be declared final
15373 src/com/gps/hibernate/ContactDAO.java 205 publicMethodCommentRequirement Required
15374 src/com/gps/hibernate/ContactDAO.java 209 Parameter 'jobTitle' is not assigned and could be declared final
15375 src/com/gps/hibernate/ContactDAO.java 209 publicMethodCommentRequirement Required
15376 src/com/gps/hibernate/ContactDAO.java 213 Parameter 'jobClass' is not assigned and could be declared final
15377 src/com/gps/hibernate/ContactDAO.java 213 publicMethodCommentRequirement Required
15378 src/com/gps/hibernate/ContactDAO.java 217 Parameter 'hoursOfOperation' is not assigned and could be declared final
15379 src/com/gps/hibernate/ContactDAO.java 217 publicMethodCommentRequirement Required
15380 src/com/gps/hibernate/ContactDAO.java 221 publicMethodCommentRequirement Required
15381 src/com/gps/hibernate/ContactDAO.java 222 There is log block not surrounded by if
15382 src/com/gps/hibernate/ContactDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15383 src/com/gps/hibernate/ContactDAO.java 224 Local variable 'queryString' could be declared final
15384 src/com/gps/hibernate/ContactDAO.java 225 Local variable 'queryObject' could be declared final
15385 src/com/gps/hibernate/ContactDAO.java 225 Potential violation of Law of Demeter (method chain calls)
15386 src/com/gps/hibernate/ContactDAO.java 226 Potential violation of Law of Demeter (object not created locally)
15387 src/com/gps/hibernate/ContactDAO.java 227 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15388 src/com/gps/hibernate/ContactDAO.java 228 There is log block not surrounded by if
15389 src/com/gps/hibernate/ContactDAO.java 233 Parameter 'detachedInstance' is not assigned and could be declared final
15390 src/com/gps/hibernate/ContactDAO.java 233 publicMethodCommentRequirement Required
15391 src/com/gps/hibernate/ContactDAO.java 234 There is log block not surrounded by if
15392 src/com/gps/hibernate/ContactDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15393 src/com/gps/hibernate/ContactDAO.java 236 Local variable 'result' could be declared final
15394 src/com/gps/hibernate/ContactDAO.java 236 Potential violation of Law of Demeter (method chain calls)
15395 src/com/gps/hibernate/ContactDAO.java 237 There is log block not surrounded by if
15396 src/com/gps/hibernate/ContactDAO.java 237 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15397 src/com/gps/hibernate/ContactDAO.java 239 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15398 src/com/gps/hibernate/ContactDAO.java 240 There is log block not surrounded by if
15399 src/com/gps/hibernate/ContactDAO.java 245 Parameter 'instance' is not assigned and could be declared final
15400 src/com/gps/hibernate/ContactDAO.java 245 publicMethodCommentRequirement Required
15401 src/com/gps/hibernate/ContactDAO.java 246 There is log block not surrounded by if
15402 src/com/gps/hibernate/ContactDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15403 src/com/gps/hibernate/ContactDAO.java 248 Potential violation of Law of Demeter (method chain calls)
15404 src/com/gps/hibernate/ContactDAO.java 249 There is log block not surrounded by if
15405 src/com/gps/hibernate/ContactDAO.java 249 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15406 src/com/gps/hibernate/ContactDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15407 src/com/gps/hibernate/ContactDAO.java 251 There is log block not surrounded by if
15408 src/com/gps/hibernate/ContactDAO.java 256 Parameter 'instance' is not assigned and could be declared final
15409 src/com/gps/hibernate/ContactDAO.java 256 publicMethodCommentRequirement Required
15410 src/com/gps/hibernate/ContactDAO.java 257 There is log block not surrounded by if
15411 src/com/gps/hibernate/ContactDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15412 src/com/gps/hibernate/ContactDAO.java 259 Potential violation of Law of Demeter (method chain calls)
15413 src/com/gps/hibernate/ContactDAO.java 260 There is log block not surrounded by if
15414 src/com/gps/hibernate/ContactDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15415 src/com/gps/hibernate/ContactDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15416 src/com/gps/hibernate/ContactDAO.java 262 There is log block not surrounded by if
15417 src/com/gps/hibernate/Counter.java 9 Classes implementing Serializable should set a serialVersionUID
15418 src/com/gps/hibernate/Counter.java 13 fieldCommentRequirement Required
15419 src/com/gps/hibernate/Counter.java 14 fieldCommentRequirement Required
15420 src/com/gps/hibernate/Counter.java 19 Document empty constructor
15421 src/com/gps/hibernate/Counter.java 23 Parameter 'name' is not assigned and could be declared final
15422 src/com/gps/hibernate/Counter.java 28 Parameter 'currentId' is not assigned and could be declared final
15423 src/com/gps/hibernate/Counter.java 28 Parameter 'name' is not assigned and could be declared final
15424 src/com/gps/hibernate/Counter.java 35 publicMethodCommentRequirement Required
15425 src/com/gps/hibernate/Counter.java 39 Parameter 'name' is not assigned and could be declared final
15426 src/com/gps/hibernate/Counter.java 39 publicMethodCommentRequirement Required
15427 src/com/gps/hibernate/Counter.java 43 publicMethodCommentRequirement Required
15428 src/com/gps/hibernate/Counter.java 47 Parameter 'currentId' is not assigned and could be declared final
15429 src/com/gps/hibernate/Counter.java 47 publicMethodCommentRequirement Required
15430 src/com/gps/hibernate/CounterDAO.java 10 Comment is too large: Too many lines
15431 src/com/gps/hibernate/CounterDAO.java 23 Logger should be defined private static final and have the correct class
15432 src/com/gps/hibernate/CounterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15433 src/com/gps/hibernate/CounterDAO.java 23 fieldCommentRequirement Required
15434 src/com/gps/hibernate/CounterDAO.java 25 fieldCommentRequirement Required
15435 src/com/gps/hibernate/CounterDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
15436 src/com/gps/hibernate/CounterDAO.java 27 publicMethodCommentRequirement Required
15437 src/com/gps/hibernate/CounterDAO.java 28 There is log block not surrounded by if
15438 src/com/gps/hibernate/CounterDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15439 src/com/gps/hibernate/CounterDAO.java 30 Potential violation of Law of Demeter (method chain calls)
15440 src/com/gps/hibernate/CounterDAO.java 31 There is log block not surrounded by if
15441 src/com/gps/hibernate/CounterDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15442 src/com/gps/hibernate/CounterDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15443 src/com/gps/hibernate/CounterDAO.java 33 There is log block not surrounded by if
15444 src/com/gps/hibernate/CounterDAO.java 38 Avoid excessively long variable names like persistentInstance
15445 src/com/gps/hibernate/CounterDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
15446 src/com/gps/hibernate/CounterDAO.java 38 publicMethodCommentRequirement Required
15447 src/com/gps/hibernate/CounterDAO.java 39 There is log block not surrounded by if
15448 src/com/gps/hibernate/CounterDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15449 src/com/gps/hibernate/CounterDAO.java 41 Potential violation of Law of Demeter (method chain calls)
15450 src/com/gps/hibernate/CounterDAO.java 42 There is log block not surrounded by if
15451 src/com/gps/hibernate/CounterDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15452 src/com/gps/hibernate/CounterDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15453 src/com/gps/hibernate/CounterDAO.java 44 There is log block not surrounded by if
15454 src/com/gps/hibernate/CounterDAO.java 49 Avoid variables with short names like id
15455 src/com/gps/hibernate/CounterDAO.java 49 Parameter 'id' is not assigned and could be declared final
15456 src/com/gps/hibernate/CounterDAO.java 49 publicMethodCommentRequirement Required
15457 src/com/gps/hibernate/CounterDAO.java 50 There is log block not surrounded by if
15458 src/com/gps/hibernate/CounterDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15459 src/com/gps/hibernate/CounterDAO.java 52 Local variable 'instance' could be declared final
15460 src/com/gps/hibernate/CounterDAO.java 52 Potential violation of Law of Demeter (method chain calls)
15461 src/com/gps/hibernate/CounterDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15462 src/com/gps/hibernate/CounterDAO.java 56 There is log block not surrounded by if
15463 src/com/gps/hibernate/CounterDAO.java 61 Parameter 'instance' is not assigned and could be declared final
15464 src/com/gps/hibernate/CounterDAO.java 61 publicMethodCommentRequirement Required
15465 src/com/gps/hibernate/CounterDAO.java 62 There is log block not surrounded by if
15466 src/com/gps/hibernate/CounterDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15467 src/com/gps/hibernate/CounterDAO.java 64 Local variable 'results' could be declared final
15468 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15469 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15470 src/com/gps/hibernate/CounterDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15471 src/com/gps/hibernate/CounterDAO.java 67 There is log block not surrounded by if
15472 src/com/gps/hibernate/CounterDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15473 src/com/gps/hibernate/CounterDAO.java 68 Potential violation of Law of Demeter (object not created locally)
15474 src/com/gps/hibernate/CounterDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15475 src/com/gps/hibernate/CounterDAO.java 71 There is log block not surrounded by if
15476 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
15477 src/com/gps/hibernate/CounterDAO.java 76 Parameter 'value' is not assigned and could be declared final
15478 src/com/gps/hibernate/CounterDAO.java 76 publicMethodCommentRequirement Required
15479 src/com/gps/hibernate/CounterDAO.java 77 There is log block not surrounded by if
15480 src/com/gps/hibernate/CounterDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15481 src/com/gps/hibernate/CounterDAO.java 80 Local variable 'queryString' could be declared final
15482 src/com/gps/hibernate/CounterDAO.java 82 Local variable 'queryObject' could be declared final
15483 src/com/gps/hibernate/CounterDAO.java 82 Potential violation of Law of Demeter (method chain calls)
15484 src/com/gps/hibernate/CounterDAO.java 83 Potential violation of Law of Demeter (object not created locally)
15485 src/com/gps/hibernate/CounterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
15486 src/com/gps/hibernate/CounterDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15487 src/com/gps/hibernate/CounterDAO.java 86 There is log block not surrounded by if
15488 src/com/gps/hibernate/CounterDAO.java 91 Parameter 'currentId' is not assigned and could be declared final
15489 src/com/gps/hibernate/CounterDAO.java 91 publicMethodCommentRequirement Required
15490 src/com/gps/hibernate/CounterDAO.java 95 publicMethodCommentRequirement Required
15491 src/com/gps/hibernate/CounterDAO.java 96 There is log block not surrounded by if
15492 src/com/gps/hibernate/CounterDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15493 src/com/gps/hibernate/CounterDAO.java 98 Local variable 'queryString' could be declared final
15494 src/com/gps/hibernate/CounterDAO.java 99 Local variable 'queryObject' could be declared final
15495 src/com/gps/hibernate/CounterDAO.java 99 Potential violation of Law of Demeter (method chain calls)
15496 src/com/gps/hibernate/CounterDAO.java 100 Potential violation of Law of Demeter (object not created locally)
15497 src/com/gps/hibernate/CounterDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15498 src/com/gps/hibernate/CounterDAO.java 102 There is log block not surrounded by if
15499 src/com/gps/hibernate/CounterDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
15500 src/com/gps/hibernate/CounterDAO.java 107 publicMethodCommentRequirement Required
15501 src/com/gps/hibernate/CounterDAO.java 108 There is log block not surrounded by if
15502 src/com/gps/hibernate/CounterDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15503 src/com/gps/hibernate/CounterDAO.java 110 Local variable 'result' could be declared final
15504 src/com/gps/hibernate/CounterDAO.java 110 Potential violation of Law of Demeter (method chain calls)
15505 src/com/gps/hibernate/CounterDAO.java 111 There is log block not surrounded by if
15506 src/com/gps/hibernate/CounterDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15507 src/com/gps/hibernate/CounterDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15508 src/com/gps/hibernate/CounterDAO.java 114 There is log block not surrounded by if
15509 src/com/gps/hibernate/CounterDAO.java 119 Parameter 'instance' is not assigned and could be declared final
15510 src/com/gps/hibernate/CounterDAO.java 119 publicMethodCommentRequirement Required
15511 src/com/gps/hibernate/CounterDAO.java 120 There is log block not surrounded by if
15512 src/com/gps/hibernate/CounterDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15513 src/com/gps/hibernate/CounterDAO.java 122 Potential violation of Law of Demeter (method chain calls)
15514 src/com/gps/hibernate/CounterDAO.java 123 There is log block not surrounded by if
15515 src/com/gps/hibernate/CounterDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15516 src/com/gps/hibernate/CounterDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15517 src/com/gps/hibernate/CounterDAO.java 125 There is log block not surrounded by if
15518 src/com/gps/hibernate/CounterDAO.java 130 Parameter 'instance' is not assigned and could be declared final
15519 src/com/gps/hibernate/CounterDAO.java 130 publicMethodCommentRequirement Required
15520 src/com/gps/hibernate/CounterDAO.java 131 There is log block not surrounded by if
15521 src/com/gps/hibernate/CounterDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15522 src/com/gps/hibernate/CounterDAO.java 133 Potential violation of Law of Demeter (method chain calls)
15523 src/com/gps/hibernate/CounterDAO.java 134 There is log block not surrounded by if
15524 src/com/gps/hibernate/CounterDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15525 src/com/gps/hibernate/CounterDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15526 src/com/gps/hibernate/CounterDAO.java 136 There is log block not surrounded by if
15527 src/com/gps/hibernate/Country.java 9 Classes implementing Serializable should set a serialVersionUID
15528 src/com/gps/hibernate/Country.java 13 fieldCommentRequirement Required
15529 src/com/gps/hibernate/Country.java 14 fieldCommentRequirement Required
15530 src/com/gps/hibernate/Country.java 15 Avoid variables with short names like a2
15531 src/com/gps/hibernate/Country.java 15 fieldCommentRequirement Required
15532 src/com/gps/hibernate/Country.java 16 Avoid variables with short names like a3
15533 src/com/gps/hibernate/Country.java 16 fieldCommentRequirement Required
15534 src/com/gps/hibernate/Country.java 17 fieldCommentRequirement Required
15535 src/com/gps/hibernate/Country.java 18 fieldCommentRequirement Required
15536 src/com/gps/hibernate/Country.java 19 fieldCommentRequirement Required
15537 src/com/gps/hibernate/Country.java 24 Document empty constructor
15538 src/com/gps/hibernate/Country.java 28 Parameter 'countryId' is not assigned and could be declared final
15539 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a2
15540 src/com/gps/hibernate/Country.java 33 Avoid variables with short names like a3
15541 src/com/gps/hibernate/Country.java 33 Parameter 'a2' is not assigned and could be declared final
15542 src/com/gps/hibernate/Country.java 33 Parameter 'a3' is not assigned and could be declared final
15543 src/com/gps/hibernate/Country.java 33 Parameter 'countryId' is not assigned and could be declared final
15544 src/com/gps/hibernate/Country.java 33 Parameter 'name' is not assigned and could be declared final
15545 src/com/gps/hibernate/Country.java 34 Parameter 'active' is not assigned and could be declared final
15546 src/com/gps/hibernate/Country.java 34 Parameter 'idd' is not assigned and could be declared final
15547 src/com/gps/hibernate/Country.java 34 Parameter 'number' is not assigned and could be declared final
15548 src/com/gps/hibernate/Country.java 46 publicMethodCommentRequirement Required
15549 src/com/gps/hibernate/Country.java 50 Parameter 'countryId' is not assigned and could be declared final
15550 src/com/gps/hibernate/Country.java 50 publicMethodCommentRequirement Required
15551 src/com/gps/hibernate/Country.java 54 publicMethodCommentRequirement Required
15552 src/com/gps/hibernate/Country.java 58 Parameter 'name' is not assigned and could be declared final
15553 src/com/gps/hibernate/Country.java 58 publicMethodCommentRequirement Required
15554 src/com/gps/hibernate/Country.java 62 publicMethodCommentRequirement Required
15555 src/com/gps/hibernate/Country.java 66 Avoid variables with short names like a2
15556 src/com/gps/hibernate/Country.java 66 Parameter 'a2' is not assigned and could be declared final
15557 src/com/gps/hibernate/Country.java 66 publicMethodCommentRequirement Required
15558 src/com/gps/hibernate/Country.java 70 publicMethodCommentRequirement Required
15559 src/com/gps/hibernate/Country.java 74 Avoid variables with short names like a3
15560 src/com/gps/hibernate/Country.java 74 Parameter 'a3' is not assigned and could be declared final
15561 src/com/gps/hibernate/Country.java 74 publicMethodCommentRequirement Required
15562 src/com/gps/hibernate/Country.java 78 publicMethodCommentRequirement Required
15563 src/com/gps/hibernate/Country.java 82 Parameter 'number' is not assigned and could be declared final
15564 src/com/gps/hibernate/Country.java 82 publicMethodCommentRequirement Required
15565 src/com/gps/hibernate/Country.java 86 publicMethodCommentRequirement Required
15566 src/com/gps/hibernate/Country.java 90 Parameter 'idd' is not assigned and could be declared final
15567 src/com/gps/hibernate/Country.java 90 publicMethodCommentRequirement Required
15568 src/com/gps/hibernate/Country.java 94 publicMethodCommentRequirement Required
15569 src/com/gps/hibernate/Country.java 98 Parameter 'active' is not assigned and could be declared final
15570 src/com/gps/hibernate/Country.java 98 publicMethodCommentRequirement Required
15571 src/com/gps/hibernate/CountryDAO.java 10 Comment is too large: Too many lines
15572 src/com/gps/hibernate/CountryDAO.java 22 This class has too many methods, consider refactoring it.
15573 src/com/gps/hibernate/CountryDAO.java 23 Logger should be defined private static final and have the correct class
15574 src/com/gps/hibernate/CountryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15575 src/com/gps/hibernate/CountryDAO.java 23 fieldCommentRequirement Required
15576 src/com/gps/hibernate/CountryDAO.java 25 fieldCommentRequirement Required
15577 src/com/gps/hibernate/CountryDAO.java 26 Avoid variables with short names like A2
15578 src/com/gps/hibernate/CountryDAO.java 26 fieldCommentRequirement Required
15579 src/com/gps/hibernate/CountryDAO.java 27 Avoid variables with short names like A3
15580 src/com/gps/hibernate/CountryDAO.java 27 fieldCommentRequirement Required
15581 src/com/gps/hibernate/CountryDAO.java 28 fieldCommentRequirement Required
15582 src/com/gps/hibernate/CountryDAO.java 29 fieldCommentRequirement Required
15583 src/com/gps/hibernate/CountryDAO.java 30 fieldCommentRequirement Required
15584 src/com/gps/hibernate/CountryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
15585 src/com/gps/hibernate/CountryDAO.java 32 publicMethodCommentRequirement Required
15586 src/com/gps/hibernate/CountryDAO.java 33 There is log block not surrounded by if
15587 src/com/gps/hibernate/CountryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15588 src/com/gps/hibernate/CountryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
15589 src/com/gps/hibernate/CountryDAO.java 36 There is log block not surrounded by if
15590 src/com/gps/hibernate/CountryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15591 src/com/gps/hibernate/CountryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15592 src/com/gps/hibernate/CountryDAO.java 38 There is log block not surrounded by if
15593 src/com/gps/hibernate/CountryDAO.java 43 Avoid excessively long variable names like persistentInstance
15594 src/com/gps/hibernate/CountryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
15595 src/com/gps/hibernate/CountryDAO.java 43 publicMethodCommentRequirement Required
15596 src/com/gps/hibernate/CountryDAO.java 44 There is log block not surrounded by if
15597 src/com/gps/hibernate/CountryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15598 src/com/gps/hibernate/CountryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
15599 src/com/gps/hibernate/CountryDAO.java 47 There is log block not surrounded by if
15600 src/com/gps/hibernate/CountryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15601 src/com/gps/hibernate/CountryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15602 src/com/gps/hibernate/CountryDAO.java 49 There is log block not surrounded by if
15603 src/com/gps/hibernate/CountryDAO.java 54 Avoid variables with short names like id
15604 src/com/gps/hibernate/CountryDAO.java 54 Parameter 'id' is not assigned and could be declared final
15605 src/com/gps/hibernate/CountryDAO.java 54 publicMethodCommentRequirement Required
15606 src/com/gps/hibernate/CountryDAO.java 55 There is log block not surrounded by if
15607 src/com/gps/hibernate/CountryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15608 src/com/gps/hibernate/CountryDAO.java 57 Local variable 'instance' could be declared final
15609 src/com/gps/hibernate/CountryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
15610 src/com/gps/hibernate/CountryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15611 src/com/gps/hibernate/CountryDAO.java 61 There is log block not surrounded by if
15612 src/com/gps/hibernate/CountryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
15613 src/com/gps/hibernate/CountryDAO.java 66 publicMethodCommentRequirement Required
15614 src/com/gps/hibernate/CountryDAO.java 67 There is log block not surrounded by if
15615 src/com/gps/hibernate/CountryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15616 src/com/gps/hibernate/CountryDAO.java 69 Local variable 'results' could be declared final
15617 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15618 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15619 src/com/gps/hibernate/CountryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
15620 src/com/gps/hibernate/CountryDAO.java 72 There is log block not surrounded by if
15621 src/com/gps/hibernate/CountryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15622 src/com/gps/hibernate/CountryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
15623 src/com/gps/hibernate/CountryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15624 src/com/gps/hibernate/CountryDAO.java 76 There is log block not surrounded by if
15625 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
15626 src/com/gps/hibernate/CountryDAO.java 81 Parameter 'value' is not assigned and could be declared final
15627 src/com/gps/hibernate/CountryDAO.java 81 publicMethodCommentRequirement Required
15628 src/com/gps/hibernate/CountryDAO.java 82 There is log block not surrounded by if
15629 src/com/gps/hibernate/CountryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15630 src/com/gps/hibernate/CountryDAO.java 85 Local variable 'queryString' could be declared final
15631 src/com/gps/hibernate/CountryDAO.java 87 Local variable 'queryObject' could be declared final
15632 src/com/gps/hibernate/CountryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
15633 src/com/gps/hibernate/CountryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
15634 src/com/gps/hibernate/CountryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
15635 src/com/gps/hibernate/CountryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15636 src/com/gps/hibernate/CountryDAO.java 91 There is log block not surrounded by if
15637 src/com/gps/hibernate/CountryDAO.java 96 Parameter 'name' is not assigned and could be declared final
15638 src/com/gps/hibernate/CountryDAO.java 96 publicMethodCommentRequirement Required
15639 src/com/gps/hibernate/CountryDAO.java 100 Avoid variables with short names like a2
15640 src/com/gps/hibernate/CountryDAO.java 100 Parameter 'a2' is not assigned and could be declared final
15641 src/com/gps/hibernate/CountryDAO.java 100 publicMethodCommentRequirement Required
15642 src/com/gps/hibernate/CountryDAO.java 104 Avoid variables with short names like a3
15643 src/com/gps/hibernate/CountryDAO.java 104 Parameter 'a3' is not assigned and could be declared final
15644 src/com/gps/hibernate/CountryDAO.java 104 publicMethodCommentRequirement Required
15645 src/com/gps/hibernate/CountryDAO.java 108 Parameter 'number' is not assigned and could be declared final
15646 src/com/gps/hibernate/CountryDAO.java 108 publicMethodCommentRequirement Required
15647 src/com/gps/hibernate/CountryDAO.java 112 Parameter 'idd' is not assigned and could be declared final
15648 src/com/gps/hibernate/CountryDAO.java 112 publicMethodCommentRequirement Required
15649 src/com/gps/hibernate/CountryDAO.java 116 Parameter 'active' is not assigned and could be declared final
15650 src/com/gps/hibernate/CountryDAO.java 116 publicMethodCommentRequirement Required
15651 src/com/gps/hibernate/CountryDAO.java 120 publicMethodCommentRequirement Required
15652 src/com/gps/hibernate/CountryDAO.java 121 There is log block not surrounded by if
15653 src/com/gps/hibernate/CountryDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15654 src/com/gps/hibernate/CountryDAO.java 123 Local variable 'queryString' could be declared final
15655 src/com/gps/hibernate/CountryDAO.java 124 Local variable 'queryObject' could be declared final
15656 src/com/gps/hibernate/CountryDAO.java 124 Potential violation of Law of Demeter (method chain calls)
15657 src/com/gps/hibernate/CountryDAO.java 125 Potential violation of Law of Demeter (object not created locally)
15658 src/com/gps/hibernate/CountryDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15659 src/com/gps/hibernate/CountryDAO.java 127 There is log block not surrounded by if
15660 src/com/gps/hibernate/CountryDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
15661 src/com/gps/hibernate/CountryDAO.java 132 publicMethodCommentRequirement Required
15662 src/com/gps/hibernate/CountryDAO.java 133 There is log block not surrounded by if
15663 src/com/gps/hibernate/CountryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15664 src/com/gps/hibernate/CountryDAO.java 135 Local variable 'result' could be declared final
15665 src/com/gps/hibernate/CountryDAO.java 135 Potential violation of Law of Demeter (method chain calls)
15666 src/com/gps/hibernate/CountryDAO.java 136 There is log block not surrounded by if
15667 src/com/gps/hibernate/CountryDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15668 src/com/gps/hibernate/CountryDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15669 src/com/gps/hibernate/CountryDAO.java 139 There is log block not surrounded by if
15670 src/com/gps/hibernate/CountryDAO.java 144 Parameter 'instance' is not assigned and could be declared final
15671 src/com/gps/hibernate/CountryDAO.java 144 publicMethodCommentRequirement Required
15672 src/com/gps/hibernate/CountryDAO.java 145 There is log block not surrounded by if
15673 src/com/gps/hibernate/CountryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15674 src/com/gps/hibernate/CountryDAO.java 147 Potential violation of Law of Demeter (method chain calls)
15675 src/com/gps/hibernate/CountryDAO.java 148 There is log block not surrounded by if
15676 src/com/gps/hibernate/CountryDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15677 src/com/gps/hibernate/CountryDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15678 src/com/gps/hibernate/CountryDAO.java 150 There is log block not surrounded by if
15679 src/com/gps/hibernate/CountryDAO.java 155 Parameter 'instance' is not assigned and could be declared final
15680 src/com/gps/hibernate/CountryDAO.java 155 publicMethodCommentRequirement Required
15681 src/com/gps/hibernate/CountryDAO.java 156 There is log block not surrounded by if
15682 src/com/gps/hibernate/CountryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15683 src/com/gps/hibernate/CountryDAO.java 158 Potential violation of Law of Demeter (method chain calls)
15684 src/com/gps/hibernate/CountryDAO.java 159 There is log block not surrounded by if
15685 src/com/gps/hibernate/CountryDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15686 src/com/gps/hibernate/CountryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15687 src/com/gps/hibernate/CountryDAO.java 161 There is log block not surrounded by if
15688 src/com/gps/hibernate/Cyrususer.java 9 Classes implementing Serializable should set a serialVersionUID
15689 src/com/gps/hibernate/Cyrususer.java 13 fieldCommentRequirement Required
15690 src/com/gps/hibernate/Cyrususer.java 14 fieldCommentRequirement Required
15691 src/com/gps/hibernate/Cyrususer.java 19 Document empty constructor
15692 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'password' is not assigned and could be declared final
15693 src/com/gps/hibernate/Cyrususer.java 23 Parameter 'userId' is not assigned and could be declared final
15694 src/com/gps/hibernate/Cyrususer.java 30 publicMethodCommentRequirement Required
15695 src/com/gps/hibernate/Cyrususer.java 34 Parameter 'userId' is not assigned and could be declared final
15696 src/com/gps/hibernate/Cyrususer.java 34 publicMethodCommentRequirement Required
15697 src/com/gps/hibernate/Cyrususer.java 38 publicMethodCommentRequirement Required
15698 src/com/gps/hibernate/Cyrususer.java 42 Parameter 'password' is not assigned and could be declared final
15699 src/com/gps/hibernate/Cyrususer.java 42 publicMethodCommentRequirement Required
15700 src/com/gps/hibernate/CyrususerDAO.java 10 Comment is too large: Too many lines
15701 src/com/gps/hibernate/CyrususerDAO.java 23 Logger should be defined private static final and have the correct class
15702 src/com/gps/hibernate/CyrususerDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15703 src/com/gps/hibernate/CyrususerDAO.java 23 fieldCommentRequirement Required
15704 src/com/gps/hibernate/CyrususerDAO.java 25 fieldCommentRequirement Required
15705 src/com/gps/hibernate/CyrususerDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
15706 src/com/gps/hibernate/CyrususerDAO.java 27 publicMethodCommentRequirement Required
15707 src/com/gps/hibernate/CyrususerDAO.java 28 There is log block not surrounded by if
15708 src/com/gps/hibernate/CyrususerDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15709 src/com/gps/hibernate/CyrususerDAO.java 30 Potential violation of Law of Demeter (method chain calls)
15710 src/com/gps/hibernate/CyrususerDAO.java 31 There is log block not surrounded by if
15711 src/com/gps/hibernate/CyrususerDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15712 src/com/gps/hibernate/CyrususerDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15713 src/com/gps/hibernate/CyrususerDAO.java 33 There is log block not surrounded by if
15714 src/com/gps/hibernate/CyrususerDAO.java 38 Avoid excessively long variable names like persistentInstance
15715 src/com/gps/hibernate/CyrususerDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
15716 src/com/gps/hibernate/CyrususerDAO.java 38 publicMethodCommentRequirement Required
15717 src/com/gps/hibernate/CyrususerDAO.java 39 There is log block not surrounded by if
15718 src/com/gps/hibernate/CyrususerDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15719 src/com/gps/hibernate/CyrususerDAO.java 41 Potential violation of Law of Demeter (method chain calls)
15720 src/com/gps/hibernate/CyrususerDAO.java 42 There is log block not surrounded by if
15721 src/com/gps/hibernate/CyrususerDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15722 src/com/gps/hibernate/CyrususerDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15723 src/com/gps/hibernate/CyrususerDAO.java 44 There is log block not surrounded by if
15724 src/com/gps/hibernate/CyrususerDAO.java 49 Avoid variables with short names like id
15725 src/com/gps/hibernate/CyrususerDAO.java 49 Parameter 'id' is not assigned and could be declared final
15726 src/com/gps/hibernate/CyrususerDAO.java 49 publicMethodCommentRequirement Required
15727 src/com/gps/hibernate/CyrususerDAO.java 50 There is log block not surrounded by if
15728 src/com/gps/hibernate/CyrususerDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15729 src/com/gps/hibernate/CyrususerDAO.java 52 Local variable 'instance' could be declared final
15730 src/com/gps/hibernate/CyrususerDAO.java 52 Potential violation of Law of Demeter (method chain calls)
15731 src/com/gps/hibernate/CyrususerDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15732 src/com/gps/hibernate/CyrususerDAO.java 56 There is log block not surrounded by if
15733 src/com/gps/hibernate/CyrususerDAO.java 61 Parameter 'instance' is not assigned and could be declared final
15734 src/com/gps/hibernate/CyrususerDAO.java 61 publicMethodCommentRequirement Required
15735 src/com/gps/hibernate/CyrususerDAO.java 62 There is log block not surrounded by if
15736 src/com/gps/hibernate/CyrususerDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15737 src/com/gps/hibernate/CyrususerDAO.java 64 Local variable 'results' could be declared final
15738 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15739 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15740 src/com/gps/hibernate/CyrususerDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15741 src/com/gps/hibernate/CyrususerDAO.java 67 There is log block not surrounded by if
15742 src/com/gps/hibernate/CyrususerDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15743 src/com/gps/hibernate/CyrususerDAO.java 68 Potential violation of Law of Demeter (object not created locally)
15744 src/com/gps/hibernate/CyrususerDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15745 src/com/gps/hibernate/CyrususerDAO.java 71 There is log block not surrounded by if
15746 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
15747 src/com/gps/hibernate/CyrususerDAO.java 76 Parameter 'value' is not assigned and could be declared final
15748 src/com/gps/hibernate/CyrususerDAO.java 76 publicMethodCommentRequirement Required
15749 src/com/gps/hibernate/CyrususerDAO.java 77 There is log block not surrounded by if
15750 src/com/gps/hibernate/CyrususerDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15751 src/com/gps/hibernate/CyrususerDAO.java 80 Local variable 'queryString' could be declared final
15752 src/com/gps/hibernate/CyrususerDAO.java 82 Local variable 'queryObject' could be declared final
15753 src/com/gps/hibernate/CyrususerDAO.java 82 Potential violation of Law of Demeter (method chain calls)
15754 src/com/gps/hibernate/CyrususerDAO.java 83 Potential violation of Law of Demeter (object not created locally)
15755 src/com/gps/hibernate/CyrususerDAO.java 84 Potential violation of Law of Demeter (object not created locally)
15756 src/com/gps/hibernate/CyrususerDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15757 src/com/gps/hibernate/CyrususerDAO.java 86 There is log block not surrounded by if
15758 src/com/gps/hibernate/CyrususerDAO.java 91 Parameter 'password' is not assigned and could be declared final
15759 src/com/gps/hibernate/CyrususerDAO.java 91 publicMethodCommentRequirement Required
15760 src/com/gps/hibernate/CyrususerDAO.java 95 publicMethodCommentRequirement Required
15761 src/com/gps/hibernate/CyrususerDAO.java 96 There is log block not surrounded by if
15762 src/com/gps/hibernate/CyrususerDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15763 src/com/gps/hibernate/CyrususerDAO.java 98 Local variable 'queryString' could be declared final
15764 src/com/gps/hibernate/CyrususerDAO.java 99 Local variable 'queryObject' could be declared final
15765 src/com/gps/hibernate/CyrususerDAO.java 99 Potential violation of Law of Demeter (method chain calls)
15766 src/com/gps/hibernate/CyrususerDAO.java 100 Potential violation of Law of Demeter (object not created locally)
15767 src/com/gps/hibernate/CyrususerDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15768 src/com/gps/hibernate/CyrususerDAO.java 102 There is log block not surrounded by if
15769 src/com/gps/hibernate/CyrususerDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
15770 src/com/gps/hibernate/CyrususerDAO.java 107 publicMethodCommentRequirement Required
15771 src/com/gps/hibernate/CyrususerDAO.java 108 There is log block not surrounded by if
15772 src/com/gps/hibernate/CyrususerDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15773 src/com/gps/hibernate/CyrususerDAO.java 110 Local variable 'result' could be declared final
15774 src/com/gps/hibernate/CyrususerDAO.java 110 Potential violation of Law of Demeter (method chain calls)
15775 src/com/gps/hibernate/CyrususerDAO.java 111 There is log block not surrounded by if
15776 src/com/gps/hibernate/CyrususerDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15777 src/com/gps/hibernate/CyrususerDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15778 src/com/gps/hibernate/CyrususerDAO.java 114 There is log block not surrounded by if
15779 src/com/gps/hibernate/CyrususerDAO.java 119 Parameter 'instance' is not assigned and could be declared final
15780 src/com/gps/hibernate/CyrususerDAO.java 119 publicMethodCommentRequirement Required
15781 src/com/gps/hibernate/CyrususerDAO.java 120 There is log block not surrounded by if
15782 src/com/gps/hibernate/CyrususerDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15783 src/com/gps/hibernate/CyrususerDAO.java 122 Potential violation of Law of Demeter (method chain calls)
15784 src/com/gps/hibernate/CyrususerDAO.java 123 There is log block not surrounded by if
15785 src/com/gps/hibernate/CyrususerDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15786 src/com/gps/hibernate/CyrususerDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15787 src/com/gps/hibernate/CyrususerDAO.java 125 There is log block not surrounded by if
15788 src/com/gps/hibernate/CyrususerDAO.java 130 Parameter 'instance' is not assigned and could be declared final
15789 src/com/gps/hibernate/CyrususerDAO.java 130 publicMethodCommentRequirement Required
15790 src/com/gps/hibernate/CyrususerDAO.java 131 There is log block not surrounded by if
15791 src/com/gps/hibernate/CyrususerDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15792 src/com/gps/hibernate/CyrususerDAO.java 133 Potential violation of Law of Demeter (method chain calls)
15793 src/com/gps/hibernate/CyrususerDAO.java 134 There is log block not surrounded by if
15794 src/com/gps/hibernate/CyrususerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15795 src/com/gps/hibernate/CyrususerDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15796 src/com/gps/hibernate/CyrususerDAO.java 136 There is log block not surrounded by if
15797 src/com/gps/hibernate/Cyrusvirtual.java 9 Classes implementing Serializable should set a serialVersionUID
15798 src/com/gps/hibernate/Cyrusvirtual.java 13 fieldCommentRequirement Required
15799 src/com/gps/hibernate/Cyrusvirtual.java 14 fieldCommentRequirement Required
15800 src/com/gps/hibernate/Cyrusvirtual.java 19 Document empty constructor
15801 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'emailAddress' is not assigned and could be declared final
15802 src/com/gps/hibernate/Cyrusvirtual.java 23 Parameter 'userId' is not assigned and could be declared final
15803 src/com/gps/hibernate/Cyrusvirtual.java 30 publicMethodCommentRequirement Required
15804 src/com/gps/hibernate/Cyrusvirtual.java 34 Parameter 'emailAddress' is not assigned and could be declared final
15805 src/com/gps/hibernate/Cyrusvirtual.java 34 publicMethodCommentRequirement Required
15806 src/com/gps/hibernate/Cyrusvirtual.java 38 publicMethodCommentRequirement Required
15807 src/com/gps/hibernate/Cyrusvirtual.java 42 Parameter 'userId' is not assigned and could be declared final
15808 src/com/gps/hibernate/Cyrusvirtual.java 42 publicMethodCommentRequirement Required
15809 src/com/gps/hibernate/CyrusvirtualDAO.java 10 Comment is too large: Too many lines
15810 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Logger should be defined private static final and have the correct class
15811 src/com/gps/hibernate/CyrusvirtualDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
15812 src/com/gps/hibernate/CyrusvirtualDAO.java 23 fieldCommentRequirement Required
15813 src/com/gps/hibernate/CyrusvirtualDAO.java 25 fieldCommentRequirement Required
15814 src/com/gps/hibernate/CyrusvirtualDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
15815 src/com/gps/hibernate/CyrusvirtualDAO.java 27 publicMethodCommentRequirement Required
15816 src/com/gps/hibernate/CyrusvirtualDAO.java 28 There is log block not surrounded by if
15817 src/com/gps/hibernate/CyrusvirtualDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15818 src/com/gps/hibernate/CyrusvirtualDAO.java 30 Potential violation of Law of Demeter (method chain calls)
15819 src/com/gps/hibernate/CyrusvirtualDAO.java 31 There is log block not surrounded by if
15820 src/com/gps/hibernate/CyrusvirtualDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15821 src/com/gps/hibernate/CyrusvirtualDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15822 src/com/gps/hibernate/CyrusvirtualDAO.java 33 There is log block not surrounded by if
15823 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Avoid excessively long variable names like persistentInstance
15824 src/com/gps/hibernate/CyrusvirtualDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
15825 src/com/gps/hibernate/CyrusvirtualDAO.java 38 publicMethodCommentRequirement Required
15826 src/com/gps/hibernate/CyrusvirtualDAO.java 39 There is log block not surrounded by if
15827 src/com/gps/hibernate/CyrusvirtualDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15828 src/com/gps/hibernate/CyrusvirtualDAO.java 41 Potential violation of Law of Demeter (method chain calls)
15829 src/com/gps/hibernate/CyrusvirtualDAO.java 42 There is log block not surrounded by if
15830 src/com/gps/hibernate/CyrusvirtualDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15831 src/com/gps/hibernate/CyrusvirtualDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15832 src/com/gps/hibernate/CyrusvirtualDAO.java 44 There is log block not surrounded by if
15833 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Avoid variables with short names like id
15834 src/com/gps/hibernate/CyrusvirtualDAO.java 49 Parameter 'id' is not assigned and could be declared final
15835 src/com/gps/hibernate/CyrusvirtualDAO.java 49 publicMethodCommentRequirement Required
15836 src/com/gps/hibernate/CyrusvirtualDAO.java 50 There is log block not surrounded by if
15837 src/com/gps/hibernate/CyrusvirtualDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15838 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Local variable 'instance' could be declared final
15839 src/com/gps/hibernate/CyrusvirtualDAO.java 52 Potential violation of Law of Demeter (method chain calls)
15840 src/com/gps/hibernate/CyrusvirtualDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15841 src/com/gps/hibernate/CyrusvirtualDAO.java 56 There is log block not surrounded by if
15842 src/com/gps/hibernate/CyrusvirtualDAO.java 61 Parameter 'instance' is not assigned and could be declared final
15843 src/com/gps/hibernate/CyrusvirtualDAO.java 61 publicMethodCommentRequirement Required
15844 src/com/gps/hibernate/CyrusvirtualDAO.java 62 There is log block not surrounded by if
15845 src/com/gps/hibernate/CyrusvirtualDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15846 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Local variable 'results' could be declared final
15847 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15848 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15849 src/com/gps/hibernate/CyrusvirtualDAO.java 64 Potential violation of Law of Demeter (method chain calls)
15850 src/com/gps/hibernate/CyrusvirtualDAO.java 67 There is log block not surrounded by if
15851 src/com/gps/hibernate/CyrusvirtualDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15852 src/com/gps/hibernate/CyrusvirtualDAO.java 68 Potential violation of Law of Demeter (object not created locally)
15853 src/com/gps/hibernate/CyrusvirtualDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15854 src/com/gps/hibernate/CyrusvirtualDAO.java 71 There is log block not surrounded by if
15855 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
15856 src/com/gps/hibernate/CyrusvirtualDAO.java 76 Parameter 'value' is not assigned and could be declared final
15857 src/com/gps/hibernate/CyrusvirtualDAO.java 76 publicMethodCommentRequirement Required
15858 src/com/gps/hibernate/CyrusvirtualDAO.java 77 There is log block not surrounded by if
15859 src/com/gps/hibernate/CyrusvirtualDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15860 src/com/gps/hibernate/CyrusvirtualDAO.java 80 Local variable 'queryString' could be declared final
15861 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Local variable 'queryObject' could be declared final
15862 src/com/gps/hibernate/CyrusvirtualDAO.java 82 Potential violation of Law of Demeter (method chain calls)
15863 src/com/gps/hibernate/CyrusvirtualDAO.java 83 Potential violation of Law of Demeter (object not created locally)
15864 src/com/gps/hibernate/CyrusvirtualDAO.java 84 Potential violation of Law of Demeter (object not created locally)
15865 src/com/gps/hibernate/CyrusvirtualDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15866 src/com/gps/hibernate/CyrusvirtualDAO.java 86 There is log block not surrounded by if
15867 src/com/gps/hibernate/CyrusvirtualDAO.java 91 Parameter 'userId' is not assigned and could be declared final
15868 src/com/gps/hibernate/CyrusvirtualDAO.java 91 publicMethodCommentRequirement Required
15869 src/com/gps/hibernate/CyrusvirtualDAO.java 95 publicMethodCommentRequirement Required
15870 src/com/gps/hibernate/CyrusvirtualDAO.java 96 There is log block not surrounded by if
15871 src/com/gps/hibernate/CyrusvirtualDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15872 src/com/gps/hibernate/CyrusvirtualDAO.java 98 Local variable 'queryString' could be declared final
15873 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Local variable 'queryObject' could be declared final
15874 src/com/gps/hibernate/CyrusvirtualDAO.java 99 Potential violation of Law of Demeter (method chain calls)
15875 src/com/gps/hibernate/CyrusvirtualDAO.java 100 Potential violation of Law of Demeter (object not created locally)
15876 src/com/gps/hibernate/CyrusvirtualDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15877 src/com/gps/hibernate/CyrusvirtualDAO.java 102 There is log block not surrounded by if
15878 src/com/gps/hibernate/CyrusvirtualDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
15879 src/com/gps/hibernate/CyrusvirtualDAO.java 107 publicMethodCommentRequirement Required
15880 src/com/gps/hibernate/CyrusvirtualDAO.java 108 There is log block not surrounded by if
15881 src/com/gps/hibernate/CyrusvirtualDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15882 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Local variable 'result' could be declared final
15883 src/com/gps/hibernate/CyrusvirtualDAO.java 110 Potential violation of Law of Demeter (method chain calls)
15884 src/com/gps/hibernate/CyrusvirtualDAO.java 112 There is log block not surrounded by if
15885 src/com/gps/hibernate/CyrusvirtualDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15886 src/com/gps/hibernate/CyrusvirtualDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15887 src/com/gps/hibernate/CyrusvirtualDAO.java 115 There is log block not surrounded by if
15888 src/com/gps/hibernate/CyrusvirtualDAO.java 120 Parameter 'instance' is not assigned and could be declared final
15889 src/com/gps/hibernate/CyrusvirtualDAO.java 120 publicMethodCommentRequirement Required
15890 src/com/gps/hibernate/CyrusvirtualDAO.java 121 There is log block not surrounded by if
15891 src/com/gps/hibernate/CyrusvirtualDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15892 src/com/gps/hibernate/CyrusvirtualDAO.java 123 Potential violation of Law of Demeter (method chain calls)
15893 src/com/gps/hibernate/CyrusvirtualDAO.java 124 There is log block not surrounded by if
15894 src/com/gps/hibernate/CyrusvirtualDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15895 src/com/gps/hibernate/CyrusvirtualDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15896 src/com/gps/hibernate/CyrusvirtualDAO.java 126 There is log block not surrounded by if
15897 src/com/gps/hibernate/CyrusvirtualDAO.java 131 Parameter 'instance' is not assigned and could be declared final
15898 src/com/gps/hibernate/CyrusvirtualDAO.java 131 publicMethodCommentRequirement Required
15899 src/com/gps/hibernate/CyrusvirtualDAO.java 132 There is log block not surrounded by if
15900 src/com/gps/hibernate/CyrusvirtualDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15901 src/com/gps/hibernate/CyrusvirtualDAO.java 134 Potential violation of Law of Demeter (method chain calls)
15902 src/com/gps/hibernate/CyrusvirtualDAO.java 135 There is log block not surrounded by if
15903 src/com/gps/hibernate/CyrusvirtualDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15904 src/com/gps/hibernate/CyrusvirtualDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15905 src/com/gps/hibernate/CyrusvirtualDAO.java 137 There is log block not surrounded by if
15906 src/com/gps/hibernate/Device.java 14 Classes implementing Serializable should set a serialVersionUID
15907 src/com/gps/hibernate/Device.java 18 fieldCommentRequirement Required
15908 src/com/gps/hibernate/Device.java 19 fieldCommentRequirement Required
15909 src/com/gps/hibernate/Device.java 20 fieldCommentRequirement Required
15910 src/com/gps/hibernate/Device.java 21 Avoid excessively long variable names like lastPacketReceivedTime
15911 src/com/gps/hibernate/Device.java 21 fieldCommentRequirement Required
15912 src/com/gps/hibernate/Device.java 22 fieldCommentRequirement Required
15913 src/com/gps/hibernate/Device.java 23 fieldCommentRequirement Required
15914 src/com/gps/hibernate/Device.java 24 fieldCommentRequirement Required
15915 src/com/gps/hibernate/Device.java 25 fieldCommentRequirement Required
15916 src/com/gps/hibernate/Device.java 26 fieldCommentRequirement Required
15917 src/com/gps/hibernate/Device.java 27 fieldCommentRequirement Required
15918 src/com/gps/hibernate/Device.java 28 fieldCommentRequirement Required
15919 src/com/gps/hibernate/Device.java 29 publicMethodCommentRequirement Required
15920 src/com/gps/hibernate/Device.java 33 Parameter 'workStatus' is not assigned and could be declared final
15921 src/com/gps/hibernate/Device.java 33 publicMethodCommentRequirement Required
15922 src/com/gps/hibernate/Device.java 37 publicMethodCommentRequirement Required
15923 src/com/gps/hibernate/Device.java 41 Parameter 'inuseStatus' is not assigned and could be declared final
15924 src/com/gps/hibernate/Device.java 41 publicMethodCommentRequirement Required
15925 src/com/gps/hibernate/Device.java 45 publicMethodCommentRequirement Required
15926 src/com/gps/hibernate/Device.java 49 Parameter 'enableStatus' is not assigned and could be declared final
15927 src/com/gps/hibernate/Device.java 49 publicMethodCommentRequirement Required
15928 src/com/gps/hibernate/Device.java 53 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
15929 src/com/gps/hibernate/Device.java 53 fieldCommentRequirement Required
15930 src/com/gps/hibernate/Device.java 58 Document empty constructor
15931 src/com/gps/hibernate/Device.java 62 Avoid excessively long variable names like lastPacketReceivedTime
15932 src/com/gps/hibernate/Device.java 62 Parameter 'imeiNumber' is not assigned and could be declared final
15933 src/com/gps/hibernate/Device.java 62 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
15934 src/com/gps/hibernate/Device.java 63 Parameter 'firmwareVersion' is not assigned and could be declared final
15935 src/com/gps/hibernate/Device.java 63 Parameter 'lastKnownIp' is not assigned and could be declared final
15936 src/com/gps/hibernate/Device.java 63 Parameter 'mobileNumber' is not assigned and could be declared final
15937 src/com/gps/hibernate/Device.java 72 Avoid excessively long variable names like lastPacketReceivedTime
15938 src/com/gps/hibernate/Device.java 72 Parameter 'imeiNumber' is not assigned and could be declared final
15939 src/com/gps/hibernate/Device.java 72 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
15940 src/com/gps/hibernate/Device.java 73 Parameter 'firmwareVersion' is not assigned and could be declared final
15941 src/com/gps/hibernate/Device.java 73 Parameter 'lastKnownIp' is not assigned and could be declared final
15942 src/com/gps/hibernate/Device.java 73 Parameter 'mobileNumber' is not assigned and could be declared final
15943 src/com/gps/hibernate/Device.java 74 Parameter 'vehicleDetailses' is not assigned and could be declared final
15944 src/com/gps/hibernate/Device.java 88 publicMethodCommentRequirement Required
15945 src/com/gps/hibernate/Device.java 92 publicMethodCommentRequirement Required
15946 src/com/gps/hibernate/Device.java 96 Parameter 'aliasName' is not assigned and could be declared final
15947 src/com/gps/hibernate/Device.java 96 publicMethodCommentRequirement Required
15948 src/com/gps/hibernate/Device.java 100 Parameter 'deviceId' is not assigned and could be declared final
15949 src/com/gps/hibernate/Device.java 100 publicMethodCommentRequirement Required
15950 src/com/gps/hibernate/Device.java 104 publicMethodCommentRequirement Required
15951 src/com/gps/hibernate/Device.java 108 Parameter 'imeiNumber' is not assigned and could be declared final
15952 src/com/gps/hibernate/Device.java 108 publicMethodCommentRequirement Required
15953 src/com/gps/hibernate/Device.java 112 publicMethodCommentRequirement Required
15954 src/com/gps/hibernate/Device.java 116 Avoid excessively long variable names like lastPacketReceivedTime
15955 src/com/gps/hibernate/Device.java 116 Parameter 'lastPacketReceivedTime' is not assigned and could be declared final
15956 src/com/gps/hibernate/Device.java 116 publicMethodCommentRequirement Required
15957 src/com/gps/hibernate/Device.java 120 publicMethodCommentRequirement Required
15958 src/com/gps/hibernate/Device.java 124 Parameter 'lastKnownIp' is not assigned and could be declared final
15959 src/com/gps/hibernate/Device.java 124 publicMethodCommentRequirement Required
15960 src/com/gps/hibernate/Device.java 128 publicMethodCommentRequirement Required
15961 src/com/gps/hibernate/Device.java 132 Parameter 'firmwareVersion' is not assigned and could be declared final
15962 src/com/gps/hibernate/Device.java 132 publicMethodCommentRequirement Required
15963 src/com/gps/hibernate/Device.java 136 publicMethodCommentRequirement Required
15964 src/com/gps/hibernate/Device.java 140 Parameter 'mobileNumber' is not assigned and could be declared final
15965 src/com/gps/hibernate/Device.java 140 publicMethodCommentRequirement Required
15966 src/com/gps/hibernate/Device.java 144 publicMethodCommentRequirement Required
15967 src/com/gps/hibernate/Device.java 148 Parameter 'vehicleDetailses' is not assigned and could be declared final
15968 src/com/gps/hibernate/Device.java 148 publicMethodCommentRequirement Required
15969 src/com/gps/hibernate/Device.java 152 publicMethodCommentRequirement Required
15970 src/com/gps/hibernate/Device.java 156 Parameter 'organization' is not assigned and could be declared final
15971 src/com/gps/hibernate/Device.java 156 publicMethodCommentRequirement Required
15972 src/com/gps/hibernate/DeviceDAO.java 4 Avoid unused imports such as 'java.util.Date'
15973 src/com/gps/hibernate/DeviceDAO.java 6 Avoid unused imports such as 'java.util.Set'
15974 src/com/gps/hibernate/DeviceDAO.java 13 Comment is too large: Too many lines
15975 src/com/gps/hibernate/DeviceDAO.java 25 This class has too many methods, consider refactoring it.
15976 src/com/gps/hibernate/DeviceDAO.java 26 Logger should be defined private static final and have the correct class
15977 src/com/gps/hibernate/DeviceDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
15978 src/com/gps/hibernate/DeviceDAO.java 26 fieldCommentRequirement Required
15979 src/com/gps/hibernate/DeviceDAO.java 28 fieldCommentRequirement Required
15980 src/com/gps/hibernate/DeviceDAO.java 29 fieldCommentRequirement Required
15981 src/com/gps/hibernate/DeviceDAO.java 30 fieldCommentRequirement Required
15982 src/com/gps/hibernate/DeviceDAO.java 31 fieldCommentRequirement Required
15983 src/com/gps/hibernate/DeviceDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
15984 src/com/gps/hibernate/DeviceDAO.java 33 publicMethodCommentRequirement Required
15985 src/com/gps/hibernate/DeviceDAO.java 34 There is log block not surrounded by if
15986 src/com/gps/hibernate/DeviceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15987 src/com/gps/hibernate/DeviceDAO.java 36 Potential violation of Law of Demeter (method chain calls)
15988 src/com/gps/hibernate/DeviceDAO.java 37 There is log block not surrounded by if
15989 src/com/gps/hibernate/DeviceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15990 src/com/gps/hibernate/DeviceDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
15991 src/com/gps/hibernate/DeviceDAO.java 39 There is log block not surrounded by if
15992 src/com/gps/hibernate/DeviceDAO.java 44 Avoid excessively long variable names like persistentInstance
15993 src/com/gps/hibernate/DeviceDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
15994 src/com/gps/hibernate/DeviceDAO.java 44 publicMethodCommentRequirement Required
15995 src/com/gps/hibernate/DeviceDAO.java 45 There is log block not surrounded by if
15996 src/com/gps/hibernate/DeviceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
15997 src/com/gps/hibernate/DeviceDAO.java 47 Potential violation of Law of Demeter (method chain calls)
15998 src/com/gps/hibernate/DeviceDAO.java 48 There is log block not surrounded by if
15999 src/com/gps/hibernate/DeviceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16000 src/com/gps/hibernate/DeviceDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16001 src/com/gps/hibernate/DeviceDAO.java 50 There is log block not surrounded by if
16002 src/com/gps/hibernate/DeviceDAO.java 55 Avoid variables with short names like id
16003 src/com/gps/hibernate/DeviceDAO.java 55 Parameter 'id' is not assigned and could be declared final
16004 src/com/gps/hibernate/DeviceDAO.java 55 publicMethodCommentRequirement Required
16005 src/com/gps/hibernate/DeviceDAO.java 56 There is log block not surrounded by if
16006 src/com/gps/hibernate/DeviceDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16007 src/com/gps/hibernate/DeviceDAO.java 58 Local variable 'instance' could be declared final
16008 src/com/gps/hibernate/DeviceDAO.java 58 Potential violation of Law of Demeter (method chain calls)
16009 src/com/gps/hibernate/DeviceDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16010 src/com/gps/hibernate/DeviceDAO.java 62 There is log block not surrounded by if
16011 src/com/gps/hibernate/DeviceDAO.java 67 Parameter 'instance' is not assigned and could be declared final
16012 src/com/gps/hibernate/DeviceDAO.java 67 publicMethodCommentRequirement Required
16013 src/com/gps/hibernate/DeviceDAO.java 68 There is log block not surrounded by if
16014 src/com/gps/hibernate/DeviceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16015 src/com/gps/hibernate/DeviceDAO.java 70 Local variable 'results' could be declared final
16016 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16017 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16018 src/com/gps/hibernate/DeviceDAO.java 70 Potential violation of Law of Demeter (method chain calls)
16019 src/com/gps/hibernate/DeviceDAO.java 73 There is log block not surrounded by if
16020 src/com/gps/hibernate/DeviceDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16021 src/com/gps/hibernate/DeviceDAO.java 74 Potential violation of Law of Demeter (object not created locally)
16022 src/com/gps/hibernate/DeviceDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16023 src/com/gps/hibernate/DeviceDAO.java 77 There is log block not surrounded by if
16024 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
16025 src/com/gps/hibernate/DeviceDAO.java 82 Parameter 'value' is not assigned and could be declared final
16026 src/com/gps/hibernate/DeviceDAO.java 82 publicMethodCommentRequirement Required
16027 src/com/gps/hibernate/DeviceDAO.java 83 There is log block not surrounded by if
16028 src/com/gps/hibernate/DeviceDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16029 src/com/gps/hibernate/DeviceDAO.java 86 Local variable 'queryString' could be declared final
16030 src/com/gps/hibernate/DeviceDAO.java 88 Local variable 'queryObject' could be declared final
16031 src/com/gps/hibernate/DeviceDAO.java 88 Potential violation of Law of Demeter (method chain calls)
16032 src/com/gps/hibernate/DeviceDAO.java 89 Potential violation of Law of Demeter (object not created locally)
16033 src/com/gps/hibernate/DeviceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
16034 src/com/gps/hibernate/DeviceDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16035 src/com/gps/hibernate/DeviceDAO.java 92 There is log block not surrounded by if
16036 src/com/gps/hibernate/DeviceDAO.java 97 Parameter 'imeiNumber' is not assigned and could be declared final
16037 src/com/gps/hibernate/DeviceDAO.java 97 publicMethodCommentRequirement Required
16038 src/com/gps/hibernate/DeviceDAO.java 101 Parameter 'lastKnownIp' is not assigned and could be declared final
16039 src/com/gps/hibernate/DeviceDAO.java 101 publicMethodCommentRequirement Required
16040 src/com/gps/hibernate/DeviceDAO.java 105 Parameter 'firmwareVersion' is not assigned and could be declared final
16041 src/com/gps/hibernate/DeviceDAO.java 105 publicMethodCommentRequirement Required
16042 src/com/gps/hibernate/DeviceDAO.java 109 Parameter 'mobileNumber' is not assigned and could be declared final
16043 src/com/gps/hibernate/DeviceDAO.java 109 publicMethodCommentRequirement Required
16044 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'first' is not assigned and could be declared final
16045 src/com/gps/hibernate/DeviceDAO.java 113 Parameter 'last' is not assigned and could be declared final
16046 src/com/gps/hibernate/DeviceDAO.java 113 publicMethodCommentRequirement Required
16047 src/com/gps/hibernate/DeviceDAO.java 114 There is log block not surrounded by if
16048 src/com/gps/hibernate/DeviceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16049 src/com/gps/hibernate/DeviceDAO.java 116 Local variable 'queryString' could be declared final
16050 src/com/gps/hibernate/DeviceDAO.java 117 Local variable 'queryObject' could be declared final
16051 src/com/gps/hibernate/DeviceDAO.java 117 Potential violation of Law of Demeter (method chain calls)
16052 src/com/gps/hibernate/DeviceDAO.java 118 Potential violation of Law of Demeter (object not created locally)
16053 src/com/gps/hibernate/DeviceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16054 src/com/gps/hibernate/DeviceDAO.java 120 There is log block not surrounded by if
16055 src/com/gps/hibernate/DeviceDAO.java 125 Parameter 'detachedInstance' is not assigned and could be declared final
16056 src/com/gps/hibernate/DeviceDAO.java 125 publicMethodCommentRequirement Required
16057 src/com/gps/hibernate/DeviceDAO.java 126 There is log block not surrounded by if
16058 src/com/gps/hibernate/DeviceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16059 src/com/gps/hibernate/DeviceDAO.java 128 Local variable 'result' could be declared final
16060 src/com/gps/hibernate/DeviceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
16061 src/com/gps/hibernate/DeviceDAO.java 129 There is log block not surrounded by if
16062 src/com/gps/hibernate/DeviceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16063 src/com/gps/hibernate/DeviceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16064 src/com/gps/hibernate/DeviceDAO.java 132 There is log block not surrounded by if
16065 src/com/gps/hibernate/DeviceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
16066 src/com/gps/hibernate/DeviceDAO.java 137 publicMethodCommentRequirement Required
16067 src/com/gps/hibernate/DeviceDAO.java 138 There is log block not surrounded by if
16068 src/com/gps/hibernate/DeviceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16069 src/com/gps/hibernate/DeviceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
16070 src/com/gps/hibernate/DeviceDAO.java 141 There is log block not surrounded by if
16071 src/com/gps/hibernate/DeviceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16072 src/com/gps/hibernate/DeviceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16073 src/com/gps/hibernate/DeviceDAO.java 143 There is log block not surrounded by if
16074 src/com/gps/hibernate/DeviceDAO.java 148 Parameter 'instance' is not assigned and could be declared final
16075 src/com/gps/hibernate/DeviceDAO.java 148 publicMethodCommentRequirement Required
16076 src/com/gps/hibernate/DeviceDAO.java 149 There is log block not surrounded by if
16077 src/com/gps/hibernate/DeviceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16078 src/com/gps/hibernate/DeviceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
16079 src/com/gps/hibernate/DeviceDAO.java 152 There is log block not surrounded by if
16080 src/com/gps/hibernate/DeviceDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16081 src/com/gps/hibernate/DeviceDAO.java 153 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16082 src/com/gps/hibernate/DeviceDAO.java 154 There is log block not surrounded by if
16083 src/com/gps/hibernate/Dlfileentry.java 11 Classes implementing Serializable should set a serialVersionUID
16084 src/com/gps/hibernate/Dlfileentry.java 11 Too many fields
16085 src/com/gps/hibernate/Dlfileentry.java 15 fieldCommentRequirement Required
16086 src/com/gps/hibernate/Dlfileentry.java 16 fieldCommentRequirement Required
16087 src/com/gps/hibernate/Dlfileentry.java 17 fieldCommentRequirement Required
16088 src/com/gps/hibernate/Dlfileentry.java 18 fieldCommentRequirement Required
16089 src/com/gps/hibernate/Dlfileentry.java 19 fieldCommentRequirement Required
16090 src/com/gps/hibernate/Dlfileentry.java 20 fieldCommentRequirement Required
16091 src/com/gps/hibernate/Dlfileentry.java 21 fieldCommentRequirement Required
16092 src/com/gps/hibernate/Dlfileentry.java 22 fieldCommentRequirement Required
16093 src/com/gps/hibernate/Dlfileentry.java 23 fieldCommentRequirement Required
16094 src/com/gps/hibernate/Dlfileentry.java 24 fieldCommentRequirement Required
16095 src/com/gps/hibernate/Dlfileentry.java 25 fieldCommentRequirement Required
16096 src/com/gps/hibernate/Dlfileentry.java 26 fieldCommentRequirement Required
16097 src/com/gps/hibernate/Dlfileentry.java 27 fieldCommentRequirement Required
16098 src/com/gps/hibernate/Dlfileentry.java 28 fieldCommentRequirement Required
16099 src/com/gps/hibernate/Dlfileentry.java 29 fieldCommentRequirement Required
16100 src/com/gps/hibernate/Dlfileentry.java 30 fieldCommentRequirement Required
16101 src/com/gps/hibernate/Dlfileentry.java 31 fieldCommentRequirement Required
16102 src/com/gps/hibernate/Dlfileentry.java 32 fieldCommentRequirement Required
16103 src/com/gps/hibernate/Dlfileentry.java 37 Document empty constructor
16104 src/com/gps/hibernate/Dlfileentry.java 41 Parameter 'fileEntryId' is not assigned and could be declared final
16105 src/com/gps/hibernate/Dlfileentry.java 46 Avoid long parameter lists.
16106 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'fileEntryId' is not assigned and could be declared final
16107 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'groupId' is not assigned and could be declared final
16108 src/com/gps/hibernate/Dlfileentry.java 46 Parameter 'uuid' is not assigned and could be declared final
16109 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'companyId' is not assigned and could be declared final
16110 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userId' is not assigned and could be declared final
16111 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'userName' is not assigned and could be declared final
16112 src/com/gps/hibernate/Dlfileentry.java 47 Parameter 'versionUserId' is not assigned and could be declared final
16113 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'createDate' is not assigned and could be declared final
16114 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'modifiedDate' is not assigned and could be declared final
16115 src/com/gps/hibernate/Dlfileentry.java 48 Parameter 'versionUserName' is not assigned and could be declared final
16116 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'description' is not assigned and could be declared final
16117 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'folderId' is not assigned and could be declared final
16118 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'name' is not assigned and could be declared final
16119 src/com/gps/hibernate/Dlfileentry.java 49 Parameter 'title' is not assigned and could be declared final
16120 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'readCount' is not assigned and could be declared final
16121 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'size' is not assigned and could be declared final
16122 src/com/gps/hibernate/Dlfileentry.java 50 Parameter 'version' is not assigned and could be declared final
16123 src/com/gps/hibernate/Dlfileentry.java 51 Parameter 'extraSettings' is not assigned and could be declared final
16124 src/com/gps/hibernate/Dlfileentry.java 74 publicMethodCommentRequirement Required
16125 src/com/gps/hibernate/Dlfileentry.java 78 Parameter 'fileEntryId' is not assigned and could be declared final
16126 src/com/gps/hibernate/Dlfileentry.java 78 publicMethodCommentRequirement Required
16127 src/com/gps/hibernate/Dlfileentry.java 82 publicMethodCommentRequirement Required
16128 src/com/gps/hibernate/Dlfileentry.java 86 Parameter 'uuid' is not assigned and could be declared final
16129 src/com/gps/hibernate/Dlfileentry.java 86 publicMethodCommentRequirement Required
16130 src/com/gps/hibernate/Dlfileentry.java 90 publicMethodCommentRequirement Required
16131 src/com/gps/hibernate/Dlfileentry.java 94 Parameter 'groupId' is not assigned and could be declared final
16132 src/com/gps/hibernate/Dlfileentry.java 94 publicMethodCommentRequirement Required
16133 src/com/gps/hibernate/Dlfileentry.java 98 publicMethodCommentRequirement Required
16134 src/com/gps/hibernate/Dlfileentry.java 102 Parameter 'companyId' is not assigned and could be declared final
16135 src/com/gps/hibernate/Dlfileentry.java 102 publicMethodCommentRequirement Required
16136 src/com/gps/hibernate/Dlfileentry.java 106 publicMethodCommentRequirement Required
16137 src/com/gps/hibernate/Dlfileentry.java 110 Parameter 'userId' is not assigned and could be declared final
16138 src/com/gps/hibernate/Dlfileentry.java 110 publicMethodCommentRequirement Required
16139 src/com/gps/hibernate/Dlfileentry.java 114 publicMethodCommentRequirement Required
16140 src/com/gps/hibernate/Dlfileentry.java 118 Parameter 'userName' is not assigned and could be declared final
16141 src/com/gps/hibernate/Dlfileentry.java 118 publicMethodCommentRequirement Required
16142 src/com/gps/hibernate/Dlfileentry.java 122 publicMethodCommentRequirement Required
16143 src/com/gps/hibernate/Dlfileentry.java 126 Parameter 'versionUserId' is not assigned and could be declared final
16144 src/com/gps/hibernate/Dlfileentry.java 126 publicMethodCommentRequirement Required
16145 src/com/gps/hibernate/Dlfileentry.java 130 publicMethodCommentRequirement Required
16146 src/com/gps/hibernate/Dlfileentry.java 134 Parameter 'versionUserName' is not assigned and could be declared final
16147 src/com/gps/hibernate/Dlfileentry.java 134 publicMethodCommentRequirement Required
16148 src/com/gps/hibernate/Dlfileentry.java 138 publicMethodCommentRequirement Required
16149 src/com/gps/hibernate/Dlfileentry.java 142 Parameter 'createDate' is not assigned and could be declared final
16150 src/com/gps/hibernate/Dlfileentry.java 142 publicMethodCommentRequirement Required
16151 src/com/gps/hibernate/Dlfileentry.java 146 publicMethodCommentRequirement Required
16152 src/com/gps/hibernate/Dlfileentry.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
16153 src/com/gps/hibernate/Dlfileentry.java 150 publicMethodCommentRequirement Required
16154 src/com/gps/hibernate/Dlfileentry.java 154 publicMethodCommentRequirement Required
16155 src/com/gps/hibernate/Dlfileentry.java 158 Parameter 'folderId' is not assigned and could be declared final
16156 src/com/gps/hibernate/Dlfileentry.java 158 publicMethodCommentRequirement Required
16157 src/com/gps/hibernate/Dlfileentry.java 162 publicMethodCommentRequirement Required
16158 src/com/gps/hibernate/Dlfileentry.java 166 Parameter 'name' is not assigned and could be declared final
16159 src/com/gps/hibernate/Dlfileentry.java 166 publicMethodCommentRequirement Required
16160 src/com/gps/hibernate/Dlfileentry.java 170 publicMethodCommentRequirement Required
16161 src/com/gps/hibernate/Dlfileentry.java 174 Parameter 'title' is not assigned and could be declared final
16162 src/com/gps/hibernate/Dlfileentry.java 174 publicMethodCommentRequirement Required
16163 src/com/gps/hibernate/Dlfileentry.java 178 publicMethodCommentRequirement Required
16164 src/com/gps/hibernate/Dlfileentry.java 182 Parameter 'description' is not assigned and could be declared final
16165 src/com/gps/hibernate/Dlfileentry.java 182 publicMethodCommentRequirement Required
16166 src/com/gps/hibernate/Dlfileentry.java 186 publicMethodCommentRequirement Required
16167 src/com/gps/hibernate/Dlfileentry.java 190 Parameter 'version' is not assigned and could be declared final
16168 src/com/gps/hibernate/Dlfileentry.java 190 publicMethodCommentRequirement Required
16169 src/com/gps/hibernate/Dlfileentry.java 194 publicMethodCommentRequirement Required
16170 src/com/gps/hibernate/Dlfileentry.java 198 Parameter 'size' is not assigned and could be declared final
16171 src/com/gps/hibernate/Dlfileentry.java 198 publicMethodCommentRequirement Required
16172 src/com/gps/hibernate/Dlfileentry.java 202 publicMethodCommentRequirement Required
16173 src/com/gps/hibernate/Dlfileentry.java 206 Parameter 'readCount' is not assigned and could be declared final
16174 src/com/gps/hibernate/Dlfileentry.java 206 publicMethodCommentRequirement Required
16175 src/com/gps/hibernate/Dlfileentry.java 210 publicMethodCommentRequirement Required
16176 src/com/gps/hibernate/Dlfileentry.java 214 Parameter 'extraSettings' is not assigned and could be declared final
16177 src/com/gps/hibernate/Dlfileentry.java 214 publicMethodCommentRequirement Required
16178 src/com/gps/hibernate/DlfileentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
16179 src/com/gps/hibernate/DlfileentryDAO.java 11 Comment is too large: Too many lines
16180 src/com/gps/hibernate/DlfileentryDAO.java 23 This class has too many methods, consider refactoring it.
16181 src/com/gps/hibernate/DlfileentryDAO.java 24 Logger should be defined private static final and have the correct class
16182 src/com/gps/hibernate/DlfileentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16183 src/com/gps/hibernate/DlfileentryDAO.java 24 fieldCommentRequirement Required
16184 src/com/gps/hibernate/DlfileentryDAO.java 26 fieldCommentRequirement Required
16185 src/com/gps/hibernate/DlfileentryDAO.java 27 fieldCommentRequirement Required
16186 src/com/gps/hibernate/DlfileentryDAO.java 28 fieldCommentRequirement Required
16187 src/com/gps/hibernate/DlfileentryDAO.java 29 fieldCommentRequirement Required
16188 src/com/gps/hibernate/DlfileentryDAO.java 30 fieldCommentRequirement Required
16189 src/com/gps/hibernate/DlfileentryDAO.java 31 fieldCommentRequirement Required
16190 src/com/gps/hibernate/DlfileentryDAO.java 32 fieldCommentRequirement Required
16191 src/com/gps/hibernate/DlfileentryDAO.java 33 fieldCommentRequirement Required
16192 src/com/gps/hibernate/DlfileentryDAO.java 34 fieldCommentRequirement Required
16193 src/com/gps/hibernate/DlfileentryDAO.java 35 fieldCommentRequirement Required
16194 src/com/gps/hibernate/DlfileentryDAO.java 36 fieldCommentRequirement Required
16195 src/com/gps/hibernate/DlfileentryDAO.java 37 fieldCommentRequirement Required
16196 src/com/gps/hibernate/DlfileentryDAO.java 38 fieldCommentRequirement Required
16197 src/com/gps/hibernate/DlfileentryDAO.java 39 fieldCommentRequirement Required
16198 src/com/gps/hibernate/DlfileentryDAO.java 40 fieldCommentRequirement Required
16199 src/com/gps/hibernate/DlfileentryDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
16200 src/com/gps/hibernate/DlfileentryDAO.java 42 publicMethodCommentRequirement Required
16201 src/com/gps/hibernate/DlfileentryDAO.java 43 There is log block not surrounded by if
16202 src/com/gps/hibernate/DlfileentryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16203 src/com/gps/hibernate/DlfileentryDAO.java 45 Potential violation of Law of Demeter (method chain calls)
16204 src/com/gps/hibernate/DlfileentryDAO.java 46 There is log block not surrounded by if
16205 src/com/gps/hibernate/DlfileentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16206 src/com/gps/hibernate/DlfileentryDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16207 src/com/gps/hibernate/DlfileentryDAO.java 48 There is log block not surrounded by if
16208 src/com/gps/hibernate/DlfileentryDAO.java 53 Avoid excessively long variable names like persistentInstance
16209 src/com/gps/hibernate/DlfileentryDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
16210 src/com/gps/hibernate/DlfileentryDAO.java 53 publicMethodCommentRequirement Required
16211 src/com/gps/hibernate/DlfileentryDAO.java 54 There is log block not surrounded by if
16212 src/com/gps/hibernate/DlfileentryDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16213 src/com/gps/hibernate/DlfileentryDAO.java 56 Potential violation of Law of Demeter (method chain calls)
16214 src/com/gps/hibernate/DlfileentryDAO.java 57 There is log block not surrounded by if
16215 src/com/gps/hibernate/DlfileentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16216 src/com/gps/hibernate/DlfileentryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16217 src/com/gps/hibernate/DlfileentryDAO.java 59 There is log block not surrounded by if
16218 src/com/gps/hibernate/DlfileentryDAO.java 64 Avoid variables with short names like id
16219 src/com/gps/hibernate/DlfileentryDAO.java 64 Parameter 'id' is not assigned and could be declared final
16220 src/com/gps/hibernate/DlfileentryDAO.java 64 publicMethodCommentRequirement Required
16221 src/com/gps/hibernate/DlfileentryDAO.java 65 There is log block not surrounded by if
16222 src/com/gps/hibernate/DlfileentryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16223 src/com/gps/hibernate/DlfileentryDAO.java 67 Local variable 'instance' could be declared final
16224 src/com/gps/hibernate/DlfileentryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
16225 src/com/gps/hibernate/DlfileentryDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16226 src/com/gps/hibernate/DlfileentryDAO.java 71 There is log block not surrounded by if
16227 src/com/gps/hibernate/DlfileentryDAO.java 76 Parameter 'instance' is not assigned and could be declared final
16228 src/com/gps/hibernate/DlfileentryDAO.java 76 publicMethodCommentRequirement Required
16229 src/com/gps/hibernate/DlfileentryDAO.java 77 There is log block not surrounded by if
16230 src/com/gps/hibernate/DlfileentryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16231 src/com/gps/hibernate/DlfileentryDAO.java 79 Local variable 'results' could be declared final
16232 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16233 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16234 src/com/gps/hibernate/DlfileentryDAO.java 79 Potential violation of Law of Demeter (method chain calls)
16235 src/com/gps/hibernate/DlfileentryDAO.java 82 There is log block not surrounded by if
16236 src/com/gps/hibernate/DlfileentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16237 src/com/gps/hibernate/DlfileentryDAO.java 83 Potential violation of Law of Demeter (object not created locally)
16238 src/com/gps/hibernate/DlfileentryDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16239 src/com/gps/hibernate/DlfileentryDAO.java 86 There is log block not surrounded by if
16240 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
16241 src/com/gps/hibernate/DlfileentryDAO.java 91 Parameter 'value' is not assigned and could be declared final
16242 src/com/gps/hibernate/DlfileentryDAO.java 91 publicMethodCommentRequirement Required
16243 src/com/gps/hibernate/DlfileentryDAO.java 92 There is log block not surrounded by if
16244 src/com/gps/hibernate/DlfileentryDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16245 src/com/gps/hibernate/DlfileentryDAO.java 95 Local variable 'queryString' could be declared final
16246 src/com/gps/hibernate/DlfileentryDAO.java 97 Local variable 'queryObject' could be declared final
16247 src/com/gps/hibernate/DlfileentryDAO.java 97 Potential violation of Law of Demeter (method chain calls)
16248 src/com/gps/hibernate/DlfileentryDAO.java 98 Potential violation of Law of Demeter (object not created locally)
16249 src/com/gps/hibernate/DlfileentryDAO.java 99 Potential violation of Law of Demeter (object not created locally)
16250 src/com/gps/hibernate/DlfileentryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16251 src/com/gps/hibernate/DlfileentryDAO.java 101 There is log block not surrounded by if
16252 src/com/gps/hibernate/DlfileentryDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
16253 src/com/gps/hibernate/DlfileentryDAO.java 106 publicMethodCommentRequirement Required
16254 src/com/gps/hibernate/DlfileentryDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
16255 src/com/gps/hibernate/DlfileentryDAO.java 110 publicMethodCommentRequirement Required
16256 src/com/gps/hibernate/DlfileentryDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
16257 src/com/gps/hibernate/DlfileentryDAO.java 114 publicMethodCommentRequirement Required
16258 src/com/gps/hibernate/DlfileentryDAO.java 118 Parameter 'userId' is not assigned and could be declared final
16259 src/com/gps/hibernate/DlfileentryDAO.java 118 publicMethodCommentRequirement Required
16260 src/com/gps/hibernate/DlfileentryDAO.java 122 Parameter 'userName' is not assigned and could be declared final
16261 src/com/gps/hibernate/DlfileentryDAO.java 122 publicMethodCommentRequirement Required
16262 src/com/gps/hibernate/DlfileentryDAO.java 126 Parameter 'versionUserId' is not assigned and could be declared final
16263 src/com/gps/hibernate/DlfileentryDAO.java 126 publicMethodCommentRequirement Required
16264 src/com/gps/hibernate/DlfileentryDAO.java 130 Parameter 'versionUserName' is not assigned and could be declared final
16265 src/com/gps/hibernate/DlfileentryDAO.java 130 publicMethodCommentRequirement Required
16266 src/com/gps/hibernate/DlfileentryDAO.java 134 Parameter 'folderId' is not assigned and could be declared final
16267 src/com/gps/hibernate/DlfileentryDAO.java 134 publicMethodCommentRequirement Required
16268 src/com/gps/hibernate/DlfileentryDAO.java 138 Parameter 'name' is not assigned and could be declared final
16269 src/com/gps/hibernate/DlfileentryDAO.java 138 publicMethodCommentRequirement Required
16270 src/com/gps/hibernate/DlfileentryDAO.java 142 Parameter 'title' is not assigned and could be declared final
16271 src/com/gps/hibernate/DlfileentryDAO.java 142 publicMethodCommentRequirement Required
16272 src/com/gps/hibernate/DlfileentryDAO.java 146 Parameter 'description' is not assigned and could be declared final
16273 src/com/gps/hibernate/DlfileentryDAO.java 146 publicMethodCommentRequirement Required
16274 src/com/gps/hibernate/DlfileentryDAO.java 150 Parameter 'version' is not assigned and could be declared final
16275 src/com/gps/hibernate/DlfileentryDAO.java 150 publicMethodCommentRequirement Required
16276 src/com/gps/hibernate/DlfileentryDAO.java 154 Parameter 'size' is not assigned and could be declared final
16277 src/com/gps/hibernate/DlfileentryDAO.java 154 publicMethodCommentRequirement Required
16278 src/com/gps/hibernate/DlfileentryDAO.java 158 Parameter 'readCount' is not assigned and could be declared final
16279 src/com/gps/hibernate/DlfileentryDAO.java 158 publicMethodCommentRequirement Required
16280 src/com/gps/hibernate/DlfileentryDAO.java 162 Parameter 'extraSettings' is not assigned and could be declared final
16281 src/com/gps/hibernate/DlfileentryDAO.java 162 publicMethodCommentRequirement Required
16282 src/com/gps/hibernate/DlfileentryDAO.java 166 publicMethodCommentRequirement Required
16283 src/com/gps/hibernate/DlfileentryDAO.java 167 There is log block not surrounded by if
16284 src/com/gps/hibernate/DlfileentryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16285 src/com/gps/hibernate/DlfileentryDAO.java 169 Local variable 'queryString' could be declared final
16286 src/com/gps/hibernate/DlfileentryDAO.java 170 Local variable 'queryObject' could be declared final
16287 src/com/gps/hibernate/DlfileentryDAO.java 170 Potential violation of Law of Demeter (method chain calls)
16288 src/com/gps/hibernate/DlfileentryDAO.java 171 Potential violation of Law of Demeter (object not created locally)
16289 src/com/gps/hibernate/DlfileentryDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16290 src/com/gps/hibernate/DlfileentryDAO.java 173 There is log block not surrounded by if
16291 src/com/gps/hibernate/DlfileentryDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
16292 src/com/gps/hibernate/DlfileentryDAO.java 178 publicMethodCommentRequirement Required
16293 src/com/gps/hibernate/DlfileentryDAO.java 179 There is log block not surrounded by if
16294 src/com/gps/hibernate/DlfileentryDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16295 src/com/gps/hibernate/DlfileentryDAO.java 181 Local variable 'result' could be declared final
16296 src/com/gps/hibernate/DlfileentryDAO.java 181 Potential violation of Law of Demeter (method chain calls)
16297 src/com/gps/hibernate/DlfileentryDAO.java 183 There is log block not surrounded by if
16298 src/com/gps/hibernate/DlfileentryDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16299 src/com/gps/hibernate/DlfileentryDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16300 src/com/gps/hibernate/DlfileentryDAO.java 186 There is log block not surrounded by if
16301 src/com/gps/hibernate/DlfileentryDAO.java 191 Parameter 'instance' is not assigned and could be declared final
16302 src/com/gps/hibernate/DlfileentryDAO.java 191 publicMethodCommentRequirement Required
16303 src/com/gps/hibernate/DlfileentryDAO.java 192 There is log block not surrounded by if
16304 src/com/gps/hibernate/DlfileentryDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16305 src/com/gps/hibernate/DlfileentryDAO.java 194 Potential violation of Law of Demeter (method chain calls)
16306 src/com/gps/hibernate/DlfileentryDAO.java 195 There is log block not surrounded by if
16307 src/com/gps/hibernate/DlfileentryDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16308 src/com/gps/hibernate/DlfileentryDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16309 src/com/gps/hibernate/DlfileentryDAO.java 197 There is log block not surrounded by if
16310 src/com/gps/hibernate/DlfileentryDAO.java 202 Parameter 'instance' is not assigned and could be declared final
16311 src/com/gps/hibernate/DlfileentryDAO.java 202 publicMethodCommentRequirement Required
16312 src/com/gps/hibernate/DlfileentryDAO.java 203 There is log block not surrounded by if
16313 src/com/gps/hibernate/DlfileentryDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16314 src/com/gps/hibernate/DlfileentryDAO.java 205 Potential violation of Law of Demeter (method chain calls)
16315 src/com/gps/hibernate/DlfileentryDAO.java 206 There is log block not surrounded by if
16316 src/com/gps/hibernate/DlfileentryDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16317 src/com/gps/hibernate/DlfileentryDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16318 src/com/gps/hibernate/DlfileentryDAO.java 208 There is log block not surrounded by if
16319 src/com/gps/hibernate/Dlfilerank.java 11 Classes implementing Serializable should set a serialVersionUID
16320 src/com/gps/hibernate/Dlfilerank.java 15 fieldCommentRequirement Required
16321 src/com/gps/hibernate/Dlfilerank.java 16 fieldCommentRequirement Required
16322 src/com/gps/hibernate/Dlfilerank.java 17 fieldCommentRequirement Required
16323 src/com/gps/hibernate/Dlfilerank.java 18 fieldCommentRequirement Required
16324 src/com/gps/hibernate/Dlfilerank.java 19 fieldCommentRequirement Required
16325 src/com/gps/hibernate/Dlfilerank.java 20 fieldCommentRequirement Required
16326 src/com/gps/hibernate/Dlfilerank.java 21 fieldCommentRequirement Required
16327 src/com/gps/hibernate/Dlfilerank.java 26 Document empty constructor
16328 src/com/gps/hibernate/Dlfilerank.java 30 Parameter 'fileRankId' is not assigned and could be declared final
16329 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'companyId' is not assigned and could be declared final
16330 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'fileRankId' is not assigned and could be declared final
16331 src/com/gps/hibernate/Dlfilerank.java 35 Parameter 'groupId' is not assigned and could be declared final
16332 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'createDate' is not assigned and could be declared final
16333 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'folderId' is not assigned and could be declared final
16334 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'name' is not assigned and could be declared final
16335 src/com/gps/hibernate/Dlfilerank.java 36 Parameter 'userId' is not assigned and could be declared final
16336 src/com/gps/hibernate/Dlfilerank.java 48 publicMethodCommentRequirement Required
16337 src/com/gps/hibernate/Dlfilerank.java 52 Parameter 'fileRankId' is not assigned and could be declared final
16338 src/com/gps/hibernate/Dlfilerank.java 52 publicMethodCommentRequirement Required
16339 src/com/gps/hibernate/Dlfilerank.java 56 publicMethodCommentRequirement Required
16340 src/com/gps/hibernate/Dlfilerank.java 60 Parameter 'groupId' is not assigned and could be declared final
16341 src/com/gps/hibernate/Dlfilerank.java 60 publicMethodCommentRequirement Required
16342 src/com/gps/hibernate/Dlfilerank.java 64 publicMethodCommentRequirement Required
16343 src/com/gps/hibernate/Dlfilerank.java 68 Parameter 'companyId' is not assigned and could be declared final
16344 src/com/gps/hibernate/Dlfilerank.java 68 publicMethodCommentRequirement Required
16345 src/com/gps/hibernate/Dlfilerank.java 72 publicMethodCommentRequirement Required
16346 src/com/gps/hibernate/Dlfilerank.java 76 Parameter 'userId' is not assigned and could be declared final
16347 src/com/gps/hibernate/Dlfilerank.java 76 publicMethodCommentRequirement Required
16348 src/com/gps/hibernate/Dlfilerank.java 80 publicMethodCommentRequirement Required
16349 src/com/gps/hibernate/Dlfilerank.java 84 Parameter 'createDate' is not assigned and could be declared final
16350 src/com/gps/hibernate/Dlfilerank.java 84 publicMethodCommentRequirement Required
16351 src/com/gps/hibernate/Dlfilerank.java 88 publicMethodCommentRequirement Required
16352 src/com/gps/hibernate/Dlfilerank.java 92 Parameter 'folderId' is not assigned and could be declared final
16353 src/com/gps/hibernate/Dlfilerank.java 92 publicMethodCommentRequirement Required
16354 src/com/gps/hibernate/Dlfilerank.java 96 publicMethodCommentRequirement Required
16355 src/com/gps/hibernate/Dlfilerank.java 100 Parameter 'name' is not assigned and could be declared final
16356 src/com/gps/hibernate/Dlfilerank.java 100 publicMethodCommentRequirement Required
16357 src/com/gps/hibernate/DlfilerankDAO.java 3 Avoid unused imports such as 'java.util.Date'
16358 src/com/gps/hibernate/DlfilerankDAO.java 11 Comment is too large: Too many lines
16359 src/com/gps/hibernate/DlfilerankDAO.java 23 This class has too many methods, consider refactoring it.
16360 src/com/gps/hibernate/DlfilerankDAO.java 24 Logger should be defined private static final and have the correct class
16361 src/com/gps/hibernate/DlfilerankDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16362 src/com/gps/hibernate/DlfilerankDAO.java 24 fieldCommentRequirement Required
16363 src/com/gps/hibernate/DlfilerankDAO.java 26 fieldCommentRequirement Required
16364 src/com/gps/hibernate/DlfilerankDAO.java 27 fieldCommentRequirement Required
16365 src/com/gps/hibernate/DlfilerankDAO.java 28 fieldCommentRequirement Required
16366 src/com/gps/hibernate/DlfilerankDAO.java 29 fieldCommentRequirement Required
16367 src/com/gps/hibernate/DlfilerankDAO.java 30 fieldCommentRequirement Required
16368 src/com/gps/hibernate/DlfilerankDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
16369 src/com/gps/hibernate/DlfilerankDAO.java 32 publicMethodCommentRequirement Required
16370 src/com/gps/hibernate/DlfilerankDAO.java 33 There is log block not surrounded by if
16371 src/com/gps/hibernate/DlfilerankDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16372 src/com/gps/hibernate/DlfilerankDAO.java 35 Potential violation of Law of Demeter (method chain calls)
16373 src/com/gps/hibernate/DlfilerankDAO.java 36 There is log block not surrounded by if
16374 src/com/gps/hibernate/DlfilerankDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16375 src/com/gps/hibernate/DlfilerankDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16376 src/com/gps/hibernate/DlfilerankDAO.java 38 There is log block not surrounded by if
16377 src/com/gps/hibernate/DlfilerankDAO.java 43 Avoid excessively long variable names like persistentInstance
16378 src/com/gps/hibernate/DlfilerankDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
16379 src/com/gps/hibernate/DlfilerankDAO.java 43 publicMethodCommentRequirement Required
16380 src/com/gps/hibernate/DlfilerankDAO.java 44 There is log block not surrounded by if
16381 src/com/gps/hibernate/DlfilerankDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16382 src/com/gps/hibernate/DlfilerankDAO.java 46 Potential violation of Law of Demeter (method chain calls)
16383 src/com/gps/hibernate/DlfilerankDAO.java 47 There is log block not surrounded by if
16384 src/com/gps/hibernate/DlfilerankDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16385 src/com/gps/hibernate/DlfilerankDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16386 src/com/gps/hibernate/DlfilerankDAO.java 49 There is log block not surrounded by if
16387 src/com/gps/hibernate/DlfilerankDAO.java 54 Avoid variables with short names like id
16388 src/com/gps/hibernate/DlfilerankDAO.java 54 Parameter 'id' is not assigned and could be declared final
16389 src/com/gps/hibernate/DlfilerankDAO.java 54 publicMethodCommentRequirement Required
16390 src/com/gps/hibernate/DlfilerankDAO.java 55 There is log block not surrounded by if
16391 src/com/gps/hibernate/DlfilerankDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16392 src/com/gps/hibernate/DlfilerankDAO.java 57 Local variable 'instance' could be declared final
16393 src/com/gps/hibernate/DlfilerankDAO.java 57 Potential violation of Law of Demeter (method chain calls)
16394 src/com/gps/hibernate/DlfilerankDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16395 src/com/gps/hibernate/DlfilerankDAO.java 61 There is log block not surrounded by if
16396 src/com/gps/hibernate/DlfilerankDAO.java 66 Parameter 'instance' is not assigned and could be declared final
16397 src/com/gps/hibernate/DlfilerankDAO.java 66 publicMethodCommentRequirement Required
16398 src/com/gps/hibernate/DlfilerankDAO.java 67 There is log block not surrounded by if
16399 src/com/gps/hibernate/DlfilerankDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16400 src/com/gps/hibernate/DlfilerankDAO.java 69 Local variable 'results' could be declared final
16401 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
16402 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
16403 src/com/gps/hibernate/DlfilerankDAO.java 69 Potential violation of Law of Demeter (method chain calls)
16404 src/com/gps/hibernate/DlfilerankDAO.java 72 There is log block not surrounded by if
16405 src/com/gps/hibernate/DlfilerankDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16406 src/com/gps/hibernate/DlfilerankDAO.java 73 Potential violation of Law of Demeter (object not created locally)
16407 src/com/gps/hibernate/DlfilerankDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16408 src/com/gps/hibernate/DlfilerankDAO.java 76 There is log block not surrounded by if
16409 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
16410 src/com/gps/hibernate/DlfilerankDAO.java 81 Parameter 'value' is not assigned and could be declared final
16411 src/com/gps/hibernate/DlfilerankDAO.java 81 publicMethodCommentRequirement Required
16412 src/com/gps/hibernate/DlfilerankDAO.java 82 There is log block not surrounded by if
16413 src/com/gps/hibernate/DlfilerankDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16414 src/com/gps/hibernate/DlfilerankDAO.java 85 Local variable 'queryString' could be declared final
16415 src/com/gps/hibernate/DlfilerankDAO.java 87 Local variable 'queryObject' could be declared final
16416 src/com/gps/hibernate/DlfilerankDAO.java 87 Potential violation of Law of Demeter (method chain calls)
16417 src/com/gps/hibernate/DlfilerankDAO.java 88 Potential violation of Law of Demeter (object not created locally)
16418 src/com/gps/hibernate/DlfilerankDAO.java 89 Potential violation of Law of Demeter (object not created locally)
16419 src/com/gps/hibernate/DlfilerankDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16420 src/com/gps/hibernate/DlfilerankDAO.java 91 There is log block not surrounded by if
16421 src/com/gps/hibernate/DlfilerankDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
16422 src/com/gps/hibernate/DlfilerankDAO.java 96 publicMethodCommentRequirement Required
16423 src/com/gps/hibernate/DlfilerankDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
16424 src/com/gps/hibernate/DlfilerankDAO.java 100 publicMethodCommentRequirement Required
16425 src/com/gps/hibernate/DlfilerankDAO.java 104 Parameter 'userId' is not assigned and could be declared final
16426 src/com/gps/hibernate/DlfilerankDAO.java 104 publicMethodCommentRequirement Required
16427 src/com/gps/hibernate/DlfilerankDAO.java 108 Parameter 'folderId' is not assigned and could be declared final
16428 src/com/gps/hibernate/DlfilerankDAO.java 108 publicMethodCommentRequirement Required
16429 src/com/gps/hibernate/DlfilerankDAO.java 112 Parameter 'name' is not assigned and could be declared final
16430 src/com/gps/hibernate/DlfilerankDAO.java 112 publicMethodCommentRequirement Required
16431 src/com/gps/hibernate/DlfilerankDAO.java 116 publicMethodCommentRequirement Required
16432 src/com/gps/hibernate/DlfilerankDAO.java 117 There is log block not surrounded by if
16433 src/com/gps/hibernate/DlfilerankDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16434 src/com/gps/hibernate/DlfilerankDAO.java 119 Local variable 'queryString' could be declared final
16435 src/com/gps/hibernate/DlfilerankDAO.java 120 Local variable 'queryObject' could be declared final
16436 src/com/gps/hibernate/DlfilerankDAO.java 120 Potential violation of Law of Demeter (method chain calls)
16437 src/com/gps/hibernate/DlfilerankDAO.java 121 Potential violation of Law of Demeter (object not created locally)
16438 src/com/gps/hibernate/DlfilerankDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16439 src/com/gps/hibernate/DlfilerankDAO.java 123 There is log block not surrounded by if
16440 src/com/gps/hibernate/DlfilerankDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
16441 src/com/gps/hibernate/DlfilerankDAO.java 128 publicMethodCommentRequirement Required
16442 src/com/gps/hibernate/DlfilerankDAO.java 129 There is log block not surrounded by if
16443 src/com/gps/hibernate/DlfilerankDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16444 src/com/gps/hibernate/DlfilerankDAO.java 131 Local variable 'result' could be declared final
16445 src/com/gps/hibernate/DlfilerankDAO.java 131 Potential violation of Law of Demeter (method chain calls)
16446 src/com/gps/hibernate/DlfilerankDAO.java 133 There is log block not surrounded by if
16447 src/com/gps/hibernate/DlfilerankDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16448 src/com/gps/hibernate/DlfilerankDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16449 src/com/gps/hibernate/DlfilerankDAO.java 136 There is log block not surrounded by if
16450 src/com/gps/hibernate/DlfilerankDAO.java 141 Parameter 'instance' is not assigned and could be declared final
16451 src/com/gps/hibernate/DlfilerankDAO.java 141 publicMethodCommentRequirement Required
16452 src/com/gps/hibernate/DlfilerankDAO.java 142 There is log block not surrounded by if
16453 src/com/gps/hibernate/DlfilerankDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16454 src/com/gps/hibernate/DlfilerankDAO.java 144 Potential violation of Law of Demeter (method chain calls)
16455 src/com/gps/hibernate/DlfilerankDAO.java 145 There is log block not surrounded by if
16456 src/com/gps/hibernate/DlfilerankDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16457 src/com/gps/hibernate/DlfilerankDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16458 src/com/gps/hibernate/DlfilerankDAO.java 147 There is log block not surrounded by if
16459 src/com/gps/hibernate/DlfilerankDAO.java 152 Parameter 'instance' is not assigned and could be declared final
16460 src/com/gps/hibernate/DlfilerankDAO.java 152 publicMethodCommentRequirement Required
16461 src/com/gps/hibernate/DlfilerankDAO.java 153 There is log block not surrounded by if
16462 src/com/gps/hibernate/DlfilerankDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16463 src/com/gps/hibernate/DlfilerankDAO.java 155 Potential violation of Law of Demeter (method chain calls)
16464 src/com/gps/hibernate/DlfilerankDAO.java 156 There is log block not surrounded by if
16465 src/com/gps/hibernate/DlfilerankDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16466 src/com/gps/hibernate/DlfilerankDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16467 src/com/gps/hibernate/DlfilerankDAO.java 158 There is log block not surrounded by if
16468 src/com/gps/hibernate/Dlfileshortcut.java 11 Classes implementing Serializable should set a serialVersionUID
16469 src/com/gps/hibernate/Dlfileshortcut.java 15 fieldCommentRequirement Required
16470 src/com/gps/hibernate/Dlfileshortcut.java 16 fieldCommentRequirement Required
16471 src/com/gps/hibernate/Dlfileshortcut.java 17 fieldCommentRequirement Required
16472 src/com/gps/hibernate/Dlfileshortcut.java 18 fieldCommentRequirement Required
16473 src/com/gps/hibernate/Dlfileshortcut.java 19 fieldCommentRequirement Required
16474 src/com/gps/hibernate/Dlfileshortcut.java 20 fieldCommentRequirement Required
16475 src/com/gps/hibernate/Dlfileshortcut.java 21 fieldCommentRequirement Required
16476 src/com/gps/hibernate/Dlfileshortcut.java 22 fieldCommentRequirement Required
16477 src/com/gps/hibernate/Dlfileshortcut.java 23 fieldCommentRequirement Required
16478 src/com/gps/hibernate/Dlfileshortcut.java 24 fieldCommentRequirement Required
16479 src/com/gps/hibernate/Dlfileshortcut.java 25 fieldCommentRequirement Required
16480 src/com/gps/hibernate/Dlfileshortcut.java 30 Document empty constructor
16481 src/com/gps/hibernate/Dlfileshortcut.java 34 Parameter 'fileShortcutId' is not assigned and could be declared final
16482 src/com/gps/hibernate/Dlfileshortcut.java 39 Avoid long parameter lists.
16483 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'fileShortcutId' is not assigned and could be declared final
16484 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'groupId' is not assigned and could be declared final
16485 src/com/gps/hibernate/Dlfileshortcut.java 39 Parameter 'uuid' is not assigned and could be declared final
16486 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'companyId' is not assigned and could be declared final
16487 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'createDate' is not assigned and could be declared final
16488 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userId' is not assigned and could be declared final
16489 src/com/gps/hibernate/Dlfileshortcut.java 40 Parameter 'userName' is not assigned and could be declared final
16490 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'folderId' is not assigned and could be declared final
16491 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
16492 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toFolderId' is not assigned and could be declared final
16493 src/com/gps/hibernate/Dlfileshortcut.java 41 Parameter 'toName' is not assigned and could be declared final
16494 src/com/gps/hibernate/Dlfileshortcut.java 57 publicMethodCommentRequirement Required
16495 src/com/gps/hibernate/Dlfileshortcut.java 61 Parameter 'fileShortcutId' is not assigned and could be declared final
16496 src/com/gps/hibernate/Dlfileshortcut.java 61 publicMethodCommentRequirement Required
16497 src/com/gps/hibernate/Dlfileshortcut.java 65 publicMethodCommentRequirement Required
16498 src/com/gps/hibernate/Dlfileshortcut.java 69 Parameter 'uuid' is not assigned and could be declared final
16499 src/com/gps/hibernate/Dlfileshortcut.java 69 publicMethodCommentRequirement Required
16500 src/com/gps/hibernate/Dlfileshortcut.java 73 publicMethodCommentRequirement Required
16501 src/com/gps/hibernate/Dlfileshortcut.java 77 Parameter 'groupId' is not assigned and could be declared final
16502 src/com/gps/hibernate/Dlfileshortcut.java 77 publicMethodCommentRequirement Required
16503 src/com/gps/hibernate/Dlfileshortcut.java 81 publicMethodCommentRequirement Required
16504 src/com/gps/hibernate/Dlfileshortcut.java 85 Parameter 'companyId' is not assigned and could be declared final
16505 src/com/gps/hibernate/Dlfileshortcut.java 85 publicMethodCommentRequirement Required
16506 src/com/gps/hibernate/Dlfileshortcut.java 89 publicMethodCommentRequirement Required
16507 src/com/gps/hibernate/Dlfileshortcut.java 93 Parameter 'userId' is not assigned and could be declared final
16508 src/com/gps/hibernate/Dlfileshortcut.java 93 publicMethodCommentRequirement Required
16509 src/com/gps/hibernate/Dlfileshortcut.java 97 publicMethodCommentRequirement Required
16510 src/com/gps/hibernate/Dlfileshortcut.java 101 Parameter 'userName' is not assigned and could be declared final
16511 src/com/gps/hibernate/Dlfileshortcut.java 101 publicMethodCommentRequirement Required
16512 src/com/gps/hibernate/Dlfileshortcut.java 105 publicMethodCommentRequirement Required
16513 src/com/gps/hibernate/Dlfileshortcut.java 109 Parameter 'createDate' is not assigned and could be declared final
16514 src/com/gps/hibernate/Dlfileshortcut.java 109 publicMethodCommentRequirement Required
16515 src/com/gps/hibernate/Dlfileshortcut.java 113 publicMethodCommentRequirement Required
16516 src/com/gps/hibernate/Dlfileshortcut.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
16517 src/com/gps/hibernate/Dlfileshortcut.java 117 publicMethodCommentRequirement Required
16518 src/com/gps/hibernate/Dlfileshortcut.java 121 publicMethodCommentRequirement Required
16519 src/com/gps/hibernate/Dlfileshortcut.java 125 Parameter 'folderId' is not assigned and could be declared final
16520 src/com/gps/hibernate/Dlfileshortcut.java 125 publicMethodCommentRequirement Required
16521 src/com/gps/hibernate/Dlfileshortcut.java 129 publicMethodCommentRequirement Required
16522 src/com/gps/hibernate/Dlfileshortcut.java 133 Parameter 'toFolderId' is not assigned and could be declared final
16523 src/com/gps/hibernate/Dlfileshortcut.java 133 publicMethodCommentRequirement Required
16524 src/com/gps/hibernate/Dlfileshortcut.java 137 publicMethodCommentRequirement Required
16525 src/com/gps/hibernate/Dlfileshortcut.java 141 Parameter 'toName' is not assigned and could be declared final
16526 src/com/gps/hibernate/Dlfileshortcut.java 141 publicMethodCommentRequirement Required
16527 src/com/gps/hibernate/DlfileshortcutDAO.java 3 Avoid unused imports such as 'java.util.Date'
16528 src/com/gps/hibernate/DlfileshortcutDAO.java 11 Comment is too large: Too many lines
16529 src/com/gps/hibernate/DlfileshortcutDAO.java 23 This class has too many methods, consider refactoring it.
16530 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Logger should be defined private static final and have the correct class
16531 src/com/gps/hibernate/DlfileshortcutDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16532 src/com/gps/hibernate/DlfileshortcutDAO.java 24 fieldCommentRequirement Required
16533 src/com/gps/hibernate/DlfileshortcutDAO.java 26 fieldCommentRequirement Required
16534 src/com/gps/hibernate/DlfileshortcutDAO.java 27 fieldCommentRequirement Required
16535 src/com/gps/hibernate/DlfileshortcutDAO.java 28 fieldCommentRequirement Required
16536 src/com/gps/hibernate/DlfileshortcutDAO.java 29 fieldCommentRequirement Required
16537 src/com/gps/hibernate/DlfileshortcutDAO.java 30 fieldCommentRequirement Required
16538 src/com/gps/hibernate/DlfileshortcutDAO.java 31 fieldCommentRequirement Required
16539 src/com/gps/hibernate/DlfileshortcutDAO.java 32 fieldCommentRequirement Required
16540 src/com/gps/hibernate/DlfileshortcutDAO.java 33 fieldCommentRequirement Required
16541 src/com/gps/hibernate/DlfileshortcutDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
16542 src/com/gps/hibernate/DlfileshortcutDAO.java 35 publicMethodCommentRequirement Required
16543 src/com/gps/hibernate/DlfileshortcutDAO.java 36 There is log block not surrounded by if
16544 src/com/gps/hibernate/DlfileshortcutDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16545 src/com/gps/hibernate/DlfileshortcutDAO.java 38 Potential violation of Law of Demeter (method chain calls)
16546 src/com/gps/hibernate/DlfileshortcutDAO.java 39 There is log block not surrounded by if
16547 src/com/gps/hibernate/DlfileshortcutDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16548 src/com/gps/hibernate/DlfileshortcutDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16549 src/com/gps/hibernate/DlfileshortcutDAO.java 41 There is log block not surrounded by if
16550 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Avoid excessively long variable names like persistentInstance
16551 src/com/gps/hibernate/DlfileshortcutDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
16552 src/com/gps/hibernate/DlfileshortcutDAO.java 46 publicMethodCommentRequirement Required
16553 src/com/gps/hibernate/DlfileshortcutDAO.java 47 There is log block not surrounded by if
16554 src/com/gps/hibernate/DlfileshortcutDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16555 src/com/gps/hibernate/DlfileshortcutDAO.java 49 Potential violation of Law of Demeter (method chain calls)
16556 src/com/gps/hibernate/DlfileshortcutDAO.java 50 There is log block not surrounded by if
16557 src/com/gps/hibernate/DlfileshortcutDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16558 src/com/gps/hibernate/DlfileshortcutDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16559 src/com/gps/hibernate/DlfileshortcutDAO.java 52 There is log block not surrounded by if
16560 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Avoid variables with short names like id
16561 src/com/gps/hibernate/DlfileshortcutDAO.java 57 Parameter 'id' is not assigned and could be declared final
16562 src/com/gps/hibernate/DlfileshortcutDAO.java 57 publicMethodCommentRequirement Required
16563 src/com/gps/hibernate/DlfileshortcutDAO.java 58 There is log block not surrounded by if
16564 src/com/gps/hibernate/DlfileshortcutDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16565 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Local variable 'instance' could be declared final
16566 src/com/gps/hibernate/DlfileshortcutDAO.java 60 Potential violation of Law of Demeter (method chain calls)
16567 src/com/gps/hibernate/DlfileshortcutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16568 src/com/gps/hibernate/DlfileshortcutDAO.java 64 There is log block not surrounded by if
16569 src/com/gps/hibernate/DlfileshortcutDAO.java 69 Parameter 'instance' is not assigned and could be declared final
16570 src/com/gps/hibernate/DlfileshortcutDAO.java 69 publicMethodCommentRequirement Required
16571 src/com/gps/hibernate/DlfileshortcutDAO.java 70 There is log block not surrounded by if
16572 src/com/gps/hibernate/DlfileshortcutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16573 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Local variable 'results' could be declared final
16574 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16575 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16576 src/com/gps/hibernate/DlfileshortcutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16577 src/com/gps/hibernate/DlfileshortcutDAO.java 75 There is log block not surrounded by if
16578 src/com/gps/hibernate/DlfileshortcutDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16579 src/com/gps/hibernate/DlfileshortcutDAO.java 76 Potential violation of Law of Demeter (object not created locally)
16580 src/com/gps/hibernate/DlfileshortcutDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16581 src/com/gps/hibernate/DlfileshortcutDAO.java 79 There is log block not surrounded by if
16582 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
16583 src/com/gps/hibernate/DlfileshortcutDAO.java 84 Parameter 'value' is not assigned and could be declared final
16584 src/com/gps/hibernate/DlfileshortcutDAO.java 84 publicMethodCommentRequirement Required
16585 src/com/gps/hibernate/DlfileshortcutDAO.java 85 There is log block not surrounded by if
16586 src/com/gps/hibernate/DlfileshortcutDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16587 src/com/gps/hibernate/DlfileshortcutDAO.java 88 Local variable 'queryString' could be declared final
16588 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Local variable 'queryObject' could be declared final
16589 src/com/gps/hibernate/DlfileshortcutDAO.java 90 Potential violation of Law of Demeter (method chain calls)
16590 src/com/gps/hibernate/DlfileshortcutDAO.java 91 Potential violation of Law of Demeter (object not created locally)
16591 src/com/gps/hibernate/DlfileshortcutDAO.java 92 Potential violation of Law of Demeter (object not created locally)
16592 src/com/gps/hibernate/DlfileshortcutDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16593 src/com/gps/hibernate/DlfileshortcutDAO.java 94 There is log block not surrounded by if
16594 src/com/gps/hibernate/DlfileshortcutDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
16595 src/com/gps/hibernate/DlfileshortcutDAO.java 99 publicMethodCommentRequirement Required
16596 src/com/gps/hibernate/DlfileshortcutDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
16597 src/com/gps/hibernate/DlfileshortcutDAO.java 103 publicMethodCommentRequirement Required
16598 src/com/gps/hibernate/DlfileshortcutDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
16599 src/com/gps/hibernate/DlfileshortcutDAO.java 107 publicMethodCommentRequirement Required
16600 src/com/gps/hibernate/DlfileshortcutDAO.java 111 Parameter 'userId' is not assigned and could be declared final
16601 src/com/gps/hibernate/DlfileshortcutDAO.java 111 publicMethodCommentRequirement Required
16602 src/com/gps/hibernate/DlfileshortcutDAO.java 115 Parameter 'userName' is not assigned and could be declared final
16603 src/com/gps/hibernate/DlfileshortcutDAO.java 115 publicMethodCommentRequirement Required
16604 src/com/gps/hibernate/DlfileshortcutDAO.java 119 Parameter 'folderId' is not assigned and could be declared final
16605 src/com/gps/hibernate/DlfileshortcutDAO.java 119 publicMethodCommentRequirement Required
16606 src/com/gps/hibernate/DlfileshortcutDAO.java 123 Parameter 'toFolderId' is not assigned and could be declared final
16607 src/com/gps/hibernate/DlfileshortcutDAO.java 123 publicMethodCommentRequirement Required
16608 src/com/gps/hibernate/DlfileshortcutDAO.java 127 Parameter 'toName' is not assigned and could be declared final
16609 src/com/gps/hibernate/DlfileshortcutDAO.java 127 publicMethodCommentRequirement Required
16610 src/com/gps/hibernate/DlfileshortcutDAO.java 131 publicMethodCommentRequirement Required
16611 src/com/gps/hibernate/DlfileshortcutDAO.java 132 There is log block not surrounded by if
16612 src/com/gps/hibernate/DlfileshortcutDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16613 src/com/gps/hibernate/DlfileshortcutDAO.java 134 Local variable 'queryString' could be declared final
16614 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Local variable 'queryObject' could be declared final
16615 src/com/gps/hibernate/DlfileshortcutDAO.java 135 Potential violation of Law of Demeter (method chain calls)
16616 src/com/gps/hibernate/DlfileshortcutDAO.java 136 Potential violation of Law of Demeter (object not created locally)
16617 src/com/gps/hibernate/DlfileshortcutDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16618 src/com/gps/hibernate/DlfileshortcutDAO.java 138 There is log block not surrounded by if
16619 src/com/gps/hibernate/DlfileshortcutDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
16620 src/com/gps/hibernate/DlfileshortcutDAO.java 143 publicMethodCommentRequirement Required
16621 src/com/gps/hibernate/DlfileshortcutDAO.java 144 There is log block not surrounded by if
16622 src/com/gps/hibernate/DlfileshortcutDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16623 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Local variable 'result' could be declared final
16624 src/com/gps/hibernate/DlfileshortcutDAO.java 146 Potential violation of Law of Demeter (method chain calls)
16625 src/com/gps/hibernate/DlfileshortcutDAO.java 148 There is log block not surrounded by if
16626 src/com/gps/hibernate/DlfileshortcutDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16627 src/com/gps/hibernate/DlfileshortcutDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16628 src/com/gps/hibernate/DlfileshortcutDAO.java 151 There is log block not surrounded by if
16629 src/com/gps/hibernate/DlfileshortcutDAO.java 156 Parameter 'instance' is not assigned and could be declared final
16630 src/com/gps/hibernate/DlfileshortcutDAO.java 156 publicMethodCommentRequirement Required
16631 src/com/gps/hibernate/DlfileshortcutDAO.java 157 There is log block not surrounded by if
16632 src/com/gps/hibernate/DlfileshortcutDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16633 src/com/gps/hibernate/DlfileshortcutDAO.java 159 Potential violation of Law of Demeter (method chain calls)
16634 src/com/gps/hibernate/DlfileshortcutDAO.java 160 There is log block not surrounded by if
16635 src/com/gps/hibernate/DlfileshortcutDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16636 src/com/gps/hibernate/DlfileshortcutDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16637 src/com/gps/hibernate/DlfileshortcutDAO.java 162 There is log block not surrounded by if
16638 src/com/gps/hibernate/DlfileshortcutDAO.java 167 Parameter 'instance' is not assigned and could be declared final
16639 src/com/gps/hibernate/DlfileshortcutDAO.java 167 publicMethodCommentRequirement Required
16640 src/com/gps/hibernate/DlfileshortcutDAO.java 168 There is log block not surrounded by if
16641 src/com/gps/hibernate/DlfileshortcutDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16642 src/com/gps/hibernate/DlfileshortcutDAO.java 170 Potential violation of Law of Demeter (method chain calls)
16643 src/com/gps/hibernate/DlfileshortcutDAO.java 171 There is log block not surrounded by if
16644 src/com/gps/hibernate/DlfileshortcutDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16645 src/com/gps/hibernate/DlfileshortcutDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16646 src/com/gps/hibernate/DlfileshortcutDAO.java 173 There is log block not surrounded by if
16647 src/com/gps/hibernate/Dlfileversion.java 11 Classes implementing Serializable should set a serialVersionUID
16648 src/com/gps/hibernate/Dlfileversion.java 15 fieldCommentRequirement Required
16649 src/com/gps/hibernate/Dlfileversion.java 16 fieldCommentRequirement Required
16650 src/com/gps/hibernate/Dlfileversion.java 17 fieldCommentRequirement Required
16651 src/com/gps/hibernate/Dlfileversion.java 18 fieldCommentRequirement Required
16652 src/com/gps/hibernate/Dlfileversion.java 19 fieldCommentRequirement Required
16653 src/com/gps/hibernate/Dlfileversion.java 20 fieldCommentRequirement Required
16654 src/com/gps/hibernate/Dlfileversion.java 21 fieldCommentRequirement Required
16655 src/com/gps/hibernate/Dlfileversion.java 22 fieldCommentRequirement Required
16656 src/com/gps/hibernate/Dlfileversion.java 23 fieldCommentRequirement Required
16657 src/com/gps/hibernate/Dlfileversion.java 24 fieldCommentRequirement Required
16658 src/com/gps/hibernate/Dlfileversion.java 29 Document empty constructor
16659 src/com/gps/hibernate/Dlfileversion.java 33 Parameter 'fileVersionId' is not assigned and could be declared final
16660 src/com/gps/hibernate/Dlfileversion.java 38 Avoid long parameter lists.
16661 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'companyId' is not assigned and could be declared final
16662 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'fileVersionId' is not assigned and could be declared final
16663 src/com/gps/hibernate/Dlfileversion.java 38 Parameter 'groupId' is not assigned and could be declared final
16664 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'createDate' is not assigned and could be declared final
16665 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'folderId' is not assigned and could be declared final
16666 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userId' is not assigned and could be declared final
16667 src/com/gps/hibernate/Dlfileversion.java 39 Parameter 'userName' is not assigned and could be declared final
16668 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'name' is not assigned and could be declared final
16669 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'size' is not assigned and could be declared final
16670 src/com/gps/hibernate/Dlfileversion.java 40 Parameter 'version' is not assigned and could be declared final
16671 src/com/gps/hibernate/Dlfileversion.java 55 publicMethodCommentRequirement Required
16672 src/com/gps/hibernate/Dlfileversion.java 59 Parameter 'fileVersionId' is not assigned and could be declared final
16673 src/com/gps/hibernate/Dlfileversion.java 59 publicMethodCommentRequirement Required
16674 src/com/gps/hibernate/Dlfileversion.java 63 publicMethodCommentRequirement Required
16675 src/com/gps/hibernate/Dlfileversion.java 67 Parameter 'groupId' is not assigned and could be declared final
16676 src/com/gps/hibernate/Dlfileversion.java 67 publicMethodCommentRequirement Required
16677 src/com/gps/hibernate/Dlfileversion.java 71 publicMethodCommentRequirement Required
16678 src/com/gps/hibernate/Dlfileversion.java 75 Parameter 'companyId' is not assigned and could be declared final
16679 src/com/gps/hibernate/Dlfileversion.java 75 publicMethodCommentRequirement Required
16680 src/com/gps/hibernate/Dlfileversion.java 79 publicMethodCommentRequirement Required
16681 src/com/gps/hibernate/Dlfileversion.java 83 Parameter 'userId' is not assigned and could be declared final
16682 src/com/gps/hibernate/Dlfileversion.java 83 publicMethodCommentRequirement Required
16683 src/com/gps/hibernate/Dlfileversion.java 87 publicMethodCommentRequirement Required
16684 src/com/gps/hibernate/Dlfileversion.java 91 Parameter 'userName' is not assigned and could be declared final
16685 src/com/gps/hibernate/Dlfileversion.java 91 publicMethodCommentRequirement Required
16686 src/com/gps/hibernate/Dlfileversion.java 95 publicMethodCommentRequirement Required
16687 src/com/gps/hibernate/Dlfileversion.java 99 Parameter 'createDate' is not assigned and could be declared final
16688 src/com/gps/hibernate/Dlfileversion.java 99 publicMethodCommentRequirement Required
16689 src/com/gps/hibernate/Dlfileversion.java 103 publicMethodCommentRequirement Required
16690 src/com/gps/hibernate/Dlfileversion.java 107 Parameter 'folderId' is not assigned and could be declared final
16691 src/com/gps/hibernate/Dlfileversion.java 107 publicMethodCommentRequirement Required
16692 src/com/gps/hibernate/Dlfileversion.java 111 publicMethodCommentRequirement Required
16693 src/com/gps/hibernate/Dlfileversion.java 115 Parameter 'name' is not assigned and could be declared final
16694 src/com/gps/hibernate/Dlfileversion.java 115 publicMethodCommentRequirement Required
16695 src/com/gps/hibernate/Dlfileversion.java 119 publicMethodCommentRequirement Required
16696 src/com/gps/hibernate/Dlfileversion.java 123 Parameter 'version' is not assigned and could be declared final
16697 src/com/gps/hibernate/Dlfileversion.java 123 publicMethodCommentRequirement Required
16698 src/com/gps/hibernate/Dlfileversion.java 127 publicMethodCommentRequirement Required
16699 src/com/gps/hibernate/Dlfileversion.java 131 Parameter 'size' is not assigned and could be declared final
16700 src/com/gps/hibernate/Dlfileversion.java 131 publicMethodCommentRequirement Required
16701 src/com/gps/hibernate/DlfileversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
16702 src/com/gps/hibernate/DlfileversionDAO.java 11 Comment is too large: Too many lines
16703 src/com/gps/hibernate/DlfileversionDAO.java 23 This class has too many methods, consider refactoring it.
16704 src/com/gps/hibernate/DlfileversionDAO.java 24 Logger should be defined private static final and have the correct class
16705 src/com/gps/hibernate/DlfileversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16706 src/com/gps/hibernate/DlfileversionDAO.java 24 fieldCommentRequirement Required
16707 src/com/gps/hibernate/DlfileversionDAO.java 26 fieldCommentRequirement Required
16708 src/com/gps/hibernate/DlfileversionDAO.java 27 fieldCommentRequirement Required
16709 src/com/gps/hibernate/DlfileversionDAO.java 28 fieldCommentRequirement Required
16710 src/com/gps/hibernate/DlfileversionDAO.java 29 fieldCommentRequirement Required
16711 src/com/gps/hibernate/DlfileversionDAO.java 30 fieldCommentRequirement Required
16712 src/com/gps/hibernate/DlfileversionDAO.java 31 fieldCommentRequirement Required
16713 src/com/gps/hibernate/DlfileversionDAO.java 32 fieldCommentRequirement Required
16714 src/com/gps/hibernate/DlfileversionDAO.java 33 fieldCommentRequirement Required
16715 src/com/gps/hibernate/DlfileversionDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
16716 src/com/gps/hibernate/DlfileversionDAO.java 35 publicMethodCommentRequirement Required
16717 src/com/gps/hibernate/DlfileversionDAO.java 36 There is log block not surrounded by if
16718 src/com/gps/hibernate/DlfileversionDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16719 src/com/gps/hibernate/DlfileversionDAO.java 38 Potential violation of Law of Demeter (method chain calls)
16720 src/com/gps/hibernate/DlfileversionDAO.java 39 There is log block not surrounded by if
16721 src/com/gps/hibernate/DlfileversionDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16722 src/com/gps/hibernate/DlfileversionDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16723 src/com/gps/hibernate/DlfileversionDAO.java 41 There is log block not surrounded by if
16724 src/com/gps/hibernate/DlfileversionDAO.java 46 Avoid excessively long variable names like persistentInstance
16725 src/com/gps/hibernate/DlfileversionDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
16726 src/com/gps/hibernate/DlfileversionDAO.java 46 publicMethodCommentRequirement Required
16727 src/com/gps/hibernate/DlfileversionDAO.java 47 There is log block not surrounded by if
16728 src/com/gps/hibernate/DlfileversionDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16729 src/com/gps/hibernate/DlfileversionDAO.java 49 Potential violation of Law of Demeter (method chain calls)
16730 src/com/gps/hibernate/DlfileversionDAO.java 50 There is log block not surrounded by if
16731 src/com/gps/hibernate/DlfileversionDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16732 src/com/gps/hibernate/DlfileversionDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16733 src/com/gps/hibernate/DlfileversionDAO.java 52 There is log block not surrounded by if
16734 src/com/gps/hibernate/DlfileversionDAO.java 57 Avoid variables with short names like id
16735 src/com/gps/hibernate/DlfileversionDAO.java 57 Parameter 'id' is not assigned and could be declared final
16736 src/com/gps/hibernate/DlfileversionDAO.java 57 publicMethodCommentRequirement Required
16737 src/com/gps/hibernate/DlfileversionDAO.java 58 There is log block not surrounded by if
16738 src/com/gps/hibernate/DlfileversionDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16739 src/com/gps/hibernate/DlfileversionDAO.java 60 Local variable 'instance' could be declared final
16740 src/com/gps/hibernate/DlfileversionDAO.java 60 Potential violation of Law of Demeter (method chain calls)
16741 src/com/gps/hibernate/DlfileversionDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16742 src/com/gps/hibernate/DlfileversionDAO.java 64 There is log block not surrounded by if
16743 src/com/gps/hibernate/DlfileversionDAO.java 69 Parameter 'instance' is not assigned and could be declared final
16744 src/com/gps/hibernate/DlfileversionDAO.java 69 publicMethodCommentRequirement Required
16745 src/com/gps/hibernate/DlfileversionDAO.java 70 There is log block not surrounded by if
16746 src/com/gps/hibernate/DlfileversionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16747 src/com/gps/hibernate/DlfileversionDAO.java 72 Local variable 'results' could be declared final
16748 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16749 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16750 src/com/gps/hibernate/DlfileversionDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16751 src/com/gps/hibernate/DlfileversionDAO.java 75 There is log block not surrounded by if
16752 src/com/gps/hibernate/DlfileversionDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16753 src/com/gps/hibernate/DlfileversionDAO.java 76 Potential violation of Law of Demeter (object not created locally)
16754 src/com/gps/hibernate/DlfileversionDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16755 src/com/gps/hibernate/DlfileversionDAO.java 79 There is log block not surrounded by if
16756 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
16757 src/com/gps/hibernate/DlfileversionDAO.java 84 Parameter 'value' is not assigned and could be declared final
16758 src/com/gps/hibernate/DlfileversionDAO.java 84 publicMethodCommentRequirement Required
16759 src/com/gps/hibernate/DlfileversionDAO.java 85 There is log block not surrounded by if
16760 src/com/gps/hibernate/DlfileversionDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16761 src/com/gps/hibernate/DlfileversionDAO.java 88 Local variable 'queryString' could be declared final
16762 src/com/gps/hibernate/DlfileversionDAO.java 90 Local variable 'queryObject' could be declared final
16763 src/com/gps/hibernate/DlfileversionDAO.java 90 Potential violation of Law of Demeter (method chain calls)
16764 src/com/gps/hibernate/DlfileversionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
16765 src/com/gps/hibernate/DlfileversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
16766 src/com/gps/hibernate/DlfileversionDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16767 src/com/gps/hibernate/DlfileversionDAO.java 94 There is log block not surrounded by if
16768 src/com/gps/hibernate/DlfileversionDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
16769 src/com/gps/hibernate/DlfileversionDAO.java 99 publicMethodCommentRequirement Required
16770 src/com/gps/hibernate/DlfileversionDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
16771 src/com/gps/hibernate/DlfileversionDAO.java 103 publicMethodCommentRequirement Required
16772 src/com/gps/hibernate/DlfileversionDAO.java 107 Parameter 'userId' is not assigned and could be declared final
16773 src/com/gps/hibernate/DlfileversionDAO.java 107 publicMethodCommentRequirement Required
16774 src/com/gps/hibernate/DlfileversionDAO.java 111 Parameter 'userName' is not assigned and could be declared final
16775 src/com/gps/hibernate/DlfileversionDAO.java 111 publicMethodCommentRequirement Required
16776 src/com/gps/hibernate/DlfileversionDAO.java 115 Parameter 'folderId' is not assigned and could be declared final
16777 src/com/gps/hibernate/DlfileversionDAO.java 115 publicMethodCommentRequirement Required
16778 src/com/gps/hibernate/DlfileversionDAO.java 119 Parameter 'name' is not assigned and could be declared final
16779 src/com/gps/hibernate/DlfileversionDAO.java 119 publicMethodCommentRequirement Required
16780 src/com/gps/hibernate/DlfileversionDAO.java 123 Parameter 'version' is not assigned and could be declared final
16781 src/com/gps/hibernate/DlfileversionDAO.java 123 publicMethodCommentRequirement Required
16782 src/com/gps/hibernate/DlfileversionDAO.java 127 Parameter 'size' is not assigned and could be declared final
16783 src/com/gps/hibernate/DlfileversionDAO.java 127 publicMethodCommentRequirement Required
16784 src/com/gps/hibernate/DlfileversionDAO.java 131 publicMethodCommentRequirement Required
16785 src/com/gps/hibernate/DlfileversionDAO.java 132 There is log block not surrounded by if
16786 src/com/gps/hibernate/DlfileversionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16787 src/com/gps/hibernate/DlfileversionDAO.java 134 Local variable 'queryString' could be declared final
16788 src/com/gps/hibernate/DlfileversionDAO.java 135 Local variable 'queryObject' could be declared final
16789 src/com/gps/hibernate/DlfileversionDAO.java 135 Potential violation of Law of Demeter (method chain calls)
16790 src/com/gps/hibernate/DlfileversionDAO.java 136 Potential violation of Law of Demeter (object not created locally)
16791 src/com/gps/hibernate/DlfileversionDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16792 src/com/gps/hibernate/DlfileversionDAO.java 138 There is log block not surrounded by if
16793 src/com/gps/hibernate/DlfileversionDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
16794 src/com/gps/hibernate/DlfileversionDAO.java 143 publicMethodCommentRequirement Required
16795 src/com/gps/hibernate/DlfileversionDAO.java 144 There is log block not surrounded by if
16796 src/com/gps/hibernate/DlfileversionDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16797 src/com/gps/hibernate/DlfileversionDAO.java 146 Local variable 'result' could be declared final
16798 src/com/gps/hibernate/DlfileversionDAO.java 146 Potential violation of Law of Demeter (method chain calls)
16799 src/com/gps/hibernate/DlfileversionDAO.java 148 There is log block not surrounded by if
16800 src/com/gps/hibernate/DlfileversionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16801 src/com/gps/hibernate/DlfileversionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16802 src/com/gps/hibernate/DlfileversionDAO.java 151 There is log block not surrounded by if
16803 src/com/gps/hibernate/DlfileversionDAO.java 156 Parameter 'instance' is not assigned and could be declared final
16804 src/com/gps/hibernate/DlfileversionDAO.java 156 publicMethodCommentRequirement Required
16805 src/com/gps/hibernate/DlfileversionDAO.java 157 There is log block not surrounded by if
16806 src/com/gps/hibernate/DlfileversionDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16807 src/com/gps/hibernate/DlfileversionDAO.java 159 Potential violation of Law of Demeter (method chain calls)
16808 src/com/gps/hibernate/DlfileversionDAO.java 160 There is log block not surrounded by if
16809 src/com/gps/hibernate/DlfileversionDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16810 src/com/gps/hibernate/DlfileversionDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16811 src/com/gps/hibernate/DlfileversionDAO.java 162 There is log block not surrounded by if
16812 src/com/gps/hibernate/DlfileversionDAO.java 167 Parameter 'instance' is not assigned and could be declared final
16813 src/com/gps/hibernate/DlfileversionDAO.java 167 publicMethodCommentRequirement Required
16814 src/com/gps/hibernate/DlfileversionDAO.java 168 There is log block not surrounded by if
16815 src/com/gps/hibernate/DlfileversionDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16816 src/com/gps/hibernate/DlfileversionDAO.java 170 Potential violation of Law of Demeter (method chain calls)
16817 src/com/gps/hibernate/DlfileversionDAO.java 171 There is log block not surrounded by if
16818 src/com/gps/hibernate/DlfileversionDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16819 src/com/gps/hibernate/DlfileversionDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16820 src/com/gps/hibernate/DlfileversionDAO.java 173 There is log block not surrounded by if
16821 src/com/gps/hibernate/Dlfolder.java 11 Classes implementing Serializable should set a serialVersionUID
16822 src/com/gps/hibernate/Dlfolder.java 15 fieldCommentRequirement Required
16823 src/com/gps/hibernate/Dlfolder.java 16 fieldCommentRequirement Required
16824 src/com/gps/hibernate/Dlfolder.java 17 fieldCommentRequirement Required
16825 src/com/gps/hibernate/Dlfolder.java 18 fieldCommentRequirement Required
16826 src/com/gps/hibernate/Dlfolder.java 19 fieldCommentRequirement Required
16827 src/com/gps/hibernate/Dlfolder.java 20 fieldCommentRequirement Required
16828 src/com/gps/hibernate/Dlfolder.java 21 fieldCommentRequirement Required
16829 src/com/gps/hibernate/Dlfolder.java 22 fieldCommentRequirement Required
16830 src/com/gps/hibernate/Dlfolder.java 23 fieldCommentRequirement Required
16831 src/com/gps/hibernate/Dlfolder.java 24 fieldCommentRequirement Required
16832 src/com/gps/hibernate/Dlfolder.java 25 fieldCommentRequirement Required
16833 src/com/gps/hibernate/Dlfolder.java 26 fieldCommentRequirement Required
16834 src/com/gps/hibernate/Dlfolder.java 31 Document empty constructor
16835 src/com/gps/hibernate/Dlfolder.java 35 Parameter 'folderId' is not assigned and could be declared final
16836 src/com/gps/hibernate/Dlfolder.java 40 Avoid long parameter lists.
16837 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'companyId' is not assigned and could be declared final
16838 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'folderId' is not assigned and could be declared final
16839 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'groupId' is not assigned and could be declared final
16840 src/com/gps/hibernate/Dlfolder.java 40 Parameter 'uuid' is not assigned and could be declared final
16841 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'createDate' is not assigned and could be declared final
16842 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
16843 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userId' is not assigned and could be declared final
16844 src/com/gps/hibernate/Dlfolder.java 41 Parameter 'userName' is not assigned and could be declared final
16845 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'description' is not assigned and could be declared final
16846 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'name' is not assigned and could be declared final
16847 src/com/gps/hibernate/Dlfolder.java 42 Parameter 'parentFolderId' is not assigned and could be declared final
16848 src/com/gps/hibernate/Dlfolder.java 43 Parameter 'lastPostDate' is not assigned and could be declared final
16849 src/com/gps/hibernate/Dlfolder.java 60 publicMethodCommentRequirement Required
16850 src/com/gps/hibernate/Dlfolder.java 64 Parameter 'folderId' is not assigned and could be declared final
16851 src/com/gps/hibernate/Dlfolder.java 64 publicMethodCommentRequirement Required
16852 src/com/gps/hibernate/Dlfolder.java 68 publicMethodCommentRequirement Required
16853 src/com/gps/hibernate/Dlfolder.java 72 Parameter 'uuid' is not assigned and could be declared final
16854 src/com/gps/hibernate/Dlfolder.java 72 publicMethodCommentRequirement Required
16855 src/com/gps/hibernate/Dlfolder.java 76 publicMethodCommentRequirement Required
16856 src/com/gps/hibernate/Dlfolder.java 80 Parameter 'groupId' is not assigned and could be declared final
16857 src/com/gps/hibernate/Dlfolder.java 80 publicMethodCommentRequirement Required
16858 src/com/gps/hibernate/Dlfolder.java 84 publicMethodCommentRequirement Required
16859 src/com/gps/hibernate/Dlfolder.java 88 Parameter 'companyId' is not assigned and could be declared final
16860 src/com/gps/hibernate/Dlfolder.java 88 publicMethodCommentRequirement Required
16861 src/com/gps/hibernate/Dlfolder.java 92 publicMethodCommentRequirement Required
16862 src/com/gps/hibernate/Dlfolder.java 96 Parameter 'userId' is not assigned and could be declared final
16863 src/com/gps/hibernate/Dlfolder.java 96 publicMethodCommentRequirement Required
16864 src/com/gps/hibernate/Dlfolder.java 100 publicMethodCommentRequirement Required
16865 src/com/gps/hibernate/Dlfolder.java 104 Parameter 'userName' is not assigned and could be declared final
16866 src/com/gps/hibernate/Dlfolder.java 104 publicMethodCommentRequirement Required
16867 src/com/gps/hibernate/Dlfolder.java 108 publicMethodCommentRequirement Required
16868 src/com/gps/hibernate/Dlfolder.java 112 Parameter 'createDate' is not assigned and could be declared final
16869 src/com/gps/hibernate/Dlfolder.java 112 publicMethodCommentRequirement Required
16870 src/com/gps/hibernate/Dlfolder.java 116 publicMethodCommentRequirement Required
16871 src/com/gps/hibernate/Dlfolder.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
16872 src/com/gps/hibernate/Dlfolder.java 120 publicMethodCommentRequirement Required
16873 src/com/gps/hibernate/Dlfolder.java 124 publicMethodCommentRequirement Required
16874 src/com/gps/hibernate/Dlfolder.java 128 Parameter 'parentFolderId' is not assigned and could be declared final
16875 src/com/gps/hibernate/Dlfolder.java 128 publicMethodCommentRequirement Required
16876 src/com/gps/hibernate/Dlfolder.java 132 publicMethodCommentRequirement Required
16877 src/com/gps/hibernate/Dlfolder.java 136 Parameter 'name' is not assigned and could be declared final
16878 src/com/gps/hibernate/Dlfolder.java 136 publicMethodCommentRequirement Required
16879 src/com/gps/hibernate/Dlfolder.java 140 publicMethodCommentRequirement Required
16880 src/com/gps/hibernate/Dlfolder.java 144 Parameter 'description' is not assigned and could be declared final
16881 src/com/gps/hibernate/Dlfolder.java 144 publicMethodCommentRequirement Required
16882 src/com/gps/hibernate/Dlfolder.java 148 publicMethodCommentRequirement Required
16883 src/com/gps/hibernate/Dlfolder.java 152 Parameter 'lastPostDate' is not assigned and could be declared final
16884 src/com/gps/hibernate/Dlfolder.java 152 publicMethodCommentRequirement Required
16885 src/com/gps/hibernate/DlfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
16886 src/com/gps/hibernate/DlfolderDAO.java 11 Comment is too large: Too many lines
16887 src/com/gps/hibernate/DlfolderDAO.java 23 This class has too many methods, consider refactoring it.
16888 src/com/gps/hibernate/DlfolderDAO.java 24 Logger should be defined private static final and have the correct class
16889 src/com/gps/hibernate/DlfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
16890 src/com/gps/hibernate/DlfolderDAO.java 24 fieldCommentRequirement Required
16891 src/com/gps/hibernate/DlfolderDAO.java 26 fieldCommentRequirement Required
16892 src/com/gps/hibernate/DlfolderDAO.java 27 fieldCommentRequirement Required
16893 src/com/gps/hibernate/DlfolderDAO.java 28 fieldCommentRequirement Required
16894 src/com/gps/hibernate/DlfolderDAO.java 29 fieldCommentRequirement Required
16895 src/com/gps/hibernate/DlfolderDAO.java 30 fieldCommentRequirement Required
16896 src/com/gps/hibernate/DlfolderDAO.java 31 fieldCommentRequirement Required
16897 src/com/gps/hibernate/DlfolderDAO.java 32 fieldCommentRequirement Required
16898 src/com/gps/hibernate/DlfolderDAO.java 33 fieldCommentRequirement Required
16899 src/com/gps/hibernate/DlfolderDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
16900 src/com/gps/hibernate/DlfolderDAO.java 35 publicMethodCommentRequirement Required
16901 src/com/gps/hibernate/DlfolderDAO.java 36 There is log block not surrounded by if
16902 src/com/gps/hibernate/DlfolderDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16903 src/com/gps/hibernate/DlfolderDAO.java 38 Potential violation of Law of Demeter (method chain calls)
16904 src/com/gps/hibernate/DlfolderDAO.java 39 There is log block not surrounded by if
16905 src/com/gps/hibernate/DlfolderDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16906 src/com/gps/hibernate/DlfolderDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16907 src/com/gps/hibernate/DlfolderDAO.java 41 There is log block not surrounded by if
16908 src/com/gps/hibernate/DlfolderDAO.java 46 Avoid excessively long variable names like persistentInstance
16909 src/com/gps/hibernate/DlfolderDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
16910 src/com/gps/hibernate/DlfolderDAO.java 46 publicMethodCommentRequirement Required
16911 src/com/gps/hibernate/DlfolderDAO.java 47 There is log block not surrounded by if
16912 src/com/gps/hibernate/DlfolderDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16913 src/com/gps/hibernate/DlfolderDAO.java 49 Potential violation of Law of Demeter (method chain calls)
16914 src/com/gps/hibernate/DlfolderDAO.java 50 There is log block not surrounded by if
16915 src/com/gps/hibernate/DlfolderDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16916 src/com/gps/hibernate/DlfolderDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16917 src/com/gps/hibernate/DlfolderDAO.java 52 There is log block not surrounded by if
16918 src/com/gps/hibernate/DlfolderDAO.java 57 Avoid variables with short names like id
16919 src/com/gps/hibernate/DlfolderDAO.java 57 Parameter 'id' is not assigned and could be declared final
16920 src/com/gps/hibernate/DlfolderDAO.java 57 publicMethodCommentRequirement Required
16921 src/com/gps/hibernate/DlfolderDAO.java 58 There is log block not surrounded by if
16922 src/com/gps/hibernate/DlfolderDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16923 src/com/gps/hibernate/DlfolderDAO.java 60 Local variable 'instance' could be declared final
16924 src/com/gps/hibernate/DlfolderDAO.java 60 Potential violation of Law of Demeter (method chain calls)
16925 src/com/gps/hibernate/DlfolderDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16926 src/com/gps/hibernate/DlfolderDAO.java 64 There is log block not surrounded by if
16927 src/com/gps/hibernate/DlfolderDAO.java 69 Parameter 'instance' is not assigned and could be declared final
16928 src/com/gps/hibernate/DlfolderDAO.java 69 publicMethodCommentRequirement Required
16929 src/com/gps/hibernate/DlfolderDAO.java 70 There is log block not surrounded by if
16930 src/com/gps/hibernate/DlfolderDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16931 src/com/gps/hibernate/DlfolderDAO.java 72 Local variable 'results' could be declared final
16932 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16933 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16934 src/com/gps/hibernate/DlfolderDAO.java 72 Potential violation of Law of Demeter (method chain calls)
16935 src/com/gps/hibernate/DlfolderDAO.java 75 There is log block not surrounded by if
16936 src/com/gps/hibernate/DlfolderDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16937 src/com/gps/hibernate/DlfolderDAO.java 76 Potential violation of Law of Demeter (object not created locally)
16938 src/com/gps/hibernate/DlfolderDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16939 src/com/gps/hibernate/DlfolderDAO.java 79 There is log block not surrounded by if
16940 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
16941 src/com/gps/hibernate/DlfolderDAO.java 84 Parameter 'value' is not assigned and could be declared final
16942 src/com/gps/hibernate/DlfolderDAO.java 84 publicMethodCommentRequirement Required
16943 src/com/gps/hibernate/DlfolderDAO.java 85 There is log block not surrounded by if
16944 src/com/gps/hibernate/DlfolderDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16945 src/com/gps/hibernate/DlfolderDAO.java 88 Local variable 'queryString' could be declared final
16946 src/com/gps/hibernate/DlfolderDAO.java 90 Local variable 'queryObject' could be declared final
16947 src/com/gps/hibernate/DlfolderDAO.java 90 Potential violation of Law of Demeter (method chain calls)
16948 src/com/gps/hibernate/DlfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
16949 src/com/gps/hibernate/DlfolderDAO.java 92 Potential violation of Law of Demeter (object not created locally)
16950 src/com/gps/hibernate/DlfolderDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16951 src/com/gps/hibernate/DlfolderDAO.java 94 There is log block not surrounded by if
16952 src/com/gps/hibernate/DlfolderDAO.java 99 Parameter 'uuid' is not assigned and could be declared final
16953 src/com/gps/hibernate/DlfolderDAO.java 99 publicMethodCommentRequirement Required
16954 src/com/gps/hibernate/DlfolderDAO.java 103 Parameter 'groupId' is not assigned and could be declared final
16955 src/com/gps/hibernate/DlfolderDAO.java 103 publicMethodCommentRequirement Required
16956 src/com/gps/hibernate/DlfolderDAO.java 107 Parameter 'companyId' is not assigned and could be declared final
16957 src/com/gps/hibernate/DlfolderDAO.java 107 publicMethodCommentRequirement Required
16958 src/com/gps/hibernate/DlfolderDAO.java 111 Parameter 'userId' is not assigned and could be declared final
16959 src/com/gps/hibernate/DlfolderDAO.java 111 publicMethodCommentRequirement Required
16960 src/com/gps/hibernate/DlfolderDAO.java 115 Parameter 'userName' is not assigned and could be declared final
16961 src/com/gps/hibernate/DlfolderDAO.java 115 publicMethodCommentRequirement Required
16962 src/com/gps/hibernate/DlfolderDAO.java 119 Parameter 'parentFolderId' is not assigned and could be declared final
16963 src/com/gps/hibernate/DlfolderDAO.java 119 publicMethodCommentRequirement Required
16964 src/com/gps/hibernate/DlfolderDAO.java 123 Parameter 'name' is not assigned and could be declared final
16965 src/com/gps/hibernate/DlfolderDAO.java 123 publicMethodCommentRequirement Required
16966 src/com/gps/hibernate/DlfolderDAO.java 127 Parameter 'description' is not assigned and could be declared final
16967 src/com/gps/hibernate/DlfolderDAO.java 127 publicMethodCommentRequirement Required
16968 src/com/gps/hibernate/DlfolderDAO.java 131 publicMethodCommentRequirement Required
16969 src/com/gps/hibernate/DlfolderDAO.java 132 There is log block not surrounded by if
16970 src/com/gps/hibernate/DlfolderDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16971 src/com/gps/hibernate/DlfolderDAO.java 134 Local variable 'queryString' could be declared final
16972 src/com/gps/hibernate/DlfolderDAO.java 135 Local variable 'queryObject' could be declared final
16973 src/com/gps/hibernate/DlfolderDAO.java 135 Potential violation of Law of Demeter (method chain calls)
16974 src/com/gps/hibernate/DlfolderDAO.java 136 Potential violation of Law of Demeter (object not created locally)
16975 src/com/gps/hibernate/DlfolderDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16976 src/com/gps/hibernate/DlfolderDAO.java 138 There is log block not surrounded by if
16977 src/com/gps/hibernate/DlfolderDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
16978 src/com/gps/hibernate/DlfolderDAO.java 143 publicMethodCommentRequirement Required
16979 src/com/gps/hibernate/DlfolderDAO.java 144 There is log block not surrounded by if
16980 src/com/gps/hibernate/DlfolderDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16981 src/com/gps/hibernate/DlfolderDAO.java 146 Local variable 'result' could be declared final
16982 src/com/gps/hibernate/DlfolderDAO.java 146 Potential violation of Law of Demeter (method chain calls)
16983 src/com/gps/hibernate/DlfolderDAO.java 147 There is log block not surrounded by if
16984 src/com/gps/hibernate/DlfolderDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16985 src/com/gps/hibernate/DlfolderDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16986 src/com/gps/hibernate/DlfolderDAO.java 150 There is log block not surrounded by if
16987 src/com/gps/hibernate/DlfolderDAO.java 155 Parameter 'instance' is not assigned and could be declared final
16988 src/com/gps/hibernate/DlfolderDAO.java 155 publicMethodCommentRequirement Required
16989 src/com/gps/hibernate/DlfolderDAO.java 156 There is log block not surrounded by if
16990 src/com/gps/hibernate/DlfolderDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16991 src/com/gps/hibernate/DlfolderDAO.java 158 Potential violation of Law of Demeter (method chain calls)
16992 src/com/gps/hibernate/DlfolderDAO.java 159 There is log block not surrounded by if
16993 src/com/gps/hibernate/DlfolderDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
16994 src/com/gps/hibernate/DlfolderDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
16995 src/com/gps/hibernate/DlfolderDAO.java 161 There is log block not surrounded by if
16996 src/com/gps/hibernate/DlfolderDAO.java 166 Parameter 'instance' is not assigned and could be declared final
16997 src/com/gps/hibernate/DlfolderDAO.java 166 publicMethodCommentRequirement Required
16998 src/com/gps/hibernate/DlfolderDAO.java 167 There is log block not surrounded by if
16999 src/com/gps/hibernate/DlfolderDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17000 src/com/gps/hibernate/DlfolderDAO.java 169 Potential violation of Law of Demeter (method chain calls)
17001 src/com/gps/hibernate/DlfolderDAO.java 170 There is log block not surrounded by if
17002 src/com/gps/hibernate/DlfolderDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17003 src/com/gps/hibernate/DlfolderDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17004 src/com/gps/hibernate/DlfolderDAO.java 172 There is log block not surrounded by if
17005 src/com/gps/hibernate/Emailaddress.java 11 Classes implementing Serializable should set a serialVersionUID
17006 src/com/gps/hibernate/Emailaddress.java 15 fieldCommentRequirement Required
17007 src/com/gps/hibernate/Emailaddress.java 16 fieldCommentRequirement Required
17008 src/com/gps/hibernate/Emailaddress.java 17 fieldCommentRequirement Required
17009 src/com/gps/hibernate/Emailaddress.java 18 fieldCommentRequirement Required
17010 src/com/gps/hibernate/Emailaddress.java 19 fieldCommentRequirement Required
17011 src/com/gps/hibernate/Emailaddress.java 20 fieldCommentRequirement Required
17012 src/com/gps/hibernate/Emailaddress.java 21 fieldCommentRequirement Required
17013 src/com/gps/hibernate/Emailaddress.java 22 fieldCommentRequirement Required
17014 src/com/gps/hibernate/Emailaddress.java 23 fieldCommentRequirement Required
17015 src/com/gps/hibernate/Emailaddress.java 24 fieldCommentRequirement Required
17016 src/com/gps/hibernate/Emailaddress.java 25 fieldCommentRequirement Required
17017 src/com/gps/hibernate/Emailaddress.java 30 Document empty constructor
17018 src/com/gps/hibernate/Emailaddress.java 34 Parameter 'emailAddressId' is not assigned and could be declared final
17019 src/com/gps/hibernate/Emailaddress.java 39 Avoid long parameter lists.
17020 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'companyId' is not assigned and could be declared final
17021 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'emailAddressId' is not assigned and could be declared final
17022 src/com/gps/hibernate/Emailaddress.java 39 Parameter 'userId' is not assigned and could be declared final
17023 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'createDate' is not assigned and could be declared final
17024 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
17025 src/com/gps/hibernate/Emailaddress.java 40 Parameter 'userName' is not assigned and could be declared final
17026 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'address' is not assigned and could be declared final
17027 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classNameId' is not assigned and could be declared final
17028 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'classPk' is not assigned and could be declared final
17029 src/com/gps/hibernate/Emailaddress.java 41 Parameter 'typeId' is not assigned and could be declared final
17030 src/com/gps/hibernate/Emailaddress.java 42 Parameter 'primary' is not assigned and could be declared final
17031 src/com/gps/hibernate/Emailaddress.java 58 publicMethodCommentRequirement Required
17032 src/com/gps/hibernate/Emailaddress.java 62 Parameter 'emailAddressId' is not assigned and could be declared final
17033 src/com/gps/hibernate/Emailaddress.java 62 publicMethodCommentRequirement Required
17034 src/com/gps/hibernate/Emailaddress.java 66 publicMethodCommentRequirement Required
17035 src/com/gps/hibernate/Emailaddress.java 70 Parameter 'companyId' is not assigned and could be declared final
17036 src/com/gps/hibernate/Emailaddress.java 70 publicMethodCommentRequirement Required
17037 src/com/gps/hibernate/Emailaddress.java 74 publicMethodCommentRequirement Required
17038 src/com/gps/hibernate/Emailaddress.java 78 Parameter 'userId' is not assigned and could be declared final
17039 src/com/gps/hibernate/Emailaddress.java 78 publicMethodCommentRequirement Required
17040 src/com/gps/hibernate/Emailaddress.java 82 publicMethodCommentRequirement Required
17041 src/com/gps/hibernate/Emailaddress.java 86 Parameter 'userName' is not assigned and could be declared final
17042 src/com/gps/hibernate/Emailaddress.java 86 publicMethodCommentRequirement Required
17043 src/com/gps/hibernate/Emailaddress.java 90 publicMethodCommentRequirement Required
17044 src/com/gps/hibernate/Emailaddress.java 94 Parameter 'createDate' is not assigned and could be declared final
17045 src/com/gps/hibernate/Emailaddress.java 94 publicMethodCommentRequirement Required
17046 src/com/gps/hibernate/Emailaddress.java 98 publicMethodCommentRequirement Required
17047 src/com/gps/hibernate/Emailaddress.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
17048 src/com/gps/hibernate/Emailaddress.java 102 publicMethodCommentRequirement Required
17049 src/com/gps/hibernate/Emailaddress.java 106 publicMethodCommentRequirement Required
17050 src/com/gps/hibernate/Emailaddress.java 110 Parameter 'classNameId' is not assigned and could be declared final
17051 src/com/gps/hibernate/Emailaddress.java 110 publicMethodCommentRequirement Required
17052 src/com/gps/hibernate/Emailaddress.java 114 publicMethodCommentRequirement Required
17053 src/com/gps/hibernate/Emailaddress.java 118 Parameter 'classPk' is not assigned and could be declared final
17054 src/com/gps/hibernate/Emailaddress.java 118 publicMethodCommentRequirement Required
17055 src/com/gps/hibernate/Emailaddress.java 122 publicMethodCommentRequirement Required
17056 src/com/gps/hibernate/Emailaddress.java 126 Parameter 'address' is not assigned and could be declared final
17057 src/com/gps/hibernate/Emailaddress.java 126 publicMethodCommentRequirement Required
17058 src/com/gps/hibernate/Emailaddress.java 130 publicMethodCommentRequirement Required
17059 src/com/gps/hibernate/Emailaddress.java 134 Parameter 'typeId' is not assigned and could be declared final
17060 src/com/gps/hibernate/Emailaddress.java 134 publicMethodCommentRequirement Required
17061 src/com/gps/hibernate/Emailaddress.java 138 publicMethodCommentRequirement Required
17062 src/com/gps/hibernate/Emailaddress.java 142 Parameter 'primary' is not assigned and could be declared final
17063 src/com/gps/hibernate/Emailaddress.java 142 publicMethodCommentRequirement Required
17064 src/com/gps/hibernate/EmailaddressDAO.java 3 Avoid unused imports such as 'java.util.Date'
17065 src/com/gps/hibernate/EmailaddressDAO.java 11 Comment is too large: Too many lines
17066 src/com/gps/hibernate/EmailaddressDAO.java 23 This class has too many methods, consider refactoring it.
17067 src/com/gps/hibernate/EmailaddressDAO.java 24 Logger should be defined private static final and have the correct class
17068 src/com/gps/hibernate/EmailaddressDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
17069 src/com/gps/hibernate/EmailaddressDAO.java 24 fieldCommentRequirement Required
17070 src/com/gps/hibernate/EmailaddressDAO.java 26 fieldCommentRequirement Required
17071 src/com/gps/hibernate/EmailaddressDAO.java 27 fieldCommentRequirement Required
17072 src/com/gps/hibernate/EmailaddressDAO.java 28 fieldCommentRequirement Required
17073 src/com/gps/hibernate/EmailaddressDAO.java 29 fieldCommentRequirement Required
17074 src/com/gps/hibernate/EmailaddressDAO.java 30 fieldCommentRequirement Required
17075 src/com/gps/hibernate/EmailaddressDAO.java 31 fieldCommentRequirement Required
17076 src/com/gps/hibernate/EmailaddressDAO.java 32 fieldCommentRequirement Required
17077 src/com/gps/hibernate/EmailaddressDAO.java 33 fieldCommentRequirement Required
17078 src/com/gps/hibernate/EmailaddressDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
17079 src/com/gps/hibernate/EmailaddressDAO.java 35 publicMethodCommentRequirement Required
17080 src/com/gps/hibernate/EmailaddressDAO.java 36 There is log block not surrounded by if
17081 src/com/gps/hibernate/EmailaddressDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17082 src/com/gps/hibernate/EmailaddressDAO.java 38 Potential violation of Law of Demeter (method chain calls)
17083 src/com/gps/hibernate/EmailaddressDAO.java 39 There is log block not surrounded by if
17084 src/com/gps/hibernate/EmailaddressDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17085 src/com/gps/hibernate/EmailaddressDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17086 src/com/gps/hibernate/EmailaddressDAO.java 41 There is log block not surrounded by if
17087 src/com/gps/hibernate/EmailaddressDAO.java 46 Avoid excessively long variable names like persistentInstance
17088 src/com/gps/hibernate/EmailaddressDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
17089 src/com/gps/hibernate/EmailaddressDAO.java 46 publicMethodCommentRequirement Required
17090 src/com/gps/hibernate/EmailaddressDAO.java 47 There is log block not surrounded by if
17091 src/com/gps/hibernate/EmailaddressDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17092 src/com/gps/hibernate/EmailaddressDAO.java 49 Potential violation of Law of Demeter (method chain calls)
17093 src/com/gps/hibernate/EmailaddressDAO.java 50 There is log block not surrounded by if
17094 src/com/gps/hibernate/EmailaddressDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17095 src/com/gps/hibernate/EmailaddressDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17096 src/com/gps/hibernate/EmailaddressDAO.java 52 There is log block not surrounded by if
17097 src/com/gps/hibernate/EmailaddressDAO.java 57 Avoid variables with short names like id
17098 src/com/gps/hibernate/EmailaddressDAO.java 57 Parameter 'id' is not assigned and could be declared final
17099 src/com/gps/hibernate/EmailaddressDAO.java 57 publicMethodCommentRequirement Required
17100 src/com/gps/hibernate/EmailaddressDAO.java 58 There is log block not surrounded by if
17101 src/com/gps/hibernate/EmailaddressDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17102 src/com/gps/hibernate/EmailaddressDAO.java 60 Local variable 'instance' could be declared final
17103 src/com/gps/hibernate/EmailaddressDAO.java 60 Potential violation of Law of Demeter (method chain calls)
17104 src/com/gps/hibernate/EmailaddressDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17105 src/com/gps/hibernate/EmailaddressDAO.java 64 There is log block not surrounded by if
17106 src/com/gps/hibernate/EmailaddressDAO.java 69 Parameter 'instance' is not assigned and could be declared final
17107 src/com/gps/hibernate/EmailaddressDAO.java 69 publicMethodCommentRequirement Required
17108 src/com/gps/hibernate/EmailaddressDAO.java 70 There is log block not surrounded by if
17109 src/com/gps/hibernate/EmailaddressDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17110 src/com/gps/hibernate/EmailaddressDAO.java 72 Local variable 'results' could be declared final
17111 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
17112 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
17113 src/com/gps/hibernate/EmailaddressDAO.java 72 Potential violation of Law of Demeter (method chain calls)
17114 src/com/gps/hibernate/EmailaddressDAO.java 75 There is log block not surrounded by if
17115 src/com/gps/hibernate/EmailaddressDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17116 src/com/gps/hibernate/EmailaddressDAO.java 76 Potential violation of Law of Demeter (object not created locally)
17117 src/com/gps/hibernate/EmailaddressDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17118 src/com/gps/hibernate/EmailaddressDAO.java 79 There is log block not surrounded by if
17119 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
17120 src/com/gps/hibernate/EmailaddressDAO.java 84 Parameter 'value' is not assigned and could be declared final
17121 src/com/gps/hibernate/EmailaddressDAO.java 84 publicMethodCommentRequirement Required
17122 src/com/gps/hibernate/EmailaddressDAO.java 85 There is log block not surrounded by if
17123 src/com/gps/hibernate/EmailaddressDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17124 src/com/gps/hibernate/EmailaddressDAO.java 88 Local variable 'queryString' could be declared final
17125 src/com/gps/hibernate/EmailaddressDAO.java 90 Local variable 'queryObject' could be declared final
17126 src/com/gps/hibernate/EmailaddressDAO.java 90 Potential violation of Law of Demeter (method chain calls)
17127 src/com/gps/hibernate/EmailaddressDAO.java 91 Potential violation of Law of Demeter (object not created locally)
17128 src/com/gps/hibernate/EmailaddressDAO.java 92 Potential violation of Law of Demeter (object not created locally)
17129 src/com/gps/hibernate/EmailaddressDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17130 src/com/gps/hibernate/EmailaddressDAO.java 94 There is log block not surrounded by if
17131 src/com/gps/hibernate/EmailaddressDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
17132 src/com/gps/hibernate/EmailaddressDAO.java 99 publicMethodCommentRequirement Required
17133 src/com/gps/hibernate/EmailaddressDAO.java 103 Parameter 'userId' is not assigned and could be declared final
17134 src/com/gps/hibernate/EmailaddressDAO.java 103 publicMethodCommentRequirement Required
17135 src/com/gps/hibernate/EmailaddressDAO.java 107 Parameter 'userName' is not assigned and could be declared final
17136 src/com/gps/hibernate/EmailaddressDAO.java 107 publicMethodCommentRequirement Required
17137 src/com/gps/hibernate/EmailaddressDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
17138 src/com/gps/hibernate/EmailaddressDAO.java 111 publicMethodCommentRequirement Required
17139 src/com/gps/hibernate/EmailaddressDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
17140 src/com/gps/hibernate/EmailaddressDAO.java 115 publicMethodCommentRequirement Required
17141 src/com/gps/hibernate/EmailaddressDAO.java 119 Parameter 'address' is not assigned and could be declared final
17142 src/com/gps/hibernate/EmailaddressDAO.java 119 publicMethodCommentRequirement Required
17143 src/com/gps/hibernate/EmailaddressDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
17144 src/com/gps/hibernate/EmailaddressDAO.java 123 publicMethodCommentRequirement Required
17145 src/com/gps/hibernate/EmailaddressDAO.java 127 Parameter 'primary' is not assigned and could be declared final
17146 src/com/gps/hibernate/EmailaddressDAO.java 127 publicMethodCommentRequirement Required
17147 src/com/gps/hibernate/EmailaddressDAO.java 131 publicMethodCommentRequirement Required
17148 src/com/gps/hibernate/EmailaddressDAO.java 132 There is log block not surrounded by if
17149 src/com/gps/hibernate/EmailaddressDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17150 src/com/gps/hibernate/EmailaddressDAO.java 134 Local variable 'queryString' could be declared final
17151 src/com/gps/hibernate/EmailaddressDAO.java 135 Local variable 'queryObject' could be declared final
17152 src/com/gps/hibernate/EmailaddressDAO.java 135 Potential violation of Law of Demeter (method chain calls)
17153 src/com/gps/hibernate/EmailaddressDAO.java 136 Potential violation of Law of Demeter (object not created locally)
17154 src/com/gps/hibernate/EmailaddressDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17155 src/com/gps/hibernate/EmailaddressDAO.java 138 There is log block not surrounded by if
17156 src/com/gps/hibernate/EmailaddressDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
17157 src/com/gps/hibernate/EmailaddressDAO.java 143 publicMethodCommentRequirement Required
17158 src/com/gps/hibernate/EmailaddressDAO.java 144 There is log block not surrounded by if
17159 src/com/gps/hibernate/EmailaddressDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17160 src/com/gps/hibernate/EmailaddressDAO.java 146 Local variable 'result' could be declared final
17161 src/com/gps/hibernate/EmailaddressDAO.java 146 Potential violation of Law of Demeter (method chain calls)
17162 src/com/gps/hibernate/EmailaddressDAO.java 148 There is log block not surrounded by if
17163 src/com/gps/hibernate/EmailaddressDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17164 src/com/gps/hibernate/EmailaddressDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17165 src/com/gps/hibernate/EmailaddressDAO.java 151 There is log block not surrounded by if
17166 src/com/gps/hibernate/EmailaddressDAO.java 156 Parameter 'instance' is not assigned and could be declared final
17167 src/com/gps/hibernate/EmailaddressDAO.java 156 publicMethodCommentRequirement Required
17168 src/com/gps/hibernate/EmailaddressDAO.java 157 There is log block not surrounded by if
17169 src/com/gps/hibernate/EmailaddressDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17170 src/com/gps/hibernate/EmailaddressDAO.java 159 Potential violation of Law of Demeter (method chain calls)
17171 src/com/gps/hibernate/EmailaddressDAO.java 160 There is log block not surrounded by if
17172 src/com/gps/hibernate/EmailaddressDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17173 src/com/gps/hibernate/EmailaddressDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17174 src/com/gps/hibernate/EmailaddressDAO.java 162 There is log block not surrounded by if
17175 src/com/gps/hibernate/EmailaddressDAO.java 167 Parameter 'instance' is not assigned and could be declared final
17176 src/com/gps/hibernate/EmailaddressDAO.java 167 publicMethodCommentRequirement Required
17177 src/com/gps/hibernate/EmailaddressDAO.java 168 There is log block not surrounded by if
17178 src/com/gps/hibernate/EmailaddressDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17179 src/com/gps/hibernate/EmailaddressDAO.java 170 Potential violation of Law of Demeter (method chain calls)
17180 src/com/gps/hibernate/EmailaddressDAO.java 171 There is log block not surrounded by if
17181 src/com/gps/hibernate/EmailaddressDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17182 src/com/gps/hibernate/EmailaddressDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17183 src/com/gps/hibernate/EmailaddressDAO.java 173 There is log block not surrounded by if
17184 src/com/gps/hibernate/Expandocolumn.java 9 Classes implementing Serializable should set a serialVersionUID
17185 src/com/gps/hibernate/Expandocolumn.java 13 fieldCommentRequirement Required
17186 src/com/gps/hibernate/Expandocolumn.java 14 fieldCommentRequirement Required
17187 src/com/gps/hibernate/Expandocolumn.java 15 fieldCommentRequirement Required
17188 src/com/gps/hibernate/Expandocolumn.java 16 fieldCommentRequirement Required
17189 src/com/gps/hibernate/Expandocolumn.java 17 fieldCommentRequirement Required
17190 src/com/gps/hibernate/Expandocolumn.java 18 fieldCommentRequirement Required
17191 src/com/gps/hibernate/Expandocolumn.java 19 fieldCommentRequirement Required
17192 src/com/gps/hibernate/Expandocolumn.java 24 Document empty constructor
17193 src/com/gps/hibernate/Expandocolumn.java 28 Parameter 'columnId' is not assigned and could be declared final
17194 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'columnId' is not assigned and could be declared final
17195 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'companyId' is not assigned and could be declared final
17196 src/com/gps/hibernate/Expandocolumn.java 33 Parameter 'tableId' is not assigned and could be declared final
17197 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'defaultData' is not assigned and could be declared final
17198 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'name' is not assigned and could be declared final
17199 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'type' is not assigned and could be declared final
17200 src/com/gps/hibernate/Expandocolumn.java 34 Parameter 'typeSettings' is not assigned and could be declared final
17201 src/com/gps/hibernate/Expandocolumn.java 46 publicMethodCommentRequirement Required
17202 src/com/gps/hibernate/Expandocolumn.java 50 Parameter 'columnId' is not assigned and could be declared final
17203 src/com/gps/hibernate/Expandocolumn.java 50 publicMethodCommentRequirement Required
17204 src/com/gps/hibernate/Expandocolumn.java 54 publicMethodCommentRequirement Required
17205 src/com/gps/hibernate/Expandocolumn.java 58 Parameter 'companyId' is not assigned and could be declared final
17206 src/com/gps/hibernate/Expandocolumn.java 58 publicMethodCommentRequirement Required
17207 src/com/gps/hibernate/Expandocolumn.java 62 publicMethodCommentRequirement Required
17208 src/com/gps/hibernate/Expandocolumn.java 66 Parameter 'tableId' is not assigned and could be declared final
17209 src/com/gps/hibernate/Expandocolumn.java 66 publicMethodCommentRequirement Required
17210 src/com/gps/hibernate/Expandocolumn.java 70 publicMethodCommentRequirement Required
17211 src/com/gps/hibernate/Expandocolumn.java 74 Parameter 'name' is not assigned and could be declared final
17212 src/com/gps/hibernate/Expandocolumn.java 74 publicMethodCommentRequirement Required
17213 src/com/gps/hibernate/Expandocolumn.java 78 publicMethodCommentRequirement Required
17214 src/com/gps/hibernate/Expandocolumn.java 82 Parameter 'type' is not assigned and could be declared final
17215 src/com/gps/hibernate/Expandocolumn.java 82 publicMethodCommentRequirement Required
17216 src/com/gps/hibernate/Expandocolumn.java 86 publicMethodCommentRequirement Required
17217 src/com/gps/hibernate/Expandocolumn.java 90 Parameter 'defaultData' is not assigned and could be declared final
17218 src/com/gps/hibernate/Expandocolumn.java 90 publicMethodCommentRequirement Required
17219 src/com/gps/hibernate/Expandocolumn.java 94 publicMethodCommentRequirement Required
17220 src/com/gps/hibernate/Expandocolumn.java 98 Parameter 'typeSettings' is not assigned and could be declared final
17221 src/com/gps/hibernate/Expandocolumn.java 98 publicMethodCommentRequirement Required
17222 src/com/gps/hibernate/ExpandocolumnDAO.java 10 Comment is too large: Too many lines
17223 src/com/gps/hibernate/ExpandocolumnDAO.java 22 This class has too many methods, consider refactoring it.
17224 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Logger should be defined private static final and have the correct class
17225 src/com/gps/hibernate/ExpandocolumnDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17226 src/com/gps/hibernate/ExpandocolumnDAO.java 23 fieldCommentRequirement Required
17227 src/com/gps/hibernate/ExpandocolumnDAO.java 25 fieldCommentRequirement Required
17228 src/com/gps/hibernate/ExpandocolumnDAO.java 26 fieldCommentRequirement Required
17229 src/com/gps/hibernate/ExpandocolumnDAO.java 27 fieldCommentRequirement Required
17230 src/com/gps/hibernate/ExpandocolumnDAO.java 28 fieldCommentRequirement Required
17231 src/com/gps/hibernate/ExpandocolumnDAO.java 29 fieldCommentRequirement Required
17232 src/com/gps/hibernate/ExpandocolumnDAO.java 30 fieldCommentRequirement Required
17233 src/com/gps/hibernate/ExpandocolumnDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
17234 src/com/gps/hibernate/ExpandocolumnDAO.java 32 publicMethodCommentRequirement Required
17235 src/com/gps/hibernate/ExpandocolumnDAO.java 33 There is log block not surrounded by if
17236 src/com/gps/hibernate/ExpandocolumnDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17237 src/com/gps/hibernate/ExpandocolumnDAO.java 35 Potential violation of Law of Demeter (method chain calls)
17238 src/com/gps/hibernate/ExpandocolumnDAO.java 36 There is log block not surrounded by if
17239 src/com/gps/hibernate/ExpandocolumnDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17240 src/com/gps/hibernate/ExpandocolumnDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17241 src/com/gps/hibernate/ExpandocolumnDAO.java 38 There is log block not surrounded by if
17242 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Avoid excessively long variable names like persistentInstance
17243 src/com/gps/hibernate/ExpandocolumnDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
17244 src/com/gps/hibernate/ExpandocolumnDAO.java 43 publicMethodCommentRequirement Required
17245 src/com/gps/hibernate/ExpandocolumnDAO.java 44 There is log block not surrounded by if
17246 src/com/gps/hibernate/ExpandocolumnDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17247 src/com/gps/hibernate/ExpandocolumnDAO.java 46 Potential violation of Law of Demeter (method chain calls)
17248 src/com/gps/hibernate/ExpandocolumnDAO.java 47 There is log block not surrounded by if
17249 src/com/gps/hibernate/ExpandocolumnDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17250 src/com/gps/hibernate/ExpandocolumnDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17251 src/com/gps/hibernate/ExpandocolumnDAO.java 49 There is log block not surrounded by if
17252 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Avoid variables with short names like id
17253 src/com/gps/hibernate/ExpandocolumnDAO.java 54 Parameter 'id' is not assigned and could be declared final
17254 src/com/gps/hibernate/ExpandocolumnDAO.java 54 publicMethodCommentRequirement Required
17255 src/com/gps/hibernate/ExpandocolumnDAO.java 55 There is log block not surrounded by if
17256 src/com/gps/hibernate/ExpandocolumnDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17257 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Local variable 'instance' could be declared final
17258 src/com/gps/hibernate/ExpandocolumnDAO.java 57 Potential violation of Law of Demeter (method chain calls)
17259 src/com/gps/hibernate/ExpandocolumnDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17260 src/com/gps/hibernate/ExpandocolumnDAO.java 61 There is log block not surrounded by if
17261 src/com/gps/hibernate/ExpandocolumnDAO.java 66 Parameter 'instance' is not assigned and could be declared final
17262 src/com/gps/hibernate/ExpandocolumnDAO.java 66 publicMethodCommentRequirement Required
17263 src/com/gps/hibernate/ExpandocolumnDAO.java 67 There is log block not surrounded by if
17264 src/com/gps/hibernate/ExpandocolumnDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17265 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Local variable 'results' could be declared final
17266 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17267 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17268 src/com/gps/hibernate/ExpandocolumnDAO.java 69 Potential violation of Law of Demeter (method chain calls)
17269 src/com/gps/hibernate/ExpandocolumnDAO.java 72 There is log block not surrounded by if
17270 src/com/gps/hibernate/ExpandocolumnDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17271 src/com/gps/hibernate/ExpandocolumnDAO.java 73 Potential violation of Law of Demeter (object not created locally)
17272 src/com/gps/hibernate/ExpandocolumnDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17273 src/com/gps/hibernate/ExpandocolumnDAO.java 76 There is log block not surrounded by if
17274 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
17275 src/com/gps/hibernate/ExpandocolumnDAO.java 81 Parameter 'value' is not assigned and could be declared final
17276 src/com/gps/hibernate/ExpandocolumnDAO.java 81 publicMethodCommentRequirement Required
17277 src/com/gps/hibernate/ExpandocolumnDAO.java 82 There is log block not surrounded by if
17278 src/com/gps/hibernate/ExpandocolumnDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17279 src/com/gps/hibernate/ExpandocolumnDAO.java 85 Local variable 'queryString' could be declared final
17280 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Local variable 'queryObject' could be declared final
17281 src/com/gps/hibernate/ExpandocolumnDAO.java 87 Potential violation of Law of Demeter (method chain calls)
17282 src/com/gps/hibernate/ExpandocolumnDAO.java 88 Potential violation of Law of Demeter (object not created locally)
17283 src/com/gps/hibernate/ExpandocolumnDAO.java 89 Potential violation of Law of Demeter (object not created locally)
17284 src/com/gps/hibernate/ExpandocolumnDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17285 src/com/gps/hibernate/ExpandocolumnDAO.java 91 There is log block not surrounded by if
17286 src/com/gps/hibernate/ExpandocolumnDAO.java 96 Parameter 'companyId' is not assigned and could be declared final
17287 src/com/gps/hibernate/ExpandocolumnDAO.java 96 publicMethodCommentRequirement Required
17288 src/com/gps/hibernate/ExpandocolumnDAO.java 100 Parameter 'tableId' is not assigned and could be declared final
17289 src/com/gps/hibernate/ExpandocolumnDAO.java 100 publicMethodCommentRequirement Required
17290 src/com/gps/hibernate/ExpandocolumnDAO.java 104 Parameter 'name' is not assigned and could be declared final
17291 src/com/gps/hibernate/ExpandocolumnDAO.java 104 publicMethodCommentRequirement Required
17292 src/com/gps/hibernate/ExpandocolumnDAO.java 108 Parameter 'type' is not assigned and could be declared final
17293 src/com/gps/hibernate/ExpandocolumnDAO.java 108 publicMethodCommentRequirement Required
17294 src/com/gps/hibernate/ExpandocolumnDAO.java 112 Parameter 'defaultData' is not assigned and could be declared final
17295 src/com/gps/hibernate/ExpandocolumnDAO.java 112 publicMethodCommentRequirement Required
17296 src/com/gps/hibernate/ExpandocolumnDAO.java 116 Parameter 'typeSettings' is not assigned and could be declared final
17297 src/com/gps/hibernate/ExpandocolumnDAO.java 116 publicMethodCommentRequirement Required
17298 src/com/gps/hibernate/ExpandocolumnDAO.java 120 publicMethodCommentRequirement Required
17299 src/com/gps/hibernate/ExpandocolumnDAO.java 121 There is log block not surrounded by if
17300 src/com/gps/hibernate/ExpandocolumnDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17301 src/com/gps/hibernate/ExpandocolumnDAO.java 123 Local variable 'queryString' could be declared final
17302 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Local variable 'queryObject' could be declared final
17303 src/com/gps/hibernate/ExpandocolumnDAO.java 124 Potential violation of Law of Demeter (method chain calls)
17304 src/com/gps/hibernate/ExpandocolumnDAO.java 125 Potential violation of Law of Demeter (object not created locally)
17305 src/com/gps/hibernate/ExpandocolumnDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17306 src/com/gps/hibernate/ExpandocolumnDAO.java 127 There is log block not surrounded by if
17307 src/com/gps/hibernate/ExpandocolumnDAO.java 132 Parameter 'detachedInstance' is not assigned and could be declared final
17308 src/com/gps/hibernate/ExpandocolumnDAO.java 132 publicMethodCommentRequirement Required
17309 src/com/gps/hibernate/ExpandocolumnDAO.java 133 There is log block not surrounded by if
17310 src/com/gps/hibernate/ExpandocolumnDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17311 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Local variable 'result' could be declared final
17312 src/com/gps/hibernate/ExpandocolumnDAO.java 135 Potential violation of Law of Demeter (method chain calls)
17313 src/com/gps/hibernate/ExpandocolumnDAO.java 137 There is log block not surrounded by if
17314 src/com/gps/hibernate/ExpandocolumnDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17315 src/com/gps/hibernate/ExpandocolumnDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17316 src/com/gps/hibernate/ExpandocolumnDAO.java 140 There is log block not surrounded by if
17317 src/com/gps/hibernate/ExpandocolumnDAO.java 145 Parameter 'instance' is not assigned and could be declared final
17318 src/com/gps/hibernate/ExpandocolumnDAO.java 145 publicMethodCommentRequirement Required
17319 src/com/gps/hibernate/ExpandocolumnDAO.java 146 There is log block not surrounded by if
17320 src/com/gps/hibernate/ExpandocolumnDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17321 src/com/gps/hibernate/ExpandocolumnDAO.java 148 Potential violation of Law of Demeter (method chain calls)
17322 src/com/gps/hibernate/ExpandocolumnDAO.java 149 There is log block not surrounded by if
17323 src/com/gps/hibernate/ExpandocolumnDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17324 src/com/gps/hibernate/ExpandocolumnDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17325 src/com/gps/hibernate/ExpandocolumnDAO.java 151 There is log block not surrounded by if
17326 src/com/gps/hibernate/ExpandocolumnDAO.java 156 Parameter 'instance' is not assigned and could be declared final
17327 src/com/gps/hibernate/ExpandocolumnDAO.java 156 publicMethodCommentRequirement Required
17328 src/com/gps/hibernate/ExpandocolumnDAO.java 157 There is log block not surrounded by if
17329 src/com/gps/hibernate/ExpandocolumnDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17330 src/com/gps/hibernate/ExpandocolumnDAO.java 159 Potential violation of Law of Demeter (method chain calls)
17331 src/com/gps/hibernate/ExpandocolumnDAO.java 160 There is log block not surrounded by if
17332 src/com/gps/hibernate/ExpandocolumnDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17333 src/com/gps/hibernate/ExpandocolumnDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17334 src/com/gps/hibernate/ExpandocolumnDAO.java 162 There is log block not surrounded by if
17335 src/com/gps/hibernate/Expandorow.java 9 Classes implementing Serializable should set a serialVersionUID
17336 src/com/gps/hibernate/Expandorow.java 13 fieldCommentRequirement Required
17337 src/com/gps/hibernate/Expandorow.java 14 fieldCommentRequirement Required
17338 src/com/gps/hibernate/Expandorow.java 15 fieldCommentRequirement Required
17339 src/com/gps/hibernate/Expandorow.java 16 fieldCommentRequirement Required
17340 src/com/gps/hibernate/Expandorow.java 21 Document empty constructor
17341 src/com/gps/hibernate/Expandorow.java 25 Parameter 'rowId' is not assigned and could be declared final
17342 src/com/gps/hibernate/Expandorow.java 30 Parameter 'classPk' is not assigned and could be declared final
17343 src/com/gps/hibernate/Expandorow.java 30 Parameter 'companyId' is not assigned and could be declared final
17344 src/com/gps/hibernate/Expandorow.java 30 Parameter 'rowId' is not assigned and could be declared final
17345 src/com/gps/hibernate/Expandorow.java 30 Parameter 'tableId' is not assigned and could be declared final
17346 src/com/gps/hibernate/Expandorow.java 39 publicMethodCommentRequirement Required
17347 src/com/gps/hibernate/Expandorow.java 43 Parameter 'rowId' is not assigned and could be declared final
17348 src/com/gps/hibernate/Expandorow.java 43 publicMethodCommentRequirement Required
17349 src/com/gps/hibernate/Expandorow.java 47 publicMethodCommentRequirement Required
17350 src/com/gps/hibernate/Expandorow.java 51 Parameter 'companyId' is not assigned and could be declared final
17351 src/com/gps/hibernate/Expandorow.java 51 publicMethodCommentRequirement Required
17352 src/com/gps/hibernate/Expandorow.java 55 publicMethodCommentRequirement Required
17353 src/com/gps/hibernate/Expandorow.java 59 Parameter 'tableId' is not assigned and could be declared final
17354 src/com/gps/hibernate/Expandorow.java 59 publicMethodCommentRequirement Required
17355 src/com/gps/hibernate/Expandorow.java 63 publicMethodCommentRequirement Required
17356 src/com/gps/hibernate/Expandorow.java 67 Parameter 'classPk' is not assigned and could be declared final
17357 src/com/gps/hibernate/Expandorow.java 67 publicMethodCommentRequirement Required
17358 src/com/gps/hibernate/ExpandorowDAO.java 10 Comment is too large: Too many lines
17359 src/com/gps/hibernate/ExpandorowDAO.java 22 This class has too many methods, consider refactoring it.
17360 src/com/gps/hibernate/ExpandorowDAO.java 23 Logger should be defined private static final and have the correct class
17361 src/com/gps/hibernate/ExpandorowDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17362 src/com/gps/hibernate/ExpandorowDAO.java 23 fieldCommentRequirement Required
17363 src/com/gps/hibernate/ExpandorowDAO.java 25 fieldCommentRequirement Required
17364 src/com/gps/hibernate/ExpandorowDAO.java 26 fieldCommentRequirement Required
17365 src/com/gps/hibernate/ExpandorowDAO.java 27 fieldCommentRequirement Required
17366 src/com/gps/hibernate/ExpandorowDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
17367 src/com/gps/hibernate/ExpandorowDAO.java 29 publicMethodCommentRequirement Required
17368 src/com/gps/hibernate/ExpandorowDAO.java 30 There is log block not surrounded by if
17369 src/com/gps/hibernate/ExpandorowDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17370 src/com/gps/hibernate/ExpandorowDAO.java 32 Potential violation of Law of Demeter (method chain calls)
17371 src/com/gps/hibernate/ExpandorowDAO.java 33 There is log block not surrounded by if
17372 src/com/gps/hibernate/ExpandorowDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17373 src/com/gps/hibernate/ExpandorowDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17374 src/com/gps/hibernate/ExpandorowDAO.java 35 There is log block not surrounded by if
17375 src/com/gps/hibernate/ExpandorowDAO.java 40 Avoid excessively long variable names like persistentInstance
17376 src/com/gps/hibernate/ExpandorowDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
17377 src/com/gps/hibernate/ExpandorowDAO.java 40 publicMethodCommentRequirement Required
17378 src/com/gps/hibernate/ExpandorowDAO.java 41 There is log block not surrounded by if
17379 src/com/gps/hibernate/ExpandorowDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17380 src/com/gps/hibernate/ExpandorowDAO.java 43 Potential violation of Law of Demeter (method chain calls)
17381 src/com/gps/hibernate/ExpandorowDAO.java 44 There is log block not surrounded by if
17382 src/com/gps/hibernate/ExpandorowDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17383 src/com/gps/hibernate/ExpandorowDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17384 src/com/gps/hibernate/ExpandorowDAO.java 46 There is log block not surrounded by if
17385 src/com/gps/hibernate/ExpandorowDAO.java 51 Avoid variables with short names like id
17386 src/com/gps/hibernate/ExpandorowDAO.java 51 Parameter 'id' is not assigned and could be declared final
17387 src/com/gps/hibernate/ExpandorowDAO.java 51 publicMethodCommentRequirement Required
17388 src/com/gps/hibernate/ExpandorowDAO.java 52 There is log block not surrounded by if
17389 src/com/gps/hibernate/ExpandorowDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17390 src/com/gps/hibernate/ExpandorowDAO.java 54 Local variable 'instance' could be declared final
17391 src/com/gps/hibernate/ExpandorowDAO.java 54 Potential violation of Law of Demeter (method chain calls)
17392 src/com/gps/hibernate/ExpandorowDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17393 src/com/gps/hibernate/ExpandorowDAO.java 58 There is log block not surrounded by if
17394 src/com/gps/hibernate/ExpandorowDAO.java 63 Parameter 'instance' is not assigned and could be declared final
17395 src/com/gps/hibernate/ExpandorowDAO.java 63 publicMethodCommentRequirement Required
17396 src/com/gps/hibernate/ExpandorowDAO.java 64 There is log block not surrounded by if
17397 src/com/gps/hibernate/ExpandorowDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17398 src/com/gps/hibernate/ExpandorowDAO.java 66 Local variable 'results' could be declared final
17399 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17400 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17401 src/com/gps/hibernate/ExpandorowDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17402 src/com/gps/hibernate/ExpandorowDAO.java 69 There is log block not surrounded by if
17403 src/com/gps/hibernate/ExpandorowDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17404 src/com/gps/hibernate/ExpandorowDAO.java 70 Potential violation of Law of Demeter (object not created locally)
17405 src/com/gps/hibernate/ExpandorowDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17406 src/com/gps/hibernate/ExpandorowDAO.java 73 There is log block not surrounded by if
17407 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
17408 src/com/gps/hibernate/ExpandorowDAO.java 78 Parameter 'value' is not assigned and could be declared final
17409 src/com/gps/hibernate/ExpandorowDAO.java 78 publicMethodCommentRequirement Required
17410 src/com/gps/hibernate/ExpandorowDAO.java 79 There is log block not surrounded by if
17411 src/com/gps/hibernate/ExpandorowDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17412 src/com/gps/hibernate/ExpandorowDAO.java 82 Local variable 'queryString' could be declared final
17413 src/com/gps/hibernate/ExpandorowDAO.java 84 Local variable 'queryObject' could be declared final
17414 src/com/gps/hibernate/ExpandorowDAO.java 84 Potential violation of Law of Demeter (method chain calls)
17415 src/com/gps/hibernate/ExpandorowDAO.java 85 Potential violation of Law of Demeter (object not created locally)
17416 src/com/gps/hibernate/ExpandorowDAO.java 86 Potential violation of Law of Demeter (object not created locally)
17417 src/com/gps/hibernate/ExpandorowDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17418 src/com/gps/hibernate/ExpandorowDAO.java 88 There is log block not surrounded by if
17419 src/com/gps/hibernate/ExpandorowDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
17420 src/com/gps/hibernate/ExpandorowDAO.java 93 publicMethodCommentRequirement Required
17421 src/com/gps/hibernate/ExpandorowDAO.java 97 Parameter 'tableId' is not assigned and could be declared final
17422 src/com/gps/hibernate/ExpandorowDAO.java 97 publicMethodCommentRequirement Required
17423 src/com/gps/hibernate/ExpandorowDAO.java 101 Parameter 'classPk' is not assigned and could be declared final
17424 src/com/gps/hibernate/ExpandorowDAO.java 101 publicMethodCommentRequirement Required
17425 src/com/gps/hibernate/ExpandorowDAO.java 105 publicMethodCommentRequirement Required
17426 src/com/gps/hibernate/ExpandorowDAO.java 106 There is log block not surrounded by if
17427 src/com/gps/hibernate/ExpandorowDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17428 src/com/gps/hibernate/ExpandorowDAO.java 108 Local variable 'queryString' could be declared final
17429 src/com/gps/hibernate/ExpandorowDAO.java 109 Local variable 'queryObject' could be declared final
17430 src/com/gps/hibernate/ExpandorowDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17431 src/com/gps/hibernate/ExpandorowDAO.java 110 Potential violation of Law of Demeter (object not created locally)
17432 src/com/gps/hibernate/ExpandorowDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17433 src/com/gps/hibernate/ExpandorowDAO.java 112 There is log block not surrounded by if
17434 src/com/gps/hibernate/ExpandorowDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
17435 src/com/gps/hibernate/ExpandorowDAO.java 117 publicMethodCommentRequirement Required
17436 src/com/gps/hibernate/ExpandorowDAO.java 118 There is log block not surrounded by if
17437 src/com/gps/hibernate/ExpandorowDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17438 src/com/gps/hibernate/ExpandorowDAO.java 120 Local variable 'result' could be declared final
17439 src/com/gps/hibernate/ExpandorowDAO.java 120 Potential violation of Law of Demeter (method chain calls)
17440 src/com/gps/hibernate/ExpandorowDAO.java 122 There is log block not surrounded by if
17441 src/com/gps/hibernate/ExpandorowDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17442 src/com/gps/hibernate/ExpandorowDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17443 src/com/gps/hibernate/ExpandorowDAO.java 125 There is log block not surrounded by if
17444 src/com/gps/hibernate/ExpandorowDAO.java 130 Parameter 'instance' is not assigned and could be declared final
17445 src/com/gps/hibernate/ExpandorowDAO.java 130 publicMethodCommentRequirement Required
17446 src/com/gps/hibernate/ExpandorowDAO.java 131 There is log block not surrounded by if
17447 src/com/gps/hibernate/ExpandorowDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17448 src/com/gps/hibernate/ExpandorowDAO.java 133 Potential violation of Law of Demeter (method chain calls)
17449 src/com/gps/hibernate/ExpandorowDAO.java 134 There is log block not surrounded by if
17450 src/com/gps/hibernate/ExpandorowDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17451 src/com/gps/hibernate/ExpandorowDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17452 src/com/gps/hibernate/ExpandorowDAO.java 136 There is log block not surrounded by if
17453 src/com/gps/hibernate/ExpandorowDAO.java 141 Parameter 'instance' is not assigned and could be declared final
17454 src/com/gps/hibernate/ExpandorowDAO.java 141 publicMethodCommentRequirement Required
17455 src/com/gps/hibernate/ExpandorowDAO.java 142 There is log block not surrounded by if
17456 src/com/gps/hibernate/ExpandorowDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17457 src/com/gps/hibernate/ExpandorowDAO.java 144 Potential violation of Law of Demeter (method chain calls)
17458 src/com/gps/hibernate/ExpandorowDAO.java 145 There is log block not surrounded by if
17459 src/com/gps/hibernate/ExpandorowDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17460 src/com/gps/hibernate/ExpandorowDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17461 src/com/gps/hibernate/ExpandorowDAO.java 147 There is log block not surrounded by if
17462 src/com/gps/hibernate/Expandotable.java 9 Classes implementing Serializable should set a serialVersionUID
17463 src/com/gps/hibernate/Expandotable.java 13 fieldCommentRequirement Required
17464 src/com/gps/hibernate/Expandotable.java 14 fieldCommentRequirement Required
17465 src/com/gps/hibernate/Expandotable.java 15 fieldCommentRequirement Required
17466 src/com/gps/hibernate/Expandotable.java 16 fieldCommentRequirement Required
17467 src/com/gps/hibernate/Expandotable.java 21 Document empty constructor
17468 src/com/gps/hibernate/Expandotable.java 25 Parameter 'tableId' is not assigned and could be declared final
17469 src/com/gps/hibernate/Expandotable.java 30 Parameter 'classNameId' is not assigned and could be declared final
17470 src/com/gps/hibernate/Expandotable.java 30 Parameter 'companyId' is not assigned and could be declared final
17471 src/com/gps/hibernate/Expandotable.java 30 Parameter 'tableId' is not assigned and could be declared final
17472 src/com/gps/hibernate/Expandotable.java 31 Parameter 'name' is not assigned and could be declared final
17473 src/com/gps/hibernate/Expandotable.java 40 publicMethodCommentRequirement Required
17474 src/com/gps/hibernate/Expandotable.java 44 Parameter 'tableId' is not assigned and could be declared final
17475 src/com/gps/hibernate/Expandotable.java 44 publicMethodCommentRequirement Required
17476 src/com/gps/hibernate/Expandotable.java 48 publicMethodCommentRequirement Required
17477 src/com/gps/hibernate/Expandotable.java 52 Parameter 'companyId' is not assigned and could be declared final
17478 src/com/gps/hibernate/Expandotable.java 52 publicMethodCommentRequirement Required
17479 src/com/gps/hibernate/Expandotable.java 56 publicMethodCommentRequirement Required
17480 src/com/gps/hibernate/Expandotable.java 60 Parameter 'classNameId' is not assigned and could be declared final
17481 src/com/gps/hibernate/Expandotable.java 60 publicMethodCommentRequirement Required
17482 src/com/gps/hibernate/Expandotable.java 64 publicMethodCommentRequirement Required
17483 src/com/gps/hibernate/Expandotable.java 68 Parameter 'name' is not assigned and could be declared final
17484 src/com/gps/hibernate/Expandotable.java 68 publicMethodCommentRequirement Required
17485 src/com/gps/hibernate/ExpandotableDAO.java 10 Comment is too large: Too many lines
17486 src/com/gps/hibernate/ExpandotableDAO.java 22 This class has too many methods, consider refactoring it.
17487 src/com/gps/hibernate/ExpandotableDAO.java 23 Logger should be defined private static final and have the correct class
17488 src/com/gps/hibernate/ExpandotableDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17489 src/com/gps/hibernate/ExpandotableDAO.java 23 fieldCommentRequirement Required
17490 src/com/gps/hibernate/ExpandotableDAO.java 25 fieldCommentRequirement Required
17491 src/com/gps/hibernate/ExpandotableDAO.java 26 fieldCommentRequirement Required
17492 src/com/gps/hibernate/ExpandotableDAO.java 27 fieldCommentRequirement Required
17493 src/com/gps/hibernate/ExpandotableDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
17494 src/com/gps/hibernate/ExpandotableDAO.java 29 publicMethodCommentRequirement Required
17495 src/com/gps/hibernate/ExpandotableDAO.java 30 There is log block not surrounded by if
17496 src/com/gps/hibernate/ExpandotableDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17497 src/com/gps/hibernate/ExpandotableDAO.java 32 Potential violation of Law of Demeter (method chain calls)
17498 src/com/gps/hibernate/ExpandotableDAO.java 33 There is log block not surrounded by if
17499 src/com/gps/hibernate/ExpandotableDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17500 src/com/gps/hibernate/ExpandotableDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17501 src/com/gps/hibernate/ExpandotableDAO.java 35 There is log block not surrounded by if
17502 src/com/gps/hibernate/ExpandotableDAO.java 40 Avoid excessively long variable names like persistentInstance
17503 src/com/gps/hibernate/ExpandotableDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
17504 src/com/gps/hibernate/ExpandotableDAO.java 40 publicMethodCommentRequirement Required
17505 src/com/gps/hibernate/ExpandotableDAO.java 41 There is log block not surrounded by if
17506 src/com/gps/hibernate/ExpandotableDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17507 src/com/gps/hibernate/ExpandotableDAO.java 43 Potential violation of Law of Demeter (method chain calls)
17508 src/com/gps/hibernate/ExpandotableDAO.java 44 There is log block not surrounded by if
17509 src/com/gps/hibernate/ExpandotableDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17510 src/com/gps/hibernate/ExpandotableDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17511 src/com/gps/hibernate/ExpandotableDAO.java 46 There is log block not surrounded by if
17512 src/com/gps/hibernate/ExpandotableDAO.java 51 Avoid variables with short names like id
17513 src/com/gps/hibernate/ExpandotableDAO.java 51 Parameter 'id' is not assigned and could be declared final
17514 src/com/gps/hibernate/ExpandotableDAO.java 51 publicMethodCommentRequirement Required
17515 src/com/gps/hibernate/ExpandotableDAO.java 52 There is log block not surrounded by if
17516 src/com/gps/hibernate/ExpandotableDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17517 src/com/gps/hibernate/ExpandotableDAO.java 54 Local variable 'instance' could be declared final
17518 src/com/gps/hibernate/ExpandotableDAO.java 54 Potential violation of Law of Demeter (method chain calls)
17519 src/com/gps/hibernate/ExpandotableDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17520 src/com/gps/hibernate/ExpandotableDAO.java 58 There is log block not surrounded by if
17521 src/com/gps/hibernate/ExpandotableDAO.java 63 Parameter 'instance' is not assigned and could be declared final
17522 src/com/gps/hibernate/ExpandotableDAO.java 63 publicMethodCommentRequirement Required
17523 src/com/gps/hibernate/ExpandotableDAO.java 64 There is log block not surrounded by if
17524 src/com/gps/hibernate/ExpandotableDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17525 src/com/gps/hibernate/ExpandotableDAO.java 66 Local variable 'results' could be declared final
17526 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17527 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17528 src/com/gps/hibernate/ExpandotableDAO.java 66 Potential violation of Law of Demeter (method chain calls)
17529 src/com/gps/hibernate/ExpandotableDAO.java 69 There is log block not surrounded by if
17530 src/com/gps/hibernate/ExpandotableDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17531 src/com/gps/hibernate/ExpandotableDAO.java 70 Potential violation of Law of Demeter (object not created locally)
17532 src/com/gps/hibernate/ExpandotableDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17533 src/com/gps/hibernate/ExpandotableDAO.java 73 There is log block not surrounded by if
17534 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
17535 src/com/gps/hibernate/ExpandotableDAO.java 78 Parameter 'value' is not assigned and could be declared final
17536 src/com/gps/hibernate/ExpandotableDAO.java 78 publicMethodCommentRequirement Required
17537 src/com/gps/hibernate/ExpandotableDAO.java 79 There is log block not surrounded by if
17538 src/com/gps/hibernate/ExpandotableDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17539 src/com/gps/hibernate/ExpandotableDAO.java 82 Local variable 'queryString' could be declared final
17540 src/com/gps/hibernate/ExpandotableDAO.java 84 Local variable 'queryObject' could be declared final
17541 src/com/gps/hibernate/ExpandotableDAO.java 84 Potential violation of Law of Demeter (method chain calls)
17542 src/com/gps/hibernate/ExpandotableDAO.java 85 Potential violation of Law of Demeter (object not created locally)
17543 src/com/gps/hibernate/ExpandotableDAO.java 86 Potential violation of Law of Demeter (object not created locally)
17544 src/com/gps/hibernate/ExpandotableDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17545 src/com/gps/hibernate/ExpandotableDAO.java 88 There is log block not surrounded by if
17546 src/com/gps/hibernate/ExpandotableDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
17547 src/com/gps/hibernate/ExpandotableDAO.java 93 publicMethodCommentRequirement Required
17548 src/com/gps/hibernate/ExpandotableDAO.java 97 Parameter 'classNameId' is not assigned and could be declared final
17549 src/com/gps/hibernate/ExpandotableDAO.java 97 publicMethodCommentRequirement Required
17550 src/com/gps/hibernate/ExpandotableDAO.java 101 Parameter 'name' is not assigned and could be declared final
17551 src/com/gps/hibernate/ExpandotableDAO.java 101 publicMethodCommentRequirement Required
17552 src/com/gps/hibernate/ExpandotableDAO.java 105 publicMethodCommentRequirement Required
17553 src/com/gps/hibernate/ExpandotableDAO.java 106 There is log block not surrounded by if
17554 src/com/gps/hibernate/ExpandotableDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17555 src/com/gps/hibernate/ExpandotableDAO.java 108 Local variable 'queryString' could be declared final
17556 src/com/gps/hibernate/ExpandotableDAO.java 109 Local variable 'queryObject' could be declared final
17557 src/com/gps/hibernate/ExpandotableDAO.java 109 Potential violation of Law of Demeter (method chain calls)
17558 src/com/gps/hibernate/ExpandotableDAO.java 110 Potential violation of Law of Demeter (object not created locally)
17559 src/com/gps/hibernate/ExpandotableDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17560 src/com/gps/hibernate/ExpandotableDAO.java 112 There is log block not surrounded by if
17561 src/com/gps/hibernate/ExpandotableDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
17562 src/com/gps/hibernate/ExpandotableDAO.java 117 publicMethodCommentRequirement Required
17563 src/com/gps/hibernate/ExpandotableDAO.java 118 There is log block not surrounded by if
17564 src/com/gps/hibernate/ExpandotableDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17565 src/com/gps/hibernate/ExpandotableDAO.java 120 Local variable 'result' could be declared final
17566 src/com/gps/hibernate/ExpandotableDAO.java 120 Potential violation of Law of Demeter (method chain calls)
17567 src/com/gps/hibernate/ExpandotableDAO.java 122 There is log block not surrounded by if
17568 src/com/gps/hibernate/ExpandotableDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17569 src/com/gps/hibernate/ExpandotableDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17570 src/com/gps/hibernate/ExpandotableDAO.java 125 There is log block not surrounded by if
17571 src/com/gps/hibernate/ExpandotableDAO.java 130 Parameter 'instance' is not assigned and could be declared final
17572 src/com/gps/hibernate/ExpandotableDAO.java 130 publicMethodCommentRequirement Required
17573 src/com/gps/hibernate/ExpandotableDAO.java 131 There is log block not surrounded by if
17574 src/com/gps/hibernate/ExpandotableDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17575 src/com/gps/hibernate/ExpandotableDAO.java 133 Potential violation of Law of Demeter (method chain calls)
17576 src/com/gps/hibernate/ExpandotableDAO.java 134 There is log block not surrounded by if
17577 src/com/gps/hibernate/ExpandotableDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17578 src/com/gps/hibernate/ExpandotableDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17579 src/com/gps/hibernate/ExpandotableDAO.java 136 There is log block not surrounded by if
17580 src/com/gps/hibernate/ExpandotableDAO.java 141 Parameter 'instance' is not assigned and could be declared final
17581 src/com/gps/hibernate/ExpandotableDAO.java 141 publicMethodCommentRequirement Required
17582 src/com/gps/hibernate/ExpandotableDAO.java 142 There is log block not surrounded by if
17583 src/com/gps/hibernate/ExpandotableDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17584 src/com/gps/hibernate/ExpandotableDAO.java 144 Potential violation of Law of Demeter (method chain calls)
17585 src/com/gps/hibernate/ExpandotableDAO.java 145 There is log block not surrounded by if
17586 src/com/gps/hibernate/ExpandotableDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17587 src/com/gps/hibernate/ExpandotableDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17588 src/com/gps/hibernate/ExpandotableDAO.java 147 There is log block not surrounded by if
17589 src/com/gps/hibernate/Expandovalue.java 9 Classes implementing Serializable should set a serialVersionUID
17590 src/com/gps/hibernate/Expandovalue.java 13 fieldCommentRequirement Required
17591 src/com/gps/hibernate/Expandovalue.java 14 fieldCommentRequirement Required
17592 src/com/gps/hibernate/Expandovalue.java 15 fieldCommentRequirement Required
17593 src/com/gps/hibernate/Expandovalue.java 16 fieldCommentRequirement Required
17594 src/com/gps/hibernate/Expandovalue.java 17 fieldCommentRequirement Required
17595 src/com/gps/hibernate/Expandovalue.java 18 fieldCommentRequirement Required
17596 src/com/gps/hibernate/Expandovalue.java 19 fieldCommentRequirement Required
17597 src/com/gps/hibernate/Expandovalue.java 20 fieldCommentRequirement Required
17598 src/com/gps/hibernate/Expandovalue.java 25 Document empty constructor
17599 src/com/gps/hibernate/Expandovalue.java 29 Parameter 'valueId' is not assigned and could be declared final
17600 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'companyId' is not assigned and could be declared final
17601 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'tableId' is not assigned and could be declared final
17602 src/com/gps/hibernate/Expandovalue.java 34 Parameter 'valueId' is not assigned and could be declared final
17603 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classNameId' is not assigned and could be declared final
17604 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'classPk' is not assigned and could be declared final
17605 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'columnId' is not assigned and could be declared final
17606 src/com/gps/hibernate/Expandovalue.java 35 Parameter 'rowId' is not assigned and could be declared final
17607 src/com/gps/hibernate/Expandovalue.java 36 Parameter 'data' is not assigned and could be declared final
17608 src/com/gps/hibernate/Expandovalue.java 49 publicMethodCommentRequirement Required
17609 src/com/gps/hibernate/Expandovalue.java 53 Parameter 'valueId' is not assigned and could be declared final
17610 src/com/gps/hibernate/Expandovalue.java 53 publicMethodCommentRequirement Required
17611 src/com/gps/hibernate/Expandovalue.java 57 publicMethodCommentRequirement Required
17612 src/com/gps/hibernate/Expandovalue.java 61 Parameter 'companyId' is not assigned and could be declared final
17613 src/com/gps/hibernate/Expandovalue.java 61 publicMethodCommentRequirement Required
17614 src/com/gps/hibernate/Expandovalue.java 65 publicMethodCommentRequirement Required
17615 src/com/gps/hibernate/Expandovalue.java 69 Parameter 'tableId' is not assigned and could be declared final
17616 src/com/gps/hibernate/Expandovalue.java 69 publicMethodCommentRequirement Required
17617 src/com/gps/hibernate/Expandovalue.java 73 publicMethodCommentRequirement Required
17618 src/com/gps/hibernate/Expandovalue.java 77 Parameter 'columnId' is not assigned and could be declared final
17619 src/com/gps/hibernate/Expandovalue.java 77 publicMethodCommentRequirement Required
17620 src/com/gps/hibernate/Expandovalue.java 81 publicMethodCommentRequirement Required
17621 src/com/gps/hibernate/Expandovalue.java 85 Parameter 'rowId' is not assigned and could be declared final
17622 src/com/gps/hibernate/Expandovalue.java 85 publicMethodCommentRequirement Required
17623 src/com/gps/hibernate/Expandovalue.java 89 publicMethodCommentRequirement Required
17624 src/com/gps/hibernate/Expandovalue.java 93 Parameter 'classNameId' is not assigned and could be declared final
17625 src/com/gps/hibernate/Expandovalue.java 93 publicMethodCommentRequirement Required
17626 src/com/gps/hibernate/Expandovalue.java 97 publicMethodCommentRequirement Required
17627 src/com/gps/hibernate/Expandovalue.java 101 Parameter 'classPk' is not assigned and could be declared final
17628 src/com/gps/hibernate/Expandovalue.java 101 publicMethodCommentRequirement Required
17629 src/com/gps/hibernate/Expandovalue.java 105 publicMethodCommentRequirement Required
17630 src/com/gps/hibernate/Expandovalue.java 109 Parameter 'data' is not assigned and could be declared final
17631 src/com/gps/hibernate/Expandovalue.java 109 publicMethodCommentRequirement Required
17632 src/com/gps/hibernate/ExpandovalueDAO.java 10 Comment is too large: Too many lines
17633 src/com/gps/hibernate/ExpandovalueDAO.java 22 This class has too many methods, consider refactoring it.
17634 src/com/gps/hibernate/ExpandovalueDAO.java 23 Logger should be defined private static final and have the correct class
17635 src/com/gps/hibernate/ExpandovalueDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
17636 src/com/gps/hibernate/ExpandovalueDAO.java 23 fieldCommentRequirement Required
17637 src/com/gps/hibernate/ExpandovalueDAO.java 25 fieldCommentRequirement Required
17638 src/com/gps/hibernate/ExpandovalueDAO.java 26 fieldCommentRequirement Required
17639 src/com/gps/hibernate/ExpandovalueDAO.java 27 fieldCommentRequirement Required
17640 src/com/gps/hibernate/ExpandovalueDAO.java 28 fieldCommentRequirement Required
17641 src/com/gps/hibernate/ExpandovalueDAO.java 29 fieldCommentRequirement Required
17642 src/com/gps/hibernate/ExpandovalueDAO.java 30 fieldCommentRequirement Required
17643 src/com/gps/hibernate/ExpandovalueDAO.java 31 fieldCommentRequirement Required
17644 src/com/gps/hibernate/ExpandovalueDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
17645 src/com/gps/hibernate/ExpandovalueDAO.java 33 publicMethodCommentRequirement Required
17646 src/com/gps/hibernate/ExpandovalueDAO.java 34 There is log block not surrounded by if
17647 src/com/gps/hibernate/ExpandovalueDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17648 src/com/gps/hibernate/ExpandovalueDAO.java 36 Potential violation of Law of Demeter (method chain calls)
17649 src/com/gps/hibernate/ExpandovalueDAO.java 37 There is log block not surrounded by if
17650 src/com/gps/hibernate/ExpandovalueDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17651 src/com/gps/hibernate/ExpandovalueDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17652 src/com/gps/hibernate/ExpandovalueDAO.java 39 There is log block not surrounded by if
17653 src/com/gps/hibernate/ExpandovalueDAO.java 44 Avoid excessively long variable names like persistentInstance
17654 src/com/gps/hibernate/ExpandovalueDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
17655 src/com/gps/hibernate/ExpandovalueDAO.java 44 publicMethodCommentRequirement Required
17656 src/com/gps/hibernate/ExpandovalueDAO.java 45 There is log block not surrounded by if
17657 src/com/gps/hibernate/ExpandovalueDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17658 src/com/gps/hibernate/ExpandovalueDAO.java 47 Potential violation of Law of Demeter (method chain calls)
17659 src/com/gps/hibernate/ExpandovalueDAO.java 48 There is log block not surrounded by if
17660 src/com/gps/hibernate/ExpandovalueDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17661 src/com/gps/hibernate/ExpandovalueDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17662 src/com/gps/hibernate/ExpandovalueDAO.java 50 There is log block not surrounded by if
17663 src/com/gps/hibernate/ExpandovalueDAO.java 55 Avoid variables with short names like id
17664 src/com/gps/hibernate/ExpandovalueDAO.java 55 Parameter 'id' is not assigned and could be declared final
17665 src/com/gps/hibernate/ExpandovalueDAO.java 55 publicMethodCommentRequirement Required
17666 src/com/gps/hibernate/ExpandovalueDAO.java 56 There is log block not surrounded by if
17667 src/com/gps/hibernate/ExpandovalueDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17668 src/com/gps/hibernate/ExpandovalueDAO.java 58 Local variable 'instance' could be declared final
17669 src/com/gps/hibernate/ExpandovalueDAO.java 58 Potential violation of Law of Demeter (method chain calls)
17670 src/com/gps/hibernate/ExpandovalueDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17671 src/com/gps/hibernate/ExpandovalueDAO.java 62 There is log block not surrounded by if
17672 src/com/gps/hibernate/ExpandovalueDAO.java 67 Parameter 'instance' is not assigned and could be declared final
17673 src/com/gps/hibernate/ExpandovalueDAO.java 67 publicMethodCommentRequirement Required
17674 src/com/gps/hibernate/ExpandovalueDAO.java 68 There is log block not surrounded by if
17675 src/com/gps/hibernate/ExpandovalueDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17676 src/com/gps/hibernate/ExpandovalueDAO.java 70 Local variable 'results' could be declared final
17677 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17678 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17679 src/com/gps/hibernate/ExpandovalueDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17680 src/com/gps/hibernate/ExpandovalueDAO.java 73 There is log block not surrounded by if
17681 src/com/gps/hibernate/ExpandovalueDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17682 src/com/gps/hibernate/ExpandovalueDAO.java 74 Potential violation of Law of Demeter (object not created locally)
17683 src/com/gps/hibernate/ExpandovalueDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17684 src/com/gps/hibernate/ExpandovalueDAO.java 77 There is log block not surrounded by if
17685 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
17686 src/com/gps/hibernate/ExpandovalueDAO.java 82 Parameter 'value' is not assigned and could be declared final
17687 src/com/gps/hibernate/ExpandovalueDAO.java 82 publicMethodCommentRequirement Required
17688 src/com/gps/hibernate/ExpandovalueDAO.java 83 There is log block not surrounded by if
17689 src/com/gps/hibernate/ExpandovalueDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17690 src/com/gps/hibernate/ExpandovalueDAO.java 86 Local variable 'queryString' could be declared final
17691 src/com/gps/hibernate/ExpandovalueDAO.java 88 Local variable 'queryObject' could be declared final
17692 src/com/gps/hibernate/ExpandovalueDAO.java 88 Potential violation of Law of Demeter (method chain calls)
17693 src/com/gps/hibernate/ExpandovalueDAO.java 89 Potential violation of Law of Demeter (object not created locally)
17694 src/com/gps/hibernate/ExpandovalueDAO.java 90 Potential violation of Law of Demeter (object not created locally)
17695 src/com/gps/hibernate/ExpandovalueDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17696 src/com/gps/hibernate/ExpandovalueDAO.java 92 There is log block not surrounded by if
17697 src/com/gps/hibernate/ExpandovalueDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
17698 src/com/gps/hibernate/ExpandovalueDAO.java 97 publicMethodCommentRequirement Required
17699 src/com/gps/hibernate/ExpandovalueDAO.java 101 Parameter 'tableId' is not assigned and could be declared final
17700 src/com/gps/hibernate/ExpandovalueDAO.java 101 publicMethodCommentRequirement Required
17701 src/com/gps/hibernate/ExpandovalueDAO.java 105 Parameter 'columnId' is not assigned and could be declared final
17702 src/com/gps/hibernate/ExpandovalueDAO.java 105 publicMethodCommentRequirement Required
17703 src/com/gps/hibernate/ExpandovalueDAO.java 109 Parameter 'rowId' is not assigned and could be declared final
17704 src/com/gps/hibernate/ExpandovalueDAO.java 109 publicMethodCommentRequirement Required
17705 src/com/gps/hibernate/ExpandovalueDAO.java 113 Parameter 'classNameId' is not assigned and could be declared final
17706 src/com/gps/hibernate/ExpandovalueDAO.java 113 publicMethodCommentRequirement Required
17707 src/com/gps/hibernate/ExpandovalueDAO.java 117 Parameter 'classPk' is not assigned and could be declared final
17708 src/com/gps/hibernate/ExpandovalueDAO.java 117 publicMethodCommentRequirement Required
17709 src/com/gps/hibernate/ExpandovalueDAO.java 121 Parameter 'data' is not assigned and could be declared final
17710 src/com/gps/hibernate/ExpandovalueDAO.java 121 publicMethodCommentRequirement Required
17711 src/com/gps/hibernate/ExpandovalueDAO.java 125 publicMethodCommentRequirement Required
17712 src/com/gps/hibernate/ExpandovalueDAO.java 126 There is log block not surrounded by if
17713 src/com/gps/hibernate/ExpandovalueDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17714 src/com/gps/hibernate/ExpandovalueDAO.java 128 Local variable 'queryString' could be declared final
17715 src/com/gps/hibernate/ExpandovalueDAO.java 129 Local variable 'queryObject' could be declared final
17716 src/com/gps/hibernate/ExpandovalueDAO.java 129 Potential violation of Law of Demeter (method chain calls)
17717 src/com/gps/hibernate/ExpandovalueDAO.java 130 Potential violation of Law of Demeter (object not created locally)
17718 src/com/gps/hibernate/ExpandovalueDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17719 src/com/gps/hibernate/ExpandovalueDAO.java 132 There is log block not surrounded by if
17720 src/com/gps/hibernate/ExpandovalueDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
17721 src/com/gps/hibernate/ExpandovalueDAO.java 137 publicMethodCommentRequirement Required
17722 src/com/gps/hibernate/ExpandovalueDAO.java 138 There is log block not surrounded by if
17723 src/com/gps/hibernate/ExpandovalueDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17724 src/com/gps/hibernate/ExpandovalueDAO.java 140 Local variable 'result' could be declared final
17725 src/com/gps/hibernate/ExpandovalueDAO.java 140 Potential violation of Law of Demeter (method chain calls)
17726 src/com/gps/hibernate/ExpandovalueDAO.java 142 There is log block not surrounded by if
17727 src/com/gps/hibernate/ExpandovalueDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17728 src/com/gps/hibernate/ExpandovalueDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17729 src/com/gps/hibernate/ExpandovalueDAO.java 145 There is log block not surrounded by if
17730 src/com/gps/hibernate/ExpandovalueDAO.java 150 Parameter 'instance' is not assigned and could be declared final
17731 src/com/gps/hibernate/ExpandovalueDAO.java 150 publicMethodCommentRequirement Required
17732 src/com/gps/hibernate/ExpandovalueDAO.java 151 There is log block not surrounded by if
17733 src/com/gps/hibernate/ExpandovalueDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17734 src/com/gps/hibernate/ExpandovalueDAO.java 153 Potential violation of Law of Demeter (method chain calls)
17735 src/com/gps/hibernate/ExpandovalueDAO.java 154 There is log block not surrounded by if
17736 src/com/gps/hibernate/ExpandovalueDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17737 src/com/gps/hibernate/ExpandovalueDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17738 src/com/gps/hibernate/ExpandovalueDAO.java 156 There is log block not surrounded by if
17739 src/com/gps/hibernate/ExpandovalueDAO.java 161 Parameter 'instance' is not assigned and could be declared final
17740 src/com/gps/hibernate/ExpandovalueDAO.java 161 publicMethodCommentRequirement Required
17741 src/com/gps/hibernate/ExpandovalueDAO.java 162 There is log block not surrounded by if
17742 src/com/gps/hibernate/ExpandovalueDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17743 src/com/gps/hibernate/ExpandovalueDAO.java 164 Potential violation of Law of Demeter (method chain calls)
17744 src/com/gps/hibernate/ExpandovalueDAO.java 165 There is log block not surrounded by if
17745 src/com/gps/hibernate/ExpandovalueDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17746 src/com/gps/hibernate/ExpandovalueDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17747 src/com/gps/hibernate/ExpandovalueDAO.java 167 There is log block not surrounded by if
17748 src/com/gps/hibernate/Feedback.java 11 Classes implementing Serializable should set a serialVersionUID
17749 src/com/gps/hibernate/Feedback.java 15 fieldCommentRequirement Required
17750 src/com/gps/hibernate/Feedback.java 16 fieldCommentRequirement Required
17751 src/com/gps/hibernate/Feedback.java 17 fieldCommentRequirement Required
17752 src/com/gps/hibernate/Feedback.java 18 fieldCommentRequirement Required
17753 src/com/gps/hibernate/Feedback.java 19 fieldCommentRequirement Required
17754 src/com/gps/hibernate/Feedback.java 20 fieldCommentRequirement Required
17755 src/com/gps/hibernate/Feedback.java 21 fieldCommentRequirement Required
17756 src/com/gps/hibernate/Feedback.java 22 fieldCommentRequirement Required
17757 src/com/gps/hibernate/Feedback.java 27 Document empty constructor
17758 src/com/gps/hibernate/Feedback.java 31 Parameter 'tripDetails' is not assigned and could be declared final
17759 src/com/gps/hibernate/Feedback.java 31 Parameter 'userDetails' is not assigned and could be declared final
17760 src/com/gps/hibernate/Feedback.java 37 Parameter 'tripDetails' is not assigned and could be declared final
17761 src/com/gps/hibernate/Feedback.java 37 Parameter 'userDetails' is not assigned and could be declared final
17762 src/com/gps/hibernate/Feedback.java 38 Parameter 'carRating' is not assigned and could be declared final
17763 src/com/gps/hibernate/Feedback.java 38 Parameter 'date' is not assigned and could be declared final
17764 src/com/gps/hibernate/Feedback.java 38 Parameter 'driveRating' is not assigned and could be declared final
17765 src/com/gps/hibernate/Feedback.java 38 Parameter 'tripRating' is not assigned and could be declared final
17766 src/com/gps/hibernate/Feedback.java 39 Parameter 'comment' is not assigned and could be declared final
17767 src/com/gps/hibernate/Feedback.java 51 publicMethodCommentRequirement Required
17768 src/com/gps/hibernate/Feedback.java 55 Parameter 'feedbackid' is not assigned and could be declared final
17769 src/com/gps/hibernate/Feedback.java 55 publicMethodCommentRequirement Required
17770 src/com/gps/hibernate/Feedback.java 59 publicMethodCommentRequirement Required
17771 src/com/gps/hibernate/Feedback.java 63 Parameter 'userDetails' is not assigned and could be declared final
17772 src/com/gps/hibernate/Feedback.java 63 publicMethodCommentRequirement Required
17773 src/com/gps/hibernate/Feedback.java 67 publicMethodCommentRequirement Required
17774 src/com/gps/hibernate/Feedback.java 71 Parameter 'tripDetails' is not assigned and could be declared final
17775 src/com/gps/hibernate/Feedback.java 71 publicMethodCommentRequirement Required
17776 src/com/gps/hibernate/Feedback.java 75 publicMethodCommentRequirement Required
17777 src/com/gps/hibernate/Feedback.java 79 Parameter 'date' is not assigned and could be declared final
17778 src/com/gps/hibernate/Feedback.java 79 publicMethodCommentRequirement Required
17779 src/com/gps/hibernate/Feedback.java 83 publicMethodCommentRequirement Required
17780 src/com/gps/hibernate/Feedback.java 87 Parameter 'driveRating' is not assigned and could be declared final
17781 src/com/gps/hibernate/Feedback.java 87 publicMethodCommentRequirement Required
17782 src/com/gps/hibernate/Feedback.java 91 publicMethodCommentRequirement Required
17783 src/com/gps/hibernate/Feedback.java 95 Parameter 'tripRating' is not assigned and could be declared final
17784 src/com/gps/hibernate/Feedback.java 95 publicMethodCommentRequirement Required
17785 src/com/gps/hibernate/Feedback.java 99 publicMethodCommentRequirement Required
17786 src/com/gps/hibernate/Feedback.java 103 Parameter 'carRating' is not assigned and could be declared final
17787 src/com/gps/hibernate/Feedback.java 103 publicMethodCommentRequirement Required
17788 src/com/gps/hibernate/Feedback.java 107 publicMethodCommentRequirement Required
17789 src/com/gps/hibernate/Feedback.java 111 Parameter 'comment' is not assigned and could be declared final
17790 src/com/gps/hibernate/Feedback.java 111 publicMethodCommentRequirement Required
17791 src/com/gps/hibernate/FeedbackDAO.java 3 Avoid unused imports such as 'java.util.Date'
17792 src/com/gps/hibernate/FeedbackDAO.java 11 Comment is too large: Too many lines
17793 src/com/gps/hibernate/FeedbackDAO.java 23 This class has too many methods, consider refactoring it.
17794 src/com/gps/hibernate/FeedbackDAO.java 24 Logger should be defined private static final and have the correct class
17795 src/com/gps/hibernate/FeedbackDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
17796 src/com/gps/hibernate/FeedbackDAO.java 24 fieldCommentRequirement Required
17797 src/com/gps/hibernate/FeedbackDAO.java 26 fieldCommentRequirement Required
17798 src/com/gps/hibernate/FeedbackDAO.java 27 fieldCommentRequirement Required
17799 src/com/gps/hibernate/FeedbackDAO.java 28 fieldCommentRequirement Required
17800 src/com/gps/hibernate/FeedbackDAO.java 29 fieldCommentRequirement Required
17801 src/com/gps/hibernate/FeedbackDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
17802 src/com/gps/hibernate/FeedbackDAO.java 31 publicMethodCommentRequirement Required
17803 src/com/gps/hibernate/FeedbackDAO.java 32 There is log block not surrounded by if
17804 src/com/gps/hibernate/FeedbackDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17805 src/com/gps/hibernate/FeedbackDAO.java 34 Potential violation of Law of Demeter (method chain calls)
17806 src/com/gps/hibernate/FeedbackDAO.java 35 There is log block not surrounded by if
17807 src/com/gps/hibernate/FeedbackDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17808 src/com/gps/hibernate/FeedbackDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17809 src/com/gps/hibernate/FeedbackDAO.java 37 There is log block not surrounded by if
17810 src/com/gps/hibernate/FeedbackDAO.java 42 Avoid excessively long variable names like persistentInstance
17811 src/com/gps/hibernate/FeedbackDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
17812 src/com/gps/hibernate/FeedbackDAO.java 42 publicMethodCommentRequirement Required
17813 src/com/gps/hibernate/FeedbackDAO.java 43 There is log block not surrounded by if
17814 src/com/gps/hibernate/FeedbackDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17815 src/com/gps/hibernate/FeedbackDAO.java 45 Potential violation of Law of Demeter (method chain calls)
17816 src/com/gps/hibernate/FeedbackDAO.java 46 There is log block not surrounded by if
17817 src/com/gps/hibernate/FeedbackDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17818 src/com/gps/hibernate/FeedbackDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17819 src/com/gps/hibernate/FeedbackDAO.java 48 There is log block not surrounded by if
17820 src/com/gps/hibernate/FeedbackDAO.java 53 Avoid variables with short names like id
17821 src/com/gps/hibernate/FeedbackDAO.java 53 Parameter 'id' is not assigned and could be declared final
17822 src/com/gps/hibernate/FeedbackDAO.java 53 publicMethodCommentRequirement Required
17823 src/com/gps/hibernate/FeedbackDAO.java 54 There is log block not surrounded by if
17824 src/com/gps/hibernate/FeedbackDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17825 src/com/gps/hibernate/FeedbackDAO.java 56 Local variable 'instance' could be declared final
17826 src/com/gps/hibernate/FeedbackDAO.java 56 Potential violation of Law of Demeter (method chain calls)
17827 src/com/gps/hibernate/FeedbackDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17828 src/com/gps/hibernate/FeedbackDAO.java 60 There is log block not surrounded by if
17829 src/com/gps/hibernate/FeedbackDAO.java 65 Parameter 'instance' is not assigned and could be declared final
17830 src/com/gps/hibernate/FeedbackDAO.java 65 publicMethodCommentRequirement Required
17831 src/com/gps/hibernate/FeedbackDAO.java 66 There is log block not surrounded by if
17832 src/com/gps/hibernate/FeedbackDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17833 src/com/gps/hibernate/FeedbackDAO.java 68 Local variable 'results' could be declared final
17834 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
17835 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
17836 src/com/gps/hibernate/FeedbackDAO.java 68 Potential violation of Law of Demeter (method chain calls)
17837 src/com/gps/hibernate/FeedbackDAO.java 71 There is log block not surrounded by if
17838 src/com/gps/hibernate/FeedbackDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17839 src/com/gps/hibernate/FeedbackDAO.java 72 Potential violation of Law of Demeter (object not created locally)
17840 src/com/gps/hibernate/FeedbackDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17841 src/com/gps/hibernate/FeedbackDAO.java 75 There is log block not surrounded by if
17842 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
17843 src/com/gps/hibernate/FeedbackDAO.java 80 Parameter 'value' is not assigned and could be declared final
17844 src/com/gps/hibernate/FeedbackDAO.java 80 publicMethodCommentRequirement Required
17845 src/com/gps/hibernate/FeedbackDAO.java 81 There is log block not surrounded by if
17846 src/com/gps/hibernate/FeedbackDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17847 src/com/gps/hibernate/FeedbackDAO.java 84 Local variable 'queryString' could be declared final
17848 src/com/gps/hibernate/FeedbackDAO.java 86 Local variable 'queryObject' could be declared final
17849 src/com/gps/hibernate/FeedbackDAO.java 86 Potential violation of Law of Demeter (method chain calls)
17850 src/com/gps/hibernate/FeedbackDAO.java 87 Potential violation of Law of Demeter (object not created locally)
17851 src/com/gps/hibernate/FeedbackDAO.java 88 Potential violation of Law of Demeter (object not created locally)
17852 src/com/gps/hibernate/FeedbackDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17853 src/com/gps/hibernate/FeedbackDAO.java 90 There is log block not surrounded by if
17854 src/com/gps/hibernate/FeedbackDAO.java 95 Parameter 'driveRating' is not assigned and could be declared final
17855 src/com/gps/hibernate/FeedbackDAO.java 95 publicMethodCommentRequirement Required
17856 src/com/gps/hibernate/FeedbackDAO.java 99 Parameter 'tripRating' is not assigned and could be declared final
17857 src/com/gps/hibernate/FeedbackDAO.java 99 publicMethodCommentRequirement Required
17858 src/com/gps/hibernate/FeedbackDAO.java 103 Parameter 'carRating' is not assigned and could be declared final
17859 src/com/gps/hibernate/FeedbackDAO.java 103 publicMethodCommentRequirement Required
17860 src/com/gps/hibernate/FeedbackDAO.java 107 Parameter 'comment' is not assigned and could be declared final
17861 src/com/gps/hibernate/FeedbackDAO.java 107 publicMethodCommentRequirement Required
17862 src/com/gps/hibernate/FeedbackDAO.java 111 publicMethodCommentRequirement Required
17863 src/com/gps/hibernate/FeedbackDAO.java 112 There is log block not surrounded by if
17864 src/com/gps/hibernate/FeedbackDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17865 src/com/gps/hibernate/FeedbackDAO.java 114 Local variable 'queryString' could be declared final
17866 src/com/gps/hibernate/FeedbackDAO.java 115 Local variable 'queryObject' could be declared final
17867 src/com/gps/hibernate/FeedbackDAO.java 115 Potential violation of Law of Demeter (method chain calls)
17868 src/com/gps/hibernate/FeedbackDAO.java 116 Potential violation of Law of Demeter (object not created locally)
17869 src/com/gps/hibernate/FeedbackDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17870 src/com/gps/hibernate/FeedbackDAO.java 118 There is log block not surrounded by if
17871 src/com/gps/hibernate/FeedbackDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
17872 src/com/gps/hibernate/FeedbackDAO.java 123 publicMethodCommentRequirement Required
17873 src/com/gps/hibernate/FeedbackDAO.java 124 There is log block not surrounded by if
17874 src/com/gps/hibernate/FeedbackDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17875 src/com/gps/hibernate/FeedbackDAO.java 126 Local variable 'result' could be declared final
17876 src/com/gps/hibernate/FeedbackDAO.java 126 Potential violation of Law of Demeter (method chain calls)
17877 src/com/gps/hibernate/FeedbackDAO.java 127 There is log block not surrounded by if
17878 src/com/gps/hibernate/FeedbackDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17879 src/com/gps/hibernate/FeedbackDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17880 src/com/gps/hibernate/FeedbackDAO.java 130 There is log block not surrounded by if
17881 src/com/gps/hibernate/FeedbackDAO.java 135 Parameter 'instance' is not assigned and could be declared final
17882 src/com/gps/hibernate/FeedbackDAO.java 135 publicMethodCommentRequirement Required
17883 src/com/gps/hibernate/FeedbackDAO.java 136 There is log block not surrounded by if
17884 src/com/gps/hibernate/FeedbackDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17885 src/com/gps/hibernate/FeedbackDAO.java 138 Potential violation of Law of Demeter (method chain calls)
17886 src/com/gps/hibernate/FeedbackDAO.java 139 There is log block not surrounded by if
17887 src/com/gps/hibernate/FeedbackDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17888 src/com/gps/hibernate/FeedbackDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17889 src/com/gps/hibernate/FeedbackDAO.java 141 There is log block not surrounded by if
17890 src/com/gps/hibernate/FeedbackDAO.java 146 Parameter 'instance' is not assigned and could be declared final
17891 src/com/gps/hibernate/FeedbackDAO.java 146 publicMethodCommentRequirement Required
17892 src/com/gps/hibernate/FeedbackDAO.java 147 There is log block not surrounded by if
17893 src/com/gps/hibernate/FeedbackDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17894 src/com/gps/hibernate/FeedbackDAO.java 149 Potential violation of Law of Demeter (method chain calls)
17895 src/com/gps/hibernate/FeedbackDAO.java 150 There is log block not surrounded by if
17896 src/com/gps/hibernate/FeedbackDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17897 src/com/gps/hibernate/FeedbackDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17898 src/com/gps/hibernate/FeedbackDAO.java 152 There is log block not surrounded by if
17899 src/com/gps/hibernate/FenceHistory.java 11 Classes implementing Serializable should set a serialVersionUID
17900 src/com/gps/hibernate/FenceHistory.java 15 fieldCommentRequirement Required
17901 src/com/gps/hibernate/FenceHistory.java 17 fieldCommentRequirement Required
17902 src/com/gps/hibernate/FenceHistory.java 18 fieldCommentRequirement Required
17903 src/com/gps/hibernate/FenceHistory.java 19 fieldCommentRequirement Required
17904 src/com/gps/hibernate/FenceHistory.java 20 fieldCommentRequirement Required
17905 src/com/gps/hibernate/FenceHistory.java 21 fieldCommentRequirement Required
17906 src/com/gps/hibernate/FenceHistory.java 22 fieldCommentRequirement Required
17907 src/com/gps/hibernate/FenceHistory.java 23 fieldCommentRequirement Required
17908 src/com/gps/hibernate/FenceHistory.java 24 fieldCommentRequirement Required
17909 src/com/gps/hibernate/FenceHistory.java 25 fieldCommentRequirement Required
17910 src/com/gps/hibernate/FenceHistory.java 35 Parameter 'historyId' is not assigned and could be declared final
17911 src/com/gps/hibernate/FenceHistory.java 47 Parameter 'geofence' is not assigned and could be declared final
17912 src/com/gps/hibernate/FenceHistory.java 60 Parameter 'monSms' is not assigned and could be declared final
17913 src/com/gps/hibernate/FenceHistory.java 72 Parameter 'evenSms' is not assigned and could be declared final
17914 src/com/gps/hibernate/FenceHistory.java 84 Parameter 'monSpotOrder' is not assigned and could be declared final
17915 src/com/gps/hibernate/FenceHistory.java 102 Parameter 'session' is not assigned and could be declared final
17916 src/com/gps/hibernate/FenceHistory.java 109 Parameter 'evenSpotOrder' is not assigned and could be declared final
17917 src/com/gps/hibernate/FenceHistory.java 123 Parameter 'smsProvider' is not assigned and could be declared final
17918 src/com/gps/hibernate/FenceHistory.java 136 Parameter 'smsStatus' is not assigned and could be declared final
17919 src/com/gps/hibernate/FenceHistory.java 149 Parameter 'failureCause' is not assigned and could be declared final
17920 src/com/gps/hibernate/FenceHistoryDAO.java 4 Avoid unused imports such as 'java.util.Date'
17921 src/com/gps/hibernate/FenceHistoryDAO.java 6 Avoid unused imports such as 'java.util.Set'
17922 src/com/gps/hibernate/FenceHistoryDAO.java 13 Comment is too large: Too many lines
17923 src/com/gps/hibernate/FenceHistoryDAO.java 25 This class has too many methods, consider refactoring it.
17924 src/com/gps/hibernate/FenceHistoryDAO.java 26 Logger should be defined private static final and have the correct class
17925 src/com/gps/hibernate/FenceHistoryDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
17926 src/com/gps/hibernate/FenceHistoryDAO.java 26 fieldCommentRequirement Required
17927 src/com/gps/hibernate/FenceHistoryDAO.java 28 fieldCommentRequirement Required
17928 src/com/gps/hibernate/FenceHistoryDAO.java 29 fieldCommentRequirement Required
17929 src/com/gps/hibernate/FenceHistoryDAO.java 30 fieldCommentRequirement Required
17930 src/com/gps/hibernate/FenceHistoryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
17931 src/com/gps/hibernate/FenceHistoryDAO.java 33 publicMethodCommentRequirement Required
17932 src/com/gps/hibernate/FenceHistoryDAO.java 34 There is log block not surrounded by if
17933 src/com/gps/hibernate/FenceHistoryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17934 src/com/gps/hibernate/FenceHistoryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
17935 src/com/gps/hibernate/FenceHistoryDAO.java 37 There is log block not surrounded by if
17936 src/com/gps/hibernate/FenceHistoryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17937 src/com/gps/hibernate/FenceHistoryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17938 src/com/gps/hibernate/FenceHistoryDAO.java 39 There is log block not surrounded by if
17939 src/com/gps/hibernate/FenceHistoryDAO.java 44 Avoid excessively long variable names like persistentInstance
17940 src/com/gps/hibernate/FenceHistoryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
17941 src/com/gps/hibernate/FenceHistoryDAO.java 44 publicMethodCommentRequirement Required
17942 src/com/gps/hibernate/FenceHistoryDAO.java 45 There is log block not surrounded by if
17943 src/com/gps/hibernate/FenceHistoryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17944 src/com/gps/hibernate/FenceHistoryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
17945 src/com/gps/hibernate/FenceHistoryDAO.java 48 There is log block not surrounded by if
17946 src/com/gps/hibernate/FenceHistoryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17947 src/com/gps/hibernate/FenceHistoryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17948 src/com/gps/hibernate/FenceHistoryDAO.java 50 There is log block not surrounded by if
17949 src/com/gps/hibernate/FenceHistoryDAO.java 55 Avoid variables with short names like id
17950 src/com/gps/hibernate/FenceHistoryDAO.java 55 Parameter 'id' is not assigned and could be declared final
17951 src/com/gps/hibernate/FenceHistoryDAO.java 55 publicMethodCommentRequirement Required
17952 src/com/gps/hibernate/FenceHistoryDAO.java 56 There is log block not surrounded by if
17953 src/com/gps/hibernate/FenceHistoryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17954 src/com/gps/hibernate/FenceHistoryDAO.java 58 Local variable 'instance' could be declared final
17955 src/com/gps/hibernate/FenceHistoryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
17956 src/com/gps/hibernate/FenceHistoryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17957 src/com/gps/hibernate/FenceHistoryDAO.java 62 There is log block not surrounded by if
17958 src/com/gps/hibernate/FenceHistoryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
17959 src/com/gps/hibernate/FenceHistoryDAO.java 67 publicMethodCommentRequirement Required
17960 src/com/gps/hibernate/FenceHistoryDAO.java 68 There is log block not surrounded by if
17961 src/com/gps/hibernate/FenceHistoryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17962 src/com/gps/hibernate/FenceHistoryDAO.java 70 Local variable 'results' could be declared final
17963 src/com/gps/hibernate/FenceHistoryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17964 src/com/gps/hibernate/FenceHistoryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17965 src/com/gps/hibernate/FenceHistoryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
17966 src/com/gps/hibernate/FenceHistoryDAO.java 73 There is log block not surrounded by if
17967 src/com/gps/hibernate/FenceHistoryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17968 src/com/gps/hibernate/FenceHistoryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
17969 src/com/gps/hibernate/FenceHistoryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17970 src/com/gps/hibernate/FenceHistoryDAO.java 77 There is log block not surrounded by if
17971 src/com/gps/hibernate/FenceHistoryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
17972 src/com/gps/hibernate/FenceHistoryDAO.java 82 Parameter 'value' is not assigned and could be declared final
17973 src/com/gps/hibernate/FenceHistoryDAO.java 82 publicMethodCommentRequirement Required
17974 src/com/gps/hibernate/FenceHistoryDAO.java 83 There is log block not surrounded by if
17975 src/com/gps/hibernate/FenceHistoryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17976 src/com/gps/hibernate/FenceHistoryDAO.java 86 Local variable 'queryString' could be declared final
17977 src/com/gps/hibernate/FenceHistoryDAO.java 88 Local variable 'queryObject' could be declared final
17978 src/com/gps/hibernate/FenceHistoryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
17979 src/com/gps/hibernate/FenceHistoryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
17980 src/com/gps/hibernate/FenceHistoryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
17981 src/com/gps/hibernate/FenceHistoryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17982 src/com/gps/hibernate/FenceHistoryDAO.java 92 There is log block not surrounded by if
17983 src/com/gps/hibernate/FenceHistoryDAO.java 97 Parameter 'evensms' is not assigned and could be declared final
17984 src/com/gps/hibernate/FenceHistoryDAO.java 97 publicMethodCommentRequirement Required
17985 src/com/gps/hibernate/FenceHistoryDAO.java 101 Parameter 'monSms' is not assigned and could be declared final
17986 src/com/gps/hibernate/FenceHistoryDAO.java 101 publicMethodCommentRequirement Required
17987 src/com/gps/hibernate/FenceHistoryDAO.java 105 Parameter 'session' is not assigned and could be declared final
17988 src/com/gps/hibernate/FenceHistoryDAO.java 105 publicMethodCommentRequirement Required
17989 src/com/gps/hibernate/FenceHistoryDAO.java 111 Parameter 'first' is not assigned and could be declared final
17990 src/com/gps/hibernate/FenceHistoryDAO.java 111 Parameter 'last' is not assigned and could be declared final
17991 src/com/gps/hibernate/FenceHistoryDAO.java 111 publicMethodCommentRequirement Required
17992 src/com/gps/hibernate/FenceHistoryDAO.java 112 There is log block not surrounded by if
17993 src/com/gps/hibernate/FenceHistoryDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
17994 src/com/gps/hibernate/FenceHistoryDAO.java 114 Local variable 'queryString' could be declared final
17995 src/com/gps/hibernate/FenceHistoryDAO.java 115 Local variable 'queryObject' could be declared final
17996 src/com/gps/hibernate/FenceHistoryDAO.java 115 Potential violation of Law of Demeter (method chain calls)
17997 src/com/gps/hibernate/FenceHistoryDAO.java 116 Potential violation of Law of Demeter (object not created locally)
17998 src/com/gps/hibernate/FenceHistoryDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
17999 src/com/gps/hibernate/FenceHistoryDAO.java 118 There is log block not surrounded by if
18000 src/com/gps/hibernate/FenceHistoryDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
18001 src/com/gps/hibernate/FenceHistoryDAO.java 123 publicMethodCommentRequirement Required
18002 src/com/gps/hibernate/FenceHistoryDAO.java 124 There is log block not surrounded by if
18003 src/com/gps/hibernate/FenceHistoryDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18004 src/com/gps/hibernate/FenceHistoryDAO.java 126 Local variable 'result' could be declared final
18005 src/com/gps/hibernate/FenceHistoryDAO.java 126 Potential violation of Law of Demeter (method chain calls)
18006 src/com/gps/hibernate/FenceHistoryDAO.java 127 There is log block not surrounded by if
18007 src/com/gps/hibernate/FenceHistoryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18008 src/com/gps/hibernate/FenceHistoryDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18009 src/com/gps/hibernate/FenceHistoryDAO.java 130 There is log block not surrounded by if
18010 src/com/gps/hibernate/FenceHistoryDAO.java 135 Parameter 'instance' is not assigned and could be declared final
18011 src/com/gps/hibernate/FenceHistoryDAO.java 135 publicMethodCommentRequirement Required
18012 src/com/gps/hibernate/FenceHistoryDAO.java 136 There is log block not surrounded by if
18013 src/com/gps/hibernate/FenceHistoryDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18014 src/com/gps/hibernate/FenceHistoryDAO.java 138 Potential violation of Law of Demeter (method chain calls)
18015 src/com/gps/hibernate/FenceHistoryDAO.java 139 There is log block not surrounded by if
18016 src/com/gps/hibernate/FenceHistoryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18017 src/com/gps/hibernate/FenceHistoryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18018 src/com/gps/hibernate/FenceHistoryDAO.java 141 There is log block not surrounded by if
18019 src/com/gps/hibernate/FenceHistoryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
18020 src/com/gps/hibernate/FenceHistoryDAO.java 146 publicMethodCommentRequirement Required
18021 src/com/gps/hibernate/FenceHistoryDAO.java 147 There is log block not surrounded by if
18022 src/com/gps/hibernate/FenceHistoryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18023 src/com/gps/hibernate/FenceHistoryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
18024 src/com/gps/hibernate/FenceHistoryDAO.java 150 There is log block not surrounded by if
18025 src/com/gps/hibernate/FenceHistoryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18026 src/com/gps/hibernate/FenceHistoryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18027 src/com/gps/hibernate/FenceHistoryDAO.java 152 There is log block not surrounded by if
18028 src/com/gps/hibernate/FenceReport.java 11 Classes implementing Serializable should set a serialVersionUID
18029 src/com/gps/hibernate/FenceReport.java 15 fieldCommentRequirement Required
18030 src/com/gps/hibernate/FenceReport.java 16 fieldCommentRequirement Required
18031 src/com/gps/hibernate/FenceReport.java 17 fieldCommentRequirement Required
18032 src/com/gps/hibernate/FenceReport.java 18 fieldCommentRequirement Required
18033 src/com/gps/hibernate/FenceReport.java 19 fieldCommentRequirement Required
18034 src/com/gps/hibernate/FenceReport.java 20 fieldCommentRequirement Required
18035 src/com/gps/hibernate/FenceReport.java 21 fieldCommentRequirement Required
18036 src/com/gps/hibernate/FenceReport.java 22 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
18037 src/com/gps/hibernate/FenceReport.java 22 fieldCommentRequirement Required
18038 src/com/gps/hibernate/FenceReport.java 23 fieldCommentRequirement Required
18039 src/com/gps/hibernate/FenceReport.java 24 fieldCommentRequirement Required
18040 src/com/gps/hibernate/FenceReport.java 32 Comment is too large: Too many lines
18041 src/com/gps/hibernate/FenceReport.java 44 Avoid long parameter lists.
18042 src/com/gps/hibernate/FenceReport.java 44 Parameter 'geofence' is not assigned and could be declared final
18043 src/com/gps/hibernate/FenceReport.java 44 Parameter 'reportId' is not assigned and could be declared final
18044 src/com/gps/hibernate/FenceReport.java 45 Parameter 'entryTime' is not assigned and could be declared final
18045 src/com/gps/hibernate/FenceReport.java 45 Parameter 'reportDate' is not assigned and could be declared final
18046 src/com/gps/hibernate/FenceReport.java 45 Parameter 'vehicle' is not assigned and could be declared final
18047 src/com/gps/hibernate/FenceReport.java 46 Parameter 'avgSpeed' is not assigned and could be declared final
18048 src/com/gps/hibernate/FenceReport.java 46 Parameter 'createdTime' is not assigned and could be declared final
18049 src/com/gps/hibernate/FenceReport.java 46 Parameter 'distance' is not assigned and could be declared final
18050 src/com/gps/hibernate/FenceReport.java 46 Parameter 'exitTime' is not assigned and could be declared final
18051 src/com/gps/hibernate/FenceReport.java 47 Parameter 'updatedTime' is not assigned and could be declared final
18052 src/com/gps/hibernate/FenceReport.java 60 Comment is too large: Too many lines
18053 src/com/gps/hibernate/FenceReport.java 70 Parameter 'geofence' is not assigned and could be declared final
18054 src/com/gps/hibernate/FenceReport.java 70 Parameter 'reportId' is not assigned and could be declared final
18055 src/com/gps/hibernate/FenceReport.java 71 Parameter 'entryTime' is not assigned and could be declared final
18056 src/com/gps/hibernate/FenceReport.java 71 Parameter 'reportDate' is not assigned and could be declared final
18057 src/com/gps/hibernate/FenceReport.java 71 Parameter 'vehicle' is not assigned and could be declared final
18058 src/com/gps/hibernate/FenceReport.java 72 Parameter 'avgSpeed' is not assigned and could be declared final
18059 src/com/gps/hibernate/FenceReport.java 72 Parameter 'distance' is not assigned and could be declared final
18060 src/com/gps/hibernate/FenceReport.java 72 Parameter 'exitTime' is not assigned and could be declared final
18061 src/com/gps/hibernate/FenceReport.java 83 Comment is too large: Too many lines
18062 src/com/gps/hibernate/FenceReport.java 92 Parameter 'geofence' is not assigned and could be declared final
18063 src/com/gps/hibernate/FenceReport.java 92 Parameter 'vehicle' is not assigned and could be declared final
18064 src/com/gps/hibernate/FenceReport.java 93 Parameter 'avgSpeed' is not assigned and could be declared final
18065 src/com/gps/hibernate/FenceReport.java 93 Parameter 'entryTime' is not assigned and could be declared final
18066 src/com/gps/hibernate/FenceReport.java 93 Parameter 'exitTime' is not assigned and could be declared final
18067 src/com/gps/hibernate/FenceReport.java 93 Parameter 'reportDate' is not assigned and could be declared final
18068 src/com/gps/hibernate/FenceReport.java 94 Parameter 'distance' is not assigned and could be declared final
18069 src/com/gps/hibernate/FenceReport.java 113 Parameter 'reportId' is not assigned and could be declared final
18070 src/com/gps/hibernate/FenceReport.java 125 Parameter 'geofence' is not assigned and could be declared final
18071 src/com/gps/hibernate/FenceReport.java 137 Parameter 'vehicle' is not assigned and could be declared final
18072 src/com/gps/hibernate/FenceReport.java 149 Parameter 'reportDate' is not assigned and could be declared final
18073 src/com/gps/hibernate/FenceReport.java 161 Parameter 'entryTime' is not assigned and could be declared final
18074 src/com/gps/hibernate/FenceReport.java 173 Parameter 'exitTime' is not assigned and could be declared final
18075 src/com/gps/hibernate/FenceReport.java 185 Parameter 'avgSpeed' is not assigned and could be declared final
18076 src/com/gps/hibernate/FenceReport.java 197 Parameter 'distance' is not assigned and could be declared final
18077 src/com/gps/hibernate/FenceReport.java 209 Parameter 'createdTime' is not assigned and could be declared final
18078 src/com/gps/hibernate/FenceReport.java 221 Parameter 'updatedTime' is not assigned and could be declared final
18079 src/com/gps/hibernate/FenceReportDAO.java 12 Comment is too large: Too many lines
18080 src/com/gps/hibernate/FenceReportDAO.java 24 This class has too many methods, consider refactoring it.
18081 src/com/gps/hibernate/FenceReportDAO.java 25 Logger should be defined private static final and have the correct class
18082 src/com/gps/hibernate/FenceReportDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
18083 src/com/gps/hibernate/FenceReportDAO.java 25 fieldCommentRequirement Required
18084 src/com/gps/hibernate/FenceReportDAO.java 27 Variables that are final and static should be all capitals, 'Geofence' is not all capitals.
18085 src/com/gps/hibernate/FenceReportDAO.java 27 fieldCommentRequirement Required
18086 src/com/gps/hibernate/FenceReportDAO.java 28 Variables that are final and static should be all capitals, 'Vehicle' is not all capitals.
18087 src/com/gps/hibernate/FenceReportDAO.java 28 fieldCommentRequirement Required
18088 src/com/gps/hibernate/FenceReportDAO.java 29 Variables that are final and static should be all capitals, 'Date' is not all capitals.
18089 src/com/gps/hibernate/FenceReportDAO.java 29 fieldCommentRequirement Required
18090 src/com/gps/hibernate/FenceReportDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
18091 src/com/gps/hibernate/FenceReportDAO.java 31 publicMethodCommentRequirement Required
18092 src/com/gps/hibernate/FenceReportDAO.java 32 There is log block not surrounded by if
18093 src/com/gps/hibernate/FenceReportDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18094 src/com/gps/hibernate/FenceReportDAO.java 34 Potential violation of Law of Demeter (method chain calls)
18095 src/com/gps/hibernate/FenceReportDAO.java 35 There is log block not surrounded by if
18096 src/com/gps/hibernate/FenceReportDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18097 src/com/gps/hibernate/FenceReportDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18098 src/com/gps/hibernate/FenceReportDAO.java 37 There is log block not surrounded by if
18099 src/com/gps/hibernate/FenceReportDAO.java 42 Avoid excessively long variable names like persistentInstance
18100 src/com/gps/hibernate/FenceReportDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
18101 src/com/gps/hibernate/FenceReportDAO.java 42 publicMethodCommentRequirement Required
18102 src/com/gps/hibernate/FenceReportDAO.java 43 There is log block not surrounded by if
18103 src/com/gps/hibernate/FenceReportDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18104 src/com/gps/hibernate/FenceReportDAO.java 45 Potential violation of Law of Demeter (method chain calls)
18105 src/com/gps/hibernate/FenceReportDAO.java 46 There is log block not surrounded by if
18106 src/com/gps/hibernate/FenceReportDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18107 src/com/gps/hibernate/FenceReportDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18108 src/com/gps/hibernate/FenceReportDAO.java 48 There is log block not surrounded by if
18109 src/com/gps/hibernate/FenceReportDAO.java 53 Avoid variables with short names like id
18110 src/com/gps/hibernate/FenceReportDAO.java 53 Parameter 'id' is not assigned and could be declared final
18111 src/com/gps/hibernate/FenceReportDAO.java 53 publicMethodCommentRequirement Required
18112 src/com/gps/hibernate/FenceReportDAO.java 54 There is log block not surrounded by if
18113 src/com/gps/hibernate/FenceReportDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18114 src/com/gps/hibernate/FenceReportDAO.java 56 Local variable 'instance' could be declared final
18115 src/com/gps/hibernate/FenceReportDAO.java 56 Potential violation of Law of Demeter (method chain calls)
18116 src/com/gps/hibernate/FenceReportDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18117 src/com/gps/hibernate/FenceReportDAO.java 60 There is log block not surrounded by if
18118 src/com/gps/hibernate/FenceReportDAO.java 65 Parameter 'instance' is not assigned and could be declared final
18119 src/com/gps/hibernate/FenceReportDAO.java 65 publicMethodCommentRequirement Required
18120 src/com/gps/hibernate/FenceReportDAO.java 66 There is log block not surrounded by if
18121 src/com/gps/hibernate/FenceReportDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18122 src/com/gps/hibernate/FenceReportDAO.java 68 Local variable 'results' could be declared final
18123 src/com/gps/hibernate/FenceReportDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18124 src/com/gps/hibernate/FenceReportDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18125 src/com/gps/hibernate/FenceReportDAO.java 68 Potential violation of Law of Demeter (method chain calls)
18126 src/com/gps/hibernate/FenceReportDAO.java 71 There is log block not surrounded by if
18127 src/com/gps/hibernate/FenceReportDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18128 src/com/gps/hibernate/FenceReportDAO.java 72 Potential violation of Law of Demeter (object not created locally)
18129 src/com/gps/hibernate/FenceReportDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18130 src/com/gps/hibernate/FenceReportDAO.java 75 There is log block not surrounded by if
18131 src/com/gps/hibernate/FenceReportDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
18132 src/com/gps/hibernate/FenceReportDAO.java 80 Parameter 'value' is not assigned and could be declared final
18133 src/com/gps/hibernate/FenceReportDAO.java 80 publicMethodCommentRequirement Required
18134 src/com/gps/hibernate/FenceReportDAO.java 81 There is log block not surrounded by if
18135 src/com/gps/hibernate/FenceReportDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18136 src/com/gps/hibernate/FenceReportDAO.java 84 Local variable 'queryString' could be declared final
18137 src/com/gps/hibernate/FenceReportDAO.java 86 Local variable 'queryObject' could be declared final
18138 src/com/gps/hibernate/FenceReportDAO.java 86 Potential violation of Law of Demeter (method chain calls)
18139 src/com/gps/hibernate/FenceReportDAO.java 87 Potential violation of Law of Demeter (object not created locally)
18140 src/com/gps/hibernate/FenceReportDAO.java 88 Potential violation of Law of Demeter (object not created locally)
18141 src/com/gps/hibernate/FenceReportDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18142 src/com/gps/hibernate/FenceReportDAO.java 90 There is log block not surrounded by if
18143 src/com/gps/hibernate/FenceReportDAO.java 95 Parameter 'date' is not assigned and could be declared final
18144 src/com/gps/hibernate/FenceReportDAO.java 95 publicMethodCommentRequirement Required
18145 src/com/gps/hibernate/FenceReportDAO.java 99 Parameter 'geofence' is not assigned and could be declared final
18146 src/com/gps/hibernate/FenceReportDAO.java 99 publicMethodCommentRequirement Required
18147 src/com/gps/hibernate/FenceReportDAO.java 103 Parameter 'vehicle' is not assigned and could be declared final
18148 src/com/gps/hibernate/FenceReportDAO.java 103 publicMethodCommentRequirement Required
18149 src/com/gps/hibernate/FenceReportDAO.java 107 publicMethodCommentRequirement Required
18150 src/com/gps/hibernate/FenceReportDAO.java 108 There is log block not surrounded by if
18151 src/com/gps/hibernate/FenceReportDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18152 src/com/gps/hibernate/FenceReportDAO.java 110 Local variable 'queryString' could be declared final
18153 src/com/gps/hibernate/FenceReportDAO.java 111 Local variable 'queryObject' could be declared final
18154 src/com/gps/hibernate/FenceReportDAO.java 111 Potential violation of Law of Demeter (method chain calls)
18155 src/com/gps/hibernate/FenceReportDAO.java 112 Potential violation of Law of Demeter (object not created locally)
18156 src/com/gps/hibernate/FenceReportDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18157 src/com/gps/hibernate/FenceReportDAO.java 114 There is log block not surrounded by if
18158 src/com/gps/hibernate/FenceReportDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
18159 src/com/gps/hibernate/FenceReportDAO.java 119 publicMethodCommentRequirement Required
18160 src/com/gps/hibernate/FenceReportDAO.java 120 There is log block not surrounded by if
18161 src/com/gps/hibernate/FenceReportDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18162 src/com/gps/hibernate/FenceReportDAO.java 122 Local variable 'result' could be declared final
18163 src/com/gps/hibernate/FenceReportDAO.java 122 Potential violation of Law of Demeter (method chain calls)
18164 src/com/gps/hibernate/FenceReportDAO.java 124 There is log block not surrounded by if
18165 src/com/gps/hibernate/FenceReportDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18166 src/com/gps/hibernate/FenceReportDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18167 src/com/gps/hibernate/FenceReportDAO.java 127 There is log block not surrounded by if
18168 src/com/gps/hibernate/FenceReportDAO.java 132 Parameter 'instance' is not assigned and could be declared final
18169 src/com/gps/hibernate/FenceReportDAO.java 132 publicMethodCommentRequirement Required
18170 src/com/gps/hibernate/FenceReportDAO.java 133 There is log block not surrounded by if
18171 src/com/gps/hibernate/FenceReportDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18172 src/com/gps/hibernate/FenceReportDAO.java 135 Potential violation of Law of Demeter (method chain calls)
18173 src/com/gps/hibernate/FenceReportDAO.java 136 There is log block not surrounded by if
18174 src/com/gps/hibernate/FenceReportDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18175 src/com/gps/hibernate/FenceReportDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18176 src/com/gps/hibernate/FenceReportDAO.java 138 There is log block not surrounded by if
18177 src/com/gps/hibernate/FenceReportDAO.java 143 Parameter 'instance' is not assigned and could be declared final
18178 src/com/gps/hibernate/FenceReportDAO.java 143 publicMethodCommentRequirement Required
18179 src/com/gps/hibernate/FenceReportDAO.java 144 There is log block not surrounded by if
18180 src/com/gps/hibernate/FenceReportDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18181 src/com/gps/hibernate/FenceReportDAO.java 146 Potential violation of Law of Demeter (method chain calls)
18182 src/com/gps/hibernate/FenceReportDAO.java 147 There is log block not surrounded by if
18183 src/com/gps/hibernate/FenceReportDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18184 src/com/gps/hibernate/FenceReportDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18185 src/com/gps/hibernate/FenceReportDAO.java 149 There is log block not surrounded by if
18186 src/com/gps/hibernate/FenceReportDAO.java 154 Parameter 'geofence' is not assigned and could be declared final
18187 src/com/gps/hibernate/FenceReportDAO.java 154 Parameter 'packetTime' is not assigned and could be declared final
18188 src/com/gps/hibernate/FenceReportDAO.java 154 Parameter 'vehicle' is not assigned and could be declared final
18189 src/com/gps/hibernate/FenceReportDAO.java 154 publicMethodCommentRequirement Required
18190 src/com/gps/hibernate/FenceReportDAO.java 156 Local variable 'reportObj' could be declared final
18191 src/com/gps/hibernate/FenceReportDAO.java 159 Potential violation of Law of Demeter (method chain calls)
18192 src/com/gps/hibernate/FenceReportDAO.java 159 Potential violation of Law of Demeter (method chain calls)
18193 src/com/gps/hibernate/FrequentTravellerDetails.java 9 Classes implementing Serializable should set a serialVersionUID
18194 src/com/gps/hibernate/FrequentTravellerDetails.java 13 Avoid variables with short names like id
18195 src/com/gps/hibernate/FrequentTravellerDetails.java 13 fieldCommentRequirement Required
18196 src/com/gps/hibernate/FrequentTravellerDetails.java 18 Document empty constructor
18197 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Avoid variables with short names like id
18198 src/com/gps/hibernate/FrequentTravellerDetails.java 22 Parameter 'id' is not assigned and could be declared final
18199 src/com/gps/hibernate/FrequentTravellerDetails.java 28 publicMethodCommentRequirement Required
18200 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Avoid variables with short names like id
18201 src/com/gps/hibernate/FrequentTravellerDetails.java 32 Parameter 'id' is not assigned and could be declared final
18202 src/com/gps/hibernate/FrequentTravellerDetails.java 32 publicMethodCommentRequirement Required
18203 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 10 Comment is too large: Too many lines
18204 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Logger should be defined private static final and have the correct class
18205 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18206 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 24 fieldCommentRequirement Required
18207 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
18208 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 29 publicMethodCommentRequirement Required
18209 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 There is log block not surrounded by if
18210 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18211 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 32 Potential violation of Law of Demeter (method chain calls)
18212 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 There is log block not surrounded by if
18213 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18214 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18215 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 35 There is log block not surrounded by if
18216 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Avoid excessively long variable names like persistentInstance
18217 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
18218 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 40 publicMethodCommentRequirement Required
18219 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 There is log block not surrounded by if
18220 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18221 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 43 Potential violation of Law of Demeter (method chain calls)
18222 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 There is log block not surrounded by if
18223 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18224 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18225 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 46 There is log block not surrounded by if
18226 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 51 publicMethodCommentRequirement Required
18227 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Avoid variables with short names like id
18228 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 52 Parameter 'id' is not assigned and could be declared final
18229 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 There is log block not surrounded by if
18230 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18231 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Local variable 'instance' could be declared final
18232 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
18233 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18234 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 59 There is log block not surrounded by if
18235 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 Parameter 'instance' is not assigned and could be declared final
18236 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 64 publicMethodCommentRequirement Required
18237 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 There is log block not surrounded by if
18238 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18239 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Local variable 'results' could be declared final
18240 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18241 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18242 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
18243 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 There is log block not surrounded by if
18244 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18245 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 71 Potential violation of Law of Demeter (object not created locally)
18246 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18247 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 74 There is log block not surrounded by if
18248 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
18249 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 Parameter 'value' is not assigned and could be declared final
18250 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 79 publicMethodCommentRequirement Required
18251 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 There is log block not surrounded by if
18252 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18253 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 83 Local variable 'queryString' could be declared final
18254 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Local variable 'queryObject' could be declared final
18255 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 85 Potential violation of Law of Demeter (method chain calls)
18256 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
18257 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
18258 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18259 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 89 There is log block not surrounded by if
18260 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 94 publicMethodCommentRequirement Required
18261 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 There is log block not surrounded by if
18262 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18263 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 97 Local variable 'queryString' could be declared final
18264 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Local variable 'queryObject' could be declared final
18265 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 98 Potential violation of Law of Demeter (method chain calls)
18266 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 99 Potential violation of Law of Demeter (object not created locally)
18267 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18268 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 101 There is log block not surrounded by if
18269 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 106 publicMethodCommentRequirement Required
18270 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
18271 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 There is log block not surrounded by if
18272 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18273 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Local variable 'result' could be declared final
18274 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
18275 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 There is log block not surrounded by if
18276 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18277 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18278 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 115 There is log block not surrounded by if
18279 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
18280 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 120 publicMethodCommentRequirement Required
18281 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 There is log block not surrounded by if
18282 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18283 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
18284 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 There is log block not surrounded by if
18285 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18286 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18287 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 126 There is log block not surrounded by if
18288 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
18289 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 131 publicMethodCommentRequirement Required
18290 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 There is log block not surrounded by if
18291 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18292 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
18293 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 There is log block not surrounded by if
18294 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18295 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18296 src/com/gps/hibernate/FrequentTravellerDetailsDAO.java 137 There is log block not surrounded by if
18297 src/com/gps/hibernate/FrequentTravellerDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
18298 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 Avoid excessively long variable names like tripTravelerDetails
18299 src/com/gps/hibernate/FrequentTravellerDetailsId.java 13 fieldCommentRequirement Required
18300 src/com/gps/hibernate/FrequentTravellerDetailsId.java 14 fieldCommentRequirement Required
18301 src/com/gps/hibernate/FrequentTravellerDetailsId.java 19 Document empty constructor
18302 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Avoid excessively long variable names like tripTravelerDetails
18303 src/com/gps/hibernate/FrequentTravellerDetailsId.java 23 Parameter 'tripTravelerDetails' is not assigned and could be declared final
18304 src/com/gps/hibernate/FrequentTravellerDetailsId.java 24 Parameter 'day' is not assigned and could be declared final
18305 src/com/gps/hibernate/FrequentTravellerDetailsId.java 31 publicMethodCommentRequirement Required
18306 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Avoid excessively long variable names like tripTravelerDetails
18307 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 Parameter 'tripTravelerDetails' is not assigned and could be declared final
18308 src/com/gps/hibernate/FrequentTravellerDetailsId.java 35 publicMethodCommentRequirement Required
18309 src/com/gps/hibernate/FrequentTravellerDetailsId.java 39 publicMethodCommentRequirement Required
18310 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 Parameter 'day' is not assigned and could be declared final
18311 src/com/gps/hibernate/FrequentTravellerDetailsId.java 43 publicMethodCommentRequirement Required
18312 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 Parameter 'other' is not assigned and could be declared final
18313 src/com/gps/hibernate/FrequentTravellerDetailsId.java 47 publicMethodCommentRequirement Required
18314 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Avoid using if statements without curly braces
18315 src/com/gps/hibernate/FrequentTravellerDetailsId.java 48 Useless parentheses.
18316 src/com/gps/hibernate/FrequentTravellerDetailsId.java 49 A method should have only one exit point, and that should be the last statement in the method
18317 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Avoid using if statements without curly braces
18318 src/com/gps/hibernate/FrequentTravellerDetailsId.java 50 Useless parentheses.
18319 src/com/gps/hibernate/FrequentTravellerDetailsId.java 51 A method should have only one exit point, and that should be the last statement in the method
18320 src/com/gps/hibernate/FrequentTravellerDetailsId.java 52 Avoid using if statements without curly braces
18321 src/com/gps/hibernate/FrequentTravellerDetailsId.java 53 A method should have only one exit point, and that should be the last statement in the method
18322 src/com/gps/hibernate/FrequentTravellerDetailsId.java 54 Local variable 'castOther' could be declared final
18323 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (method chain calls)
18324 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
18325 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Potential violation of Law of Demeter (object not created locally)
18326 src/com/gps/hibernate/FrequentTravellerDetailsId.java 56 Useless parentheses.
18327 src/com/gps/hibernate/FrequentTravellerDetailsId.java 57 Useless parentheses.
18328 src/com/gps/hibernate/FrequentTravellerDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
18329 src/com/gps/hibernate/FrequentTravellerDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
18330 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (method chain calls)
18331 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
18332 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
18333 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
18334 src/com/gps/hibernate/FrequentTravellerDetailsId.java 61 Useless parentheses.
18335 src/com/gps/hibernate/FrequentTravellerDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
18336 src/com/gps/hibernate/FrequentTravellerDetailsId.java 63 Potential violation of Law of Demeter (object not created locally)
18337 src/com/gps/hibernate/FrequentTravellerDetailsId.java 66 publicMethodCommentRequirement Required
18338 src/com/gps/hibernate/FrequentTravellerDetailsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
18339 src/com/gps/hibernate/FrequentTripDetails.java 9 Classes implementing Serializable should set a serialVersionUID
18340 src/com/gps/hibernate/FrequentTripDetails.java 13 Avoid variables with short names like id
18341 src/com/gps/hibernate/FrequentTripDetails.java 13 fieldCommentRequirement Required
18342 src/com/gps/hibernate/FrequentTripDetails.java 14 fieldCommentRequirement Required
18343 src/com/gps/hibernate/FrequentTripDetails.java 19 Document empty constructor
18344 src/com/gps/hibernate/FrequentTripDetails.java 23 Avoid variables with short names like id
18345 src/com/gps/hibernate/FrequentTripDetails.java 23 Parameter 'id' is not assigned and could be declared final
18346 src/com/gps/hibernate/FrequentTripDetails.java 29 Avoid variables with short names like id
18347 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'id' is not assigned and could be declared final
18348 src/com/gps/hibernate/FrequentTripDetails.java 29 Parameter 'time' is not assigned and could be declared final
18349 src/com/gps/hibernate/FrequentTripDetails.java 36 publicMethodCommentRequirement Required
18350 src/com/gps/hibernate/FrequentTripDetails.java 40 Avoid variables with short names like id
18351 src/com/gps/hibernate/FrequentTripDetails.java 40 Parameter 'id' is not assigned and could be declared final
18352 src/com/gps/hibernate/FrequentTripDetails.java 40 publicMethodCommentRequirement Required
18353 src/com/gps/hibernate/FrequentTripDetails.java 44 publicMethodCommentRequirement Required
18354 src/com/gps/hibernate/FrequentTripDetails.java 48 Parameter 'time' is not assigned and could be declared final
18355 src/com/gps/hibernate/FrequentTripDetails.java 48 publicMethodCommentRequirement Required
18356 src/com/gps/hibernate/FrequentTripDetailsDAO.java 10 Comment is too large: Too many lines
18357 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Logger should be defined private static final and have the correct class
18358 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
18359 src/com/gps/hibernate/FrequentTripDetailsDAO.java 23 fieldCommentRequirement Required
18360 src/com/gps/hibernate/FrequentTripDetailsDAO.java 26 fieldCommentRequirement Required
18361 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
18362 src/com/gps/hibernate/FrequentTripDetailsDAO.java 28 publicMethodCommentRequirement Required
18363 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 There is log block not surrounded by if
18364 src/com/gps/hibernate/FrequentTripDetailsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18365 src/com/gps/hibernate/FrequentTripDetailsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
18366 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 There is log block not surrounded by if
18367 src/com/gps/hibernate/FrequentTripDetailsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18368 src/com/gps/hibernate/FrequentTripDetailsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18369 src/com/gps/hibernate/FrequentTripDetailsDAO.java 34 There is log block not surrounded by if
18370 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Avoid excessively long variable names like persistentInstance
18371 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
18372 src/com/gps/hibernate/FrequentTripDetailsDAO.java 39 publicMethodCommentRequirement Required
18373 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 There is log block not surrounded by if
18374 src/com/gps/hibernate/FrequentTripDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18375 src/com/gps/hibernate/FrequentTripDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
18376 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 There is log block not surrounded by if
18377 src/com/gps/hibernate/FrequentTripDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18378 src/com/gps/hibernate/FrequentTripDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18379 src/com/gps/hibernate/FrequentTripDetailsDAO.java 45 There is log block not surrounded by if
18380 src/com/gps/hibernate/FrequentTripDetailsDAO.java 50 publicMethodCommentRequirement Required
18381 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Avoid variables with short names like id
18382 src/com/gps/hibernate/FrequentTripDetailsDAO.java 51 Parameter 'id' is not assigned and could be declared final
18383 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 There is log block not surrounded by if
18384 src/com/gps/hibernate/FrequentTripDetailsDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18385 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Local variable 'instance' could be declared final
18386 src/com/gps/hibernate/FrequentTripDetailsDAO.java 54 Potential violation of Law of Demeter (method chain calls)
18387 src/com/gps/hibernate/FrequentTripDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18388 src/com/gps/hibernate/FrequentTripDetailsDAO.java 58 There is log block not surrounded by if
18389 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 Parameter 'instance' is not assigned and could be declared final
18390 src/com/gps/hibernate/FrequentTripDetailsDAO.java 63 publicMethodCommentRequirement Required
18391 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 There is log block not surrounded by if
18392 src/com/gps/hibernate/FrequentTripDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18393 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Local variable 'results' could be declared final
18394 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18395 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18396 src/com/gps/hibernate/FrequentTripDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
18397 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 There is log block not surrounded by if
18398 src/com/gps/hibernate/FrequentTripDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18399 src/com/gps/hibernate/FrequentTripDetailsDAO.java 70 Potential violation of Law of Demeter (object not created locally)
18400 src/com/gps/hibernate/FrequentTripDetailsDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18401 src/com/gps/hibernate/FrequentTripDetailsDAO.java 73 There is log block not surrounded by if
18402 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
18403 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 Parameter 'value' is not assigned and could be declared final
18404 src/com/gps/hibernate/FrequentTripDetailsDAO.java 78 publicMethodCommentRequirement Required
18405 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 There is log block not surrounded by if
18406 src/com/gps/hibernate/FrequentTripDetailsDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18407 src/com/gps/hibernate/FrequentTripDetailsDAO.java 82 Local variable 'queryString' could be declared final
18408 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Local variable 'queryObject' could be declared final
18409 src/com/gps/hibernate/FrequentTripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
18410 src/com/gps/hibernate/FrequentTripDetailsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
18411 src/com/gps/hibernate/FrequentTripDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
18412 src/com/gps/hibernate/FrequentTripDetailsDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18413 src/com/gps/hibernate/FrequentTripDetailsDAO.java 88 There is log block not surrounded by if
18414 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 Parameter 'time' is not assigned and could be declared final
18415 src/com/gps/hibernate/FrequentTripDetailsDAO.java 93 publicMethodCommentRequirement Required
18416 src/com/gps/hibernate/FrequentTripDetailsDAO.java 97 publicMethodCommentRequirement Required
18417 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 There is log block not surrounded by if
18418 src/com/gps/hibernate/FrequentTripDetailsDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18419 src/com/gps/hibernate/FrequentTripDetailsDAO.java 100 Local variable 'queryString' could be declared final
18420 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Local variable 'queryObject' could be declared final
18421 src/com/gps/hibernate/FrequentTripDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
18422 src/com/gps/hibernate/FrequentTripDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
18423 src/com/gps/hibernate/FrequentTripDetailsDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18424 src/com/gps/hibernate/FrequentTripDetailsDAO.java 104 There is log block not surrounded by if
18425 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
18426 src/com/gps/hibernate/FrequentTripDetailsDAO.java 109 publicMethodCommentRequirement Required
18427 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 There is log block not surrounded by if
18428 src/com/gps/hibernate/FrequentTripDetailsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18429 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Local variable 'result' could be declared final
18430 src/com/gps/hibernate/FrequentTripDetailsDAO.java 112 Potential violation of Law of Demeter (method chain calls)
18431 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 There is log block not surrounded by if
18432 src/com/gps/hibernate/FrequentTripDetailsDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18433 src/com/gps/hibernate/FrequentTripDetailsDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18434 src/com/gps/hibernate/FrequentTripDetailsDAO.java 117 There is log block not surrounded by if
18435 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 Parameter 'instance' is not assigned and could be declared final
18436 src/com/gps/hibernate/FrequentTripDetailsDAO.java 122 publicMethodCommentRequirement Required
18437 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 There is log block not surrounded by if
18438 src/com/gps/hibernate/FrequentTripDetailsDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18439 src/com/gps/hibernate/FrequentTripDetailsDAO.java 125 Potential violation of Law of Demeter (method chain calls)
18440 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 There is log block not surrounded by if
18441 src/com/gps/hibernate/FrequentTripDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18442 src/com/gps/hibernate/FrequentTripDetailsDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18443 src/com/gps/hibernate/FrequentTripDetailsDAO.java 128 There is log block not surrounded by if
18444 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 Parameter 'instance' is not assigned and could be declared final
18445 src/com/gps/hibernate/FrequentTripDetailsDAO.java 133 publicMethodCommentRequirement Required
18446 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 There is log block not surrounded by if
18447 src/com/gps/hibernate/FrequentTripDetailsDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18448 src/com/gps/hibernate/FrequentTripDetailsDAO.java 136 Potential violation of Law of Demeter (method chain calls)
18449 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 There is log block not surrounded by if
18450 src/com/gps/hibernate/FrequentTripDetailsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18451 src/com/gps/hibernate/FrequentTripDetailsDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18452 src/com/gps/hibernate/FrequentTripDetailsDAO.java 139 There is log block not surrounded by if
18453 src/com/gps/hibernate/FrequentTripDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
18454 src/com/gps/hibernate/FrequentTripDetailsId.java 13 fieldCommentRequirement Required
18455 src/com/gps/hibernate/FrequentTripDetailsId.java 14 fieldCommentRequirement Required
18456 src/com/gps/hibernate/FrequentTripDetailsId.java 19 Document empty constructor
18457 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'day' is not assigned and could be declared final
18458 src/com/gps/hibernate/FrequentTripDetailsId.java 23 Parameter 'tripDetails' is not assigned and could be declared final
18459 src/com/gps/hibernate/FrequentTripDetailsId.java 30 publicMethodCommentRequirement Required
18460 src/com/gps/hibernate/FrequentTripDetailsId.java 34 Parameter 'tripDetails' is not assigned and could be declared final
18461 src/com/gps/hibernate/FrequentTripDetailsId.java 34 publicMethodCommentRequirement Required
18462 src/com/gps/hibernate/FrequentTripDetailsId.java 38 publicMethodCommentRequirement Required
18463 src/com/gps/hibernate/FrequentTripDetailsId.java 42 Parameter 'day' is not assigned and could be declared final
18464 src/com/gps/hibernate/FrequentTripDetailsId.java 42 publicMethodCommentRequirement Required
18465 src/com/gps/hibernate/FrequentTripDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
18466 src/com/gps/hibernate/FrequentTripDetailsId.java 46 publicMethodCommentRequirement Required
18467 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Avoid using if statements without curly braces
18468 src/com/gps/hibernate/FrequentTripDetailsId.java 47 Useless parentheses.
18469 src/com/gps/hibernate/FrequentTripDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
18470 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Avoid using if statements without curly braces
18471 src/com/gps/hibernate/FrequentTripDetailsId.java 49 Useless parentheses.
18472 src/com/gps/hibernate/FrequentTripDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
18473 src/com/gps/hibernate/FrequentTripDetailsId.java 51 Avoid using if statements without curly braces
18474 src/com/gps/hibernate/FrequentTripDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
18475 src/com/gps/hibernate/FrequentTripDetailsId.java 53 Local variable 'castOther' could be declared final
18476 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
18477 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
18478 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
18479 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
18480 src/com/gps/hibernate/FrequentTripDetailsId.java 55 Useless parentheses.
18481 src/com/gps/hibernate/FrequentTripDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
18482 src/com/gps/hibernate/FrequentTripDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
18483 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
18484 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
18485 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
18486 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
18487 src/com/gps/hibernate/FrequentTripDetailsId.java 59 Useless parentheses.
18488 src/com/gps/hibernate/FrequentTripDetailsId.java 60 Potential violation of Law of Demeter (object not created locally)
18489 src/com/gps/hibernate/FrequentTripDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
18490 src/com/gps/hibernate/FrequentTripDetailsId.java 64 publicMethodCommentRequirement Required
18491 src/com/gps/hibernate/FrequentTripDetailsId.java 65 Found 'DD'-anomaly for variable 'result' (lines '65'-'67').
18492 src/com/gps/hibernate/FuelCalibration.java 4 Avoid unused imports such as 'java.util.HashSet'
18493 src/com/gps/hibernate/FuelCalibration.java 5 Avoid unused imports such as 'java.util.Set'
18494 src/com/gps/hibernate/FuelCalibration.java 13 Classes implementing Serializable should set a serialVersionUID
18495 src/com/gps/hibernate/FuelCalibration.java 15 Avoid variables with short names like Id
18496 src/com/gps/hibernate/FuelCalibration.java 15 Use explicit scoping instead of the default package private level
18497 src/com/gps/hibernate/FuelCalibration.java 15 Variables should start with a lowercase character, 'Id' starts with uppercase character.
18498 src/com/gps/hibernate/FuelCalibration.java 15 fieldCommentRequirement Required
18499 src/com/gps/hibernate/FuelCalibration.java 16 Use explicit scoping instead of the default package private level
18500 src/com/gps/hibernate/FuelCalibration.java 16 fieldCommentRequirement Required
18501 src/com/gps/hibernate/FuelCalibration.java 17 Use explicit scoping instead of the default package private level
18502 src/com/gps/hibernate/FuelCalibration.java 17 fieldCommentRequirement Required
18503 src/com/gps/hibernate/FuelCalibration.java 18 Use explicit scoping instead of the default package private level
18504 src/com/gps/hibernate/FuelCalibration.java 18 Variables should start with a lowercase character, 'FuelVolt' starts with uppercase character.
18505 src/com/gps/hibernate/FuelCalibration.java 18 fieldCommentRequirement Required
18506 src/com/gps/hibernate/FuelCalibration.java 31 Avoid variables with short names like id
18507 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'fuelValue' is not assigned and could be declared final
18508 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'id' is not assigned and could be declared final
18509 src/com/gps/hibernate/FuelCalibration.java 31 Parameter 'typeId' is not assigned and could be declared final
18510 src/com/gps/hibernate/FuelCalibration.java 32 Parameter 'fuelVolt' is not assigned and could be declared final
18511 src/com/gps/hibernate/FuelCalibration.java 48 Avoid variables with short names like id
18512 src/com/gps/hibernate/FuelCalibration.java 48 Parameter 'id' is not assigned and could be declared final
18513 src/com/gps/hibernate/FuelCalibration.java 60 Parameter 'typeId' is not assigned and could be declared final
18514 src/com/gps/hibernate/FuelCalibration.java 72 Parameter 'fuelValue' is not assigned and could be declared final
18515 src/com/gps/hibernate/FuelCalibration.java 84 Parameter 'fuelVolt' is not assigned and could be declared final
18516 src/com/gps/hibernate/FuelCalibrationDAO.java 4 Avoid unused imports such as 'java.util.Set'
18517 src/com/gps/hibernate/FuelCalibrationDAO.java 11 Comment is too large: Too many lines
18518 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Logger should be defined private static final and have the correct class
18519 src/com/gps/hibernate/FuelCalibrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18520 src/com/gps/hibernate/FuelCalibrationDAO.java 24 fieldCommentRequirement Required
18521 src/com/gps/hibernate/FuelCalibrationDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
18522 src/com/gps/hibernate/FuelCalibrationDAO.java 26 publicMethodCommentRequirement Required
18523 src/com/gps/hibernate/FuelCalibrationDAO.java 27 There is log block not surrounded by if
18524 src/com/gps/hibernate/FuelCalibrationDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18525 src/com/gps/hibernate/FuelCalibrationDAO.java 29 Potential violation of Law of Demeter (method chain calls)
18526 src/com/gps/hibernate/FuelCalibrationDAO.java 30 There is log block not surrounded by if
18527 src/com/gps/hibernate/FuelCalibrationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18528 src/com/gps/hibernate/FuelCalibrationDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18529 src/com/gps/hibernate/FuelCalibrationDAO.java 32 There is log block not surrounded by if
18530 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Avoid excessively long variable names like persistentInstance
18531 src/com/gps/hibernate/FuelCalibrationDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
18532 src/com/gps/hibernate/FuelCalibrationDAO.java 37 publicMethodCommentRequirement Required
18533 src/com/gps/hibernate/FuelCalibrationDAO.java 38 There is log block not surrounded by if
18534 src/com/gps/hibernate/FuelCalibrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18535 src/com/gps/hibernate/FuelCalibrationDAO.java 40 Potential violation of Law of Demeter (method chain calls)
18536 src/com/gps/hibernate/FuelCalibrationDAO.java 41 There is log block not surrounded by if
18537 src/com/gps/hibernate/FuelCalibrationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18538 src/com/gps/hibernate/FuelCalibrationDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18539 src/com/gps/hibernate/FuelCalibrationDAO.java 43 There is log block not surrounded by if
18540 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Avoid variables with short names like id
18541 src/com/gps/hibernate/FuelCalibrationDAO.java 48 Parameter 'id' is not assigned and could be declared final
18542 src/com/gps/hibernate/FuelCalibrationDAO.java 48 publicMethodCommentRequirement Required
18543 src/com/gps/hibernate/FuelCalibrationDAO.java 49 There is log block not surrounded by if
18544 src/com/gps/hibernate/FuelCalibrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18545 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Local variable 'instance' could be declared final
18546 src/com/gps/hibernate/FuelCalibrationDAO.java 51 Potential violation of Law of Demeter (method chain calls)
18547 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
18548 src/com/gps/hibernate/FuelCalibrationDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18549 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
18550 src/com/gps/hibernate/FuelCalibrationDAO.java 57 There is log block not surrounded by if
18551 src/com/gps/hibernate/FuelCalibrationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18552 src/com/gps/hibernate/FuelCalibrationDAO.java 61 There is log block not surrounded by if
18553 src/com/gps/hibernate/FuelCalibrationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
18554 src/com/gps/hibernate/FuelCalibrationDAO.java 66 publicMethodCommentRequirement Required
18555 src/com/gps/hibernate/FuelCalibrationDAO.java 67 There is log block not surrounded by if
18556 src/com/gps/hibernate/FuelCalibrationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18557 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Local variable 'results' could be declared final
18558 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18559 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18560 src/com/gps/hibernate/FuelCalibrationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18561 src/com/gps/hibernate/FuelCalibrationDAO.java 72 There is log block not surrounded by if
18562 src/com/gps/hibernate/FuelCalibrationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18563 src/com/gps/hibernate/FuelCalibrationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
18564 src/com/gps/hibernate/FuelCalibrationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18565 src/com/gps/hibernate/FuelCalibrationDAO.java 76 There is log block not surrounded by if
18566 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
18567 src/com/gps/hibernate/FuelCalibrationDAO.java 81 Parameter 'value' is not assigned and could be declared final
18568 src/com/gps/hibernate/FuelCalibrationDAO.java 81 publicMethodCommentRequirement Required
18569 src/com/gps/hibernate/FuelCalibrationDAO.java 82 There is log block not surrounded by if
18570 src/com/gps/hibernate/FuelCalibrationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18571 src/com/gps/hibernate/FuelCalibrationDAO.java 85 Local variable 'queryString' could be declared final
18572 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Local variable 'queryObject' could be declared final
18573 src/com/gps/hibernate/FuelCalibrationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
18574 src/com/gps/hibernate/FuelCalibrationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
18575 src/com/gps/hibernate/FuelCalibrationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
18576 src/com/gps/hibernate/FuelCalibrationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18577 src/com/gps/hibernate/FuelCalibrationDAO.java 91 There is log block not surrounded by if
18578 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'first' is not assigned and could be declared final
18579 src/com/gps/hibernate/FuelCalibrationDAO.java 96 Parameter 'last' is not assigned and could be declared final
18580 src/com/gps/hibernate/FuelCalibrationDAO.java 96 publicMethodCommentRequirement Required
18581 src/com/gps/hibernate/FuelCalibrationDAO.java 97 There is log block not surrounded by if
18582 src/com/gps/hibernate/FuelCalibrationDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18583 src/com/gps/hibernate/FuelCalibrationDAO.java 99 Local variable 'queryString' could be declared final
18584 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Local variable 'queryObject' could be declared final
18585 src/com/gps/hibernate/FuelCalibrationDAO.java 100 Potential violation of Law of Demeter (method chain calls)
18586 src/com/gps/hibernate/FuelCalibrationDAO.java 101 Potential violation of Law of Demeter (object not created locally)
18587 src/com/gps/hibernate/FuelCalibrationDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18588 src/com/gps/hibernate/FuelCalibrationDAO.java 103 There is log block not surrounded by if
18589 src/com/gps/hibernate/FuelCalibrationDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
18590 src/com/gps/hibernate/FuelCalibrationDAO.java 108 publicMethodCommentRequirement Required
18591 src/com/gps/hibernate/FuelCalibrationDAO.java 109 There is log block not surrounded by if
18592 src/com/gps/hibernate/FuelCalibrationDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18593 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Local variable 'result' could be declared final
18594 src/com/gps/hibernate/FuelCalibrationDAO.java 111 Potential violation of Law of Demeter (method chain calls)
18595 src/com/gps/hibernate/FuelCalibrationDAO.java 113 There is log block not surrounded by if
18596 src/com/gps/hibernate/FuelCalibrationDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18597 src/com/gps/hibernate/FuelCalibrationDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18598 src/com/gps/hibernate/FuelCalibrationDAO.java 116 There is log block not surrounded by if
18599 src/com/gps/hibernate/FuelCalibrationDAO.java 121 Parameter 'instance' is not assigned and could be declared final
18600 src/com/gps/hibernate/FuelCalibrationDAO.java 121 publicMethodCommentRequirement Required
18601 src/com/gps/hibernate/FuelCalibrationDAO.java 122 There is log block not surrounded by if
18602 src/com/gps/hibernate/FuelCalibrationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18603 src/com/gps/hibernate/FuelCalibrationDAO.java 124 Potential violation of Law of Demeter (method chain calls)
18604 src/com/gps/hibernate/FuelCalibrationDAO.java 125 There is log block not surrounded by if
18605 src/com/gps/hibernate/FuelCalibrationDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18606 src/com/gps/hibernate/FuelCalibrationDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18607 src/com/gps/hibernate/FuelCalibrationDAO.java 127 There is log block not surrounded by if
18608 src/com/gps/hibernate/FuelCalibrationDAO.java 132 Parameter 'instance' is not assigned and could be declared final
18609 src/com/gps/hibernate/FuelCalibrationDAO.java 132 publicMethodCommentRequirement Required
18610 src/com/gps/hibernate/FuelCalibrationDAO.java 133 There is log block not surrounded by if
18611 src/com/gps/hibernate/FuelCalibrationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18612 src/com/gps/hibernate/FuelCalibrationDAO.java 135 Potential violation of Law of Demeter (method chain calls)
18613 src/com/gps/hibernate/FuelCalibrationDAO.java 136 There is log block not surrounded by if
18614 src/com/gps/hibernate/FuelCalibrationDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18615 src/com/gps/hibernate/FuelCalibrationDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18616 src/com/gps/hibernate/FuelCalibrationDAO.java 138 There is log block not surrounded by if
18617 src/com/gps/hibernate/FuelHistory.java 6 Avoid unused imports such as 'java.util.HashSet'
18618 src/com/gps/hibernate/FuelHistory.java 7 Avoid unused imports such as 'java.util.Set'
18619 src/com/gps/hibernate/FuelHistory.java 15 Classes implementing Serializable should set a serialVersionUID
18620 src/com/gps/hibernate/FuelHistory.java 17 Avoid variables with short names like Id
18621 src/com/gps/hibernate/FuelHistory.java 17 Use explicit scoping instead of the default package private level
18622 src/com/gps/hibernate/FuelHistory.java 17 Variables should start with a lowercase character, 'Id' starts with uppercase character.
18623 src/com/gps/hibernate/FuelHistory.java 17 fieldCommentRequirement Required
18624 src/com/gps/hibernate/FuelHistory.java 18 Use explicit scoping instead of the default package private level
18625 src/com/gps/hibernate/FuelHistory.java 18 fieldCommentRequirement Required
18626 src/com/gps/hibernate/FuelHistory.java 19 Use explicit scoping instead of the default package private level
18627 src/com/gps/hibernate/FuelHistory.java 19 fieldCommentRequirement Required
18628 src/com/gps/hibernate/FuelHistory.java 20 Use explicit scoping instead of the default package private level
18629 src/com/gps/hibernate/FuelHistory.java 20 fieldCommentRequirement Required
18630 src/com/gps/hibernate/FuelHistory.java 21 Use explicit scoping instead of the default package private level
18631 src/com/gps/hibernate/FuelHistory.java 21 fieldCommentRequirement Required
18632 src/com/gps/hibernate/FuelHistory.java 22 Use explicit scoping instead of the default package private level
18633 src/com/gps/hibernate/FuelHistory.java 22 fieldCommentRequirement Required
18634 src/com/gps/hibernate/FuelHistory.java 23 Use explicit scoping instead of the default package private level
18635 src/com/gps/hibernate/FuelHistory.java 23 fieldCommentRequirement Required
18636 src/com/gps/hibernate/FuelHistory.java 24 Use explicit scoping instead of the default package private level
18637 src/com/gps/hibernate/FuelHistory.java 24 fieldCommentRequirement Required
18638 src/com/gps/hibernate/FuelHistory.java 25 Use explicit scoping instead of the default package private level
18639 src/com/gps/hibernate/FuelHistory.java 25 fieldCommentRequirement Required
18640 src/com/gps/hibernate/FuelHistory.java 26 Use explicit scoping instead of the default package private level
18641 src/com/gps/hibernate/FuelHistory.java 26 fieldCommentRequirement Required
18642 src/com/gps/hibernate/FuelHistory.java 27 Use explicit scoping instead of the default package private level
18643 src/com/gps/hibernate/FuelHistory.java 27 fieldCommentRequirement Required
18644 src/com/gps/hibernate/FuelHistory.java 28 Use explicit scoping instead of the default package private level
18645 src/com/gps/hibernate/FuelHistory.java 28 fieldCommentRequirement Required
18646 src/com/gps/hibernate/FuelHistory.java 35 Comment is too large: Too many lines
18647 src/com/gps/hibernate/FuelHistory.java 49 Avoid long parameter lists.
18648 src/com/gps/hibernate/FuelHistory.java 49 Avoid variables with short names like id
18649 src/com/gps/hibernate/FuelHistory.java 49 Parameter 'dateTime' is not assigned and could be declared final
18650 src/com/gps/hibernate/FuelHistory.java 49 Parameter 'id' is not assigned and could be declared final
18651 src/com/gps/hibernate/FuelHistory.java 50 Parameter 'fuelQuantity' is not assigned and could be declared final
18652 src/com/gps/hibernate/FuelHistory.java 50 Parameter 'vehicleDetails' is not assigned and could be declared final
18653 src/com/gps/hibernate/FuelHistory.java 51 Parameter 'tripParameters' is not assigned and could be declared final
18654 src/com/gps/hibernate/FuelHistory.java 51 Parameter 'type' is not assigned and could be declared final
18655 src/com/gps/hibernate/FuelHistory.java 52 Parameter 'fuelReading' is not assigned and could be declared final
18656 src/com/gps/hibernate/FuelHistory.java 52 Parameter 'organization' is not assigned and could be declared final
18657 src/com/gps/hibernate/FuelHistory.java 53 Parameter 'distanceReading' is not assigned and could be declared final
18658 src/com/gps/hibernate/FuelHistory.java 53 Parameter 'lattitude' is not assigned and could be declared final
18659 src/com/gps/hibernate/FuelHistory.java 53 Parameter 'location' is not assigned and could be declared final
18660 src/com/gps/hibernate/FuelHistory.java 54 Parameter 'longitude' is not assigned and could be declared final
18661 src/com/gps/hibernate/FuelHistory.java 78 Avoid variables with short names like id
18662 src/com/gps/hibernate/FuelHistory.java 78 Parameter 'id' is not assigned and could be declared final
18663 src/com/gps/hibernate/FuelHistory.java 90 Parameter 'dateTime' is not assigned and could be declared final
18664 src/com/gps/hibernate/FuelHistory.java 102 Parameter 'vehicleDetails' is not assigned and could be declared final
18665 src/com/gps/hibernate/FuelHistory.java 114 Parameter 'fuelQuantity' is not assigned and could be declared final
18666 src/com/gps/hibernate/FuelHistory.java 126 Parameter 'tripParameters' is not assigned and could be declared final
18667 src/com/gps/hibernate/FuelHistory.java 138 Parameter 'type' is not assigned and could be declared final
18668 src/com/gps/hibernate/FuelHistory.java 150 Parameter 'organization' is not assigned and could be declared final
18669 src/com/gps/hibernate/FuelHistory.java 162 Parameter 'fuelReading' is not assigned and could be declared final
18670 src/com/gps/hibernate/FuelHistory.java 174 Parameter 'distanceReading' is not assigned and could be declared final
18671 src/com/gps/hibernate/FuelHistory.java 186 Parameter 'location' is not assigned and could be declared final
18672 src/com/gps/hibernate/FuelHistory.java 198 Parameter 'lattitude' is not assigned and could be declared final
18673 src/com/gps/hibernate/FuelHistory.java 210 Parameter 'longitude' is not assigned and could be declared final
18674 src/com/gps/hibernate/FuelHistoryDAO.java 4 Avoid unused imports such as 'java.util.Set'
18675 src/com/gps/hibernate/FuelHistoryDAO.java 11 Comment is too large: Too many lines
18676 src/com/gps/hibernate/FuelHistoryDAO.java 24 Logger should be defined private static final and have the correct class
18677 src/com/gps/hibernate/FuelHistoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18678 src/com/gps/hibernate/FuelHistoryDAO.java 24 fieldCommentRequirement Required
18679 src/com/gps/hibernate/FuelHistoryDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
18680 src/com/gps/hibernate/FuelHistoryDAO.java 26 publicMethodCommentRequirement Required
18681 src/com/gps/hibernate/FuelHistoryDAO.java 27 There is log block not surrounded by if
18682 src/com/gps/hibernate/FuelHistoryDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18683 src/com/gps/hibernate/FuelHistoryDAO.java 29 Potential violation of Law of Demeter (method chain calls)
18684 src/com/gps/hibernate/FuelHistoryDAO.java 30 There is log block not surrounded by if
18685 src/com/gps/hibernate/FuelHistoryDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18686 src/com/gps/hibernate/FuelHistoryDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18687 src/com/gps/hibernate/FuelHistoryDAO.java 32 There is log block not surrounded by if
18688 src/com/gps/hibernate/FuelHistoryDAO.java 37 Avoid excessively long variable names like persistentInstance
18689 src/com/gps/hibernate/FuelHistoryDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
18690 src/com/gps/hibernate/FuelHistoryDAO.java 37 publicMethodCommentRequirement Required
18691 src/com/gps/hibernate/FuelHistoryDAO.java 38 There is log block not surrounded by if
18692 src/com/gps/hibernate/FuelHistoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18693 src/com/gps/hibernate/FuelHistoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
18694 src/com/gps/hibernate/FuelHistoryDAO.java 41 There is log block not surrounded by if
18695 src/com/gps/hibernate/FuelHistoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18696 src/com/gps/hibernate/FuelHistoryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18697 src/com/gps/hibernate/FuelHistoryDAO.java 43 There is log block not surrounded by if
18698 src/com/gps/hibernate/FuelHistoryDAO.java 48 Avoid variables with short names like id
18699 src/com/gps/hibernate/FuelHistoryDAO.java 48 Parameter 'id' is not assigned and could be declared final
18700 src/com/gps/hibernate/FuelHistoryDAO.java 48 publicMethodCommentRequirement Required
18701 src/com/gps/hibernate/FuelHistoryDAO.java 49 There is log block not surrounded by if
18702 src/com/gps/hibernate/FuelHistoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18703 src/com/gps/hibernate/FuelHistoryDAO.java 51 Local variable 'instance' could be declared final
18704 src/com/gps/hibernate/FuelHistoryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
18705 src/com/gps/hibernate/FuelHistoryDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
18706 src/com/gps/hibernate/FuelHistoryDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18707 src/com/gps/hibernate/FuelHistoryDAO.java 57 There is log block not surrounded by if
18708 src/com/gps/hibernate/FuelHistoryDAO.java 57 There is log block not surrounded by if
18709 src/com/gps/hibernate/FuelHistoryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18710 src/com/gps/hibernate/FuelHistoryDAO.java 61 There is log block not surrounded by if
18711 src/com/gps/hibernate/FuelHistoryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
18712 src/com/gps/hibernate/FuelHistoryDAO.java 66 publicMethodCommentRequirement Required
18713 src/com/gps/hibernate/FuelHistoryDAO.java 67 There is log block not surrounded by if
18714 src/com/gps/hibernate/FuelHistoryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18715 src/com/gps/hibernate/FuelHistoryDAO.java 69 Local variable 'results' could be declared final
18716 src/com/gps/hibernate/FuelHistoryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18717 src/com/gps/hibernate/FuelHistoryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18718 src/com/gps/hibernate/FuelHistoryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
18719 src/com/gps/hibernate/FuelHistoryDAO.java 72 There is log block not surrounded by if
18720 src/com/gps/hibernate/FuelHistoryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18721 src/com/gps/hibernate/FuelHistoryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
18722 src/com/gps/hibernate/FuelHistoryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18723 src/com/gps/hibernate/FuelHistoryDAO.java 76 There is log block not surrounded by if
18724 src/com/gps/hibernate/FuelHistoryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
18725 src/com/gps/hibernate/FuelHistoryDAO.java 81 Parameter 'value' is not assigned and could be declared final
18726 src/com/gps/hibernate/FuelHistoryDAO.java 81 publicMethodCommentRequirement Required
18727 src/com/gps/hibernate/FuelHistoryDAO.java 82 There is log block not surrounded by if
18728 src/com/gps/hibernate/FuelHistoryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18729 src/com/gps/hibernate/FuelHistoryDAO.java 85 Local variable 'queryString' could be declared final
18730 src/com/gps/hibernate/FuelHistoryDAO.java 87 Local variable 'queryObject' could be declared final
18731 src/com/gps/hibernate/FuelHistoryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
18732 src/com/gps/hibernate/FuelHistoryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
18733 src/com/gps/hibernate/FuelHistoryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
18734 src/com/gps/hibernate/FuelHistoryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18735 src/com/gps/hibernate/FuelHistoryDAO.java 91 There is log block not surrounded by if
18736 src/com/gps/hibernate/FuelHistoryDAO.java 96 Parameter 'first' is not assigned and could be declared final
18737 src/com/gps/hibernate/FuelHistoryDAO.java 96 Parameter 'last' is not assigned and could be declared final
18738 src/com/gps/hibernate/FuelHistoryDAO.java 96 publicMethodCommentRequirement Required
18739 src/com/gps/hibernate/FuelHistoryDAO.java 97 There is log block not surrounded by if
18740 src/com/gps/hibernate/FuelHistoryDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18741 src/com/gps/hibernate/FuelHistoryDAO.java 99 Local variable 'queryString' could be declared final
18742 src/com/gps/hibernate/FuelHistoryDAO.java 100 Local variable 'queryObject' could be declared final
18743 src/com/gps/hibernate/FuelHistoryDAO.java 100 Potential violation of Law of Demeter (method chain calls)
18744 src/com/gps/hibernate/FuelHistoryDAO.java 101 Potential violation of Law of Demeter (object not created locally)
18745 src/com/gps/hibernate/FuelHistoryDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18746 src/com/gps/hibernate/FuelHistoryDAO.java 103 There is log block not surrounded by if
18747 src/com/gps/hibernate/FuelHistoryDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
18748 src/com/gps/hibernate/FuelHistoryDAO.java 108 publicMethodCommentRequirement Required
18749 src/com/gps/hibernate/FuelHistoryDAO.java 109 There is log block not surrounded by if
18750 src/com/gps/hibernate/FuelHistoryDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18751 src/com/gps/hibernate/FuelHistoryDAO.java 111 Local variable 'result' could be declared final
18752 src/com/gps/hibernate/FuelHistoryDAO.java 111 Potential violation of Law of Demeter (method chain calls)
18753 src/com/gps/hibernate/FuelHistoryDAO.java 113 There is log block not surrounded by if
18754 src/com/gps/hibernate/FuelHistoryDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18755 src/com/gps/hibernate/FuelHistoryDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18756 src/com/gps/hibernate/FuelHistoryDAO.java 116 There is log block not surrounded by if
18757 src/com/gps/hibernate/FuelHistoryDAO.java 121 Parameter 'instance' is not assigned and could be declared final
18758 src/com/gps/hibernate/FuelHistoryDAO.java 121 publicMethodCommentRequirement Required
18759 src/com/gps/hibernate/FuelHistoryDAO.java 122 There is log block not surrounded by if
18760 src/com/gps/hibernate/FuelHistoryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18761 src/com/gps/hibernate/FuelHistoryDAO.java 124 Potential violation of Law of Demeter (method chain calls)
18762 src/com/gps/hibernate/FuelHistoryDAO.java 125 There is log block not surrounded by if
18763 src/com/gps/hibernate/FuelHistoryDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18764 src/com/gps/hibernate/FuelHistoryDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18765 src/com/gps/hibernate/FuelHistoryDAO.java 127 There is log block not surrounded by if
18766 src/com/gps/hibernate/FuelHistoryDAO.java 132 Parameter 'instance' is not assigned and could be declared final
18767 src/com/gps/hibernate/FuelHistoryDAO.java 132 publicMethodCommentRequirement Required
18768 src/com/gps/hibernate/FuelHistoryDAO.java 133 There is log block not surrounded by if
18769 src/com/gps/hibernate/FuelHistoryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18770 src/com/gps/hibernate/FuelHistoryDAO.java 135 Potential violation of Law of Demeter (method chain calls)
18771 src/com/gps/hibernate/FuelHistoryDAO.java 136 There is log block not surrounded by if
18772 src/com/gps/hibernate/FuelHistoryDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18773 src/com/gps/hibernate/FuelHistoryDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18774 src/com/gps/hibernate/FuelHistoryDAO.java 138 There is log block not surrounded by if
18775 src/com/gps/hibernate/Geofence.java 13 Classes implementing Serializable should set a serialVersionUID
18776 src/com/gps/hibernate/Geofence.java 13 Too many fields
18777 src/com/gps/hibernate/Geofence.java 17 Avoid variables with short names like id
18778 src/com/gps/hibernate/Geofence.java 17 fieldCommentRequirement Required
18779 src/com/gps/hibernate/Geofence.java 18 fieldCommentRequirement Required
18780 src/com/gps/hibernate/Geofence.java 19 fieldCommentRequirement Required
18781 src/com/gps/hibernate/Geofence.java 20 fieldCommentRequirement Required
18782 src/com/gps/hibernate/Geofence.java 21 fieldCommentRequirement Required
18783 src/com/gps/hibernate/Geofence.java 22 fieldCommentRequirement Required
18784 src/com/gps/hibernate/Geofence.java 23 fieldCommentRequirement Required
18785 src/com/gps/hibernate/Geofence.java 24 fieldCommentRequirement Required
18786 src/com/gps/hibernate/Geofence.java 25 fieldCommentRequirement Required
18787 src/com/gps/hibernate/Geofence.java 26 fieldCommentRequirement Required
18788 src/com/gps/hibernate/Geofence.java 27 fieldCommentRequirement Required
18789 src/com/gps/hibernate/Geofence.java 28 fieldCommentRequirement Required
18790 src/com/gps/hibernate/Geofence.java 29 Variables should start with a lowercase character, 'SeqFenceAM' starts with uppercase character.
18791 src/com/gps/hibernate/Geofence.java 29 fieldCommentRequirement Required
18792 src/com/gps/hibernate/Geofence.java 30 Variables should start with a lowercase character, 'SeqFencePM' starts with uppercase character.
18793 src/com/gps/hibernate/Geofence.java 30 fieldCommentRequirement Required
18794 src/com/gps/hibernate/Geofence.java 31 Variables should start with a lowercase character, 'StopTimeAM' starts with uppercase character.
18795 src/com/gps/hibernate/Geofence.java 31 fieldCommentRequirement Required
18796 src/com/gps/hibernate/Geofence.java 32 Variables should start with a lowercase character, 'StopTimePM' starts with uppercase character.
18797 src/com/gps/hibernate/Geofence.java 32 fieldCommentRequirement Required
18798 src/com/gps/hibernate/Geofence.java 33 fieldCommentRequirement Required
18799 src/com/gps/hibernate/Geofence.java 34 fieldCommentRequirement Required
18800 src/com/gps/hibernate/Geofence.java 35 fieldCommentRequirement Required
18801 src/com/gps/hibernate/Geofence.java 36 fieldCommentRequirement Required
18802 src/com/gps/hibernate/Geofence.java 46 Avoid variables with short names like id
18803 src/com/gps/hibernate/Geofence.java 46 Parameter 'geoName' is not assigned and could be declared final
18804 src/com/gps/hibernate/Geofence.java 46 Parameter 'id' is not assigned and could be declared final
18805 src/com/gps/hibernate/Geofence.java 46 Parameter 'landmark' is not assigned and could be declared final
18806 src/com/gps/hibernate/Geofence.java 62 Parameter 'rfhistorygeo' is not assigned and could be declared final
18807 src/com/gps/hibernate/Geofence.java 74 Parameter 'userFences' is not assigned and could be declared final
18808 src/com/gps/hibernate/Geofence.java 78 Document empty constructor
18809 src/com/gps/hibernate/Geofence.java 80 Parameter 'geoLatitude' is not assigned and could be declared final
18810 src/com/gps/hibernate/Geofence.java 80 Parameter 'geoLongitude' is not assigned and could be declared final
18811 src/com/gps/hibernate/Geofence.java 80 publicMethodCommentRequirement Required
18812 src/com/gps/hibernate/Geofence.java 87 Avoid long parameter lists.
18813 src/com/gps/hibernate/Geofence.java 87 Parameter 'geofenceId' is not assigned and could be declared final
18814 src/com/gps/hibernate/Geofence.java 87 Parameter 'tripDetails' is not assigned and could be declared final
18815 src/com/gps/hibernate/Geofence.java 87 Parameter 'userid' is not assigned and could be declared final
18816 src/com/gps/hibernate/Geofence.java 88 Parameter 'address' is not assigned and could be declared final
18817 src/com/gps/hibernate/Geofence.java 88 Parameter 'countryCode' is not assigned and could be declared final
18818 src/com/gps/hibernate/Geofence.java 88 Parameter 'geoName' is not assigned and could be declared final
18819 src/com/gps/hibernate/Geofence.java 89 Parameter 'geoLatitude' is not assigned and could be declared final
18820 src/com/gps/hibernate/Geofence.java 89 Parameter 'geoLongitude' is not assigned and could be declared final
18821 src/com/gps/hibernate/Geofence.java 89 Parameter 'radius' is not assigned and could be declared final
18822 src/com/gps/hibernate/Geofence.java 90 Parameter 'fenceHistories' is not assigned and could be declared final
18823 src/com/gps/hibernate/Geofence.java 90 Parameter 'insertOrder' is not assigned and could be declared final
18824 src/com/gps/hibernate/Geofence.java 106 publicMethodCommentRequirement Required
18825 src/com/gps/hibernate/Geofence.java 110 Avoid variables with short names like id
18826 src/com/gps/hibernate/Geofence.java 110 Parameter 'id' is not assigned and could be declared final
18827 src/com/gps/hibernate/Geofence.java 110 publicMethodCommentRequirement Required
18828 src/com/gps/hibernate/Geofence.java 114 publicMethodCommentRequirement Required
18829 src/com/gps/hibernate/Geofence.java 118 Parameter 'tripDetails' is not assigned and could be declared final
18830 src/com/gps/hibernate/Geofence.java 118 publicMethodCommentRequirement Required
18831 src/com/gps/hibernate/Geofence.java 122 publicMethodCommentRequirement Required
18832 src/com/gps/hibernate/Geofence.java 126 Parameter 'userid' is not assigned and could be declared final
18833 src/com/gps/hibernate/Geofence.java 126 publicMethodCommentRequirement Required
18834 src/com/gps/hibernate/Geofence.java 130 publicMethodCommentRequirement Required
18835 src/com/gps/hibernate/Geofence.java 134 Parameter 'geofenceId' is not assigned and could be declared final
18836 src/com/gps/hibernate/Geofence.java 134 publicMethodCommentRequirement Required
18837 src/com/gps/hibernate/Geofence.java 138 publicMethodCommentRequirement Required
18838 src/com/gps/hibernate/Geofence.java 142 Parameter 'geoName' is not assigned and could be declared final
18839 src/com/gps/hibernate/Geofence.java 142 publicMethodCommentRequirement Required
18840 src/com/gps/hibernate/Geofence.java 146 publicMethodCommentRequirement Required
18841 src/com/gps/hibernate/Geofence.java 150 Parameter 'address' is not assigned and could be declared final
18842 src/com/gps/hibernate/Geofence.java 150 publicMethodCommentRequirement Required
18843 src/com/gps/hibernate/Geofence.java 154 publicMethodCommentRequirement Required
18844 src/com/gps/hibernate/Geofence.java 158 Parameter 'countryCode' is not assigned and could be declared final
18845 src/com/gps/hibernate/Geofence.java 158 publicMethodCommentRequirement Required
18846 src/com/gps/hibernate/Geofence.java 162 publicMethodCommentRequirement Required
18847 src/com/gps/hibernate/Geofence.java 166 Parameter 'geoLatitude' is not assigned and could be declared final
18848 src/com/gps/hibernate/Geofence.java 166 publicMethodCommentRequirement Required
18849 src/com/gps/hibernate/Geofence.java 170 publicMethodCommentRequirement Required
18850 src/com/gps/hibernate/Geofence.java 174 Parameter 'geoLongitude' is not assigned and could be declared final
18851 src/com/gps/hibernate/Geofence.java 174 publicMethodCommentRequirement Required
18852 src/com/gps/hibernate/Geofence.java 178 publicMethodCommentRequirement Required
18853 src/com/gps/hibernate/Geofence.java 182 Parameter 'radius' is not assigned and could be declared final
18854 src/com/gps/hibernate/Geofence.java 182 publicMethodCommentRequirement Required
18855 src/com/gps/hibernate/Geofence.java 186 publicMethodCommentRequirement Required
18856 src/com/gps/hibernate/Geofence.java 190 Parameter 'insertOrder' is not assigned and could be declared final
18857 src/com/gps/hibernate/Geofence.java 190 publicMethodCommentRequirement Required
18858 src/com/gps/hibernate/Geofence.java 194 publicMethodCommentRequirement Required
18859 src/com/gps/hibernate/Geofence.java 199 Parameter 'landmark' is not assigned and could be declared final
18860 src/com/gps/hibernate/Geofence.java 199 publicMethodCommentRequirement Required
18861 src/com/gps/hibernate/Geofence.java 202 publicMethodCommentRequirement Required
18862 src/com/gps/hibernate/Geofence.java 206 Parameter 'fenceHistories' is not assigned and could be declared final
18863 src/com/gps/hibernate/Geofence.java 206 publicMethodCommentRequirement Required
18864 src/com/gps/hibernate/Geofence.java 220 Parameter 'isValid' is not assigned and could be declared final
18865 src/com/gps/hibernate/Geofence.java 234 Parameter 'seqFenceAM' is not assigned and could be declared final
18866 src/com/gps/hibernate/Geofence.java 248 Parameter 'seqFencePM' is not assigned and could be declared final
18867 src/com/gps/hibernate/Geofence.java 262 Parameter 'stopTimeAM' is not assigned and could be declared final
18868 src/com/gps/hibernate/Geofence.java 276 Parameter 'stopTimePM' is not assigned and could be declared final
18869 src/com/gps/hibernate/GeofenceDAO.java 4 Avoid unused imports such as 'java.util.Set'
18870 src/com/gps/hibernate/GeofenceDAO.java 11 Comment is too large: Too many lines
18871 src/com/gps/hibernate/GeofenceDAO.java 23 This class has too many methods, consider refactoring it.
18872 src/com/gps/hibernate/GeofenceDAO.java 24 Logger should be defined private static final and have the correct class
18873 src/com/gps/hibernate/GeofenceDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
18874 src/com/gps/hibernate/GeofenceDAO.java 24 fieldCommentRequirement Required
18875 src/com/gps/hibernate/GeofenceDAO.java 26 fieldCommentRequirement Required
18876 src/com/gps/hibernate/GeofenceDAO.java 27 fieldCommentRequirement Required
18877 src/com/gps/hibernate/GeofenceDAO.java 28 fieldCommentRequirement Required
18878 src/com/gps/hibernate/GeofenceDAO.java 29 fieldCommentRequirement Required
18879 src/com/gps/hibernate/GeofenceDAO.java 30 fieldCommentRequirement Required
18880 src/com/gps/hibernate/GeofenceDAO.java 31 fieldCommentRequirement Required
18881 src/com/gps/hibernate/GeofenceDAO.java 32 fieldCommentRequirement Required
18882 src/com/gps/hibernate/GeofenceDAO.java 33 fieldCommentRequirement Required
18883 src/com/gps/hibernate/GeofenceDAO.java 34 fieldCommentRequirement Required
18884 src/com/gps/hibernate/GeofenceDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
18885 src/com/gps/hibernate/GeofenceDAO.java 36 publicMethodCommentRequirement Required
18886 src/com/gps/hibernate/GeofenceDAO.java 37 There is log block not surrounded by if
18887 src/com/gps/hibernate/GeofenceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18888 src/com/gps/hibernate/GeofenceDAO.java 39 Potential violation of Law of Demeter (method chain calls)
18889 src/com/gps/hibernate/GeofenceDAO.java 40 There is log block not surrounded by if
18890 src/com/gps/hibernate/GeofenceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18891 src/com/gps/hibernate/GeofenceDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18892 src/com/gps/hibernate/GeofenceDAO.java 42 There is log block not surrounded by if
18893 src/com/gps/hibernate/GeofenceDAO.java 47 Avoid excessively long variable names like persistentInstance
18894 src/com/gps/hibernate/GeofenceDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
18895 src/com/gps/hibernate/GeofenceDAO.java 47 publicMethodCommentRequirement Required
18896 src/com/gps/hibernate/GeofenceDAO.java 48 There is log block not surrounded by if
18897 src/com/gps/hibernate/GeofenceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18898 src/com/gps/hibernate/GeofenceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
18899 src/com/gps/hibernate/GeofenceDAO.java 51 There is log block not surrounded by if
18900 src/com/gps/hibernate/GeofenceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18901 src/com/gps/hibernate/GeofenceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18902 src/com/gps/hibernate/GeofenceDAO.java 53 There is log block not surrounded by if
18903 src/com/gps/hibernate/GeofenceDAO.java 58 Avoid variables with short names like id
18904 src/com/gps/hibernate/GeofenceDAO.java 58 Parameter 'id' is not assigned and could be declared final
18905 src/com/gps/hibernate/GeofenceDAO.java 58 publicMethodCommentRequirement Required
18906 src/com/gps/hibernate/GeofenceDAO.java 59 There is log block not surrounded by if
18907 src/com/gps/hibernate/GeofenceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18908 src/com/gps/hibernate/GeofenceDAO.java 61 Local variable 'instance' could be declared final
18909 src/com/gps/hibernate/GeofenceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
18910 src/com/gps/hibernate/GeofenceDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18911 src/com/gps/hibernate/GeofenceDAO.java 65 There is log block not surrounded by if
18912 src/com/gps/hibernate/GeofenceDAO.java 70 Parameter 'instance' is not assigned and could be declared final
18913 src/com/gps/hibernate/GeofenceDAO.java 70 publicMethodCommentRequirement Required
18914 src/com/gps/hibernate/GeofenceDAO.java 71 There is log block not surrounded by if
18915 src/com/gps/hibernate/GeofenceDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18916 src/com/gps/hibernate/GeofenceDAO.java 73 Local variable 'results' could be declared final
18917 src/com/gps/hibernate/GeofenceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
18918 src/com/gps/hibernate/GeofenceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
18919 src/com/gps/hibernate/GeofenceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
18920 src/com/gps/hibernate/GeofenceDAO.java 76 There is log block not surrounded by if
18921 src/com/gps/hibernate/GeofenceDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18922 src/com/gps/hibernate/GeofenceDAO.java 77 Potential violation of Law of Demeter (object not created locally)
18923 src/com/gps/hibernate/GeofenceDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18924 src/com/gps/hibernate/GeofenceDAO.java 80 There is log block not surrounded by if
18925 src/com/gps/hibernate/GeofenceDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
18926 src/com/gps/hibernate/GeofenceDAO.java 85 Parameter 'value' is not assigned and could be declared final
18927 src/com/gps/hibernate/GeofenceDAO.java 85 publicMethodCommentRequirement Required
18928 src/com/gps/hibernate/GeofenceDAO.java 86 There is log block not surrounded by if
18929 src/com/gps/hibernate/GeofenceDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18930 src/com/gps/hibernate/GeofenceDAO.java 89 Local variable 'queryString' could be declared final
18931 src/com/gps/hibernate/GeofenceDAO.java 91 Local variable 'queryObject' could be declared final
18932 src/com/gps/hibernate/GeofenceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
18933 src/com/gps/hibernate/GeofenceDAO.java 92 Potential violation of Law of Demeter (object not created locally)
18934 src/com/gps/hibernate/GeofenceDAO.java 93 Potential violation of Law of Demeter (object not created locally)
18935 src/com/gps/hibernate/GeofenceDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18936 src/com/gps/hibernate/GeofenceDAO.java 95 There is log block not surrounded by if
18937 src/com/gps/hibernate/GeofenceDAO.java 100 Parameter 'userid' is not assigned and could be declared final
18938 src/com/gps/hibernate/GeofenceDAO.java 100 publicMethodCommentRequirement Required
18939 src/com/gps/hibernate/GeofenceDAO.java 104 Parameter 'geofenceId' is not assigned and could be declared final
18940 src/com/gps/hibernate/GeofenceDAO.java 104 publicMethodCommentRequirement Required
18941 src/com/gps/hibernate/GeofenceDAO.java 108 Parameter 'geoName' is not assigned and could be declared final
18942 src/com/gps/hibernate/GeofenceDAO.java 108 publicMethodCommentRequirement Required
18943 src/com/gps/hibernate/GeofenceDAO.java 112 Parameter 'address' is not assigned and could be declared final
18944 src/com/gps/hibernate/GeofenceDAO.java 112 publicMethodCommentRequirement Required
18945 src/com/gps/hibernate/GeofenceDAO.java 116 Parameter 'countryCode' is not assigned and could be declared final
18946 src/com/gps/hibernate/GeofenceDAO.java 116 publicMethodCommentRequirement Required
18947 src/com/gps/hibernate/GeofenceDAO.java 120 Parameter 'geoLatitude' is not assigned and could be declared final
18948 src/com/gps/hibernate/GeofenceDAO.java 120 publicMethodCommentRequirement Required
18949 src/com/gps/hibernate/GeofenceDAO.java 124 Parameter 'geoLongitude' is not assigned and could be declared final
18950 src/com/gps/hibernate/GeofenceDAO.java 124 publicMethodCommentRequirement Required
18951 src/com/gps/hibernate/GeofenceDAO.java 128 Parameter 'radius' is not assigned and could be declared final
18952 src/com/gps/hibernate/GeofenceDAO.java 128 publicMethodCommentRequirement Required
18953 src/com/gps/hibernate/GeofenceDAO.java 132 Parameter 'insertOrder' is not assigned and could be declared final
18954 src/com/gps/hibernate/GeofenceDAO.java 132 publicMethodCommentRequirement Required
18955 src/com/gps/hibernate/GeofenceDAO.java 136 publicMethodCommentRequirement Required
18956 src/com/gps/hibernate/GeofenceDAO.java 137 There is log block not surrounded by if
18957 src/com/gps/hibernate/GeofenceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18958 src/com/gps/hibernate/GeofenceDAO.java 139 Local variable 'queryString' could be declared final
18959 src/com/gps/hibernate/GeofenceDAO.java 140 Local variable 'queryObject' could be declared final
18960 src/com/gps/hibernate/GeofenceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
18961 src/com/gps/hibernate/GeofenceDAO.java 141 Potential violation of Law of Demeter (object not created locally)
18962 src/com/gps/hibernate/GeofenceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18963 src/com/gps/hibernate/GeofenceDAO.java 143 There is log block not surrounded by if
18964 src/com/gps/hibernate/GeofenceDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
18965 src/com/gps/hibernate/GeofenceDAO.java 148 publicMethodCommentRequirement Required
18966 src/com/gps/hibernate/GeofenceDAO.java 149 There is log block not surrounded by if
18967 src/com/gps/hibernate/GeofenceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18968 src/com/gps/hibernate/GeofenceDAO.java 151 Local variable 'result' could be declared final
18969 src/com/gps/hibernate/GeofenceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
18970 src/com/gps/hibernate/GeofenceDAO.java 152 There is log block not surrounded by if
18971 src/com/gps/hibernate/GeofenceDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18972 src/com/gps/hibernate/GeofenceDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18973 src/com/gps/hibernate/GeofenceDAO.java 155 There is log block not surrounded by if
18974 src/com/gps/hibernate/GeofenceDAO.java 160 Parameter 'instance' is not assigned and could be declared final
18975 src/com/gps/hibernate/GeofenceDAO.java 160 publicMethodCommentRequirement Required
18976 src/com/gps/hibernate/GeofenceDAO.java 161 There is log block not surrounded by if
18977 src/com/gps/hibernate/GeofenceDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18978 src/com/gps/hibernate/GeofenceDAO.java 163 Potential violation of Law of Demeter (method chain calls)
18979 src/com/gps/hibernate/GeofenceDAO.java 164 There is log block not surrounded by if
18980 src/com/gps/hibernate/GeofenceDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18981 src/com/gps/hibernate/GeofenceDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18982 src/com/gps/hibernate/GeofenceDAO.java 166 There is log block not surrounded by if
18983 src/com/gps/hibernate/GeofenceDAO.java 171 Parameter 'instance' is not assigned and could be declared final
18984 src/com/gps/hibernate/GeofenceDAO.java 171 publicMethodCommentRequirement Required
18985 src/com/gps/hibernate/GeofenceDAO.java 172 There is log block not surrounded by if
18986 src/com/gps/hibernate/GeofenceDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18987 src/com/gps/hibernate/GeofenceDAO.java 174 Potential violation of Law of Demeter (method chain calls)
18988 src/com/gps/hibernate/GeofenceDAO.java 175 There is log block not surrounded by if
18989 src/com/gps/hibernate/GeofenceDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
18990 src/com/gps/hibernate/GeofenceDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
18991 src/com/gps/hibernate/GeofenceDAO.java 177 There is log block not surrounded by if
18992 src/com/gps/hibernate/GeovehicleMap.java 12 Classes implementing Serializable should set a serialVersionUID
18993 src/com/gps/hibernate/GeovehicleMap.java 16 Avoid variables with short names like id
18994 src/com/gps/hibernate/GeovehicleMap.java 16 fieldCommentRequirement Required
18995 src/com/gps/hibernate/GeovehicleMap.java 17 fieldCommentRequirement Required
18996 src/com/gps/hibernate/GeovehicleMap.java 18 fieldCommentRequirement Required
18997 src/com/gps/hibernate/GeovehicleMap.java 19 fieldCommentRequirement Required
18998 src/com/gps/hibernate/GeovehicleMap.java 24 Document empty constructor
18999 src/com/gps/hibernate/GeovehicleMap.java 26 Avoid variables with short names like id
19000 src/com/gps/hibernate/GeovehicleMap.java 26 Parameter 'geofenceId' is not assigned and could be declared final
19001 src/com/gps/hibernate/GeovehicleMap.java 26 Parameter 'id' is not assigned and could be declared final
19002 src/com/gps/hibernate/GeovehicleMap.java 26 publicMethodCommentRequirement Required
19003 src/com/gps/hibernate/GeovehicleMap.java 33 Parameter 'geofenceId' is not assigned and could be declared final
19004 src/com/gps/hibernate/GeovehicleMap.java 33 Parameter 'vehicleDetails' is not assigned and could be declared final
19005 src/com/gps/hibernate/GeovehicleMap.java 39 Parameter 'geofenceId' is not assigned and could be declared final
19006 src/com/gps/hibernate/GeovehicleMap.java 39 Parameter 'vehicleDetails' is not assigned and could be declared final
19007 src/com/gps/hibernate/GeovehicleMap.java 40 Parameter 'notifications' is not assigned and could be declared final
19008 src/com/gps/hibernate/GeovehicleMap.java 48 publicMethodCommentRequirement Required
19009 src/com/gps/hibernate/GeovehicleMap.java 52 Avoid variables with short names like id
19010 src/com/gps/hibernate/GeovehicleMap.java 52 Parameter 'id' is not assigned and could be declared final
19011 src/com/gps/hibernate/GeovehicleMap.java 52 publicMethodCommentRequirement Required
19012 src/com/gps/hibernate/GeovehicleMap.java 56 publicMethodCommentRequirement Required
19013 src/com/gps/hibernate/GeovehicleMap.java 60 Parameter 'vehicleDetails' is not assigned and could be declared final
19014 src/com/gps/hibernate/GeovehicleMap.java 60 publicMethodCommentRequirement Required
19015 src/com/gps/hibernate/GeovehicleMap.java 64 publicMethodCommentRequirement Required
19016 src/com/gps/hibernate/GeovehicleMap.java 68 Parameter 'geofenceId' is not assigned and could be declared final
19017 src/com/gps/hibernate/GeovehicleMap.java 68 publicMethodCommentRequirement Required
19018 src/com/gps/hibernate/GeovehicleMap.java 72 publicMethodCommentRequirement Required
19019 src/com/gps/hibernate/GeovehicleMap.java 76 Parameter 'notifications' is not assigned and could be declared final
19020 src/com/gps/hibernate/GeovehicleMap.java 76 publicMethodCommentRequirement Required
19021 src/com/gps/hibernate/GeovehicleMapDAO.java 4 Avoid unused imports such as 'java.util.Set'
19022 src/com/gps/hibernate/GeovehicleMapDAO.java 11 Comment is too large: Too many lines
19023 src/com/gps/hibernate/GeovehicleMapDAO.java 24 Logger should be defined private static final and have the correct class
19024 src/com/gps/hibernate/GeovehicleMapDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
19025 src/com/gps/hibernate/GeovehicleMapDAO.java 24 fieldCommentRequirement Required
19026 src/com/gps/hibernate/GeovehicleMapDAO.java 26 fieldCommentRequirement Required
19027 src/com/gps/hibernate/GeovehicleMapDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
19028 src/com/gps/hibernate/GeovehicleMapDAO.java 28 publicMethodCommentRequirement Required
19029 src/com/gps/hibernate/GeovehicleMapDAO.java 29 There is log block not surrounded by if
19030 src/com/gps/hibernate/GeovehicleMapDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19031 src/com/gps/hibernate/GeovehicleMapDAO.java 31 Potential violation of Law of Demeter (method chain calls)
19032 src/com/gps/hibernate/GeovehicleMapDAO.java 32 There is log block not surrounded by if
19033 src/com/gps/hibernate/GeovehicleMapDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19034 src/com/gps/hibernate/GeovehicleMapDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19035 src/com/gps/hibernate/GeovehicleMapDAO.java 34 There is log block not surrounded by if
19036 src/com/gps/hibernate/GeovehicleMapDAO.java 39 Avoid excessively long variable names like persistentInstance
19037 src/com/gps/hibernate/GeovehicleMapDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
19038 src/com/gps/hibernate/GeovehicleMapDAO.java 39 publicMethodCommentRequirement Required
19039 src/com/gps/hibernate/GeovehicleMapDAO.java 40 There is log block not surrounded by if
19040 src/com/gps/hibernate/GeovehicleMapDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19041 src/com/gps/hibernate/GeovehicleMapDAO.java 42 Potential violation of Law of Demeter (method chain calls)
19042 src/com/gps/hibernate/GeovehicleMapDAO.java 43 There is log block not surrounded by if
19043 src/com/gps/hibernate/GeovehicleMapDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19044 src/com/gps/hibernate/GeovehicleMapDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19045 src/com/gps/hibernate/GeovehicleMapDAO.java 45 There is log block not surrounded by if
19046 src/com/gps/hibernate/GeovehicleMapDAO.java 50 Avoid variables with short names like id
19047 src/com/gps/hibernate/GeovehicleMapDAO.java 50 Parameter 'id' is not assigned and could be declared final
19048 src/com/gps/hibernate/GeovehicleMapDAO.java 50 publicMethodCommentRequirement Required
19049 src/com/gps/hibernate/GeovehicleMapDAO.java 51 There is log block not surrounded by if
19050 src/com/gps/hibernate/GeovehicleMapDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19051 src/com/gps/hibernate/GeovehicleMapDAO.java 53 Local variable 'instance' could be declared final
19052 src/com/gps/hibernate/GeovehicleMapDAO.java 53 Potential violation of Law of Demeter (method chain calls)
19053 src/com/gps/hibernate/GeovehicleMapDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19054 src/com/gps/hibernate/GeovehicleMapDAO.java 57 There is log block not surrounded by if
19055 src/com/gps/hibernate/GeovehicleMapDAO.java 62 Parameter 'instance' is not assigned and could be declared final
19056 src/com/gps/hibernate/GeovehicleMapDAO.java 62 publicMethodCommentRequirement Required
19057 src/com/gps/hibernate/GeovehicleMapDAO.java 63 There is log block not surrounded by if
19058 src/com/gps/hibernate/GeovehicleMapDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19059 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Local variable 'results' could be declared final
19060 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19061 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19062 src/com/gps/hibernate/GeovehicleMapDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19063 src/com/gps/hibernate/GeovehicleMapDAO.java 68 There is log block not surrounded by if
19064 src/com/gps/hibernate/GeovehicleMapDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19065 src/com/gps/hibernate/GeovehicleMapDAO.java 69 Potential violation of Law of Demeter (object not created locally)
19066 src/com/gps/hibernate/GeovehicleMapDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19067 src/com/gps/hibernate/GeovehicleMapDAO.java 72 There is log block not surrounded by if
19068 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
19069 src/com/gps/hibernate/GeovehicleMapDAO.java 77 Parameter 'value' is not assigned and could be declared final
19070 src/com/gps/hibernate/GeovehicleMapDAO.java 77 publicMethodCommentRequirement Required
19071 src/com/gps/hibernate/GeovehicleMapDAO.java 78 There is log block not surrounded by if
19072 src/com/gps/hibernate/GeovehicleMapDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19073 src/com/gps/hibernate/GeovehicleMapDAO.java 81 Local variable 'queryString' could be declared final
19074 src/com/gps/hibernate/GeovehicleMapDAO.java 83 Local variable 'queryObject' could be declared final
19075 src/com/gps/hibernate/GeovehicleMapDAO.java 83 Potential violation of Law of Demeter (method chain calls)
19076 src/com/gps/hibernate/GeovehicleMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19077 src/com/gps/hibernate/GeovehicleMapDAO.java 85 Potential violation of Law of Demeter (object not created locally)
19078 src/com/gps/hibernate/GeovehicleMapDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19079 src/com/gps/hibernate/GeovehicleMapDAO.java 87 There is log block not surrounded by if
19080 src/com/gps/hibernate/GeovehicleMapDAO.java 92 Parameter 'geofenceId' is not assigned and could be declared final
19081 src/com/gps/hibernate/GeovehicleMapDAO.java 92 publicMethodCommentRequirement Required
19082 src/com/gps/hibernate/GeovehicleMapDAO.java 96 publicMethodCommentRequirement Required
19083 src/com/gps/hibernate/GeovehicleMapDAO.java 97 There is log block not surrounded by if
19084 src/com/gps/hibernate/GeovehicleMapDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19085 src/com/gps/hibernate/GeovehicleMapDAO.java 99 Local variable 'queryString' could be declared final
19086 src/com/gps/hibernate/GeovehicleMapDAO.java 100 Local variable 'queryObject' could be declared final
19087 src/com/gps/hibernate/GeovehicleMapDAO.java 100 Potential violation of Law of Demeter (method chain calls)
19088 src/com/gps/hibernate/GeovehicleMapDAO.java 101 Potential violation of Law of Demeter (object not created locally)
19089 src/com/gps/hibernate/GeovehicleMapDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19090 src/com/gps/hibernate/GeovehicleMapDAO.java 103 There is log block not surrounded by if
19091 src/com/gps/hibernate/GeovehicleMapDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
19092 src/com/gps/hibernate/GeovehicleMapDAO.java 108 publicMethodCommentRequirement Required
19093 src/com/gps/hibernate/GeovehicleMapDAO.java 109 There is log block not surrounded by if
19094 src/com/gps/hibernate/GeovehicleMapDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19095 src/com/gps/hibernate/GeovehicleMapDAO.java 111 Local variable 'result' could be declared final
19096 src/com/gps/hibernate/GeovehicleMapDAO.java 111 Potential violation of Law of Demeter (method chain calls)
19097 src/com/gps/hibernate/GeovehicleMapDAO.java 113 There is log block not surrounded by if
19098 src/com/gps/hibernate/GeovehicleMapDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19099 src/com/gps/hibernate/GeovehicleMapDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19100 src/com/gps/hibernate/GeovehicleMapDAO.java 116 There is log block not surrounded by if
19101 src/com/gps/hibernate/GeovehicleMapDAO.java 121 Parameter 'instance' is not assigned and could be declared final
19102 src/com/gps/hibernate/GeovehicleMapDAO.java 121 publicMethodCommentRequirement Required
19103 src/com/gps/hibernate/GeovehicleMapDAO.java 122 There is log block not surrounded by if
19104 src/com/gps/hibernate/GeovehicleMapDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19105 src/com/gps/hibernate/GeovehicleMapDAO.java 124 Potential violation of Law of Demeter (method chain calls)
19106 src/com/gps/hibernate/GeovehicleMapDAO.java 125 There is log block not surrounded by if
19107 src/com/gps/hibernate/GeovehicleMapDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19108 src/com/gps/hibernate/GeovehicleMapDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19109 src/com/gps/hibernate/GeovehicleMapDAO.java 127 There is log block not surrounded by if
19110 src/com/gps/hibernate/GeovehicleMapDAO.java 132 Parameter 'instance' is not assigned and could be declared final
19111 src/com/gps/hibernate/GeovehicleMapDAO.java 132 publicMethodCommentRequirement Required
19112 src/com/gps/hibernate/GeovehicleMapDAO.java 133 There is log block not surrounded by if
19113 src/com/gps/hibernate/GeovehicleMapDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19114 src/com/gps/hibernate/GeovehicleMapDAO.java 135 Potential violation of Law of Demeter (method chain calls)
19115 src/com/gps/hibernate/GeovehicleMapDAO.java 136 There is log block not surrounded by if
19116 src/com/gps/hibernate/GeovehicleMapDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19117 src/com/gps/hibernate/GeovehicleMapDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19118 src/com/gps/hibernate/GeovehicleMapDAO.java 138 There is log block not surrounded by if
19119 src/com/gps/hibernate/Group.java 9 Classes implementing Serializable should set a serialVersionUID
19120 src/com/gps/hibernate/Group.java 13 fieldCommentRequirement Required
19121 src/com/gps/hibernate/Group.java 14 fieldCommentRequirement Required
19122 src/com/gps/hibernate/Group.java 15 fieldCommentRequirement Required
19123 src/com/gps/hibernate/Group.java 16 fieldCommentRequirement Required
19124 src/com/gps/hibernate/Group.java 17 fieldCommentRequirement Required
19125 src/com/gps/hibernate/Group.java 18 fieldCommentRequirement Required
19126 src/com/gps/hibernate/Group.java 19 fieldCommentRequirement Required
19127 src/com/gps/hibernate/Group.java 20 fieldCommentRequirement Required
19128 src/com/gps/hibernate/Group.java 21 fieldCommentRequirement Required
19129 src/com/gps/hibernate/Group.java 22 fieldCommentRequirement Required
19130 src/com/gps/hibernate/Group.java 23 fieldCommentRequirement Required
19131 src/com/gps/hibernate/Group.java 24 fieldCommentRequirement Required
19132 src/com/gps/hibernate/Group.java 25 fieldCommentRequirement Required
19133 src/com/gps/hibernate/Group.java 30 Document empty constructor
19134 src/com/gps/hibernate/Group.java 34 Parameter 'groupId' is not assigned and could be declared final
19135 src/com/gps/hibernate/Group.java 39 Avoid long parameter lists.
19136 src/com/gps/hibernate/Group.java 39 Parameter 'companyId' is not assigned and could be declared final
19137 src/com/gps/hibernate/Group.java 39 Parameter 'creatorUserId' is not assigned and could be declared final
19138 src/com/gps/hibernate/Group.java 39 Parameter 'groupId' is not assigned and could be declared final
19139 src/com/gps/hibernate/Group.java 40 Parameter 'classNameId' is not assigned and could be declared final
19140 src/com/gps/hibernate/Group.java 40 Parameter 'classPk' is not assigned and could be declared final
19141 src/com/gps/hibernate/Group.java 40 Parameter 'parentGroupId' is not assigned and could be declared final
19142 src/com/gps/hibernate/Group.java 41 Parameter 'description' is not assigned and could be declared final
19143 src/com/gps/hibernate/Group.java 41 Parameter 'liveGroupId' is not assigned and could be declared final
19144 src/com/gps/hibernate/Group.java 41 Parameter 'name' is not assigned and could be declared final
19145 src/com/gps/hibernate/Group.java 41 Parameter 'type' is not assigned and could be declared final
19146 src/com/gps/hibernate/Group.java 42 Parameter 'active' is not assigned and could be declared final
19147 src/com/gps/hibernate/Group.java 42 Parameter 'friendlyUrl' is not assigned and could be declared final
19148 src/com/gps/hibernate/Group.java 42 Parameter 'typeSettings' is not assigned and could be declared final
19149 src/com/gps/hibernate/Group.java 60 publicMethodCommentRequirement Required
19150 src/com/gps/hibernate/Group.java 64 Parameter 'groupId' is not assigned and could be declared final
19151 src/com/gps/hibernate/Group.java 64 publicMethodCommentRequirement Required
19152 src/com/gps/hibernate/Group.java 68 publicMethodCommentRequirement Required
19153 src/com/gps/hibernate/Group.java 72 Parameter 'companyId' is not assigned and could be declared final
19154 src/com/gps/hibernate/Group.java 72 publicMethodCommentRequirement Required
19155 src/com/gps/hibernate/Group.java 76 publicMethodCommentRequirement Required
19156 src/com/gps/hibernate/Group.java 80 Parameter 'creatorUserId' is not assigned and could be declared final
19157 src/com/gps/hibernate/Group.java 80 publicMethodCommentRequirement Required
19158 src/com/gps/hibernate/Group.java 84 publicMethodCommentRequirement Required
19159 src/com/gps/hibernate/Group.java 88 Parameter 'classNameId' is not assigned and could be declared final
19160 src/com/gps/hibernate/Group.java 88 publicMethodCommentRequirement Required
19161 src/com/gps/hibernate/Group.java 92 publicMethodCommentRequirement Required
19162 src/com/gps/hibernate/Group.java 96 Parameter 'classPk' is not assigned and could be declared final
19163 src/com/gps/hibernate/Group.java 96 publicMethodCommentRequirement Required
19164 src/com/gps/hibernate/Group.java 100 publicMethodCommentRequirement Required
19165 src/com/gps/hibernate/Group.java 104 Parameter 'parentGroupId' is not assigned and could be declared final
19166 src/com/gps/hibernate/Group.java 104 publicMethodCommentRequirement Required
19167 src/com/gps/hibernate/Group.java 108 publicMethodCommentRequirement Required
19168 src/com/gps/hibernate/Group.java 112 Parameter 'liveGroupId' is not assigned and could be declared final
19169 src/com/gps/hibernate/Group.java 112 publicMethodCommentRequirement Required
19170 src/com/gps/hibernate/Group.java 116 publicMethodCommentRequirement Required
19171 src/com/gps/hibernate/Group.java 120 Parameter 'name' is not assigned and could be declared final
19172 src/com/gps/hibernate/Group.java 120 publicMethodCommentRequirement Required
19173 src/com/gps/hibernate/Group.java 124 publicMethodCommentRequirement Required
19174 src/com/gps/hibernate/Group.java 128 Parameter 'description' is not assigned and could be declared final
19175 src/com/gps/hibernate/Group.java 128 publicMethodCommentRequirement Required
19176 src/com/gps/hibernate/Group.java 132 publicMethodCommentRequirement Required
19177 src/com/gps/hibernate/Group.java 136 Parameter 'type' is not assigned and could be declared final
19178 src/com/gps/hibernate/Group.java 136 publicMethodCommentRequirement Required
19179 src/com/gps/hibernate/Group.java 140 publicMethodCommentRequirement Required
19180 src/com/gps/hibernate/Group.java 144 Parameter 'typeSettings' is not assigned and could be declared final
19181 src/com/gps/hibernate/Group.java 144 publicMethodCommentRequirement Required
19182 src/com/gps/hibernate/Group.java 148 publicMethodCommentRequirement Required
19183 src/com/gps/hibernate/Group.java 152 Parameter 'friendlyUrl' is not assigned and could be declared final
19184 src/com/gps/hibernate/Group.java 152 publicMethodCommentRequirement Required
19185 src/com/gps/hibernate/Group.java 156 publicMethodCommentRequirement Required
19186 src/com/gps/hibernate/Group.java 160 Parameter 'active' is not assigned and could be declared final
19187 src/com/gps/hibernate/Group.java 160 publicMethodCommentRequirement Required
19188 src/com/gps/hibernate/GroupDAO.java 10 Comment is too large: Too many lines
19189 src/com/gps/hibernate/GroupDAO.java 22 This class has too many methods, consider refactoring it.
19190 src/com/gps/hibernate/GroupDAO.java 23 Logger should be defined private static final and have the correct class
19191 src/com/gps/hibernate/GroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19192 src/com/gps/hibernate/GroupDAO.java 23 fieldCommentRequirement Required
19193 src/com/gps/hibernate/GroupDAO.java 25 fieldCommentRequirement Required
19194 src/com/gps/hibernate/GroupDAO.java 26 fieldCommentRequirement Required
19195 src/com/gps/hibernate/GroupDAO.java 27 fieldCommentRequirement Required
19196 src/com/gps/hibernate/GroupDAO.java 28 fieldCommentRequirement Required
19197 src/com/gps/hibernate/GroupDAO.java 29 fieldCommentRequirement Required
19198 src/com/gps/hibernate/GroupDAO.java 30 fieldCommentRequirement Required
19199 src/com/gps/hibernate/GroupDAO.java 31 fieldCommentRequirement Required
19200 src/com/gps/hibernate/GroupDAO.java 32 fieldCommentRequirement Required
19201 src/com/gps/hibernate/GroupDAO.java 33 fieldCommentRequirement Required
19202 src/com/gps/hibernate/GroupDAO.java 34 fieldCommentRequirement Required
19203 src/com/gps/hibernate/GroupDAO.java 35 fieldCommentRequirement Required
19204 src/com/gps/hibernate/GroupDAO.java 36 fieldCommentRequirement Required
19205 src/com/gps/hibernate/GroupDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
19206 src/com/gps/hibernate/GroupDAO.java 38 publicMethodCommentRequirement Required
19207 src/com/gps/hibernate/GroupDAO.java 39 There is log block not surrounded by if
19208 src/com/gps/hibernate/GroupDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19209 src/com/gps/hibernate/GroupDAO.java 41 Potential violation of Law of Demeter (method chain calls)
19210 src/com/gps/hibernate/GroupDAO.java 42 There is log block not surrounded by if
19211 src/com/gps/hibernate/GroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19212 src/com/gps/hibernate/GroupDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19213 src/com/gps/hibernate/GroupDAO.java 44 There is log block not surrounded by if
19214 src/com/gps/hibernate/GroupDAO.java 49 Avoid excessively long variable names like persistentInstance
19215 src/com/gps/hibernate/GroupDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
19216 src/com/gps/hibernate/GroupDAO.java 49 publicMethodCommentRequirement Required
19217 src/com/gps/hibernate/GroupDAO.java 50 There is log block not surrounded by if
19218 src/com/gps/hibernate/GroupDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19219 src/com/gps/hibernate/GroupDAO.java 52 Potential violation of Law of Demeter (method chain calls)
19220 src/com/gps/hibernate/GroupDAO.java 53 There is log block not surrounded by if
19221 src/com/gps/hibernate/GroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19222 src/com/gps/hibernate/GroupDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19223 src/com/gps/hibernate/GroupDAO.java 55 There is log block not surrounded by if
19224 src/com/gps/hibernate/GroupDAO.java 60 Avoid variables with short names like id
19225 src/com/gps/hibernate/GroupDAO.java 60 Parameter 'id' is not assigned and could be declared final
19226 src/com/gps/hibernate/GroupDAO.java 60 publicMethodCommentRequirement Required
19227 src/com/gps/hibernate/GroupDAO.java 61 There is log block not surrounded by if
19228 src/com/gps/hibernate/GroupDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19229 src/com/gps/hibernate/GroupDAO.java 63 Local variable 'instance' could be declared final
19230 src/com/gps/hibernate/GroupDAO.java 63 Potential violation of Law of Demeter (method chain calls)
19231 src/com/gps/hibernate/GroupDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19232 src/com/gps/hibernate/GroupDAO.java 67 There is log block not surrounded by if
19233 src/com/gps/hibernate/GroupDAO.java 72 Parameter 'instance' is not assigned and could be declared final
19234 src/com/gps/hibernate/GroupDAO.java 72 publicMethodCommentRequirement Required
19235 src/com/gps/hibernate/GroupDAO.java 73 There is log block not surrounded by if
19236 src/com/gps/hibernate/GroupDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19237 src/com/gps/hibernate/GroupDAO.java 75 Local variable 'results' could be declared final
19238 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
19239 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
19240 src/com/gps/hibernate/GroupDAO.java 75 Potential violation of Law of Demeter (method chain calls)
19241 src/com/gps/hibernate/GroupDAO.java 78 There is log block not surrounded by if
19242 src/com/gps/hibernate/GroupDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19243 src/com/gps/hibernate/GroupDAO.java 79 Potential violation of Law of Demeter (object not created locally)
19244 src/com/gps/hibernate/GroupDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19245 src/com/gps/hibernate/GroupDAO.java 82 There is log block not surrounded by if
19246 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
19247 src/com/gps/hibernate/GroupDAO.java 87 Parameter 'value' is not assigned and could be declared final
19248 src/com/gps/hibernate/GroupDAO.java 87 publicMethodCommentRequirement Required
19249 src/com/gps/hibernate/GroupDAO.java 88 There is log block not surrounded by if
19250 src/com/gps/hibernate/GroupDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19251 src/com/gps/hibernate/GroupDAO.java 91 Local variable 'queryString' could be declared final
19252 src/com/gps/hibernate/GroupDAO.java 93 Local variable 'queryObject' could be declared final
19253 src/com/gps/hibernate/GroupDAO.java 93 Potential violation of Law of Demeter (method chain calls)
19254 src/com/gps/hibernate/GroupDAO.java 94 Potential violation of Law of Demeter (object not created locally)
19255 src/com/gps/hibernate/GroupDAO.java 95 Potential violation of Law of Demeter (object not created locally)
19256 src/com/gps/hibernate/GroupDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19257 src/com/gps/hibernate/GroupDAO.java 97 There is log block not surrounded by if
19258 src/com/gps/hibernate/GroupDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
19259 src/com/gps/hibernate/GroupDAO.java 102 publicMethodCommentRequirement Required
19260 src/com/gps/hibernate/GroupDAO.java 106 Parameter 'creatorUserId' is not assigned and could be declared final
19261 src/com/gps/hibernate/GroupDAO.java 106 publicMethodCommentRequirement Required
19262 src/com/gps/hibernate/GroupDAO.java 110 Parameter 'classNameId' is not assigned and could be declared final
19263 src/com/gps/hibernate/GroupDAO.java 110 publicMethodCommentRequirement Required
19264 src/com/gps/hibernate/GroupDAO.java 114 Parameter 'classPk' is not assigned and could be declared final
19265 src/com/gps/hibernate/GroupDAO.java 114 publicMethodCommentRequirement Required
19266 src/com/gps/hibernate/GroupDAO.java 118 Parameter 'parentGroupId' is not assigned and could be declared final
19267 src/com/gps/hibernate/GroupDAO.java 118 publicMethodCommentRequirement Required
19268 src/com/gps/hibernate/GroupDAO.java 122 Parameter 'liveGroupId' is not assigned and could be declared final
19269 src/com/gps/hibernate/GroupDAO.java 122 publicMethodCommentRequirement Required
19270 src/com/gps/hibernate/GroupDAO.java 126 Parameter 'name' is not assigned and could be declared final
19271 src/com/gps/hibernate/GroupDAO.java 126 publicMethodCommentRequirement Required
19272 src/com/gps/hibernate/GroupDAO.java 130 Parameter 'description' is not assigned and could be declared final
19273 src/com/gps/hibernate/GroupDAO.java 130 publicMethodCommentRequirement Required
19274 src/com/gps/hibernate/GroupDAO.java 134 Parameter 'type' is not assigned and could be declared final
19275 src/com/gps/hibernate/GroupDAO.java 134 publicMethodCommentRequirement Required
19276 src/com/gps/hibernate/GroupDAO.java 138 Parameter 'typeSettings' is not assigned and could be declared final
19277 src/com/gps/hibernate/GroupDAO.java 138 publicMethodCommentRequirement Required
19278 src/com/gps/hibernate/GroupDAO.java 142 Parameter 'friendlyUrl' is not assigned and could be declared final
19279 src/com/gps/hibernate/GroupDAO.java 142 publicMethodCommentRequirement Required
19280 src/com/gps/hibernate/GroupDAO.java 146 Parameter 'active' is not assigned and could be declared final
19281 src/com/gps/hibernate/GroupDAO.java 146 publicMethodCommentRequirement Required
19282 src/com/gps/hibernate/GroupDAO.java 150 publicMethodCommentRequirement Required
19283 src/com/gps/hibernate/GroupDAO.java 151 There is log block not surrounded by if
19284 src/com/gps/hibernate/GroupDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19285 src/com/gps/hibernate/GroupDAO.java 153 Local variable 'queryString' could be declared final
19286 src/com/gps/hibernate/GroupDAO.java 154 Local variable 'queryObject' could be declared final
19287 src/com/gps/hibernate/GroupDAO.java 154 Potential violation of Law of Demeter (method chain calls)
19288 src/com/gps/hibernate/GroupDAO.java 155 Potential violation of Law of Demeter (object not created locally)
19289 src/com/gps/hibernate/GroupDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19290 src/com/gps/hibernate/GroupDAO.java 157 There is log block not surrounded by if
19291 src/com/gps/hibernate/GroupDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
19292 src/com/gps/hibernate/GroupDAO.java 162 publicMethodCommentRequirement Required
19293 src/com/gps/hibernate/GroupDAO.java 163 There is log block not surrounded by if
19294 src/com/gps/hibernate/GroupDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19295 src/com/gps/hibernate/GroupDAO.java 165 Local variable 'result' could be declared final
19296 src/com/gps/hibernate/GroupDAO.java 165 Potential violation of Law of Demeter (method chain calls)
19297 src/com/gps/hibernate/GroupDAO.java 166 There is log block not surrounded by if
19298 src/com/gps/hibernate/GroupDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19299 src/com/gps/hibernate/GroupDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19300 src/com/gps/hibernate/GroupDAO.java 169 There is log block not surrounded by if
19301 src/com/gps/hibernate/GroupDAO.java 174 Parameter 'instance' is not assigned and could be declared final
19302 src/com/gps/hibernate/GroupDAO.java 174 publicMethodCommentRequirement Required
19303 src/com/gps/hibernate/GroupDAO.java 175 There is log block not surrounded by if
19304 src/com/gps/hibernate/GroupDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19305 src/com/gps/hibernate/GroupDAO.java 177 Potential violation of Law of Demeter (method chain calls)
19306 src/com/gps/hibernate/GroupDAO.java 178 There is log block not surrounded by if
19307 src/com/gps/hibernate/GroupDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19308 src/com/gps/hibernate/GroupDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19309 src/com/gps/hibernate/GroupDAO.java 180 There is log block not surrounded by if
19310 src/com/gps/hibernate/GroupDAO.java 185 Parameter 'instance' is not assigned and could be declared final
19311 src/com/gps/hibernate/GroupDAO.java 185 publicMethodCommentRequirement Required
19312 src/com/gps/hibernate/GroupDAO.java 186 There is log block not surrounded by if
19313 src/com/gps/hibernate/GroupDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19314 src/com/gps/hibernate/GroupDAO.java 188 Potential violation of Law of Demeter (method chain calls)
19315 src/com/gps/hibernate/GroupDAO.java 189 There is log block not surrounded by if
19316 src/com/gps/hibernate/GroupDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19317 src/com/gps/hibernate/GroupDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19318 src/com/gps/hibernate/GroupDAO.java 191 There is log block not surrounded by if
19319 src/com/gps/hibernate/GroupsOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
19320 src/com/gps/hibernate/GroupsOrgs.java 13 Avoid variables with short names like id
19321 src/com/gps/hibernate/GroupsOrgs.java 13 fieldCommentRequirement Required
19322 src/com/gps/hibernate/GroupsOrgs.java 18 Document empty constructor
19323 src/com/gps/hibernate/GroupsOrgs.java 22 Avoid variables with short names like id
19324 src/com/gps/hibernate/GroupsOrgs.java 22 Parameter 'id' is not assigned and could be declared final
19325 src/com/gps/hibernate/GroupsOrgs.java 28 publicMethodCommentRequirement Required
19326 src/com/gps/hibernate/GroupsOrgs.java 32 Avoid variables with short names like id
19327 src/com/gps/hibernate/GroupsOrgs.java 32 Parameter 'id' is not assigned and could be declared final
19328 src/com/gps/hibernate/GroupsOrgs.java 32 publicMethodCommentRequirement Required
19329 src/com/gps/hibernate/GroupsOrgsDAO.java 10 Comment is too large: Too many lines
19330 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Logger should be defined private static final and have the correct class
19331 src/com/gps/hibernate/GroupsOrgsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19332 src/com/gps/hibernate/GroupsOrgsDAO.java 23 fieldCommentRequirement Required
19333 src/com/gps/hibernate/GroupsOrgsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
19334 src/com/gps/hibernate/GroupsOrgsDAO.java 27 publicMethodCommentRequirement Required
19335 src/com/gps/hibernate/GroupsOrgsDAO.java 28 There is log block not surrounded by if
19336 src/com/gps/hibernate/GroupsOrgsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19337 src/com/gps/hibernate/GroupsOrgsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
19338 src/com/gps/hibernate/GroupsOrgsDAO.java 31 There is log block not surrounded by if
19339 src/com/gps/hibernate/GroupsOrgsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19340 src/com/gps/hibernate/GroupsOrgsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19341 src/com/gps/hibernate/GroupsOrgsDAO.java 33 There is log block not surrounded by if
19342 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Avoid excessively long variable names like persistentInstance
19343 src/com/gps/hibernate/GroupsOrgsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
19344 src/com/gps/hibernate/GroupsOrgsDAO.java 38 publicMethodCommentRequirement Required
19345 src/com/gps/hibernate/GroupsOrgsDAO.java 39 There is log block not surrounded by if
19346 src/com/gps/hibernate/GroupsOrgsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19347 src/com/gps/hibernate/GroupsOrgsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
19348 src/com/gps/hibernate/GroupsOrgsDAO.java 42 There is log block not surrounded by if
19349 src/com/gps/hibernate/GroupsOrgsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19350 src/com/gps/hibernate/GroupsOrgsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19351 src/com/gps/hibernate/GroupsOrgsDAO.java 44 There is log block not surrounded by if
19352 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Avoid variables with short names like id
19353 src/com/gps/hibernate/GroupsOrgsDAO.java 49 Parameter 'id' is not assigned and could be declared final
19354 src/com/gps/hibernate/GroupsOrgsDAO.java 49 publicMethodCommentRequirement Required
19355 src/com/gps/hibernate/GroupsOrgsDAO.java 50 There is log block not surrounded by if
19356 src/com/gps/hibernate/GroupsOrgsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19357 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Local variable 'instance' could be declared final
19358 src/com/gps/hibernate/GroupsOrgsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
19359 src/com/gps/hibernate/GroupsOrgsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19360 src/com/gps/hibernate/GroupsOrgsDAO.java 56 There is log block not surrounded by if
19361 src/com/gps/hibernate/GroupsOrgsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
19362 src/com/gps/hibernate/GroupsOrgsDAO.java 61 publicMethodCommentRequirement Required
19363 src/com/gps/hibernate/GroupsOrgsDAO.java 62 There is log block not surrounded by if
19364 src/com/gps/hibernate/GroupsOrgsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19365 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Local variable 'results' could be declared final
19366 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19367 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19368 src/com/gps/hibernate/GroupsOrgsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19369 src/com/gps/hibernate/GroupsOrgsDAO.java 67 There is log block not surrounded by if
19370 src/com/gps/hibernate/GroupsOrgsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19371 src/com/gps/hibernate/GroupsOrgsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
19372 src/com/gps/hibernate/GroupsOrgsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19373 src/com/gps/hibernate/GroupsOrgsDAO.java 71 There is log block not surrounded by if
19374 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
19375 src/com/gps/hibernate/GroupsOrgsDAO.java 76 Parameter 'value' is not assigned and could be declared final
19376 src/com/gps/hibernate/GroupsOrgsDAO.java 76 publicMethodCommentRequirement Required
19377 src/com/gps/hibernate/GroupsOrgsDAO.java 77 There is log block not surrounded by if
19378 src/com/gps/hibernate/GroupsOrgsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19379 src/com/gps/hibernate/GroupsOrgsDAO.java 80 Local variable 'queryString' could be declared final
19380 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Local variable 'queryObject' could be declared final
19381 src/com/gps/hibernate/GroupsOrgsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
19382 src/com/gps/hibernate/GroupsOrgsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
19383 src/com/gps/hibernate/GroupsOrgsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19384 src/com/gps/hibernate/GroupsOrgsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19385 src/com/gps/hibernate/GroupsOrgsDAO.java 86 There is log block not surrounded by if
19386 src/com/gps/hibernate/GroupsOrgsDAO.java 91 publicMethodCommentRequirement Required
19387 src/com/gps/hibernate/GroupsOrgsDAO.java 92 There is log block not surrounded by if
19388 src/com/gps/hibernate/GroupsOrgsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19389 src/com/gps/hibernate/GroupsOrgsDAO.java 94 Local variable 'queryString' could be declared final
19390 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Local variable 'queryObject' could be declared final
19391 src/com/gps/hibernate/GroupsOrgsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
19392 src/com/gps/hibernate/GroupsOrgsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
19393 src/com/gps/hibernate/GroupsOrgsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19394 src/com/gps/hibernate/GroupsOrgsDAO.java 98 There is log block not surrounded by if
19395 src/com/gps/hibernate/GroupsOrgsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
19396 src/com/gps/hibernate/GroupsOrgsDAO.java 103 publicMethodCommentRequirement Required
19397 src/com/gps/hibernate/GroupsOrgsDAO.java 104 There is log block not surrounded by if
19398 src/com/gps/hibernate/GroupsOrgsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19399 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Local variable 'result' could be declared final
19400 src/com/gps/hibernate/GroupsOrgsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
19401 src/com/gps/hibernate/GroupsOrgsDAO.java 108 There is log block not surrounded by if
19402 src/com/gps/hibernate/GroupsOrgsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19403 src/com/gps/hibernate/GroupsOrgsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19404 src/com/gps/hibernate/GroupsOrgsDAO.java 111 There is log block not surrounded by if
19405 src/com/gps/hibernate/GroupsOrgsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
19406 src/com/gps/hibernate/GroupsOrgsDAO.java 116 publicMethodCommentRequirement Required
19407 src/com/gps/hibernate/GroupsOrgsDAO.java 117 There is log block not surrounded by if
19408 src/com/gps/hibernate/GroupsOrgsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19409 src/com/gps/hibernate/GroupsOrgsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
19410 src/com/gps/hibernate/GroupsOrgsDAO.java 120 There is log block not surrounded by if
19411 src/com/gps/hibernate/GroupsOrgsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19412 src/com/gps/hibernate/GroupsOrgsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19413 src/com/gps/hibernate/GroupsOrgsDAO.java 122 There is log block not surrounded by if
19414 src/com/gps/hibernate/GroupsOrgsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
19415 src/com/gps/hibernate/GroupsOrgsDAO.java 127 publicMethodCommentRequirement Required
19416 src/com/gps/hibernate/GroupsOrgsDAO.java 128 There is log block not surrounded by if
19417 src/com/gps/hibernate/GroupsOrgsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19418 src/com/gps/hibernate/GroupsOrgsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
19419 src/com/gps/hibernate/GroupsOrgsDAO.java 131 There is log block not surrounded by if
19420 src/com/gps/hibernate/GroupsOrgsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19421 src/com/gps/hibernate/GroupsOrgsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19422 src/com/gps/hibernate/GroupsOrgsDAO.java 133 There is log block not surrounded by if
19423 src/com/gps/hibernate/GroupsOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
19424 src/com/gps/hibernate/GroupsOrgsId.java 13 fieldCommentRequirement Required
19425 src/com/gps/hibernate/GroupsOrgsId.java 14 fieldCommentRequirement Required
19426 src/com/gps/hibernate/GroupsOrgsId.java 19 Document empty constructor
19427 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'groupId' is not assigned and could be declared final
19428 src/com/gps/hibernate/GroupsOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
19429 src/com/gps/hibernate/GroupsOrgsId.java 30 publicMethodCommentRequirement Required
19430 src/com/gps/hibernate/GroupsOrgsId.java 34 Parameter 'groupId' is not assigned and could be declared final
19431 src/com/gps/hibernate/GroupsOrgsId.java 34 publicMethodCommentRequirement Required
19432 src/com/gps/hibernate/GroupsOrgsId.java 38 publicMethodCommentRequirement Required
19433 src/com/gps/hibernate/GroupsOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
19434 src/com/gps/hibernate/GroupsOrgsId.java 42 publicMethodCommentRequirement Required
19435 src/com/gps/hibernate/GroupsOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
19436 src/com/gps/hibernate/GroupsOrgsId.java 46 publicMethodCommentRequirement Required
19437 src/com/gps/hibernate/GroupsOrgsId.java 47 Avoid using if statements without curly braces
19438 src/com/gps/hibernate/GroupsOrgsId.java 47 Useless parentheses.
19439 src/com/gps/hibernate/GroupsOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
19440 src/com/gps/hibernate/GroupsOrgsId.java 49 Avoid using if statements without curly braces
19441 src/com/gps/hibernate/GroupsOrgsId.java 49 Useless parentheses.
19442 src/com/gps/hibernate/GroupsOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
19443 src/com/gps/hibernate/GroupsOrgsId.java 51 Avoid using if statements without curly braces
19444 src/com/gps/hibernate/GroupsOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
19445 src/com/gps/hibernate/GroupsOrgsId.java 53 Local variable 'castOther' could be declared final
19446 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
19447 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
19448 src/com/gps/hibernate/GroupsOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
19449 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
19450 src/com/gps/hibernate/GroupsOrgsId.java 55 Useless parentheses.
19451 src/com/gps/hibernate/GroupsOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
19452 src/com/gps/hibernate/GroupsOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
19453 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
19454 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
19455 src/com/gps/hibernate/GroupsOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
19456 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
19457 src/com/gps/hibernate/GroupsOrgsId.java 59 Useless parentheses.
19458 src/com/gps/hibernate/GroupsOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
19459 src/com/gps/hibernate/GroupsOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
19460 src/com/gps/hibernate/GroupsOrgsId.java 66 publicMethodCommentRequirement Required
19461 src/com/gps/hibernate/GroupsOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
19462 src/com/gps/hibernate/GroupsPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
19463 src/com/gps/hibernate/GroupsPermissions.java 13 Avoid variables with short names like id
19464 src/com/gps/hibernate/GroupsPermissions.java 13 fieldCommentRequirement Required
19465 src/com/gps/hibernate/GroupsPermissions.java 18 Document empty constructor
19466 src/com/gps/hibernate/GroupsPermissions.java 22 Avoid variables with short names like id
19467 src/com/gps/hibernate/GroupsPermissions.java 22 Parameter 'id' is not assigned and could be declared final
19468 src/com/gps/hibernate/GroupsPermissions.java 28 publicMethodCommentRequirement Required
19469 src/com/gps/hibernate/GroupsPermissions.java 32 Avoid variables with short names like id
19470 src/com/gps/hibernate/GroupsPermissions.java 32 Parameter 'id' is not assigned and could be declared final
19471 src/com/gps/hibernate/GroupsPermissions.java 32 publicMethodCommentRequirement Required
19472 src/com/gps/hibernate/GroupsPermissionsDAO.java 10 Comment is too large: Too many lines
19473 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
19474 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19475 src/com/gps/hibernate/GroupsPermissionsDAO.java 23 fieldCommentRequirement Required
19476 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
19477 src/com/gps/hibernate/GroupsPermissionsDAO.java 28 publicMethodCommentRequirement Required
19478 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 There is log block not surrounded by if
19479 src/com/gps/hibernate/GroupsPermissionsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19480 src/com/gps/hibernate/GroupsPermissionsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
19481 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 There is log block not surrounded by if
19482 src/com/gps/hibernate/GroupsPermissionsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19483 src/com/gps/hibernate/GroupsPermissionsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19484 src/com/gps/hibernate/GroupsPermissionsDAO.java 34 There is log block not surrounded by if
19485 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Avoid excessively long variable names like persistentInstance
19486 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
19487 src/com/gps/hibernate/GroupsPermissionsDAO.java 39 publicMethodCommentRequirement Required
19488 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 There is log block not surrounded by if
19489 src/com/gps/hibernate/GroupsPermissionsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19490 src/com/gps/hibernate/GroupsPermissionsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
19491 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 There is log block not surrounded by if
19492 src/com/gps/hibernate/GroupsPermissionsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19493 src/com/gps/hibernate/GroupsPermissionsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19494 src/com/gps/hibernate/GroupsPermissionsDAO.java 45 There is log block not surrounded by if
19495 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Avoid variables with short names like id
19496 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 Parameter 'id' is not assigned and could be declared final
19497 src/com/gps/hibernate/GroupsPermissionsDAO.java 50 publicMethodCommentRequirement Required
19498 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 There is log block not surrounded by if
19499 src/com/gps/hibernate/GroupsPermissionsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19500 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Local variable 'instance' could be declared final
19501 src/com/gps/hibernate/GroupsPermissionsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
19502 src/com/gps/hibernate/GroupsPermissionsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19503 src/com/gps/hibernate/GroupsPermissionsDAO.java 57 There is log block not surrounded by if
19504 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
19505 src/com/gps/hibernate/GroupsPermissionsDAO.java 62 publicMethodCommentRequirement Required
19506 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 There is log block not surrounded by if
19507 src/com/gps/hibernate/GroupsPermissionsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19508 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Local variable 'results' could be declared final
19509 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19510 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19511 src/com/gps/hibernate/GroupsPermissionsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
19512 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 There is log block not surrounded by if
19513 src/com/gps/hibernate/GroupsPermissionsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19514 src/com/gps/hibernate/GroupsPermissionsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
19515 src/com/gps/hibernate/GroupsPermissionsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19516 src/com/gps/hibernate/GroupsPermissionsDAO.java 72 There is log block not surrounded by if
19517 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
19518 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 Parameter 'value' is not assigned and could be declared final
19519 src/com/gps/hibernate/GroupsPermissionsDAO.java 77 publicMethodCommentRequirement Required
19520 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 There is log block not surrounded by if
19521 src/com/gps/hibernate/GroupsPermissionsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19522 src/com/gps/hibernate/GroupsPermissionsDAO.java 81 Local variable 'queryString' could be declared final
19523 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Local variable 'queryObject' could be declared final
19524 src/com/gps/hibernate/GroupsPermissionsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
19525 src/com/gps/hibernate/GroupsPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19526 src/com/gps/hibernate/GroupsPermissionsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
19527 src/com/gps/hibernate/GroupsPermissionsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19528 src/com/gps/hibernate/GroupsPermissionsDAO.java 87 There is log block not surrounded by if
19529 src/com/gps/hibernate/GroupsPermissionsDAO.java 92 publicMethodCommentRequirement Required
19530 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 There is log block not surrounded by if
19531 src/com/gps/hibernate/GroupsPermissionsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19532 src/com/gps/hibernate/GroupsPermissionsDAO.java 95 Local variable 'queryString' could be declared final
19533 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Local variable 'queryObject' could be declared final
19534 src/com/gps/hibernate/GroupsPermissionsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
19535 src/com/gps/hibernate/GroupsPermissionsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
19536 src/com/gps/hibernate/GroupsPermissionsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19537 src/com/gps/hibernate/GroupsPermissionsDAO.java 99 There is log block not surrounded by if
19538 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
19539 src/com/gps/hibernate/GroupsPermissionsDAO.java 104 publicMethodCommentRequirement Required
19540 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 There is log block not surrounded by if
19541 src/com/gps/hibernate/GroupsPermissionsDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19542 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Local variable 'result' could be declared final
19543 src/com/gps/hibernate/GroupsPermissionsDAO.java 107 Potential violation of Law of Demeter (method chain calls)
19544 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 There is log block not surrounded by if
19545 src/com/gps/hibernate/GroupsPermissionsDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19546 src/com/gps/hibernate/GroupsPermissionsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19547 src/com/gps/hibernate/GroupsPermissionsDAO.java 112 There is log block not surrounded by if
19548 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 Parameter 'instance' is not assigned and could be declared final
19549 src/com/gps/hibernate/GroupsPermissionsDAO.java 117 publicMethodCommentRequirement Required
19550 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 There is log block not surrounded by if
19551 src/com/gps/hibernate/GroupsPermissionsDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19552 src/com/gps/hibernate/GroupsPermissionsDAO.java 120 Potential violation of Law of Demeter (method chain calls)
19553 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 There is log block not surrounded by if
19554 src/com/gps/hibernate/GroupsPermissionsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19555 src/com/gps/hibernate/GroupsPermissionsDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19556 src/com/gps/hibernate/GroupsPermissionsDAO.java 123 There is log block not surrounded by if
19557 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 Parameter 'instance' is not assigned and could be declared final
19558 src/com/gps/hibernate/GroupsPermissionsDAO.java 128 publicMethodCommentRequirement Required
19559 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 There is log block not surrounded by if
19560 src/com/gps/hibernate/GroupsPermissionsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19561 src/com/gps/hibernate/GroupsPermissionsDAO.java 131 Potential violation of Law of Demeter (method chain calls)
19562 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 There is log block not surrounded by if
19563 src/com/gps/hibernate/GroupsPermissionsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19564 src/com/gps/hibernate/GroupsPermissionsDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19565 src/com/gps/hibernate/GroupsPermissionsDAO.java 134 There is log block not surrounded by if
19566 src/com/gps/hibernate/GroupsPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
19567 src/com/gps/hibernate/GroupsPermissionsId.java 13 fieldCommentRequirement Required
19568 src/com/gps/hibernate/GroupsPermissionsId.java 14 fieldCommentRequirement Required
19569 src/com/gps/hibernate/GroupsPermissionsId.java 19 Document empty constructor
19570 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'groupId' is not assigned and could be declared final
19571 src/com/gps/hibernate/GroupsPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
19572 src/com/gps/hibernate/GroupsPermissionsId.java 30 publicMethodCommentRequirement Required
19573 src/com/gps/hibernate/GroupsPermissionsId.java 34 Parameter 'groupId' is not assigned and could be declared final
19574 src/com/gps/hibernate/GroupsPermissionsId.java 34 publicMethodCommentRequirement Required
19575 src/com/gps/hibernate/GroupsPermissionsId.java 38 publicMethodCommentRequirement Required
19576 src/com/gps/hibernate/GroupsPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
19577 src/com/gps/hibernate/GroupsPermissionsId.java 42 publicMethodCommentRequirement Required
19578 src/com/gps/hibernate/GroupsPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
19579 src/com/gps/hibernate/GroupsPermissionsId.java 46 publicMethodCommentRequirement Required
19580 src/com/gps/hibernate/GroupsPermissionsId.java 47 Avoid using if statements without curly braces
19581 src/com/gps/hibernate/GroupsPermissionsId.java 47 Useless parentheses.
19582 src/com/gps/hibernate/GroupsPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
19583 src/com/gps/hibernate/GroupsPermissionsId.java 49 Avoid using if statements without curly braces
19584 src/com/gps/hibernate/GroupsPermissionsId.java 49 Useless parentheses.
19585 src/com/gps/hibernate/GroupsPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
19586 src/com/gps/hibernate/GroupsPermissionsId.java 51 Avoid using if statements without curly braces
19587 src/com/gps/hibernate/GroupsPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
19588 src/com/gps/hibernate/GroupsPermissionsId.java 53 Local variable 'castOther' could be declared final
19589 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
19590 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
19591 src/com/gps/hibernate/GroupsPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
19592 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
19593 src/com/gps/hibernate/GroupsPermissionsId.java 55 Useless parentheses.
19594 src/com/gps/hibernate/GroupsPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
19595 src/com/gps/hibernate/GroupsPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
19596 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
19597 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
19598 src/com/gps/hibernate/GroupsPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
19599 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
19600 src/com/gps/hibernate/GroupsPermissionsId.java 59 Useless parentheses.
19601 src/com/gps/hibernate/GroupsPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
19602 src/com/gps/hibernate/GroupsPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
19603 src/com/gps/hibernate/GroupsPermissionsId.java 65 publicMethodCommentRequirement Required
19604 src/com/gps/hibernate/GroupsPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
19605 src/com/gps/hibernate/GroupsRoles.java 9 Classes implementing Serializable should set a serialVersionUID
19606 src/com/gps/hibernate/GroupsRoles.java 13 Avoid variables with short names like id
19607 src/com/gps/hibernate/GroupsRoles.java 13 fieldCommentRequirement Required
19608 src/com/gps/hibernate/GroupsRoles.java 18 Document empty constructor
19609 src/com/gps/hibernate/GroupsRoles.java 22 Avoid variables with short names like id
19610 src/com/gps/hibernate/GroupsRoles.java 22 Parameter 'id' is not assigned and could be declared final
19611 src/com/gps/hibernate/GroupsRoles.java 28 publicMethodCommentRequirement Required
19612 src/com/gps/hibernate/GroupsRoles.java 32 Avoid variables with short names like id
19613 src/com/gps/hibernate/GroupsRoles.java 32 Parameter 'id' is not assigned and could be declared final
19614 src/com/gps/hibernate/GroupsRoles.java 32 publicMethodCommentRequirement Required
19615 src/com/gps/hibernate/GroupsRolesDAO.java 10 Comment is too large: Too many lines
19616 src/com/gps/hibernate/GroupsRolesDAO.java 23 Logger should be defined private static final and have the correct class
19617 src/com/gps/hibernate/GroupsRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19618 src/com/gps/hibernate/GroupsRolesDAO.java 23 fieldCommentRequirement Required
19619 src/com/gps/hibernate/GroupsRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
19620 src/com/gps/hibernate/GroupsRolesDAO.java 27 publicMethodCommentRequirement Required
19621 src/com/gps/hibernate/GroupsRolesDAO.java 28 There is log block not surrounded by if
19622 src/com/gps/hibernate/GroupsRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19623 src/com/gps/hibernate/GroupsRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
19624 src/com/gps/hibernate/GroupsRolesDAO.java 31 There is log block not surrounded by if
19625 src/com/gps/hibernate/GroupsRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19626 src/com/gps/hibernate/GroupsRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19627 src/com/gps/hibernate/GroupsRolesDAO.java 33 There is log block not surrounded by if
19628 src/com/gps/hibernate/GroupsRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
19629 src/com/gps/hibernate/GroupsRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
19630 src/com/gps/hibernate/GroupsRolesDAO.java 38 publicMethodCommentRequirement Required
19631 src/com/gps/hibernate/GroupsRolesDAO.java 39 There is log block not surrounded by if
19632 src/com/gps/hibernate/GroupsRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19633 src/com/gps/hibernate/GroupsRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
19634 src/com/gps/hibernate/GroupsRolesDAO.java 42 There is log block not surrounded by if
19635 src/com/gps/hibernate/GroupsRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19636 src/com/gps/hibernate/GroupsRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19637 src/com/gps/hibernate/GroupsRolesDAO.java 44 There is log block not surrounded by if
19638 src/com/gps/hibernate/GroupsRolesDAO.java 49 Avoid variables with short names like id
19639 src/com/gps/hibernate/GroupsRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
19640 src/com/gps/hibernate/GroupsRolesDAO.java 49 publicMethodCommentRequirement Required
19641 src/com/gps/hibernate/GroupsRolesDAO.java 50 There is log block not surrounded by if
19642 src/com/gps/hibernate/GroupsRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19643 src/com/gps/hibernate/GroupsRolesDAO.java 52 Local variable 'instance' could be declared final
19644 src/com/gps/hibernate/GroupsRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
19645 src/com/gps/hibernate/GroupsRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19646 src/com/gps/hibernate/GroupsRolesDAO.java 56 There is log block not surrounded by if
19647 src/com/gps/hibernate/GroupsRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
19648 src/com/gps/hibernate/GroupsRolesDAO.java 61 publicMethodCommentRequirement Required
19649 src/com/gps/hibernate/GroupsRolesDAO.java 62 There is log block not surrounded by if
19650 src/com/gps/hibernate/GroupsRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19651 src/com/gps/hibernate/GroupsRolesDAO.java 64 Local variable 'results' could be declared final
19652 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19653 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19654 src/com/gps/hibernate/GroupsRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19655 src/com/gps/hibernate/GroupsRolesDAO.java 67 There is log block not surrounded by if
19656 src/com/gps/hibernate/GroupsRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19657 src/com/gps/hibernate/GroupsRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
19658 src/com/gps/hibernate/GroupsRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19659 src/com/gps/hibernate/GroupsRolesDAO.java 71 There is log block not surrounded by if
19660 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
19661 src/com/gps/hibernate/GroupsRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
19662 src/com/gps/hibernate/GroupsRolesDAO.java 76 publicMethodCommentRequirement Required
19663 src/com/gps/hibernate/GroupsRolesDAO.java 77 There is log block not surrounded by if
19664 src/com/gps/hibernate/GroupsRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19665 src/com/gps/hibernate/GroupsRolesDAO.java 80 Local variable 'queryString' could be declared final
19666 src/com/gps/hibernate/GroupsRolesDAO.java 82 Local variable 'queryObject' could be declared final
19667 src/com/gps/hibernate/GroupsRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
19668 src/com/gps/hibernate/GroupsRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
19669 src/com/gps/hibernate/GroupsRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19670 src/com/gps/hibernate/GroupsRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19671 src/com/gps/hibernate/GroupsRolesDAO.java 86 There is log block not surrounded by if
19672 src/com/gps/hibernate/GroupsRolesDAO.java 91 publicMethodCommentRequirement Required
19673 src/com/gps/hibernate/GroupsRolesDAO.java 92 There is log block not surrounded by if
19674 src/com/gps/hibernate/GroupsRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19675 src/com/gps/hibernate/GroupsRolesDAO.java 94 Local variable 'queryString' could be declared final
19676 src/com/gps/hibernate/GroupsRolesDAO.java 95 Local variable 'queryObject' could be declared final
19677 src/com/gps/hibernate/GroupsRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
19678 src/com/gps/hibernate/GroupsRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
19679 src/com/gps/hibernate/GroupsRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19680 src/com/gps/hibernate/GroupsRolesDAO.java 98 There is log block not surrounded by if
19681 src/com/gps/hibernate/GroupsRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
19682 src/com/gps/hibernate/GroupsRolesDAO.java 103 publicMethodCommentRequirement Required
19683 src/com/gps/hibernate/GroupsRolesDAO.java 104 There is log block not surrounded by if
19684 src/com/gps/hibernate/GroupsRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19685 src/com/gps/hibernate/GroupsRolesDAO.java 106 Local variable 'result' could be declared final
19686 src/com/gps/hibernate/GroupsRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
19687 src/com/gps/hibernate/GroupsRolesDAO.java 108 There is log block not surrounded by if
19688 src/com/gps/hibernate/GroupsRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19689 src/com/gps/hibernate/GroupsRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19690 src/com/gps/hibernate/GroupsRolesDAO.java 111 There is log block not surrounded by if
19691 src/com/gps/hibernate/GroupsRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
19692 src/com/gps/hibernate/GroupsRolesDAO.java 116 publicMethodCommentRequirement Required
19693 src/com/gps/hibernate/GroupsRolesDAO.java 117 There is log block not surrounded by if
19694 src/com/gps/hibernate/GroupsRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19695 src/com/gps/hibernate/GroupsRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
19696 src/com/gps/hibernate/GroupsRolesDAO.java 120 There is log block not surrounded by if
19697 src/com/gps/hibernate/GroupsRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19698 src/com/gps/hibernate/GroupsRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19699 src/com/gps/hibernate/GroupsRolesDAO.java 122 There is log block not surrounded by if
19700 src/com/gps/hibernate/GroupsRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
19701 src/com/gps/hibernate/GroupsRolesDAO.java 127 publicMethodCommentRequirement Required
19702 src/com/gps/hibernate/GroupsRolesDAO.java 128 There is log block not surrounded by if
19703 src/com/gps/hibernate/GroupsRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19704 src/com/gps/hibernate/GroupsRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
19705 src/com/gps/hibernate/GroupsRolesDAO.java 131 There is log block not surrounded by if
19706 src/com/gps/hibernate/GroupsRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19707 src/com/gps/hibernate/GroupsRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19708 src/com/gps/hibernate/GroupsRolesDAO.java 133 There is log block not surrounded by if
19709 src/com/gps/hibernate/GroupsRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
19710 src/com/gps/hibernate/GroupsRolesId.java 13 fieldCommentRequirement Required
19711 src/com/gps/hibernate/GroupsRolesId.java 14 fieldCommentRequirement Required
19712 src/com/gps/hibernate/GroupsRolesId.java 19 Document empty constructor
19713 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'groupId' is not assigned and could be declared final
19714 src/com/gps/hibernate/GroupsRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
19715 src/com/gps/hibernate/GroupsRolesId.java 30 publicMethodCommentRequirement Required
19716 src/com/gps/hibernate/GroupsRolesId.java 34 Parameter 'groupId' is not assigned and could be declared final
19717 src/com/gps/hibernate/GroupsRolesId.java 34 publicMethodCommentRequirement Required
19718 src/com/gps/hibernate/GroupsRolesId.java 38 publicMethodCommentRequirement Required
19719 src/com/gps/hibernate/GroupsRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
19720 src/com/gps/hibernate/GroupsRolesId.java 42 publicMethodCommentRequirement Required
19721 src/com/gps/hibernate/GroupsRolesId.java 46 Parameter 'other' is not assigned and could be declared final
19722 src/com/gps/hibernate/GroupsRolesId.java 46 publicMethodCommentRequirement Required
19723 src/com/gps/hibernate/GroupsRolesId.java 47 Avoid using if statements without curly braces
19724 src/com/gps/hibernate/GroupsRolesId.java 47 Useless parentheses.
19725 src/com/gps/hibernate/GroupsRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
19726 src/com/gps/hibernate/GroupsRolesId.java 49 Avoid using if statements without curly braces
19727 src/com/gps/hibernate/GroupsRolesId.java 49 Useless parentheses.
19728 src/com/gps/hibernate/GroupsRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
19729 src/com/gps/hibernate/GroupsRolesId.java 51 Avoid using if statements without curly braces
19730 src/com/gps/hibernate/GroupsRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
19731 src/com/gps/hibernate/GroupsRolesId.java 53 Local variable 'castOther' could be declared final
19732 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
19733 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
19734 src/com/gps/hibernate/GroupsRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
19735 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
19736 src/com/gps/hibernate/GroupsRolesId.java 55 Useless parentheses.
19737 src/com/gps/hibernate/GroupsRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
19738 src/com/gps/hibernate/GroupsRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
19739 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
19740 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
19741 src/com/gps/hibernate/GroupsRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
19742 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
19743 src/com/gps/hibernate/GroupsRolesId.java 59 Useless parentheses.
19744 src/com/gps/hibernate/GroupsRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
19745 src/com/gps/hibernate/GroupsRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
19746 src/com/gps/hibernate/GroupsRolesId.java 65 publicMethodCommentRequirement Required
19747 src/com/gps/hibernate/GroupsRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
19748 src/com/gps/hibernate/GroupsUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
19749 src/com/gps/hibernate/GroupsUsergroups.java 13 Avoid variables with short names like id
19750 src/com/gps/hibernate/GroupsUsergroups.java 13 fieldCommentRequirement Required
19751 src/com/gps/hibernate/GroupsUsergroups.java 18 Document empty constructor
19752 src/com/gps/hibernate/GroupsUsergroups.java 22 Avoid variables with short names like id
19753 src/com/gps/hibernate/GroupsUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
19754 src/com/gps/hibernate/GroupsUsergroups.java 28 publicMethodCommentRequirement Required
19755 src/com/gps/hibernate/GroupsUsergroups.java 32 Avoid variables with short names like id
19756 src/com/gps/hibernate/GroupsUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
19757 src/com/gps/hibernate/GroupsUsergroups.java 32 publicMethodCommentRequirement Required
19758 src/com/gps/hibernate/GroupsUsergroupsDAO.java 10 Comment is too large: Too many lines
19759 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
19760 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
19761 src/com/gps/hibernate/GroupsUsergroupsDAO.java 23 fieldCommentRequirement Required
19762 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
19763 src/com/gps/hibernate/GroupsUsergroupsDAO.java 27 publicMethodCommentRequirement Required
19764 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 There is log block not surrounded by if
19765 src/com/gps/hibernate/GroupsUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19766 src/com/gps/hibernate/GroupsUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
19767 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 There is log block not surrounded by if
19768 src/com/gps/hibernate/GroupsUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19769 src/com/gps/hibernate/GroupsUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19770 src/com/gps/hibernate/GroupsUsergroupsDAO.java 33 There is log block not surrounded by if
19771 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
19772 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
19773 src/com/gps/hibernate/GroupsUsergroupsDAO.java 38 publicMethodCommentRequirement Required
19774 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 There is log block not surrounded by if
19775 src/com/gps/hibernate/GroupsUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19776 src/com/gps/hibernate/GroupsUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
19777 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 There is log block not surrounded by if
19778 src/com/gps/hibernate/GroupsUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19779 src/com/gps/hibernate/GroupsUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19780 src/com/gps/hibernate/GroupsUsergroupsDAO.java 44 There is log block not surrounded by if
19781 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Avoid variables with short names like id
19782 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
19783 src/com/gps/hibernate/GroupsUsergroupsDAO.java 49 publicMethodCommentRequirement Required
19784 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 There is log block not surrounded by if
19785 src/com/gps/hibernate/GroupsUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19786 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Local variable 'instance' could be declared final
19787 src/com/gps/hibernate/GroupsUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
19788 src/com/gps/hibernate/GroupsUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19789 src/com/gps/hibernate/GroupsUsergroupsDAO.java 56 There is log block not surrounded by if
19790 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
19791 src/com/gps/hibernate/GroupsUsergroupsDAO.java 61 publicMethodCommentRequirement Required
19792 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 There is log block not surrounded by if
19793 src/com/gps/hibernate/GroupsUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19794 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Local variable 'results' could be declared final
19795 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19796 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19797 src/com/gps/hibernate/GroupsUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
19798 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 There is log block not surrounded by if
19799 src/com/gps/hibernate/GroupsUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19800 src/com/gps/hibernate/GroupsUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
19801 src/com/gps/hibernate/GroupsUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19802 src/com/gps/hibernate/GroupsUsergroupsDAO.java 71 There is log block not surrounded by if
19803 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
19804 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
19805 src/com/gps/hibernate/GroupsUsergroupsDAO.java 76 publicMethodCommentRequirement Required
19806 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 There is log block not surrounded by if
19807 src/com/gps/hibernate/GroupsUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19808 src/com/gps/hibernate/GroupsUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
19809 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
19810 src/com/gps/hibernate/GroupsUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
19811 src/com/gps/hibernate/GroupsUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
19812 src/com/gps/hibernate/GroupsUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
19813 src/com/gps/hibernate/GroupsUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19814 src/com/gps/hibernate/GroupsUsergroupsDAO.java 86 There is log block not surrounded by if
19815 src/com/gps/hibernate/GroupsUsergroupsDAO.java 91 publicMethodCommentRequirement Required
19816 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 There is log block not surrounded by if
19817 src/com/gps/hibernate/GroupsUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19818 src/com/gps/hibernate/GroupsUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
19819 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
19820 src/com/gps/hibernate/GroupsUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
19821 src/com/gps/hibernate/GroupsUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
19822 src/com/gps/hibernate/GroupsUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19823 src/com/gps/hibernate/GroupsUsergroupsDAO.java 98 There is log block not surrounded by if
19824 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
19825 src/com/gps/hibernate/GroupsUsergroupsDAO.java 103 publicMethodCommentRequirement Required
19826 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 There is log block not surrounded by if
19827 src/com/gps/hibernate/GroupsUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19828 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Local variable 'result' could be declared final
19829 src/com/gps/hibernate/GroupsUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
19830 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 There is log block not surrounded by if
19831 src/com/gps/hibernate/GroupsUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19832 src/com/gps/hibernate/GroupsUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19833 src/com/gps/hibernate/GroupsUsergroupsDAO.java 111 There is log block not surrounded by if
19834 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
19835 src/com/gps/hibernate/GroupsUsergroupsDAO.java 116 publicMethodCommentRequirement Required
19836 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 There is log block not surrounded by if
19837 src/com/gps/hibernate/GroupsUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19838 src/com/gps/hibernate/GroupsUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
19839 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 There is log block not surrounded by if
19840 src/com/gps/hibernate/GroupsUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19841 src/com/gps/hibernate/GroupsUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19842 src/com/gps/hibernate/GroupsUsergroupsDAO.java 122 There is log block not surrounded by if
19843 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
19844 src/com/gps/hibernate/GroupsUsergroupsDAO.java 127 publicMethodCommentRequirement Required
19845 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 There is log block not surrounded by if
19846 src/com/gps/hibernate/GroupsUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19847 src/com/gps/hibernate/GroupsUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
19848 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 There is log block not surrounded by if
19849 src/com/gps/hibernate/GroupsUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19850 src/com/gps/hibernate/GroupsUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19851 src/com/gps/hibernate/GroupsUsergroupsDAO.java 133 There is log block not surrounded by if
19852 src/com/gps/hibernate/GroupsUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
19853 src/com/gps/hibernate/GroupsUsergroupsId.java 13 fieldCommentRequirement Required
19854 src/com/gps/hibernate/GroupsUsergroupsId.java 14 fieldCommentRequirement Required
19855 src/com/gps/hibernate/GroupsUsergroupsId.java 19 Document empty constructor
19856 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
19857 src/com/gps/hibernate/GroupsUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
19858 src/com/gps/hibernate/GroupsUsergroupsId.java 30 publicMethodCommentRequirement Required
19859 src/com/gps/hibernate/GroupsUsergroupsId.java 34 Parameter 'groupId' is not assigned and could be declared final
19860 src/com/gps/hibernate/GroupsUsergroupsId.java 34 publicMethodCommentRequirement Required
19861 src/com/gps/hibernate/GroupsUsergroupsId.java 38 publicMethodCommentRequirement Required
19862 src/com/gps/hibernate/GroupsUsergroupsId.java 42 Parameter 'userGroupId' is not assigned and could be declared final
19863 src/com/gps/hibernate/GroupsUsergroupsId.java 42 publicMethodCommentRequirement Required
19864 src/com/gps/hibernate/GroupsUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
19865 src/com/gps/hibernate/GroupsUsergroupsId.java 46 publicMethodCommentRequirement Required
19866 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Avoid using if statements without curly braces
19867 src/com/gps/hibernate/GroupsUsergroupsId.java 47 Useless parentheses.
19868 src/com/gps/hibernate/GroupsUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
19869 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Avoid using if statements without curly braces
19870 src/com/gps/hibernate/GroupsUsergroupsId.java 49 Useless parentheses.
19871 src/com/gps/hibernate/GroupsUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
19872 src/com/gps/hibernate/GroupsUsergroupsId.java 51 Avoid using if statements without curly braces
19873 src/com/gps/hibernate/GroupsUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
19874 src/com/gps/hibernate/GroupsUsergroupsId.java 53 Local variable 'castOther' could be declared final
19875 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
19876 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
19877 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
19878 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
19879 src/com/gps/hibernate/GroupsUsergroupsId.java 55 Useless parentheses.
19880 src/com/gps/hibernate/GroupsUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
19881 src/com/gps/hibernate/GroupsUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
19882 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
19883 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
19884 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
19885 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
19886 src/com/gps/hibernate/GroupsUsergroupsId.java 59 Useless parentheses.
19887 src/com/gps/hibernate/GroupsUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
19888 src/com/gps/hibernate/GroupsUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
19889 src/com/gps/hibernate/GroupsUsergroupsId.java 65 publicMethodCommentRequirement Required
19890 src/com/gps/hibernate/GroupsUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
19891 src/com/gps/hibernate/HibernateSessionFactory.java 12 A class which only has private constructors should be final
19892 src/com/gps/hibernate/HibernateSessionFactory.java 23 Avoid excessively long variable names like CONFIG_FILE_LOCATION
19893 src/com/gps/hibernate/HibernateSessionFactory.java 23 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'CONFIG_FILE_LOCATION' is not final.
19894 src/com/gps/hibernate/HibernateSessionFactory.java 23 The field name indicates a constant but its modifiers do not
19895 src/com/gps/hibernate/HibernateSessionFactory.java 23 Variables should start with a lowercase character, 'CONFIG_FILE_LOCATION' starts with uppercase character.
19896 src/com/gps/hibernate/HibernateSessionFactory.java 24 Variables that are final and static should be all capitals, 'threadLocal' is not all capitals.
19897 src/com/gps/hibernate/HibernateSessionFactory.java 24 fieldCommentRequirement Required
19898 src/com/gps/hibernate/HibernateSessionFactory.java 25 fieldCommentRequirement Required
19899 src/com/gps/hibernate/HibernateSessionFactory.java 26 fieldCommentRequirement Required
19900 src/com/gps/hibernate/HibernateSessionFactory.java 27 fieldCommentRequirement Required
19901 src/com/gps/hibernate/HibernateSessionFactory.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19902 src/com/gps/hibernate/HibernateSessionFactory.java 34 System.out.print is used
19903 src/com/gps/hibernate/HibernateSessionFactory.java 36 Avoid printStackTrace(); use a logger call instead.
19904 src/com/gps/hibernate/HibernateSessionFactory.java 52 Potential violation of Law of Demeter (object not created locally)
19905 src/com/gps/hibernate/HibernateSessionFactory.java 56 Avoid if (x != y) ..; else ..;
19906 src/com/gps/hibernate/HibernateSessionFactory.java 57 Assigning an Object to null is a code smell. Consider refactoring.
19907 src/com/gps/hibernate/HibernateSessionFactory.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19908 src/com/gps/hibernate/HibernateSessionFactory.java 73 System.out.print is used
19909 src/com/gps/hibernate/HibernateSessionFactory.java 75 Avoid printStackTrace(); use a logger call instead.
19910 src/com/gps/hibernate/HibernateSessionFactory.java 75 Potential violation of Law of Demeter (object not created locally)
19911 src/com/gps/hibernate/HibernateSessionFactory.java 85 Local variable 'session' could be declared final
19912 src/com/gps/hibernate/HibernateSessionFactory.java 89 Potential violation of Law of Demeter (object not created locally)
19913 src/com/gps/hibernate/HibernateSessionFactory.java 106 Parameter 'configFile' is not assigned and could be declared final
19914 src/com/gps/hibernate/HibernateSessionFactory.java 108 Assigning an Object to null is a code smell. Consider refactoring.
19915 src/com/gps/hibernate/Holidays.java 3 Avoid unused imports such as 'java.util.HashSet'
19916 src/com/gps/hibernate/Holidays.java 4 Avoid unused imports such as 'java.util.Set'
19917 src/com/gps/hibernate/Holidays.java 7 Classes implementing Serializable should set a serialVersionUID
19918 src/com/gps/hibernate/Holidays.java 7 headerCommentRequirement Required
19919 src/com/gps/hibernate/Holidays.java 10 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'h_id' is not final.
19920 src/com/gps/hibernate/Holidays.java 10 fieldCommentRequirement Required
19921 src/com/gps/hibernate/Holidays.java 11 fieldCommentRequirement Required
19922 src/com/gps/hibernate/Holidays.java 12 fieldCommentRequirement Required
19923 src/com/gps/hibernate/Holidays.java 13 fieldCommentRequirement Required
19924 src/com/gps/hibernate/Holidays.java 16 Document empty constructor
19925 src/com/gps/hibernate/Holidays.java 19 Parameter 'hId' is not assigned and could be declared final
19926 src/com/gps/hibernate/Holidays.java 19 Parameter 'holiday' is not assigned and could be declared final
19927 src/com/gps/hibernate/Holidays.java 19 publicMethodCommentRequirement Required
19928 src/com/gps/hibernate/Holidays.java 20 Parameter 'day' is not assigned and could be declared final
19929 src/com/gps/hibernate/Holidays.java 20 Parameter 'organization' is not assigned and could be declared final
19930 src/com/gps/hibernate/Holidays.java 29 Method names should not contain underscores
19931 src/com/gps/hibernate/Holidays.java 29 publicMethodCommentRequirement Required
19932 src/com/gps/hibernate/Holidays.java 32 Method names should not contain underscores
19933 src/com/gps/hibernate/Holidays.java 32 Parameter 'hId' is not assigned and could be declared final
19934 src/com/gps/hibernate/Holidays.java 32 publicMethodCommentRequirement Required
19935 src/com/gps/hibernate/Holidays.java 35 publicMethodCommentRequirement Required
19936 src/com/gps/hibernate/Holidays.java 38 Parameter 'holiday' is not assigned and could be declared final
19937 src/com/gps/hibernate/Holidays.java 38 publicMethodCommentRequirement Required
19938 src/com/gps/hibernate/Holidays.java 41 publicMethodCommentRequirement Required
19939 src/com/gps/hibernate/Holidays.java 44 Parameter 'day' is not assigned and could be declared final
19940 src/com/gps/hibernate/Holidays.java 44 publicMethodCommentRequirement Required
19941 src/com/gps/hibernate/Holidays.java 47 publicMethodCommentRequirement Required
19942 src/com/gps/hibernate/Holidays.java 50 Parameter 'organization' is not assigned and could be declared final
19943 src/com/gps/hibernate/Holidays.java 50 publicMethodCommentRequirement Required
19944 src/com/gps/hibernate/HolidaysDAO.java 6 Avoid unused imports such as 'java.util.Set'
19945 src/com/gps/hibernate/HolidaysDAO.java 13 headerCommentRequirement Required
19946 src/com/gps/hibernate/HolidaysDAO.java 14 Logger should be defined private static final and have the correct class
19947 src/com/gps/hibernate/HolidaysDAO.java 14 Variables that are final and static should be all capitals, 'log' is not all capitals.
19948 src/com/gps/hibernate/HolidaysDAO.java 14 fieldCommentRequirement Required
19949 src/com/gps/hibernate/HolidaysDAO.java 16 fieldCommentRequirement Required
19950 src/com/gps/hibernate/HolidaysDAO.java 17 fieldCommentRequirement Required
19951 src/com/gps/hibernate/HolidaysDAO.java 18 fieldCommentRequirement Required
19952 src/com/gps/hibernate/HolidaysDAO.java 19 fieldCommentRequirement Required
19953 src/com/gps/hibernate/HolidaysDAO.java 22 Parameter 'transientInstance' is not assigned and could be declared final
19954 src/com/gps/hibernate/HolidaysDAO.java 22 publicMethodCommentRequirement Required
19955 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
19956 src/com/gps/hibernate/HolidaysDAO.java 23 There is log block not surrounded by if
19957 src/com/gps/hibernate/HolidaysDAO.java 25 Potential violation of Law of Demeter (method chain calls)
19958 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
19959 src/com/gps/hibernate/HolidaysDAO.java 26 There is log block not surrounded by if
19960 src/com/gps/hibernate/HolidaysDAO.java 27 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19961 src/com/gps/hibernate/HolidaysDAO.java 28 There is log block not surrounded by if
19962 src/com/gps/hibernate/HolidaysDAO.java 33 Avoid excessively long variable names like persistentInstance
19963 src/com/gps/hibernate/HolidaysDAO.java 33 Parameter 'persistentInstance' is not assigned and could be declared final
19964 src/com/gps/hibernate/HolidaysDAO.java 33 publicMethodCommentRequirement Required
19965 src/com/gps/hibernate/HolidaysDAO.java 34 There is log block not surrounded by if
19966 src/com/gps/hibernate/HolidaysDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19967 src/com/gps/hibernate/HolidaysDAO.java 36 Potential violation of Law of Demeter (method chain calls)
19968 src/com/gps/hibernate/HolidaysDAO.java 37 There is log block not surrounded by if
19969 src/com/gps/hibernate/HolidaysDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19970 src/com/gps/hibernate/HolidaysDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19971 src/com/gps/hibernate/HolidaysDAO.java 39 There is log block not surrounded by if
19972 src/com/gps/hibernate/HolidaysDAO.java 44 Avoid variables with short names like id
19973 src/com/gps/hibernate/HolidaysDAO.java 44 Parameter 'id' is not assigned and could be declared final
19974 src/com/gps/hibernate/HolidaysDAO.java 44 publicMethodCommentRequirement Required
19975 src/com/gps/hibernate/HolidaysDAO.java 45 There is log block not surrounded by if
19976 src/com/gps/hibernate/HolidaysDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19977 src/com/gps/hibernate/HolidaysDAO.java 47 Local variable 'instance' could be declared final
19978 src/com/gps/hibernate/HolidaysDAO.java 47 Potential violation of Law of Demeter (method chain calls)
19979 src/com/gps/hibernate/HolidaysDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19980 src/com/gps/hibernate/HolidaysDAO.java 51 There is log block not surrounded by if
19981 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'propertyName' is not assigned and could be declared final
19982 src/com/gps/hibernate/HolidaysDAO.java 57 Parameter 'value' is not assigned and could be declared final
19983 src/com/gps/hibernate/HolidaysDAO.java 57 publicMethodCommentRequirement Required
19984 src/com/gps/hibernate/HolidaysDAO.java 58 There is log block not surrounded by if
19985 src/com/gps/hibernate/HolidaysDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
19986 src/com/gps/hibernate/HolidaysDAO.java 61 Local variable 'queryString' could be declared final
19987 src/com/gps/hibernate/HolidaysDAO.java 63 Local variable 'queryObject' could be declared final
19988 src/com/gps/hibernate/HolidaysDAO.java 63 Potential violation of Law of Demeter (method chain calls)
19989 src/com/gps/hibernate/HolidaysDAO.java 64 Potential violation of Law of Demeter (object not created locally)
19990 src/com/gps/hibernate/HolidaysDAO.java 65 Potential violation of Law of Demeter (object not created locally)
19991 src/com/gps/hibernate/HolidaysDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
19992 src/com/gps/hibernate/HolidaysDAO.java 67 There is log block not surrounded by if
19993 src/com/gps/hibernate/HolidaysDAO.java 72 Parameter 'hId' is not assigned and could be declared final
19994 src/com/gps/hibernate/HolidaysDAO.java 72 publicMethodCommentRequirement Required
19995 src/com/gps/hibernate/HolidaysDAO.java 76 Parameter 'organizationId' is not assigned and could be declared final
19996 src/com/gps/hibernate/HolidaysDAO.java 76 publicMethodCommentRequirement Required
19997 src/com/gps/hibernate/HolidaysDAO.java 80 Parameter 'organizationId' is not assigned and could be declared final
19998 src/com/gps/hibernate/HolidaysDAO.java 80 publicMethodCommentRequirement Required
19999 src/com/gps/hibernate/HolidaysDAO.java 83 Local variable 'hdao' could be declared final
20000 src/com/gps/hibernate/HolidaysDAO.java 85 Potential violation of Law of Demeter (object not created locally)
20001 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20002 src/com/gps/hibernate/HolidaysDAO.java 87 Potential violation of Law of Demeter (object not created locally)
20003 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'first' is not assigned and could be declared final
20004 src/com/gps/hibernate/HolidaysDAO.java 94 Parameter 'last' is not assigned and could be declared final
20005 src/com/gps/hibernate/HolidaysDAO.java 94 publicMethodCommentRequirement Required
20006 src/com/gps/hibernate/HolidaysDAO.java 96 There is log block not surrounded by if
20007 src/com/gps/hibernate/HolidaysDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20008 src/com/gps/hibernate/HolidaysDAO.java 99 Local variable 'queryString' could be declared final
20009 src/com/gps/hibernate/HolidaysDAO.java 100 Local variable 'queryObject' could be declared final
20010 src/com/gps/hibernate/HolidaysDAO.java 100 Potential violation of Law of Demeter (method chain calls)
20011 src/com/gps/hibernate/HolidaysDAO.java 103 Potential violation of Law of Demeter (object not created locally)
20012 src/com/gps/hibernate/HolidaysDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20013 src/com/gps/hibernate/HolidaysDAO.java 105 There is log block not surrounded by if
20014 src/com/gps/hibernate/IBaseHibernateDAO.java 12 Avoid modifiers which are implied by the context
20015 src/com/gps/hibernate/IBaseHibernateDAO.java 12 publicMethodCommentRequirement Required
20016 src/com/gps/hibernate/Igfolder.java 11 Classes implementing Serializable should set a serialVersionUID
20017 src/com/gps/hibernate/Igfolder.java 15 fieldCommentRequirement Required
20018 src/com/gps/hibernate/Igfolder.java 16 fieldCommentRequirement Required
20019 src/com/gps/hibernate/Igfolder.java 17 fieldCommentRequirement Required
20020 src/com/gps/hibernate/Igfolder.java 18 fieldCommentRequirement Required
20021 src/com/gps/hibernate/Igfolder.java 19 fieldCommentRequirement Required
20022 src/com/gps/hibernate/Igfolder.java 20 fieldCommentRequirement Required
20023 src/com/gps/hibernate/Igfolder.java 21 fieldCommentRequirement Required
20024 src/com/gps/hibernate/Igfolder.java 22 fieldCommentRequirement Required
20025 src/com/gps/hibernate/Igfolder.java 23 fieldCommentRequirement Required
20026 src/com/gps/hibernate/Igfolder.java 24 fieldCommentRequirement Required
20027 src/com/gps/hibernate/Igfolder.java 29 Document empty constructor
20028 src/com/gps/hibernate/Igfolder.java 33 Parameter 'folderId' is not assigned and could be declared final
20029 src/com/gps/hibernate/Igfolder.java 38 Avoid long parameter lists.
20030 src/com/gps/hibernate/Igfolder.java 38 Parameter 'companyId' is not assigned and could be declared final
20031 src/com/gps/hibernate/Igfolder.java 38 Parameter 'folderId' is not assigned and could be declared final
20032 src/com/gps/hibernate/Igfolder.java 38 Parameter 'groupId' is not assigned and could be declared final
20033 src/com/gps/hibernate/Igfolder.java 38 Parameter 'uuid' is not assigned and could be declared final
20034 src/com/gps/hibernate/Igfolder.java 39 Parameter 'createDate' is not assigned and could be declared final
20035 src/com/gps/hibernate/Igfolder.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
20036 src/com/gps/hibernate/Igfolder.java 39 Parameter 'userId' is not assigned and could be declared final
20037 src/com/gps/hibernate/Igfolder.java 40 Parameter 'description' is not assigned and could be declared final
20038 src/com/gps/hibernate/Igfolder.java 40 Parameter 'name' is not assigned and could be declared final
20039 src/com/gps/hibernate/Igfolder.java 40 Parameter 'parentFolderId' is not assigned and could be declared final
20040 src/com/gps/hibernate/Igfolder.java 55 publicMethodCommentRequirement Required
20041 src/com/gps/hibernate/Igfolder.java 59 Parameter 'folderId' is not assigned and could be declared final
20042 src/com/gps/hibernate/Igfolder.java 59 publicMethodCommentRequirement Required
20043 src/com/gps/hibernate/Igfolder.java 63 publicMethodCommentRequirement Required
20044 src/com/gps/hibernate/Igfolder.java 67 Parameter 'uuid' is not assigned and could be declared final
20045 src/com/gps/hibernate/Igfolder.java 67 publicMethodCommentRequirement Required
20046 src/com/gps/hibernate/Igfolder.java 71 publicMethodCommentRequirement Required
20047 src/com/gps/hibernate/Igfolder.java 75 Parameter 'groupId' is not assigned and could be declared final
20048 src/com/gps/hibernate/Igfolder.java 75 publicMethodCommentRequirement Required
20049 src/com/gps/hibernate/Igfolder.java 79 publicMethodCommentRequirement Required
20050 src/com/gps/hibernate/Igfolder.java 83 Parameter 'companyId' is not assigned and could be declared final
20051 src/com/gps/hibernate/Igfolder.java 83 publicMethodCommentRequirement Required
20052 src/com/gps/hibernate/Igfolder.java 87 publicMethodCommentRequirement Required
20053 src/com/gps/hibernate/Igfolder.java 91 Parameter 'userId' is not assigned and could be declared final
20054 src/com/gps/hibernate/Igfolder.java 91 publicMethodCommentRequirement Required
20055 src/com/gps/hibernate/Igfolder.java 95 publicMethodCommentRequirement Required
20056 src/com/gps/hibernate/Igfolder.java 99 Parameter 'createDate' is not assigned and could be declared final
20057 src/com/gps/hibernate/Igfolder.java 99 publicMethodCommentRequirement Required
20058 src/com/gps/hibernate/Igfolder.java 103 publicMethodCommentRequirement Required
20059 src/com/gps/hibernate/Igfolder.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
20060 src/com/gps/hibernate/Igfolder.java 107 publicMethodCommentRequirement Required
20061 src/com/gps/hibernate/Igfolder.java 111 publicMethodCommentRequirement Required
20062 src/com/gps/hibernate/Igfolder.java 115 Parameter 'parentFolderId' is not assigned and could be declared final
20063 src/com/gps/hibernate/Igfolder.java 115 publicMethodCommentRequirement Required
20064 src/com/gps/hibernate/Igfolder.java 119 publicMethodCommentRequirement Required
20065 src/com/gps/hibernate/Igfolder.java 123 Parameter 'name' is not assigned and could be declared final
20066 src/com/gps/hibernate/Igfolder.java 123 publicMethodCommentRequirement Required
20067 src/com/gps/hibernate/Igfolder.java 127 publicMethodCommentRequirement Required
20068 src/com/gps/hibernate/Igfolder.java 131 Parameter 'description' is not assigned and could be declared final
20069 src/com/gps/hibernate/Igfolder.java 131 publicMethodCommentRequirement Required
20070 src/com/gps/hibernate/IgfolderDAO.java 3 Avoid unused imports such as 'java.util.Date'
20071 src/com/gps/hibernate/IgfolderDAO.java 11 Comment is too large: Too many lines
20072 src/com/gps/hibernate/IgfolderDAO.java 23 This class has too many methods, consider refactoring it.
20073 src/com/gps/hibernate/IgfolderDAO.java 24 Logger should be defined private static final and have the correct class
20074 src/com/gps/hibernate/IgfolderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20075 src/com/gps/hibernate/IgfolderDAO.java 24 fieldCommentRequirement Required
20076 src/com/gps/hibernate/IgfolderDAO.java 26 fieldCommentRequirement Required
20077 src/com/gps/hibernate/IgfolderDAO.java 27 fieldCommentRequirement Required
20078 src/com/gps/hibernate/IgfolderDAO.java 28 fieldCommentRequirement Required
20079 src/com/gps/hibernate/IgfolderDAO.java 29 fieldCommentRequirement Required
20080 src/com/gps/hibernate/IgfolderDAO.java 30 fieldCommentRequirement Required
20081 src/com/gps/hibernate/IgfolderDAO.java 31 fieldCommentRequirement Required
20082 src/com/gps/hibernate/IgfolderDAO.java 32 fieldCommentRequirement Required
20083 src/com/gps/hibernate/IgfolderDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
20084 src/com/gps/hibernate/IgfolderDAO.java 34 publicMethodCommentRequirement Required
20085 src/com/gps/hibernate/IgfolderDAO.java 35 There is log block not surrounded by if
20086 src/com/gps/hibernate/IgfolderDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20087 src/com/gps/hibernate/IgfolderDAO.java 37 Potential violation of Law of Demeter (method chain calls)
20088 src/com/gps/hibernate/IgfolderDAO.java 38 There is log block not surrounded by if
20089 src/com/gps/hibernate/IgfolderDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20090 src/com/gps/hibernate/IgfolderDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20091 src/com/gps/hibernate/IgfolderDAO.java 40 There is log block not surrounded by if
20092 src/com/gps/hibernate/IgfolderDAO.java 45 Avoid excessively long variable names like persistentInstance
20093 src/com/gps/hibernate/IgfolderDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
20094 src/com/gps/hibernate/IgfolderDAO.java 45 publicMethodCommentRequirement Required
20095 src/com/gps/hibernate/IgfolderDAO.java 46 There is log block not surrounded by if
20096 src/com/gps/hibernate/IgfolderDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20097 src/com/gps/hibernate/IgfolderDAO.java 48 Potential violation of Law of Demeter (method chain calls)
20098 src/com/gps/hibernate/IgfolderDAO.java 49 There is log block not surrounded by if
20099 src/com/gps/hibernate/IgfolderDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20100 src/com/gps/hibernate/IgfolderDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20101 src/com/gps/hibernate/IgfolderDAO.java 51 There is log block not surrounded by if
20102 src/com/gps/hibernate/IgfolderDAO.java 56 Avoid variables with short names like id
20103 src/com/gps/hibernate/IgfolderDAO.java 56 Parameter 'id' is not assigned and could be declared final
20104 src/com/gps/hibernate/IgfolderDAO.java 56 publicMethodCommentRequirement Required
20105 src/com/gps/hibernate/IgfolderDAO.java 57 There is log block not surrounded by if
20106 src/com/gps/hibernate/IgfolderDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20107 src/com/gps/hibernate/IgfolderDAO.java 59 Local variable 'instance' could be declared final
20108 src/com/gps/hibernate/IgfolderDAO.java 59 Potential violation of Law of Demeter (method chain calls)
20109 src/com/gps/hibernate/IgfolderDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20110 src/com/gps/hibernate/IgfolderDAO.java 63 There is log block not surrounded by if
20111 src/com/gps/hibernate/IgfolderDAO.java 68 Parameter 'instance' is not assigned and could be declared final
20112 src/com/gps/hibernate/IgfolderDAO.java 68 publicMethodCommentRequirement Required
20113 src/com/gps/hibernate/IgfolderDAO.java 69 There is log block not surrounded by if
20114 src/com/gps/hibernate/IgfolderDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20115 src/com/gps/hibernate/IgfolderDAO.java 71 Local variable 'results' could be declared final
20116 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
20117 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
20118 src/com/gps/hibernate/IgfolderDAO.java 71 Potential violation of Law of Demeter (method chain calls)
20119 src/com/gps/hibernate/IgfolderDAO.java 74 There is log block not surrounded by if
20120 src/com/gps/hibernate/IgfolderDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20121 src/com/gps/hibernate/IgfolderDAO.java 75 Potential violation of Law of Demeter (object not created locally)
20122 src/com/gps/hibernate/IgfolderDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20123 src/com/gps/hibernate/IgfolderDAO.java 78 There is log block not surrounded by if
20124 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
20125 src/com/gps/hibernate/IgfolderDAO.java 83 Parameter 'value' is not assigned and could be declared final
20126 src/com/gps/hibernate/IgfolderDAO.java 83 publicMethodCommentRequirement Required
20127 src/com/gps/hibernate/IgfolderDAO.java 84 There is log block not surrounded by if
20128 src/com/gps/hibernate/IgfolderDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20129 src/com/gps/hibernate/IgfolderDAO.java 87 Local variable 'queryString' could be declared final
20130 src/com/gps/hibernate/IgfolderDAO.java 89 Local variable 'queryObject' could be declared final
20131 src/com/gps/hibernate/IgfolderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
20132 src/com/gps/hibernate/IgfolderDAO.java 90 Potential violation of Law of Demeter (object not created locally)
20133 src/com/gps/hibernate/IgfolderDAO.java 91 Potential violation of Law of Demeter (object not created locally)
20134 src/com/gps/hibernate/IgfolderDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20135 src/com/gps/hibernate/IgfolderDAO.java 93 There is log block not surrounded by if
20136 src/com/gps/hibernate/IgfolderDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
20137 src/com/gps/hibernate/IgfolderDAO.java 98 publicMethodCommentRequirement Required
20138 src/com/gps/hibernate/IgfolderDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
20139 src/com/gps/hibernate/IgfolderDAO.java 102 publicMethodCommentRequirement Required
20140 src/com/gps/hibernate/IgfolderDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
20141 src/com/gps/hibernate/IgfolderDAO.java 106 publicMethodCommentRequirement Required
20142 src/com/gps/hibernate/IgfolderDAO.java 110 Parameter 'userId' is not assigned and could be declared final
20143 src/com/gps/hibernate/IgfolderDAO.java 110 publicMethodCommentRequirement Required
20144 src/com/gps/hibernate/IgfolderDAO.java 114 Parameter 'parentFolderId' is not assigned and could be declared final
20145 src/com/gps/hibernate/IgfolderDAO.java 114 publicMethodCommentRequirement Required
20146 src/com/gps/hibernate/IgfolderDAO.java 118 Parameter 'name' is not assigned and could be declared final
20147 src/com/gps/hibernate/IgfolderDAO.java 118 publicMethodCommentRequirement Required
20148 src/com/gps/hibernate/IgfolderDAO.java 122 Parameter 'description' is not assigned and could be declared final
20149 src/com/gps/hibernate/IgfolderDAO.java 122 publicMethodCommentRequirement Required
20150 src/com/gps/hibernate/IgfolderDAO.java 126 publicMethodCommentRequirement Required
20151 src/com/gps/hibernate/IgfolderDAO.java 127 There is log block not surrounded by if
20152 src/com/gps/hibernate/IgfolderDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20153 src/com/gps/hibernate/IgfolderDAO.java 129 Local variable 'queryString' could be declared final
20154 src/com/gps/hibernate/IgfolderDAO.java 130 Local variable 'queryObject' could be declared final
20155 src/com/gps/hibernate/IgfolderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
20156 src/com/gps/hibernate/IgfolderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
20157 src/com/gps/hibernate/IgfolderDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20158 src/com/gps/hibernate/IgfolderDAO.java 133 There is log block not surrounded by if
20159 src/com/gps/hibernate/IgfolderDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
20160 src/com/gps/hibernate/IgfolderDAO.java 138 publicMethodCommentRequirement Required
20161 src/com/gps/hibernate/IgfolderDAO.java 139 There is log block not surrounded by if
20162 src/com/gps/hibernate/IgfolderDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20163 src/com/gps/hibernate/IgfolderDAO.java 141 Local variable 'result' could be declared final
20164 src/com/gps/hibernate/IgfolderDAO.java 141 Potential violation of Law of Demeter (method chain calls)
20165 src/com/gps/hibernate/IgfolderDAO.java 142 There is log block not surrounded by if
20166 src/com/gps/hibernate/IgfolderDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20167 src/com/gps/hibernate/IgfolderDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20168 src/com/gps/hibernate/IgfolderDAO.java 145 There is log block not surrounded by if
20169 src/com/gps/hibernate/IgfolderDAO.java 150 Parameter 'instance' is not assigned and could be declared final
20170 src/com/gps/hibernate/IgfolderDAO.java 150 publicMethodCommentRequirement Required
20171 src/com/gps/hibernate/IgfolderDAO.java 151 There is log block not surrounded by if
20172 src/com/gps/hibernate/IgfolderDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20173 src/com/gps/hibernate/IgfolderDAO.java 153 Potential violation of Law of Demeter (method chain calls)
20174 src/com/gps/hibernate/IgfolderDAO.java 154 There is log block not surrounded by if
20175 src/com/gps/hibernate/IgfolderDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20176 src/com/gps/hibernate/IgfolderDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20177 src/com/gps/hibernate/IgfolderDAO.java 156 There is log block not surrounded by if
20178 src/com/gps/hibernate/IgfolderDAO.java 161 Parameter 'instance' is not assigned and could be declared final
20179 src/com/gps/hibernate/IgfolderDAO.java 161 publicMethodCommentRequirement Required
20180 src/com/gps/hibernate/IgfolderDAO.java 162 There is log block not surrounded by if
20181 src/com/gps/hibernate/IgfolderDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20182 src/com/gps/hibernate/IgfolderDAO.java 164 Potential violation of Law of Demeter (method chain calls)
20183 src/com/gps/hibernate/IgfolderDAO.java 165 There is log block not surrounded by if
20184 src/com/gps/hibernate/IgfolderDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20185 src/com/gps/hibernate/IgfolderDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20186 src/com/gps/hibernate/IgfolderDAO.java 167 There is log block not surrounded by if
20187 src/com/gps/hibernate/Igimage.java 11 Classes implementing Serializable should set a serialVersionUID
20188 src/com/gps/hibernate/Igimage.java 15 fieldCommentRequirement Required
20189 src/com/gps/hibernate/Igimage.java 16 fieldCommentRequirement Required
20190 src/com/gps/hibernate/Igimage.java 17 fieldCommentRequirement Required
20191 src/com/gps/hibernate/Igimage.java 18 fieldCommentRequirement Required
20192 src/com/gps/hibernate/Igimage.java 19 fieldCommentRequirement Required
20193 src/com/gps/hibernate/Igimage.java 20 fieldCommentRequirement Required
20194 src/com/gps/hibernate/Igimage.java 21 fieldCommentRequirement Required
20195 src/com/gps/hibernate/Igimage.java 22 fieldCommentRequirement Required
20196 src/com/gps/hibernate/Igimage.java 23 fieldCommentRequirement Required
20197 src/com/gps/hibernate/Igimage.java 24 fieldCommentRequirement Required
20198 src/com/gps/hibernate/Igimage.java 25 fieldCommentRequirement Required
20199 src/com/gps/hibernate/Igimage.java 26 fieldCommentRequirement Required
20200 src/com/gps/hibernate/Igimage.java 27 fieldCommentRequirement Required
20201 src/com/gps/hibernate/Igimage.java 28 fieldCommentRequirement Required
20202 src/com/gps/hibernate/Igimage.java 33 Document empty constructor
20203 src/com/gps/hibernate/Igimage.java 37 Parameter 'imageId' is not assigned and could be declared final
20204 src/com/gps/hibernate/Igimage.java 42 Avoid long parameter lists.
20205 src/com/gps/hibernate/Igimage.java 42 Parameter 'companyId' is not assigned and could be declared final
20206 src/com/gps/hibernate/Igimage.java 42 Parameter 'groupId' is not assigned and could be declared final
20207 src/com/gps/hibernate/Igimage.java 42 Parameter 'imageId' is not assigned and could be declared final
20208 src/com/gps/hibernate/Igimage.java 42 Parameter 'uuid' is not assigned and could be declared final
20209 src/com/gps/hibernate/Igimage.java 43 Parameter 'createDate' is not assigned and could be declared final
20210 src/com/gps/hibernate/Igimage.java 43 Parameter 'folderId' is not assigned and could be declared final
20211 src/com/gps/hibernate/Igimage.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
20212 src/com/gps/hibernate/Igimage.java 43 Parameter 'userId' is not assigned and could be declared final
20213 src/com/gps/hibernate/Igimage.java 44 Parameter 'description' is not assigned and could be declared final
20214 src/com/gps/hibernate/Igimage.java 44 Parameter 'name' is not assigned and could be declared final
20215 src/com/gps/hibernate/Igimage.java 44 Parameter 'smallImageId' is not assigned and could be declared final
20216 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom1imageId' is not assigned and could be declared final
20217 src/com/gps/hibernate/Igimage.java 45 Parameter 'custom2imageId' is not assigned and could be declared final
20218 src/com/gps/hibernate/Igimage.java 45 Parameter 'largeImageId' is not assigned and could be declared final
20219 src/com/gps/hibernate/Igimage.java 64 publicMethodCommentRequirement Required
20220 src/com/gps/hibernate/Igimage.java 68 Parameter 'imageId' is not assigned and could be declared final
20221 src/com/gps/hibernate/Igimage.java 68 publicMethodCommentRequirement Required
20222 src/com/gps/hibernate/Igimage.java 72 publicMethodCommentRequirement Required
20223 src/com/gps/hibernate/Igimage.java 76 Parameter 'uuid' is not assigned and could be declared final
20224 src/com/gps/hibernate/Igimage.java 76 publicMethodCommentRequirement Required
20225 src/com/gps/hibernate/Igimage.java 80 publicMethodCommentRequirement Required
20226 src/com/gps/hibernate/Igimage.java 84 Parameter 'groupId' is not assigned and could be declared final
20227 src/com/gps/hibernate/Igimage.java 84 publicMethodCommentRequirement Required
20228 src/com/gps/hibernate/Igimage.java 88 publicMethodCommentRequirement Required
20229 src/com/gps/hibernate/Igimage.java 92 Parameter 'companyId' is not assigned and could be declared final
20230 src/com/gps/hibernate/Igimage.java 92 publicMethodCommentRequirement Required
20231 src/com/gps/hibernate/Igimage.java 96 publicMethodCommentRequirement Required
20232 src/com/gps/hibernate/Igimage.java 100 Parameter 'userId' is not assigned and could be declared final
20233 src/com/gps/hibernate/Igimage.java 100 publicMethodCommentRequirement Required
20234 src/com/gps/hibernate/Igimage.java 104 publicMethodCommentRequirement Required
20235 src/com/gps/hibernate/Igimage.java 108 Parameter 'createDate' is not assigned and could be declared final
20236 src/com/gps/hibernate/Igimage.java 108 publicMethodCommentRequirement Required
20237 src/com/gps/hibernate/Igimage.java 112 publicMethodCommentRequirement Required
20238 src/com/gps/hibernate/Igimage.java 116 Parameter 'modifiedDate' is not assigned and could be declared final
20239 src/com/gps/hibernate/Igimage.java 116 publicMethodCommentRequirement Required
20240 src/com/gps/hibernate/Igimage.java 120 publicMethodCommentRequirement Required
20241 src/com/gps/hibernate/Igimage.java 124 Parameter 'folderId' is not assigned and could be declared final
20242 src/com/gps/hibernate/Igimage.java 124 publicMethodCommentRequirement Required
20243 src/com/gps/hibernate/Igimage.java 128 publicMethodCommentRequirement Required
20244 src/com/gps/hibernate/Igimage.java 132 Parameter 'name' is not assigned and could be declared final
20245 src/com/gps/hibernate/Igimage.java 132 publicMethodCommentRequirement Required
20246 src/com/gps/hibernate/Igimage.java 136 publicMethodCommentRequirement Required
20247 src/com/gps/hibernate/Igimage.java 140 Parameter 'description' is not assigned and could be declared final
20248 src/com/gps/hibernate/Igimage.java 140 publicMethodCommentRequirement Required
20249 src/com/gps/hibernate/Igimage.java 144 publicMethodCommentRequirement Required
20250 src/com/gps/hibernate/Igimage.java 148 Parameter 'smallImageId' is not assigned and could be declared final
20251 src/com/gps/hibernate/Igimage.java 148 publicMethodCommentRequirement Required
20252 src/com/gps/hibernate/Igimage.java 152 publicMethodCommentRequirement Required
20253 src/com/gps/hibernate/Igimage.java 156 Parameter 'largeImageId' is not assigned and could be declared final
20254 src/com/gps/hibernate/Igimage.java 156 publicMethodCommentRequirement Required
20255 src/com/gps/hibernate/Igimage.java 160 publicMethodCommentRequirement Required
20256 src/com/gps/hibernate/Igimage.java 164 Parameter 'custom1imageId' is not assigned and could be declared final
20257 src/com/gps/hibernate/Igimage.java 164 publicMethodCommentRequirement Required
20258 src/com/gps/hibernate/Igimage.java 168 publicMethodCommentRequirement Required
20259 src/com/gps/hibernate/Igimage.java 172 Parameter 'custom2imageId' is not assigned and could be declared final
20260 src/com/gps/hibernate/Igimage.java 172 publicMethodCommentRequirement Required
20261 src/com/gps/hibernate/IgimageDAO.java 3 Avoid unused imports such as 'java.util.Date'
20262 src/com/gps/hibernate/IgimageDAO.java 11 Comment is too large: Too many lines
20263 src/com/gps/hibernate/IgimageDAO.java 23 This class has too many methods, consider refactoring it.
20264 src/com/gps/hibernate/IgimageDAO.java 24 Logger should be defined private static final and have the correct class
20265 src/com/gps/hibernate/IgimageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20266 src/com/gps/hibernate/IgimageDAO.java 24 fieldCommentRequirement Required
20267 src/com/gps/hibernate/IgimageDAO.java 26 fieldCommentRequirement Required
20268 src/com/gps/hibernate/IgimageDAO.java 27 fieldCommentRequirement Required
20269 src/com/gps/hibernate/IgimageDAO.java 28 fieldCommentRequirement Required
20270 src/com/gps/hibernate/IgimageDAO.java 29 fieldCommentRequirement Required
20271 src/com/gps/hibernate/IgimageDAO.java 30 fieldCommentRequirement Required
20272 src/com/gps/hibernate/IgimageDAO.java 31 fieldCommentRequirement Required
20273 src/com/gps/hibernate/IgimageDAO.java 32 fieldCommentRequirement Required
20274 src/com/gps/hibernate/IgimageDAO.java 33 fieldCommentRequirement Required
20275 src/com/gps/hibernate/IgimageDAO.java 34 fieldCommentRequirement Required
20276 src/com/gps/hibernate/IgimageDAO.java 35 fieldCommentRequirement Required
20277 src/com/gps/hibernate/IgimageDAO.java 36 fieldCommentRequirement Required
20278 src/com/gps/hibernate/IgimageDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
20279 src/com/gps/hibernate/IgimageDAO.java 38 publicMethodCommentRequirement Required
20280 src/com/gps/hibernate/IgimageDAO.java 39 There is log block not surrounded by if
20281 src/com/gps/hibernate/IgimageDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20282 src/com/gps/hibernate/IgimageDAO.java 41 Potential violation of Law of Demeter (method chain calls)
20283 src/com/gps/hibernate/IgimageDAO.java 42 There is log block not surrounded by if
20284 src/com/gps/hibernate/IgimageDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20285 src/com/gps/hibernate/IgimageDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20286 src/com/gps/hibernate/IgimageDAO.java 44 There is log block not surrounded by if
20287 src/com/gps/hibernate/IgimageDAO.java 49 Avoid excessively long variable names like persistentInstance
20288 src/com/gps/hibernate/IgimageDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
20289 src/com/gps/hibernate/IgimageDAO.java 49 publicMethodCommentRequirement Required
20290 src/com/gps/hibernate/IgimageDAO.java 50 There is log block not surrounded by if
20291 src/com/gps/hibernate/IgimageDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20292 src/com/gps/hibernate/IgimageDAO.java 52 Potential violation of Law of Demeter (method chain calls)
20293 src/com/gps/hibernate/IgimageDAO.java 53 There is log block not surrounded by if
20294 src/com/gps/hibernate/IgimageDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20295 src/com/gps/hibernate/IgimageDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20296 src/com/gps/hibernate/IgimageDAO.java 55 There is log block not surrounded by if
20297 src/com/gps/hibernate/IgimageDAO.java 60 Avoid variables with short names like id
20298 src/com/gps/hibernate/IgimageDAO.java 60 Parameter 'id' is not assigned and could be declared final
20299 src/com/gps/hibernate/IgimageDAO.java 60 publicMethodCommentRequirement Required
20300 src/com/gps/hibernate/IgimageDAO.java 61 There is log block not surrounded by if
20301 src/com/gps/hibernate/IgimageDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20302 src/com/gps/hibernate/IgimageDAO.java 63 Local variable 'instance' could be declared final
20303 src/com/gps/hibernate/IgimageDAO.java 63 Potential violation of Law of Demeter (method chain calls)
20304 src/com/gps/hibernate/IgimageDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20305 src/com/gps/hibernate/IgimageDAO.java 67 There is log block not surrounded by if
20306 src/com/gps/hibernate/IgimageDAO.java 72 Parameter 'instance' is not assigned and could be declared final
20307 src/com/gps/hibernate/IgimageDAO.java 72 publicMethodCommentRequirement Required
20308 src/com/gps/hibernate/IgimageDAO.java 73 There is log block not surrounded by if
20309 src/com/gps/hibernate/IgimageDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20310 src/com/gps/hibernate/IgimageDAO.java 75 Local variable 'results' could be declared final
20311 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
20312 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
20313 src/com/gps/hibernate/IgimageDAO.java 75 Potential violation of Law of Demeter (method chain calls)
20314 src/com/gps/hibernate/IgimageDAO.java 78 There is log block not surrounded by if
20315 src/com/gps/hibernate/IgimageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20316 src/com/gps/hibernate/IgimageDAO.java 79 Potential violation of Law of Demeter (object not created locally)
20317 src/com/gps/hibernate/IgimageDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20318 src/com/gps/hibernate/IgimageDAO.java 82 There is log block not surrounded by if
20319 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
20320 src/com/gps/hibernate/IgimageDAO.java 87 Parameter 'value' is not assigned and could be declared final
20321 src/com/gps/hibernate/IgimageDAO.java 87 publicMethodCommentRequirement Required
20322 src/com/gps/hibernate/IgimageDAO.java 88 There is log block not surrounded by if
20323 src/com/gps/hibernate/IgimageDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20324 src/com/gps/hibernate/IgimageDAO.java 91 Local variable 'queryString' could be declared final
20325 src/com/gps/hibernate/IgimageDAO.java 93 Local variable 'queryObject' could be declared final
20326 src/com/gps/hibernate/IgimageDAO.java 93 Potential violation of Law of Demeter (method chain calls)
20327 src/com/gps/hibernate/IgimageDAO.java 94 Potential violation of Law of Demeter (object not created locally)
20328 src/com/gps/hibernate/IgimageDAO.java 95 Potential violation of Law of Demeter (object not created locally)
20329 src/com/gps/hibernate/IgimageDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20330 src/com/gps/hibernate/IgimageDAO.java 97 There is log block not surrounded by if
20331 src/com/gps/hibernate/IgimageDAO.java 102 Parameter 'uuid' is not assigned and could be declared final
20332 src/com/gps/hibernate/IgimageDAO.java 102 publicMethodCommentRequirement Required
20333 src/com/gps/hibernate/IgimageDAO.java 106 Parameter 'groupId' is not assigned and could be declared final
20334 src/com/gps/hibernate/IgimageDAO.java 106 publicMethodCommentRequirement Required
20335 src/com/gps/hibernate/IgimageDAO.java 110 Parameter 'companyId' is not assigned and could be declared final
20336 src/com/gps/hibernate/IgimageDAO.java 110 publicMethodCommentRequirement Required
20337 src/com/gps/hibernate/IgimageDAO.java 114 Parameter 'userId' is not assigned and could be declared final
20338 src/com/gps/hibernate/IgimageDAO.java 114 publicMethodCommentRequirement Required
20339 src/com/gps/hibernate/IgimageDAO.java 118 Parameter 'folderId' is not assigned and could be declared final
20340 src/com/gps/hibernate/IgimageDAO.java 118 publicMethodCommentRequirement Required
20341 src/com/gps/hibernate/IgimageDAO.java 122 Parameter 'name' is not assigned and could be declared final
20342 src/com/gps/hibernate/IgimageDAO.java 122 publicMethodCommentRequirement Required
20343 src/com/gps/hibernate/IgimageDAO.java 126 Parameter 'description' is not assigned and could be declared final
20344 src/com/gps/hibernate/IgimageDAO.java 126 publicMethodCommentRequirement Required
20345 src/com/gps/hibernate/IgimageDAO.java 130 Parameter 'smallImageId' is not assigned and could be declared final
20346 src/com/gps/hibernate/IgimageDAO.java 130 publicMethodCommentRequirement Required
20347 src/com/gps/hibernate/IgimageDAO.java 134 Parameter 'largeImageId' is not assigned and could be declared final
20348 src/com/gps/hibernate/IgimageDAO.java 134 publicMethodCommentRequirement Required
20349 src/com/gps/hibernate/IgimageDAO.java 138 Parameter 'custom1imageId' is not assigned and could be declared final
20350 src/com/gps/hibernate/IgimageDAO.java 138 publicMethodCommentRequirement Required
20351 src/com/gps/hibernate/IgimageDAO.java 142 Parameter 'custom2imageId' is not assigned and could be declared final
20352 src/com/gps/hibernate/IgimageDAO.java 142 publicMethodCommentRequirement Required
20353 src/com/gps/hibernate/IgimageDAO.java 146 publicMethodCommentRequirement Required
20354 src/com/gps/hibernate/IgimageDAO.java 147 There is log block not surrounded by if
20355 src/com/gps/hibernate/IgimageDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20356 src/com/gps/hibernate/IgimageDAO.java 149 Local variable 'queryString' could be declared final
20357 src/com/gps/hibernate/IgimageDAO.java 150 Local variable 'queryObject' could be declared final
20358 src/com/gps/hibernate/IgimageDAO.java 150 Potential violation of Law of Demeter (method chain calls)
20359 src/com/gps/hibernate/IgimageDAO.java 151 Potential violation of Law of Demeter (object not created locally)
20360 src/com/gps/hibernate/IgimageDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20361 src/com/gps/hibernate/IgimageDAO.java 153 There is log block not surrounded by if
20362 src/com/gps/hibernate/IgimageDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
20363 src/com/gps/hibernate/IgimageDAO.java 158 publicMethodCommentRequirement Required
20364 src/com/gps/hibernate/IgimageDAO.java 159 There is log block not surrounded by if
20365 src/com/gps/hibernate/IgimageDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20366 src/com/gps/hibernate/IgimageDAO.java 161 Local variable 'result' could be declared final
20367 src/com/gps/hibernate/IgimageDAO.java 161 Potential violation of Law of Demeter (method chain calls)
20368 src/com/gps/hibernate/IgimageDAO.java 162 There is log block not surrounded by if
20369 src/com/gps/hibernate/IgimageDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20370 src/com/gps/hibernate/IgimageDAO.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20371 src/com/gps/hibernate/IgimageDAO.java 165 There is log block not surrounded by if
20372 src/com/gps/hibernate/IgimageDAO.java 170 Parameter 'instance' is not assigned and could be declared final
20373 src/com/gps/hibernate/IgimageDAO.java 170 publicMethodCommentRequirement Required
20374 src/com/gps/hibernate/IgimageDAO.java 171 There is log block not surrounded by if
20375 src/com/gps/hibernate/IgimageDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20376 src/com/gps/hibernate/IgimageDAO.java 173 Potential violation of Law of Demeter (method chain calls)
20377 src/com/gps/hibernate/IgimageDAO.java 174 There is log block not surrounded by if
20378 src/com/gps/hibernate/IgimageDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20379 src/com/gps/hibernate/IgimageDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20380 src/com/gps/hibernate/IgimageDAO.java 176 There is log block not surrounded by if
20381 src/com/gps/hibernate/IgimageDAO.java 181 Parameter 'instance' is not assigned and could be declared final
20382 src/com/gps/hibernate/IgimageDAO.java 181 publicMethodCommentRequirement Required
20383 src/com/gps/hibernate/IgimageDAO.java 182 There is log block not surrounded by if
20384 src/com/gps/hibernate/IgimageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20385 src/com/gps/hibernate/IgimageDAO.java 184 Potential violation of Law of Demeter (method chain calls)
20386 src/com/gps/hibernate/IgimageDAO.java 185 There is log block not surrounded by if
20387 src/com/gps/hibernate/IgimageDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20388 src/com/gps/hibernate/IgimageDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20389 src/com/gps/hibernate/IgimageDAO.java 187 There is log block not surrounded by if
20390 src/com/gps/hibernate/Image.java 11 Classes implementing Serializable should set a serialVersionUID
20391 src/com/gps/hibernate/Image.java 15 fieldCommentRequirement Required
20392 src/com/gps/hibernate/Image.java 16 fieldCommentRequirement Required
20393 src/com/gps/hibernate/Image.java 17 fieldCommentRequirement Required
20394 src/com/gps/hibernate/Image.java 18 fieldCommentRequirement Required
20395 src/com/gps/hibernate/Image.java 19 fieldCommentRequirement Required
20396 src/com/gps/hibernate/Image.java 20 fieldCommentRequirement Required
20397 src/com/gps/hibernate/Image.java 21 fieldCommentRequirement Required
20398 src/com/gps/hibernate/Image.java 26 Document empty constructor
20399 src/com/gps/hibernate/Image.java 30 Parameter 'imageId' is not assigned and could be declared final
20400 src/com/gps/hibernate/Image.java 35 Parameter 'imageId' is not assigned and could be declared final
20401 src/com/gps/hibernate/Image.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
20402 src/com/gps/hibernate/Image.java 35 Parameter 'text' is not assigned and could be declared final
20403 src/com/gps/hibernate/Image.java 35 Parameter 'type' is not assigned and could be declared final
20404 src/com/gps/hibernate/Image.java 36 Parameter 'height' is not assigned and could be declared final
20405 src/com/gps/hibernate/Image.java 36 Parameter 'size' is not assigned and could be declared final
20406 src/com/gps/hibernate/Image.java 36 Parameter 'width' is not assigned and could be declared final
20407 src/com/gps/hibernate/Image.java 48 publicMethodCommentRequirement Required
20408 src/com/gps/hibernate/Image.java 52 Parameter 'imageId' is not assigned and could be declared final
20409 src/com/gps/hibernate/Image.java 52 publicMethodCommentRequirement Required
20410 src/com/gps/hibernate/Image.java 56 publicMethodCommentRequirement Required
20411 src/com/gps/hibernate/Image.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
20412 src/com/gps/hibernate/Image.java 60 publicMethodCommentRequirement Required
20413 src/com/gps/hibernate/Image.java 64 publicMethodCommentRequirement Required
20414 src/com/gps/hibernate/Image.java 68 Parameter 'text' is not assigned and could be declared final
20415 src/com/gps/hibernate/Image.java 68 publicMethodCommentRequirement Required
20416 src/com/gps/hibernate/Image.java 72 publicMethodCommentRequirement Required
20417 src/com/gps/hibernate/Image.java 76 Parameter 'type' is not assigned and could be declared final
20418 src/com/gps/hibernate/Image.java 76 publicMethodCommentRequirement Required
20419 src/com/gps/hibernate/Image.java 80 publicMethodCommentRequirement Required
20420 src/com/gps/hibernate/Image.java 84 Parameter 'height' is not assigned and could be declared final
20421 src/com/gps/hibernate/Image.java 84 publicMethodCommentRequirement Required
20422 src/com/gps/hibernate/Image.java 88 publicMethodCommentRequirement Required
20423 src/com/gps/hibernate/Image.java 92 Parameter 'width' is not assigned and could be declared final
20424 src/com/gps/hibernate/Image.java 92 publicMethodCommentRequirement Required
20425 src/com/gps/hibernate/Image.java 96 publicMethodCommentRequirement Required
20426 src/com/gps/hibernate/Image.java 100 Parameter 'size' is not assigned and could be declared final
20427 src/com/gps/hibernate/Image.java 100 publicMethodCommentRequirement Required
20428 src/com/gps/hibernate/ImageDAO.java 3 Avoid unused imports such as 'java.util.Date'
20429 src/com/gps/hibernate/ImageDAO.java 11 Comment is too large: Too many lines
20430 src/com/gps/hibernate/ImageDAO.java 23 This class has too many methods, consider refactoring it.
20431 src/com/gps/hibernate/ImageDAO.java 24 Logger should be defined private static final and have the correct class
20432 src/com/gps/hibernate/ImageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20433 src/com/gps/hibernate/ImageDAO.java 24 fieldCommentRequirement Required
20434 src/com/gps/hibernate/ImageDAO.java 26 fieldCommentRequirement Required
20435 src/com/gps/hibernate/ImageDAO.java 27 fieldCommentRequirement Required
20436 src/com/gps/hibernate/ImageDAO.java 28 fieldCommentRequirement Required
20437 src/com/gps/hibernate/ImageDAO.java 29 fieldCommentRequirement Required
20438 src/com/gps/hibernate/ImageDAO.java 30 fieldCommentRequirement Required
20439 src/com/gps/hibernate/ImageDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
20440 src/com/gps/hibernate/ImageDAO.java 32 publicMethodCommentRequirement Required
20441 src/com/gps/hibernate/ImageDAO.java 33 There is log block not surrounded by if
20442 src/com/gps/hibernate/ImageDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20443 src/com/gps/hibernate/ImageDAO.java 35 Potential violation of Law of Demeter (method chain calls)
20444 src/com/gps/hibernate/ImageDAO.java 36 There is log block not surrounded by if
20445 src/com/gps/hibernate/ImageDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20446 src/com/gps/hibernate/ImageDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20447 src/com/gps/hibernate/ImageDAO.java 38 There is log block not surrounded by if
20448 src/com/gps/hibernate/ImageDAO.java 43 Avoid excessively long variable names like persistentInstance
20449 src/com/gps/hibernate/ImageDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
20450 src/com/gps/hibernate/ImageDAO.java 43 publicMethodCommentRequirement Required
20451 src/com/gps/hibernate/ImageDAO.java 44 There is log block not surrounded by if
20452 src/com/gps/hibernate/ImageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20453 src/com/gps/hibernate/ImageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
20454 src/com/gps/hibernate/ImageDAO.java 47 There is log block not surrounded by if
20455 src/com/gps/hibernate/ImageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20456 src/com/gps/hibernate/ImageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20457 src/com/gps/hibernate/ImageDAO.java 49 There is log block not surrounded by if
20458 src/com/gps/hibernate/ImageDAO.java 54 Avoid variables with short names like id
20459 src/com/gps/hibernate/ImageDAO.java 54 Parameter 'id' is not assigned and could be declared final
20460 src/com/gps/hibernate/ImageDAO.java 54 publicMethodCommentRequirement Required
20461 src/com/gps/hibernate/ImageDAO.java 55 There is log block not surrounded by if
20462 src/com/gps/hibernate/ImageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20463 src/com/gps/hibernate/ImageDAO.java 57 Local variable 'instance' could be declared final
20464 src/com/gps/hibernate/ImageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
20465 src/com/gps/hibernate/ImageDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20466 src/com/gps/hibernate/ImageDAO.java 61 There is log block not surrounded by if
20467 src/com/gps/hibernate/ImageDAO.java 66 Parameter 'instance' is not assigned and could be declared final
20468 src/com/gps/hibernate/ImageDAO.java 66 publicMethodCommentRequirement Required
20469 src/com/gps/hibernate/ImageDAO.java 67 There is log block not surrounded by if
20470 src/com/gps/hibernate/ImageDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20471 src/com/gps/hibernate/ImageDAO.java 69 Local variable 'results' could be declared final
20472 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20473 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20474 src/com/gps/hibernate/ImageDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20475 src/com/gps/hibernate/ImageDAO.java 72 There is log block not surrounded by if
20476 src/com/gps/hibernate/ImageDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20477 src/com/gps/hibernate/ImageDAO.java 73 Potential violation of Law of Demeter (object not created locally)
20478 src/com/gps/hibernate/ImageDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20479 src/com/gps/hibernate/ImageDAO.java 76 There is log block not surrounded by if
20480 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
20481 src/com/gps/hibernate/ImageDAO.java 81 Parameter 'value' is not assigned and could be declared final
20482 src/com/gps/hibernate/ImageDAO.java 81 publicMethodCommentRequirement Required
20483 src/com/gps/hibernate/ImageDAO.java 82 There is log block not surrounded by if
20484 src/com/gps/hibernate/ImageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20485 src/com/gps/hibernate/ImageDAO.java 85 Local variable 'queryString' could be declared final
20486 src/com/gps/hibernate/ImageDAO.java 87 Local variable 'queryObject' could be declared final
20487 src/com/gps/hibernate/ImageDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20488 src/com/gps/hibernate/ImageDAO.java 88 Potential violation of Law of Demeter (object not created locally)
20489 src/com/gps/hibernate/ImageDAO.java 89 Potential violation of Law of Demeter (object not created locally)
20490 src/com/gps/hibernate/ImageDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20491 src/com/gps/hibernate/ImageDAO.java 91 There is log block not surrounded by if
20492 src/com/gps/hibernate/ImageDAO.java 96 Parameter 'text' is not assigned and could be declared final
20493 src/com/gps/hibernate/ImageDAO.java 96 publicMethodCommentRequirement Required
20494 src/com/gps/hibernate/ImageDAO.java 100 Parameter 'type' is not assigned and could be declared final
20495 src/com/gps/hibernate/ImageDAO.java 100 publicMethodCommentRequirement Required
20496 src/com/gps/hibernate/ImageDAO.java 104 Parameter 'height' is not assigned and could be declared final
20497 src/com/gps/hibernate/ImageDAO.java 104 publicMethodCommentRequirement Required
20498 src/com/gps/hibernate/ImageDAO.java 108 Parameter 'width' is not assigned and could be declared final
20499 src/com/gps/hibernate/ImageDAO.java 108 publicMethodCommentRequirement Required
20500 src/com/gps/hibernate/ImageDAO.java 112 Parameter 'size' is not assigned and could be declared final
20501 src/com/gps/hibernate/ImageDAO.java 112 publicMethodCommentRequirement Required
20502 src/com/gps/hibernate/ImageDAO.java 116 publicMethodCommentRequirement Required
20503 src/com/gps/hibernate/ImageDAO.java 117 There is log block not surrounded by if
20504 src/com/gps/hibernate/ImageDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20505 src/com/gps/hibernate/ImageDAO.java 119 Local variable 'queryString' could be declared final
20506 src/com/gps/hibernate/ImageDAO.java 120 Local variable 'queryObject' could be declared final
20507 src/com/gps/hibernate/ImageDAO.java 120 Potential violation of Law of Demeter (method chain calls)
20508 src/com/gps/hibernate/ImageDAO.java 121 Potential violation of Law of Demeter (object not created locally)
20509 src/com/gps/hibernate/ImageDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20510 src/com/gps/hibernate/ImageDAO.java 123 There is log block not surrounded by if
20511 src/com/gps/hibernate/ImageDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
20512 src/com/gps/hibernate/ImageDAO.java 128 publicMethodCommentRequirement Required
20513 src/com/gps/hibernate/ImageDAO.java 129 There is log block not surrounded by if
20514 src/com/gps/hibernate/ImageDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20515 src/com/gps/hibernate/ImageDAO.java 131 Local variable 'result' could be declared final
20516 src/com/gps/hibernate/ImageDAO.java 131 Potential violation of Law of Demeter (method chain calls)
20517 src/com/gps/hibernate/ImageDAO.java 132 There is log block not surrounded by if
20518 src/com/gps/hibernate/ImageDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20519 src/com/gps/hibernate/ImageDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20520 src/com/gps/hibernate/ImageDAO.java 135 There is log block not surrounded by if
20521 src/com/gps/hibernate/ImageDAO.java 140 Parameter 'instance' is not assigned and could be declared final
20522 src/com/gps/hibernate/ImageDAO.java 140 publicMethodCommentRequirement Required
20523 src/com/gps/hibernate/ImageDAO.java 141 There is log block not surrounded by if
20524 src/com/gps/hibernate/ImageDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20525 src/com/gps/hibernate/ImageDAO.java 143 Potential violation of Law of Demeter (method chain calls)
20526 src/com/gps/hibernate/ImageDAO.java 144 There is log block not surrounded by if
20527 src/com/gps/hibernate/ImageDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20528 src/com/gps/hibernate/ImageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20529 src/com/gps/hibernate/ImageDAO.java 146 There is log block not surrounded by if
20530 src/com/gps/hibernate/ImageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
20531 src/com/gps/hibernate/ImageDAO.java 151 publicMethodCommentRequirement Required
20532 src/com/gps/hibernate/ImageDAO.java 152 There is log block not surrounded by if
20533 src/com/gps/hibernate/ImageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20534 src/com/gps/hibernate/ImageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
20535 src/com/gps/hibernate/ImageDAO.java 155 There is log block not surrounded by if
20536 src/com/gps/hibernate/ImageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20537 src/com/gps/hibernate/ImageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20538 src/com/gps/hibernate/ImageDAO.java 157 There is log block not surrounded by if
20539 src/com/gps/hibernate/Inbox.java 11 Classes implementing Serializable should set a serialVersionUID
20540 src/com/gps/hibernate/Inbox.java 15 fieldCommentRequirement Required
20541 src/com/gps/hibernate/Inbox.java 16 fieldCommentRequirement Required
20542 src/com/gps/hibernate/Inbox.java 17 fieldCommentRequirement Required
20543 src/com/gps/hibernate/Inbox.java 18 fieldCommentRequirement Required
20544 src/com/gps/hibernate/Inbox.java 19 fieldCommentRequirement Required
20545 src/com/gps/hibernate/Inbox.java 20 fieldCommentRequirement Required
20546 src/com/gps/hibernate/Inbox.java 21 fieldCommentRequirement Required
20547 src/com/gps/hibernate/Inbox.java 22 fieldCommentRequirement Required
20548 src/com/gps/hibernate/Inbox.java 27 Document empty constructor
20549 src/com/gps/hibernate/Inbox.java 31 Parameter 'isread' is not assigned and could be declared final
20550 src/com/gps/hibernate/Inbox.java 31 Parameter 'userDetails' is not assigned and could be declared final
20551 src/com/gps/hibernate/Inbox.java 37 Parameter 'isread' is not assigned and could be declared final
20552 src/com/gps/hibernate/Inbox.java 37 Parameter 'subject' is not assigned and could be declared final
20553 src/com/gps/hibernate/Inbox.java 37 Parameter 'userDetails' is not assigned and could be declared final
20554 src/com/gps/hibernate/Inbox.java 38 Parameter 'message' is not assigned and could be declared final
20555 src/com/gps/hibernate/Inbox.java 38 Parameter 'senderUserid' is not assigned and could be declared final
20556 src/com/gps/hibernate/Inbox.java 38 Parameter 'sendingDate' is not assigned and could be declared final
20557 src/com/gps/hibernate/Inbox.java 39 Parameter 'tripid' is not assigned and could be declared final
20558 src/com/gps/hibernate/Inbox.java 51 publicMethodCommentRequirement Required
20559 src/com/gps/hibernate/Inbox.java 55 Parameter 'messageId' is not assigned and could be declared final
20560 src/com/gps/hibernate/Inbox.java 55 publicMethodCommentRequirement Required
20561 src/com/gps/hibernate/Inbox.java 59 publicMethodCommentRequirement Required
20562 src/com/gps/hibernate/Inbox.java 63 Parameter 'userDetails' is not assigned and could be declared final
20563 src/com/gps/hibernate/Inbox.java 63 publicMethodCommentRequirement Required
20564 src/com/gps/hibernate/Inbox.java 67 publicMethodCommentRequirement Required
20565 src/com/gps/hibernate/Inbox.java 71 Parameter 'isread' is not assigned and could be declared final
20566 src/com/gps/hibernate/Inbox.java 71 publicMethodCommentRequirement Required
20567 src/com/gps/hibernate/Inbox.java 75 publicMethodCommentRequirement Required
20568 src/com/gps/hibernate/Inbox.java 79 Parameter 'subject' is not assigned and could be declared final
20569 src/com/gps/hibernate/Inbox.java 79 publicMethodCommentRequirement Required
20570 src/com/gps/hibernate/Inbox.java 83 publicMethodCommentRequirement Required
20571 src/com/gps/hibernate/Inbox.java 87 Parameter 'message' is not assigned and could be declared final
20572 src/com/gps/hibernate/Inbox.java 87 publicMethodCommentRequirement Required
20573 src/com/gps/hibernate/Inbox.java 91 publicMethodCommentRequirement Required
20574 src/com/gps/hibernate/Inbox.java 95 Parameter 'sendingDate' is not assigned and could be declared final
20575 src/com/gps/hibernate/Inbox.java 95 publicMethodCommentRequirement Required
20576 src/com/gps/hibernate/Inbox.java 99 publicMethodCommentRequirement Required
20577 src/com/gps/hibernate/Inbox.java 103 Parameter 'senderUserid' is not assigned and could be declared final
20578 src/com/gps/hibernate/Inbox.java 103 publicMethodCommentRequirement Required
20579 src/com/gps/hibernate/Inbox.java 107 publicMethodCommentRequirement Required
20580 src/com/gps/hibernate/Inbox.java 111 Parameter 'tripid' is not assigned and could be declared final
20581 src/com/gps/hibernate/Inbox.java 111 publicMethodCommentRequirement Required
20582 src/com/gps/hibernate/InboxDAO.java 3 Avoid unused imports such as 'java.util.Date'
20583 src/com/gps/hibernate/InboxDAO.java 11 Comment is too large: Too many lines
20584 src/com/gps/hibernate/InboxDAO.java 23 This class has too many methods, consider refactoring it.
20585 src/com/gps/hibernate/InboxDAO.java 24 Logger should be defined private static final and have the correct class
20586 src/com/gps/hibernate/InboxDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20587 src/com/gps/hibernate/InboxDAO.java 24 fieldCommentRequirement Required
20588 src/com/gps/hibernate/InboxDAO.java 26 fieldCommentRequirement Required
20589 src/com/gps/hibernate/InboxDAO.java 27 fieldCommentRequirement Required
20590 src/com/gps/hibernate/InboxDAO.java 28 fieldCommentRequirement Required
20591 src/com/gps/hibernate/InboxDAO.java 29 fieldCommentRequirement Required
20592 src/com/gps/hibernate/InboxDAO.java 30 fieldCommentRequirement Required
20593 src/com/gps/hibernate/InboxDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
20594 src/com/gps/hibernate/InboxDAO.java 32 publicMethodCommentRequirement Required
20595 src/com/gps/hibernate/InboxDAO.java 33 There is log block not surrounded by if
20596 src/com/gps/hibernate/InboxDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20597 src/com/gps/hibernate/InboxDAO.java 35 Potential violation of Law of Demeter (method chain calls)
20598 src/com/gps/hibernate/InboxDAO.java 36 There is log block not surrounded by if
20599 src/com/gps/hibernate/InboxDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20600 src/com/gps/hibernate/InboxDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20601 src/com/gps/hibernate/InboxDAO.java 38 There is log block not surrounded by if
20602 src/com/gps/hibernate/InboxDAO.java 43 Avoid excessively long variable names like persistentInstance
20603 src/com/gps/hibernate/InboxDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
20604 src/com/gps/hibernate/InboxDAO.java 43 publicMethodCommentRequirement Required
20605 src/com/gps/hibernate/InboxDAO.java 44 There is log block not surrounded by if
20606 src/com/gps/hibernate/InboxDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20607 src/com/gps/hibernate/InboxDAO.java 46 Potential violation of Law of Demeter (method chain calls)
20608 src/com/gps/hibernate/InboxDAO.java 47 There is log block not surrounded by if
20609 src/com/gps/hibernate/InboxDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20610 src/com/gps/hibernate/InboxDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20611 src/com/gps/hibernate/InboxDAO.java 49 There is log block not surrounded by if
20612 src/com/gps/hibernate/InboxDAO.java 54 Avoid variables with short names like id
20613 src/com/gps/hibernate/InboxDAO.java 54 Parameter 'id' is not assigned and could be declared final
20614 src/com/gps/hibernate/InboxDAO.java 54 publicMethodCommentRequirement Required
20615 src/com/gps/hibernate/InboxDAO.java 55 There is log block not surrounded by if
20616 src/com/gps/hibernate/InboxDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20617 src/com/gps/hibernate/InboxDAO.java 57 Local variable 'instance' could be declared final
20618 src/com/gps/hibernate/InboxDAO.java 57 Potential violation of Law of Demeter (method chain calls)
20619 src/com/gps/hibernate/InboxDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20620 src/com/gps/hibernate/InboxDAO.java 61 There is log block not surrounded by if
20621 src/com/gps/hibernate/InboxDAO.java 66 Parameter 'instance' is not assigned and could be declared final
20622 src/com/gps/hibernate/InboxDAO.java 66 publicMethodCommentRequirement Required
20623 src/com/gps/hibernate/InboxDAO.java 67 There is log block not surrounded by if
20624 src/com/gps/hibernate/InboxDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20625 src/com/gps/hibernate/InboxDAO.java 69 Local variable 'results' could be declared final
20626 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20627 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20628 src/com/gps/hibernate/InboxDAO.java 69 Potential violation of Law of Demeter (method chain calls)
20629 src/com/gps/hibernate/InboxDAO.java 72 There is log block not surrounded by if
20630 src/com/gps/hibernate/InboxDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20631 src/com/gps/hibernate/InboxDAO.java 73 Potential violation of Law of Demeter (object not created locally)
20632 src/com/gps/hibernate/InboxDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20633 src/com/gps/hibernate/InboxDAO.java 76 There is log block not surrounded by if
20634 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
20635 src/com/gps/hibernate/InboxDAO.java 81 Parameter 'value' is not assigned and could be declared final
20636 src/com/gps/hibernate/InboxDAO.java 81 publicMethodCommentRequirement Required
20637 src/com/gps/hibernate/InboxDAO.java 82 There is log block not surrounded by if
20638 src/com/gps/hibernate/InboxDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20639 src/com/gps/hibernate/InboxDAO.java 85 Local variable 'queryString' could be declared final
20640 src/com/gps/hibernate/InboxDAO.java 87 Local variable 'queryObject' could be declared final
20641 src/com/gps/hibernate/InboxDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20642 src/com/gps/hibernate/InboxDAO.java 88 Potential violation of Law of Demeter (object not created locally)
20643 src/com/gps/hibernate/InboxDAO.java 89 Potential violation of Law of Demeter (object not created locally)
20644 src/com/gps/hibernate/InboxDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20645 src/com/gps/hibernate/InboxDAO.java 91 There is log block not surrounded by if
20646 src/com/gps/hibernate/InboxDAO.java 96 Parameter 'isread' is not assigned and could be declared final
20647 src/com/gps/hibernate/InboxDAO.java 96 publicMethodCommentRequirement Required
20648 src/com/gps/hibernate/InboxDAO.java 100 Parameter 'subject' is not assigned and could be declared final
20649 src/com/gps/hibernate/InboxDAO.java 100 publicMethodCommentRequirement Required
20650 src/com/gps/hibernate/InboxDAO.java 104 Parameter 'message' is not assigned and could be declared final
20651 src/com/gps/hibernate/InboxDAO.java 104 publicMethodCommentRequirement Required
20652 src/com/gps/hibernate/InboxDAO.java 108 Parameter 'senderUserid' is not assigned and could be declared final
20653 src/com/gps/hibernate/InboxDAO.java 108 publicMethodCommentRequirement Required
20654 src/com/gps/hibernate/InboxDAO.java 112 Parameter 'tripid' is not assigned and could be declared final
20655 src/com/gps/hibernate/InboxDAO.java 112 publicMethodCommentRequirement Required
20656 src/com/gps/hibernate/InboxDAO.java 116 publicMethodCommentRequirement Required
20657 src/com/gps/hibernate/InboxDAO.java 117 There is log block not surrounded by if
20658 src/com/gps/hibernate/InboxDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20659 src/com/gps/hibernate/InboxDAO.java 119 Local variable 'queryString' could be declared final
20660 src/com/gps/hibernate/InboxDAO.java 120 Local variable 'queryObject' could be declared final
20661 src/com/gps/hibernate/InboxDAO.java 120 Potential violation of Law of Demeter (method chain calls)
20662 src/com/gps/hibernate/InboxDAO.java 121 Potential violation of Law of Demeter (object not created locally)
20663 src/com/gps/hibernate/InboxDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20664 src/com/gps/hibernate/InboxDAO.java 123 There is log block not surrounded by if
20665 src/com/gps/hibernate/InboxDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
20666 src/com/gps/hibernate/InboxDAO.java 128 publicMethodCommentRequirement Required
20667 src/com/gps/hibernate/InboxDAO.java 129 There is log block not surrounded by if
20668 src/com/gps/hibernate/InboxDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20669 src/com/gps/hibernate/InboxDAO.java 131 Local variable 'result' could be declared final
20670 src/com/gps/hibernate/InboxDAO.java 131 Potential violation of Law of Demeter (method chain calls)
20671 src/com/gps/hibernate/InboxDAO.java 132 There is log block not surrounded by if
20672 src/com/gps/hibernate/InboxDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20673 src/com/gps/hibernate/InboxDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20674 src/com/gps/hibernate/InboxDAO.java 135 There is log block not surrounded by if
20675 src/com/gps/hibernate/InboxDAO.java 140 Parameter 'instance' is not assigned and could be declared final
20676 src/com/gps/hibernate/InboxDAO.java 140 publicMethodCommentRequirement Required
20677 src/com/gps/hibernate/InboxDAO.java 141 There is log block not surrounded by if
20678 src/com/gps/hibernate/InboxDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20679 src/com/gps/hibernate/InboxDAO.java 143 Potential violation of Law of Demeter (method chain calls)
20680 src/com/gps/hibernate/InboxDAO.java 144 There is log block not surrounded by if
20681 src/com/gps/hibernate/InboxDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20682 src/com/gps/hibernate/InboxDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20683 src/com/gps/hibernate/InboxDAO.java 146 There is log block not surrounded by if
20684 src/com/gps/hibernate/InboxDAO.java 151 Parameter 'instance' is not assigned and could be declared final
20685 src/com/gps/hibernate/InboxDAO.java 151 publicMethodCommentRequirement Required
20686 src/com/gps/hibernate/InboxDAO.java 152 There is log block not surrounded by if
20687 src/com/gps/hibernate/InboxDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20688 src/com/gps/hibernate/InboxDAO.java 154 Potential violation of Law of Demeter (method chain calls)
20689 src/com/gps/hibernate/InboxDAO.java 155 There is log block not surrounded by if
20690 src/com/gps/hibernate/InboxDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20691 src/com/gps/hibernate/InboxDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20692 src/com/gps/hibernate/InboxDAO.java 157 There is log block not surrounded by if
20693 src/com/gps/hibernate/Journalarticle.java 1 This class has a bunch of public methods and attributes
20694 src/com/gps/hibernate/Journalarticle.java 11 Classes implementing Serializable should set a serialVersionUID
20695 src/com/gps/hibernate/Journalarticle.java 11 Too many fields
20696 src/com/gps/hibernate/Journalarticle.java 15 Avoid variables with short names like id
20697 src/com/gps/hibernate/Journalarticle.java 15 fieldCommentRequirement Required
20698 src/com/gps/hibernate/Journalarticle.java 16 fieldCommentRequirement Required
20699 src/com/gps/hibernate/Journalarticle.java 17 fieldCommentRequirement Required
20700 src/com/gps/hibernate/Journalarticle.java 18 fieldCommentRequirement Required
20701 src/com/gps/hibernate/Journalarticle.java 19 fieldCommentRequirement Required
20702 src/com/gps/hibernate/Journalarticle.java 20 fieldCommentRequirement Required
20703 src/com/gps/hibernate/Journalarticle.java 21 fieldCommentRequirement Required
20704 src/com/gps/hibernate/Journalarticle.java 22 fieldCommentRequirement Required
20705 src/com/gps/hibernate/Journalarticle.java 23 fieldCommentRequirement Required
20706 src/com/gps/hibernate/Journalarticle.java 24 fieldCommentRequirement Required
20707 src/com/gps/hibernate/Journalarticle.java 25 fieldCommentRequirement Required
20708 src/com/gps/hibernate/Journalarticle.java 26 fieldCommentRequirement Required
20709 src/com/gps/hibernate/Journalarticle.java 27 fieldCommentRequirement Required
20710 src/com/gps/hibernate/Journalarticle.java 28 fieldCommentRequirement Required
20711 src/com/gps/hibernate/Journalarticle.java 29 fieldCommentRequirement Required
20712 src/com/gps/hibernate/Journalarticle.java 30 fieldCommentRequirement Required
20713 src/com/gps/hibernate/Journalarticle.java 31 fieldCommentRequirement Required
20714 src/com/gps/hibernate/Journalarticle.java 32 fieldCommentRequirement Required
20715 src/com/gps/hibernate/Journalarticle.java 33 fieldCommentRequirement Required
20716 src/com/gps/hibernate/Journalarticle.java 34 fieldCommentRequirement Required
20717 src/com/gps/hibernate/Journalarticle.java 35 fieldCommentRequirement Required
20718 src/com/gps/hibernate/Journalarticle.java 36 Avoid excessively long variable names like approvedByUserName
20719 src/com/gps/hibernate/Journalarticle.java 36 fieldCommentRequirement Required
20720 src/com/gps/hibernate/Journalarticle.java 37 fieldCommentRequirement Required
20721 src/com/gps/hibernate/Journalarticle.java 38 fieldCommentRequirement Required
20722 src/com/gps/hibernate/Journalarticle.java 39 fieldCommentRequirement Required
20723 src/com/gps/hibernate/Journalarticle.java 40 fieldCommentRequirement Required
20724 src/com/gps/hibernate/Journalarticle.java 41 fieldCommentRequirement Required
20725 src/com/gps/hibernate/Journalarticle.java 42 fieldCommentRequirement Required
20726 src/com/gps/hibernate/Journalarticle.java 43 fieldCommentRequirement Required
20727 src/com/gps/hibernate/Journalarticle.java 44 fieldCommentRequirement Required
20728 src/com/gps/hibernate/Journalarticle.java 49 Document empty constructor
20729 src/com/gps/hibernate/Journalarticle.java 53 Avoid variables with short names like id
20730 src/com/gps/hibernate/Journalarticle.java 53 Parameter 'id' is not assigned and could be declared final
20731 src/com/gps/hibernate/Journalarticle.java 58 Avoid long parameter lists.
20732 src/com/gps/hibernate/Journalarticle.java 58 Avoid variables with short names like id
20733 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'id' is not assigned and could be declared final
20734 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'resourcePrimKey' is not assigned and could be declared final
20735 src/com/gps/hibernate/Journalarticle.java 58 Parameter 'uuid' is not assigned and could be declared final
20736 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'companyId' is not assigned and could be declared final
20737 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'groupId' is not assigned and could be declared final
20738 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userId' is not assigned and could be declared final
20739 src/com/gps/hibernate/Journalarticle.java 59 Parameter 'userName' is not assigned and could be declared final
20740 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'articleId' is not assigned and could be declared final
20741 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'createDate' is not assigned and could be declared final
20742 src/com/gps/hibernate/Journalarticle.java 60 Parameter 'modifiedDate' is not assigned and could be declared final
20743 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'description' is not assigned and could be declared final
20744 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'title' is not assigned and could be declared final
20745 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'urlTitle' is not assigned and could be declared final
20746 src/com/gps/hibernate/Journalarticle.java 61 Parameter 'version' is not assigned and could be declared final
20747 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'content' is not assigned and could be declared final
20748 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'structureId' is not assigned and could be declared final
20749 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'templateId' is not assigned and could be declared final
20750 src/com/gps/hibernate/Journalarticle.java 62 Parameter 'type' is not assigned and could be declared final
20751 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approved' is not assigned and could be declared final
20752 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'approvedByUserId' is not assigned and could be declared final
20753 src/com/gps/hibernate/Journalarticle.java 63 Parameter 'displayDate' is not assigned and could be declared final
20754 src/com/gps/hibernate/Journalarticle.java 64 Avoid excessively long variable names like approvedByUserName
20755 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedByUserName' is not assigned and could be declared final
20756 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'approvedDate' is not assigned and could be declared final
20757 src/com/gps/hibernate/Journalarticle.java 64 Parameter 'expired' is not assigned and could be declared final
20758 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'expirationDate' is not assigned and could be declared final
20759 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'indexable' is not assigned and could be declared final
20760 src/com/gps/hibernate/Journalarticle.java 65 Parameter 'reviewDate' is not assigned and could be declared final
20761 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImage' is not assigned and could be declared final
20762 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageId' is not assigned and could be declared final
20763 src/com/gps/hibernate/Journalarticle.java 66 Parameter 'smallImageUrl' is not assigned and could be declared final
20764 src/com/gps/hibernate/Journalarticle.java 101 publicMethodCommentRequirement Required
20765 src/com/gps/hibernate/Journalarticle.java 105 Avoid variables with short names like id
20766 src/com/gps/hibernate/Journalarticle.java 105 Parameter 'id' is not assigned and could be declared final
20767 src/com/gps/hibernate/Journalarticle.java 105 publicMethodCommentRequirement Required
20768 src/com/gps/hibernate/Journalarticle.java 109 publicMethodCommentRequirement Required
20769 src/com/gps/hibernate/Journalarticle.java 113 Parameter 'uuid' is not assigned and could be declared final
20770 src/com/gps/hibernate/Journalarticle.java 113 publicMethodCommentRequirement Required
20771 src/com/gps/hibernate/Journalarticle.java 117 publicMethodCommentRequirement Required
20772 src/com/gps/hibernate/Journalarticle.java 121 Parameter 'resourcePrimKey' is not assigned and could be declared final
20773 src/com/gps/hibernate/Journalarticle.java 121 publicMethodCommentRequirement Required
20774 src/com/gps/hibernate/Journalarticle.java 125 publicMethodCommentRequirement Required
20775 src/com/gps/hibernate/Journalarticle.java 129 Parameter 'groupId' is not assigned and could be declared final
20776 src/com/gps/hibernate/Journalarticle.java 129 publicMethodCommentRequirement Required
20777 src/com/gps/hibernate/Journalarticle.java 133 publicMethodCommentRequirement Required
20778 src/com/gps/hibernate/Journalarticle.java 137 Parameter 'companyId' is not assigned and could be declared final
20779 src/com/gps/hibernate/Journalarticle.java 137 publicMethodCommentRequirement Required
20780 src/com/gps/hibernate/Journalarticle.java 141 publicMethodCommentRequirement Required
20781 src/com/gps/hibernate/Journalarticle.java 145 Parameter 'userId' is not assigned and could be declared final
20782 src/com/gps/hibernate/Journalarticle.java 145 publicMethodCommentRequirement Required
20783 src/com/gps/hibernate/Journalarticle.java 149 publicMethodCommentRequirement Required
20784 src/com/gps/hibernate/Journalarticle.java 153 Parameter 'userName' is not assigned and could be declared final
20785 src/com/gps/hibernate/Journalarticle.java 153 publicMethodCommentRequirement Required
20786 src/com/gps/hibernate/Journalarticle.java 157 publicMethodCommentRequirement Required
20787 src/com/gps/hibernate/Journalarticle.java 161 Parameter 'createDate' is not assigned and could be declared final
20788 src/com/gps/hibernate/Journalarticle.java 161 publicMethodCommentRequirement Required
20789 src/com/gps/hibernate/Journalarticle.java 165 publicMethodCommentRequirement Required
20790 src/com/gps/hibernate/Journalarticle.java 169 Parameter 'modifiedDate' is not assigned and could be declared final
20791 src/com/gps/hibernate/Journalarticle.java 169 publicMethodCommentRequirement Required
20792 src/com/gps/hibernate/Journalarticle.java 173 publicMethodCommentRequirement Required
20793 src/com/gps/hibernate/Journalarticle.java 177 Parameter 'articleId' is not assigned and could be declared final
20794 src/com/gps/hibernate/Journalarticle.java 177 publicMethodCommentRequirement Required
20795 src/com/gps/hibernate/Journalarticle.java 181 publicMethodCommentRequirement Required
20796 src/com/gps/hibernate/Journalarticle.java 185 Parameter 'version' is not assigned and could be declared final
20797 src/com/gps/hibernate/Journalarticle.java 185 publicMethodCommentRequirement Required
20798 src/com/gps/hibernate/Journalarticle.java 189 publicMethodCommentRequirement Required
20799 src/com/gps/hibernate/Journalarticle.java 193 Parameter 'title' is not assigned and could be declared final
20800 src/com/gps/hibernate/Journalarticle.java 193 publicMethodCommentRequirement Required
20801 src/com/gps/hibernate/Journalarticle.java 197 publicMethodCommentRequirement Required
20802 src/com/gps/hibernate/Journalarticle.java 201 Parameter 'urlTitle' is not assigned and could be declared final
20803 src/com/gps/hibernate/Journalarticle.java 201 publicMethodCommentRequirement Required
20804 src/com/gps/hibernate/Journalarticle.java 205 publicMethodCommentRequirement Required
20805 src/com/gps/hibernate/Journalarticle.java 209 Parameter 'description' is not assigned and could be declared final
20806 src/com/gps/hibernate/Journalarticle.java 209 publicMethodCommentRequirement Required
20807 src/com/gps/hibernate/Journalarticle.java 213 publicMethodCommentRequirement Required
20808 src/com/gps/hibernate/Journalarticle.java 217 Parameter 'content' is not assigned and could be declared final
20809 src/com/gps/hibernate/Journalarticle.java 217 publicMethodCommentRequirement Required
20810 src/com/gps/hibernate/Journalarticle.java 221 publicMethodCommentRequirement Required
20811 src/com/gps/hibernate/Journalarticle.java 225 Parameter 'type' is not assigned and could be declared final
20812 src/com/gps/hibernate/Journalarticle.java 225 publicMethodCommentRequirement Required
20813 src/com/gps/hibernate/Journalarticle.java 229 publicMethodCommentRequirement Required
20814 src/com/gps/hibernate/Journalarticle.java 233 Parameter 'structureId' is not assigned and could be declared final
20815 src/com/gps/hibernate/Journalarticle.java 233 publicMethodCommentRequirement Required
20816 src/com/gps/hibernate/Journalarticle.java 237 publicMethodCommentRequirement Required
20817 src/com/gps/hibernate/Journalarticle.java 241 Parameter 'templateId' is not assigned and could be declared final
20818 src/com/gps/hibernate/Journalarticle.java 241 publicMethodCommentRequirement Required
20819 src/com/gps/hibernate/Journalarticle.java 245 publicMethodCommentRequirement Required
20820 src/com/gps/hibernate/Journalarticle.java 249 Parameter 'displayDate' is not assigned and could be declared final
20821 src/com/gps/hibernate/Journalarticle.java 249 publicMethodCommentRequirement Required
20822 src/com/gps/hibernate/Journalarticle.java 253 publicMethodCommentRequirement Required
20823 src/com/gps/hibernate/Journalarticle.java 257 Parameter 'approved' is not assigned and could be declared final
20824 src/com/gps/hibernate/Journalarticle.java 257 publicMethodCommentRequirement Required
20825 src/com/gps/hibernate/Journalarticle.java 261 publicMethodCommentRequirement Required
20826 src/com/gps/hibernate/Journalarticle.java 265 Parameter 'approvedByUserId' is not assigned and could be declared final
20827 src/com/gps/hibernate/Journalarticle.java 265 publicMethodCommentRequirement Required
20828 src/com/gps/hibernate/Journalarticle.java 269 publicMethodCommentRequirement Required
20829 src/com/gps/hibernate/Journalarticle.java 273 Avoid excessively long variable names like approvedByUserName
20830 src/com/gps/hibernate/Journalarticle.java 273 Parameter 'approvedByUserName' is not assigned and could be declared final
20831 src/com/gps/hibernate/Journalarticle.java 273 publicMethodCommentRequirement Required
20832 src/com/gps/hibernate/Journalarticle.java 277 publicMethodCommentRequirement Required
20833 src/com/gps/hibernate/Journalarticle.java 281 Parameter 'approvedDate' is not assigned and could be declared final
20834 src/com/gps/hibernate/Journalarticle.java 281 publicMethodCommentRequirement Required
20835 src/com/gps/hibernate/Journalarticle.java 285 publicMethodCommentRequirement Required
20836 src/com/gps/hibernate/Journalarticle.java 289 Parameter 'expired' is not assigned and could be declared final
20837 src/com/gps/hibernate/Journalarticle.java 289 publicMethodCommentRequirement Required
20838 src/com/gps/hibernate/Journalarticle.java 293 publicMethodCommentRequirement Required
20839 src/com/gps/hibernate/Journalarticle.java 297 Parameter 'expirationDate' is not assigned and could be declared final
20840 src/com/gps/hibernate/Journalarticle.java 297 publicMethodCommentRequirement Required
20841 src/com/gps/hibernate/Journalarticle.java 301 publicMethodCommentRequirement Required
20842 src/com/gps/hibernate/Journalarticle.java 305 Parameter 'reviewDate' is not assigned and could be declared final
20843 src/com/gps/hibernate/Journalarticle.java 305 publicMethodCommentRequirement Required
20844 src/com/gps/hibernate/Journalarticle.java 309 publicMethodCommentRequirement Required
20845 src/com/gps/hibernate/Journalarticle.java 313 Parameter 'indexable' is not assigned and could be declared final
20846 src/com/gps/hibernate/Journalarticle.java 313 publicMethodCommentRequirement Required
20847 src/com/gps/hibernate/Journalarticle.java 317 publicMethodCommentRequirement Required
20848 src/com/gps/hibernate/Journalarticle.java 321 Parameter 'smallImage' is not assigned and could be declared final
20849 src/com/gps/hibernate/Journalarticle.java 321 publicMethodCommentRequirement Required
20850 src/com/gps/hibernate/Journalarticle.java 325 publicMethodCommentRequirement Required
20851 src/com/gps/hibernate/Journalarticle.java 329 Parameter 'smallImageId' is not assigned and could be declared final
20852 src/com/gps/hibernate/Journalarticle.java 329 publicMethodCommentRequirement Required
20853 src/com/gps/hibernate/Journalarticle.java 333 publicMethodCommentRequirement Required
20854 src/com/gps/hibernate/Journalarticle.java 337 Parameter 'smallImageUrl' is not assigned and could be declared final
20855 src/com/gps/hibernate/Journalarticle.java 337 publicMethodCommentRequirement Required
20856 src/com/gps/hibernate/JournalarticleDAO.java 3 Avoid unused imports such as 'java.util.Date'
20857 src/com/gps/hibernate/JournalarticleDAO.java 11 Comment is too large: Too many lines
20858 src/com/gps/hibernate/JournalarticleDAO.java 23 This class has too many methods, consider refactoring it.
20859 src/com/gps/hibernate/JournalarticleDAO.java 24 Logger should be defined private static final and have the correct class
20860 src/com/gps/hibernate/JournalarticleDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
20861 src/com/gps/hibernate/JournalarticleDAO.java 24 fieldCommentRequirement Required
20862 src/com/gps/hibernate/JournalarticleDAO.java 26 fieldCommentRequirement Required
20863 src/com/gps/hibernate/JournalarticleDAO.java 27 fieldCommentRequirement Required
20864 src/com/gps/hibernate/JournalarticleDAO.java 28 fieldCommentRequirement Required
20865 src/com/gps/hibernate/JournalarticleDAO.java 29 fieldCommentRequirement Required
20866 src/com/gps/hibernate/JournalarticleDAO.java 30 fieldCommentRequirement Required
20867 src/com/gps/hibernate/JournalarticleDAO.java 31 fieldCommentRequirement Required
20868 src/com/gps/hibernate/JournalarticleDAO.java 32 fieldCommentRequirement Required
20869 src/com/gps/hibernate/JournalarticleDAO.java 33 fieldCommentRequirement Required
20870 src/com/gps/hibernate/JournalarticleDAO.java 34 fieldCommentRequirement Required
20871 src/com/gps/hibernate/JournalarticleDAO.java 35 fieldCommentRequirement Required
20872 src/com/gps/hibernate/JournalarticleDAO.java 36 fieldCommentRequirement Required
20873 src/com/gps/hibernate/JournalarticleDAO.java 37 fieldCommentRequirement Required
20874 src/com/gps/hibernate/JournalarticleDAO.java 38 fieldCommentRequirement Required
20875 src/com/gps/hibernate/JournalarticleDAO.java 39 fieldCommentRequirement Required
20876 src/com/gps/hibernate/JournalarticleDAO.java 40 fieldCommentRequirement Required
20877 src/com/gps/hibernate/JournalarticleDAO.java 41 fieldCommentRequirement Required
20878 src/com/gps/hibernate/JournalarticleDAO.java 42 Avoid excessively long variable names like APPROVED_BY_USER_ID
20879 src/com/gps/hibernate/JournalarticleDAO.java 42 fieldCommentRequirement Required
20880 src/com/gps/hibernate/JournalarticleDAO.java 43 Avoid excessively long variable names like APPROVED_BY_USER_NAME
20881 src/com/gps/hibernate/JournalarticleDAO.java 43 fieldCommentRequirement Required
20882 src/com/gps/hibernate/JournalarticleDAO.java 44 fieldCommentRequirement Required
20883 src/com/gps/hibernate/JournalarticleDAO.java 45 fieldCommentRequirement Required
20884 src/com/gps/hibernate/JournalarticleDAO.java 46 fieldCommentRequirement Required
20885 src/com/gps/hibernate/JournalarticleDAO.java 47 fieldCommentRequirement Required
20886 src/com/gps/hibernate/JournalarticleDAO.java 48 fieldCommentRequirement Required
20887 src/com/gps/hibernate/JournalarticleDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
20888 src/com/gps/hibernate/JournalarticleDAO.java 50 publicMethodCommentRequirement Required
20889 src/com/gps/hibernate/JournalarticleDAO.java 51 There is log block not surrounded by if
20890 src/com/gps/hibernate/JournalarticleDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20891 src/com/gps/hibernate/JournalarticleDAO.java 53 Potential violation of Law of Demeter (method chain calls)
20892 src/com/gps/hibernate/JournalarticleDAO.java 54 There is log block not surrounded by if
20893 src/com/gps/hibernate/JournalarticleDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20894 src/com/gps/hibernate/JournalarticleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20895 src/com/gps/hibernate/JournalarticleDAO.java 56 There is log block not surrounded by if
20896 src/com/gps/hibernate/JournalarticleDAO.java 61 Avoid excessively long variable names like persistentInstance
20897 src/com/gps/hibernate/JournalarticleDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
20898 src/com/gps/hibernate/JournalarticleDAO.java 61 publicMethodCommentRequirement Required
20899 src/com/gps/hibernate/JournalarticleDAO.java 62 There is log block not surrounded by if
20900 src/com/gps/hibernate/JournalarticleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20901 src/com/gps/hibernate/JournalarticleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
20902 src/com/gps/hibernate/JournalarticleDAO.java 65 There is log block not surrounded by if
20903 src/com/gps/hibernate/JournalarticleDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20904 src/com/gps/hibernate/JournalarticleDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20905 src/com/gps/hibernate/JournalarticleDAO.java 67 There is log block not surrounded by if
20906 src/com/gps/hibernate/JournalarticleDAO.java 72 Avoid variables with short names like id
20907 src/com/gps/hibernate/JournalarticleDAO.java 72 Parameter 'id' is not assigned and could be declared final
20908 src/com/gps/hibernate/JournalarticleDAO.java 72 publicMethodCommentRequirement Required
20909 src/com/gps/hibernate/JournalarticleDAO.java 73 There is log block not surrounded by if
20910 src/com/gps/hibernate/JournalarticleDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20911 src/com/gps/hibernate/JournalarticleDAO.java 75 Local variable 'instance' could be declared final
20912 src/com/gps/hibernate/JournalarticleDAO.java 75 Potential violation of Law of Demeter (method chain calls)
20913 src/com/gps/hibernate/JournalarticleDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20914 src/com/gps/hibernate/JournalarticleDAO.java 79 There is log block not surrounded by if
20915 src/com/gps/hibernate/JournalarticleDAO.java 84 Parameter 'instance' is not assigned and could be declared final
20916 src/com/gps/hibernate/JournalarticleDAO.java 84 publicMethodCommentRequirement Required
20917 src/com/gps/hibernate/JournalarticleDAO.java 85 There is log block not surrounded by if
20918 src/com/gps/hibernate/JournalarticleDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20919 src/com/gps/hibernate/JournalarticleDAO.java 87 Local variable 'results' could be declared final
20920 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20921 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20922 src/com/gps/hibernate/JournalarticleDAO.java 87 Potential violation of Law of Demeter (method chain calls)
20923 src/com/gps/hibernate/JournalarticleDAO.java 90 There is log block not surrounded by if
20924 src/com/gps/hibernate/JournalarticleDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20925 src/com/gps/hibernate/JournalarticleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
20926 src/com/gps/hibernate/JournalarticleDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20927 src/com/gps/hibernate/JournalarticleDAO.java 94 There is log block not surrounded by if
20928 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
20929 src/com/gps/hibernate/JournalarticleDAO.java 99 Parameter 'value' is not assigned and could be declared final
20930 src/com/gps/hibernate/JournalarticleDAO.java 99 publicMethodCommentRequirement Required
20931 src/com/gps/hibernate/JournalarticleDAO.java 100 There is log block not surrounded by if
20932 src/com/gps/hibernate/JournalarticleDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20933 src/com/gps/hibernate/JournalarticleDAO.java 103 Local variable 'queryString' could be declared final
20934 src/com/gps/hibernate/JournalarticleDAO.java 105 Local variable 'queryObject' could be declared final
20935 src/com/gps/hibernate/JournalarticleDAO.java 105 Potential violation of Law of Demeter (method chain calls)
20936 src/com/gps/hibernate/JournalarticleDAO.java 106 Potential violation of Law of Demeter (object not created locally)
20937 src/com/gps/hibernate/JournalarticleDAO.java 107 Potential violation of Law of Demeter (object not created locally)
20938 src/com/gps/hibernate/JournalarticleDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20939 src/com/gps/hibernate/JournalarticleDAO.java 109 There is log block not surrounded by if
20940 src/com/gps/hibernate/JournalarticleDAO.java 114 Parameter 'uuid' is not assigned and could be declared final
20941 src/com/gps/hibernate/JournalarticleDAO.java 114 publicMethodCommentRequirement Required
20942 src/com/gps/hibernate/JournalarticleDAO.java 118 Parameter 'resourcePrimKey' is not assigned and could be declared final
20943 src/com/gps/hibernate/JournalarticleDAO.java 118 publicMethodCommentRequirement Required
20944 src/com/gps/hibernate/JournalarticleDAO.java 122 Parameter 'groupId' is not assigned and could be declared final
20945 src/com/gps/hibernate/JournalarticleDAO.java 122 publicMethodCommentRequirement Required
20946 src/com/gps/hibernate/JournalarticleDAO.java 126 Parameter 'companyId' is not assigned and could be declared final
20947 src/com/gps/hibernate/JournalarticleDAO.java 126 publicMethodCommentRequirement Required
20948 src/com/gps/hibernate/JournalarticleDAO.java 130 Parameter 'userId' is not assigned and could be declared final
20949 src/com/gps/hibernate/JournalarticleDAO.java 130 publicMethodCommentRequirement Required
20950 src/com/gps/hibernate/JournalarticleDAO.java 134 Parameter 'userName' is not assigned and could be declared final
20951 src/com/gps/hibernate/JournalarticleDAO.java 134 publicMethodCommentRequirement Required
20952 src/com/gps/hibernate/JournalarticleDAO.java 138 Parameter 'articleId' is not assigned and could be declared final
20953 src/com/gps/hibernate/JournalarticleDAO.java 138 publicMethodCommentRequirement Required
20954 src/com/gps/hibernate/JournalarticleDAO.java 142 Parameter 'version' is not assigned and could be declared final
20955 src/com/gps/hibernate/JournalarticleDAO.java 142 publicMethodCommentRequirement Required
20956 src/com/gps/hibernate/JournalarticleDAO.java 146 Parameter 'title' is not assigned and could be declared final
20957 src/com/gps/hibernate/JournalarticleDAO.java 146 publicMethodCommentRequirement Required
20958 src/com/gps/hibernate/JournalarticleDAO.java 150 Parameter 'urlTitle' is not assigned and could be declared final
20959 src/com/gps/hibernate/JournalarticleDAO.java 150 publicMethodCommentRequirement Required
20960 src/com/gps/hibernate/JournalarticleDAO.java 154 Parameter 'description' is not assigned and could be declared final
20961 src/com/gps/hibernate/JournalarticleDAO.java 154 publicMethodCommentRequirement Required
20962 src/com/gps/hibernate/JournalarticleDAO.java 158 Parameter 'content' is not assigned and could be declared final
20963 src/com/gps/hibernate/JournalarticleDAO.java 158 publicMethodCommentRequirement Required
20964 src/com/gps/hibernate/JournalarticleDAO.java 162 Parameter 'type' is not assigned and could be declared final
20965 src/com/gps/hibernate/JournalarticleDAO.java 162 publicMethodCommentRequirement Required
20966 src/com/gps/hibernate/JournalarticleDAO.java 166 Parameter 'structureId' is not assigned and could be declared final
20967 src/com/gps/hibernate/JournalarticleDAO.java 166 publicMethodCommentRequirement Required
20968 src/com/gps/hibernate/JournalarticleDAO.java 170 Parameter 'templateId' is not assigned and could be declared final
20969 src/com/gps/hibernate/JournalarticleDAO.java 170 publicMethodCommentRequirement Required
20970 src/com/gps/hibernate/JournalarticleDAO.java 174 Parameter 'approved' is not assigned and could be declared final
20971 src/com/gps/hibernate/JournalarticleDAO.java 174 publicMethodCommentRequirement Required
20972 src/com/gps/hibernate/JournalarticleDAO.java 178 Parameter 'approvedByUserId' is not assigned and could be declared final
20973 src/com/gps/hibernate/JournalarticleDAO.java 178 publicMethodCommentRequirement Required
20974 src/com/gps/hibernate/JournalarticleDAO.java 182 Avoid excessively long variable names like approvedByUserName
20975 src/com/gps/hibernate/JournalarticleDAO.java 182 Parameter 'approvedByUserName' is not assigned and could be declared final
20976 src/com/gps/hibernate/JournalarticleDAO.java 182 publicMethodCommentRequirement Required
20977 src/com/gps/hibernate/JournalarticleDAO.java 186 Parameter 'expired' is not assigned and could be declared final
20978 src/com/gps/hibernate/JournalarticleDAO.java 186 publicMethodCommentRequirement Required
20979 src/com/gps/hibernate/JournalarticleDAO.java 190 Parameter 'indexable' is not assigned and could be declared final
20980 src/com/gps/hibernate/JournalarticleDAO.java 190 publicMethodCommentRequirement Required
20981 src/com/gps/hibernate/JournalarticleDAO.java 194 Parameter 'smallImage' is not assigned and could be declared final
20982 src/com/gps/hibernate/JournalarticleDAO.java 194 publicMethodCommentRequirement Required
20983 src/com/gps/hibernate/JournalarticleDAO.java 198 Parameter 'smallImageId' is not assigned and could be declared final
20984 src/com/gps/hibernate/JournalarticleDAO.java 198 publicMethodCommentRequirement Required
20985 src/com/gps/hibernate/JournalarticleDAO.java 202 Parameter 'smallImageUrl' is not assigned and could be declared final
20986 src/com/gps/hibernate/JournalarticleDAO.java 202 publicMethodCommentRequirement Required
20987 src/com/gps/hibernate/JournalarticleDAO.java 206 publicMethodCommentRequirement Required
20988 src/com/gps/hibernate/JournalarticleDAO.java 207 There is log block not surrounded by if
20989 src/com/gps/hibernate/JournalarticleDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
20990 src/com/gps/hibernate/JournalarticleDAO.java 209 Local variable 'queryString' could be declared final
20991 src/com/gps/hibernate/JournalarticleDAO.java 210 Local variable 'queryObject' could be declared final
20992 src/com/gps/hibernate/JournalarticleDAO.java 210 Potential violation of Law of Demeter (method chain calls)
20993 src/com/gps/hibernate/JournalarticleDAO.java 211 Potential violation of Law of Demeter (object not created locally)
20994 src/com/gps/hibernate/JournalarticleDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
20995 src/com/gps/hibernate/JournalarticleDAO.java 213 There is log block not surrounded by if
20996 src/com/gps/hibernate/JournalarticleDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
20997 src/com/gps/hibernate/JournalarticleDAO.java 218 publicMethodCommentRequirement Required
20998 src/com/gps/hibernate/JournalarticleDAO.java 219 There is log block not surrounded by if
20999 src/com/gps/hibernate/JournalarticleDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21000 src/com/gps/hibernate/JournalarticleDAO.java 221 Local variable 'result' could be declared final
21001 src/com/gps/hibernate/JournalarticleDAO.java 221 Potential violation of Law of Demeter (method chain calls)
21002 src/com/gps/hibernate/JournalarticleDAO.java 223 There is log block not surrounded by if
21003 src/com/gps/hibernate/JournalarticleDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21004 src/com/gps/hibernate/JournalarticleDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21005 src/com/gps/hibernate/JournalarticleDAO.java 226 There is log block not surrounded by if
21006 src/com/gps/hibernate/JournalarticleDAO.java 231 Parameter 'instance' is not assigned and could be declared final
21007 src/com/gps/hibernate/JournalarticleDAO.java 231 publicMethodCommentRequirement Required
21008 src/com/gps/hibernate/JournalarticleDAO.java 232 There is log block not surrounded by if
21009 src/com/gps/hibernate/JournalarticleDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21010 src/com/gps/hibernate/JournalarticleDAO.java 234 Potential violation of Law of Demeter (method chain calls)
21011 src/com/gps/hibernate/JournalarticleDAO.java 235 There is log block not surrounded by if
21012 src/com/gps/hibernate/JournalarticleDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21013 src/com/gps/hibernate/JournalarticleDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21014 src/com/gps/hibernate/JournalarticleDAO.java 237 There is log block not surrounded by if
21015 src/com/gps/hibernate/JournalarticleDAO.java 242 Parameter 'instance' is not assigned and could be declared final
21016 src/com/gps/hibernate/JournalarticleDAO.java 242 publicMethodCommentRequirement Required
21017 src/com/gps/hibernate/JournalarticleDAO.java 243 There is log block not surrounded by if
21018 src/com/gps/hibernate/JournalarticleDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21019 src/com/gps/hibernate/JournalarticleDAO.java 245 Potential violation of Law of Demeter (method chain calls)
21020 src/com/gps/hibernate/JournalarticleDAO.java 246 There is log block not surrounded by if
21021 src/com/gps/hibernate/JournalarticleDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21022 src/com/gps/hibernate/JournalarticleDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21023 src/com/gps/hibernate/JournalarticleDAO.java 248 There is log block not surrounded by if
21024 src/com/gps/hibernate/Journalarticleimage.java 9 Classes implementing Serializable should set a serialVersionUID
21025 src/com/gps/hibernate/Journalarticleimage.java 13 fieldCommentRequirement Required
21026 src/com/gps/hibernate/Journalarticleimage.java 14 fieldCommentRequirement Required
21027 src/com/gps/hibernate/Journalarticleimage.java 15 fieldCommentRequirement Required
21028 src/com/gps/hibernate/Journalarticleimage.java 16 fieldCommentRequirement Required
21029 src/com/gps/hibernate/Journalarticleimage.java 17 fieldCommentRequirement Required
21030 src/com/gps/hibernate/Journalarticleimage.java 18 fieldCommentRequirement Required
21031 src/com/gps/hibernate/Journalarticleimage.java 19 fieldCommentRequirement Required
21032 src/com/gps/hibernate/Journalarticleimage.java 20 fieldCommentRequirement Required
21033 src/com/gps/hibernate/Journalarticleimage.java 25 Document empty constructor
21034 src/com/gps/hibernate/Journalarticleimage.java 29 Parameter 'articleImageId' is not assigned and could be declared final
21035 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'articleImageId' is not assigned and could be declared final
21036 src/com/gps/hibernate/Journalarticleimage.java 34 Parameter 'groupId' is not assigned and could be declared final
21037 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'articleId' is not assigned and could be declared final
21038 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'elInstanceId' is not assigned and could be declared final
21039 src/com/gps/hibernate/Journalarticleimage.java 35 Parameter 'version' is not assigned and could be declared final
21040 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'elName' is not assigned and could be declared final
21041 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'languageId' is not assigned and could be declared final
21042 src/com/gps/hibernate/Journalarticleimage.java 36 Parameter 'tempImage' is not assigned and could be declared final
21043 src/com/gps/hibernate/Journalarticleimage.java 49 publicMethodCommentRequirement Required
21044 src/com/gps/hibernate/Journalarticleimage.java 53 Parameter 'articleImageId' is not assigned and could be declared final
21045 src/com/gps/hibernate/Journalarticleimage.java 53 publicMethodCommentRequirement Required
21046 src/com/gps/hibernate/Journalarticleimage.java 57 publicMethodCommentRequirement Required
21047 src/com/gps/hibernate/Journalarticleimage.java 61 Parameter 'groupId' is not assigned and could be declared final
21048 src/com/gps/hibernate/Journalarticleimage.java 61 publicMethodCommentRequirement Required
21049 src/com/gps/hibernate/Journalarticleimage.java 65 publicMethodCommentRequirement Required
21050 src/com/gps/hibernate/Journalarticleimage.java 69 Parameter 'articleId' is not assigned and could be declared final
21051 src/com/gps/hibernate/Journalarticleimage.java 69 publicMethodCommentRequirement Required
21052 src/com/gps/hibernate/Journalarticleimage.java 73 publicMethodCommentRequirement Required
21053 src/com/gps/hibernate/Journalarticleimage.java 77 Parameter 'version' is not assigned and could be declared final
21054 src/com/gps/hibernate/Journalarticleimage.java 77 publicMethodCommentRequirement Required
21055 src/com/gps/hibernate/Journalarticleimage.java 81 publicMethodCommentRequirement Required
21056 src/com/gps/hibernate/Journalarticleimage.java 85 Parameter 'elInstanceId' is not assigned and could be declared final
21057 src/com/gps/hibernate/Journalarticleimage.java 85 publicMethodCommentRequirement Required
21058 src/com/gps/hibernate/Journalarticleimage.java 89 publicMethodCommentRequirement Required
21059 src/com/gps/hibernate/Journalarticleimage.java 93 Parameter 'elName' is not assigned and could be declared final
21060 src/com/gps/hibernate/Journalarticleimage.java 93 publicMethodCommentRequirement Required
21061 src/com/gps/hibernate/Journalarticleimage.java 97 publicMethodCommentRequirement Required
21062 src/com/gps/hibernate/Journalarticleimage.java 101 Parameter 'languageId' is not assigned and could be declared final
21063 src/com/gps/hibernate/Journalarticleimage.java 101 publicMethodCommentRequirement Required
21064 src/com/gps/hibernate/Journalarticleimage.java 105 publicMethodCommentRequirement Required
21065 src/com/gps/hibernate/Journalarticleimage.java 109 Parameter 'tempImage' is not assigned and could be declared final
21066 src/com/gps/hibernate/Journalarticleimage.java 109 publicMethodCommentRequirement Required
21067 src/com/gps/hibernate/JournalarticleimageDAO.java 10 Comment is too large: Too many lines
21068 src/com/gps/hibernate/JournalarticleimageDAO.java 22 This class has too many methods, consider refactoring it.
21069 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Logger should be defined private static final and have the correct class
21070 src/com/gps/hibernate/JournalarticleimageDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21071 src/com/gps/hibernate/JournalarticleimageDAO.java 23 fieldCommentRequirement Required
21072 src/com/gps/hibernate/JournalarticleimageDAO.java 26 fieldCommentRequirement Required
21073 src/com/gps/hibernate/JournalarticleimageDAO.java 27 fieldCommentRequirement Required
21074 src/com/gps/hibernate/JournalarticleimageDAO.java 28 fieldCommentRequirement Required
21075 src/com/gps/hibernate/JournalarticleimageDAO.java 29 fieldCommentRequirement Required
21076 src/com/gps/hibernate/JournalarticleimageDAO.java 30 fieldCommentRequirement Required
21077 src/com/gps/hibernate/JournalarticleimageDAO.java 31 fieldCommentRequirement Required
21078 src/com/gps/hibernate/JournalarticleimageDAO.java 32 fieldCommentRequirement Required
21079 src/com/gps/hibernate/JournalarticleimageDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
21080 src/com/gps/hibernate/JournalarticleimageDAO.java 34 publicMethodCommentRequirement Required
21081 src/com/gps/hibernate/JournalarticleimageDAO.java 35 There is log block not surrounded by if
21082 src/com/gps/hibernate/JournalarticleimageDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21083 src/com/gps/hibernate/JournalarticleimageDAO.java 37 Potential violation of Law of Demeter (method chain calls)
21084 src/com/gps/hibernate/JournalarticleimageDAO.java 38 There is log block not surrounded by if
21085 src/com/gps/hibernate/JournalarticleimageDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21086 src/com/gps/hibernate/JournalarticleimageDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21087 src/com/gps/hibernate/JournalarticleimageDAO.java 40 There is log block not surrounded by if
21088 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Avoid excessively long variable names like persistentInstance
21089 src/com/gps/hibernate/JournalarticleimageDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
21090 src/com/gps/hibernate/JournalarticleimageDAO.java 45 publicMethodCommentRequirement Required
21091 src/com/gps/hibernate/JournalarticleimageDAO.java 46 There is log block not surrounded by if
21092 src/com/gps/hibernate/JournalarticleimageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21093 src/com/gps/hibernate/JournalarticleimageDAO.java 48 Potential violation of Law of Demeter (method chain calls)
21094 src/com/gps/hibernate/JournalarticleimageDAO.java 49 There is log block not surrounded by if
21095 src/com/gps/hibernate/JournalarticleimageDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21096 src/com/gps/hibernate/JournalarticleimageDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21097 src/com/gps/hibernate/JournalarticleimageDAO.java 51 There is log block not surrounded by if
21098 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Avoid variables with short names like id
21099 src/com/gps/hibernate/JournalarticleimageDAO.java 56 Parameter 'id' is not assigned and could be declared final
21100 src/com/gps/hibernate/JournalarticleimageDAO.java 56 publicMethodCommentRequirement Required
21101 src/com/gps/hibernate/JournalarticleimageDAO.java 57 There is log block not surrounded by if
21102 src/com/gps/hibernate/JournalarticleimageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21103 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Local variable 'instance' could be declared final
21104 src/com/gps/hibernate/JournalarticleimageDAO.java 59 Potential violation of Law of Demeter (method chain calls)
21105 src/com/gps/hibernate/JournalarticleimageDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21106 src/com/gps/hibernate/JournalarticleimageDAO.java 63 There is log block not surrounded by if
21107 src/com/gps/hibernate/JournalarticleimageDAO.java 68 Parameter 'instance' is not assigned and could be declared final
21108 src/com/gps/hibernate/JournalarticleimageDAO.java 68 publicMethodCommentRequirement Required
21109 src/com/gps/hibernate/JournalarticleimageDAO.java 69 There is log block not surrounded by if
21110 src/com/gps/hibernate/JournalarticleimageDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21111 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Local variable 'results' could be declared final
21112 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21113 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21114 src/com/gps/hibernate/JournalarticleimageDAO.java 71 Potential violation of Law of Demeter (method chain calls)
21115 src/com/gps/hibernate/JournalarticleimageDAO.java 74 There is log block not surrounded by if
21116 src/com/gps/hibernate/JournalarticleimageDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21117 src/com/gps/hibernate/JournalarticleimageDAO.java 75 Potential violation of Law of Demeter (object not created locally)
21118 src/com/gps/hibernate/JournalarticleimageDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21119 src/com/gps/hibernate/JournalarticleimageDAO.java 78 There is log block not surrounded by if
21120 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
21121 src/com/gps/hibernate/JournalarticleimageDAO.java 83 Parameter 'value' is not assigned and could be declared final
21122 src/com/gps/hibernate/JournalarticleimageDAO.java 83 publicMethodCommentRequirement Required
21123 src/com/gps/hibernate/JournalarticleimageDAO.java 84 There is log block not surrounded by if
21124 src/com/gps/hibernate/JournalarticleimageDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21125 src/com/gps/hibernate/JournalarticleimageDAO.java 87 Local variable 'queryString' could be declared final
21126 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Local variable 'queryObject' could be declared final
21127 src/com/gps/hibernate/JournalarticleimageDAO.java 89 Potential violation of Law of Demeter (method chain calls)
21128 src/com/gps/hibernate/JournalarticleimageDAO.java 90 Potential violation of Law of Demeter (object not created locally)
21129 src/com/gps/hibernate/JournalarticleimageDAO.java 91 Potential violation of Law of Demeter (object not created locally)
21130 src/com/gps/hibernate/JournalarticleimageDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21131 src/com/gps/hibernate/JournalarticleimageDAO.java 93 There is log block not surrounded by if
21132 src/com/gps/hibernate/JournalarticleimageDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
21133 src/com/gps/hibernate/JournalarticleimageDAO.java 98 publicMethodCommentRequirement Required
21134 src/com/gps/hibernate/JournalarticleimageDAO.java 102 Parameter 'articleId' is not assigned and could be declared final
21135 src/com/gps/hibernate/JournalarticleimageDAO.java 102 publicMethodCommentRequirement Required
21136 src/com/gps/hibernate/JournalarticleimageDAO.java 106 Parameter 'version' is not assigned and could be declared final
21137 src/com/gps/hibernate/JournalarticleimageDAO.java 106 publicMethodCommentRequirement Required
21138 src/com/gps/hibernate/JournalarticleimageDAO.java 110 Parameter 'elInstanceId' is not assigned and could be declared final
21139 src/com/gps/hibernate/JournalarticleimageDAO.java 110 publicMethodCommentRequirement Required
21140 src/com/gps/hibernate/JournalarticleimageDAO.java 114 Parameter 'elName' is not assigned and could be declared final
21141 src/com/gps/hibernate/JournalarticleimageDAO.java 114 publicMethodCommentRequirement Required
21142 src/com/gps/hibernate/JournalarticleimageDAO.java 118 Parameter 'languageId' is not assigned and could be declared final
21143 src/com/gps/hibernate/JournalarticleimageDAO.java 118 publicMethodCommentRequirement Required
21144 src/com/gps/hibernate/JournalarticleimageDAO.java 122 Parameter 'tempImage' is not assigned and could be declared final
21145 src/com/gps/hibernate/JournalarticleimageDAO.java 122 publicMethodCommentRequirement Required
21146 src/com/gps/hibernate/JournalarticleimageDAO.java 126 publicMethodCommentRequirement Required
21147 src/com/gps/hibernate/JournalarticleimageDAO.java 127 There is log block not surrounded by if
21148 src/com/gps/hibernate/JournalarticleimageDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21149 src/com/gps/hibernate/JournalarticleimageDAO.java 129 Local variable 'queryString' could be declared final
21150 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Local variable 'queryObject' could be declared final
21151 src/com/gps/hibernate/JournalarticleimageDAO.java 130 Potential violation of Law of Demeter (method chain calls)
21152 src/com/gps/hibernate/JournalarticleimageDAO.java 131 Potential violation of Law of Demeter (object not created locally)
21153 src/com/gps/hibernate/JournalarticleimageDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21154 src/com/gps/hibernate/JournalarticleimageDAO.java 133 There is log block not surrounded by if
21155 src/com/gps/hibernate/JournalarticleimageDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
21156 src/com/gps/hibernate/JournalarticleimageDAO.java 138 publicMethodCommentRequirement Required
21157 src/com/gps/hibernate/JournalarticleimageDAO.java 139 There is log block not surrounded by if
21158 src/com/gps/hibernate/JournalarticleimageDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21159 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Local variable 'result' could be declared final
21160 src/com/gps/hibernate/JournalarticleimageDAO.java 141 Potential violation of Law of Demeter (method chain calls)
21161 src/com/gps/hibernate/JournalarticleimageDAO.java 143 There is log block not surrounded by if
21162 src/com/gps/hibernate/JournalarticleimageDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21163 src/com/gps/hibernate/JournalarticleimageDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21164 src/com/gps/hibernate/JournalarticleimageDAO.java 146 There is log block not surrounded by if
21165 src/com/gps/hibernate/JournalarticleimageDAO.java 151 Parameter 'instance' is not assigned and could be declared final
21166 src/com/gps/hibernate/JournalarticleimageDAO.java 151 publicMethodCommentRequirement Required
21167 src/com/gps/hibernate/JournalarticleimageDAO.java 152 There is log block not surrounded by if
21168 src/com/gps/hibernate/JournalarticleimageDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21169 src/com/gps/hibernate/JournalarticleimageDAO.java 154 Potential violation of Law of Demeter (method chain calls)
21170 src/com/gps/hibernate/JournalarticleimageDAO.java 155 There is log block not surrounded by if
21171 src/com/gps/hibernate/JournalarticleimageDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21172 src/com/gps/hibernate/JournalarticleimageDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21173 src/com/gps/hibernate/JournalarticleimageDAO.java 157 There is log block not surrounded by if
21174 src/com/gps/hibernate/JournalarticleimageDAO.java 162 Parameter 'instance' is not assigned and could be declared final
21175 src/com/gps/hibernate/JournalarticleimageDAO.java 162 publicMethodCommentRequirement Required
21176 src/com/gps/hibernate/JournalarticleimageDAO.java 163 There is log block not surrounded by if
21177 src/com/gps/hibernate/JournalarticleimageDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21178 src/com/gps/hibernate/JournalarticleimageDAO.java 165 Potential violation of Law of Demeter (method chain calls)
21179 src/com/gps/hibernate/JournalarticleimageDAO.java 166 There is log block not surrounded by if
21180 src/com/gps/hibernate/JournalarticleimageDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21181 src/com/gps/hibernate/JournalarticleimageDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21182 src/com/gps/hibernate/JournalarticleimageDAO.java 168 There is log block not surrounded by if
21183 src/com/gps/hibernate/Journalarticleresource.java 9 Classes implementing Serializable should set a serialVersionUID
21184 src/com/gps/hibernate/Journalarticleresource.java 13 fieldCommentRequirement Required
21185 src/com/gps/hibernate/Journalarticleresource.java 14 fieldCommentRequirement Required
21186 src/com/gps/hibernate/Journalarticleresource.java 15 fieldCommentRequirement Required
21187 src/com/gps/hibernate/Journalarticleresource.java 20 Document empty constructor
21188 src/com/gps/hibernate/Journalarticleresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
21189 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'groupId' is not assigned and could be declared final
21190 src/com/gps/hibernate/Journalarticleresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
21191 src/com/gps/hibernate/Journalarticleresource.java 30 Parameter 'articleId' is not assigned and could be declared final
21192 src/com/gps/hibernate/Journalarticleresource.java 38 publicMethodCommentRequirement Required
21193 src/com/gps/hibernate/Journalarticleresource.java 42 Parameter 'resourcePrimKey' is not assigned and could be declared final
21194 src/com/gps/hibernate/Journalarticleresource.java 42 publicMethodCommentRequirement Required
21195 src/com/gps/hibernate/Journalarticleresource.java 46 publicMethodCommentRequirement Required
21196 src/com/gps/hibernate/Journalarticleresource.java 50 Parameter 'groupId' is not assigned and could be declared final
21197 src/com/gps/hibernate/Journalarticleresource.java 50 publicMethodCommentRequirement Required
21198 src/com/gps/hibernate/Journalarticleresource.java 54 publicMethodCommentRequirement Required
21199 src/com/gps/hibernate/Journalarticleresource.java 58 Parameter 'articleId' is not assigned and could be declared final
21200 src/com/gps/hibernate/Journalarticleresource.java 58 publicMethodCommentRequirement Required
21201 src/com/gps/hibernate/JournalarticleresourceDAO.java 10 Comment is too large: Too many lines
21202 src/com/gps/hibernate/JournalarticleresourceDAO.java 22 This class has too many methods, consider refactoring it.
21203 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Logger should be defined private static final and have the correct class
21204 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21205 src/com/gps/hibernate/JournalarticleresourceDAO.java 23 fieldCommentRequirement Required
21206 src/com/gps/hibernate/JournalarticleresourceDAO.java 26 fieldCommentRequirement Required
21207 src/com/gps/hibernate/JournalarticleresourceDAO.java 27 fieldCommentRequirement Required
21208 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
21209 src/com/gps/hibernate/JournalarticleresourceDAO.java 29 publicMethodCommentRequirement Required
21210 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 There is log block not surrounded by if
21211 src/com/gps/hibernate/JournalarticleresourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21212 src/com/gps/hibernate/JournalarticleresourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
21213 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 There is log block not surrounded by if
21214 src/com/gps/hibernate/JournalarticleresourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21215 src/com/gps/hibernate/JournalarticleresourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21216 src/com/gps/hibernate/JournalarticleresourceDAO.java 35 There is log block not surrounded by if
21217 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Avoid excessively long variable names like persistentInstance
21218 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
21219 src/com/gps/hibernate/JournalarticleresourceDAO.java 40 publicMethodCommentRequirement Required
21220 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 There is log block not surrounded by if
21221 src/com/gps/hibernate/JournalarticleresourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21222 src/com/gps/hibernate/JournalarticleresourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
21223 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 There is log block not surrounded by if
21224 src/com/gps/hibernate/JournalarticleresourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21225 src/com/gps/hibernate/JournalarticleresourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21226 src/com/gps/hibernate/JournalarticleresourceDAO.java 46 There is log block not surrounded by if
21227 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Avoid variables with short names like id
21228 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
21229 src/com/gps/hibernate/JournalarticleresourceDAO.java 51 publicMethodCommentRequirement Required
21230 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 There is log block not surrounded by if
21231 src/com/gps/hibernate/JournalarticleresourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21232 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Local variable 'instance' could be declared final
21233 src/com/gps/hibernate/JournalarticleresourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
21234 src/com/gps/hibernate/JournalarticleresourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21235 src/com/gps/hibernate/JournalarticleresourceDAO.java 58 There is log block not surrounded by if
21236 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
21237 src/com/gps/hibernate/JournalarticleresourceDAO.java 63 publicMethodCommentRequirement Required
21238 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 There is log block not surrounded by if
21239 src/com/gps/hibernate/JournalarticleresourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21240 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Local variable 'results' could be declared final
21241 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21242 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21243 src/com/gps/hibernate/JournalarticleresourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
21244 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 There is log block not surrounded by if
21245 src/com/gps/hibernate/JournalarticleresourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21246 src/com/gps/hibernate/JournalarticleresourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
21247 src/com/gps/hibernate/JournalarticleresourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21248 src/com/gps/hibernate/JournalarticleresourceDAO.java 73 There is log block not surrounded by if
21249 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
21250 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
21251 src/com/gps/hibernate/JournalarticleresourceDAO.java 78 publicMethodCommentRequirement Required
21252 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 There is log block not surrounded by if
21253 src/com/gps/hibernate/JournalarticleresourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21254 src/com/gps/hibernate/JournalarticleresourceDAO.java 82 Local variable 'queryString' could be declared final
21255 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Local variable 'queryObject' could be declared final
21256 src/com/gps/hibernate/JournalarticleresourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21257 src/com/gps/hibernate/JournalarticleresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
21258 src/com/gps/hibernate/JournalarticleresourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
21259 src/com/gps/hibernate/JournalarticleresourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21260 src/com/gps/hibernate/JournalarticleresourceDAO.java 88 There is log block not surrounded by if
21261 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 Parameter 'groupId' is not assigned and could be declared final
21262 src/com/gps/hibernate/JournalarticleresourceDAO.java 93 publicMethodCommentRequirement Required
21263 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 Parameter 'articleId' is not assigned and could be declared final
21264 src/com/gps/hibernate/JournalarticleresourceDAO.java 97 publicMethodCommentRequirement Required
21265 src/com/gps/hibernate/JournalarticleresourceDAO.java 101 publicMethodCommentRequirement Required
21266 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 There is log block not surrounded by if
21267 src/com/gps/hibernate/JournalarticleresourceDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21268 src/com/gps/hibernate/JournalarticleresourceDAO.java 104 Local variable 'queryString' could be declared final
21269 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Local variable 'queryObject' could be declared final
21270 src/com/gps/hibernate/JournalarticleresourceDAO.java 105 Potential violation of Law of Demeter (method chain calls)
21271 src/com/gps/hibernate/JournalarticleresourceDAO.java 106 Potential violation of Law of Demeter (object not created locally)
21272 src/com/gps/hibernate/JournalarticleresourceDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21273 src/com/gps/hibernate/JournalarticleresourceDAO.java 108 There is log block not surrounded by if
21274 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
21275 src/com/gps/hibernate/JournalarticleresourceDAO.java 113 publicMethodCommentRequirement Required
21276 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 There is log block not surrounded by if
21277 src/com/gps/hibernate/JournalarticleresourceDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21278 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Local variable 'result' could be declared final
21279 src/com/gps/hibernate/JournalarticleresourceDAO.java 116 Potential violation of Law of Demeter (method chain calls)
21280 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 There is log block not surrounded by if
21281 src/com/gps/hibernate/JournalarticleresourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21282 src/com/gps/hibernate/JournalarticleresourceDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21283 src/com/gps/hibernate/JournalarticleresourceDAO.java 121 There is log block not surrounded by if
21284 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 Parameter 'instance' is not assigned and could be declared final
21285 src/com/gps/hibernate/JournalarticleresourceDAO.java 126 publicMethodCommentRequirement Required
21286 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 There is log block not surrounded by if
21287 src/com/gps/hibernate/JournalarticleresourceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21288 src/com/gps/hibernate/JournalarticleresourceDAO.java 129 Potential violation of Law of Demeter (method chain calls)
21289 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 There is log block not surrounded by if
21290 src/com/gps/hibernate/JournalarticleresourceDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21291 src/com/gps/hibernate/JournalarticleresourceDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21292 src/com/gps/hibernate/JournalarticleresourceDAO.java 132 There is log block not surrounded by if
21293 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 Parameter 'instance' is not assigned and could be declared final
21294 src/com/gps/hibernate/JournalarticleresourceDAO.java 137 publicMethodCommentRequirement Required
21295 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 There is log block not surrounded by if
21296 src/com/gps/hibernate/JournalarticleresourceDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21297 src/com/gps/hibernate/JournalarticleresourceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
21298 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 There is log block not surrounded by if
21299 src/com/gps/hibernate/JournalarticleresourceDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21300 src/com/gps/hibernate/JournalarticleresourceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21301 src/com/gps/hibernate/JournalarticleresourceDAO.java 143 There is log block not surrounded by if
21302 src/com/gps/hibernate/Journalcontentsearch.java 9 Classes implementing Serializable should set a serialVersionUID
21303 src/com/gps/hibernate/Journalcontentsearch.java 13 fieldCommentRequirement Required
21304 src/com/gps/hibernate/Journalcontentsearch.java 14 fieldCommentRequirement Required
21305 src/com/gps/hibernate/Journalcontentsearch.java 15 fieldCommentRequirement Required
21306 src/com/gps/hibernate/Journalcontentsearch.java 16 fieldCommentRequirement Required
21307 src/com/gps/hibernate/Journalcontentsearch.java 17 fieldCommentRequirement Required
21308 src/com/gps/hibernate/Journalcontentsearch.java 18 fieldCommentRequirement Required
21309 src/com/gps/hibernate/Journalcontentsearch.java 19 fieldCommentRequirement Required
21310 src/com/gps/hibernate/Journalcontentsearch.java 24 Document empty constructor
21311 src/com/gps/hibernate/Journalcontentsearch.java 28 Parameter 'contentSearchId' is not assigned and could be declared final
21312 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'contentSearchId' is not assigned and could be declared final
21313 src/com/gps/hibernate/Journalcontentsearch.java 33 Parameter 'groupId' is not assigned and could be declared final
21314 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'companyId' is not assigned and could be declared final
21315 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'layoutId' is not assigned and could be declared final
21316 src/com/gps/hibernate/Journalcontentsearch.java 34 Parameter 'privateLayout' is not assigned and could be declared final
21317 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'articleId' is not assigned and could be declared final
21318 src/com/gps/hibernate/Journalcontentsearch.java 35 Parameter 'portletId' is not assigned and could be declared final
21319 src/com/gps/hibernate/Journalcontentsearch.java 47 publicMethodCommentRequirement Required
21320 src/com/gps/hibernate/Journalcontentsearch.java 51 Parameter 'contentSearchId' is not assigned and could be declared final
21321 src/com/gps/hibernate/Journalcontentsearch.java 51 publicMethodCommentRequirement Required
21322 src/com/gps/hibernate/Journalcontentsearch.java 55 publicMethodCommentRequirement Required
21323 src/com/gps/hibernate/Journalcontentsearch.java 59 Parameter 'groupId' is not assigned and could be declared final
21324 src/com/gps/hibernate/Journalcontentsearch.java 59 publicMethodCommentRequirement Required
21325 src/com/gps/hibernate/Journalcontentsearch.java 63 publicMethodCommentRequirement Required
21326 src/com/gps/hibernate/Journalcontentsearch.java 67 Parameter 'companyId' is not assigned and could be declared final
21327 src/com/gps/hibernate/Journalcontentsearch.java 67 publicMethodCommentRequirement Required
21328 src/com/gps/hibernate/Journalcontentsearch.java 71 publicMethodCommentRequirement Required
21329 src/com/gps/hibernate/Journalcontentsearch.java 75 Parameter 'privateLayout' is not assigned and could be declared final
21330 src/com/gps/hibernate/Journalcontentsearch.java 75 publicMethodCommentRequirement Required
21331 src/com/gps/hibernate/Journalcontentsearch.java 79 publicMethodCommentRequirement Required
21332 src/com/gps/hibernate/Journalcontentsearch.java 83 Parameter 'layoutId' is not assigned and could be declared final
21333 src/com/gps/hibernate/Journalcontentsearch.java 83 publicMethodCommentRequirement Required
21334 src/com/gps/hibernate/Journalcontentsearch.java 87 publicMethodCommentRequirement Required
21335 src/com/gps/hibernate/Journalcontentsearch.java 91 Parameter 'portletId' is not assigned and could be declared final
21336 src/com/gps/hibernate/Journalcontentsearch.java 91 publicMethodCommentRequirement Required
21337 src/com/gps/hibernate/Journalcontentsearch.java 95 publicMethodCommentRequirement Required
21338 src/com/gps/hibernate/Journalcontentsearch.java 99 Parameter 'articleId' is not assigned and could be declared final
21339 src/com/gps/hibernate/Journalcontentsearch.java 99 publicMethodCommentRequirement Required
21340 src/com/gps/hibernate/JournalcontentsearchDAO.java 10 Comment is too large: Too many lines
21341 src/com/gps/hibernate/JournalcontentsearchDAO.java 22 This class has too many methods, consider refactoring it.
21342 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Logger should be defined private static final and have the correct class
21343 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
21344 src/com/gps/hibernate/JournalcontentsearchDAO.java 23 fieldCommentRequirement Required
21345 src/com/gps/hibernate/JournalcontentsearchDAO.java 26 fieldCommentRequirement Required
21346 src/com/gps/hibernate/JournalcontentsearchDAO.java 27 fieldCommentRequirement Required
21347 src/com/gps/hibernate/JournalcontentsearchDAO.java 28 fieldCommentRequirement Required
21348 src/com/gps/hibernate/JournalcontentsearchDAO.java 29 fieldCommentRequirement Required
21349 src/com/gps/hibernate/JournalcontentsearchDAO.java 30 fieldCommentRequirement Required
21350 src/com/gps/hibernate/JournalcontentsearchDAO.java 31 fieldCommentRequirement Required
21351 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
21352 src/com/gps/hibernate/JournalcontentsearchDAO.java 33 publicMethodCommentRequirement Required
21353 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 There is log block not surrounded by if
21354 src/com/gps/hibernate/JournalcontentsearchDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21355 src/com/gps/hibernate/JournalcontentsearchDAO.java 36 Potential violation of Law of Demeter (method chain calls)
21356 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 There is log block not surrounded by if
21357 src/com/gps/hibernate/JournalcontentsearchDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21358 src/com/gps/hibernate/JournalcontentsearchDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21359 src/com/gps/hibernate/JournalcontentsearchDAO.java 39 There is log block not surrounded by if
21360 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Avoid excessively long variable names like persistentInstance
21361 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
21362 src/com/gps/hibernate/JournalcontentsearchDAO.java 44 publicMethodCommentRequirement Required
21363 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 There is log block not surrounded by if
21364 src/com/gps/hibernate/JournalcontentsearchDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21365 src/com/gps/hibernate/JournalcontentsearchDAO.java 47 Potential violation of Law of Demeter (method chain calls)
21366 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 There is log block not surrounded by if
21367 src/com/gps/hibernate/JournalcontentsearchDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21368 src/com/gps/hibernate/JournalcontentsearchDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21369 src/com/gps/hibernate/JournalcontentsearchDAO.java 50 There is log block not surrounded by if
21370 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Avoid variables with short names like id
21371 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 Parameter 'id' is not assigned and could be declared final
21372 src/com/gps/hibernate/JournalcontentsearchDAO.java 55 publicMethodCommentRequirement Required
21373 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 There is log block not surrounded by if
21374 src/com/gps/hibernate/JournalcontentsearchDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21375 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Local variable 'instance' could be declared final
21376 src/com/gps/hibernate/JournalcontentsearchDAO.java 58 Potential violation of Law of Demeter (method chain calls)
21377 src/com/gps/hibernate/JournalcontentsearchDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21378 src/com/gps/hibernate/JournalcontentsearchDAO.java 62 There is log block not surrounded by if
21379 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 Parameter 'instance' is not assigned and could be declared final
21380 src/com/gps/hibernate/JournalcontentsearchDAO.java 67 publicMethodCommentRequirement Required
21381 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 There is log block not surrounded by if
21382 src/com/gps/hibernate/JournalcontentsearchDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21383 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Local variable 'results' could be declared final
21384 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
21385 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
21386 src/com/gps/hibernate/JournalcontentsearchDAO.java 70 Potential violation of Law of Demeter (method chain calls)
21387 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 There is log block not surrounded by if
21388 src/com/gps/hibernate/JournalcontentsearchDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21389 src/com/gps/hibernate/JournalcontentsearchDAO.java 74 Potential violation of Law of Demeter (object not created locally)
21390 src/com/gps/hibernate/JournalcontentsearchDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21391 src/com/gps/hibernate/JournalcontentsearchDAO.java 77 There is log block not surrounded by if
21392 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
21393 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 Parameter 'value' is not assigned and could be declared final
21394 src/com/gps/hibernate/JournalcontentsearchDAO.java 82 publicMethodCommentRequirement Required
21395 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 There is log block not surrounded by if
21396 src/com/gps/hibernate/JournalcontentsearchDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21397 src/com/gps/hibernate/JournalcontentsearchDAO.java 86 Local variable 'queryString' could be declared final
21398 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Local variable 'queryObject' could be declared final
21399 src/com/gps/hibernate/JournalcontentsearchDAO.java 88 Potential violation of Law of Demeter (method chain calls)
21400 src/com/gps/hibernate/JournalcontentsearchDAO.java 89 Potential violation of Law of Demeter (object not created locally)
21401 src/com/gps/hibernate/JournalcontentsearchDAO.java 90 Potential violation of Law of Demeter (object not created locally)
21402 src/com/gps/hibernate/JournalcontentsearchDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21403 src/com/gps/hibernate/JournalcontentsearchDAO.java 92 There is log block not surrounded by if
21404 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 Parameter 'groupId' is not assigned and could be declared final
21405 src/com/gps/hibernate/JournalcontentsearchDAO.java 97 publicMethodCommentRequirement Required
21406 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 Parameter 'companyId' is not assigned and could be declared final
21407 src/com/gps/hibernate/JournalcontentsearchDAO.java 101 publicMethodCommentRequirement Required
21408 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 Parameter 'privateLayout' is not assigned and could be declared final
21409 src/com/gps/hibernate/JournalcontentsearchDAO.java 105 publicMethodCommentRequirement Required
21410 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 Parameter 'layoutId' is not assigned and could be declared final
21411 src/com/gps/hibernate/JournalcontentsearchDAO.java 109 publicMethodCommentRequirement Required
21412 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 Parameter 'portletId' is not assigned and could be declared final
21413 src/com/gps/hibernate/JournalcontentsearchDAO.java 113 publicMethodCommentRequirement Required
21414 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 Parameter 'articleId' is not assigned and could be declared final
21415 src/com/gps/hibernate/JournalcontentsearchDAO.java 117 publicMethodCommentRequirement Required
21416 src/com/gps/hibernate/JournalcontentsearchDAO.java 121 publicMethodCommentRequirement Required
21417 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 There is log block not surrounded by if
21418 src/com/gps/hibernate/JournalcontentsearchDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21419 src/com/gps/hibernate/JournalcontentsearchDAO.java 124 Local variable 'queryString' could be declared final
21420 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Local variable 'queryObject' could be declared final
21421 src/com/gps/hibernate/JournalcontentsearchDAO.java 125 Potential violation of Law of Demeter (method chain calls)
21422 src/com/gps/hibernate/JournalcontentsearchDAO.java 126 Potential violation of Law of Demeter (object not created locally)
21423 src/com/gps/hibernate/JournalcontentsearchDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21424 src/com/gps/hibernate/JournalcontentsearchDAO.java 128 There is log block not surrounded by if
21425 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
21426 src/com/gps/hibernate/JournalcontentsearchDAO.java 133 publicMethodCommentRequirement Required
21427 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 There is log block not surrounded by if
21428 src/com/gps/hibernate/JournalcontentsearchDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21429 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Local variable 'result' could be declared final
21430 src/com/gps/hibernate/JournalcontentsearchDAO.java 136 Potential violation of Law of Demeter (method chain calls)
21431 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 There is log block not surrounded by if
21432 src/com/gps/hibernate/JournalcontentsearchDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21433 src/com/gps/hibernate/JournalcontentsearchDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21434 src/com/gps/hibernate/JournalcontentsearchDAO.java 141 There is log block not surrounded by if
21435 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 Parameter 'instance' is not assigned and could be declared final
21436 src/com/gps/hibernate/JournalcontentsearchDAO.java 146 publicMethodCommentRequirement Required
21437 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 There is log block not surrounded by if
21438 src/com/gps/hibernate/JournalcontentsearchDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21439 src/com/gps/hibernate/JournalcontentsearchDAO.java 149 Potential violation of Law of Demeter (method chain calls)
21440 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 There is log block not surrounded by if
21441 src/com/gps/hibernate/JournalcontentsearchDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21442 src/com/gps/hibernate/JournalcontentsearchDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21443 src/com/gps/hibernate/JournalcontentsearchDAO.java 152 There is log block not surrounded by if
21444 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 Parameter 'instance' is not assigned and could be declared final
21445 src/com/gps/hibernate/JournalcontentsearchDAO.java 157 publicMethodCommentRequirement Required
21446 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 There is log block not surrounded by if
21447 src/com/gps/hibernate/JournalcontentsearchDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21448 src/com/gps/hibernate/JournalcontentsearchDAO.java 160 Potential violation of Law of Demeter (method chain calls)
21449 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 There is log block not surrounded by if
21450 src/com/gps/hibernate/JournalcontentsearchDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21451 src/com/gps/hibernate/JournalcontentsearchDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21452 src/com/gps/hibernate/JournalcontentsearchDAO.java 163 There is log block not surrounded by if
21453 src/com/gps/hibernate/Journalfeed.java 1 This class has a bunch of public methods and attributes
21454 src/com/gps/hibernate/Journalfeed.java 11 Classes implementing Serializable should set a serialVersionUID
21455 src/com/gps/hibernate/Journalfeed.java 11 Too many fields
21456 src/com/gps/hibernate/Journalfeed.java 15 Avoid variables with short names like id
21457 src/com/gps/hibernate/Journalfeed.java 15 fieldCommentRequirement Required
21458 src/com/gps/hibernate/Journalfeed.java 16 fieldCommentRequirement Required
21459 src/com/gps/hibernate/Journalfeed.java 17 fieldCommentRequirement Required
21460 src/com/gps/hibernate/Journalfeed.java 18 fieldCommentRequirement Required
21461 src/com/gps/hibernate/Journalfeed.java 19 fieldCommentRequirement Required
21462 src/com/gps/hibernate/Journalfeed.java 20 fieldCommentRequirement Required
21463 src/com/gps/hibernate/Journalfeed.java 21 fieldCommentRequirement Required
21464 src/com/gps/hibernate/Journalfeed.java 22 fieldCommentRequirement Required
21465 src/com/gps/hibernate/Journalfeed.java 23 fieldCommentRequirement Required
21466 src/com/gps/hibernate/Journalfeed.java 24 fieldCommentRequirement Required
21467 src/com/gps/hibernate/Journalfeed.java 25 fieldCommentRequirement Required
21468 src/com/gps/hibernate/Journalfeed.java 26 fieldCommentRequirement Required
21469 src/com/gps/hibernate/Journalfeed.java 27 fieldCommentRequirement Required
21470 src/com/gps/hibernate/Journalfeed.java 28 fieldCommentRequirement Required
21471 src/com/gps/hibernate/Journalfeed.java 29 Avoid excessively long variable names like rendererTemplateId
21472 src/com/gps/hibernate/Journalfeed.java 29 fieldCommentRequirement Required
21473 src/com/gps/hibernate/Journalfeed.java 30 fieldCommentRequirement Required
21474 src/com/gps/hibernate/Journalfeed.java 31 fieldCommentRequirement Required
21475 src/com/gps/hibernate/Journalfeed.java 32 fieldCommentRequirement Required
21476 src/com/gps/hibernate/Journalfeed.java 33 Avoid excessively long variable names like targetLayoutFriendlyUrl
21477 src/com/gps/hibernate/Journalfeed.java 33 fieldCommentRequirement Required
21478 src/com/gps/hibernate/Journalfeed.java 34 fieldCommentRequirement Required
21479 src/com/gps/hibernate/Journalfeed.java 35 fieldCommentRequirement Required
21480 src/com/gps/hibernate/Journalfeed.java 36 fieldCommentRequirement Required
21481 src/com/gps/hibernate/Journalfeed.java 37 fieldCommentRequirement Required
21482 src/com/gps/hibernate/Journalfeed.java 42 Document empty constructor
21483 src/com/gps/hibernate/Journalfeed.java 46 Avoid variables with short names like id
21484 src/com/gps/hibernate/Journalfeed.java 46 Parameter 'id' is not assigned and could be declared final
21485 src/com/gps/hibernate/Journalfeed.java 51 Avoid long parameter lists.
21486 src/com/gps/hibernate/Journalfeed.java 51 Avoid variables with short names like id
21487 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'companyId' is not assigned and could be declared final
21488 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'groupId' is not assigned and could be declared final
21489 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'id' is not assigned and could be declared final
21490 src/com/gps/hibernate/Journalfeed.java 51 Parameter 'uuid' is not assigned and could be declared final
21491 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'createDate' is not assigned and could be declared final
21492 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
21493 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userId' is not assigned and could be declared final
21494 src/com/gps/hibernate/Journalfeed.java 52 Parameter 'userName' is not assigned and could be declared final
21495 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'description' is not assigned and could be declared final
21496 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'feedId' is not assigned and could be declared final
21497 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'name' is not assigned and could be declared final
21498 src/com/gps/hibernate/Journalfeed.java 53 Parameter 'type' is not assigned and could be declared final
21499 src/com/gps/hibernate/Journalfeed.java 54 Avoid excessively long variable names like rendererTemplateId
21500 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'rendererTemplateId' is not assigned and could be declared final
21501 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'structureId' is not assigned and could be declared final
21502 src/com/gps/hibernate/Journalfeed.java 54 Parameter 'templateId' is not assigned and could be declared final
21503 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'delta' is not assigned and could be declared final
21504 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByCol' is not assigned and could be declared final
21505 src/com/gps/hibernate/Journalfeed.java 55 Parameter 'orderByType' is not assigned and could be declared final
21506 src/com/gps/hibernate/Journalfeed.java 56 Avoid excessively long variable names like targetLayoutFriendlyUrl
21507 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
21508 src/com/gps/hibernate/Journalfeed.java 56 Parameter 'targetPortletId' is not assigned and could be declared final
21509 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'contentField' is not assigned and could be declared final
21510 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedType' is not assigned and could be declared final
21511 src/com/gps/hibernate/Journalfeed.java 57 Parameter 'feedVersion' is not assigned and could be declared final
21512 src/com/gps/hibernate/Journalfeed.java 85 publicMethodCommentRequirement Required
21513 src/com/gps/hibernate/Journalfeed.java 89 Avoid variables with short names like id
21514 src/com/gps/hibernate/Journalfeed.java 89 Parameter 'id' is not assigned and could be declared final
21515 src/com/gps/hibernate/Journalfeed.java 89 publicMethodCommentRequirement Required
21516 src/com/gps/hibernate/Journalfeed.java 93 publicMethodCommentRequirement Required
21517 src/com/gps/hibernate/Journalfeed.java 97 Parameter 'uuid' is not assigned and could be declared final
21518 src/com/gps/hibernate/Journalfeed.java 97 publicMethodCommentRequirement Required
21519 src/com/gps/hibernate/Journalfeed.java 101 publicMethodCommentRequirement Required
21520 src/com/gps/hibernate/Journalfeed.java 105 Parameter 'groupId' is not assigned and could be declared final
21521 src/com/gps/hibernate/Journalfeed.java 105 publicMethodCommentRequirement Required
21522 src/com/gps/hibernate/Journalfeed.java 109 publicMethodCommentRequirement Required
21523 src/com/gps/hibernate/Journalfeed.java 113 Parameter 'companyId' is not assigned and could be declared final
21524 src/com/gps/hibernate/Journalfeed.java 113 publicMethodCommentRequirement Required
21525 src/com/gps/hibernate/Journalfeed.java 117 publicMethodCommentRequirement Required
21526 src/com/gps/hibernate/Journalfeed.java 121 Parameter 'userId' is not assigned and could be declared final
21527 src/com/gps/hibernate/Journalfeed.java 121 publicMethodCommentRequirement Required
21528 src/com/gps/hibernate/Journalfeed.java 125 publicMethodCommentRequirement Required
21529 src/com/gps/hibernate/Journalfeed.java 129 Parameter 'userName' is not assigned and could be declared final
21530 src/com/gps/hibernate/Journalfeed.java 129 publicMethodCommentRequirement Required
21531 src/com/gps/hibernate/Journalfeed.java 133 publicMethodCommentRequirement Required
21532 src/com/gps/hibernate/Journalfeed.java 137 Parameter 'createDate' is not assigned and could be declared final
21533 src/com/gps/hibernate/Journalfeed.java 137 publicMethodCommentRequirement Required
21534 src/com/gps/hibernate/Journalfeed.java 141 publicMethodCommentRequirement Required
21535 src/com/gps/hibernate/Journalfeed.java 145 Parameter 'modifiedDate' is not assigned and could be declared final
21536 src/com/gps/hibernate/Journalfeed.java 145 publicMethodCommentRequirement Required
21537 src/com/gps/hibernate/Journalfeed.java 149 publicMethodCommentRequirement Required
21538 src/com/gps/hibernate/Journalfeed.java 153 Parameter 'feedId' is not assigned and could be declared final
21539 src/com/gps/hibernate/Journalfeed.java 153 publicMethodCommentRequirement Required
21540 src/com/gps/hibernate/Journalfeed.java 157 publicMethodCommentRequirement Required
21541 src/com/gps/hibernate/Journalfeed.java 161 Parameter 'name' is not assigned and could be declared final
21542 src/com/gps/hibernate/Journalfeed.java 161 publicMethodCommentRequirement Required
21543 src/com/gps/hibernate/Journalfeed.java 165 publicMethodCommentRequirement Required
21544 src/com/gps/hibernate/Journalfeed.java 169 Parameter 'description' is not assigned and could be declared final
21545 src/com/gps/hibernate/Journalfeed.java 169 publicMethodCommentRequirement Required
21546 src/com/gps/hibernate/Journalfeed.java 173 publicMethodCommentRequirement Required
21547 src/com/gps/hibernate/Journalfeed.java 177 Parameter 'type' is not assigned and could be declared final
21548 src/com/gps/hibernate/Journalfeed.java 177 publicMethodCommentRequirement Required
21549 src/com/gps/hibernate/Journalfeed.java 181 publicMethodCommentRequirement Required
21550 src/com/gps/hibernate/Journalfeed.java 185 Parameter 'structureId' is not assigned and could be declared final
21551 src/com/gps/hibernate/Journalfeed.java 185 publicMethodCommentRequirement Required
21552 src/com/gps/hibernate/Journalfeed.java 189 publicMethodCommentRequirement Required
21553 src/com/gps/hibernate/Journalfeed.java 193 Parameter 'templateId' is not assigned and could be declared final
21554 src/com/gps/hibernate/Journalfeed.java 193 publicMethodCommentRequirement Required
21555 src/com/gps/hibernate/Journalfeed.java 197 publicMethodCommentRequirement Required
21556 src/com/gps/hibernate/Journalfeed.java 201 Avoid excessively long variable names like rendererTemplateId
21557 src/com/gps/hibernate/Journalfeed.java 201 Parameter 'rendererTemplateId' is not assigned and could be declared final
21558 src/com/gps/hibernate/Journalfeed.java 201 publicMethodCommentRequirement Required
21559 src/com/gps/hibernate/Journalfeed.java 205 publicMethodCommentRequirement Required
21560 src/com/gps/hibernate/Journalfeed.java 209 Parameter 'delta' is not assigned and could be declared final
21561 src/com/gps/hibernate/Journalfeed.java 209 publicMethodCommentRequirement Required
21562 src/com/gps/hibernate/Journalfeed.java 213 publicMethodCommentRequirement Required
21563 src/com/gps/hibernate/Journalfeed.java 217 Parameter 'orderByCol' is not assigned and could be declared final
21564 src/com/gps/hibernate/Journalfeed.java 217 publicMethodCommentRequirement Required
21565 src/com/gps/hibernate/Journalfeed.java 221 publicMethodCommentRequirement Required
21566 src/com/gps/hibernate/Journalfeed.java 225 Parameter 'orderByType' is not assigned and could be declared final
21567 src/com/gps/hibernate/Journalfeed.java 225 publicMethodCommentRequirement Required
21568 src/com/gps/hibernate/Journalfeed.java 229 publicMethodCommentRequirement Required
21569 src/com/gps/hibernate/Journalfeed.java 233 Avoid excessively long variable names like targetLayoutFriendlyUrl
21570 src/com/gps/hibernate/Journalfeed.java 233 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
21571 src/com/gps/hibernate/Journalfeed.java 233 publicMethodCommentRequirement Required
21572 src/com/gps/hibernate/Journalfeed.java 237 publicMethodCommentRequirement Required
21573 src/com/gps/hibernate/Journalfeed.java 241 Parameter 'targetPortletId' is not assigned and could be declared final
21574 src/com/gps/hibernate/Journalfeed.java 241 publicMethodCommentRequirement Required
21575 src/com/gps/hibernate/Journalfeed.java 245 publicMethodCommentRequirement Required
21576 src/com/gps/hibernate/Journalfeed.java 249 Parameter 'contentField' is not assigned and could be declared final
21577 src/com/gps/hibernate/Journalfeed.java 249 publicMethodCommentRequirement Required
21578 src/com/gps/hibernate/Journalfeed.java 253 publicMethodCommentRequirement Required
21579 src/com/gps/hibernate/Journalfeed.java 257 Parameter 'feedType' is not assigned and could be declared final
21580 src/com/gps/hibernate/Journalfeed.java 257 publicMethodCommentRequirement Required
21581 src/com/gps/hibernate/Journalfeed.java 261 publicMethodCommentRequirement Required
21582 src/com/gps/hibernate/Journalfeed.java 265 Parameter 'feedVersion' is not assigned and could be declared final
21583 src/com/gps/hibernate/Journalfeed.java 265 publicMethodCommentRequirement Required
21584 src/com/gps/hibernate/JournalfeedDAO.java 3 Avoid unused imports such as 'java.util.Date'
21585 src/com/gps/hibernate/JournalfeedDAO.java 11 Comment is too large: Too many lines
21586 src/com/gps/hibernate/JournalfeedDAO.java 23 This class has too many methods, consider refactoring it.
21587 src/com/gps/hibernate/JournalfeedDAO.java 24 Logger should be defined private static final and have the correct class
21588 src/com/gps/hibernate/JournalfeedDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
21589 src/com/gps/hibernate/JournalfeedDAO.java 24 fieldCommentRequirement Required
21590 src/com/gps/hibernate/JournalfeedDAO.java 26 fieldCommentRequirement Required
21591 src/com/gps/hibernate/JournalfeedDAO.java 27 fieldCommentRequirement Required
21592 src/com/gps/hibernate/JournalfeedDAO.java 28 fieldCommentRequirement Required
21593 src/com/gps/hibernate/JournalfeedDAO.java 29 fieldCommentRequirement Required
21594 src/com/gps/hibernate/JournalfeedDAO.java 30 fieldCommentRequirement Required
21595 src/com/gps/hibernate/JournalfeedDAO.java 31 fieldCommentRequirement Required
21596 src/com/gps/hibernate/JournalfeedDAO.java 32 fieldCommentRequirement Required
21597 src/com/gps/hibernate/JournalfeedDAO.java 33 fieldCommentRequirement Required
21598 src/com/gps/hibernate/JournalfeedDAO.java 34 fieldCommentRequirement Required
21599 src/com/gps/hibernate/JournalfeedDAO.java 35 fieldCommentRequirement Required
21600 src/com/gps/hibernate/JournalfeedDAO.java 36 fieldCommentRequirement Required
21601 src/com/gps/hibernate/JournalfeedDAO.java 37 Avoid excessively long variable names like RENDERER_TEMPLATE_ID
21602 src/com/gps/hibernate/JournalfeedDAO.java 37 fieldCommentRequirement Required
21603 src/com/gps/hibernate/JournalfeedDAO.java 38 fieldCommentRequirement Required
21604 src/com/gps/hibernate/JournalfeedDAO.java 39 fieldCommentRequirement Required
21605 src/com/gps/hibernate/JournalfeedDAO.java 40 fieldCommentRequirement Required
21606 src/com/gps/hibernate/JournalfeedDAO.java 41 Avoid excessively long variable names like TARGET_LAYOUT_FRIENDLY_URL
21607 src/com/gps/hibernate/JournalfeedDAO.java 41 fieldCommentRequirement Required
21608 src/com/gps/hibernate/JournalfeedDAO.java 42 fieldCommentRequirement Required
21609 src/com/gps/hibernate/JournalfeedDAO.java 43 fieldCommentRequirement Required
21610 src/com/gps/hibernate/JournalfeedDAO.java 44 fieldCommentRequirement Required
21611 src/com/gps/hibernate/JournalfeedDAO.java 45 fieldCommentRequirement Required
21612 src/com/gps/hibernate/JournalfeedDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
21613 src/com/gps/hibernate/JournalfeedDAO.java 47 publicMethodCommentRequirement Required
21614 src/com/gps/hibernate/JournalfeedDAO.java 48 There is log block not surrounded by if
21615 src/com/gps/hibernate/JournalfeedDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21616 src/com/gps/hibernate/JournalfeedDAO.java 50 Potential violation of Law of Demeter (method chain calls)
21617 src/com/gps/hibernate/JournalfeedDAO.java 51 There is log block not surrounded by if
21618 src/com/gps/hibernate/JournalfeedDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21619 src/com/gps/hibernate/JournalfeedDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21620 src/com/gps/hibernate/JournalfeedDAO.java 53 There is log block not surrounded by if
21621 src/com/gps/hibernate/JournalfeedDAO.java 58 Avoid excessively long variable names like persistentInstance
21622 src/com/gps/hibernate/JournalfeedDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
21623 src/com/gps/hibernate/JournalfeedDAO.java 58 publicMethodCommentRequirement Required
21624 src/com/gps/hibernate/JournalfeedDAO.java 59 There is log block not surrounded by if
21625 src/com/gps/hibernate/JournalfeedDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21626 src/com/gps/hibernate/JournalfeedDAO.java 61 Potential violation of Law of Demeter (method chain calls)
21627 src/com/gps/hibernate/JournalfeedDAO.java 62 There is log block not surrounded by if
21628 src/com/gps/hibernate/JournalfeedDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21629 src/com/gps/hibernate/JournalfeedDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21630 src/com/gps/hibernate/JournalfeedDAO.java 64 There is log block not surrounded by if
21631 src/com/gps/hibernate/JournalfeedDAO.java 69 Avoid variables with short names like id
21632 src/com/gps/hibernate/JournalfeedDAO.java 69 Parameter 'id' is not assigned and could be declared final
21633 src/com/gps/hibernate/JournalfeedDAO.java 69 publicMethodCommentRequirement Required
21634 src/com/gps/hibernate/JournalfeedDAO.java 70 There is log block not surrounded by if
21635 src/com/gps/hibernate/JournalfeedDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21636 src/com/gps/hibernate/JournalfeedDAO.java 72 Local variable 'instance' could be declared final
21637 src/com/gps/hibernate/JournalfeedDAO.java 72 Potential violation of Law of Demeter (method chain calls)
21638 src/com/gps/hibernate/JournalfeedDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21639 src/com/gps/hibernate/JournalfeedDAO.java 76 There is log block not surrounded by if
21640 src/com/gps/hibernate/JournalfeedDAO.java 81 Parameter 'instance' is not assigned and could be declared final
21641 src/com/gps/hibernate/JournalfeedDAO.java 81 publicMethodCommentRequirement Required
21642 src/com/gps/hibernate/JournalfeedDAO.java 82 There is log block not surrounded by if
21643 src/com/gps/hibernate/JournalfeedDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21644 src/com/gps/hibernate/JournalfeedDAO.java 84 Local variable 'results' could be declared final
21645 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21646 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21647 src/com/gps/hibernate/JournalfeedDAO.java 84 Potential violation of Law of Demeter (method chain calls)
21648 src/com/gps/hibernate/JournalfeedDAO.java 87 There is log block not surrounded by if
21649 src/com/gps/hibernate/JournalfeedDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21650 src/com/gps/hibernate/JournalfeedDAO.java 88 Potential violation of Law of Demeter (object not created locally)
21651 src/com/gps/hibernate/JournalfeedDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21652 src/com/gps/hibernate/JournalfeedDAO.java 91 There is log block not surrounded by if
21653 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
21654 src/com/gps/hibernate/JournalfeedDAO.java 96 Parameter 'value' is not assigned and could be declared final
21655 src/com/gps/hibernate/JournalfeedDAO.java 96 publicMethodCommentRequirement Required
21656 src/com/gps/hibernate/JournalfeedDAO.java 97 There is log block not surrounded by if
21657 src/com/gps/hibernate/JournalfeedDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21658 src/com/gps/hibernate/JournalfeedDAO.java 100 Local variable 'queryString' could be declared final
21659 src/com/gps/hibernate/JournalfeedDAO.java 102 Local variable 'queryObject' could be declared final
21660 src/com/gps/hibernate/JournalfeedDAO.java 102 Potential violation of Law of Demeter (method chain calls)
21661 src/com/gps/hibernate/JournalfeedDAO.java 103 Potential violation of Law of Demeter (object not created locally)
21662 src/com/gps/hibernate/JournalfeedDAO.java 104 Potential violation of Law of Demeter (object not created locally)
21663 src/com/gps/hibernate/JournalfeedDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21664 src/com/gps/hibernate/JournalfeedDAO.java 106 There is log block not surrounded by if
21665 src/com/gps/hibernate/JournalfeedDAO.java 111 Parameter 'uuid' is not assigned and could be declared final
21666 src/com/gps/hibernate/JournalfeedDAO.java 111 publicMethodCommentRequirement Required
21667 src/com/gps/hibernate/JournalfeedDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
21668 src/com/gps/hibernate/JournalfeedDAO.java 115 publicMethodCommentRequirement Required
21669 src/com/gps/hibernate/JournalfeedDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
21670 src/com/gps/hibernate/JournalfeedDAO.java 119 publicMethodCommentRequirement Required
21671 src/com/gps/hibernate/JournalfeedDAO.java 123 Parameter 'userId' is not assigned and could be declared final
21672 src/com/gps/hibernate/JournalfeedDAO.java 123 publicMethodCommentRequirement Required
21673 src/com/gps/hibernate/JournalfeedDAO.java 127 Parameter 'userName' is not assigned and could be declared final
21674 src/com/gps/hibernate/JournalfeedDAO.java 127 publicMethodCommentRequirement Required
21675 src/com/gps/hibernate/JournalfeedDAO.java 131 Parameter 'feedId' is not assigned and could be declared final
21676 src/com/gps/hibernate/JournalfeedDAO.java 131 publicMethodCommentRequirement Required
21677 src/com/gps/hibernate/JournalfeedDAO.java 135 Parameter 'name' is not assigned and could be declared final
21678 src/com/gps/hibernate/JournalfeedDAO.java 135 publicMethodCommentRequirement Required
21679 src/com/gps/hibernate/JournalfeedDAO.java 139 Parameter 'description' is not assigned and could be declared final
21680 src/com/gps/hibernate/JournalfeedDAO.java 139 publicMethodCommentRequirement Required
21681 src/com/gps/hibernate/JournalfeedDAO.java 143 Parameter 'type' is not assigned and could be declared final
21682 src/com/gps/hibernate/JournalfeedDAO.java 143 publicMethodCommentRequirement Required
21683 src/com/gps/hibernate/JournalfeedDAO.java 147 Parameter 'structureId' is not assigned and could be declared final
21684 src/com/gps/hibernate/JournalfeedDAO.java 147 publicMethodCommentRequirement Required
21685 src/com/gps/hibernate/JournalfeedDAO.java 151 Parameter 'templateId' is not assigned and could be declared final
21686 src/com/gps/hibernate/JournalfeedDAO.java 151 publicMethodCommentRequirement Required
21687 src/com/gps/hibernate/JournalfeedDAO.java 155 Avoid excessively long variable names like rendererTemplateId
21688 src/com/gps/hibernate/JournalfeedDAO.java 155 Parameter 'rendererTemplateId' is not assigned and could be declared final
21689 src/com/gps/hibernate/JournalfeedDAO.java 155 publicMethodCommentRequirement Required
21690 src/com/gps/hibernate/JournalfeedDAO.java 159 Parameter 'delta' is not assigned and could be declared final
21691 src/com/gps/hibernate/JournalfeedDAO.java 159 publicMethodCommentRequirement Required
21692 src/com/gps/hibernate/JournalfeedDAO.java 163 Parameter 'orderByCol' is not assigned and could be declared final
21693 src/com/gps/hibernate/JournalfeedDAO.java 163 publicMethodCommentRequirement Required
21694 src/com/gps/hibernate/JournalfeedDAO.java 167 Parameter 'orderByType' is not assigned and could be declared final
21695 src/com/gps/hibernate/JournalfeedDAO.java 167 publicMethodCommentRequirement Required
21696 src/com/gps/hibernate/JournalfeedDAO.java 171 Avoid excessively long variable names like targetLayoutFriendlyUrl
21697 src/com/gps/hibernate/JournalfeedDAO.java 171 Parameter 'targetLayoutFriendlyUrl' is not assigned and could be declared final
21698 src/com/gps/hibernate/JournalfeedDAO.java 171 publicMethodCommentRequirement Required
21699 src/com/gps/hibernate/JournalfeedDAO.java 176 Parameter 'targetPortletId' is not assigned and could be declared final
21700 src/com/gps/hibernate/JournalfeedDAO.java 176 publicMethodCommentRequirement Required
21701 src/com/gps/hibernate/JournalfeedDAO.java 180 Parameter 'contentField' is not assigned and could be declared final
21702 src/com/gps/hibernate/JournalfeedDAO.java 180 publicMethodCommentRequirement Required
21703 src/com/gps/hibernate/JournalfeedDAO.java 184 Parameter 'feedType' is not assigned and could be declared final
21704 src/com/gps/hibernate/JournalfeedDAO.java 184 publicMethodCommentRequirement Required
21705 src/com/gps/hibernate/JournalfeedDAO.java 188 Parameter 'feedVersion' is not assigned and could be declared final
21706 src/com/gps/hibernate/JournalfeedDAO.java 188 publicMethodCommentRequirement Required
21707 src/com/gps/hibernate/JournalfeedDAO.java 192 publicMethodCommentRequirement Required
21708 src/com/gps/hibernate/JournalfeedDAO.java 193 There is log block not surrounded by if
21709 src/com/gps/hibernate/JournalfeedDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21710 src/com/gps/hibernate/JournalfeedDAO.java 195 Local variable 'queryString' could be declared final
21711 src/com/gps/hibernate/JournalfeedDAO.java 196 Local variable 'queryObject' could be declared final
21712 src/com/gps/hibernate/JournalfeedDAO.java 196 Potential violation of Law of Demeter (method chain calls)
21713 src/com/gps/hibernate/JournalfeedDAO.java 197 Potential violation of Law of Demeter (object not created locally)
21714 src/com/gps/hibernate/JournalfeedDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21715 src/com/gps/hibernate/JournalfeedDAO.java 199 There is log block not surrounded by if
21716 src/com/gps/hibernate/JournalfeedDAO.java 204 Parameter 'detachedInstance' is not assigned and could be declared final
21717 src/com/gps/hibernate/JournalfeedDAO.java 204 publicMethodCommentRequirement Required
21718 src/com/gps/hibernate/JournalfeedDAO.java 205 There is log block not surrounded by if
21719 src/com/gps/hibernate/JournalfeedDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21720 src/com/gps/hibernate/JournalfeedDAO.java 207 Local variable 'result' could be declared final
21721 src/com/gps/hibernate/JournalfeedDAO.java 207 Potential violation of Law of Demeter (method chain calls)
21722 src/com/gps/hibernate/JournalfeedDAO.java 209 There is log block not surrounded by if
21723 src/com/gps/hibernate/JournalfeedDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21724 src/com/gps/hibernate/JournalfeedDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21725 src/com/gps/hibernate/JournalfeedDAO.java 212 There is log block not surrounded by if
21726 src/com/gps/hibernate/JournalfeedDAO.java 217 Parameter 'instance' is not assigned and could be declared final
21727 src/com/gps/hibernate/JournalfeedDAO.java 217 publicMethodCommentRequirement Required
21728 src/com/gps/hibernate/JournalfeedDAO.java 218 There is log block not surrounded by if
21729 src/com/gps/hibernate/JournalfeedDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21730 src/com/gps/hibernate/JournalfeedDAO.java 220 Potential violation of Law of Demeter (method chain calls)
21731 src/com/gps/hibernate/JournalfeedDAO.java 221 There is log block not surrounded by if
21732 src/com/gps/hibernate/JournalfeedDAO.java 221 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21733 src/com/gps/hibernate/JournalfeedDAO.java 222 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21734 src/com/gps/hibernate/JournalfeedDAO.java 223 There is log block not surrounded by if
21735 src/com/gps/hibernate/JournalfeedDAO.java 228 Parameter 'instance' is not assigned and could be declared final
21736 src/com/gps/hibernate/JournalfeedDAO.java 228 publicMethodCommentRequirement Required
21737 src/com/gps/hibernate/JournalfeedDAO.java 229 There is log block not surrounded by if
21738 src/com/gps/hibernate/JournalfeedDAO.java 229 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21739 src/com/gps/hibernate/JournalfeedDAO.java 231 Potential violation of Law of Demeter (method chain calls)
21740 src/com/gps/hibernate/JournalfeedDAO.java 232 There is log block not surrounded by if
21741 src/com/gps/hibernate/JournalfeedDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21742 src/com/gps/hibernate/JournalfeedDAO.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21743 src/com/gps/hibernate/JournalfeedDAO.java 234 There is log block not surrounded by if
21744 src/com/gps/hibernate/Journalstructure.java 11 Classes implementing Serializable should set a serialVersionUID
21745 src/com/gps/hibernate/Journalstructure.java 15 Avoid variables with short names like id
21746 src/com/gps/hibernate/Journalstructure.java 15 fieldCommentRequirement Required
21747 src/com/gps/hibernate/Journalstructure.java 16 fieldCommentRequirement Required
21748 src/com/gps/hibernate/Journalstructure.java 17 fieldCommentRequirement Required
21749 src/com/gps/hibernate/Journalstructure.java 18 fieldCommentRequirement Required
21750 src/com/gps/hibernate/Journalstructure.java 19 fieldCommentRequirement Required
21751 src/com/gps/hibernate/Journalstructure.java 20 fieldCommentRequirement Required
21752 src/com/gps/hibernate/Journalstructure.java 21 fieldCommentRequirement Required
21753 src/com/gps/hibernate/Journalstructure.java 22 fieldCommentRequirement Required
21754 src/com/gps/hibernate/Journalstructure.java 23 fieldCommentRequirement Required
21755 src/com/gps/hibernate/Journalstructure.java 24 fieldCommentRequirement Required
21756 src/com/gps/hibernate/Journalstructure.java 25 fieldCommentRequirement Required
21757 src/com/gps/hibernate/Journalstructure.java 26 fieldCommentRequirement Required
21758 src/com/gps/hibernate/Journalstructure.java 27 fieldCommentRequirement Required
21759 src/com/gps/hibernate/Journalstructure.java 32 Document empty constructor
21760 src/com/gps/hibernate/Journalstructure.java 36 Avoid variables with short names like id
21761 src/com/gps/hibernate/Journalstructure.java 36 Parameter 'id' is not assigned and could be declared final
21762 src/com/gps/hibernate/Journalstructure.java 41 Avoid long parameter lists.
21763 src/com/gps/hibernate/Journalstructure.java 41 Avoid variables with short names like id
21764 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'companyId' is not assigned and could be declared final
21765 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'groupId' is not assigned and could be declared final
21766 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'id' is not assigned and could be declared final
21767 src/com/gps/hibernate/Journalstructure.java 41 Parameter 'uuid' is not assigned and could be declared final
21768 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'createDate' is not assigned and could be declared final
21769 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
21770 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userId' is not assigned and could be declared final
21771 src/com/gps/hibernate/Journalstructure.java 42 Parameter 'userName' is not assigned and could be declared final
21772 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'name' is not assigned and could be declared final
21773 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'parentStructureId' is not assigned and could be declared final
21774 src/com/gps/hibernate/Journalstructure.java 43 Parameter 'structureId' is not assigned and could be declared final
21775 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'description' is not assigned and could be declared final
21776 src/com/gps/hibernate/Journalstructure.java 44 Parameter 'xsd' is not assigned and could be declared final
21777 src/com/gps/hibernate/Journalstructure.java 62 publicMethodCommentRequirement Required
21778 src/com/gps/hibernate/Journalstructure.java 66 Avoid variables with short names like id
21779 src/com/gps/hibernate/Journalstructure.java 66 Parameter 'id' is not assigned and could be declared final
21780 src/com/gps/hibernate/Journalstructure.java 66 publicMethodCommentRequirement Required
21781 src/com/gps/hibernate/Journalstructure.java 70 publicMethodCommentRequirement Required
21782 src/com/gps/hibernate/Journalstructure.java 74 Parameter 'uuid' is not assigned and could be declared final
21783 src/com/gps/hibernate/Journalstructure.java 74 publicMethodCommentRequirement Required
21784 src/com/gps/hibernate/Journalstructure.java 78 publicMethodCommentRequirement Required
21785 src/com/gps/hibernate/Journalstructure.java 82 Parameter 'groupId' is not assigned and could be declared final
21786 src/com/gps/hibernate/Journalstructure.java 82 publicMethodCommentRequirement Required
21787 src/com/gps/hibernate/Journalstructure.java 86 publicMethodCommentRequirement Required
21788 src/com/gps/hibernate/Journalstructure.java 90 Parameter 'companyId' is not assigned and could be declared final
21789 src/com/gps/hibernate/Journalstructure.java 90 publicMethodCommentRequirement Required
21790 src/com/gps/hibernate/Journalstructure.java 94 publicMethodCommentRequirement Required
21791 src/com/gps/hibernate/Journalstructure.java 98 Parameter 'userId' is not assigned and could be declared final
21792 src/com/gps/hibernate/Journalstructure.java 98 publicMethodCommentRequirement Required
21793 src/com/gps/hibernate/Journalstructure.java 102 publicMethodCommentRequirement Required
21794 src/com/gps/hibernate/Journalstructure.java 106 Parameter 'userName' is not assigned and could be declared final
21795 src/com/gps/hibernate/Journalstructure.java 106 publicMethodCommentRequirement Required
21796 src/com/gps/hibernate/Journalstructure.java 110 publicMethodCommentRequirement Required
21797 src/com/gps/hibernate/Journalstructure.java 114 Parameter 'createDate' is not assigned and could be declared final
21798 src/com/gps/hibernate/Journalstructure.java 114 publicMethodCommentRequirement Required
21799 src/com/gps/hibernate/Journalstructure.java 118 publicMethodCommentRequirement Required
21800 src/com/gps/hibernate/Journalstructure.java 122 Parameter 'modifiedDate' is not assigned and could be declared final
21801 src/com/gps/hibernate/Journalstructure.java 122 publicMethodCommentRequirement Required
21802 src/com/gps/hibernate/Journalstructure.java 126 publicMethodCommentRequirement Required
21803 src/com/gps/hibernate/Journalstructure.java 130 Parameter 'structureId' is not assigned and could be declared final
21804 src/com/gps/hibernate/Journalstructure.java 130 publicMethodCommentRequirement Required
21805 src/com/gps/hibernate/Journalstructure.java 134 publicMethodCommentRequirement Required
21806 src/com/gps/hibernate/Journalstructure.java 138 Parameter 'parentStructureId' is not assigned and could be declared final
21807 src/com/gps/hibernate/Journalstructure.java 138 publicMethodCommentRequirement Required
21808 src/com/gps/hibernate/Journalstructure.java 142 publicMethodCommentRequirement Required
21809 src/com/gps/hibernate/Journalstructure.java 146 Parameter 'name' is not assigned and could be declared final
21810 src/com/gps/hibernate/Journalstructure.java 146 publicMethodCommentRequirement Required
21811 src/com/gps/hibernate/Journalstructure.java 150 publicMethodCommentRequirement Required
21812 src/com/gps/hibernate/Journalstructure.java 154 Parameter 'description' is not assigned and could be declared final
21813 src/com/gps/hibernate/Journalstructure.java 154 publicMethodCommentRequirement Required
21814 src/com/gps/hibernate/Journalstructure.java 158 publicMethodCommentRequirement Required
21815 src/com/gps/hibernate/Journalstructure.java 162 Parameter 'xsd' is not assigned and could be declared final
21816 src/com/gps/hibernate/Journalstructure.java 162 publicMethodCommentRequirement Required
21817 src/com/gps/hibernate/JournalstructureDAO.java 3 Avoid unused imports such as 'java.util.Date'
21818 src/com/gps/hibernate/JournalstructureDAO.java 11 Comment is too large: Too many lines
21819 src/com/gps/hibernate/JournalstructureDAO.java 23 This class has too many methods, consider refactoring it.
21820 src/com/gps/hibernate/JournalstructureDAO.java 24 Logger should be defined private static final and have the correct class
21821 src/com/gps/hibernate/JournalstructureDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
21822 src/com/gps/hibernate/JournalstructureDAO.java 24 fieldCommentRequirement Required
21823 src/com/gps/hibernate/JournalstructureDAO.java 26 fieldCommentRequirement Required
21824 src/com/gps/hibernate/JournalstructureDAO.java 27 fieldCommentRequirement Required
21825 src/com/gps/hibernate/JournalstructureDAO.java 28 fieldCommentRequirement Required
21826 src/com/gps/hibernate/JournalstructureDAO.java 29 fieldCommentRequirement Required
21827 src/com/gps/hibernate/JournalstructureDAO.java 30 fieldCommentRequirement Required
21828 src/com/gps/hibernate/JournalstructureDAO.java 31 fieldCommentRequirement Required
21829 src/com/gps/hibernate/JournalstructureDAO.java 32 Avoid excessively long variable names like PARENT_STRUCTURE_ID
21830 src/com/gps/hibernate/JournalstructureDAO.java 32 fieldCommentRequirement Required
21831 src/com/gps/hibernate/JournalstructureDAO.java 33 fieldCommentRequirement Required
21832 src/com/gps/hibernate/JournalstructureDAO.java 34 fieldCommentRequirement Required
21833 src/com/gps/hibernate/JournalstructureDAO.java 35 fieldCommentRequirement Required
21834 src/com/gps/hibernate/JournalstructureDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
21835 src/com/gps/hibernate/JournalstructureDAO.java 37 publicMethodCommentRequirement Required
21836 src/com/gps/hibernate/JournalstructureDAO.java 38 There is log block not surrounded by if
21837 src/com/gps/hibernate/JournalstructureDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21838 src/com/gps/hibernate/JournalstructureDAO.java 40 Potential violation of Law of Demeter (method chain calls)
21839 src/com/gps/hibernate/JournalstructureDAO.java 41 There is log block not surrounded by if
21840 src/com/gps/hibernate/JournalstructureDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21841 src/com/gps/hibernate/JournalstructureDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21842 src/com/gps/hibernate/JournalstructureDAO.java 43 There is log block not surrounded by if
21843 src/com/gps/hibernate/JournalstructureDAO.java 48 Avoid excessively long variable names like persistentInstance
21844 src/com/gps/hibernate/JournalstructureDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
21845 src/com/gps/hibernate/JournalstructureDAO.java 48 publicMethodCommentRequirement Required
21846 src/com/gps/hibernate/JournalstructureDAO.java 49 There is log block not surrounded by if
21847 src/com/gps/hibernate/JournalstructureDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21848 src/com/gps/hibernate/JournalstructureDAO.java 51 Potential violation of Law of Demeter (method chain calls)
21849 src/com/gps/hibernate/JournalstructureDAO.java 52 There is log block not surrounded by if
21850 src/com/gps/hibernate/JournalstructureDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21851 src/com/gps/hibernate/JournalstructureDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21852 src/com/gps/hibernate/JournalstructureDAO.java 54 There is log block not surrounded by if
21853 src/com/gps/hibernate/JournalstructureDAO.java 59 Avoid variables with short names like id
21854 src/com/gps/hibernate/JournalstructureDAO.java 59 Parameter 'id' is not assigned and could be declared final
21855 src/com/gps/hibernate/JournalstructureDAO.java 59 publicMethodCommentRequirement Required
21856 src/com/gps/hibernate/JournalstructureDAO.java 60 There is log block not surrounded by if
21857 src/com/gps/hibernate/JournalstructureDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21858 src/com/gps/hibernate/JournalstructureDAO.java 62 Local variable 'instance' could be declared final
21859 src/com/gps/hibernate/JournalstructureDAO.java 62 Potential violation of Law of Demeter (method chain calls)
21860 src/com/gps/hibernate/JournalstructureDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21861 src/com/gps/hibernate/JournalstructureDAO.java 66 There is log block not surrounded by if
21862 src/com/gps/hibernate/JournalstructureDAO.java 71 Parameter 'instance' is not assigned and could be declared final
21863 src/com/gps/hibernate/JournalstructureDAO.java 71 publicMethodCommentRequirement Required
21864 src/com/gps/hibernate/JournalstructureDAO.java 72 There is log block not surrounded by if
21865 src/com/gps/hibernate/JournalstructureDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21866 src/com/gps/hibernate/JournalstructureDAO.java 74 Local variable 'results' could be declared final
21867 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
21868 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
21869 src/com/gps/hibernate/JournalstructureDAO.java 74 Potential violation of Law of Demeter (method chain calls)
21870 src/com/gps/hibernate/JournalstructureDAO.java 77 There is log block not surrounded by if
21871 src/com/gps/hibernate/JournalstructureDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21872 src/com/gps/hibernate/JournalstructureDAO.java 78 Potential violation of Law of Demeter (object not created locally)
21873 src/com/gps/hibernate/JournalstructureDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21874 src/com/gps/hibernate/JournalstructureDAO.java 81 There is log block not surrounded by if
21875 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
21876 src/com/gps/hibernate/JournalstructureDAO.java 86 Parameter 'value' is not assigned and could be declared final
21877 src/com/gps/hibernate/JournalstructureDAO.java 86 publicMethodCommentRequirement Required
21878 src/com/gps/hibernate/JournalstructureDAO.java 87 There is log block not surrounded by if
21879 src/com/gps/hibernate/JournalstructureDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21880 src/com/gps/hibernate/JournalstructureDAO.java 90 Local variable 'queryString' could be declared final
21881 src/com/gps/hibernate/JournalstructureDAO.java 92 Local variable 'queryObject' could be declared final
21882 src/com/gps/hibernate/JournalstructureDAO.java 92 Potential violation of Law of Demeter (method chain calls)
21883 src/com/gps/hibernate/JournalstructureDAO.java 93 Potential violation of Law of Demeter (object not created locally)
21884 src/com/gps/hibernate/JournalstructureDAO.java 94 Potential violation of Law of Demeter (object not created locally)
21885 src/com/gps/hibernate/JournalstructureDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21886 src/com/gps/hibernate/JournalstructureDAO.java 96 There is log block not surrounded by if
21887 src/com/gps/hibernate/JournalstructureDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
21888 src/com/gps/hibernate/JournalstructureDAO.java 101 publicMethodCommentRequirement Required
21889 src/com/gps/hibernate/JournalstructureDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
21890 src/com/gps/hibernate/JournalstructureDAO.java 105 publicMethodCommentRequirement Required
21891 src/com/gps/hibernate/JournalstructureDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
21892 src/com/gps/hibernate/JournalstructureDAO.java 109 publicMethodCommentRequirement Required
21893 src/com/gps/hibernate/JournalstructureDAO.java 113 Parameter 'userId' is not assigned and could be declared final
21894 src/com/gps/hibernate/JournalstructureDAO.java 113 publicMethodCommentRequirement Required
21895 src/com/gps/hibernate/JournalstructureDAO.java 117 Parameter 'userName' is not assigned and could be declared final
21896 src/com/gps/hibernate/JournalstructureDAO.java 117 publicMethodCommentRequirement Required
21897 src/com/gps/hibernate/JournalstructureDAO.java 121 Parameter 'structureId' is not assigned and could be declared final
21898 src/com/gps/hibernate/JournalstructureDAO.java 121 publicMethodCommentRequirement Required
21899 src/com/gps/hibernate/JournalstructureDAO.java 125 Parameter 'parentStructureId' is not assigned and could be declared final
21900 src/com/gps/hibernate/JournalstructureDAO.java 125 publicMethodCommentRequirement Required
21901 src/com/gps/hibernate/JournalstructureDAO.java 129 Parameter 'name' is not assigned and could be declared final
21902 src/com/gps/hibernate/JournalstructureDAO.java 129 publicMethodCommentRequirement Required
21903 src/com/gps/hibernate/JournalstructureDAO.java 133 Parameter 'description' is not assigned and could be declared final
21904 src/com/gps/hibernate/JournalstructureDAO.java 133 publicMethodCommentRequirement Required
21905 src/com/gps/hibernate/JournalstructureDAO.java 137 Parameter 'xsd' is not assigned and could be declared final
21906 src/com/gps/hibernate/JournalstructureDAO.java 137 publicMethodCommentRequirement Required
21907 src/com/gps/hibernate/JournalstructureDAO.java 141 publicMethodCommentRequirement Required
21908 src/com/gps/hibernate/JournalstructureDAO.java 142 There is log block not surrounded by if
21909 src/com/gps/hibernate/JournalstructureDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21910 src/com/gps/hibernate/JournalstructureDAO.java 144 Local variable 'queryString' could be declared final
21911 src/com/gps/hibernate/JournalstructureDAO.java 145 Local variable 'queryObject' could be declared final
21912 src/com/gps/hibernate/JournalstructureDAO.java 145 Potential violation of Law of Demeter (method chain calls)
21913 src/com/gps/hibernate/JournalstructureDAO.java 146 Potential violation of Law of Demeter (object not created locally)
21914 src/com/gps/hibernate/JournalstructureDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21915 src/com/gps/hibernate/JournalstructureDAO.java 148 There is log block not surrounded by if
21916 src/com/gps/hibernate/JournalstructureDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
21917 src/com/gps/hibernate/JournalstructureDAO.java 153 publicMethodCommentRequirement Required
21918 src/com/gps/hibernate/JournalstructureDAO.java 154 There is log block not surrounded by if
21919 src/com/gps/hibernate/JournalstructureDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21920 src/com/gps/hibernate/JournalstructureDAO.java 156 Local variable 'result' could be declared final
21921 src/com/gps/hibernate/JournalstructureDAO.java 156 Potential violation of Law of Demeter (method chain calls)
21922 src/com/gps/hibernate/JournalstructureDAO.java 158 There is log block not surrounded by if
21923 src/com/gps/hibernate/JournalstructureDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21924 src/com/gps/hibernate/JournalstructureDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21925 src/com/gps/hibernate/JournalstructureDAO.java 161 There is log block not surrounded by if
21926 src/com/gps/hibernate/JournalstructureDAO.java 166 Parameter 'instance' is not assigned and could be declared final
21927 src/com/gps/hibernate/JournalstructureDAO.java 166 publicMethodCommentRequirement Required
21928 src/com/gps/hibernate/JournalstructureDAO.java 167 There is log block not surrounded by if
21929 src/com/gps/hibernate/JournalstructureDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21930 src/com/gps/hibernate/JournalstructureDAO.java 169 Potential violation of Law of Demeter (method chain calls)
21931 src/com/gps/hibernate/JournalstructureDAO.java 170 There is log block not surrounded by if
21932 src/com/gps/hibernate/JournalstructureDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21933 src/com/gps/hibernate/JournalstructureDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21934 src/com/gps/hibernate/JournalstructureDAO.java 172 There is log block not surrounded by if
21935 src/com/gps/hibernate/JournalstructureDAO.java 177 Parameter 'instance' is not assigned and could be declared final
21936 src/com/gps/hibernate/JournalstructureDAO.java 177 publicMethodCommentRequirement Required
21937 src/com/gps/hibernate/JournalstructureDAO.java 178 There is log block not surrounded by if
21938 src/com/gps/hibernate/JournalstructureDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21939 src/com/gps/hibernate/JournalstructureDAO.java 180 Potential violation of Law of Demeter (method chain calls)
21940 src/com/gps/hibernate/JournalstructureDAO.java 181 There is log block not surrounded by if
21941 src/com/gps/hibernate/JournalstructureDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
21942 src/com/gps/hibernate/JournalstructureDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
21943 src/com/gps/hibernate/JournalstructureDAO.java 183 There is log block not surrounded by if
21944 src/com/gps/hibernate/Journaltemplate.java 11 Classes implementing Serializable should set a serialVersionUID
21945 src/com/gps/hibernate/Journaltemplate.java 11 Too many fields
21946 src/com/gps/hibernate/Journaltemplate.java 15 Avoid variables with short names like id
21947 src/com/gps/hibernate/Journaltemplate.java 15 fieldCommentRequirement Required
21948 src/com/gps/hibernate/Journaltemplate.java 16 fieldCommentRequirement Required
21949 src/com/gps/hibernate/Journaltemplate.java 17 fieldCommentRequirement Required
21950 src/com/gps/hibernate/Journaltemplate.java 18 fieldCommentRequirement Required
21951 src/com/gps/hibernate/Journaltemplate.java 19 fieldCommentRequirement Required
21952 src/com/gps/hibernate/Journaltemplate.java 20 fieldCommentRequirement Required
21953 src/com/gps/hibernate/Journaltemplate.java 21 fieldCommentRequirement Required
21954 src/com/gps/hibernate/Journaltemplate.java 22 fieldCommentRequirement Required
21955 src/com/gps/hibernate/Journaltemplate.java 23 fieldCommentRequirement Required
21956 src/com/gps/hibernate/Journaltemplate.java 24 fieldCommentRequirement Required
21957 src/com/gps/hibernate/Journaltemplate.java 25 fieldCommentRequirement Required
21958 src/com/gps/hibernate/Journaltemplate.java 26 fieldCommentRequirement Required
21959 src/com/gps/hibernate/Journaltemplate.java 27 fieldCommentRequirement Required
21960 src/com/gps/hibernate/Journaltemplate.java 28 fieldCommentRequirement Required
21961 src/com/gps/hibernate/Journaltemplate.java 29 fieldCommentRequirement Required
21962 src/com/gps/hibernate/Journaltemplate.java 30 fieldCommentRequirement Required
21963 src/com/gps/hibernate/Journaltemplate.java 31 fieldCommentRequirement Required
21964 src/com/gps/hibernate/Journaltemplate.java 32 fieldCommentRequirement Required
21965 src/com/gps/hibernate/Journaltemplate.java 37 Document empty constructor
21966 src/com/gps/hibernate/Journaltemplate.java 41 Avoid variables with short names like id
21967 src/com/gps/hibernate/Journaltemplate.java 41 Parameter 'id' is not assigned and could be declared final
21968 src/com/gps/hibernate/Journaltemplate.java 46 Avoid long parameter lists.
21969 src/com/gps/hibernate/Journaltemplate.java 46 Avoid variables with short names like id
21970 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'companyId' is not assigned and could be declared final
21971 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'groupId' is not assigned and could be declared final
21972 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'id' is not assigned and could be declared final
21973 src/com/gps/hibernate/Journaltemplate.java 46 Parameter 'uuid' is not assigned and could be declared final
21974 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'createDate' is not assigned and could be declared final
21975 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
21976 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userId' is not assigned and could be declared final
21977 src/com/gps/hibernate/Journaltemplate.java 47 Parameter 'userName' is not assigned and could be declared final
21978 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'name' is not assigned and could be declared final
21979 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'structureId' is not assigned and could be declared final
21980 src/com/gps/hibernate/Journaltemplate.java 48 Parameter 'templateId' is not assigned and could be declared final
21981 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'cacheable' is not assigned and could be declared final
21982 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'description' is not assigned and could be declared final
21983 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'langType' is not assigned and could be declared final
21984 src/com/gps/hibernate/Journaltemplate.java 49 Parameter 'xsl' is not assigned and could be declared final
21985 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImage' is not assigned and could be declared final
21986 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageId' is not assigned and could be declared final
21987 src/com/gps/hibernate/Journaltemplate.java 50 Parameter 'smallImageUrl' is not assigned and could be declared final
21988 src/com/gps/hibernate/Journaltemplate.java 73 publicMethodCommentRequirement Required
21989 src/com/gps/hibernate/Journaltemplate.java 77 Avoid variables with short names like id
21990 src/com/gps/hibernate/Journaltemplate.java 77 Parameter 'id' is not assigned and could be declared final
21991 src/com/gps/hibernate/Journaltemplate.java 77 publicMethodCommentRequirement Required
21992 src/com/gps/hibernate/Journaltemplate.java 81 publicMethodCommentRequirement Required
21993 src/com/gps/hibernate/Journaltemplate.java 85 Parameter 'uuid' is not assigned and could be declared final
21994 src/com/gps/hibernate/Journaltemplate.java 85 publicMethodCommentRequirement Required
21995 src/com/gps/hibernate/Journaltemplate.java 89 publicMethodCommentRequirement Required
21996 src/com/gps/hibernate/Journaltemplate.java 93 Parameter 'groupId' is not assigned and could be declared final
21997 src/com/gps/hibernate/Journaltemplate.java 93 publicMethodCommentRequirement Required
21998 src/com/gps/hibernate/Journaltemplate.java 97 publicMethodCommentRequirement Required
21999 src/com/gps/hibernate/Journaltemplate.java 101 Parameter 'companyId' is not assigned and could be declared final
22000 src/com/gps/hibernate/Journaltemplate.java 101 publicMethodCommentRequirement Required
22001 src/com/gps/hibernate/Journaltemplate.java 105 publicMethodCommentRequirement Required
22002 src/com/gps/hibernate/Journaltemplate.java 109 Parameter 'userId' is not assigned and could be declared final
22003 src/com/gps/hibernate/Journaltemplate.java 109 publicMethodCommentRequirement Required
22004 src/com/gps/hibernate/Journaltemplate.java 113 publicMethodCommentRequirement Required
22005 src/com/gps/hibernate/Journaltemplate.java 117 Parameter 'userName' is not assigned and could be declared final
22006 src/com/gps/hibernate/Journaltemplate.java 117 publicMethodCommentRequirement Required
22007 src/com/gps/hibernate/Journaltemplate.java 121 publicMethodCommentRequirement Required
22008 src/com/gps/hibernate/Journaltemplate.java 125 Parameter 'createDate' is not assigned and could be declared final
22009 src/com/gps/hibernate/Journaltemplate.java 125 publicMethodCommentRequirement Required
22010 src/com/gps/hibernate/Journaltemplate.java 129 publicMethodCommentRequirement Required
22011 src/com/gps/hibernate/Journaltemplate.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
22012 src/com/gps/hibernate/Journaltemplate.java 133 publicMethodCommentRequirement Required
22013 src/com/gps/hibernate/Journaltemplate.java 137 publicMethodCommentRequirement Required
22014 src/com/gps/hibernate/Journaltemplate.java 141 Parameter 'templateId' is not assigned and could be declared final
22015 src/com/gps/hibernate/Journaltemplate.java 141 publicMethodCommentRequirement Required
22016 src/com/gps/hibernate/Journaltemplate.java 145 publicMethodCommentRequirement Required
22017 src/com/gps/hibernate/Journaltemplate.java 149 Parameter 'structureId' is not assigned and could be declared final
22018 src/com/gps/hibernate/Journaltemplate.java 149 publicMethodCommentRequirement Required
22019 src/com/gps/hibernate/Journaltemplate.java 153 publicMethodCommentRequirement Required
22020 src/com/gps/hibernate/Journaltemplate.java 157 Parameter 'name' is not assigned and could be declared final
22021 src/com/gps/hibernate/Journaltemplate.java 157 publicMethodCommentRequirement Required
22022 src/com/gps/hibernate/Journaltemplate.java 161 publicMethodCommentRequirement Required
22023 src/com/gps/hibernate/Journaltemplate.java 165 Parameter 'description' is not assigned and could be declared final
22024 src/com/gps/hibernate/Journaltemplate.java 165 publicMethodCommentRequirement Required
22025 src/com/gps/hibernate/Journaltemplate.java 169 publicMethodCommentRequirement Required
22026 src/com/gps/hibernate/Journaltemplate.java 173 Parameter 'xsl' is not assigned and could be declared final
22027 src/com/gps/hibernate/Journaltemplate.java 173 publicMethodCommentRequirement Required
22028 src/com/gps/hibernate/Journaltemplate.java 177 publicMethodCommentRequirement Required
22029 src/com/gps/hibernate/Journaltemplate.java 181 Parameter 'langType' is not assigned and could be declared final
22030 src/com/gps/hibernate/Journaltemplate.java 181 publicMethodCommentRequirement Required
22031 src/com/gps/hibernate/Journaltemplate.java 185 publicMethodCommentRequirement Required
22032 src/com/gps/hibernate/Journaltemplate.java 189 Parameter 'cacheable' is not assigned and could be declared final
22033 src/com/gps/hibernate/Journaltemplate.java 189 publicMethodCommentRequirement Required
22034 src/com/gps/hibernate/Journaltemplate.java 193 publicMethodCommentRequirement Required
22035 src/com/gps/hibernate/Journaltemplate.java 197 Parameter 'smallImage' is not assigned and could be declared final
22036 src/com/gps/hibernate/Journaltemplate.java 197 publicMethodCommentRequirement Required
22037 src/com/gps/hibernate/Journaltemplate.java 201 publicMethodCommentRequirement Required
22038 src/com/gps/hibernate/Journaltemplate.java 205 Parameter 'smallImageId' is not assigned and could be declared final
22039 src/com/gps/hibernate/Journaltemplate.java 205 publicMethodCommentRequirement Required
22040 src/com/gps/hibernate/Journaltemplate.java 209 publicMethodCommentRequirement Required
22041 src/com/gps/hibernate/Journaltemplate.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
22042 src/com/gps/hibernate/Journaltemplate.java 213 publicMethodCommentRequirement Required
22043 src/com/gps/hibernate/JournaltemplateDAO.java 3 Avoid unused imports such as 'java.util.Date'
22044 src/com/gps/hibernate/JournaltemplateDAO.java 11 Comment is too large: Too many lines
22045 src/com/gps/hibernate/JournaltemplateDAO.java 23 This class has too many methods, consider refactoring it.
22046 src/com/gps/hibernate/JournaltemplateDAO.java 24 Logger should be defined private static final and have the correct class
22047 src/com/gps/hibernate/JournaltemplateDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
22048 src/com/gps/hibernate/JournaltemplateDAO.java 24 fieldCommentRequirement Required
22049 src/com/gps/hibernate/JournaltemplateDAO.java 26 fieldCommentRequirement Required
22050 src/com/gps/hibernate/JournaltemplateDAO.java 27 fieldCommentRequirement Required
22051 src/com/gps/hibernate/JournaltemplateDAO.java 28 fieldCommentRequirement Required
22052 src/com/gps/hibernate/JournaltemplateDAO.java 29 fieldCommentRequirement Required
22053 src/com/gps/hibernate/JournaltemplateDAO.java 30 fieldCommentRequirement Required
22054 src/com/gps/hibernate/JournaltemplateDAO.java 31 fieldCommentRequirement Required
22055 src/com/gps/hibernate/JournaltemplateDAO.java 32 fieldCommentRequirement Required
22056 src/com/gps/hibernate/JournaltemplateDAO.java 33 fieldCommentRequirement Required
22057 src/com/gps/hibernate/JournaltemplateDAO.java 34 fieldCommentRequirement Required
22058 src/com/gps/hibernate/JournaltemplateDAO.java 35 fieldCommentRequirement Required
22059 src/com/gps/hibernate/JournaltemplateDAO.java 36 fieldCommentRequirement Required
22060 src/com/gps/hibernate/JournaltemplateDAO.java 37 fieldCommentRequirement Required
22061 src/com/gps/hibernate/JournaltemplateDAO.java 38 fieldCommentRequirement Required
22062 src/com/gps/hibernate/JournaltemplateDAO.java 39 fieldCommentRequirement Required
22063 src/com/gps/hibernate/JournaltemplateDAO.java 40 fieldCommentRequirement Required
22064 src/com/gps/hibernate/JournaltemplateDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
22065 src/com/gps/hibernate/JournaltemplateDAO.java 42 publicMethodCommentRequirement Required
22066 src/com/gps/hibernate/JournaltemplateDAO.java 43 There is log block not surrounded by if
22067 src/com/gps/hibernate/JournaltemplateDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22068 src/com/gps/hibernate/JournaltemplateDAO.java 45 Potential violation of Law of Demeter (method chain calls)
22069 src/com/gps/hibernate/JournaltemplateDAO.java 46 There is log block not surrounded by if
22070 src/com/gps/hibernate/JournaltemplateDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22071 src/com/gps/hibernate/JournaltemplateDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22072 src/com/gps/hibernate/JournaltemplateDAO.java 48 There is log block not surrounded by if
22073 src/com/gps/hibernate/JournaltemplateDAO.java 53 Avoid excessively long variable names like persistentInstance
22074 src/com/gps/hibernate/JournaltemplateDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
22075 src/com/gps/hibernate/JournaltemplateDAO.java 53 publicMethodCommentRequirement Required
22076 src/com/gps/hibernate/JournaltemplateDAO.java 54 There is log block not surrounded by if
22077 src/com/gps/hibernate/JournaltemplateDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22078 src/com/gps/hibernate/JournaltemplateDAO.java 56 Potential violation of Law of Demeter (method chain calls)
22079 src/com/gps/hibernate/JournaltemplateDAO.java 57 There is log block not surrounded by if
22080 src/com/gps/hibernate/JournaltemplateDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22081 src/com/gps/hibernate/JournaltemplateDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22082 src/com/gps/hibernate/JournaltemplateDAO.java 59 There is log block not surrounded by if
22083 src/com/gps/hibernate/JournaltemplateDAO.java 64 Avoid variables with short names like id
22084 src/com/gps/hibernate/JournaltemplateDAO.java 64 Parameter 'id' is not assigned and could be declared final
22085 src/com/gps/hibernate/JournaltemplateDAO.java 64 publicMethodCommentRequirement Required
22086 src/com/gps/hibernate/JournaltemplateDAO.java 65 There is log block not surrounded by if
22087 src/com/gps/hibernate/JournaltemplateDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22088 src/com/gps/hibernate/JournaltemplateDAO.java 67 Local variable 'instance' could be declared final
22089 src/com/gps/hibernate/JournaltemplateDAO.java 67 Potential violation of Law of Demeter (method chain calls)
22090 src/com/gps/hibernate/JournaltemplateDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22091 src/com/gps/hibernate/JournaltemplateDAO.java 71 There is log block not surrounded by if
22092 src/com/gps/hibernate/JournaltemplateDAO.java 76 Parameter 'instance' is not assigned and could be declared final
22093 src/com/gps/hibernate/JournaltemplateDAO.java 76 publicMethodCommentRequirement Required
22094 src/com/gps/hibernate/JournaltemplateDAO.java 77 There is log block not surrounded by if
22095 src/com/gps/hibernate/JournaltemplateDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22096 src/com/gps/hibernate/JournaltemplateDAO.java 79 Local variable 'results' could be declared final
22097 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
22098 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
22099 src/com/gps/hibernate/JournaltemplateDAO.java 79 Potential violation of Law of Demeter (method chain calls)
22100 src/com/gps/hibernate/JournaltemplateDAO.java 82 There is log block not surrounded by if
22101 src/com/gps/hibernate/JournaltemplateDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22102 src/com/gps/hibernate/JournaltemplateDAO.java 83 Potential violation of Law of Demeter (object not created locally)
22103 src/com/gps/hibernate/JournaltemplateDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22104 src/com/gps/hibernate/JournaltemplateDAO.java 86 There is log block not surrounded by if
22105 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
22106 src/com/gps/hibernate/JournaltemplateDAO.java 91 Parameter 'value' is not assigned and could be declared final
22107 src/com/gps/hibernate/JournaltemplateDAO.java 91 publicMethodCommentRequirement Required
22108 src/com/gps/hibernate/JournaltemplateDAO.java 92 There is log block not surrounded by if
22109 src/com/gps/hibernate/JournaltemplateDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22110 src/com/gps/hibernate/JournaltemplateDAO.java 95 Local variable 'queryString' could be declared final
22111 src/com/gps/hibernate/JournaltemplateDAO.java 97 Local variable 'queryObject' could be declared final
22112 src/com/gps/hibernate/JournaltemplateDAO.java 97 Potential violation of Law of Demeter (method chain calls)
22113 src/com/gps/hibernate/JournaltemplateDAO.java 98 Potential violation of Law of Demeter (object not created locally)
22114 src/com/gps/hibernate/JournaltemplateDAO.java 99 Potential violation of Law of Demeter (object not created locally)
22115 src/com/gps/hibernate/JournaltemplateDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22116 src/com/gps/hibernate/JournaltemplateDAO.java 101 There is log block not surrounded by if
22117 src/com/gps/hibernate/JournaltemplateDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
22118 src/com/gps/hibernate/JournaltemplateDAO.java 106 publicMethodCommentRequirement Required
22119 src/com/gps/hibernate/JournaltemplateDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
22120 src/com/gps/hibernate/JournaltemplateDAO.java 110 publicMethodCommentRequirement Required
22121 src/com/gps/hibernate/JournaltemplateDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
22122 src/com/gps/hibernate/JournaltemplateDAO.java 114 publicMethodCommentRequirement Required
22123 src/com/gps/hibernate/JournaltemplateDAO.java 118 Parameter 'userId' is not assigned and could be declared final
22124 src/com/gps/hibernate/JournaltemplateDAO.java 118 publicMethodCommentRequirement Required
22125 src/com/gps/hibernate/JournaltemplateDAO.java 122 Parameter 'userName' is not assigned and could be declared final
22126 src/com/gps/hibernate/JournaltemplateDAO.java 122 publicMethodCommentRequirement Required
22127 src/com/gps/hibernate/JournaltemplateDAO.java 126 Parameter 'templateId' is not assigned and could be declared final
22128 src/com/gps/hibernate/JournaltemplateDAO.java 126 publicMethodCommentRequirement Required
22129 src/com/gps/hibernate/JournaltemplateDAO.java 130 Parameter 'structureId' is not assigned and could be declared final
22130 src/com/gps/hibernate/JournaltemplateDAO.java 130 publicMethodCommentRequirement Required
22131 src/com/gps/hibernate/JournaltemplateDAO.java 134 Parameter 'name' is not assigned and could be declared final
22132 src/com/gps/hibernate/JournaltemplateDAO.java 134 publicMethodCommentRequirement Required
22133 src/com/gps/hibernate/JournaltemplateDAO.java 138 Parameter 'description' is not assigned and could be declared final
22134 src/com/gps/hibernate/JournaltemplateDAO.java 138 publicMethodCommentRequirement Required
22135 src/com/gps/hibernate/JournaltemplateDAO.java 142 Parameter 'xsl' is not assigned and could be declared final
22136 src/com/gps/hibernate/JournaltemplateDAO.java 142 publicMethodCommentRequirement Required
22137 src/com/gps/hibernate/JournaltemplateDAO.java 146 Parameter 'langType' is not assigned and could be declared final
22138 src/com/gps/hibernate/JournaltemplateDAO.java 146 publicMethodCommentRequirement Required
22139 src/com/gps/hibernate/JournaltemplateDAO.java 150 Parameter 'cacheable' is not assigned and could be declared final
22140 src/com/gps/hibernate/JournaltemplateDAO.java 150 publicMethodCommentRequirement Required
22141 src/com/gps/hibernate/JournaltemplateDAO.java 154 Parameter 'smallImage' is not assigned and could be declared final
22142 src/com/gps/hibernate/JournaltemplateDAO.java 154 publicMethodCommentRequirement Required
22143 src/com/gps/hibernate/JournaltemplateDAO.java 158 Parameter 'smallImageId' is not assigned and could be declared final
22144 src/com/gps/hibernate/JournaltemplateDAO.java 158 publicMethodCommentRequirement Required
22145 src/com/gps/hibernate/JournaltemplateDAO.java 162 Parameter 'smallImageUrl' is not assigned and could be declared final
22146 src/com/gps/hibernate/JournaltemplateDAO.java 162 publicMethodCommentRequirement Required
22147 src/com/gps/hibernate/JournaltemplateDAO.java 166 publicMethodCommentRequirement Required
22148 src/com/gps/hibernate/JournaltemplateDAO.java 167 There is log block not surrounded by if
22149 src/com/gps/hibernate/JournaltemplateDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22150 src/com/gps/hibernate/JournaltemplateDAO.java 169 Local variable 'queryString' could be declared final
22151 src/com/gps/hibernate/JournaltemplateDAO.java 170 Local variable 'queryObject' could be declared final
22152 src/com/gps/hibernate/JournaltemplateDAO.java 170 Potential violation of Law of Demeter (method chain calls)
22153 src/com/gps/hibernate/JournaltemplateDAO.java 171 Potential violation of Law of Demeter (object not created locally)
22154 src/com/gps/hibernate/JournaltemplateDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22155 src/com/gps/hibernate/JournaltemplateDAO.java 173 There is log block not surrounded by if
22156 src/com/gps/hibernate/JournaltemplateDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
22157 src/com/gps/hibernate/JournaltemplateDAO.java 178 publicMethodCommentRequirement Required
22158 src/com/gps/hibernate/JournaltemplateDAO.java 179 There is log block not surrounded by if
22159 src/com/gps/hibernate/JournaltemplateDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22160 src/com/gps/hibernate/JournaltemplateDAO.java 181 Local variable 'result' could be declared final
22161 src/com/gps/hibernate/JournaltemplateDAO.java 181 Potential violation of Law of Demeter (method chain calls)
22162 src/com/gps/hibernate/JournaltemplateDAO.java 183 There is log block not surrounded by if
22163 src/com/gps/hibernate/JournaltemplateDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22164 src/com/gps/hibernate/JournaltemplateDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22165 src/com/gps/hibernate/JournaltemplateDAO.java 186 There is log block not surrounded by if
22166 src/com/gps/hibernate/JournaltemplateDAO.java 191 Parameter 'instance' is not assigned and could be declared final
22167 src/com/gps/hibernate/JournaltemplateDAO.java 191 publicMethodCommentRequirement Required
22168 src/com/gps/hibernate/JournaltemplateDAO.java 192 There is log block not surrounded by if
22169 src/com/gps/hibernate/JournaltemplateDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22170 src/com/gps/hibernate/JournaltemplateDAO.java 194 Potential violation of Law of Demeter (method chain calls)
22171 src/com/gps/hibernate/JournaltemplateDAO.java 195 There is log block not surrounded by if
22172 src/com/gps/hibernate/JournaltemplateDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22173 src/com/gps/hibernate/JournaltemplateDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22174 src/com/gps/hibernate/JournaltemplateDAO.java 197 There is log block not surrounded by if
22175 src/com/gps/hibernate/JournaltemplateDAO.java 202 Parameter 'instance' is not assigned and could be declared final
22176 src/com/gps/hibernate/JournaltemplateDAO.java 202 publicMethodCommentRequirement Required
22177 src/com/gps/hibernate/JournaltemplateDAO.java 203 There is log block not surrounded by if
22178 src/com/gps/hibernate/JournaltemplateDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22179 src/com/gps/hibernate/JournaltemplateDAO.java 205 Potential violation of Law of Demeter (method chain calls)
22180 src/com/gps/hibernate/JournaltemplateDAO.java 206 There is log block not surrounded by if
22181 src/com/gps/hibernate/JournaltemplateDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22182 src/com/gps/hibernate/JournaltemplateDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22183 src/com/gps/hibernate/JournaltemplateDAO.java 208 There is log block not surrounded by if
22184 src/com/gps/hibernate/Layout.java 9 Classes implementing Serializable should set a serialVersionUID
22185 src/com/gps/hibernate/Layout.java 9 Too many fields
22186 src/com/gps/hibernate/Layout.java 13 fieldCommentRequirement Required
22187 src/com/gps/hibernate/Layout.java 14 fieldCommentRequirement Required
22188 src/com/gps/hibernate/Layout.java 15 fieldCommentRequirement Required
22189 src/com/gps/hibernate/Layout.java 16 fieldCommentRequirement Required
22190 src/com/gps/hibernate/Layout.java 17 fieldCommentRequirement Required
22191 src/com/gps/hibernate/Layout.java 18 fieldCommentRequirement Required
22192 src/com/gps/hibernate/Layout.java 19 fieldCommentRequirement Required
22193 src/com/gps/hibernate/Layout.java 20 fieldCommentRequirement Required
22194 src/com/gps/hibernate/Layout.java 21 fieldCommentRequirement Required
22195 src/com/gps/hibernate/Layout.java 22 fieldCommentRequirement Required
22196 src/com/gps/hibernate/Layout.java 23 fieldCommentRequirement Required
22197 src/com/gps/hibernate/Layout.java 24 fieldCommentRequirement Required
22198 src/com/gps/hibernate/Layout.java 25 fieldCommentRequirement Required
22199 src/com/gps/hibernate/Layout.java 26 fieldCommentRequirement Required
22200 src/com/gps/hibernate/Layout.java 27 fieldCommentRequirement Required
22201 src/com/gps/hibernate/Layout.java 28 fieldCommentRequirement Required
22202 src/com/gps/hibernate/Layout.java 29 fieldCommentRequirement Required
22203 src/com/gps/hibernate/Layout.java 30 fieldCommentRequirement Required
22204 src/com/gps/hibernate/Layout.java 31 fieldCommentRequirement Required
22205 src/com/gps/hibernate/Layout.java 32 fieldCommentRequirement Required
22206 src/com/gps/hibernate/Layout.java 33 fieldCommentRequirement Required
22207 src/com/gps/hibernate/Layout.java 34 fieldCommentRequirement Required
22208 src/com/gps/hibernate/Layout.java 39 Document empty constructor
22209 src/com/gps/hibernate/Layout.java 43 Parameter 'plid' is not assigned and could be declared final
22210 src/com/gps/hibernate/Layout.java 48 Avoid long parameter lists.
22211 src/com/gps/hibernate/Layout.java 48 Parameter 'companyId' is not assigned and could be declared final
22212 src/com/gps/hibernate/Layout.java 48 Parameter 'groupId' is not assigned and could be declared final
22213 src/com/gps/hibernate/Layout.java 48 Parameter 'plid' is not assigned and could be declared final
22214 src/com/gps/hibernate/Layout.java 48 Parameter 'privateLayout' is not assigned and could be declared final
22215 src/com/gps/hibernate/Layout.java 49 Parameter 'layoutId' is not assigned and could be declared final
22216 src/com/gps/hibernate/Layout.java 49 Parameter 'name' is not assigned and could be declared final
22217 src/com/gps/hibernate/Layout.java 49 Parameter 'parentLayoutId' is not assigned and could be declared final
22218 src/com/gps/hibernate/Layout.java 49 Parameter 'title' is not assigned and could be declared final
22219 src/com/gps/hibernate/Layout.java 50 Parameter 'description' is not assigned and could be declared final
22220 src/com/gps/hibernate/Layout.java 50 Parameter 'hidden' is not assigned and could be declared final
22221 src/com/gps/hibernate/Layout.java 50 Parameter 'type' is not assigned and could be declared final
22222 src/com/gps/hibernate/Layout.java 50 Parameter 'typeSettings' is not assigned and could be declared final
22223 src/com/gps/hibernate/Layout.java 51 Parameter 'friendlyUrl' is not assigned and could be declared final
22224 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImage' is not assigned and could be declared final
22225 src/com/gps/hibernate/Layout.java 51 Parameter 'iconImageId' is not assigned and could be declared final
22226 src/com/gps/hibernate/Layout.java 52 Parameter 'colorSchemeId' is not assigned and could be declared final
22227 src/com/gps/hibernate/Layout.java 52 Parameter 'themeId' is not assigned and could be declared final
22228 src/com/gps/hibernate/Layout.java 52 Parameter 'wapThemeId' is not assigned and could be declared final
22229 src/com/gps/hibernate/Layout.java 53 Parameter 'css' is not assigned and could be declared final
22230 src/com/gps/hibernate/Layout.java 53 Parameter 'priority' is not assigned and could be declared final
22231 src/com/gps/hibernate/Layout.java 53 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22232 src/com/gps/hibernate/Layout.java 54 Parameter 'dlFolderId' is not assigned and could be declared final
22233 src/com/gps/hibernate/Layout.java 81 publicMethodCommentRequirement Required
22234 src/com/gps/hibernate/Layout.java 85 Parameter 'plid' is not assigned and could be declared final
22235 src/com/gps/hibernate/Layout.java 85 publicMethodCommentRequirement Required
22236 src/com/gps/hibernate/Layout.java 89 publicMethodCommentRequirement Required
22237 src/com/gps/hibernate/Layout.java 93 Parameter 'groupId' is not assigned and could be declared final
22238 src/com/gps/hibernate/Layout.java 93 publicMethodCommentRequirement Required
22239 src/com/gps/hibernate/Layout.java 97 publicMethodCommentRequirement Required
22240 src/com/gps/hibernate/Layout.java 101 Parameter 'companyId' is not assigned and could be declared final
22241 src/com/gps/hibernate/Layout.java 101 publicMethodCommentRequirement Required
22242 src/com/gps/hibernate/Layout.java 105 publicMethodCommentRequirement Required
22243 src/com/gps/hibernate/Layout.java 109 Parameter 'privateLayout' is not assigned and could be declared final
22244 src/com/gps/hibernate/Layout.java 109 publicMethodCommentRequirement Required
22245 src/com/gps/hibernate/Layout.java 113 publicMethodCommentRequirement Required
22246 src/com/gps/hibernate/Layout.java 117 Parameter 'layoutId' is not assigned and could be declared final
22247 src/com/gps/hibernate/Layout.java 117 publicMethodCommentRequirement Required
22248 src/com/gps/hibernate/Layout.java 121 publicMethodCommentRequirement Required
22249 src/com/gps/hibernate/Layout.java 125 Parameter 'parentLayoutId' is not assigned and could be declared final
22250 src/com/gps/hibernate/Layout.java 125 publicMethodCommentRequirement Required
22251 src/com/gps/hibernate/Layout.java 129 publicMethodCommentRequirement Required
22252 src/com/gps/hibernate/Layout.java 133 Parameter 'name' is not assigned and could be declared final
22253 src/com/gps/hibernate/Layout.java 133 publicMethodCommentRequirement Required
22254 src/com/gps/hibernate/Layout.java 137 publicMethodCommentRequirement Required
22255 src/com/gps/hibernate/Layout.java 141 Parameter 'title' is not assigned and could be declared final
22256 src/com/gps/hibernate/Layout.java 141 publicMethodCommentRequirement Required
22257 src/com/gps/hibernate/Layout.java 145 publicMethodCommentRequirement Required
22258 src/com/gps/hibernate/Layout.java 149 Parameter 'description' is not assigned and could be declared final
22259 src/com/gps/hibernate/Layout.java 149 publicMethodCommentRequirement Required
22260 src/com/gps/hibernate/Layout.java 153 publicMethodCommentRequirement Required
22261 src/com/gps/hibernate/Layout.java 157 Parameter 'type' is not assigned and could be declared final
22262 src/com/gps/hibernate/Layout.java 157 publicMethodCommentRequirement Required
22263 src/com/gps/hibernate/Layout.java 161 publicMethodCommentRequirement Required
22264 src/com/gps/hibernate/Layout.java 165 Parameter 'typeSettings' is not assigned and could be declared final
22265 src/com/gps/hibernate/Layout.java 165 publicMethodCommentRequirement Required
22266 src/com/gps/hibernate/Layout.java 169 publicMethodCommentRequirement Required
22267 src/com/gps/hibernate/Layout.java 173 Parameter 'hidden' is not assigned and could be declared final
22268 src/com/gps/hibernate/Layout.java 173 publicMethodCommentRequirement Required
22269 src/com/gps/hibernate/Layout.java 177 publicMethodCommentRequirement Required
22270 src/com/gps/hibernate/Layout.java 181 Parameter 'friendlyUrl' is not assigned and could be declared final
22271 src/com/gps/hibernate/Layout.java 181 publicMethodCommentRequirement Required
22272 src/com/gps/hibernate/Layout.java 185 publicMethodCommentRequirement Required
22273 src/com/gps/hibernate/Layout.java 189 Parameter 'iconImage' is not assigned and could be declared final
22274 src/com/gps/hibernate/Layout.java 189 publicMethodCommentRequirement Required
22275 src/com/gps/hibernate/Layout.java 193 publicMethodCommentRequirement Required
22276 src/com/gps/hibernate/Layout.java 197 Parameter 'iconImageId' is not assigned and could be declared final
22277 src/com/gps/hibernate/Layout.java 197 publicMethodCommentRequirement Required
22278 src/com/gps/hibernate/Layout.java 201 publicMethodCommentRequirement Required
22279 src/com/gps/hibernate/Layout.java 205 Parameter 'themeId' is not assigned and could be declared final
22280 src/com/gps/hibernate/Layout.java 205 publicMethodCommentRequirement Required
22281 src/com/gps/hibernate/Layout.java 209 publicMethodCommentRequirement Required
22282 src/com/gps/hibernate/Layout.java 213 Parameter 'colorSchemeId' is not assigned and could be declared final
22283 src/com/gps/hibernate/Layout.java 213 publicMethodCommentRequirement Required
22284 src/com/gps/hibernate/Layout.java 217 publicMethodCommentRequirement Required
22285 src/com/gps/hibernate/Layout.java 221 Parameter 'wapThemeId' is not assigned and could be declared final
22286 src/com/gps/hibernate/Layout.java 221 publicMethodCommentRequirement Required
22287 src/com/gps/hibernate/Layout.java 225 publicMethodCommentRequirement Required
22288 src/com/gps/hibernate/Layout.java 229 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22289 src/com/gps/hibernate/Layout.java 229 publicMethodCommentRequirement Required
22290 src/com/gps/hibernate/Layout.java 233 publicMethodCommentRequirement Required
22291 src/com/gps/hibernate/Layout.java 237 Parameter 'css' is not assigned and could be declared final
22292 src/com/gps/hibernate/Layout.java 237 publicMethodCommentRequirement Required
22293 src/com/gps/hibernate/Layout.java 241 publicMethodCommentRequirement Required
22294 src/com/gps/hibernate/Layout.java 245 Parameter 'priority' is not assigned and could be declared final
22295 src/com/gps/hibernate/Layout.java 245 publicMethodCommentRequirement Required
22296 src/com/gps/hibernate/Layout.java 249 publicMethodCommentRequirement Required
22297 src/com/gps/hibernate/Layout.java 253 Parameter 'dlFolderId' is not assigned and could be declared final
22298 src/com/gps/hibernate/Layout.java 253 publicMethodCommentRequirement Required
22299 src/com/gps/hibernate/LayoutDAO.java 10 Comment is too large: Too many lines
22300 src/com/gps/hibernate/LayoutDAO.java 22 This class has too many methods, consider refactoring it.
22301 src/com/gps/hibernate/LayoutDAO.java 23 Logger should be defined private static final and have the correct class
22302 src/com/gps/hibernate/LayoutDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22303 src/com/gps/hibernate/LayoutDAO.java 23 fieldCommentRequirement Required
22304 src/com/gps/hibernate/LayoutDAO.java 25 fieldCommentRequirement Required
22305 src/com/gps/hibernate/LayoutDAO.java 26 fieldCommentRequirement Required
22306 src/com/gps/hibernate/LayoutDAO.java 27 fieldCommentRequirement Required
22307 src/com/gps/hibernate/LayoutDAO.java 28 fieldCommentRequirement Required
22308 src/com/gps/hibernate/LayoutDAO.java 29 fieldCommentRequirement Required
22309 src/com/gps/hibernate/LayoutDAO.java 30 fieldCommentRequirement Required
22310 src/com/gps/hibernate/LayoutDAO.java 31 fieldCommentRequirement Required
22311 src/com/gps/hibernate/LayoutDAO.java 32 fieldCommentRequirement Required
22312 src/com/gps/hibernate/LayoutDAO.java 33 fieldCommentRequirement Required
22313 src/com/gps/hibernate/LayoutDAO.java 34 fieldCommentRequirement Required
22314 src/com/gps/hibernate/LayoutDAO.java 35 fieldCommentRequirement Required
22315 src/com/gps/hibernate/LayoutDAO.java 36 fieldCommentRequirement Required
22316 src/com/gps/hibernate/LayoutDAO.java 37 fieldCommentRequirement Required
22317 src/com/gps/hibernate/LayoutDAO.java 38 fieldCommentRequirement Required
22318 src/com/gps/hibernate/LayoutDAO.java 39 fieldCommentRequirement Required
22319 src/com/gps/hibernate/LayoutDAO.java 40 fieldCommentRequirement Required
22320 src/com/gps/hibernate/LayoutDAO.java 41 fieldCommentRequirement Required
22321 src/com/gps/hibernate/LayoutDAO.java 42 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
22322 src/com/gps/hibernate/LayoutDAO.java 42 fieldCommentRequirement Required
22323 src/com/gps/hibernate/LayoutDAO.java 43 fieldCommentRequirement Required
22324 src/com/gps/hibernate/LayoutDAO.java 44 fieldCommentRequirement Required
22325 src/com/gps/hibernate/LayoutDAO.java 45 fieldCommentRequirement Required
22326 src/com/gps/hibernate/LayoutDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
22327 src/com/gps/hibernate/LayoutDAO.java 47 publicMethodCommentRequirement Required
22328 src/com/gps/hibernate/LayoutDAO.java 48 There is log block not surrounded by if
22329 src/com/gps/hibernate/LayoutDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22330 src/com/gps/hibernate/LayoutDAO.java 50 Potential violation of Law of Demeter (method chain calls)
22331 src/com/gps/hibernate/LayoutDAO.java 51 There is log block not surrounded by if
22332 src/com/gps/hibernate/LayoutDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22333 src/com/gps/hibernate/LayoutDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22334 src/com/gps/hibernate/LayoutDAO.java 53 There is log block not surrounded by if
22335 src/com/gps/hibernate/LayoutDAO.java 58 Avoid excessively long variable names like persistentInstance
22336 src/com/gps/hibernate/LayoutDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
22337 src/com/gps/hibernate/LayoutDAO.java 58 publicMethodCommentRequirement Required
22338 src/com/gps/hibernate/LayoutDAO.java 59 There is log block not surrounded by if
22339 src/com/gps/hibernate/LayoutDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22340 src/com/gps/hibernate/LayoutDAO.java 61 Potential violation of Law of Demeter (method chain calls)
22341 src/com/gps/hibernate/LayoutDAO.java 62 There is log block not surrounded by if
22342 src/com/gps/hibernate/LayoutDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22343 src/com/gps/hibernate/LayoutDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22344 src/com/gps/hibernate/LayoutDAO.java 64 There is log block not surrounded by if
22345 src/com/gps/hibernate/LayoutDAO.java 69 Avoid variables with short names like id
22346 src/com/gps/hibernate/LayoutDAO.java 69 Parameter 'id' is not assigned and could be declared final
22347 src/com/gps/hibernate/LayoutDAO.java 69 publicMethodCommentRequirement Required
22348 src/com/gps/hibernate/LayoutDAO.java 70 There is log block not surrounded by if
22349 src/com/gps/hibernate/LayoutDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22350 src/com/gps/hibernate/LayoutDAO.java 72 Local variable 'instance' could be declared final
22351 src/com/gps/hibernate/LayoutDAO.java 72 Potential violation of Law of Demeter (method chain calls)
22352 src/com/gps/hibernate/LayoutDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22353 src/com/gps/hibernate/LayoutDAO.java 76 There is log block not surrounded by if
22354 src/com/gps/hibernate/LayoutDAO.java 81 Parameter 'instance' is not assigned and could be declared final
22355 src/com/gps/hibernate/LayoutDAO.java 81 publicMethodCommentRequirement Required
22356 src/com/gps/hibernate/LayoutDAO.java 82 There is log block not surrounded by if
22357 src/com/gps/hibernate/LayoutDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22358 src/com/gps/hibernate/LayoutDAO.java 84 Local variable 'results' could be declared final
22359 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
22360 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
22361 src/com/gps/hibernate/LayoutDAO.java 84 Potential violation of Law of Demeter (method chain calls)
22362 src/com/gps/hibernate/LayoutDAO.java 87 There is log block not surrounded by if
22363 src/com/gps/hibernate/LayoutDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22364 src/com/gps/hibernate/LayoutDAO.java 88 Potential violation of Law of Demeter (object not created locally)
22365 src/com/gps/hibernate/LayoutDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22366 src/com/gps/hibernate/LayoutDAO.java 91 There is log block not surrounded by if
22367 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
22368 src/com/gps/hibernate/LayoutDAO.java 96 Parameter 'value' is not assigned and could be declared final
22369 src/com/gps/hibernate/LayoutDAO.java 96 publicMethodCommentRequirement Required
22370 src/com/gps/hibernate/LayoutDAO.java 97 There is log block not surrounded by if
22371 src/com/gps/hibernate/LayoutDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22372 src/com/gps/hibernate/LayoutDAO.java 100 Local variable 'queryString' could be declared final
22373 src/com/gps/hibernate/LayoutDAO.java 102 Local variable 'queryObject' could be declared final
22374 src/com/gps/hibernate/LayoutDAO.java 102 Potential violation of Law of Demeter (method chain calls)
22375 src/com/gps/hibernate/LayoutDAO.java 103 Potential violation of Law of Demeter (object not created locally)
22376 src/com/gps/hibernate/LayoutDAO.java 104 Potential violation of Law of Demeter (object not created locally)
22377 src/com/gps/hibernate/LayoutDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22378 src/com/gps/hibernate/LayoutDAO.java 106 There is log block not surrounded by if
22379 src/com/gps/hibernate/LayoutDAO.java 111 Parameter 'groupId' is not assigned and could be declared final
22380 src/com/gps/hibernate/LayoutDAO.java 111 publicMethodCommentRequirement Required
22381 src/com/gps/hibernate/LayoutDAO.java 115 Parameter 'companyId' is not assigned and could be declared final
22382 src/com/gps/hibernate/LayoutDAO.java 115 publicMethodCommentRequirement Required
22383 src/com/gps/hibernate/LayoutDAO.java 119 Parameter 'privateLayout' is not assigned and could be declared final
22384 src/com/gps/hibernate/LayoutDAO.java 119 publicMethodCommentRequirement Required
22385 src/com/gps/hibernate/LayoutDAO.java 123 Parameter 'layoutId' is not assigned and could be declared final
22386 src/com/gps/hibernate/LayoutDAO.java 123 publicMethodCommentRequirement Required
22387 src/com/gps/hibernate/LayoutDAO.java 127 Parameter 'parentLayoutId' is not assigned and could be declared final
22388 src/com/gps/hibernate/LayoutDAO.java 127 publicMethodCommentRequirement Required
22389 src/com/gps/hibernate/LayoutDAO.java 131 Parameter 'name' is not assigned and could be declared final
22390 src/com/gps/hibernate/LayoutDAO.java 131 publicMethodCommentRequirement Required
22391 src/com/gps/hibernate/LayoutDAO.java 135 Parameter 'title' is not assigned and could be declared final
22392 src/com/gps/hibernate/LayoutDAO.java 135 publicMethodCommentRequirement Required
22393 src/com/gps/hibernate/LayoutDAO.java 139 Parameter 'description' is not assigned and could be declared final
22394 src/com/gps/hibernate/LayoutDAO.java 139 publicMethodCommentRequirement Required
22395 src/com/gps/hibernate/LayoutDAO.java 143 Parameter 'type' is not assigned and could be declared final
22396 src/com/gps/hibernate/LayoutDAO.java 143 publicMethodCommentRequirement Required
22397 src/com/gps/hibernate/LayoutDAO.java 147 Parameter 'typeSettings' is not assigned and could be declared final
22398 src/com/gps/hibernate/LayoutDAO.java 147 publicMethodCommentRequirement Required
22399 src/com/gps/hibernate/LayoutDAO.java 151 Parameter 'hidden' is not assigned and could be declared final
22400 src/com/gps/hibernate/LayoutDAO.java 151 publicMethodCommentRequirement Required
22401 src/com/gps/hibernate/LayoutDAO.java 155 Parameter 'friendlyUrl' is not assigned and could be declared final
22402 src/com/gps/hibernate/LayoutDAO.java 155 publicMethodCommentRequirement Required
22403 src/com/gps/hibernate/LayoutDAO.java 159 Parameter 'iconImage' is not assigned and could be declared final
22404 src/com/gps/hibernate/LayoutDAO.java 159 publicMethodCommentRequirement Required
22405 src/com/gps/hibernate/LayoutDAO.java 163 Parameter 'iconImageId' is not assigned and could be declared final
22406 src/com/gps/hibernate/LayoutDAO.java 163 publicMethodCommentRequirement Required
22407 src/com/gps/hibernate/LayoutDAO.java 167 Parameter 'themeId' is not assigned and could be declared final
22408 src/com/gps/hibernate/LayoutDAO.java 167 publicMethodCommentRequirement Required
22409 src/com/gps/hibernate/LayoutDAO.java 171 Parameter 'colorSchemeId' is not assigned and could be declared final
22410 src/com/gps/hibernate/LayoutDAO.java 171 publicMethodCommentRequirement Required
22411 src/com/gps/hibernate/LayoutDAO.java 175 Parameter 'wapThemeId' is not assigned and could be declared final
22412 src/com/gps/hibernate/LayoutDAO.java 175 publicMethodCommentRequirement Required
22413 src/com/gps/hibernate/LayoutDAO.java 179 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22414 src/com/gps/hibernate/LayoutDAO.java 179 publicMethodCommentRequirement Required
22415 src/com/gps/hibernate/LayoutDAO.java 183 Parameter 'css' is not assigned and could be declared final
22416 src/com/gps/hibernate/LayoutDAO.java 183 publicMethodCommentRequirement Required
22417 src/com/gps/hibernate/LayoutDAO.java 187 Parameter 'priority' is not assigned and could be declared final
22418 src/com/gps/hibernate/LayoutDAO.java 187 publicMethodCommentRequirement Required
22419 src/com/gps/hibernate/LayoutDAO.java 191 Parameter 'dlFolderId' is not assigned and could be declared final
22420 src/com/gps/hibernate/LayoutDAO.java 191 publicMethodCommentRequirement Required
22421 src/com/gps/hibernate/LayoutDAO.java 195 publicMethodCommentRequirement Required
22422 src/com/gps/hibernate/LayoutDAO.java 196 There is log block not surrounded by if
22423 src/com/gps/hibernate/LayoutDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22424 src/com/gps/hibernate/LayoutDAO.java 198 Local variable 'queryString' could be declared final
22425 src/com/gps/hibernate/LayoutDAO.java 199 Local variable 'queryObject' could be declared final
22426 src/com/gps/hibernate/LayoutDAO.java 199 Potential violation of Law of Demeter (method chain calls)
22427 src/com/gps/hibernate/LayoutDAO.java 200 Potential violation of Law of Demeter (object not created locally)
22428 src/com/gps/hibernate/LayoutDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22429 src/com/gps/hibernate/LayoutDAO.java 202 There is log block not surrounded by if
22430 src/com/gps/hibernate/LayoutDAO.java 207 Parameter 'detachedInstance' is not assigned and could be declared final
22431 src/com/gps/hibernate/LayoutDAO.java 207 publicMethodCommentRequirement Required
22432 src/com/gps/hibernate/LayoutDAO.java 208 There is log block not surrounded by if
22433 src/com/gps/hibernate/LayoutDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22434 src/com/gps/hibernate/LayoutDAO.java 210 Local variable 'result' could be declared final
22435 src/com/gps/hibernate/LayoutDAO.java 210 Potential violation of Law of Demeter (method chain calls)
22436 src/com/gps/hibernate/LayoutDAO.java 211 There is log block not surrounded by if
22437 src/com/gps/hibernate/LayoutDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22438 src/com/gps/hibernate/LayoutDAO.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22439 src/com/gps/hibernate/LayoutDAO.java 214 There is log block not surrounded by if
22440 src/com/gps/hibernate/LayoutDAO.java 219 Parameter 'instance' is not assigned and could be declared final
22441 src/com/gps/hibernate/LayoutDAO.java 219 publicMethodCommentRequirement Required
22442 src/com/gps/hibernate/LayoutDAO.java 220 There is log block not surrounded by if
22443 src/com/gps/hibernate/LayoutDAO.java 220 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22444 src/com/gps/hibernate/LayoutDAO.java 222 Potential violation of Law of Demeter (method chain calls)
22445 src/com/gps/hibernate/LayoutDAO.java 223 There is log block not surrounded by if
22446 src/com/gps/hibernate/LayoutDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22447 src/com/gps/hibernate/LayoutDAO.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22448 src/com/gps/hibernate/LayoutDAO.java 225 There is log block not surrounded by if
22449 src/com/gps/hibernate/LayoutDAO.java 230 Parameter 'instance' is not assigned and could be declared final
22450 src/com/gps/hibernate/LayoutDAO.java 230 publicMethodCommentRequirement Required
22451 src/com/gps/hibernate/LayoutDAO.java 231 There is log block not surrounded by if
22452 src/com/gps/hibernate/LayoutDAO.java 231 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22453 src/com/gps/hibernate/LayoutDAO.java 233 Potential violation of Law of Demeter (method chain calls)
22454 src/com/gps/hibernate/LayoutDAO.java 234 There is log block not surrounded by if
22455 src/com/gps/hibernate/LayoutDAO.java 234 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22456 src/com/gps/hibernate/LayoutDAO.java 235 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22457 src/com/gps/hibernate/LayoutDAO.java 236 There is log block not surrounded by if
22458 src/com/gps/hibernate/Layoutset.java 9 Classes implementing Serializable should set a serialVersionUID
22459 src/com/gps/hibernate/Layoutset.java 13 fieldCommentRequirement Required
22460 src/com/gps/hibernate/Layoutset.java 14 fieldCommentRequirement Required
22461 src/com/gps/hibernate/Layoutset.java 15 fieldCommentRequirement Required
22462 src/com/gps/hibernate/Layoutset.java 16 fieldCommentRequirement Required
22463 src/com/gps/hibernate/Layoutset.java 17 fieldCommentRequirement Required
22464 src/com/gps/hibernate/Layoutset.java 18 fieldCommentRequirement Required
22465 src/com/gps/hibernate/Layoutset.java 19 fieldCommentRequirement Required
22466 src/com/gps/hibernate/Layoutset.java 20 fieldCommentRequirement Required
22467 src/com/gps/hibernate/Layoutset.java 21 fieldCommentRequirement Required
22468 src/com/gps/hibernate/Layoutset.java 22 fieldCommentRequirement Required
22469 src/com/gps/hibernate/Layoutset.java 23 fieldCommentRequirement Required
22470 src/com/gps/hibernate/Layoutset.java 24 fieldCommentRequirement Required
22471 src/com/gps/hibernate/Layoutset.java 25 fieldCommentRequirement Required
22472 src/com/gps/hibernate/Layoutset.java 30 Document empty constructor
22473 src/com/gps/hibernate/Layoutset.java 34 Parameter 'layoutSetId' is not assigned and could be declared final
22474 src/com/gps/hibernate/Layoutset.java 39 Avoid long parameter lists.
22475 src/com/gps/hibernate/Layoutset.java 39 Parameter 'companyId' is not assigned and could be declared final
22476 src/com/gps/hibernate/Layoutset.java 39 Parameter 'groupId' is not assigned and could be declared final
22477 src/com/gps/hibernate/Layoutset.java 39 Parameter 'layoutSetId' is not assigned and could be declared final
22478 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logo' is not assigned and could be declared final
22479 src/com/gps/hibernate/Layoutset.java 40 Parameter 'logoId' is not assigned and could be declared final
22480 src/com/gps/hibernate/Layoutset.java 40 Parameter 'privateLayout' is not assigned and could be declared final
22481 src/com/gps/hibernate/Layoutset.java 40 Parameter 'themeId' is not assigned and could be declared final
22482 src/com/gps/hibernate/Layoutset.java 41 Parameter 'colorSchemeId' is not assigned and could be declared final
22483 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22484 src/com/gps/hibernate/Layoutset.java 41 Parameter 'wapThemeId' is not assigned and could be declared final
22485 src/com/gps/hibernate/Layoutset.java 42 Parameter 'css' is not assigned and could be declared final
22486 src/com/gps/hibernate/Layoutset.java 42 Parameter 'pageCount' is not assigned and could be declared final
22487 src/com/gps/hibernate/Layoutset.java 42 Parameter 'virtualHost' is not assigned and could be declared final
22488 src/com/gps/hibernate/Layoutset.java 60 publicMethodCommentRequirement Required
22489 src/com/gps/hibernate/Layoutset.java 64 Parameter 'layoutSetId' is not assigned and could be declared final
22490 src/com/gps/hibernate/Layoutset.java 64 publicMethodCommentRequirement Required
22491 src/com/gps/hibernate/Layoutset.java 68 publicMethodCommentRequirement Required
22492 src/com/gps/hibernate/Layoutset.java 72 Parameter 'groupId' is not assigned and could be declared final
22493 src/com/gps/hibernate/Layoutset.java 72 publicMethodCommentRequirement Required
22494 src/com/gps/hibernate/Layoutset.java 76 publicMethodCommentRequirement Required
22495 src/com/gps/hibernate/Layoutset.java 80 Parameter 'companyId' is not assigned and could be declared final
22496 src/com/gps/hibernate/Layoutset.java 80 publicMethodCommentRequirement Required
22497 src/com/gps/hibernate/Layoutset.java 84 publicMethodCommentRequirement Required
22498 src/com/gps/hibernate/Layoutset.java 88 Parameter 'privateLayout' is not assigned and could be declared final
22499 src/com/gps/hibernate/Layoutset.java 88 publicMethodCommentRequirement Required
22500 src/com/gps/hibernate/Layoutset.java 92 publicMethodCommentRequirement Required
22501 src/com/gps/hibernate/Layoutset.java 96 Parameter 'logo' is not assigned and could be declared final
22502 src/com/gps/hibernate/Layoutset.java 96 publicMethodCommentRequirement Required
22503 src/com/gps/hibernate/Layoutset.java 100 publicMethodCommentRequirement Required
22504 src/com/gps/hibernate/Layoutset.java 104 Parameter 'logoId' is not assigned and could be declared final
22505 src/com/gps/hibernate/Layoutset.java 104 publicMethodCommentRequirement Required
22506 src/com/gps/hibernate/Layoutset.java 108 publicMethodCommentRequirement Required
22507 src/com/gps/hibernate/Layoutset.java 112 Parameter 'themeId' is not assigned and could be declared final
22508 src/com/gps/hibernate/Layoutset.java 112 publicMethodCommentRequirement Required
22509 src/com/gps/hibernate/Layoutset.java 116 publicMethodCommentRequirement Required
22510 src/com/gps/hibernate/Layoutset.java 120 Parameter 'colorSchemeId' is not assigned and could be declared final
22511 src/com/gps/hibernate/Layoutset.java 120 publicMethodCommentRequirement Required
22512 src/com/gps/hibernate/Layoutset.java 124 publicMethodCommentRequirement Required
22513 src/com/gps/hibernate/Layoutset.java 128 Parameter 'wapThemeId' is not assigned and could be declared final
22514 src/com/gps/hibernate/Layoutset.java 128 publicMethodCommentRequirement Required
22515 src/com/gps/hibernate/Layoutset.java 132 publicMethodCommentRequirement Required
22516 src/com/gps/hibernate/Layoutset.java 136 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22517 src/com/gps/hibernate/Layoutset.java 136 publicMethodCommentRequirement Required
22518 src/com/gps/hibernate/Layoutset.java 140 publicMethodCommentRequirement Required
22519 src/com/gps/hibernate/Layoutset.java 144 Parameter 'css' is not assigned and could be declared final
22520 src/com/gps/hibernate/Layoutset.java 144 publicMethodCommentRequirement Required
22521 src/com/gps/hibernate/Layoutset.java 148 publicMethodCommentRequirement Required
22522 src/com/gps/hibernate/Layoutset.java 152 Parameter 'pageCount' is not assigned and could be declared final
22523 src/com/gps/hibernate/Layoutset.java 152 publicMethodCommentRequirement Required
22524 src/com/gps/hibernate/Layoutset.java 156 publicMethodCommentRequirement Required
22525 src/com/gps/hibernate/Layoutset.java 160 Parameter 'virtualHost' is not assigned and could be declared final
22526 src/com/gps/hibernate/Layoutset.java 160 publicMethodCommentRequirement Required
22527 src/com/gps/hibernate/LayoutsetDAO.java 10 Comment is too large: Too many lines
22528 src/com/gps/hibernate/LayoutsetDAO.java 22 This class has too many methods, consider refactoring it.
22529 src/com/gps/hibernate/LayoutsetDAO.java 23 Logger should be defined private static final and have the correct class
22530 src/com/gps/hibernate/LayoutsetDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22531 src/com/gps/hibernate/LayoutsetDAO.java 23 fieldCommentRequirement Required
22532 src/com/gps/hibernate/LayoutsetDAO.java 25 fieldCommentRequirement Required
22533 src/com/gps/hibernate/LayoutsetDAO.java 26 fieldCommentRequirement Required
22534 src/com/gps/hibernate/LayoutsetDAO.java 27 fieldCommentRequirement Required
22535 src/com/gps/hibernate/LayoutsetDAO.java 28 fieldCommentRequirement Required
22536 src/com/gps/hibernate/LayoutsetDAO.java 29 fieldCommentRequirement Required
22537 src/com/gps/hibernate/LayoutsetDAO.java 30 fieldCommentRequirement Required
22538 src/com/gps/hibernate/LayoutsetDAO.java 31 fieldCommentRequirement Required
22539 src/com/gps/hibernate/LayoutsetDAO.java 32 fieldCommentRequirement Required
22540 src/com/gps/hibernate/LayoutsetDAO.java 33 Avoid excessively long variable names like WAP_COLOR_SCHEME_ID
22541 src/com/gps/hibernate/LayoutsetDAO.java 33 fieldCommentRequirement Required
22542 src/com/gps/hibernate/LayoutsetDAO.java 34 fieldCommentRequirement Required
22543 src/com/gps/hibernate/LayoutsetDAO.java 35 fieldCommentRequirement Required
22544 src/com/gps/hibernate/LayoutsetDAO.java 36 fieldCommentRequirement Required
22545 src/com/gps/hibernate/LayoutsetDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
22546 src/com/gps/hibernate/LayoutsetDAO.java 38 publicMethodCommentRequirement Required
22547 src/com/gps/hibernate/LayoutsetDAO.java 39 There is log block not surrounded by if
22548 src/com/gps/hibernate/LayoutsetDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22549 src/com/gps/hibernate/LayoutsetDAO.java 41 Potential violation of Law of Demeter (method chain calls)
22550 src/com/gps/hibernate/LayoutsetDAO.java 42 There is log block not surrounded by if
22551 src/com/gps/hibernate/LayoutsetDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22552 src/com/gps/hibernate/LayoutsetDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22553 src/com/gps/hibernate/LayoutsetDAO.java 44 There is log block not surrounded by if
22554 src/com/gps/hibernate/LayoutsetDAO.java 49 Avoid excessively long variable names like persistentInstance
22555 src/com/gps/hibernate/LayoutsetDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
22556 src/com/gps/hibernate/LayoutsetDAO.java 49 publicMethodCommentRequirement Required
22557 src/com/gps/hibernate/LayoutsetDAO.java 50 There is log block not surrounded by if
22558 src/com/gps/hibernate/LayoutsetDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22559 src/com/gps/hibernate/LayoutsetDAO.java 52 Potential violation of Law of Demeter (method chain calls)
22560 src/com/gps/hibernate/LayoutsetDAO.java 53 There is log block not surrounded by if
22561 src/com/gps/hibernate/LayoutsetDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22562 src/com/gps/hibernate/LayoutsetDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22563 src/com/gps/hibernate/LayoutsetDAO.java 55 There is log block not surrounded by if
22564 src/com/gps/hibernate/LayoutsetDAO.java 60 Avoid variables with short names like id
22565 src/com/gps/hibernate/LayoutsetDAO.java 60 Parameter 'id' is not assigned and could be declared final
22566 src/com/gps/hibernate/LayoutsetDAO.java 60 publicMethodCommentRequirement Required
22567 src/com/gps/hibernate/LayoutsetDAO.java 61 There is log block not surrounded by if
22568 src/com/gps/hibernate/LayoutsetDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22569 src/com/gps/hibernate/LayoutsetDAO.java 63 Local variable 'instance' could be declared final
22570 src/com/gps/hibernate/LayoutsetDAO.java 63 Potential violation of Law of Demeter (method chain calls)
22571 src/com/gps/hibernate/LayoutsetDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22572 src/com/gps/hibernate/LayoutsetDAO.java 67 There is log block not surrounded by if
22573 src/com/gps/hibernate/LayoutsetDAO.java 72 Parameter 'instance' is not assigned and could be declared final
22574 src/com/gps/hibernate/LayoutsetDAO.java 72 publicMethodCommentRequirement Required
22575 src/com/gps/hibernate/LayoutsetDAO.java 73 There is log block not surrounded by if
22576 src/com/gps/hibernate/LayoutsetDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22577 src/com/gps/hibernate/LayoutsetDAO.java 75 Local variable 'results' could be declared final
22578 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
22579 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
22580 src/com/gps/hibernate/LayoutsetDAO.java 75 Potential violation of Law of Demeter (method chain calls)
22581 src/com/gps/hibernate/LayoutsetDAO.java 78 There is log block not surrounded by if
22582 src/com/gps/hibernate/LayoutsetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22583 src/com/gps/hibernate/LayoutsetDAO.java 79 Potential violation of Law of Demeter (object not created locally)
22584 src/com/gps/hibernate/LayoutsetDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22585 src/com/gps/hibernate/LayoutsetDAO.java 82 There is log block not surrounded by if
22586 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
22587 src/com/gps/hibernate/LayoutsetDAO.java 87 Parameter 'value' is not assigned and could be declared final
22588 src/com/gps/hibernate/LayoutsetDAO.java 87 publicMethodCommentRequirement Required
22589 src/com/gps/hibernate/LayoutsetDAO.java 88 There is log block not surrounded by if
22590 src/com/gps/hibernate/LayoutsetDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22591 src/com/gps/hibernate/LayoutsetDAO.java 91 Local variable 'queryString' could be declared final
22592 src/com/gps/hibernate/LayoutsetDAO.java 93 Local variable 'queryObject' could be declared final
22593 src/com/gps/hibernate/LayoutsetDAO.java 93 Potential violation of Law of Demeter (method chain calls)
22594 src/com/gps/hibernate/LayoutsetDAO.java 94 Potential violation of Law of Demeter (object not created locally)
22595 src/com/gps/hibernate/LayoutsetDAO.java 95 Potential violation of Law of Demeter (object not created locally)
22596 src/com/gps/hibernate/LayoutsetDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22597 src/com/gps/hibernate/LayoutsetDAO.java 97 There is log block not surrounded by if
22598 src/com/gps/hibernate/LayoutsetDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
22599 src/com/gps/hibernate/LayoutsetDAO.java 102 publicMethodCommentRequirement Required
22600 src/com/gps/hibernate/LayoutsetDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
22601 src/com/gps/hibernate/LayoutsetDAO.java 106 publicMethodCommentRequirement Required
22602 src/com/gps/hibernate/LayoutsetDAO.java 110 Parameter 'privateLayout' is not assigned and could be declared final
22603 src/com/gps/hibernate/LayoutsetDAO.java 110 publicMethodCommentRequirement Required
22604 src/com/gps/hibernate/LayoutsetDAO.java 114 Parameter 'logo' is not assigned and could be declared final
22605 src/com/gps/hibernate/LayoutsetDAO.java 114 publicMethodCommentRequirement Required
22606 src/com/gps/hibernate/LayoutsetDAO.java 118 Parameter 'logoId' is not assigned and could be declared final
22607 src/com/gps/hibernate/LayoutsetDAO.java 118 publicMethodCommentRequirement Required
22608 src/com/gps/hibernate/LayoutsetDAO.java 122 Parameter 'themeId' is not assigned and could be declared final
22609 src/com/gps/hibernate/LayoutsetDAO.java 122 publicMethodCommentRequirement Required
22610 src/com/gps/hibernate/LayoutsetDAO.java 126 Parameter 'colorSchemeId' is not assigned and could be declared final
22611 src/com/gps/hibernate/LayoutsetDAO.java 126 publicMethodCommentRequirement Required
22612 src/com/gps/hibernate/LayoutsetDAO.java 130 Parameter 'wapThemeId' is not assigned and could be declared final
22613 src/com/gps/hibernate/LayoutsetDAO.java 130 publicMethodCommentRequirement Required
22614 src/com/gps/hibernate/LayoutsetDAO.java 134 Parameter 'wapColorSchemeId' is not assigned and could be declared final
22615 src/com/gps/hibernate/LayoutsetDAO.java 134 publicMethodCommentRequirement Required
22616 src/com/gps/hibernate/LayoutsetDAO.java 138 Parameter 'css' is not assigned and could be declared final
22617 src/com/gps/hibernate/LayoutsetDAO.java 138 publicMethodCommentRequirement Required
22618 src/com/gps/hibernate/LayoutsetDAO.java 142 Parameter 'pageCount' is not assigned and could be declared final
22619 src/com/gps/hibernate/LayoutsetDAO.java 142 publicMethodCommentRequirement Required
22620 src/com/gps/hibernate/LayoutsetDAO.java 146 Parameter 'virtualHost' is not assigned and could be declared final
22621 src/com/gps/hibernate/LayoutsetDAO.java 146 publicMethodCommentRequirement Required
22622 src/com/gps/hibernate/LayoutsetDAO.java 150 publicMethodCommentRequirement Required
22623 src/com/gps/hibernate/LayoutsetDAO.java 151 There is log block not surrounded by if
22624 src/com/gps/hibernate/LayoutsetDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22625 src/com/gps/hibernate/LayoutsetDAO.java 153 Local variable 'queryString' could be declared final
22626 src/com/gps/hibernate/LayoutsetDAO.java 154 Local variable 'queryObject' could be declared final
22627 src/com/gps/hibernate/LayoutsetDAO.java 154 Potential violation of Law of Demeter (method chain calls)
22628 src/com/gps/hibernate/LayoutsetDAO.java 155 Potential violation of Law of Demeter (object not created locally)
22629 src/com/gps/hibernate/LayoutsetDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22630 src/com/gps/hibernate/LayoutsetDAO.java 157 There is log block not surrounded by if
22631 src/com/gps/hibernate/LayoutsetDAO.java 162 Parameter 'detachedInstance' is not assigned and could be declared final
22632 src/com/gps/hibernate/LayoutsetDAO.java 162 publicMethodCommentRequirement Required
22633 src/com/gps/hibernate/LayoutsetDAO.java 163 There is log block not surrounded by if
22634 src/com/gps/hibernate/LayoutsetDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22635 src/com/gps/hibernate/LayoutsetDAO.java 165 Local variable 'result' could be declared final
22636 src/com/gps/hibernate/LayoutsetDAO.java 165 Potential violation of Law of Demeter (method chain calls)
22637 src/com/gps/hibernate/LayoutsetDAO.java 166 There is log block not surrounded by if
22638 src/com/gps/hibernate/LayoutsetDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22639 src/com/gps/hibernate/LayoutsetDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22640 src/com/gps/hibernate/LayoutsetDAO.java 169 There is log block not surrounded by if
22641 src/com/gps/hibernate/LayoutsetDAO.java 174 Parameter 'instance' is not assigned and could be declared final
22642 src/com/gps/hibernate/LayoutsetDAO.java 174 publicMethodCommentRequirement Required
22643 src/com/gps/hibernate/LayoutsetDAO.java 175 There is log block not surrounded by if
22644 src/com/gps/hibernate/LayoutsetDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22645 src/com/gps/hibernate/LayoutsetDAO.java 177 Potential violation of Law of Demeter (method chain calls)
22646 src/com/gps/hibernate/LayoutsetDAO.java 178 There is log block not surrounded by if
22647 src/com/gps/hibernate/LayoutsetDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22648 src/com/gps/hibernate/LayoutsetDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22649 src/com/gps/hibernate/LayoutsetDAO.java 180 There is log block not surrounded by if
22650 src/com/gps/hibernate/LayoutsetDAO.java 185 Parameter 'instance' is not assigned and could be declared final
22651 src/com/gps/hibernate/LayoutsetDAO.java 185 publicMethodCommentRequirement Required
22652 src/com/gps/hibernate/LayoutsetDAO.java 186 There is log block not surrounded by if
22653 src/com/gps/hibernate/LayoutsetDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22654 src/com/gps/hibernate/LayoutsetDAO.java 188 Potential violation of Law of Demeter (method chain calls)
22655 src/com/gps/hibernate/LayoutsetDAO.java 189 There is log block not surrounded by if
22656 src/com/gps/hibernate/LayoutsetDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22657 src/com/gps/hibernate/LayoutsetDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22658 src/com/gps/hibernate/LayoutsetDAO.java 191 There is log block not surrounded by if
22659 src/com/gps/hibernate/Listtype.java 9 Classes implementing Serializable should set a serialVersionUID
22660 src/com/gps/hibernate/Listtype.java 13 fieldCommentRequirement Required
22661 src/com/gps/hibernate/Listtype.java 14 fieldCommentRequirement Required
22662 src/com/gps/hibernate/Listtype.java 15 fieldCommentRequirement Required
22663 src/com/gps/hibernate/Listtype.java 20 Document empty constructor
22664 src/com/gps/hibernate/Listtype.java 24 Parameter 'listTypeId' is not assigned and could be declared final
22665 src/com/gps/hibernate/Listtype.java 29 Parameter 'listTypeId' is not assigned and could be declared final
22666 src/com/gps/hibernate/Listtype.java 29 Parameter 'name' is not assigned and could be declared final
22667 src/com/gps/hibernate/Listtype.java 29 Parameter 'type' is not assigned and could be declared final
22668 src/com/gps/hibernate/Listtype.java 37 publicMethodCommentRequirement Required
22669 src/com/gps/hibernate/Listtype.java 41 Parameter 'listTypeId' is not assigned and could be declared final
22670 src/com/gps/hibernate/Listtype.java 41 publicMethodCommentRequirement Required
22671 src/com/gps/hibernate/Listtype.java 45 publicMethodCommentRequirement Required
22672 src/com/gps/hibernate/Listtype.java 49 Parameter 'name' is not assigned and could be declared final
22673 src/com/gps/hibernate/Listtype.java 49 publicMethodCommentRequirement Required
22674 src/com/gps/hibernate/Listtype.java 53 publicMethodCommentRequirement Required
22675 src/com/gps/hibernate/Listtype.java 57 Parameter 'type' is not assigned and could be declared final
22676 src/com/gps/hibernate/Listtype.java 57 publicMethodCommentRequirement Required
22677 src/com/gps/hibernate/ListtypeDAO.java 10 Comment is too large: Too many lines
22678 src/com/gps/hibernate/ListtypeDAO.java 22 This class has too many methods, consider refactoring it.
22679 src/com/gps/hibernate/ListtypeDAO.java 23 Logger should be defined private static final and have the correct class
22680 src/com/gps/hibernate/ListtypeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
22681 src/com/gps/hibernate/ListtypeDAO.java 23 fieldCommentRequirement Required
22682 src/com/gps/hibernate/ListtypeDAO.java 25 fieldCommentRequirement Required
22683 src/com/gps/hibernate/ListtypeDAO.java 26 fieldCommentRequirement Required
22684 src/com/gps/hibernate/ListtypeDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
22685 src/com/gps/hibernate/ListtypeDAO.java 28 publicMethodCommentRequirement Required
22686 src/com/gps/hibernate/ListtypeDAO.java 29 There is log block not surrounded by if
22687 src/com/gps/hibernate/ListtypeDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22688 src/com/gps/hibernate/ListtypeDAO.java 31 Potential violation of Law of Demeter (method chain calls)
22689 src/com/gps/hibernate/ListtypeDAO.java 32 There is log block not surrounded by if
22690 src/com/gps/hibernate/ListtypeDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22691 src/com/gps/hibernate/ListtypeDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22692 src/com/gps/hibernate/ListtypeDAO.java 34 There is log block not surrounded by if
22693 src/com/gps/hibernate/ListtypeDAO.java 39 Avoid excessively long variable names like persistentInstance
22694 src/com/gps/hibernate/ListtypeDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
22695 src/com/gps/hibernate/ListtypeDAO.java 39 publicMethodCommentRequirement Required
22696 src/com/gps/hibernate/ListtypeDAO.java 40 There is log block not surrounded by if
22697 src/com/gps/hibernate/ListtypeDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22698 src/com/gps/hibernate/ListtypeDAO.java 42 Potential violation of Law of Demeter (method chain calls)
22699 src/com/gps/hibernate/ListtypeDAO.java 43 There is log block not surrounded by if
22700 src/com/gps/hibernate/ListtypeDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22701 src/com/gps/hibernate/ListtypeDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22702 src/com/gps/hibernate/ListtypeDAO.java 45 There is log block not surrounded by if
22703 src/com/gps/hibernate/ListtypeDAO.java 50 Avoid variables with short names like id
22704 src/com/gps/hibernate/ListtypeDAO.java 50 Parameter 'id' is not assigned and could be declared final
22705 src/com/gps/hibernate/ListtypeDAO.java 50 publicMethodCommentRequirement Required
22706 src/com/gps/hibernate/ListtypeDAO.java 51 There is log block not surrounded by if
22707 src/com/gps/hibernate/ListtypeDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22708 src/com/gps/hibernate/ListtypeDAO.java 53 Local variable 'instance' could be declared final
22709 src/com/gps/hibernate/ListtypeDAO.java 53 Potential violation of Law of Demeter (method chain calls)
22710 src/com/gps/hibernate/ListtypeDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22711 src/com/gps/hibernate/ListtypeDAO.java 57 There is log block not surrounded by if
22712 src/com/gps/hibernate/ListtypeDAO.java 62 Parameter 'instance' is not assigned and could be declared final
22713 src/com/gps/hibernate/ListtypeDAO.java 62 publicMethodCommentRequirement Required
22714 src/com/gps/hibernate/ListtypeDAO.java 63 There is log block not surrounded by if
22715 src/com/gps/hibernate/ListtypeDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22716 src/com/gps/hibernate/ListtypeDAO.java 65 Local variable 'results' could be declared final
22717 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22718 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22719 src/com/gps/hibernate/ListtypeDAO.java 65 Potential violation of Law of Demeter (method chain calls)
22720 src/com/gps/hibernate/ListtypeDAO.java 68 There is log block not surrounded by if
22721 src/com/gps/hibernate/ListtypeDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22722 src/com/gps/hibernate/ListtypeDAO.java 69 Potential violation of Law of Demeter (object not created locally)
22723 src/com/gps/hibernate/ListtypeDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22724 src/com/gps/hibernate/ListtypeDAO.java 72 There is log block not surrounded by if
22725 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
22726 src/com/gps/hibernate/ListtypeDAO.java 77 Parameter 'value' is not assigned and could be declared final
22727 src/com/gps/hibernate/ListtypeDAO.java 77 publicMethodCommentRequirement Required
22728 src/com/gps/hibernate/ListtypeDAO.java 78 There is log block not surrounded by if
22729 src/com/gps/hibernate/ListtypeDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22730 src/com/gps/hibernate/ListtypeDAO.java 81 Local variable 'queryString' could be declared final
22731 src/com/gps/hibernate/ListtypeDAO.java 83 Local variable 'queryObject' could be declared final
22732 src/com/gps/hibernate/ListtypeDAO.java 83 Potential violation of Law of Demeter (method chain calls)
22733 src/com/gps/hibernate/ListtypeDAO.java 84 Potential violation of Law of Demeter (object not created locally)
22734 src/com/gps/hibernate/ListtypeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
22735 src/com/gps/hibernate/ListtypeDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22736 src/com/gps/hibernate/ListtypeDAO.java 87 There is log block not surrounded by if
22737 src/com/gps/hibernate/ListtypeDAO.java 92 Parameter 'name' is not assigned and could be declared final
22738 src/com/gps/hibernate/ListtypeDAO.java 92 publicMethodCommentRequirement Required
22739 src/com/gps/hibernate/ListtypeDAO.java 96 Parameter 'type' is not assigned and could be declared final
22740 src/com/gps/hibernate/ListtypeDAO.java 96 publicMethodCommentRequirement Required
22741 src/com/gps/hibernate/ListtypeDAO.java 100 publicMethodCommentRequirement Required
22742 src/com/gps/hibernate/ListtypeDAO.java 101 There is log block not surrounded by if
22743 src/com/gps/hibernate/ListtypeDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22744 src/com/gps/hibernate/ListtypeDAO.java 103 Local variable 'queryString' could be declared final
22745 src/com/gps/hibernate/ListtypeDAO.java 104 Local variable 'queryObject' could be declared final
22746 src/com/gps/hibernate/ListtypeDAO.java 104 Potential violation of Law of Demeter (method chain calls)
22747 src/com/gps/hibernate/ListtypeDAO.java 105 Potential violation of Law of Demeter (object not created locally)
22748 src/com/gps/hibernate/ListtypeDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22749 src/com/gps/hibernate/ListtypeDAO.java 107 There is log block not surrounded by if
22750 src/com/gps/hibernate/ListtypeDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
22751 src/com/gps/hibernate/ListtypeDAO.java 112 publicMethodCommentRequirement Required
22752 src/com/gps/hibernate/ListtypeDAO.java 113 There is log block not surrounded by if
22753 src/com/gps/hibernate/ListtypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22754 src/com/gps/hibernate/ListtypeDAO.java 115 Local variable 'result' could be declared final
22755 src/com/gps/hibernate/ListtypeDAO.java 115 Potential violation of Law of Demeter (method chain calls)
22756 src/com/gps/hibernate/ListtypeDAO.java 116 There is log block not surrounded by if
22757 src/com/gps/hibernate/ListtypeDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22758 src/com/gps/hibernate/ListtypeDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22759 src/com/gps/hibernate/ListtypeDAO.java 119 There is log block not surrounded by if
22760 src/com/gps/hibernate/ListtypeDAO.java 124 Parameter 'instance' is not assigned and could be declared final
22761 src/com/gps/hibernate/ListtypeDAO.java 124 publicMethodCommentRequirement Required
22762 src/com/gps/hibernate/ListtypeDAO.java 125 There is log block not surrounded by if
22763 src/com/gps/hibernate/ListtypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22764 src/com/gps/hibernate/ListtypeDAO.java 127 Potential violation of Law of Demeter (method chain calls)
22765 src/com/gps/hibernate/ListtypeDAO.java 128 There is log block not surrounded by if
22766 src/com/gps/hibernate/ListtypeDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22767 src/com/gps/hibernate/ListtypeDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22768 src/com/gps/hibernate/ListtypeDAO.java 130 There is log block not surrounded by if
22769 src/com/gps/hibernate/ListtypeDAO.java 135 Parameter 'instance' is not assigned and could be declared final
22770 src/com/gps/hibernate/ListtypeDAO.java 135 publicMethodCommentRequirement Required
22771 src/com/gps/hibernate/ListtypeDAO.java 136 There is log block not surrounded by if
22772 src/com/gps/hibernate/ListtypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22773 src/com/gps/hibernate/ListtypeDAO.java 138 Potential violation of Law of Demeter (method chain calls)
22774 src/com/gps/hibernate/ListtypeDAO.java 139 There is log block not surrounded by if
22775 src/com/gps/hibernate/ListtypeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22776 src/com/gps/hibernate/ListtypeDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22777 src/com/gps/hibernate/ListtypeDAO.java 141 There is log block not surrounded by if
22778 src/com/gps/hibernate/Mbban.java 11 Classes implementing Serializable should set a serialVersionUID
22779 src/com/gps/hibernate/Mbban.java 15 fieldCommentRequirement Required
22780 src/com/gps/hibernate/Mbban.java 16 fieldCommentRequirement Required
22781 src/com/gps/hibernate/Mbban.java 17 fieldCommentRequirement Required
22782 src/com/gps/hibernate/Mbban.java 18 fieldCommentRequirement Required
22783 src/com/gps/hibernate/Mbban.java 19 fieldCommentRequirement Required
22784 src/com/gps/hibernate/Mbban.java 20 fieldCommentRequirement Required
22785 src/com/gps/hibernate/Mbban.java 21 fieldCommentRequirement Required
22786 src/com/gps/hibernate/Mbban.java 22 fieldCommentRequirement Required
22787 src/com/gps/hibernate/Mbban.java 27 Document empty constructor
22788 src/com/gps/hibernate/Mbban.java 31 Parameter 'banId' is not assigned and could be declared final
22789 src/com/gps/hibernate/Mbban.java 36 Parameter 'banId' is not assigned and could be declared final
22790 src/com/gps/hibernate/Mbban.java 36 Parameter 'companyId' is not assigned and could be declared final
22791 src/com/gps/hibernate/Mbban.java 36 Parameter 'groupId' is not assigned and could be declared final
22792 src/com/gps/hibernate/Mbban.java 36 Parameter 'userId' is not assigned and could be declared final
22793 src/com/gps/hibernate/Mbban.java 37 Parameter 'banUserId' is not assigned and could be declared final
22794 src/com/gps/hibernate/Mbban.java 37 Parameter 'createDate' is not assigned and could be declared final
22795 src/com/gps/hibernate/Mbban.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
22796 src/com/gps/hibernate/Mbban.java 37 Parameter 'userName' is not assigned and could be declared final
22797 src/com/gps/hibernate/Mbban.java 50 publicMethodCommentRequirement Required
22798 src/com/gps/hibernate/Mbban.java 54 Parameter 'banId' is not assigned and could be declared final
22799 src/com/gps/hibernate/Mbban.java 54 publicMethodCommentRequirement Required
22800 src/com/gps/hibernate/Mbban.java 58 publicMethodCommentRequirement Required
22801 src/com/gps/hibernate/Mbban.java 62 Parameter 'groupId' is not assigned and could be declared final
22802 src/com/gps/hibernate/Mbban.java 62 publicMethodCommentRequirement Required
22803 src/com/gps/hibernate/Mbban.java 66 publicMethodCommentRequirement Required
22804 src/com/gps/hibernate/Mbban.java 70 Parameter 'companyId' is not assigned and could be declared final
22805 src/com/gps/hibernate/Mbban.java 70 publicMethodCommentRequirement Required
22806 src/com/gps/hibernate/Mbban.java 74 publicMethodCommentRequirement Required
22807 src/com/gps/hibernate/Mbban.java 78 Parameter 'userId' is not assigned and could be declared final
22808 src/com/gps/hibernate/Mbban.java 78 publicMethodCommentRequirement Required
22809 src/com/gps/hibernate/Mbban.java 82 publicMethodCommentRequirement Required
22810 src/com/gps/hibernate/Mbban.java 86 Parameter 'userName' is not assigned and could be declared final
22811 src/com/gps/hibernate/Mbban.java 86 publicMethodCommentRequirement Required
22812 src/com/gps/hibernate/Mbban.java 90 publicMethodCommentRequirement Required
22813 src/com/gps/hibernate/Mbban.java 94 Parameter 'createDate' is not assigned and could be declared final
22814 src/com/gps/hibernate/Mbban.java 94 publicMethodCommentRequirement Required
22815 src/com/gps/hibernate/Mbban.java 98 publicMethodCommentRequirement Required
22816 src/com/gps/hibernate/Mbban.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
22817 src/com/gps/hibernate/Mbban.java 102 publicMethodCommentRequirement Required
22818 src/com/gps/hibernate/Mbban.java 106 publicMethodCommentRequirement Required
22819 src/com/gps/hibernate/Mbban.java 110 Parameter 'banUserId' is not assigned and could be declared final
22820 src/com/gps/hibernate/Mbban.java 110 publicMethodCommentRequirement Required
22821 src/com/gps/hibernate/MbbanDAO.java 3 Avoid unused imports such as 'java.util.Date'
22822 src/com/gps/hibernate/MbbanDAO.java 11 Comment is too large: Too many lines
22823 src/com/gps/hibernate/MbbanDAO.java 23 This class has too many methods, consider refactoring it.
22824 src/com/gps/hibernate/MbbanDAO.java 24 Logger should be defined private static final and have the correct class
22825 src/com/gps/hibernate/MbbanDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
22826 src/com/gps/hibernate/MbbanDAO.java 24 fieldCommentRequirement Required
22827 src/com/gps/hibernate/MbbanDAO.java 26 fieldCommentRequirement Required
22828 src/com/gps/hibernate/MbbanDAO.java 27 fieldCommentRequirement Required
22829 src/com/gps/hibernate/MbbanDAO.java 28 fieldCommentRequirement Required
22830 src/com/gps/hibernate/MbbanDAO.java 29 fieldCommentRequirement Required
22831 src/com/gps/hibernate/MbbanDAO.java 30 fieldCommentRequirement Required
22832 src/com/gps/hibernate/MbbanDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
22833 src/com/gps/hibernate/MbbanDAO.java 32 publicMethodCommentRequirement Required
22834 src/com/gps/hibernate/MbbanDAO.java 33 There is log block not surrounded by if
22835 src/com/gps/hibernate/MbbanDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22836 src/com/gps/hibernate/MbbanDAO.java 35 Potential violation of Law of Demeter (method chain calls)
22837 src/com/gps/hibernate/MbbanDAO.java 36 There is log block not surrounded by if
22838 src/com/gps/hibernate/MbbanDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22839 src/com/gps/hibernate/MbbanDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22840 src/com/gps/hibernate/MbbanDAO.java 38 There is log block not surrounded by if
22841 src/com/gps/hibernate/MbbanDAO.java 43 Avoid excessively long variable names like persistentInstance
22842 src/com/gps/hibernate/MbbanDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
22843 src/com/gps/hibernate/MbbanDAO.java 43 publicMethodCommentRequirement Required
22844 src/com/gps/hibernate/MbbanDAO.java 44 There is log block not surrounded by if
22845 src/com/gps/hibernate/MbbanDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22846 src/com/gps/hibernate/MbbanDAO.java 46 Potential violation of Law of Demeter (method chain calls)
22847 src/com/gps/hibernate/MbbanDAO.java 47 There is log block not surrounded by if
22848 src/com/gps/hibernate/MbbanDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22849 src/com/gps/hibernate/MbbanDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22850 src/com/gps/hibernate/MbbanDAO.java 49 There is log block not surrounded by if
22851 src/com/gps/hibernate/MbbanDAO.java 54 Avoid variables with short names like id
22852 src/com/gps/hibernate/MbbanDAO.java 54 Parameter 'id' is not assigned and could be declared final
22853 src/com/gps/hibernate/MbbanDAO.java 54 publicMethodCommentRequirement Required
22854 src/com/gps/hibernate/MbbanDAO.java 55 There is log block not surrounded by if
22855 src/com/gps/hibernate/MbbanDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22856 src/com/gps/hibernate/MbbanDAO.java 57 Local variable 'instance' could be declared final
22857 src/com/gps/hibernate/MbbanDAO.java 57 Potential violation of Law of Demeter (method chain calls)
22858 src/com/gps/hibernate/MbbanDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22859 src/com/gps/hibernate/MbbanDAO.java 61 There is log block not surrounded by if
22860 src/com/gps/hibernate/MbbanDAO.java 66 Parameter 'instance' is not assigned and could be declared final
22861 src/com/gps/hibernate/MbbanDAO.java 66 publicMethodCommentRequirement Required
22862 src/com/gps/hibernate/MbbanDAO.java 67 There is log block not surrounded by if
22863 src/com/gps/hibernate/MbbanDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22864 src/com/gps/hibernate/MbbanDAO.java 69 Local variable 'results' could be declared final
22865 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22866 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22867 src/com/gps/hibernate/MbbanDAO.java 69 Potential violation of Law of Demeter (method chain calls)
22868 src/com/gps/hibernate/MbbanDAO.java 72 There is log block not surrounded by if
22869 src/com/gps/hibernate/MbbanDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22870 src/com/gps/hibernate/MbbanDAO.java 73 Potential violation of Law of Demeter (object not created locally)
22871 src/com/gps/hibernate/MbbanDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22872 src/com/gps/hibernate/MbbanDAO.java 76 There is log block not surrounded by if
22873 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
22874 src/com/gps/hibernate/MbbanDAO.java 81 Parameter 'value' is not assigned and could be declared final
22875 src/com/gps/hibernate/MbbanDAO.java 81 publicMethodCommentRequirement Required
22876 src/com/gps/hibernate/MbbanDAO.java 82 There is log block not surrounded by if
22877 src/com/gps/hibernate/MbbanDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22878 src/com/gps/hibernate/MbbanDAO.java 85 Local variable 'queryString' could be declared final
22879 src/com/gps/hibernate/MbbanDAO.java 87 Local variable 'queryObject' could be declared final
22880 src/com/gps/hibernate/MbbanDAO.java 87 Potential violation of Law of Demeter (method chain calls)
22881 src/com/gps/hibernate/MbbanDAO.java 88 Potential violation of Law of Demeter (object not created locally)
22882 src/com/gps/hibernate/MbbanDAO.java 89 Potential violation of Law of Demeter (object not created locally)
22883 src/com/gps/hibernate/MbbanDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22884 src/com/gps/hibernate/MbbanDAO.java 91 There is log block not surrounded by if
22885 src/com/gps/hibernate/MbbanDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
22886 src/com/gps/hibernate/MbbanDAO.java 96 publicMethodCommentRequirement Required
22887 src/com/gps/hibernate/MbbanDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
22888 src/com/gps/hibernate/MbbanDAO.java 100 publicMethodCommentRequirement Required
22889 src/com/gps/hibernate/MbbanDAO.java 104 Parameter 'userId' is not assigned and could be declared final
22890 src/com/gps/hibernate/MbbanDAO.java 104 publicMethodCommentRequirement Required
22891 src/com/gps/hibernate/MbbanDAO.java 108 Parameter 'userName' is not assigned and could be declared final
22892 src/com/gps/hibernate/MbbanDAO.java 108 publicMethodCommentRequirement Required
22893 src/com/gps/hibernate/MbbanDAO.java 112 Parameter 'banUserId' is not assigned and could be declared final
22894 src/com/gps/hibernate/MbbanDAO.java 112 publicMethodCommentRequirement Required
22895 src/com/gps/hibernate/MbbanDAO.java 116 publicMethodCommentRequirement Required
22896 src/com/gps/hibernate/MbbanDAO.java 117 There is log block not surrounded by if
22897 src/com/gps/hibernate/MbbanDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22898 src/com/gps/hibernate/MbbanDAO.java 119 Local variable 'queryString' could be declared final
22899 src/com/gps/hibernate/MbbanDAO.java 120 Local variable 'queryObject' could be declared final
22900 src/com/gps/hibernate/MbbanDAO.java 120 Potential violation of Law of Demeter (method chain calls)
22901 src/com/gps/hibernate/MbbanDAO.java 121 Potential violation of Law of Demeter (object not created locally)
22902 src/com/gps/hibernate/MbbanDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22903 src/com/gps/hibernate/MbbanDAO.java 123 There is log block not surrounded by if
22904 src/com/gps/hibernate/MbbanDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
22905 src/com/gps/hibernate/MbbanDAO.java 128 publicMethodCommentRequirement Required
22906 src/com/gps/hibernate/MbbanDAO.java 129 There is log block not surrounded by if
22907 src/com/gps/hibernate/MbbanDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22908 src/com/gps/hibernate/MbbanDAO.java 131 Local variable 'result' could be declared final
22909 src/com/gps/hibernate/MbbanDAO.java 131 Potential violation of Law of Demeter (method chain calls)
22910 src/com/gps/hibernate/MbbanDAO.java 132 There is log block not surrounded by if
22911 src/com/gps/hibernate/MbbanDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22912 src/com/gps/hibernate/MbbanDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22913 src/com/gps/hibernate/MbbanDAO.java 135 There is log block not surrounded by if
22914 src/com/gps/hibernate/MbbanDAO.java 140 Parameter 'instance' is not assigned and could be declared final
22915 src/com/gps/hibernate/MbbanDAO.java 140 publicMethodCommentRequirement Required
22916 src/com/gps/hibernate/MbbanDAO.java 141 There is log block not surrounded by if
22917 src/com/gps/hibernate/MbbanDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22918 src/com/gps/hibernate/MbbanDAO.java 143 Potential violation of Law of Demeter (method chain calls)
22919 src/com/gps/hibernate/MbbanDAO.java 144 There is log block not surrounded by if
22920 src/com/gps/hibernate/MbbanDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22921 src/com/gps/hibernate/MbbanDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22922 src/com/gps/hibernate/MbbanDAO.java 146 There is log block not surrounded by if
22923 src/com/gps/hibernate/MbbanDAO.java 151 Parameter 'instance' is not assigned and could be declared final
22924 src/com/gps/hibernate/MbbanDAO.java 151 publicMethodCommentRequirement Required
22925 src/com/gps/hibernate/MbbanDAO.java 152 There is log block not surrounded by if
22926 src/com/gps/hibernate/MbbanDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22927 src/com/gps/hibernate/MbbanDAO.java 154 Potential violation of Law of Demeter (method chain calls)
22928 src/com/gps/hibernate/MbbanDAO.java 155 There is log block not surrounded by if
22929 src/com/gps/hibernate/MbbanDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
22930 src/com/gps/hibernate/MbbanDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
22931 src/com/gps/hibernate/MbbanDAO.java 157 There is log block not surrounded by if
22932 src/com/gps/hibernate/Mbcategory.java 11 Classes implementing Serializable should set a serialVersionUID
22933 src/com/gps/hibernate/Mbcategory.java 15 fieldCommentRequirement Required
22934 src/com/gps/hibernate/Mbcategory.java 16 fieldCommentRequirement Required
22935 src/com/gps/hibernate/Mbcategory.java 17 fieldCommentRequirement Required
22936 src/com/gps/hibernate/Mbcategory.java 18 fieldCommentRequirement Required
22937 src/com/gps/hibernate/Mbcategory.java 19 fieldCommentRequirement Required
22938 src/com/gps/hibernate/Mbcategory.java 20 fieldCommentRequirement Required
22939 src/com/gps/hibernate/Mbcategory.java 21 fieldCommentRequirement Required
22940 src/com/gps/hibernate/Mbcategory.java 22 fieldCommentRequirement Required
22941 src/com/gps/hibernate/Mbcategory.java 23 fieldCommentRequirement Required
22942 src/com/gps/hibernate/Mbcategory.java 24 fieldCommentRequirement Required
22943 src/com/gps/hibernate/Mbcategory.java 25 fieldCommentRequirement Required
22944 src/com/gps/hibernate/Mbcategory.java 26 fieldCommentRequirement Required
22945 src/com/gps/hibernate/Mbcategory.java 27 fieldCommentRequirement Required
22946 src/com/gps/hibernate/Mbcategory.java 28 fieldCommentRequirement Required
22947 src/com/gps/hibernate/Mbcategory.java 33 Document empty constructor
22948 src/com/gps/hibernate/Mbcategory.java 37 Parameter 'categoryId' is not assigned and could be declared final
22949 src/com/gps/hibernate/Mbcategory.java 42 Avoid long parameter lists.
22950 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'categoryId' is not assigned and could be declared final
22951 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'groupId' is not assigned and could be declared final
22952 src/com/gps/hibernate/Mbcategory.java 42 Parameter 'uuid' is not assigned and could be declared final
22953 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'companyId' is not assigned and could be declared final
22954 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'createDate' is not assigned and could be declared final
22955 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userId' is not assigned and could be declared final
22956 src/com/gps/hibernate/Mbcategory.java 43 Parameter 'userName' is not assigned and could be declared final
22957 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'modifiedDate' is not assigned and could be declared final
22958 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'name' is not assigned and could be declared final
22959 src/com/gps/hibernate/Mbcategory.java 44 Parameter 'parentCategoryId' is not assigned and could be declared final
22960 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'description' is not assigned and could be declared final
22961 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'messageCount' is not assigned and could be declared final
22962 src/com/gps/hibernate/Mbcategory.java 45 Parameter 'threadCount' is not assigned and could be declared final
22963 src/com/gps/hibernate/Mbcategory.java 46 Parameter 'lastPostDate' is not assigned and could be declared final
22964 src/com/gps/hibernate/Mbcategory.java 65 publicMethodCommentRequirement Required
22965 src/com/gps/hibernate/Mbcategory.java 69 Parameter 'categoryId' is not assigned and could be declared final
22966 src/com/gps/hibernate/Mbcategory.java 69 publicMethodCommentRequirement Required
22967 src/com/gps/hibernate/Mbcategory.java 73 publicMethodCommentRequirement Required
22968 src/com/gps/hibernate/Mbcategory.java 77 Parameter 'uuid' is not assigned and could be declared final
22969 src/com/gps/hibernate/Mbcategory.java 77 publicMethodCommentRequirement Required
22970 src/com/gps/hibernate/Mbcategory.java 81 publicMethodCommentRequirement Required
22971 src/com/gps/hibernate/Mbcategory.java 85 Parameter 'groupId' is not assigned and could be declared final
22972 src/com/gps/hibernate/Mbcategory.java 85 publicMethodCommentRequirement Required
22973 src/com/gps/hibernate/Mbcategory.java 89 publicMethodCommentRequirement Required
22974 src/com/gps/hibernate/Mbcategory.java 93 Parameter 'companyId' is not assigned and could be declared final
22975 src/com/gps/hibernate/Mbcategory.java 93 publicMethodCommentRequirement Required
22976 src/com/gps/hibernate/Mbcategory.java 97 publicMethodCommentRequirement Required
22977 src/com/gps/hibernate/Mbcategory.java 101 Parameter 'userId' is not assigned and could be declared final
22978 src/com/gps/hibernate/Mbcategory.java 101 publicMethodCommentRequirement Required
22979 src/com/gps/hibernate/Mbcategory.java 105 publicMethodCommentRequirement Required
22980 src/com/gps/hibernate/Mbcategory.java 109 Parameter 'userName' is not assigned and could be declared final
22981 src/com/gps/hibernate/Mbcategory.java 109 publicMethodCommentRequirement Required
22982 src/com/gps/hibernate/Mbcategory.java 113 publicMethodCommentRequirement Required
22983 src/com/gps/hibernate/Mbcategory.java 117 Parameter 'createDate' is not assigned and could be declared final
22984 src/com/gps/hibernate/Mbcategory.java 117 publicMethodCommentRequirement Required
22985 src/com/gps/hibernate/Mbcategory.java 121 publicMethodCommentRequirement Required
22986 src/com/gps/hibernate/Mbcategory.java 125 Parameter 'modifiedDate' is not assigned and could be declared final
22987 src/com/gps/hibernate/Mbcategory.java 125 publicMethodCommentRequirement Required
22988 src/com/gps/hibernate/Mbcategory.java 129 publicMethodCommentRequirement Required
22989 src/com/gps/hibernate/Mbcategory.java 133 Parameter 'parentCategoryId' is not assigned and could be declared final
22990 src/com/gps/hibernate/Mbcategory.java 133 publicMethodCommentRequirement Required
22991 src/com/gps/hibernate/Mbcategory.java 137 publicMethodCommentRequirement Required
22992 src/com/gps/hibernate/Mbcategory.java 141 Parameter 'name' is not assigned and could be declared final
22993 src/com/gps/hibernate/Mbcategory.java 141 publicMethodCommentRequirement Required
22994 src/com/gps/hibernate/Mbcategory.java 145 publicMethodCommentRequirement Required
22995 src/com/gps/hibernate/Mbcategory.java 149 Parameter 'description' is not assigned and could be declared final
22996 src/com/gps/hibernate/Mbcategory.java 149 publicMethodCommentRequirement Required
22997 src/com/gps/hibernate/Mbcategory.java 153 publicMethodCommentRequirement Required
22998 src/com/gps/hibernate/Mbcategory.java 157 Parameter 'threadCount' is not assigned and could be declared final
22999 src/com/gps/hibernate/Mbcategory.java 157 publicMethodCommentRequirement Required
23000 src/com/gps/hibernate/Mbcategory.java 161 publicMethodCommentRequirement Required
23001 src/com/gps/hibernate/Mbcategory.java 165 Parameter 'messageCount' is not assigned and could be declared final
23002 src/com/gps/hibernate/Mbcategory.java 165 publicMethodCommentRequirement Required
23003 src/com/gps/hibernate/Mbcategory.java 169 publicMethodCommentRequirement Required
23004 src/com/gps/hibernate/Mbcategory.java 173 Parameter 'lastPostDate' is not assigned and could be declared final
23005 src/com/gps/hibernate/Mbcategory.java 173 publicMethodCommentRequirement Required
23006 src/com/gps/hibernate/MbcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
23007 src/com/gps/hibernate/MbcategoryDAO.java 11 Comment is too large: Too many lines
23008 src/com/gps/hibernate/MbcategoryDAO.java 23 This class has too many methods, consider refactoring it.
23009 src/com/gps/hibernate/MbcategoryDAO.java 24 Logger should be defined private static final and have the correct class
23010 src/com/gps/hibernate/MbcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
23011 src/com/gps/hibernate/MbcategoryDAO.java 24 fieldCommentRequirement Required
23012 src/com/gps/hibernate/MbcategoryDAO.java 26 fieldCommentRequirement Required
23013 src/com/gps/hibernate/MbcategoryDAO.java 27 fieldCommentRequirement Required
23014 src/com/gps/hibernate/MbcategoryDAO.java 28 fieldCommentRequirement Required
23015 src/com/gps/hibernate/MbcategoryDAO.java 29 fieldCommentRequirement Required
23016 src/com/gps/hibernate/MbcategoryDAO.java 30 fieldCommentRequirement Required
23017 src/com/gps/hibernate/MbcategoryDAO.java 31 Avoid excessively long variable names like PARENT_CATEGORY_ID
23018 src/com/gps/hibernate/MbcategoryDAO.java 31 fieldCommentRequirement Required
23019 src/com/gps/hibernate/MbcategoryDAO.java 32 fieldCommentRequirement Required
23020 src/com/gps/hibernate/MbcategoryDAO.java 33 fieldCommentRequirement Required
23021 src/com/gps/hibernate/MbcategoryDAO.java 34 fieldCommentRequirement Required
23022 src/com/gps/hibernate/MbcategoryDAO.java 35 fieldCommentRequirement Required
23023 src/com/gps/hibernate/MbcategoryDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
23024 src/com/gps/hibernate/MbcategoryDAO.java 37 publicMethodCommentRequirement Required
23025 src/com/gps/hibernate/MbcategoryDAO.java 38 There is log block not surrounded by if
23026 src/com/gps/hibernate/MbcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23027 src/com/gps/hibernate/MbcategoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
23028 src/com/gps/hibernate/MbcategoryDAO.java 41 There is log block not surrounded by if
23029 src/com/gps/hibernate/MbcategoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23030 src/com/gps/hibernate/MbcategoryDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23031 src/com/gps/hibernate/MbcategoryDAO.java 43 There is log block not surrounded by if
23032 src/com/gps/hibernate/MbcategoryDAO.java 48 Avoid excessively long variable names like persistentInstance
23033 src/com/gps/hibernate/MbcategoryDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
23034 src/com/gps/hibernate/MbcategoryDAO.java 48 publicMethodCommentRequirement Required
23035 src/com/gps/hibernate/MbcategoryDAO.java 49 There is log block not surrounded by if
23036 src/com/gps/hibernate/MbcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23037 src/com/gps/hibernate/MbcategoryDAO.java 51 Potential violation of Law of Demeter (method chain calls)
23038 src/com/gps/hibernate/MbcategoryDAO.java 52 There is log block not surrounded by if
23039 src/com/gps/hibernate/MbcategoryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23040 src/com/gps/hibernate/MbcategoryDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23041 src/com/gps/hibernate/MbcategoryDAO.java 54 There is log block not surrounded by if
23042 src/com/gps/hibernate/MbcategoryDAO.java 59 Avoid variables with short names like id
23043 src/com/gps/hibernate/MbcategoryDAO.java 59 Parameter 'id' is not assigned and could be declared final
23044 src/com/gps/hibernate/MbcategoryDAO.java 59 publicMethodCommentRequirement Required
23045 src/com/gps/hibernate/MbcategoryDAO.java 60 There is log block not surrounded by if
23046 src/com/gps/hibernate/MbcategoryDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23047 src/com/gps/hibernate/MbcategoryDAO.java 62 Local variable 'instance' could be declared final
23048 src/com/gps/hibernate/MbcategoryDAO.java 62 Potential violation of Law of Demeter (method chain calls)
23049 src/com/gps/hibernate/MbcategoryDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23050 src/com/gps/hibernate/MbcategoryDAO.java 66 There is log block not surrounded by if
23051 src/com/gps/hibernate/MbcategoryDAO.java 71 Parameter 'instance' is not assigned and could be declared final
23052 src/com/gps/hibernate/MbcategoryDAO.java 71 publicMethodCommentRequirement Required
23053 src/com/gps/hibernate/MbcategoryDAO.java 72 There is log block not surrounded by if
23054 src/com/gps/hibernate/MbcategoryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23055 src/com/gps/hibernate/MbcategoryDAO.java 74 Local variable 'results' could be declared final
23056 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
23057 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
23058 src/com/gps/hibernate/MbcategoryDAO.java 74 Potential violation of Law of Demeter (method chain calls)
23059 src/com/gps/hibernate/MbcategoryDAO.java 77 There is log block not surrounded by if
23060 src/com/gps/hibernate/MbcategoryDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23061 src/com/gps/hibernate/MbcategoryDAO.java 78 Potential violation of Law of Demeter (object not created locally)
23062 src/com/gps/hibernate/MbcategoryDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23063 src/com/gps/hibernate/MbcategoryDAO.java 81 There is log block not surrounded by if
23064 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
23065 src/com/gps/hibernate/MbcategoryDAO.java 86 Parameter 'value' is not assigned and could be declared final
23066 src/com/gps/hibernate/MbcategoryDAO.java 86 publicMethodCommentRequirement Required
23067 src/com/gps/hibernate/MbcategoryDAO.java 87 There is log block not surrounded by if
23068 src/com/gps/hibernate/MbcategoryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23069 src/com/gps/hibernate/MbcategoryDAO.java 90 Local variable 'queryString' could be declared final
23070 src/com/gps/hibernate/MbcategoryDAO.java 92 Local variable 'queryObject' could be declared final
23071 src/com/gps/hibernate/MbcategoryDAO.java 92 Potential violation of Law of Demeter (method chain calls)
23072 src/com/gps/hibernate/MbcategoryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
23073 src/com/gps/hibernate/MbcategoryDAO.java 94 Potential violation of Law of Demeter (object not created locally)
23074 src/com/gps/hibernate/MbcategoryDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23075 src/com/gps/hibernate/MbcategoryDAO.java 96 There is log block not surrounded by if
23076 src/com/gps/hibernate/MbcategoryDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
23077 src/com/gps/hibernate/MbcategoryDAO.java 101 publicMethodCommentRequirement Required
23078 src/com/gps/hibernate/MbcategoryDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
23079 src/com/gps/hibernate/MbcategoryDAO.java 105 publicMethodCommentRequirement Required
23080 src/com/gps/hibernate/MbcategoryDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
23081 src/com/gps/hibernate/MbcategoryDAO.java 109 publicMethodCommentRequirement Required
23082 src/com/gps/hibernate/MbcategoryDAO.java 113 Parameter 'userId' is not assigned and could be declared final
23083 src/com/gps/hibernate/MbcategoryDAO.java 113 publicMethodCommentRequirement Required
23084 src/com/gps/hibernate/MbcategoryDAO.java 117 Parameter 'userName' is not assigned and could be declared final
23085 src/com/gps/hibernate/MbcategoryDAO.java 117 publicMethodCommentRequirement Required
23086 src/com/gps/hibernate/MbcategoryDAO.java 121 Parameter 'parentCategoryId' is not assigned and could be declared final
23087 src/com/gps/hibernate/MbcategoryDAO.java 121 publicMethodCommentRequirement Required
23088 src/com/gps/hibernate/MbcategoryDAO.java 125 Parameter 'name' is not assigned and could be declared final
23089 src/com/gps/hibernate/MbcategoryDAO.java 125 publicMethodCommentRequirement Required
23090 src/com/gps/hibernate/MbcategoryDAO.java 129 Parameter 'description' is not assigned and could be declared final
23091 src/com/gps/hibernate/MbcategoryDAO.java 129 publicMethodCommentRequirement Required
23092 src/com/gps/hibernate/MbcategoryDAO.java 133 Parameter 'threadCount' is not assigned and could be declared final
23093 src/com/gps/hibernate/MbcategoryDAO.java 133 publicMethodCommentRequirement Required
23094 src/com/gps/hibernate/MbcategoryDAO.java 137 Parameter 'messageCount' is not assigned and could be declared final
23095 src/com/gps/hibernate/MbcategoryDAO.java 137 publicMethodCommentRequirement Required
23096 src/com/gps/hibernate/MbcategoryDAO.java 141 publicMethodCommentRequirement Required
23097 src/com/gps/hibernate/MbcategoryDAO.java 142 There is log block not surrounded by if
23098 src/com/gps/hibernate/MbcategoryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23099 src/com/gps/hibernate/MbcategoryDAO.java 144 Local variable 'queryString' could be declared final
23100 src/com/gps/hibernate/MbcategoryDAO.java 145 Local variable 'queryObject' could be declared final
23101 src/com/gps/hibernate/MbcategoryDAO.java 145 Potential violation of Law of Demeter (method chain calls)
23102 src/com/gps/hibernate/MbcategoryDAO.java 146 Potential violation of Law of Demeter (object not created locally)
23103 src/com/gps/hibernate/MbcategoryDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23104 src/com/gps/hibernate/MbcategoryDAO.java 148 There is log block not surrounded by if
23105 src/com/gps/hibernate/MbcategoryDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
23106 src/com/gps/hibernate/MbcategoryDAO.java 153 publicMethodCommentRequirement Required
23107 src/com/gps/hibernate/MbcategoryDAO.java 154 There is log block not surrounded by if
23108 src/com/gps/hibernate/MbcategoryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23109 src/com/gps/hibernate/MbcategoryDAO.java 156 Local variable 'result' could be declared final
23110 src/com/gps/hibernate/MbcategoryDAO.java 156 Potential violation of Law of Demeter (method chain calls)
23111 src/com/gps/hibernate/MbcategoryDAO.java 158 There is log block not surrounded by if
23112 src/com/gps/hibernate/MbcategoryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23113 src/com/gps/hibernate/MbcategoryDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23114 src/com/gps/hibernate/MbcategoryDAO.java 161 There is log block not surrounded by if
23115 src/com/gps/hibernate/MbcategoryDAO.java 166 Parameter 'instance' is not assigned and could be declared final
23116 src/com/gps/hibernate/MbcategoryDAO.java 166 publicMethodCommentRequirement Required
23117 src/com/gps/hibernate/MbcategoryDAO.java 167 There is log block not surrounded by if
23118 src/com/gps/hibernate/MbcategoryDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23119 src/com/gps/hibernate/MbcategoryDAO.java 169 Potential violation of Law of Demeter (method chain calls)
23120 src/com/gps/hibernate/MbcategoryDAO.java 170 There is log block not surrounded by if
23121 src/com/gps/hibernate/MbcategoryDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23122 src/com/gps/hibernate/MbcategoryDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23123 src/com/gps/hibernate/MbcategoryDAO.java 172 There is log block not surrounded by if
23124 src/com/gps/hibernate/MbcategoryDAO.java 177 Parameter 'instance' is not assigned and could be declared final
23125 src/com/gps/hibernate/MbcategoryDAO.java 177 publicMethodCommentRequirement Required
23126 src/com/gps/hibernate/MbcategoryDAO.java 178 There is log block not surrounded by if
23127 src/com/gps/hibernate/MbcategoryDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23128 src/com/gps/hibernate/MbcategoryDAO.java 180 Potential violation of Law of Demeter (method chain calls)
23129 src/com/gps/hibernate/MbcategoryDAO.java 181 There is log block not surrounded by if
23130 src/com/gps/hibernate/MbcategoryDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23131 src/com/gps/hibernate/MbcategoryDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23132 src/com/gps/hibernate/MbcategoryDAO.java 183 There is log block not surrounded by if
23133 src/com/gps/hibernate/Mbdiscussion.java 9 Classes implementing Serializable should set a serialVersionUID
23134 src/com/gps/hibernate/Mbdiscussion.java 13 fieldCommentRequirement Required
23135 src/com/gps/hibernate/Mbdiscussion.java 14 fieldCommentRequirement Required
23136 src/com/gps/hibernate/Mbdiscussion.java 15 fieldCommentRequirement Required
23137 src/com/gps/hibernate/Mbdiscussion.java 16 fieldCommentRequirement Required
23138 src/com/gps/hibernate/Mbdiscussion.java 21 Document empty constructor
23139 src/com/gps/hibernate/Mbdiscussion.java 25 Parameter 'discussionId' is not assigned and could be declared final
23140 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classNameId' is not assigned and could be declared final
23141 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'classPk' is not assigned and could be declared final
23142 src/com/gps/hibernate/Mbdiscussion.java 30 Parameter 'discussionId' is not assigned and could be declared final
23143 src/com/gps/hibernate/Mbdiscussion.java 31 Parameter 'threadId' is not assigned and could be declared final
23144 src/com/gps/hibernate/Mbdiscussion.java 40 publicMethodCommentRequirement Required
23145 src/com/gps/hibernate/Mbdiscussion.java 44 Parameter 'discussionId' is not assigned and could be declared final
23146 src/com/gps/hibernate/Mbdiscussion.java 44 publicMethodCommentRequirement Required
23147 src/com/gps/hibernate/Mbdiscussion.java 48 publicMethodCommentRequirement Required
23148 src/com/gps/hibernate/Mbdiscussion.java 52 Parameter 'classNameId' is not assigned and could be declared final
23149 src/com/gps/hibernate/Mbdiscussion.java 52 publicMethodCommentRequirement Required
23150 src/com/gps/hibernate/Mbdiscussion.java 56 publicMethodCommentRequirement Required
23151 src/com/gps/hibernate/Mbdiscussion.java 60 Parameter 'classPk' is not assigned and could be declared final
23152 src/com/gps/hibernate/Mbdiscussion.java 60 publicMethodCommentRequirement Required
23153 src/com/gps/hibernate/Mbdiscussion.java 64 publicMethodCommentRequirement Required
23154 src/com/gps/hibernate/Mbdiscussion.java 68 Parameter 'threadId' is not assigned and could be declared final
23155 src/com/gps/hibernate/Mbdiscussion.java 68 publicMethodCommentRequirement Required
23156 src/com/gps/hibernate/MbdiscussionDAO.java 10 Comment is too large: Too many lines
23157 src/com/gps/hibernate/MbdiscussionDAO.java 22 This class has too many methods, consider refactoring it.
23158 src/com/gps/hibernate/MbdiscussionDAO.java 23 Logger should be defined private static final and have the correct class
23159 src/com/gps/hibernate/MbdiscussionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
23160 src/com/gps/hibernate/MbdiscussionDAO.java 23 fieldCommentRequirement Required
23161 src/com/gps/hibernate/MbdiscussionDAO.java 25 fieldCommentRequirement Required
23162 src/com/gps/hibernate/MbdiscussionDAO.java 26 fieldCommentRequirement Required
23163 src/com/gps/hibernate/MbdiscussionDAO.java 27 fieldCommentRequirement Required
23164 src/com/gps/hibernate/MbdiscussionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
23165 src/com/gps/hibernate/MbdiscussionDAO.java 29 publicMethodCommentRequirement Required
23166 src/com/gps/hibernate/MbdiscussionDAO.java 30 There is log block not surrounded by if
23167 src/com/gps/hibernate/MbdiscussionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23168 src/com/gps/hibernate/MbdiscussionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
23169 src/com/gps/hibernate/MbdiscussionDAO.java 33 There is log block not surrounded by if
23170 src/com/gps/hibernate/MbdiscussionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23171 src/com/gps/hibernate/MbdiscussionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23172 src/com/gps/hibernate/MbdiscussionDAO.java 35 There is log block not surrounded by if
23173 src/com/gps/hibernate/MbdiscussionDAO.java 40 Avoid excessively long variable names like persistentInstance
23174 src/com/gps/hibernate/MbdiscussionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
23175 src/com/gps/hibernate/MbdiscussionDAO.java 40 publicMethodCommentRequirement Required
23176 src/com/gps/hibernate/MbdiscussionDAO.java 41 There is log block not surrounded by if
23177 src/com/gps/hibernate/MbdiscussionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23178 src/com/gps/hibernate/MbdiscussionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
23179 src/com/gps/hibernate/MbdiscussionDAO.java 44 There is log block not surrounded by if
23180 src/com/gps/hibernate/MbdiscussionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23181 src/com/gps/hibernate/MbdiscussionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23182 src/com/gps/hibernate/MbdiscussionDAO.java 46 There is log block not surrounded by if
23183 src/com/gps/hibernate/MbdiscussionDAO.java 51 Avoid variables with short names like id
23184 src/com/gps/hibernate/MbdiscussionDAO.java 51 Parameter 'id' is not assigned and could be declared final
23185 src/com/gps/hibernate/MbdiscussionDAO.java 51 publicMethodCommentRequirement Required
23186 src/com/gps/hibernate/MbdiscussionDAO.java 52 There is log block not surrounded by if
23187 src/com/gps/hibernate/MbdiscussionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23188 src/com/gps/hibernate/MbdiscussionDAO.java 54 Local variable 'instance' could be declared final
23189 src/com/gps/hibernate/MbdiscussionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
23190 src/com/gps/hibernate/MbdiscussionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23191 src/com/gps/hibernate/MbdiscussionDAO.java 58 There is log block not surrounded by if
23192 src/com/gps/hibernate/MbdiscussionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
23193 src/com/gps/hibernate/MbdiscussionDAO.java 63 publicMethodCommentRequirement Required
23194 src/com/gps/hibernate/MbdiscussionDAO.java 64 There is log block not surrounded by if
23195 src/com/gps/hibernate/MbdiscussionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23196 src/com/gps/hibernate/MbdiscussionDAO.java 66 Local variable 'results' could be declared final
23197 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23198 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23199 src/com/gps/hibernate/MbdiscussionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
23200 src/com/gps/hibernate/MbdiscussionDAO.java 69 There is log block not surrounded by if
23201 src/com/gps/hibernate/MbdiscussionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23202 src/com/gps/hibernate/MbdiscussionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
23203 src/com/gps/hibernate/MbdiscussionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23204 src/com/gps/hibernate/MbdiscussionDAO.java 73 There is log block not surrounded by if
23205 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
23206 src/com/gps/hibernate/MbdiscussionDAO.java 78 Parameter 'value' is not assigned and could be declared final
23207 src/com/gps/hibernate/MbdiscussionDAO.java 78 publicMethodCommentRequirement Required
23208 src/com/gps/hibernate/MbdiscussionDAO.java 79 There is log block not surrounded by if
23209 src/com/gps/hibernate/MbdiscussionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23210 src/com/gps/hibernate/MbdiscussionDAO.java 82 Local variable 'queryString' could be declared final
23211 src/com/gps/hibernate/MbdiscussionDAO.java 84 Local variable 'queryObject' could be declared final
23212 src/com/gps/hibernate/MbdiscussionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
23213 src/com/gps/hibernate/MbdiscussionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
23214 src/com/gps/hibernate/MbdiscussionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
23215 src/com/gps/hibernate/MbdiscussionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23216 src/com/gps/hibernate/MbdiscussionDAO.java 88 There is log block not surrounded by if
23217 src/com/gps/hibernate/MbdiscussionDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
23218 src/com/gps/hibernate/MbdiscussionDAO.java 93 publicMethodCommentRequirement Required
23219 src/com/gps/hibernate/MbdiscussionDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
23220 src/com/gps/hibernate/MbdiscussionDAO.java 97 publicMethodCommentRequirement Required
23221 src/com/gps/hibernate/MbdiscussionDAO.java 101 Parameter 'threadId' is not assigned and could be declared final
23222 src/com/gps/hibernate/MbdiscussionDAO.java 101 publicMethodCommentRequirement Required
23223 src/com/gps/hibernate/MbdiscussionDAO.java 105 publicMethodCommentRequirement Required
23224 src/com/gps/hibernate/MbdiscussionDAO.java 106 There is log block not surrounded by if
23225 src/com/gps/hibernate/MbdiscussionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23226 src/com/gps/hibernate/MbdiscussionDAO.java 108 Local variable 'queryString' could be declared final
23227 src/com/gps/hibernate/MbdiscussionDAO.java 109 Local variable 'queryObject' could be declared final
23228 src/com/gps/hibernate/MbdiscussionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
23229 src/com/gps/hibernate/MbdiscussionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
23230 src/com/gps/hibernate/MbdiscussionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23231 src/com/gps/hibernate/MbdiscussionDAO.java 112 There is log block not surrounded by if
23232 src/com/gps/hibernate/MbdiscussionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
23233 src/com/gps/hibernate/MbdiscussionDAO.java 117 publicMethodCommentRequirement Required
23234 src/com/gps/hibernate/MbdiscussionDAO.java 118 There is log block not surrounded by if
23235 src/com/gps/hibernate/MbdiscussionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23236 src/com/gps/hibernate/MbdiscussionDAO.java 120 Local variable 'result' could be declared final
23237 src/com/gps/hibernate/MbdiscussionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
23238 src/com/gps/hibernate/MbdiscussionDAO.java 122 There is log block not surrounded by if
23239 src/com/gps/hibernate/MbdiscussionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23240 src/com/gps/hibernate/MbdiscussionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23241 src/com/gps/hibernate/MbdiscussionDAO.java 125 There is log block not surrounded by if
23242 src/com/gps/hibernate/MbdiscussionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
23243 src/com/gps/hibernate/MbdiscussionDAO.java 130 publicMethodCommentRequirement Required
23244 src/com/gps/hibernate/MbdiscussionDAO.java 131 There is log block not surrounded by if
23245 src/com/gps/hibernate/MbdiscussionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23246 src/com/gps/hibernate/MbdiscussionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
23247 src/com/gps/hibernate/MbdiscussionDAO.java 134 There is log block not surrounded by if
23248 src/com/gps/hibernate/MbdiscussionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23249 src/com/gps/hibernate/MbdiscussionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23250 src/com/gps/hibernate/MbdiscussionDAO.java 136 There is log block not surrounded by if
23251 src/com/gps/hibernate/MbdiscussionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
23252 src/com/gps/hibernate/MbdiscussionDAO.java 141 publicMethodCommentRequirement Required
23253 src/com/gps/hibernate/MbdiscussionDAO.java 142 There is log block not surrounded by if
23254 src/com/gps/hibernate/MbdiscussionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23255 src/com/gps/hibernate/MbdiscussionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
23256 src/com/gps/hibernate/MbdiscussionDAO.java 145 There is log block not surrounded by if
23257 src/com/gps/hibernate/MbdiscussionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23258 src/com/gps/hibernate/MbdiscussionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23259 src/com/gps/hibernate/MbdiscussionDAO.java 147 There is log block not surrounded by if
23260 src/com/gps/hibernate/Mbmailinglist.java 1 This class has a bunch of public methods and attributes
23261 src/com/gps/hibernate/Mbmailinglist.java 11 Classes implementing Serializable should set a serialVersionUID
23262 src/com/gps/hibernate/Mbmailinglist.java 11 Too many fields
23263 src/com/gps/hibernate/Mbmailinglist.java 15 fieldCommentRequirement Required
23264 src/com/gps/hibernate/Mbmailinglist.java 16 fieldCommentRequirement Required
23265 src/com/gps/hibernate/Mbmailinglist.java 17 fieldCommentRequirement Required
23266 src/com/gps/hibernate/Mbmailinglist.java 18 fieldCommentRequirement Required
23267 src/com/gps/hibernate/Mbmailinglist.java 19 fieldCommentRequirement Required
23268 src/com/gps/hibernate/Mbmailinglist.java 20 fieldCommentRequirement Required
23269 src/com/gps/hibernate/Mbmailinglist.java 21 fieldCommentRequirement Required
23270 src/com/gps/hibernate/Mbmailinglist.java 22 fieldCommentRequirement Required
23271 src/com/gps/hibernate/Mbmailinglist.java 23 fieldCommentRequirement Required
23272 src/com/gps/hibernate/Mbmailinglist.java 24 fieldCommentRequirement Required
23273 src/com/gps/hibernate/Mbmailinglist.java 25 fieldCommentRequirement Required
23274 src/com/gps/hibernate/Mbmailinglist.java 26 fieldCommentRequirement Required
23275 src/com/gps/hibernate/Mbmailinglist.java 27 fieldCommentRequirement Required
23276 src/com/gps/hibernate/Mbmailinglist.java 28 fieldCommentRequirement Required
23277 src/com/gps/hibernate/Mbmailinglist.java 29 fieldCommentRequirement Required
23278 src/com/gps/hibernate/Mbmailinglist.java 30 fieldCommentRequirement Required
23279 src/com/gps/hibernate/Mbmailinglist.java 31 fieldCommentRequirement Required
23280 src/com/gps/hibernate/Mbmailinglist.java 32 fieldCommentRequirement Required
23281 src/com/gps/hibernate/Mbmailinglist.java 33 fieldCommentRequirement Required
23282 src/com/gps/hibernate/Mbmailinglist.java 34 fieldCommentRequirement Required
23283 src/com/gps/hibernate/Mbmailinglist.java 35 fieldCommentRequirement Required
23284 src/com/gps/hibernate/Mbmailinglist.java 36 fieldCommentRequirement Required
23285 src/com/gps/hibernate/Mbmailinglist.java 37 fieldCommentRequirement Required
23286 src/com/gps/hibernate/Mbmailinglist.java 38 fieldCommentRequirement Required
23287 src/com/gps/hibernate/Mbmailinglist.java 39 fieldCommentRequirement Required
23288 src/com/gps/hibernate/Mbmailinglist.java 44 Document empty constructor
23289 src/com/gps/hibernate/Mbmailinglist.java 48 Parameter 'mailingListId' is not assigned and could be declared final
23290 src/com/gps/hibernate/Mbmailinglist.java 53 Avoid long parameter lists.
23291 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'groupId' is not assigned and could be declared final
23292 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'mailingListId' is not assigned and could be declared final
23293 src/com/gps/hibernate/Mbmailinglist.java 53 Parameter 'uuid' is not assigned and could be declared final
23294 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'companyId' is not assigned and could be declared final
23295 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'createDate' is not assigned and could be declared final
23296 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userId' is not assigned and could be declared final
23297 src/com/gps/hibernate/Mbmailinglist.java 54 Parameter 'userName' is not assigned and could be declared final
23298 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'categoryId' is not assigned and could be declared final
23299 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'emailAddress' is not assigned and could be declared final
23300 src/com/gps/hibernate/Mbmailinglist.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
23301 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inProtocol' is not assigned and could be declared final
23302 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerName' is not assigned and could be declared final
23303 src/com/gps/hibernate/Mbmailinglist.java 56 Parameter 'inServerPort' is not assigned and could be declared final
23304 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inPassword' is not assigned and could be declared final
23305 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUseSsl' is not assigned and could be declared final
23306 src/com/gps/hibernate/Mbmailinglist.java 57 Parameter 'inUserName' is not assigned and could be declared final
23307 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'inReadInterval' is not assigned and could be declared final
23308 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outCustom' is not assigned and could be declared final
23309 src/com/gps/hibernate/Mbmailinglist.java 58 Parameter 'outEmailAddress' is not assigned and could be declared final
23310 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerName' is not assigned and could be declared final
23311 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outServerPort' is not assigned and could be declared final
23312 src/com/gps/hibernate/Mbmailinglist.java 59 Parameter 'outUseSsl' is not assigned and could be declared final
23313 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'active' is not assigned and could be declared final
23314 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outPassword' is not assigned and could be declared final
23315 src/com/gps/hibernate/Mbmailinglist.java 60 Parameter 'outUserName' is not assigned and could be declared final
23316 src/com/gps/hibernate/Mbmailinglist.java 90 publicMethodCommentRequirement Required
23317 src/com/gps/hibernate/Mbmailinglist.java 94 Parameter 'mailingListId' is not assigned and could be declared final
23318 src/com/gps/hibernate/Mbmailinglist.java 94 publicMethodCommentRequirement Required
23319 src/com/gps/hibernate/Mbmailinglist.java 98 publicMethodCommentRequirement Required
23320 src/com/gps/hibernate/Mbmailinglist.java 102 Parameter 'uuid' is not assigned and could be declared final
23321 src/com/gps/hibernate/Mbmailinglist.java 102 publicMethodCommentRequirement Required
23322 src/com/gps/hibernate/Mbmailinglist.java 106 publicMethodCommentRequirement Required
23323 src/com/gps/hibernate/Mbmailinglist.java 110 Parameter 'groupId' is not assigned and could be declared final
23324 src/com/gps/hibernate/Mbmailinglist.java 110 publicMethodCommentRequirement Required
23325 src/com/gps/hibernate/Mbmailinglist.java 114 publicMethodCommentRequirement Required
23326 src/com/gps/hibernate/Mbmailinglist.java 118 Parameter 'companyId' is not assigned and could be declared final
23327 src/com/gps/hibernate/Mbmailinglist.java 118 publicMethodCommentRequirement Required
23328 src/com/gps/hibernate/Mbmailinglist.java 122 publicMethodCommentRequirement Required
23329 src/com/gps/hibernate/Mbmailinglist.java 126 Parameter 'userId' is not assigned and could be declared final
23330 src/com/gps/hibernate/Mbmailinglist.java 126 publicMethodCommentRequirement Required
23331 src/com/gps/hibernate/Mbmailinglist.java 130 publicMethodCommentRequirement Required
23332 src/com/gps/hibernate/Mbmailinglist.java 134 Parameter 'userName' is not assigned and could be declared final
23333 src/com/gps/hibernate/Mbmailinglist.java 134 publicMethodCommentRequirement Required
23334 src/com/gps/hibernate/Mbmailinglist.java 138 publicMethodCommentRequirement Required
23335 src/com/gps/hibernate/Mbmailinglist.java 142 Parameter 'createDate' is not assigned and could be declared final
23336 src/com/gps/hibernate/Mbmailinglist.java 142 publicMethodCommentRequirement Required
23337 src/com/gps/hibernate/Mbmailinglist.java 146 publicMethodCommentRequirement Required
23338 src/com/gps/hibernate/Mbmailinglist.java 150 Parameter 'modifiedDate' is not assigned and could be declared final
23339 src/com/gps/hibernate/Mbmailinglist.java 150 publicMethodCommentRequirement Required
23340 src/com/gps/hibernate/Mbmailinglist.java 154 publicMethodCommentRequirement Required
23341 src/com/gps/hibernate/Mbmailinglist.java 158 Parameter 'categoryId' is not assigned and could be declared final
23342 src/com/gps/hibernate/Mbmailinglist.java 158 publicMethodCommentRequirement Required
23343 src/com/gps/hibernate/Mbmailinglist.java 162 publicMethodCommentRequirement Required
23344 src/com/gps/hibernate/Mbmailinglist.java 166 Parameter 'emailAddress' is not assigned and could be declared final
23345 src/com/gps/hibernate/Mbmailinglist.java 166 publicMethodCommentRequirement Required
23346 src/com/gps/hibernate/Mbmailinglist.java 170 publicMethodCommentRequirement Required
23347 src/com/gps/hibernate/Mbmailinglist.java 174 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23348 src/com/gps/hibernate/Mbmailinglist.java 174 Parameter 'inProtocol' is not assigned and could be declared final
23349 src/com/gps/hibernate/Mbmailinglist.java 174 publicMethodCommentRequirement Required
23350 src/com/gps/hibernate/Mbmailinglist.java 178 publicMethodCommentRequirement Required
23351 src/com/gps/hibernate/Mbmailinglist.java 182 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23352 src/com/gps/hibernate/Mbmailinglist.java 182 Parameter 'inServerName' is not assigned and could be declared final
23353 src/com/gps/hibernate/Mbmailinglist.java 182 publicMethodCommentRequirement Required
23354 src/com/gps/hibernate/Mbmailinglist.java 186 publicMethodCommentRequirement Required
23355 src/com/gps/hibernate/Mbmailinglist.java 190 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23356 src/com/gps/hibernate/Mbmailinglist.java 190 Parameter 'inServerPort' is not assigned and could be declared final
23357 src/com/gps/hibernate/Mbmailinglist.java 190 publicMethodCommentRequirement Required
23358 src/com/gps/hibernate/Mbmailinglist.java 194 publicMethodCommentRequirement Required
23359 src/com/gps/hibernate/Mbmailinglist.java 198 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23360 src/com/gps/hibernate/Mbmailinglist.java 198 Parameter 'inUseSsl' is not assigned and could be declared final
23361 src/com/gps/hibernate/Mbmailinglist.java 198 publicMethodCommentRequirement Required
23362 src/com/gps/hibernate/Mbmailinglist.java 202 publicMethodCommentRequirement Required
23363 src/com/gps/hibernate/Mbmailinglist.java 206 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23364 src/com/gps/hibernate/Mbmailinglist.java 206 Parameter 'inUserName' is not assigned and could be declared final
23365 src/com/gps/hibernate/Mbmailinglist.java 206 publicMethodCommentRequirement Required
23366 src/com/gps/hibernate/Mbmailinglist.java 210 publicMethodCommentRequirement Required
23367 src/com/gps/hibernate/Mbmailinglist.java 214 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23368 src/com/gps/hibernate/Mbmailinglist.java 214 Parameter 'inPassword' is not assigned and could be declared final
23369 src/com/gps/hibernate/Mbmailinglist.java 214 publicMethodCommentRequirement Required
23370 src/com/gps/hibernate/Mbmailinglist.java 218 publicMethodCommentRequirement Required
23371 src/com/gps/hibernate/Mbmailinglist.java 222 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23372 src/com/gps/hibernate/Mbmailinglist.java 222 Parameter 'inReadInterval' is not assigned and could be declared final
23373 src/com/gps/hibernate/Mbmailinglist.java 222 publicMethodCommentRequirement Required
23374 src/com/gps/hibernate/Mbmailinglist.java 226 publicMethodCommentRequirement Required
23375 src/com/gps/hibernate/Mbmailinglist.java 230 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23376 src/com/gps/hibernate/Mbmailinglist.java 230 Parameter 'outEmailAddress' is not assigned and could be declared final
23377 src/com/gps/hibernate/Mbmailinglist.java 230 publicMethodCommentRequirement Required
23378 src/com/gps/hibernate/Mbmailinglist.java 234 publicMethodCommentRequirement Required
23379 src/com/gps/hibernate/Mbmailinglist.java 238 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23380 src/com/gps/hibernate/Mbmailinglist.java 238 Parameter 'outCustom' is not assigned and could be declared final
23381 src/com/gps/hibernate/Mbmailinglist.java 238 publicMethodCommentRequirement Required
23382 src/com/gps/hibernate/Mbmailinglist.java 242 publicMethodCommentRequirement Required
23383 src/com/gps/hibernate/Mbmailinglist.java 246 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23384 src/com/gps/hibernate/Mbmailinglist.java 246 Parameter 'outServerName' is not assigned and could be declared final
23385 src/com/gps/hibernate/Mbmailinglist.java 246 publicMethodCommentRequirement Required
23386 src/com/gps/hibernate/Mbmailinglist.java 250 publicMethodCommentRequirement Required
23387 src/com/gps/hibernate/Mbmailinglist.java 254 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23388 src/com/gps/hibernate/Mbmailinglist.java 254 Parameter 'outServerPort' is not assigned and could be declared final
23389 src/com/gps/hibernate/Mbmailinglist.java 254 publicMethodCommentRequirement Required
23390 src/com/gps/hibernate/Mbmailinglist.java 258 publicMethodCommentRequirement Required
23391 src/com/gps/hibernate/Mbmailinglist.java 262 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23392 src/com/gps/hibernate/Mbmailinglist.java 262 Parameter 'outUseSsl' is not assigned and could be declared final
23393 src/com/gps/hibernate/Mbmailinglist.java 262 publicMethodCommentRequirement Required
23394 src/com/gps/hibernate/Mbmailinglist.java 266 publicMethodCommentRequirement Required
23395 src/com/gps/hibernate/Mbmailinglist.java 270 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23396 src/com/gps/hibernate/Mbmailinglist.java 270 Parameter 'outUserName' is not assigned and could be declared final
23397 src/com/gps/hibernate/Mbmailinglist.java 270 publicMethodCommentRequirement Required
23398 src/com/gps/hibernate/Mbmailinglist.java 274 publicMethodCommentRequirement Required
23399 src/com/gps/hibernate/Mbmailinglist.java 278 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23400 src/com/gps/hibernate/Mbmailinglist.java 278 Parameter 'outPassword' is not assigned and could be declared final
23401 src/com/gps/hibernate/Mbmailinglist.java 278 publicMethodCommentRequirement Required
23402 src/com/gps/hibernate/Mbmailinglist.java 282 publicMethodCommentRequirement Required
23403 src/com/gps/hibernate/Mbmailinglist.java 286 Parameter 'active' is not assigned and could be declared final
23404 src/com/gps/hibernate/Mbmailinglist.java 286 publicMethodCommentRequirement Required
23405 src/com/gps/hibernate/MbmailinglistDAO.java 3 Avoid unused imports such as 'java.util.Date'
23406 src/com/gps/hibernate/MbmailinglistDAO.java 11 Comment is too large: Too many lines
23407 src/com/gps/hibernate/MbmailinglistDAO.java 23 This class has too many methods, consider refactoring it.
23408 src/com/gps/hibernate/MbmailinglistDAO.java 24 Logger should be defined private static final and have the correct class
23409 src/com/gps/hibernate/MbmailinglistDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
23410 src/com/gps/hibernate/MbmailinglistDAO.java 24 fieldCommentRequirement Required
23411 src/com/gps/hibernate/MbmailinglistDAO.java 26 fieldCommentRequirement Required
23412 src/com/gps/hibernate/MbmailinglistDAO.java 27 fieldCommentRequirement Required
23413 src/com/gps/hibernate/MbmailinglistDAO.java 28 fieldCommentRequirement Required
23414 src/com/gps/hibernate/MbmailinglistDAO.java 29 fieldCommentRequirement Required
23415 src/com/gps/hibernate/MbmailinglistDAO.java 30 fieldCommentRequirement Required
23416 src/com/gps/hibernate/MbmailinglistDAO.java 31 fieldCommentRequirement Required
23417 src/com/gps/hibernate/MbmailinglistDAO.java 32 fieldCommentRequirement Required
23418 src/com/gps/hibernate/MbmailinglistDAO.java 33 fieldCommentRequirement Required
23419 src/com/gps/hibernate/MbmailinglistDAO.java 34 fieldCommentRequirement Required
23420 src/com/gps/hibernate/MbmailinglistDAO.java 35 fieldCommentRequirement Required
23421 src/com/gps/hibernate/MbmailinglistDAO.java 36 fieldCommentRequirement Required
23422 src/com/gps/hibernate/MbmailinglistDAO.java 37 fieldCommentRequirement Required
23423 src/com/gps/hibernate/MbmailinglistDAO.java 38 fieldCommentRequirement Required
23424 src/com/gps/hibernate/MbmailinglistDAO.java 39 fieldCommentRequirement Required
23425 src/com/gps/hibernate/MbmailinglistDAO.java 40 fieldCommentRequirement Required
23426 src/com/gps/hibernate/MbmailinglistDAO.java 41 fieldCommentRequirement Required
23427 src/com/gps/hibernate/MbmailinglistDAO.java 42 fieldCommentRequirement Required
23428 src/com/gps/hibernate/MbmailinglistDAO.java 43 fieldCommentRequirement Required
23429 src/com/gps/hibernate/MbmailinglistDAO.java 44 fieldCommentRequirement Required
23430 src/com/gps/hibernate/MbmailinglistDAO.java 45 fieldCommentRequirement Required
23431 src/com/gps/hibernate/MbmailinglistDAO.java 46 fieldCommentRequirement Required
23432 src/com/gps/hibernate/MbmailinglistDAO.java 47 fieldCommentRequirement Required
23433 src/com/gps/hibernate/MbmailinglistDAO.java 49 Parameter 'transientInstance' is not assigned and could be declared final
23434 src/com/gps/hibernate/MbmailinglistDAO.java 49 publicMethodCommentRequirement Required
23435 src/com/gps/hibernate/MbmailinglistDAO.java 50 There is log block not surrounded by if
23436 src/com/gps/hibernate/MbmailinglistDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23437 src/com/gps/hibernate/MbmailinglistDAO.java 52 Potential violation of Law of Demeter (method chain calls)
23438 src/com/gps/hibernate/MbmailinglistDAO.java 53 There is log block not surrounded by if
23439 src/com/gps/hibernate/MbmailinglistDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23440 src/com/gps/hibernate/MbmailinglistDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23441 src/com/gps/hibernate/MbmailinglistDAO.java 55 There is log block not surrounded by if
23442 src/com/gps/hibernate/MbmailinglistDAO.java 60 Avoid excessively long variable names like persistentInstance
23443 src/com/gps/hibernate/MbmailinglistDAO.java 60 Parameter 'persistentInstance' is not assigned and could be declared final
23444 src/com/gps/hibernate/MbmailinglistDAO.java 60 publicMethodCommentRequirement Required
23445 src/com/gps/hibernate/MbmailinglistDAO.java 61 There is log block not surrounded by if
23446 src/com/gps/hibernate/MbmailinglistDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23447 src/com/gps/hibernate/MbmailinglistDAO.java 63 Potential violation of Law of Demeter (method chain calls)
23448 src/com/gps/hibernate/MbmailinglistDAO.java 64 There is log block not surrounded by if
23449 src/com/gps/hibernate/MbmailinglistDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23450 src/com/gps/hibernate/MbmailinglistDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23451 src/com/gps/hibernate/MbmailinglistDAO.java 66 There is log block not surrounded by if
23452 src/com/gps/hibernate/MbmailinglistDAO.java 71 Avoid variables with short names like id
23453 src/com/gps/hibernate/MbmailinglistDAO.java 71 Parameter 'id' is not assigned and could be declared final
23454 src/com/gps/hibernate/MbmailinglistDAO.java 71 publicMethodCommentRequirement Required
23455 src/com/gps/hibernate/MbmailinglistDAO.java 72 There is log block not surrounded by if
23456 src/com/gps/hibernate/MbmailinglistDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23457 src/com/gps/hibernate/MbmailinglistDAO.java 74 Local variable 'instance' could be declared final
23458 src/com/gps/hibernate/MbmailinglistDAO.java 74 Potential violation of Law of Demeter (method chain calls)
23459 src/com/gps/hibernate/MbmailinglistDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23460 src/com/gps/hibernate/MbmailinglistDAO.java 78 There is log block not surrounded by if
23461 src/com/gps/hibernate/MbmailinglistDAO.java 83 Parameter 'instance' is not assigned and could be declared final
23462 src/com/gps/hibernate/MbmailinglistDAO.java 83 publicMethodCommentRequirement Required
23463 src/com/gps/hibernate/MbmailinglistDAO.java 84 There is log block not surrounded by if
23464 src/com/gps/hibernate/MbmailinglistDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23465 src/com/gps/hibernate/MbmailinglistDAO.java 86 Local variable 'results' could be declared final
23466 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
23467 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
23468 src/com/gps/hibernate/MbmailinglistDAO.java 86 Potential violation of Law of Demeter (method chain calls)
23469 src/com/gps/hibernate/MbmailinglistDAO.java 89 There is log block not surrounded by if
23470 src/com/gps/hibernate/MbmailinglistDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23471 src/com/gps/hibernate/MbmailinglistDAO.java 90 Potential violation of Law of Demeter (object not created locally)
23472 src/com/gps/hibernate/MbmailinglistDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23473 src/com/gps/hibernate/MbmailinglistDAO.java 93 There is log block not surrounded by if
23474 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'propertyName' is not assigned and could be declared final
23475 src/com/gps/hibernate/MbmailinglistDAO.java 98 Parameter 'value' is not assigned and could be declared final
23476 src/com/gps/hibernate/MbmailinglistDAO.java 98 publicMethodCommentRequirement Required
23477 src/com/gps/hibernate/MbmailinglistDAO.java 99 There is log block not surrounded by if
23478 src/com/gps/hibernate/MbmailinglistDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23479 src/com/gps/hibernate/MbmailinglistDAO.java 102 Local variable 'queryString' could be declared final
23480 src/com/gps/hibernate/MbmailinglistDAO.java 104 Local variable 'queryObject' could be declared final
23481 src/com/gps/hibernate/MbmailinglistDAO.java 104 Potential violation of Law of Demeter (method chain calls)
23482 src/com/gps/hibernate/MbmailinglistDAO.java 105 Potential violation of Law of Demeter (object not created locally)
23483 src/com/gps/hibernate/MbmailinglistDAO.java 106 Potential violation of Law of Demeter (object not created locally)
23484 src/com/gps/hibernate/MbmailinglistDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23485 src/com/gps/hibernate/MbmailinglistDAO.java 108 There is log block not surrounded by if
23486 src/com/gps/hibernate/MbmailinglistDAO.java 113 Parameter 'uuid' is not assigned and could be declared final
23487 src/com/gps/hibernate/MbmailinglistDAO.java 113 publicMethodCommentRequirement Required
23488 src/com/gps/hibernate/MbmailinglistDAO.java 117 Parameter 'groupId' is not assigned and could be declared final
23489 src/com/gps/hibernate/MbmailinglistDAO.java 117 publicMethodCommentRequirement Required
23490 src/com/gps/hibernate/MbmailinglistDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
23491 src/com/gps/hibernate/MbmailinglistDAO.java 121 publicMethodCommentRequirement Required
23492 src/com/gps/hibernate/MbmailinglistDAO.java 125 Parameter 'userId' is not assigned and could be declared final
23493 src/com/gps/hibernate/MbmailinglistDAO.java 125 publicMethodCommentRequirement Required
23494 src/com/gps/hibernate/MbmailinglistDAO.java 129 Parameter 'userName' is not assigned and could be declared final
23495 src/com/gps/hibernate/MbmailinglistDAO.java 129 publicMethodCommentRequirement Required
23496 src/com/gps/hibernate/MbmailinglistDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
23497 src/com/gps/hibernate/MbmailinglistDAO.java 133 publicMethodCommentRequirement Required
23498 src/com/gps/hibernate/MbmailinglistDAO.java 137 Parameter 'emailAddress' is not assigned and could be declared final
23499 src/com/gps/hibernate/MbmailinglistDAO.java 137 publicMethodCommentRequirement Required
23500 src/com/gps/hibernate/MbmailinglistDAO.java 141 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23501 src/com/gps/hibernate/MbmailinglistDAO.java 141 Parameter 'inProtocol' is not assigned and could be declared final
23502 src/com/gps/hibernate/MbmailinglistDAO.java 141 publicMethodCommentRequirement Required
23503 src/com/gps/hibernate/MbmailinglistDAO.java 145 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23504 src/com/gps/hibernate/MbmailinglistDAO.java 145 Parameter 'inServerName' is not assigned and could be declared final
23505 src/com/gps/hibernate/MbmailinglistDAO.java 145 publicMethodCommentRequirement Required
23506 src/com/gps/hibernate/MbmailinglistDAO.java 149 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23507 src/com/gps/hibernate/MbmailinglistDAO.java 149 Parameter 'inServerPort' is not assigned and could be declared final
23508 src/com/gps/hibernate/MbmailinglistDAO.java 149 publicMethodCommentRequirement Required
23509 src/com/gps/hibernate/MbmailinglistDAO.java 153 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23510 src/com/gps/hibernate/MbmailinglistDAO.java 153 Parameter 'inUseSsl' is not assigned and could be declared final
23511 src/com/gps/hibernate/MbmailinglistDAO.java 153 publicMethodCommentRequirement Required
23512 src/com/gps/hibernate/MbmailinglistDAO.java 157 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23513 src/com/gps/hibernate/MbmailinglistDAO.java 157 Parameter 'inUserName' is not assigned and could be declared final
23514 src/com/gps/hibernate/MbmailinglistDAO.java 157 publicMethodCommentRequirement Required
23515 src/com/gps/hibernate/MbmailinglistDAO.java 161 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23516 src/com/gps/hibernate/MbmailinglistDAO.java 161 Parameter 'inPassword' is not assigned and could be declared final
23517 src/com/gps/hibernate/MbmailinglistDAO.java 161 publicMethodCommentRequirement Required
23518 src/com/gps/hibernate/MbmailinglistDAO.java 165 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23519 src/com/gps/hibernate/MbmailinglistDAO.java 165 Parameter 'inReadInterval' is not assigned and could be declared final
23520 src/com/gps/hibernate/MbmailinglistDAO.java 165 publicMethodCommentRequirement Required
23521 src/com/gps/hibernate/MbmailinglistDAO.java 169 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23522 src/com/gps/hibernate/MbmailinglistDAO.java 169 Parameter 'outEmailAddress' is not assigned and could be declared final
23523 src/com/gps/hibernate/MbmailinglistDAO.java 169 publicMethodCommentRequirement Required
23524 src/com/gps/hibernate/MbmailinglistDAO.java 173 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23525 src/com/gps/hibernate/MbmailinglistDAO.java 173 Parameter 'outCustom' is not assigned and could be declared final
23526 src/com/gps/hibernate/MbmailinglistDAO.java 173 publicMethodCommentRequirement Required
23527 src/com/gps/hibernate/MbmailinglistDAO.java 177 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23528 src/com/gps/hibernate/MbmailinglistDAO.java 177 Parameter 'outServerName' is not assigned and could be declared final
23529 src/com/gps/hibernate/MbmailinglistDAO.java 177 publicMethodCommentRequirement Required
23530 src/com/gps/hibernate/MbmailinglistDAO.java 181 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23531 src/com/gps/hibernate/MbmailinglistDAO.java 181 Parameter 'outServerPort' is not assigned and could be declared final
23532 src/com/gps/hibernate/MbmailinglistDAO.java 181 publicMethodCommentRequirement Required
23533 src/com/gps/hibernate/MbmailinglistDAO.java 185 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23534 src/com/gps/hibernate/MbmailinglistDAO.java 185 Parameter 'outUseSsl' is not assigned and could be declared final
23535 src/com/gps/hibernate/MbmailinglistDAO.java 185 publicMethodCommentRequirement Required
23536 src/com/gps/hibernate/MbmailinglistDAO.java 189 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23537 src/com/gps/hibernate/MbmailinglistDAO.java 189 Parameter 'outUserName' is not assigned and could be declared final
23538 src/com/gps/hibernate/MbmailinglistDAO.java 189 publicMethodCommentRequirement Required
23539 src/com/gps/hibernate/MbmailinglistDAO.java 193 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
23540 src/com/gps/hibernate/MbmailinglistDAO.java 193 Parameter 'outPassword' is not assigned and could be declared final
23541 src/com/gps/hibernate/MbmailinglistDAO.java 193 publicMethodCommentRequirement Required
23542 src/com/gps/hibernate/MbmailinglistDAO.java 197 Parameter 'active' is not assigned and could be declared final
23543 src/com/gps/hibernate/MbmailinglistDAO.java 197 publicMethodCommentRequirement Required
23544 src/com/gps/hibernate/MbmailinglistDAO.java 201 publicMethodCommentRequirement Required
23545 src/com/gps/hibernate/MbmailinglistDAO.java 202 There is log block not surrounded by if
23546 src/com/gps/hibernate/MbmailinglistDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23547 src/com/gps/hibernate/MbmailinglistDAO.java 204 Local variable 'queryString' could be declared final
23548 src/com/gps/hibernate/MbmailinglistDAO.java 205 Local variable 'queryObject' could be declared final
23549 src/com/gps/hibernate/MbmailinglistDAO.java 205 Potential violation of Law of Demeter (method chain calls)
23550 src/com/gps/hibernate/MbmailinglistDAO.java 206 Potential violation of Law of Demeter (object not created locally)
23551 src/com/gps/hibernate/MbmailinglistDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23552 src/com/gps/hibernate/MbmailinglistDAO.java 208 There is log block not surrounded by if
23553 src/com/gps/hibernate/MbmailinglistDAO.java 213 Parameter 'detachedInstance' is not assigned and could be declared final
23554 src/com/gps/hibernate/MbmailinglistDAO.java 213 publicMethodCommentRequirement Required
23555 src/com/gps/hibernate/MbmailinglistDAO.java 214 There is log block not surrounded by if
23556 src/com/gps/hibernate/MbmailinglistDAO.java 214 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23557 src/com/gps/hibernate/MbmailinglistDAO.java 216 Local variable 'result' could be declared final
23558 src/com/gps/hibernate/MbmailinglistDAO.java 216 Potential violation of Law of Demeter (method chain calls)
23559 src/com/gps/hibernate/MbmailinglistDAO.java 218 There is log block not surrounded by if
23560 src/com/gps/hibernate/MbmailinglistDAO.java 218 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23561 src/com/gps/hibernate/MbmailinglistDAO.java 220 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23562 src/com/gps/hibernate/MbmailinglistDAO.java 221 There is log block not surrounded by if
23563 src/com/gps/hibernate/MbmailinglistDAO.java 226 Parameter 'instance' is not assigned and could be declared final
23564 src/com/gps/hibernate/MbmailinglistDAO.java 226 publicMethodCommentRequirement Required
23565 src/com/gps/hibernate/MbmailinglistDAO.java 227 There is log block not surrounded by if
23566 src/com/gps/hibernate/MbmailinglistDAO.java 227 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23567 src/com/gps/hibernate/MbmailinglistDAO.java 229 Potential violation of Law of Demeter (method chain calls)
23568 src/com/gps/hibernate/MbmailinglistDAO.java 230 There is log block not surrounded by if
23569 src/com/gps/hibernate/MbmailinglistDAO.java 230 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23570 src/com/gps/hibernate/MbmailinglistDAO.java 231 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23571 src/com/gps/hibernate/MbmailinglistDAO.java 232 There is log block not surrounded by if
23572 src/com/gps/hibernate/MbmailinglistDAO.java 237 Parameter 'instance' is not assigned and could be declared final
23573 src/com/gps/hibernate/MbmailinglistDAO.java 237 publicMethodCommentRequirement Required
23574 src/com/gps/hibernate/MbmailinglistDAO.java 238 There is log block not surrounded by if
23575 src/com/gps/hibernate/MbmailinglistDAO.java 238 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23576 src/com/gps/hibernate/MbmailinglistDAO.java 240 Potential violation of Law of Demeter (method chain calls)
23577 src/com/gps/hibernate/MbmailinglistDAO.java 241 There is log block not surrounded by if
23578 src/com/gps/hibernate/MbmailinglistDAO.java 241 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23579 src/com/gps/hibernate/MbmailinglistDAO.java 242 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23580 src/com/gps/hibernate/MbmailinglistDAO.java 243 There is log block not surrounded by if
23581 src/com/gps/hibernate/Mbmessage.java 11 Classes implementing Serializable should set a serialVersionUID
23582 src/com/gps/hibernate/Mbmessage.java 11 Too many fields
23583 src/com/gps/hibernate/Mbmessage.java 15 fieldCommentRequirement Required
23584 src/com/gps/hibernate/Mbmessage.java 16 fieldCommentRequirement Required
23585 src/com/gps/hibernate/Mbmessage.java 17 fieldCommentRequirement Required
23586 src/com/gps/hibernate/Mbmessage.java 18 fieldCommentRequirement Required
23587 src/com/gps/hibernate/Mbmessage.java 19 fieldCommentRequirement Required
23588 src/com/gps/hibernate/Mbmessage.java 20 fieldCommentRequirement Required
23589 src/com/gps/hibernate/Mbmessage.java 21 fieldCommentRequirement Required
23590 src/com/gps/hibernate/Mbmessage.java 22 fieldCommentRequirement Required
23591 src/com/gps/hibernate/Mbmessage.java 23 fieldCommentRequirement Required
23592 src/com/gps/hibernate/Mbmessage.java 24 fieldCommentRequirement Required
23593 src/com/gps/hibernate/Mbmessage.java 25 fieldCommentRequirement Required
23594 src/com/gps/hibernate/Mbmessage.java 26 fieldCommentRequirement Required
23595 src/com/gps/hibernate/Mbmessage.java 27 fieldCommentRequirement Required
23596 src/com/gps/hibernate/Mbmessage.java 28 fieldCommentRequirement Required
23597 src/com/gps/hibernate/Mbmessage.java 29 fieldCommentRequirement Required
23598 src/com/gps/hibernate/Mbmessage.java 30 fieldCommentRequirement Required
23599 src/com/gps/hibernate/Mbmessage.java 31 fieldCommentRequirement Required
23600 src/com/gps/hibernate/Mbmessage.java 32 fieldCommentRequirement Required
23601 src/com/gps/hibernate/Mbmessage.java 37 Document empty constructor
23602 src/com/gps/hibernate/Mbmessage.java 41 Parameter 'messageId' is not assigned and could be declared final
23603 src/com/gps/hibernate/Mbmessage.java 46 Avoid long parameter lists.
23604 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'companyId' is not assigned and could be declared final
23605 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'groupId' is not assigned and could be declared final
23606 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'messageId' is not assigned and could be declared final
23607 src/com/gps/hibernate/Mbmessage.java 46 Parameter 'uuid' is not assigned and could be declared final
23608 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'createDate' is not assigned and could be declared final
23609 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
23610 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userId' is not assigned and could be declared final
23611 src/com/gps/hibernate/Mbmessage.java 47 Parameter 'userName' is not assigned and could be declared final
23612 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'categoryId' is not assigned and could be declared final
23613 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classNameId' is not assigned and could be declared final
23614 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'classPk' is not assigned and could be declared final
23615 src/com/gps/hibernate/Mbmessage.java 48 Parameter 'threadId' is not assigned and could be declared final
23616 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'body' is not assigned and could be declared final
23617 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'parentMessageId' is not assigned and could be declared final
23618 src/com/gps/hibernate/Mbmessage.java 49 Parameter 'subject' is not assigned and could be declared final
23619 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'anonymous' is not assigned and could be declared final
23620 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'attachments' is not assigned and could be declared final
23621 src/com/gps/hibernate/Mbmessage.java 50 Parameter 'priority' is not assigned and could be declared final
23622 src/com/gps/hibernate/Mbmessage.java 73 publicMethodCommentRequirement Required
23623 src/com/gps/hibernate/Mbmessage.java 77 Parameter 'messageId' is not assigned and could be declared final
23624 src/com/gps/hibernate/Mbmessage.java 77 publicMethodCommentRequirement Required
23625 src/com/gps/hibernate/Mbmessage.java 81 publicMethodCommentRequirement Required
23626 src/com/gps/hibernate/Mbmessage.java 85 Parameter 'uuid' is not assigned and could be declared final
23627 src/com/gps/hibernate/Mbmessage.java 85 publicMethodCommentRequirement Required
23628 src/com/gps/hibernate/Mbmessage.java 89 publicMethodCommentRequirement Required
23629 src/com/gps/hibernate/Mbmessage.java 93 Parameter 'groupId' is not assigned and could be declared final
23630 src/com/gps/hibernate/Mbmessage.java 93 publicMethodCommentRequirement Required
23631 src/com/gps/hibernate/Mbmessage.java 97 publicMethodCommentRequirement Required
23632 src/com/gps/hibernate/Mbmessage.java 101 Parameter 'companyId' is not assigned and could be declared final
23633 src/com/gps/hibernate/Mbmessage.java 101 publicMethodCommentRequirement Required
23634 src/com/gps/hibernate/Mbmessage.java 105 publicMethodCommentRequirement Required
23635 src/com/gps/hibernate/Mbmessage.java 109 Parameter 'userId' is not assigned and could be declared final
23636 src/com/gps/hibernate/Mbmessage.java 109 publicMethodCommentRequirement Required
23637 src/com/gps/hibernate/Mbmessage.java 113 publicMethodCommentRequirement Required
23638 src/com/gps/hibernate/Mbmessage.java 117 Parameter 'userName' is not assigned and could be declared final
23639 src/com/gps/hibernate/Mbmessage.java 117 publicMethodCommentRequirement Required
23640 src/com/gps/hibernate/Mbmessage.java 121 publicMethodCommentRequirement Required
23641 src/com/gps/hibernate/Mbmessage.java 125 Parameter 'createDate' is not assigned and could be declared final
23642 src/com/gps/hibernate/Mbmessage.java 125 publicMethodCommentRequirement Required
23643 src/com/gps/hibernate/Mbmessage.java 129 publicMethodCommentRequirement Required
23644 src/com/gps/hibernate/Mbmessage.java 133 Parameter 'modifiedDate' is not assigned and could be declared final
23645 src/com/gps/hibernate/Mbmessage.java 133 publicMethodCommentRequirement Required
23646 src/com/gps/hibernate/Mbmessage.java 137 publicMethodCommentRequirement Required
23647 src/com/gps/hibernate/Mbmessage.java 141 Parameter 'classNameId' is not assigned and could be declared final
23648 src/com/gps/hibernate/Mbmessage.java 141 publicMethodCommentRequirement Required
23649 src/com/gps/hibernate/Mbmessage.java 145 publicMethodCommentRequirement Required
23650 src/com/gps/hibernate/Mbmessage.java 149 Parameter 'classPk' is not assigned and could be declared final
23651 src/com/gps/hibernate/Mbmessage.java 149 publicMethodCommentRequirement Required
23652 src/com/gps/hibernate/Mbmessage.java 153 publicMethodCommentRequirement Required
23653 src/com/gps/hibernate/Mbmessage.java 157 Parameter 'categoryId' is not assigned and could be declared final
23654 src/com/gps/hibernate/Mbmessage.java 157 publicMethodCommentRequirement Required
23655 src/com/gps/hibernate/Mbmessage.java 161 publicMethodCommentRequirement Required
23656 src/com/gps/hibernate/Mbmessage.java 165 Parameter 'threadId' is not assigned and could be declared final
23657 src/com/gps/hibernate/Mbmessage.java 165 publicMethodCommentRequirement Required
23658 src/com/gps/hibernate/Mbmessage.java 169 publicMethodCommentRequirement Required
23659 src/com/gps/hibernate/Mbmessage.java 173 Parameter 'parentMessageId' is not assigned and could be declared final
23660 src/com/gps/hibernate/Mbmessage.java 173 publicMethodCommentRequirement Required
23661 src/com/gps/hibernate/Mbmessage.java 177 publicMethodCommentRequirement Required
23662 src/com/gps/hibernate/Mbmessage.java 181 Parameter 'subject' is not assigned and could be declared final
23663 src/com/gps/hibernate/Mbmessage.java 181 publicMethodCommentRequirement Required
23664 src/com/gps/hibernate/Mbmessage.java 185 publicMethodCommentRequirement Required
23665 src/com/gps/hibernate/Mbmessage.java 189 Parameter 'body' is not assigned and could be declared final
23666 src/com/gps/hibernate/Mbmessage.java 189 publicMethodCommentRequirement Required
23667 src/com/gps/hibernate/Mbmessage.java 193 publicMethodCommentRequirement Required
23668 src/com/gps/hibernate/Mbmessage.java 197 Parameter 'attachments' is not assigned and could be declared final
23669 src/com/gps/hibernate/Mbmessage.java 197 publicMethodCommentRequirement Required
23670 src/com/gps/hibernate/Mbmessage.java 201 publicMethodCommentRequirement Required
23671 src/com/gps/hibernate/Mbmessage.java 205 Parameter 'anonymous' is not assigned and could be declared final
23672 src/com/gps/hibernate/Mbmessage.java 205 publicMethodCommentRequirement Required
23673 src/com/gps/hibernate/Mbmessage.java 209 publicMethodCommentRequirement Required
23674 src/com/gps/hibernate/Mbmessage.java 213 Parameter 'priority' is not assigned and could be declared final
23675 src/com/gps/hibernate/Mbmessage.java 213 publicMethodCommentRequirement Required
23676 src/com/gps/hibernate/MbmessageDAO.java 3 Avoid unused imports such as 'java.util.Date'
23677 src/com/gps/hibernate/MbmessageDAO.java 11 Comment is too large: Too many lines
23678 src/com/gps/hibernate/MbmessageDAO.java 23 This class has too many methods, consider refactoring it.
23679 src/com/gps/hibernate/MbmessageDAO.java 24 Logger should be defined private static final and have the correct class
23680 src/com/gps/hibernate/MbmessageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
23681 src/com/gps/hibernate/MbmessageDAO.java 24 fieldCommentRequirement Required
23682 src/com/gps/hibernate/MbmessageDAO.java 26 fieldCommentRequirement Required
23683 src/com/gps/hibernate/MbmessageDAO.java 27 fieldCommentRequirement Required
23684 src/com/gps/hibernate/MbmessageDAO.java 28 fieldCommentRequirement Required
23685 src/com/gps/hibernate/MbmessageDAO.java 29 fieldCommentRequirement Required
23686 src/com/gps/hibernate/MbmessageDAO.java 30 fieldCommentRequirement Required
23687 src/com/gps/hibernate/MbmessageDAO.java 31 fieldCommentRequirement Required
23688 src/com/gps/hibernate/MbmessageDAO.java 32 fieldCommentRequirement Required
23689 src/com/gps/hibernate/MbmessageDAO.java 33 fieldCommentRequirement Required
23690 src/com/gps/hibernate/MbmessageDAO.java 34 fieldCommentRequirement Required
23691 src/com/gps/hibernate/MbmessageDAO.java 35 fieldCommentRequirement Required
23692 src/com/gps/hibernate/MbmessageDAO.java 36 fieldCommentRequirement Required
23693 src/com/gps/hibernate/MbmessageDAO.java 37 fieldCommentRequirement Required
23694 src/com/gps/hibernate/MbmessageDAO.java 38 fieldCommentRequirement Required
23695 src/com/gps/hibernate/MbmessageDAO.java 39 fieldCommentRequirement Required
23696 src/com/gps/hibernate/MbmessageDAO.java 40 fieldCommentRequirement Required
23697 src/com/gps/hibernate/MbmessageDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
23698 src/com/gps/hibernate/MbmessageDAO.java 42 publicMethodCommentRequirement Required
23699 src/com/gps/hibernate/MbmessageDAO.java 43 There is log block not surrounded by if
23700 src/com/gps/hibernate/MbmessageDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23701 src/com/gps/hibernate/MbmessageDAO.java 45 Potential violation of Law of Demeter (method chain calls)
23702 src/com/gps/hibernate/MbmessageDAO.java 46 There is log block not surrounded by if
23703 src/com/gps/hibernate/MbmessageDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23704 src/com/gps/hibernate/MbmessageDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23705 src/com/gps/hibernate/MbmessageDAO.java 48 There is log block not surrounded by if
23706 src/com/gps/hibernate/MbmessageDAO.java 53 Avoid excessively long variable names like persistentInstance
23707 src/com/gps/hibernate/MbmessageDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
23708 src/com/gps/hibernate/MbmessageDAO.java 53 publicMethodCommentRequirement Required
23709 src/com/gps/hibernate/MbmessageDAO.java 54 There is log block not surrounded by if
23710 src/com/gps/hibernate/MbmessageDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23711 src/com/gps/hibernate/MbmessageDAO.java 56 Potential violation of Law of Demeter (method chain calls)
23712 src/com/gps/hibernate/MbmessageDAO.java 57 There is log block not surrounded by if
23713 src/com/gps/hibernate/MbmessageDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23714 src/com/gps/hibernate/MbmessageDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23715 src/com/gps/hibernate/MbmessageDAO.java 59 There is log block not surrounded by if
23716 src/com/gps/hibernate/MbmessageDAO.java 64 Avoid variables with short names like id
23717 src/com/gps/hibernate/MbmessageDAO.java 64 Parameter 'id' is not assigned and could be declared final
23718 src/com/gps/hibernate/MbmessageDAO.java 64 publicMethodCommentRequirement Required
23719 src/com/gps/hibernate/MbmessageDAO.java 65 There is log block not surrounded by if
23720 src/com/gps/hibernate/MbmessageDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23721 src/com/gps/hibernate/MbmessageDAO.java 67 Local variable 'instance' could be declared final
23722 src/com/gps/hibernate/MbmessageDAO.java 67 Potential violation of Law of Demeter (method chain calls)
23723 src/com/gps/hibernate/MbmessageDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23724 src/com/gps/hibernate/MbmessageDAO.java 71 There is log block not surrounded by if
23725 src/com/gps/hibernate/MbmessageDAO.java 76 Parameter 'instance' is not assigned and could be declared final
23726 src/com/gps/hibernate/MbmessageDAO.java 76 publicMethodCommentRequirement Required
23727 src/com/gps/hibernate/MbmessageDAO.java 77 There is log block not surrounded by if
23728 src/com/gps/hibernate/MbmessageDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23729 src/com/gps/hibernate/MbmessageDAO.java 79 Local variable 'results' could be declared final
23730 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
23731 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
23732 src/com/gps/hibernate/MbmessageDAO.java 79 Potential violation of Law of Demeter (method chain calls)
23733 src/com/gps/hibernate/MbmessageDAO.java 82 There is log block not surrounded by if
23734 src/com/gps/hibernate/MbmessageDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23735 src/com/gps/hibernate/MbmessageDAO.java 83 Potential violation of Law of Demeter (object not created locally)
23736 src/com/gps/hibernate/MbmessageDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23737 src/com/gps/hibernate/MbmessageDAO.java 86 There is log block not surrounded by if
23738 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
23739 src/com/gps/hibernate/MbmessageDAO.java 91 Parameter 'value' is not assigned and could be declared final
23740 src/com/gps/hibernate/MbmessageDAO.java 91 publicMethodCommentRequirement Required
23741 src/com/gps/hibernate/MbmessageDAO.java 92 There is log block not surrounded by if
23742 src/com/gps/hibernate/MbmessageDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23743 src/com/gps/hibernate/MbmessageDAO.java 95 Local variable 'queryString' could be declared final
23744 src/com/gps/hibernate/MbmessageDAO.java 97 Local variable 'queryObject' could be declared final
23745 src/com/gps/hibernate/MbmessageDAO.java 97 Potential violation of Law of Demeter (method chain calls)
23746 src/com/gps/hibernate/MbmessageDAO.java 98 Potential violation of Law of Demeter (object not created locally)
23747 src/com/gps/hibernate/MbmessageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
23748 src/com/gps/hibernate/MbmessageDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23749 src/com/gps/hibernate/MbmessageDAO.java 101 There is log block not surrounded by if
23750 src/com/gps/hibernate/MbmessageDAO.java 106 Parameter 'uuid' is not assigned and could be declared final
23751 src/com/gps/hibernate/MbmessageDAO.java 106 publicMethodCommentRequirement Required
23752 src/com/gps/hibernate/MbmessageDAO.java 110 Parameter 'groupId' is not assigned and could be declared final
23753 src/com/gps/hibernate/MbmessageDAO.java 110 publicMethodCommentRequirement Required
23754 src/com/gps/hibernate/MbmessageDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
23755 src/com/gps/hibernate/MbmessageDAO.java 114 publicMethodCommentRequirement Required
23756 src/com/gps/hibernate/MbmessageDAO.java 118 Parameter 'userId' is not assigned and could be declared final
23757 src/com/gps/hibernate/MbmessageDAO.java 118 publicMethodCommentRequirement Required
23758 src/com/gps/hibernate/MbmessageDAO.java 122 Parameter 'userName' is not assigned and could be declared final
23759 src/com/gps/hibernate/MbmessageDAO.java 122 publicMethodCommentRequirement Required
23760 src/com/gps/hibernate/MbmessageDAO.java 126 Parameter 'classNameId' is not assigned and could be declared final
23761 src/com/gps/hibernate/MbmessageDAO.java 126 publicMethodCommentRequirement Required
23762 src/com/gps/hibernate/MbmessageDAO.java 130 Parameter 'classPk' is not assigned and could be declared final
23763 src/com/gps/hibernate/MbmessageDAO.java 130 publicMethodCommentRequirement Required
23764 src/com/gps/hibernate/MbmessageDAO.java 134 Parameter 'categoryId' is not assigned and could be declared final
23765 src/com/gps/hibernate/MbmessageDAO.java 134 publicMethodCommentRequirement Required
23766 src/com/gps/hibernate/MbmessageDAO.java 138 Parameter 'threadId' is not assigned and could be declared final
23767 src/com/gps/hibernate/MbmessageDAO.java 138 publicMethodCommentRequirement Required
23768 src/com/gps/hibernate/MbmessageDAO.java 142 Parameter 'parentMessageId' is not assigned and could be declared final
23769 src/com/gps/hibernate/MbmessageDAO.java 142 publicMethodCommentRequirement Required
23770 src/com/gps/hibernate/MbmessageDAO.java 146 Parameter 'subject' is not assigned and could be declared final
23771 src/com/gps/hibernate/MbmessageDAO.java 146 publicMethodCommentRequirement Required
23772 src/com/gps/hibernate/MbmessageDAO.java 150 Parameter 'body' is not assigned and could be declared final
23773 src/com/gps/hibernate/MbmessageDAO.java 150 publicMethodCommentRequirement Required
23774 src/com/gps/hibernate/MbmessageDAO.java 154 Parameter 'attachments' is not assigned and could be declared final
23775 src/com/gps/hibernate/MbmessageDAO.java 154 publicMethodCommentRequirement Required
23776 src/com/gps/hibernate/MbmessageDAO.java 158 Parameter 'anonymous' is not assigned and could be declared final
23777 src/com/gps/hibernate/MbmessageDAO.java 158 publicMethodCommentRequirement Required
23778 src/com/gps/hibernate/MbmessageDAO.java 162 Parameter 'priority' is not assigned and could be declared final
23779 src/com/gps/hibernate/MbmessageDAO.java 162 publicMethodCommentRequirement Required
23780 src/com/gps/hibernate/MbmessageDAO.java 166 publicMethodCommentRequirement Required
23781 src/com/gps/hibernate/MbmessageDAO.java 167 There is log block not surrounded by if
23782 src/com/gps/hibernate/MbmessageDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23783 src/com/gps/hibernate/MbmessageDAO.java 169 Local variable 'queryString' could be declared final
23784 src/com/gps/hibernate/MbmessageDAO.java 170 Local variable 'queryObject' could be declared final
23785 src/com/gps/hibernate/MbmessageDAO.java 170 Potential violation of Law of Demeter (method chain calls)
23786 src/com/gps/hibernate/MbmessageDAO.java 171 Potential violation of Law of Demeter (object not created locally)
23787 src/com/gps/hibernate/MbmessageDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23788 src/com/gps/hibernate/MbmessageDAO.java 173 There is log block not surrounded by if
23789 src/com/gps/hibernate/MbmessageDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
23790 src/com/gps/hibernate/MbmessageDAO.java 178 publicMethodCommentRequirement Required
23791 src/com/gps/hibernate/MbmessageDAO.java 179 There is log block not surrounded by if
23792 src/com/gps/hibernate/MbmessageDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23793 src/com/gps/hibernate/MbmessageDAO.java 181 Local variable 'result' could be declared final
23794 src/com/gps/hibernate/MbmessageDAO.java 181 Potential violation of Law of Demeter (method chain calls)
23795 src/com/gps/hibernate/MbmessageDAO.java 182 There is log block not surrounded by if
23796 src/com/gps/hibernate/MbmessageDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23797 src/com/gps/hibernate/MbmessageDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23798 src/com/gps/hibernate/MbmessageDAO.java 185 There is log block not surrounded by if
23799 src/com/gps/hibernate/MbmessageDAO.java 190 Parameter 'instance' is not assigned and could be declared final
23800 src/com/gps/hibernate/MbmessageDAO.java 190 publicMethodCommentRequirement Required
23801 src/com/gps/hibernate/MbmessageDAO.java 191 There is log block not surrounded by if
23802 src/com/gps/hibernate/MbmessageDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23803 src/com/gps/hibernate/MbmessageDAO.java 193 Potential violation of Law of Demeter (method chain calls)
23804 src/com/gps/hibernate/MbmessageDAO.java 194 There is log block not surrounded by if
23805 src/com/gps/hibernate/MbmessageDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23806 src/com/gps/hibernate/MbmessageDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23807 src/com/gps/hibernate/MbmessageDAO.java 196 There is log block not surrounded by if
23808 src/com/gps/hibernate/MbmessageDAO.java 201 Parameter 'instance' is not assigned and could be declared final
23809 src/com/gps/hibernate/MbmessageDAO.java 201 publicMethodCommentRequirement Required
23810 src/com/gps/hibernate/MbmessageDAO.java 202 There is log block not surrounded by if
23811 src/com/gps/hibernate/MbmessageDAO.java 202 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23812 src/com/gps/hibernate/MbmessageDAO.java 204 Potential violation of Law of Demeter (method chain calls)
23813 src/com/gps/hibernate/MbmessageDAO.java 205 There is log block not surrounded by if
23814 src/com/gps/hibernate/MbmessageDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23815 src/com/gps/hibernate/MbmessageDAO.java 206 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23816 src/com/gps/hibernate/MbmessageDAO.java 207 There is log block not surrounded by if
23817 src/com/gps/hibernate/Mbmessageflag.java 11 Classes implementing Serializable should set a serialVersionUID
23818 src/com/gps/hibernate/Mbmessageflag.java 15 fieldCommentRequirement Required
23819 src/com/gps/hibernate/Mbmessageflag.java 16 fieldCommentRequirement Required
23820 src/com/gps/hibernate/Mbmessageflag.java 17 fieldCommentRequirement Required
23821 src/com/gps/hibernate/Mbmessageflag.java 18 fieldCommentRequirement Required
23822 src/com/gps/hibernate/Mbmessageflag.java 19 fieldCommentRequirement Required
23823 src/com/gps/hibernate/Mbmessageflag.java 20 fieldCommentRequirement Required
23824 src/com/gps/hibernate/Mbmessageflag.java 25 Document empty constructor
23825 src/com/gps/hibernate/Mbmessageflag.java 29 Parameter 'messageFlagId' is not assigned and could be declared final
23826 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'messageFlagId' is not assigned and could be declared final
23827 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'modifiedDate' is not assigned and could be declared final
23828 src/com/gps/hibernate/Mbmessageflag.java 34 Parameter 'userId' is not assigned and could be declared final
23829 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'flag' is not assigned and could be declared final
23830 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'messageId' is not assigned and could be declared final
23831 src/com/gps/hibernate/Mbmessageflag.java 35 Parameter 'threadId' is not assigned and could be declared final
23832 src/com/gps/hibernate/Mbmessageflag.java 46 publicMethodCommentRequirement Required
23833 src/com/gps/hibernate/Mbmessageflag.java 50 Parameter 'messageFlagId' is not assigned and could be declared final
23834 src/com/gps/hibernate/Mbmessageflag.java 50 publicMethodCommentRequirement Required
23835 src/com/gps/hibernate/Mbmessageflag.java 54 publicMethodCommentRequirement Required
23836 src/com/gps/hibernate/Mbmessageflag.java 58 Parameter 'userId' is not assigned and could be declared final
23837 src/com/gps/hibernate/Mbmessageflag.java 58 publicMethodCommentRequirement Required
23838 src/com/gps/hibernate/Mbmessageflag.java 62 publicMethodCommentRequirement Required
23839 src/com/gps/hibernate/Mbmessageflag.java 66 Parameter 'modifiedDate' is not assigned and could be declared final
23840 src/com/gps/hibernate/Mbmessageflag.java 66 publicMethodCommentRequirement Required
23841 src/com/gps/hibernate/Mbmessageflag.java 70 publicMethodCommentRequirement Required
23842 src/com/gps/hibernate/Mbmessageflag.java 74 Parameter 'threadId' is not assigned and could be declared final
23843 src/com/gps/hibernate/Mbmessageflag.java 74 publicMethodCommentRequirement Required
23844 src/com/gps/hibernate/Mbmessageflag.java 78 publicMethodCommentRequirement Required
23845 src/com/gps/hibernate/Mbmessageflag.java 82 Parameter 'messageId' is not assigned and could be declared final
23846 src/com/gps/hibernate/Mbmessageflag.java 82 publicMethodCommentRequirement Required
23847 src/com/gps/hibernate/Mbmessageflag.java 86 publicMethodCommentRequirement Required
23848 src/com/gps/hibernate/Mbmessageflag.java 90 Parameter 'flag' is not assigned and could be declared final
23849 src/com/gps/hibernate/Mbmessageflag.java 90 publicMethodCommentRequirement Required
23850 src/com/gps/hibernate/MbmessageflagDAO.java 3 Avoid unused imports such as 'java.util.Date'
23851 src/com/gps/hibernate/MbmessageflagDAO.java 11 Comment is too large: Too many lines
23852 src/com/gps/hibernate/MbmessageflagDAO.java 23 This class has too many methods, consider refactoring it.
23853 src/com/gps/hibernate/MbmessageflagDAO.java 24 Logger should be defined private static final and have the correct class
23854 src/com/gps/hibernate/MbmessageflagDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
23855 src/com/gps/hibernate/MbmessageflagDAO.java 24 fieldCommentRequirement Required
23856 src/com/gps/hibernate/MbmessageflagDAO.java 26 fieldCommentRequirement Required
23857 src/com/gps/hibernate/MbmessageflagDAO.java 27 fieldCommentRequirement Required
23858 src/com/gps/hibernate/MbmessageflagDAO.java 28 fieldCommentRequirement Required
23859 src/com/gps/hibernate/MbmessageflagDAO.java 29 fieldCommentRequirement Required
23860 src/com/gps/hibernate/MbmessageflagDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
23861 src/com/gps/hibernate/MbmessageflagDAO.java 31 publicMethodCommentRequirement Required
23862 src/com/gps/hibernate/MbmessageflagDAO.java 32 There is log block not surrounded by if
23863 src/com/gps/hibernate/MbmessageflagDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23864 src/com/gps/hibernate/MbmessageflagDAO.java 34 Potential violation of Law of Demeter (method chain calls)
23865 src/com/gps/hibernate/MbmessageflagDAO.java 35 There is log block not surrounded by if
23866 src/com/gps/hibernate/MbmessageflagDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23867 src/com/gps/hibernate/MbmessageflagDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23868 src/com/gps/hibernate/MbmessageflagDAO.java 37 There is log block not surrounded by if
23869 src/com/gps/hibernate/MbmessageflagDAO.java 42 Avoid excessively long variable names like persistentInstance
23870 src/com/gps/hibernate/MbmessageflagDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
23871 src/com/gps/hibernate/MbmessageflagDAO.java 42 publicMethodCommentRequirement Required
23872 src/com/gps/hibernate/MbmessageflagDAO.java 43 There is log block not surrounded by if
23873 src/com/gps/hibernate/MbmessageflagDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23874 src/com/gps/hibernate/MbmessageflagDAO.java 45 Potential violation of Law of Demeter (method chain calls)
23875 src/com/gps/hibernate/MbmessageflagDAO.java 46 There is log block not surrounded by if
23876 src/com/gps/hibernate/MbmessageflagDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23877 src/com/gps/hibernate/MbmessageflagDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23878 src/com/gps/hibernate/MbmessageflagDAO.java 48 There is log block not surrounded by if
23879 src/com/gps/hibernate/MbmessageflagDAO.java 53 Avoid variables with short names like id
23880 src/com/gps/hibernate/MbmessageflagDAO.java 53 Parameter 'id' is not assigned and could be declared final
23881 src/com/gps/hibernate/MbmessageflagDAO.java 53 publicMethodCommentRequirement Required
23882 src/com/gps/hibernate/MbmessageflagDAO.java 54 There is log block not surrounded by if
23883 src/com/gps/hibernate/MbmessageflagDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23884 src/com/gps/hibernate/MbmessageflagDAO.java 56 Local variable 'instance' could be declared final
23885 src/com/gps/hibernate/MbmessageflagDAO.java 56 Potential violation of Law of Demeter (method chain calls)
23886 src/com/gps/hibernate/MbmessageflagDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23887 src/com/gps/hibernate/MbmessageflagDAO.java 60 There is log block not surrounded by if
23888 src/com/gps/hibernate/MbmessageflagDAO.java 65 Parameter 'instance' is not assigned and could be declared final
23889 src/com/gps/hibernate/MbmessageflagDAO.java 65 publicMethodCommentRequirement Required
23890 src/com/gps/hibernate/MbmessageflagDAO.java 66 There is log block not surrounded by if
23891 src/com/gps/hibernate/MbmessageflagDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23892 src/com/gps/hibernate/MbmessageflagDAO.java 68 Local variable 'results' could be declared final
23893 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23894 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23895 src/com/gps/hibernate/MbmessageflagDAO.java 68 Potential violation of Law of Demeter (method chain calls)
23896 src/com/gps/hibernate/MbmessageflagDAO.java 71 There is log block not surrounded by if
23897 src/com/gps/hibernate/MbmessageflagDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23898 src/com/gps/hibernate/MbmessageflagDAO.java 72 Potential violation of Law of Demeter (object not created locally)
23899 src/com/gps/hibernate/MbmessageflagDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23900 src/com/gps/hibernate/MbmessageflagDAO.java 75 There is log block not surrounded by if
23901 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
23902 src/com/gps/hibernate/MbmessageflagDAO.java 80 Parameter 'value' is not assigned and could be declared final
23903 src/com/gps/hibernate/MbmessageflagDAO.java 80 publicMethodCommentRequirement Required
23904 src/com/gps/hibernate/MbmessageflagDAO.java 81 There is log block not surrounded by if
23905 src/com/gps/hibernate/MbmessageflagDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23906 src/com/gps/hibernate/MbmessageflagDAO.java 84 Local variable 'queryString' could be declared final
23907 src/com/gps/hibernate/MbmessageflagDAO.java 86 Local variable 'queryObject' could be declared final
23908 src/com/gps/hibernate/MbmessageflagDAO.java 86 Potential violation of Law of Demeter (method chain calls)
23909 src/com/gps/hibernate/MbmessageflagDAO.java 87 Potential violation of Law of Demeter (object not created locally)
23910 src/com/gps/hibernate/MbmessageflagDAO.java 88 Potential violation of Law of Demeter (object not created locally)
23911 src/com/gps/hibernate/MbmessageflagDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23912 src/com/gps/hibernate/MbmessageflagDAO.java 90 There is log block not surrounded by if
23913 src/com/gps/hibernate/MbmessageflagDAO.java 95 Parameter 'userId' is not assigned and could be declared final
23914 src/com/gps/hibernate/MbmessageflagDAO.java 95 publicMethodCommentRequirement Required
23915 src/com/gps/hibernate/MbmessageflagDAO.java 99 Parameter 'threadId' is not assigned and could be declared final
23916 src/com/gps/hibernate/MbmessageflagDAO.java 99 publicMethodCommentRequirement Required
23917 src/com/gps/hibernate/MbmessageflagDAO.java 103 Parameter 'messageId' is not assigned and could be declared final
23918 src/com/gps/hibernate/MbmessageflagDAO.java 103 publicMethodCommentRequirement Required
23919 src/com/gps/hibernate/MbmessageflagDAO.java 107 Parameter 'flag' is not assigned and could be declared final
23920 src/com/gps/hibernate/MbmessageflagDAO.java 107 publicMethodCommentRequirement Required
23921 src/com/gps/hibernate/MbmessageflagDAO.java 111 publicMethodCommentRequirement Required
23922 src/com/gps/hibernate/MbmessageflagDAO.java 112 There is log block not surrounded by if
23923 src/com/gps/hibernate/MbmessageflagDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23924 src/com/gps/hibernate/MbmessageflagDAO.java 114 Local variable 'queryString' could be declared final
23925 src/com/gps/hibernate/MbmessageflagDAO.java 115 Local variable 'queryObject' could be declared final
23926 src/com/gps/hibernate/MbmessageflagDAO.java 115 Potential violation of Law of Demeter (method chain calls)
23927 src/com/gps/hibernate/MbmessageflagDAO.java 116 Potential violation of Law of Demeter (object not created locally)
23928 src/com/gps/hibernate/MbmessageflagDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23929 src/com/gps/hibernate/MbmessageflagDAO.java 118 There is log block not surrounded by if
23930 src/com/gps/hibernate/MbmessageflagDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
23931 src/com/gps/hibernate/MbmessageflagDAO.java 123 publicMethodCommentRequirement Required
23932 src/com/gps/hibernate/MbmessageflagDAO.java 124 There is log block not surrounded by if
23933 src/com/gps/hibernate/MbmessageflagDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23934 src/com/gps/hibernate/MbmessageflagDAO.java 126 Local variable 'result' could be declared final
23935 src/com/gps/hibernate/MbmessageflagDAO.java 126 Potential violation of Law of Demeter (method chain calls)
23936 src/com/gps/hibernate/MbmessageflagDAO.java 128 There is log block not surrounded by if
23937 src/com/gps/hibernate/MbmessageflagDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23938 src/com/gps/hibernate/MbmessageflagDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23939 src/com/gps/hibernate/MbmessageflagDAO.java 131 There is log block not surrounded by if
23940 src/com/gps/hibernate/MbmessageflagDAO.java 136 Parameter 'instance' is not assigned and could be declared final
23941 src/com/gps/hibernate/MbmessageflagDAO.java 136 publicMethodCommentRequirement Required
23942 src/com/gps/hibernate/MbmessageflagDAO.java 137 There is log block not surrounded by if
23943 src/com/gps/hibernate/MbmessageflagDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23944 src/com/gps/hibernate/MbmessageflagDAO.java 139 Potential violation of Law of Demeter (method chain calls)
23945 src/com/gps/hibernate/MbmessageflagDAO.java 140 There is log block not surrounded by if
23946 src/com/gps/hibernate/MbmessageflagDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23947 src/com/gps/hibernate/MbmessageflagDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23948 src/com/gps/hibernate/MbmessageflagDAO.java 142 There is log block not surrounded by if
23949 src/com/gps/hibernate/MbmessageflagDAO.java 147 Parameter 'instance' is not assigned and could be declared final
23950 src/com/gps/hibernate/MbmessageflagDAO.java 147 publicMethodCommentRequirement Required
23951 src/com/gps/hibernate/MbmessageflagDAO.java 148 There is log block not surrounded by if
23952 src/com/gps/hibernate/MbmessageflagDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23953 src/com/gps/hibernate/MbmessageflagDAO.java 150 Potential violation of Law of Demeter (method chain calls)
23954 src/com/gps/hibernate/MbmessageflagDAO.java 151 There is log block not surrounded by if
23955 src/com/gps/hibernate/MbmessageflagDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23956 src/com/gps/hibernate/MbmessageflagDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
23957 src/com/gps/hibernate/MbmessageflagDAO.java 153 There is log block not surrounded by if
23958 src/com/gps/hibernate/Mbstatsuser.java 11 Classes implementing Serializable should set a serialVersionUID
23959 src/com/gps/hibernate/Mbstatsuser.java 15 fieldCommentRequirement Required
23960 src/com/gps/hibernate/Mbstatsuser.java 16 fieldCommentRequirement Required
23961 src/com/gps/hibernate/Mbstatsuser.java 17 fieldCommentRequirement Required
23962 src/com/gps/hibernate/Mbstatsuser.java 18 fieldCommentRequirement Required
23963 src/com/gps/hibernate/Mbstatsuser.java 19 fieldCommentRequirement Required
23964 src/com/gps/hibernate/Mbstatsuser.java 24 Document empty constructor
23965 src/com/gps/hibernate/Mbstatsuser.java 28 Parameter 'statsUserId' is not assigned and could be declared final
23966 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'groupId' is not assigned and could be declared final
23967 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'statsUserId' is not assigned and could be declared final
23968 src/com/gps/hibernate/Mbstatsuser.java 33 Parameter 'userId' is not assigned and could be declared final
23969 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'lastPostDate' is not assigned and could be declared final
23970 src/com/gps/hibernate/Mbstatsuser.java 34 Parameter 'messageCount' is not assigned and could be declared final
23971 src/com/gps/hibernate/Mbstatsuser.java 44 publicMethodCommentRequirement Required
23972 src/com/gps/hibernate/Mbstatsuser.java 48 Parameter 'statsUserId' is not assigned and could be declared final
23973 src/com/gps/hibernate/Mbstatsuser.java 48 publicMethodCommentRequirement Required
23974 src/com/gps/hibernate/Mbstatsuser.java 52 publicMethodCommentRequirement Required
23975 src/com/gps/hibernate/Mbstatsuser.java 56 Parameter 'groupId' is not assigned and could be declared final
23976 src/com/gps/hibernate/Mbstatsuser.java 56 publicMethodCommentRequirement Required
23977 src/com/gps/hibernate/Mbstatsuser.java 60 publicMethodCommentRequirement Required
23978 src/com/gps/hibernate/Mbstatsuser.java 64 Parameter 'userId' is not assigned and could be declared final
23979 src/com/gps/hibernate/Mbstatsuser.java 64 publicMethodCommentRequirement Required
23980 src/com/gps/hibernate/Mbstatsuser.java 68 publicMethodCommentRequirement Required
23981 src/com/gps/hibernate/Mbstatsuser.java 72 Parameter 'messageCount' is not assigned and could be declared final
23982 src/com/gps/hibernate/Mbstatsuser.java 72 publicMethodCommentRequirement Required
23983 src/com/gps/hibernate/Mbstatsuser.java 76 publicMethodCommentRequirement Required
23984 src/com/gps/hibernate/Mbstatsuser.java 80 Parameter 'lastPostDate' is not assigned and could be declared final
23985 src/com/gps/hibernate/Mbstatsuser.java 80 publicMethodCommentRequirement Required
23986 src/com/gps/hibernate/MbstatsuserDAO.java 3 Avoid unused imports such as 'java.util.Date'
23987 src/com/gps/hibernate/MbstatsuserDAO.java 11 Comment is too large: Too many lines
23988 src/com/gps/hibernate/MbstatsuserDAO.java 23 This class has too many methods, consider refactoring it.
23989 src/com/gps/hibernate/MbstatsuserDAO.java 24 Logger should be defined private static final and have the correct class
23990 src/com/gps/hibernate/MbstatsuserDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
23991 src/com/gps/hibernate/MbstatsuserDAO.java 24 fieldCommentRequirement Required
23992 src/com/gps/hibernate/MbstatsuserDAO.java 26 fieldCommentRequirement Required
23993 src/com/gps/hibernate/MbstatsuserDAO.java 27 fieldCommentRequirement Required
23994 src/com/gps/hibernate/MbstatsuserDAO.java 28 fieldCommentRequirement Required
23995 src/com/gps/hibernate/MbstatsuserDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
23996 src/com/gps/hibernate/MbstatsuserDAO.java 30 publicMethodCommentRequirement Required
23997 src/com/gps/hibernate/MbstatsuserDAO.java 31 There is log block not surrounded by if
23998 src/com/gps/hibernate/MbstatsuserDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
23999 src/com/gps/hibernate/MbstatsuserDAO.java 33 Potential violation of Law of Demeter (method chain calls)
24000 src/com/gps/hibernate/MbstatsuserDAO.java 34 There is log block not surrounded by if
24001 src/com/gps/hibernate/MbstatsuserDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24002 src/com/gps/hibernate/MbstatsuserDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24003 src/com/gps/hibernate/MbstatsuserDAO.java 36 There is log block not surrounded by if
24004 src/com/gps/hibernate/MbstatsuserDAO.java 41 Avoid excessively long variable names like persistentInstance
24005 src/com/gps/hibernate/MbstatsuserDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
24006 src/com/gps/hibernate/MbstatsuserDAO.java 41 publicMethodCommentRequirement Required
24007 src/com/gps/hibernate/MbstatsuserDAO.java 42 There is log block not surrounded by if
24008 src/com/gps/hibernate/MbstatsuserDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24009 src/com/gps/hibernate/MbstatsuserDAO.java 44 Potential violation of Law of Demeter (method chain calls)
24010 src/com/gps/hibernate/MbstatsuserDAO.java 45 There is log block not surrounded by if
24011 src/com/gps/hibernate/MbstatsuserDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24012 src/com/gps/hibernate/MbstatsuserDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24013 src/com/gps/hibernate/MbstatsuserDAO.java 47 There is log block not surrounded by if
24014 src/com/gps/hibernate/MbstatsuserDAO.java 52 Avoid variables with short names like id
24015 src/com/gps/hibernate/MbstatsuserDAO.java 52 Parameter 'id' is not assigned and could be declared final
24016 src/com/gps/hibernate/MbstatsuserDAO.java 52 publicMethodCommentRequirement Required
24017 src/com/gps/hibernate/MbstatsuserDAO.java 53 There is log block not surrounded by if
24018 src/com/gps/hibernate/MbstatsuserDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24019 src/com/gps/hibernate/MbstatsuserDAO.java 55 Local variable 'instance' could be declared final
24020 src/com/gps/hibernate/MbstatsuserDAO.java 55 Potential violation of Law of Demeter (method chain calls)
24021 src/com/gps/hibernate/MbstatsuserDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24022 src/com/gps/hibernate/MbstatsuserDAO.java 59 There is log block not surrounded by if
24023 src/com/gps/hibernate/MbstatsuserDAO.java 64 Parameter 'instance' is not assigned and could be declared final
24024 src/com/gps/hibernate/MbstatsuserDAO.java 64 publicMethodCommentRequirement Required
24025 src/com/gps/hibernate/MbstatsuserDAO.java 65 There is log block not surrounded by if
24026 src/com/gps/hibernate/MbstatsuserDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24027 src/com/gps/hibernate/MbstatsuserDAO.java 67 Local variable 'results' could be declared final
24028 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24029 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24030 src/com/gps/hibernate/MbstatsuserDAO.java 67 Potential violation of Law of Demeter (method chain calls)
24031 src/com/gps/hibernate/MbstatsuserDAO.java 70 There is log block not surrounded by if
24032 src/com/gps/hibernate/MbstatsuserDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24033 src/com/gps/hibernate/MbstatsuserDAO.java 71 Potential violation of Law of Demeter (object not created locally)
24034 src/com/gps/hibernate/MbstatsuserDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24035 src/com/gps/hibernate/MbstatsuserDAO.java 74 There is log block not surrounded by if
24036 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
24037 src/com/gps/hibernate/MbstatsuserDAO.java 79 Parameter 'value' is not assigned and could be declared final
24038 src/com/gps/hibernate/MbstatsuserDAO.java 79 publicMethodCommentRequirement Required
24039 src/com/gps/hibernate/MbstatsuserDAO.java 80 There is log block not surrounded by if
24040 src/com/gps/hibernate/MbstatsuserDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24041 src/com/gps/hibernate/MbstatsuserDAO.java 83 Local variable 'queryString' could be declared final
24042 src/com/gps/hibernate/MbstatsuserDAO.java 85 Local variable 'queryObject' could be declared final
24043 src/com/gps/hibernate/MbstatsuserDAO.java 85 Potential violation of Law of Demeter (method chain calls)
24044 src/com/gps/hibernate/MbstatsuserDAO.java 86 Potential violation of Law of Demeter (object not created locally)
24045 src/com/gps/hibernate/MbstatsuserDAO.java 87 Potential violation of Law of Demeter (object not created locally)
24046 src/com/gps/hibernate/MbstatsuserDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24047 src/com/gps/hibernate/MbstatsuserDAO.java 89 There is log block not surrounded by if
24048 src/com/gps/hibernate/MbstatsuserDAO.java 94 Parameter 'groupId' is not assigned and could be declared final
24049 src/com/gps/hibernate/MbstatsuserDAO.java 94 publicMethodCommentRequirement Required
24050 src/com/gps/hibernate/MbstatsuserDAO.java 98 Parameter 'userId' is not assigned and could be declared final
24051 src/com/gps/hibernate/MbstatsuserDAO.java 98 publicMethodCommentRequirement Required
24052 src/com/gps/hibernate/MbstatsuserDAO.java 102 Parameter 'messageCount' is not assigned and could be declared final
24053 src/com/gps/hibernate/MbstatsuserDAO.java 102 publicMethodCommentRequirement Required
24054 src/com/gps/hibernate/MbstatsuserDAO.java 106 publicMethodCommentRequirement Required
24055 src/com/gps/hibernate/MbstatsuserDAO.java 107 There is log block not surrounded by if
24056 src/com/gps/hibernate/MbstatsuserDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24057 src/com/gps/hibernate/MbstatsuserDAO.java 109 Local variable 'queryString' could be declared final
24058 src/com/gps/hibernate/MbstatsuserDAO.java 110 Local variable 'queryObject' could be declared final
24059 src/com/gps/hibernate/MbstatsuserDAO.java 110 Potential violation of Law of Demeter (method chain calls)
24060 src/com/gps/hibernate/MbstatsuserDAO.java 111 Potential violation of Law of Demeter (object not created locally)
24061 src/com/gps/hibernate/MbstatsuserDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24062 src/com/gps/hibernate/MbstatsuserDAO.java 113 There is log block not surrounded by if
24063 src/com/gps/hibernate/MbstatsuserDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
24064 src/com/gps/hibernate/MbstatsuserDAO.java 118 publicMethodCommentRequirement Required
24065 src/com/gps/hibernate/MbstatsuserDAO.java 119 There is log block not surrounded by if
24066 src/com/gps/hibernate/MbstatsuserDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24067 src/com/gps/hibernate/MbstatsuserDAO.java 121 Local variable 'result' could be declared final
24068 src/com/gps/hibernate/MbstatsuserDAO.java 121 Potential violation of Law of Demeter (method chain calls)
24069 src/com/gps/hibernate/MbstatsuserDAO.java 123 There is log block not surrounded by if
24070 src/com/gps/hibernate/MbstatsuserDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24071 src/com/gps/hibernate/MbstatsuserDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24072 src/com/gps/hibernate/MbstatsuserDAO.java 126 There is log block not surrounded by if
24073 src/com/gps/hibernate/MbstatsuserDAO.java 131 Parameter 'instance' is not assigned and could be declared final
24074 src/com/gps/hibernate/MbstatsuserDAO.java 131 publicMethodCommentRequirement Required
24075 src/com/gps/hibernate/MbstatsuserDAO.java 132 There is log block not surrounded by if
24076 src/com/gps/hibernate/MbstatsuserDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24077 src/com/gps/hibernate/MbstatsuserDAO.java 134 Potential violation of Law of Demeter (method chain calls)
24078 src/com/gps/hibernate/MbstatsuserDAO.java 135 There is log block not surrounded by if
24079 src/com/gps/hibernate/MbstatsuserDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24080 src/com/gps/hibernate/MbstatsuserDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24081 src/com/gps/hibernate/MbstatsuserDAO.java 137 There is log block not surrounded by if
24082 src/com/gps/hibernate/MbstatsuserDAO.java 142 Parameter 'instance' is not assigned and could be declared final
24083 src/com/gps/hibernate/MbstatsuserDAO.java 142 publicMethodCommentRequirement Required
24084 src/com/gps/hibernate/MbstatsuserDAO.java 143 There is log block not surrounded by if
24085 src/com/gps/hibernate/MbstatsuserDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24086 src/com/gps/hibernate/MbstatsuserDAO.java 145 Potential violation of Law of Demeter (method chain calls)
24087 src/com/gps/hibernate/MbstatsuserDAO.java 146 There is log block not surrounded by if
24088 src/com/gps/hibernate/MbstatsuserDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24089 src/com/gps/hibernate/MbstatsuserDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24090 src/com/gps/hibernate/MbstatsuserDAO.java 148 There is log block not surrounded by if
24091 src/com/gps/hibernate/Mbthread.java 11 Classes implementing Serializable should set a serialVersionUID
24092 src/com/gps/hibernate/Mbthread.java 15 fieldCommentRequirement Required
24093 src/com/gps/hibernate/Mbthread.java 16 fieldCommentRequirement Required
24094 src/com/gps/hibernate/Mbthread.java 17 fieldCommentRequirement Required
24095 src/com/gps/hibernate/Mbthread.java 18 fieldCommentRequirement Required
24096 src/com/gps/hibernate/Mbthread.java 19 fieldCommentRequirement Required
24097 src/com/gps/hibernate/Mbthread.java 20 fieldCommentRequirement Required
24098 src/com/gps/hibernate/Mbthread.java 21 fieldCommentRequirement Required
24099 src/com/gps/hibernate/Mbthread.java 22 fieldCommentRequirement Required
24100 src/com/gps/hibernate/Mbthread.java 23 fieldCommentRequirement Required
24101 src/com/gps/hibernate/Mbthread.java 28 Document empty constructor
24102 src/com/gps/hibernate/Mbthread.java 32 Parameter 'threadId' is not assigned and could be declared final
24103 src/com/gps/hibernate/Mbthread.java 37 Parameter 'categoryId' is not assigned and could be declared final
24104 src/com/gps/hibernate/Mbthread.java 37 Parameter 'groupId' is not assigned and could be declared final
24105 src/com/gps/hibernate/Mbthread.java 37 Parameter 'threadId' is not assigned and could be declared final
24106 src/com/gps/hibernate/Mbthread.java 38 Parameter 'messageCount' is not assigned and could be declared final
24107 src/com/gps/hibernate/Mbthread.java 38 Parameter 'rootMessageId' is not assigned and could be declared final
24108 src/com/gps/hibernate/Mbthread.java 38 Parameter 'viewCount' is not assigned and could be declared final
24109 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostByUserId' is not assigned and could be declared final
24110 src/com/gps/hibernate/Mbthread.java 39 Parameter 'lastPostDate' is not assigned and could be declared final
24111 src/com/gps/hibernate/Mbthread.java 39 Parameter 'priority' is not assigned and could be declared final
24112 src/com/gps/hibernate/Mbthread.java 53 publicMethodCommentRequirement Required
24113 src/com/gps/hibernate/Mbthread.java 57 Parameter 'threadId' is not assigned and could be declared final
24114 src/com/gps/hibernate/Mbthread.java 57 publicMethodCommentRequirement Required
24115 src/com/gps/hibernate/Mbthread.java 61 publicMethodCommentRequirement Required
24116 src/com/gps/hibernate/Mbthread.java 65 Parameter 'groupId' is not assigned and could be declared final
24117 src/com/gps/hibernate/Mbthread.java 65 publicMethodCommentRequirement Required
24118 src/com/gps/hibernate/Mbthread.java 69 publicMethodCommentRequirement Required
24119 src/com/gps/hibernate/Mbthread.java 73 Parameter 'categoryId' is not assigned and could be declared final
24120 src/com/gps/hibernate/Mbthread.java 73 publicMethodCommentRequirement Required
24121 src/com/gps/hibernate/Mbthread.java 77 publicMethodCommentRequirement Required
24122 src/com/gps/hibernate/Mbthread.java 81 Parameter 'rootMessageId' is not assigned and could be declared final
24123 src/com/gps/hibernate/Mbthread.java 81 publicMethodCommentRequirement Required
24124 src/com/gps/hibernate/Mbthread.java 85 publicMethodCommentRequirement Required
24125 src/com/gps/hibernate/Mbthread.java 89 Parameter 'messageCount' is not assigned and could be declared final
24126 src/com/gps/hibernate/Mbthread.java 89 publicMethodCommentRequirement Required
24127 src/com/gps/hibernate/Mbthread.java 93 publicMethodCommentRequirement Required
24128 src/com/gps/hibernate/Mbthread.java 97 Parameter 'viewCount' is not assigned and could be declared final
24129 src/com/gps/hibernate/Mbthread.java 97 publicMethodCommentRequirement Required
24130 src/com/gps/hibernate/Mbthread.java 101 publicMethodCommentRequirement Required
24131 src/com/gps/hibernate/Mbthread.java 105 Parameter 'lastPostByUserId' is not assigned and could be declared final
24132 src/com/gps/hibernate/Mbthread.java 105 publicMethodCommentRequirement Required
24133 src/com/gps/hibernate/Mbthread.java 109 publicMethodCommentRequirement Required
24134 src/com/gps/hibernate/Mbthread.java 113 Parameter 'lastPostDate' is not assigned and could be declared final
24135 src/com/gps/hibernate/Mbthread.java 113 publicMethodCommentRequirement Required
24136 src/com/gps/hibernate/Mbthread.java 117 publicMethodCommentRequirement Required
24137 src/com/gps/hibernate/Mbthread.java 121 Parameter 'priority' is not assigned and could be declared final
24138 src/com/gps/hibernate/Mbthread.java 121 publicMethodCommentRequirement Required
24139 src/com/gps/hibernate/MbthreadDAO.java 3 Avoid unused imports such as 'java.util.Date'
24140 src/com/gps/hibernate/MbthreadDAO.java 11 Comment is too large: Too many lines
24141 src/com/gps/hibernate/MbthreadDAO.java 23 This class has too many methods, consider refactoring it.
24142 src/com/gps/hibernate/MbthreadDAO.java 24 Logger should be defined private static final and have the correct class
24143 src/com/gps/hibernate/MbthreadDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
24144 src/com/gps/hibernate/MbthreadDAO.java 24 fieldCommentRequirement Required
24145 src/com/gps/hibernate/MbthreadDAO.java 26 fieldCommentRequirement Required
24146 src/com/gps/hibernate/MbthreadDAO.java 27 fieldCommentRequirement Required
24147 src/com/gps/hibernate/MbthreadDAO.java 28 fieldCommentRequirement Required
24148 src/com/gps/hibernate/MbthreadDAO.java 29 fieldCommentRequirement Required
24149 src/com/gps/hibernate/MbthreadDAO.java 30 fieldCommentRequirement Required
24150 src/com/gps/hibernate/MbthreadDAO.java 31 Avoid excessively long variable names like LAST_POST_BY_USER_ID
24151 src/com/gps/hibernate/MbthreadDAO.java 31 fieldCommentRequirement Required
24152 src/com/gps/hibernate/MbthreadDAO.java 32 fieldCommentRequirement Required
24153 src/com/gps/hibernate/MbthreadDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
24154 src/com/gps/hibernate/MbthreadDAO.java 34 publicMethodCommentRequirement Required
24155 src/com/gps/hibernate/MbthreadDAO.java 35 There is log block not surrounded by if
24156 src/com/gps/hibernate/MbthreadDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24157 src/com/gps/hibernate/MbthreadDAO.java 37 Potential violation of Law of Demeter (method chain calls)
24158 src/com/gps/hibernate/MbthreadDAO.java 38 There is log block not surrounded by if
24159 src/com/gps/hibernate/MbthreadDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24160 src/com/gps/hibernate/MbthreadDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24161 src/com/gps/hibernate/MbthreadDAO.java 40 There is log block not surrounded by if
24162 src/com/gps/hibernate/MbthreadDAO.java 45 Avoid excessively long variable names like persistentInstance
24163 src/com/gps/hibernate/MbthreadDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
24164 src/com/gps/hibernate/MbthreadDAO.java 45 publicMethodCommentRequirement Required
24165 src/com/gps/hibernate/MbthreadDAO.java 46 There is log block not surrounded by if
24166 src/com/gps/hibernate/MbthreadDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24167 src/com/gps/hibernate/MbthreadDAO.java 48 Potential violation of Law of Demeter (method chain calls)
24168 src/com/gps/hibernate/MbthreadDAO.java 49 There is log block not surrounded by if
24169 src/com/gps/hibernate/MbthreadDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24170 src/com/gps/hibernate/MbthreadDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24171 src/com/gps/hibernate/MbthreadDAO.java 51 There is log block not surrounded by if
24172 src/com/gps/hibernate/MbthreadDAO.java 56 Avoid variables with short names like id
24173 src/com/gps/hibernate/MbthreadDAO.java 56 Parameter 'id' is not assigned and could be declared final
24174 src/com/gps/hibernate/MbthreadDAO.java 56 publicMethodCommentRequirement Required
24175 src/com/gps/hibernate/MbthreadDAO.java 57 There is log block not surrounded by if
24176 src/com/gps/hibernate/MbthreadDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24177 src/com/gps/hibernate/MbthreadDAO.java 59 Local variable 'instance' could be declared final
24178 src/com/gps/hibernate/MbthreadDAO.java 59 Potential violation of Law of Demeter (method chain calls)
24179 src/com/gps/hibernate/MbthreadDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24180 src/com/gps/hibernate/MbthreadDAO.java 63 There is log block not surrounded by if
24181 src/com/gps/hibernate/MbthreadDAO.java 68 Parameter 'instance' is not assigned and could be declared final
24182 src/com/gps/hibernate/MbthreadDAO.java 68 publicMethodCommentRequirement Required
24183 src/com/gps/hibernate/MbthreadDAO.java 69 There is log block not surrounded by if
24184 src/com/gps/hibernate/MbthreadDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24185 src/com/gps/hibernate/MbthreadDAO.java 71 Local variable 'results' could be declared final
24186 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
24187 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
24188 src/com/gps/hibernate/MbthreadDAO.java 71 Potential violation of Law of Demeter (method chain calls)
24189 src/com/gps/hibernate/MbthreadDAO.java 74 There is log block not surrounded by if
24190 src/com/gps/hibernate/MbthreadDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24191 src/com/gps/hibernate/MbthreadDAO.java 75 Potential violation of Law of Demeter (object not created locally)
24192 src/com/gps/hibernate/MbthreadDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24193 src/com/gps/hibernate/MbthreadDAO.java 78 There is log block not surrounded by if
24194 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
24195 src/com/gps/hibernate/MbthreadDAO.java 83 Parameter 'value' is not assigned and could be declared final
24196 src/com/gps/hibernate/MbthreadDAO.java 83 publicMethodCommentRequirement Required
24197 src/com/gps/hibernate/MbthreadDAO.java 84 There is log block not surrounded by if
24198 src/com/gps/hibernate/MbthreadDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24199 src/com/gps/hibernate/MbthreadDAO.java 87 Local variable 'queryString' could be declared final
24200 src/com/gps/hibernate/MbthreadDAO.java 89 Local variable 'queryObject' could be declared final
24201 src/com/gps/hibernate/MbthreadDAO.java 89 Potential violation of Law of Demeter (method chain calls)
24202 src/com/gps/hibernate/MbthreadDAO.java 90 Potential violation of Law of Demeter (object not created locally)
24203 src/com/gps/hibernate/MbthreadDAO.java 91 Potential violation of Law of Demeter (object not created locally)
24204 src/com/gps/hibernate/MbthreadDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24205 src/com/gps/hibernate/MbthreadDAO.java 93 There is log block not surrounded by if
24206 src/com/gps/hibernate/MbthreadDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
24207 src/com/gps/hibernate/MbthreadDAO.java 98 publicMethodCommentRequirement Required
24208 src/com/gps/hibernate/MbthreadDAO.java 102 Parameter 'categoryId' is not assigned and could be declared final
24209 src/com/gps/hibernate/MbthreadDAO.java 102 publicMethodCommentRequirement Required
24210 src/com/gps/hibernate/MbthreadDAO.java 106 Parameter 'rootMessageId' is not assigned and could be declared final
24211 src/com/gps/hibernate/MbthreadDAO.java 106 publicMethodCommentRequirement Required
24212 src/com/gps/hibernate/MbthreadDAO.java 110 Parameter 'messageCount' is not assigned and could be declared final
24213 src/com/gps/hibernate/MbthreadDAO.java 110 publicMethodCommentRequirement Required
24214 src/com/gps/hibernate/MbthreadDAO.java 114 Parameter 'viewCount' is not assigned and could be declared final
24215 src/com/gps/hibernate/MbthreadDAO.java 114 publicMethodCommentRequirement Required
24216 src/com/gps/hibernate/MbthreadDAO.java 118 Parameter 'lastPostByUserId' is not assigned and could be declared final
24217 src/com/gps/hibernate/MbthreadDAO.java 118 publicMethodCommentRequirement Required
24218 src/com/gps/hibernate/MbthreadDAO.java 122 Parameter 'priority' is not assigned and could be declared final
24219 src/com/gps/hibernate/MbthreadDAO.java 122 publicMethodCommentRequirement Required
24220 src/com/gps/hibernate/MbthreadDAO.java 126 publicMethodCommentRequirement Required
24221 src/com/gps/hibernate/MbthreadDAO.java 127 There is log block not surrounded by if
24222 src/com/gps/hibernate/MbthreadDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24223 src/com/gps/hibernate/MbthreadDAO.java 129 Local variable 'queryString' could be declared final
24224 src/com/gps/hibernate/MbthreadDAO.java 130 Local variable 'queryObject' could be declared final
24225 src/com/gps/hibernate/MbthreadDAO.java 130 Potential violation of Law of Demeter (method chain calls)
24226 src/com/gps/hibernate/MbthreadDAO.java 131 Potential violation of Law of Demeter (object not created locally)
24227 src/com/gps/hibernate/MbthreadDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24228 src/com/gps/hibernate/MbthreadDAO.java 133 There is log block not surrounded by if
24229 src/com/gps/hibernate/MbthreadDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
24230 src/com/gps/hibernate/MbthreadDAO.java 138 publicMethodCommentRequirement Required
24231 src/com/gps/hibernate/MbthreadDAO.java 139 There is log block not surrounded by if
24232 src/com/gps/hibernate/MbthreadDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24233 src/com/gps/hibernate/MbthreadDAO.java 141 Local variable 'result' could be declared final
24234 src/com/gps/hibernate/MbthreadDAO.java 141 Potential violation of Law of Demeter (method chain calls)
24235 src/com/gps/hibernate/MbthreadDAO.java 142 There is log block not surrounded by if
24236 src/com/gps/hibernate/MbthreadDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24237 src/com/gps/hibernate/MbthreadDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24238 src/com/gps/hibernate/MbthreadDAO.java 145 There is log block not surrounded by if
24239 src/com/gps/hibernate/MbthreadDAO.java 150 Parameter 'instance' is not assigned and could be declared final
24240 src/com/gps/hibernate/MbthreadDAO.java 150 publicMethodCommentRequirement Required
24241 src/com/gps/hibernate/MbthreadDAO.java 151 There is log block not surrounded by if
24242 src/com/gps/hibernate/MbthreadDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24243 src/com/gps/hibernate/MbthreadDAO.java 153 Potential violation of Law of Demeter (method chain calls)
24244 src/com/gps/hibernate/MbthreadDAO.java 154 There is log block not surrounded by if
24245 src/com/gps/hibernate/MbthreadDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24246 src/com/gps/hibernate/MbthreadDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24247 src/com/gps/hibernate/MbthreadDAO.java 156 There is log block not surrounded by if
24248 src/com/gps/hibernate/MbthreadDAO.java 161 Parameter 'instance' is not assigned and could be declared final
24249 src/com/gps/hibernate/MbthreadDAO.java 161 publicMethodCommentRequirement Required
24250 src/com/gps/hibernate/MbthreadDAO.java 162 There is log block not surrounded by if
24251 src/com/gps/hibernate/MbthreadDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24252 src/com/gps/hibernate/MbthreadDAO.java 164 Potential violation of Law of Demeter (method chain calls)
24253 src/com/gps/hibernate/MbthreadDAO.java 165 There is log block not surrounded by if
24254 src/com/gps/hibernate/MbthreadDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24255 src/com/gps/hibernate/MbthreadDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24256 src/com/gps/hibernate/MbthreadDAO.java 167 There is log block not surrounded by if
24257 src/com/gps/hibernate/Membershiprequest.java 11 Classes implementing Serializable should set a serialVersionUID
24258 src/com/gps/hibernate/Membershiprequest.java 15 Avoid excessively long variable names like membershipRequestId
24259 src/com/gps/hibernate/Membershiprequest.java 15 fieldCommentRequirement Required
24260 src/com/gps/hibernate/Membershiprequest.java 16 fieldCommentRequirement Required
24261 src/com/gps/hibernate/Membershiprequest.java 17 fieldCommentRequirement Required
24262 src/com/gps/hibernate/Membershiprequest.java 18 fieldCommentRequirement Required
24263 src/com/gps/hibernate/Membershiprequest.java 19 fieldCommentRequirement Required
24264 src/com/gps/hibernate/Membershiprequest.java 20 fieldCommentRequirement Required
24265 src/com/gps/hibernate/Membershiprequest.java 21 fieldCommentRequirement Required
24266 src/com/gps/hibernate/Membershiprequest.java 22 fieldCommentRequirement Required
24267 src/com/gps/hibernate/Membershiprequest.java 23 fieldCommentRequirement Required
24268 src/com/gps/hibernate/Membershiprequest.java 24 fieldCommentRequirement Required
24269 src/com/gps/hibernate/Membershiprequest.java 29 Document empty constructor
24270 src/com/gps/hibernate/Membershiprequest.java 33 Avoid excessively long variable names like membershipRequestId
24271 src/com/gps/hibernate/Membershiprequest.java 33 Parameter 'membershipRequestId' is not assigned and could be declared final
24272 src/com/gps/hibernate/Membershiprequest.java 38 Avoid excessively long variable names like membershipRequestId
24273 src/com/gps/hibernate/Membershiprequest.java 38 Avoid long parameter lists.
24274 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'companyId' is not assigned and could be declared final
24275 src/com/gps/hibernate/Membershiprequest.java 38 Parameter 'membershipRequestId' is not assigned and could be declared final
24276 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'comments' is not assigned and could be declared final
24277 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'createDate' is not assigned and could be declared final
24278 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'groupId' is not assigned and could be declared final
24279 src/com/gps/hibernate/Membershiprequest.java 39 Parameter 'userId' is not assigned and could be declared final
24280 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replierUserId' is not assigned and could be declared final
24281 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyComments' is not assigned and could be declared final
24282 src/com/gps/hibernate/Membershiprequest.java 40 Parameter 'replyDate' is not assigned and could be declared final
24283 src/com/gps/hibernate/Membershiprequest.java 41 Parameter 'statusId' is not assigned and could be declared final
24284 src/com/gps/hibernate/Membershiprequest.java 56 publicMethodCommentRequirement Required
24285 src/com/gps/hibernate/Membershiprequest.java 60 Avoid excessively long variable names like membershipRequestId
24286 src/com/gps/hibernate/Membershiprequest.java 60 Parameter 'membershipRequestId' is not assigned and could be declared final
24287 src/com/gps/hibernate/Membershiprequest.java 60 publicMethodCommentRequirement Required
24288 src/com/gps/hibernate/Membershiprequest.java 64 publicMethodCommentRequirement Required
24289 src/com/gps/hibernate/Membershiprequest.java 68 Parameter 'companyId' is not assigned and could be declared final
24290 src/com/gps/hibernate/Membershiprequest.java 68 publicMethodCommentRequirement Required
24291 src/com/gps/hibernate/Membershiprequest.java 72 publicMethodCommentRequirement Required
24292 src/com/gps/hibernate/Membershiprequest.java 76 Parameter 'userId' is not assigned and could be declared final
24293 src/com/gps/hibernate/Membershiprequest.java 76 publicMethodCommentRequirement Required
24294 src/com/gps/hibernate/Membershiprequest.java 80 publicMethodCommentRequirement Required
24295 src/com/gps/hibernate/Membershiprequest.java 84 Parameter 'createDate' is not assigned and could be declared final
24296 src/com/gps/hibernate/Membershiprequest.java 84 publicMethodCommentRequirement Required
24297 src/com/gps/hibernate/Membershiprequest.java 88 publicMethodCommentRequirement Required
24298 src/com/gps/hibernate/Membershiprequest.java 92 Parameter 'groupId' is not assigned and could be declared final
24299 src/com/gps/hibernate/Membershiprequest.java 92 publicMethodCommentRequirement Required
24300 src/com/gps/hibernate/Membershiprequest.java 96 publicMethodCommentRequirement Required
24301 src/com/gps/hibernate/Membershiprequest.java 100 Parameter 'comments' is not assigned and could be declared final
24302 src/com/gps/hibernate/Membershiprequest.java 100 publicMethodCommentRequirement Required
24303 src/com/gps/hibernate/Membershiprequest.java 104 publicMethodCommentRequirement Required
24304 src/com/gps/hibernate/Membershiprequest.java 108 Parameter 'replyComments' is not assigned and could be declared final
24305 src/com/gps/hibernate/Membershiprequest.java 108 publicMethodCommentRequirement Required
24306 src/com/gps/hibernate/Membershiprequest.java 112 publicMethodCommentRequirement Required
24307 src/com/gps/hibernate/Membershiprequest.java 116 Parameter 'replyDate' is not assigned and could be declared final
24308 src/com/gps/hibernate/Membershiprequest.java 116 publicMethodCommentRequirement Required
24309 src/com/gps/hibernate/Membershiprequest.java 120 publicMethodCommentRequirement Required
24310 src/com/gps/hibernate/Membershiprequest.java 124 Parameter 'replierUserId' is not assigned and could be declared final
24311 src/com/gps/hibernate/Membershiprequest.java 124 publicMethodCommentRequirement Required
24312 src/com/gps/hibernate/Membershiprequest.java 128 publicMethodCommentRequirement Required
24313 src/com/gps/hibernate/Membershiprequest.java 132 Parameter 'statusId' is not assigned and could be declared final
24314 src/com/gps/hibernate/Membershiprequest.java 132 publicMethodCommentRequirement Required
24315 src/com/gps/hibernate/MembershiprequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
24316 src/com/gps/hibernate/MembershiprequestDAO.java 11 Comment is too large: Too many lines
24317 src/com/gps/hibernate/MembershiprequestDAO.java 23 This class has too many methods, consider refactoring it.
24318 src/com/gps/hibernate/MembershiprequestDAO.java 24 Logger should be defined private static final and have the correct class
24319 src/com/gps/hibernate/MembershiprequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
24320 src/com/gps/hibernate/MembershiprequestDAO.java 24 fieldCommentRequirement Required
24321 src/com/gps/hibernate/MembershiprequestDAO.java 27 fieldCommentRequirement Required
24322 src/com/gps/hibernate/MembershiprequestDAO.java 28 fieldCommentRequirement Required
24323 src/com/gps/hibernate/MembershiprequestDAO.java 29 fieldCommentRequirement Required
24324 src/com/gps/hibernate/MembershiprequestDAO.java 30 fieldCommentRequirement Required
24325 src/com/gps/hibernate/MembershiprequestDAO.java 31 fieldCommentRequirement Required
24326 src/com/gps/hibernate/MembershiprequestDAO.java 32 fieldCommentRequirement Required
24327 src/com/gps/hibernate/MembershiprequestDAO.java 33 fieldCommentRequirement Required
24328 src/com/gps/hibernate/MembershiprequestDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
24329 src/com/gps/hibernate/MembershiprequestDAO.java 35 publicMethodCommentRequirement Required
24330 src/com/gps/hibernate/MembershiprequestDAO.java 36 There is log block not surrounded by if
24331 src/com/gps/hibernate/MembershiprequestDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24332 src/com/gps/hibernate/MembershiprequestDAO.java 38 Potential violation of Law of Demeter (method chain calls)
24333 src/com/gps/hibernate/MembershiprequestDAO.java 39 There is log block not surrounded by if
24334 src/com/gps/hibernate/MembershiprequestDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24335 src/com/gps/hibernate/MembershiprequestDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24336 src/com/gps/hibernate/MembershiprequestDAO.java 41 There is log block not surrounded by if
24337 src/com/gps/hibernate/MembershiprequestDAO.java 46 Avoid excessively long variable names like persistentInstance
24338 src/com/gps/hibernate/MembershiprequestDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
24339 src/com/gps/hibernate/MembershiprequestDAO.java 46 publicMethodCommentRequirement Required
24340 src/com/gps/hibernate/MembershiprequestDAO.java 47 There is log block not surrounded by if
24341 src/com/gps/hibernate/MembershiprequestDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24342 src/com/gps/hibernate/MembershiprequestDAO.java 49 Potential violation of Law of Demeter (method chain calls)
24343 src/com/gps/hibernate/MembershiprequestDAO.java 50 There is log block not surrounded by if
24344 src/com/gps/hibernate/MembershiprequestDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24345 src/com/gps/hibernate/MembershiprequestDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24346 src/com/gps/hibernate/MembershiprequestDAO.java 52 There is log block not surrounded by if
24347 src/com/gps/hibernate/MembershiprequestDAO.java 57 Avoid variables with short names like id
24348 src/com/gps/hibernate/MembershiprequestDAO.java 57 Parameter 'id' is not assigned and could be declared final
24349 src/com/gps/hibernate/MembershiprequestDAO.java 57 publicMethodCommentRequirement Required
24350 src/com/gps/hibernate/MembershiprequestDAO.java 58 There is log block not surrounded by if
24351 src/com/gps/hibernate/MembershiprequestDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24352 src/com/gps/hibernate/MembershiprequestDAO.java 60 Local variable 'instance' could be declared final
24353 src/com/gps/hibernate/MembershiprequestDAO.java 60 Potential violation of Law of Demeter (method chain calls)
24354 src/com/gps/hibernate/MembershiprequestDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24355 src/com/gps/hibernate/MembershiprequestDAO.java 64 There is log block not surrounded by if
24356 src/com/gps/hibernate/MembershiprequestDAO.java 69 Parameter 'instance' is not assigned and could be declared final
24357 src/com/gps/hibernate/MembershiprequestDAO.java 69 publicMethodCommentRequirement Required
24358 src/com/gps/hibernate/MembershiprequestDAO.java 70 There is log block not surrounded by if
24359 src/com/gps/hibernate/MembershiprequestDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24360 src/com/gps/hibernate/MembershiprequestDAO.java 72 Local variable 'results' could be declared final
24361 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
24362 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
24363 src/com/gps/hibernate/MembershiprequestDAO.java 72 Potential violation of Law of Demeter (method chain calls)
24364 src/com/gps/hibernate/MembershiprequestDAO.java 75 There is log block not surrounded by if
24365 src/com/gps/hibernate/MembershiprequestDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24366 src/com/gps/hibernate/MembershiprequestDAO.java 76 Potential violation of Law of Demeter (object not created locally)
24367 src/com/gps/hibernate/MembershiprequestDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24368 src/com/gps/hibernate/MembershiprequestDAO.java 79 There is log block not surrounded by if
24369 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
24370 src/com/gps/hibernate/MembershiprequestDAO.java 84 Parameter 'value' is not assigned and could be declared final
24371 src/com/gps/hibernate/MembershiprequestDAO.java 84 publicMethodCommentRequirement Required
24372 src/com/gps/hibernate/MembershiprequestDAO.java 85 There is log block not surrounded by if
24373 src/com/gps/hibernate/MembershiprequestDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24374 src/com/gps/hibernate/MembershiprequestDAO.java 88 Local variable 'queryString' could be declared final
24375 src/com/gps/hibernate/MembershiprequestDAO.java 90 Local variable 'queryObject' could be declared final
24376 src/com/gps/hibernate/MembershiprequestDAO.java 90 Potential violation of Law of Demeter (method chain calls)
24377 src/com/gps/hibernate/MembershiprequestDAO.java 91 Potential violation of Law of Demeter (object not created locally)
24378 src/com/gps/hibernate/MembershiprequestDAO.java 92 Potential violation of Law of Demeter (object not created locally)
24379 src/com/gps/hibernate/MembershiprequestDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24380 src/com/gps/hibernate/MembershiprequestDAO.java 94 There is log block not surrounded by if
24381 src/com/gps/hibernate/MembershiprequestDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
24382 src/com/gps/hibernate/MembershiprequestDAO.java 99 publicMethodCommentRequirement Required
24383 src/com/gps/hibernate/MembershiprequestDAO.java 103 Parameter 'userId' is not assigned and could be declared final
24384 src/com/gps/hibernate/MembershiprequestDAO.java 103 publicMethodCommentRequirement Required
24385 src/com/gps/hibernate/MembershiprequestDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
24386 src/com/gps/hibernate/MembershiprequestDAO.java 107 publicMethodCommentRequirement Required
24387 src/com/gps/hibernate/MembershiprequestDAO.java 111 Parameter 'comments' is not assigned and could be declared final
24388 src/com/gps/hibernate/MembershiprequestDAO.java 111 publicMethodCommentRequirement Required
24389 src/com/gps/hibernate/MembershiprequestDAO.java 115 Parameter 'replyComments' is not assigned and could be declared final
24390 src/com/gps/hibernate/MembershiprequestDAO.java 115 publicMethodCommentRequirement Required
24391 src/com/gps/hibernate/MembershiprequestDAO.java 119 Parameter 'replierUserId' is not assigned and could be declared final
24392 src/com/gps/hibernate/MembershiprequestDAO.java 119 publicMethodCommentRequirement Required
24393 src/com/gps/hibernate/MembershiprequestDAO.java 123 Parameter 'statusId' is not assigned and could be declared final
24394 src/com/gps/hibernate/MembershiprequestDAO.java 123 publicMethodCommentRequirement Required
24395 src/com/gps/hibernate/MembershiprequestDAO.java 127 publicMethodCommentRequirement Required
24396 src/com/gps/hibernate/MembershiprequestDAO.java 128 There is log block not surrounded by if
24397 src/com/gps/hibernate/MembershiprequestDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24398 src/com/gps/hibernate/MembershiprequestDAO.java 130 Local variable 'queryString' could be declared final
24399 src/com/gps/hibernate/MembershiprequestDAO.java 131 Local variable 'queryObject' could be declared final
24400 src/com/gps/hibernate/MembershiprequestDAO.java 131 Potential violation of Law of Demeter (method chain calls)
24401 src/com/gps/hibernate/MembershiprequestDAO.java 132 Potential violation of Law of Demeter (object not created locally)
24402 src/com/gps/hibernate/MembershiprequestDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24403 src/com/gps/hibernate/MembershiprequestDAO.java 134 There is log block not surrounded by if
24404 src/com/gps/hibernate/MembershiprequestDAO.java 139 Parameter 'detachedInstance' is not assigned and could be declared final
24405 src/com/gps/hibernate/MembershiprequestDAO.java 139 publicMethodCommentRequirement Required
24406 src/com/gps/hibernate/MembershiprequestDAO.java 140 There is log block not surrounded by if
24407 src/com/gps/hibernate/MembershiprequestDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24408 src/com/gps/hibernate/MembershiprequestDAO.java 142 Local variable 'result' could be declared final
24409 src/com/gps/hibernate/MembershiprequestDAO.java 142 Potential violation of Law of Demeter (method chain calls)
24410 src/com/gps/hibernate/MembershiprequestDAO.java 144 There is log block not surrounded by if
24411 src/com/gps/hibernate/MembershiprequestDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24412 src/com/gps/hibernate/MembershiprequestDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24413 src/com/gps/hibernate/MembershiprequestDAO.java 147 There is log block not surrounded by if
24414 src/com/gps/hibernate/MembershiprequestDAO.java 152 Parameter 'instance' is not assigned and could be declared final
24415 src/com/gps/hibernate/MembershiprequestDAO.java 152 publicMethodCommentRequirement Required
24416 src/com/gps/hibernate/MembershiprequestDAO.java 153 There is log block not surrounded by if
24417 src/com/gps/hibernate/MembershiprequestDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24418 src/com/gps/hibernate/MembershiprequestDAO.java 155 Potential violation of Law of Demeter (method chain calls)
24419 src/com/gps/hibernate/MembershiprequestDAO.java 156 There is log block not surrounded by if
24420 src/com/gps/hibernate/MembershiprequestDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24421 src/com/gps/hibernate/MembershiprequestDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24422 src/com/gps/hibernate/MembershiprequestDAO.java 158 There is log block not surrounded by if
24423 src/com/gps/hibernate/MembershiprequestDAO.java 163 Parameter 'instance' is not assigned and could be declared final
24424 src/com/gps/hibernate/MembershiprequestDAO.java 163 publicMethodCommentRequirement Required
24425 src/com/gps/hibernate/MembershiprequestDAO.java 164 There is log block not surrounded by if
24426 src/com/gps/hibernate/MembershiprequestDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24427 src/com/gps/hibernate/MembershiprequestDAO.java 166 Potential violation of Law of Demeter (method chain calls)
24428 src/com/gps/hibernate/MembershiprequestDAO.java 167 There is log block not surrounded by if
24429 src/com/gps/hibernate/MembershiprequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24430 src/com/gps/hibernate/MembershiprequestDAO.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24431 src/com/gps/hibernate/MembershiprequestDAO.java 169 There is log block not surrounded by if
24432 src/com/gps/hibernate/MessageTemplates.java 6 Avoid unused imports such as 'java.util.HashSet'
24433 src/com/gps/hibernate/MessageTemplates.java 7 Avoid unused imports such as 'java.util.Set'
24434 src/com/gps/hibernate/MessageTemplates.java 15 Classes implementing Serializable should set a serialVersionUID
24435 src/com/gps/hibernate/MessageTemplates.java 17 Document empty constructor
24436 src/com/gps/hibernate/MessageTemplates.java 17 publicMethodCommentRequirement Required
24437 src/com/gps/hibernate/MessageTemplates.java 21 Parameter 'createdDate' is not assigned and could be declared final
24438 src/com/gps/hibernate/MessageTemplates.java 21 Parameter 'template' is not assigned and could be declared final
24439 src/com/gps/hibernate/MessageTemplates.java 21 publicMethodCommentRequirement Required
24440 src/com/gps/hibernate/MessageTemplates.java 26 Parameter 'template' is not assigned and could be declared final
24441 src/com/gps/hibernate/MessageTemplates.java 26 Parameter 'templateId' is not assigned and could be declared final
24442 src/com/gps/hibernate/MessageTemplates.java 26 publicMethodCommentRequirement Required
24443 src/com/gps/hibernate/MessageTemplates.java 27 Parameter 'createdDate' is not assigned and could be declared final
24444 src/com/gps/hibernate/MessageTemplates.java 33 Parameter 'template' is not assigned and could be declared final
24445 src/com/gps/hibernate/MessageTemplates.java 33 Parameter 'templateId' is not assigned and could be declared final
24446 src/com/gps/hibernate/MessageTemplates.java 33 publicMethodCommentRequirement Required
24447 src/com/gps/hibernate/MessageTemplates.java 34 Parameter 'createdBy' is not assigned and could be declared final
24448 src/com/gps/hibernate/MessageTemplates.java 34 Parameter 'createdDate' is not assigned and could be declared final
24449 src/com/gps/hibernate/MessageTemplates.java 34 Parameter 'organization' is not assigned and could be declared final
24450 src/com/gps/hibernate/MessageTemplates.java 44 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24451 src/com/gps/hibernate/MessageTemplates.java 44 fieldCommentRequirement Required
24452 src/com/gps/hibernate/MessageTemplates.java 45 publicMethodCommentRequirement Required
24453 src/com/gps/hibernate/MessageTemplates.java 48 Parameter 'templateId' is not assigned and could be declared final
24454 src/com/gps/hibernate/MessageTemplates.java 48 publicMethodCommentRequirement Required
24455 src/com/gps/hibernate/MessageTemplates.java 51 publicMethodCommentRequirement Required
24456 src/com/gps/hibernate/MessageTemplates.java 54 Parameter 'template' is not assigned and could be declared final
24457 src/com/gps/hibernate/MessageTemplates.java 54 publicMethodCommentRequirement Required
24458 src/com/gps/hibernate/MessageTemplates.java 57 publicMethodCommentRequirement Required
24459 src/com/gps/hibernate/MessageTemplates.java 60 Parameter 'organization' is not assigned and could be declared final
24460 src/com/gps/hibernate/MessageTemplates.java 60 publicMethodCommentRequirement Required
24461 src/com/gps/hibernate/MessageTemplates.java 63 publicMethodCommentRequirement Required
24462 src/com/gps/hibernate/MessageTemplates.java 66 Parameter 'createdDate' is not assigned and could be declared final
24463 src/com/gps/hibernate/MessageTemplates.java 66 publicMethodCommentRequirement Required
24464 src/com/gps/hibernate/MessageTemplates.java 69 publicMethodCommentRequirement Required
24465 src/com/gps/hibernate/MessageTemplates.java 72 Parameter 'createdBy' is not assigned and could be declared final
24466 src/com/gps/hibernate/MessageTemplates.java 72 publicMethodCommentRequirement Required
24467 src/com/gps/hibernate/MessageTemplates.java 75 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24468 src/com/gps/hibernate/MessageTemplates.java 75 fieldCommentRequirement Required
24469 src/com/gps/hibernate/MessageTemplates.java 76 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24470 src/com/gps/hibernate/MessageTemplates.java 76 fieldCommentRequirement Required
24471 src/com/gps/hibernate/MessageTemplates.java 77 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24472 src/com/gps/hibernate/MessageTemplates.java 77 fieldCommentRequirement Required
24473 src/com/gps/hibernate/MessageTemplates.java 78 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
24474 src/com/gps/hibernate/MessageTemplates.java 78 fieldCommentRequirement Required
24475 src/com/gps/hibernate/MessageTemplatesDAO.java 4 Avoid unused imports such as 'java.util.Date'
24476 src/com/gps/hibernate/MessageTemplatesDAO.java 6 Avoid unused imports such as 'java.util.Set'
24477 src/com/gps/hibernate/MessageTemplatesDAO.java 13 Comment is too large: Too many lines
24478 src/com/gps/hibernate/MessageTemplatesDAO.java 25 This class has too many methods, consider refactoring it.
24479 src/com/gps/hibernate/MessageTemplatesDAO.java 26 Logger should be defined private static final and have the correct class
24480 src/com/gps/hibernate/MessageTemplatesDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
24481 src/com/gps/hibernate/MessageTemplatesDAO.java 26 fieldCommentRequirement Required
24482 src/com/gps/hibernate/MessageTemplatesDAO.java 28 fieldCommentRequirement Required
24483 src/com/gps/hibernate/MessageTemplatesDAO.java 29 fieldCommentRequirement Required
24484 src/com/gps/hibernate/MessageTemplatesDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
24485 src/com/gps/hibernate/MessageTemplatesDAO.java 31 publicMethodCommentRequirement Required
24486 src/com/gps/hibernate/MessageTemplatesDAO.java 32 There is log block not surrounded by if
24487 src/com/gps/hibernate/MessageTemplatesDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24488 src/com/gps/hibernate/MessageTemplatesDAO.java 34 Potential violation of Law of Demeter (method chain calls)
24489 src/com/gps/hibernate/MessageTemplatesDAO.java 35 There is log block not surrounded by if
24490 src/com/gps/hibernate/MessageTemplatesDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24491 src/com/gps/hibernate/MessageTemplatesDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24492 src/com/gps/hibernate/MessageTemplatesDAO.java 37 There is log block not surrounded by if
24493 src/com/gps/hibernate/MessageTemplatesDAO.java 42 Avoid excessively long variable names like persistentInstance
24494 src/com/gps/hibernate/MessageTemplatesDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
24495 src/com/gps/hibernate/MessageTemplatesDAO.java 42 publicMethodCommentRequirement Required
24496 src/com/gps/hibernate/MessageTemplatesDAO.java 43 There is log block not surrounded by if
24497 src/com/gps/hibernate/MessageTemplatesDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24498 src/com/gps/hibernate/MessageTemplatesDAO.java 45 Potential violation of Law of Demeter (method chain calls)
24499 src/com/gps/hibernate/MessageTemplatesDAO.java 46 There is log block not surrounded by if
24500 src/com/gps/hibernate/MessageTemplatesDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24501 src/com/gps/hibernate/MessageTemplatesDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24502 src/com/gps/hibernate/MessageTemplatesDAO.java 48 There is log block not surrounded by if
24503 src/com/gps/hibernate/MessageTemplatesDAO.java 53 Avoid variables with short names like id
24504 src/com/gps/hibernate/MessageTemplatesDAO.java 53 Parameter 'id' is not assigned and could be declared final
24505 src/com/gps/hibernate/MessageTemplatesDAO.java 53 publicMethodCommentRequirement Required
24506 src/com/gps/hibernate/MessageTemplatesDAO.java 54 There is log block not surrounded by if
24507 src/com/gps/hibernate/MessageTemplatesDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24508 src/com/gps/hibernate/MessageTemplatesDAO.java 56 Local variable 'instance' could be declared final
24509 src/com/gps/hibernate/MessageTemplatesDAO.java 56 Potential violation of Law of Demeter (method chain calls)
24510 src/com/gps/hibernate/MessageTemplatesDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24511 src/com/gps/hibernate/MessageTemplatesDAO.java 60 There is log block not surrounded by if
24512 src/com/gps/hibernate/MessageTemplatesDAO.java 65 Parameter 'instance' is not assigned and could be declared final
24513 src/com/gps/hibernate/MessageTemplatesDAO.java 65 publicMethodCommentRequirement Required
24514 src/com/gps/hibernate/MessageTemplatesDAO.java 66 There is log block not surrounded by if
24515 src/com/gps/hibernate/MessageTemplatesDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24516 src/com/gps/hibernate/MessageTemplatesDAO.java 68 Local variable 'results' could be declared final
24517 src/com/gps/hibernate/MessageTemplatesDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24518 src/com/gps/hibernate/MessageTemplatesDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24519 src/com/gps/hibernate/MessageTemplatesDAO.java 68 Potential violation of Law of Demeter (method chain calls)
24520 src/com/gps/hibernate/MessageTemplatesDAO.java 71 There is log block not surrounded by if
24521 src/com/gps/hibernate/MessageTemplatesDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24522 src/com/gps/hibernate/MessageTemplatesDAO.java 72 Potential violation of Law of Demeter (object not created locally)
24523 src/com/gps/hibernate/MessageTemplatesDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24524 src/com/gps/hibernate/MessageTemplatesDAO.java 75 There is log block not surrounded by if
24525 src/com/gps/hibernate/MessageTemplatesDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
24526 src/com/gps/hibernate/MessageTemplatesDAO.java 80 Parameter 'value' is not assigned and could be declared final
24527 src/com/gps/hibernate/MessageTemplatesDAO.java 80 publicMethodCommentRequirement Required
24528 src/com/gps/hibernate/MessageTemplatesDAO.java 81 There is log block not surrounded by if
24529 src/com/gps/hibernate/MessageTemplatesDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24530 src/com/gps/hibernate/MessageTemplatesDAO.java 84 Local variable 'queryString' could be declared final
24531 src/com/gps/hibernate/MessageTemplatesDAO.java 86 Local variable 'queryObject' could be declared final
24532 src/com/gps/hibernate/MessageTemplatesDAO.java 86 Potential violation of Law of Demeter (method chain calls)
24533 src/com/gps/hibernate/MessageTemplatesDAO.java 87 Potential violation of Law of Demeter (object not created locally)
24534 src/com/gps/hibernate/MessageTemplatesDAO.java 88 Potential violation of Law of Demeter (object not created locally)
24535 src/com/gps/hibernate/MessageTemplatesDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24536 src/com/gps/hibernate/MessageTemplatesDAO.java 90 There is log block not surrounded by if
24537 src/com/gps/hibernate/MessageTemplatesDAO.java 95 Parameter 'template' is not assigned and could be declared final
24538 src/com/gps/hibernate/MessageTemplatesDAO.java 95 publicMethodCommentRequirement Required
24539 src/com/gps/hibernate/MessageTemplatesDAO.java 99 Parameter 'createdBy' is not assigned and could be declared final
24540 src/com/gps/hibernate/MessageTemplatesDAO.java 99 publicMethodCommentRequirement Required
24541 src/com/gps/hibernate/MessageTemplatesDAO.java 103 Parameter 'first' is not assigned and could be declared final
24542 src/com/gps/hibernate/MessageTemplatesDAO.java 103 Parameter 'last' is not assigned and could be declared final
24543 src/com/gps/hibernate/MessageTemplatesDAO.java 103 publicMethodCommentRequirement Required
24544 src/com/gps/hibernate/MessageTemplatesDAO.java 105 There is log block not surrounded by if
24545 src/com/gps/hibernate/MessageTemplatesDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24546 src/com/gps/hibernate/MessageTemplatesDAO.java 108 Local variable 'queryString' could be declared final
24547 src/com/gps/hibernate/MessageTemplatesDAO.java 109 Local variable 'queryObject' could be declared final
24548 src/com/gps/hibernate/MessageTemplatesDAO.java 109 Potential violation of Law of Demeter (method chain calls)
24549 src/com/gps/hibernate/MessageTemplatesDAO.java 112 Potential violation of Law of Demeter (object not created locally)
24550 src/com/gps/hibernate/MessageTemplatesDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24551 src/com/gps/hibernate/MessageTemplatesDAO.java 114 There is log block not surrounded by if
24552 src/com/gps/hibernate/MessageTemplatesDAO.java 120 Parameter 'detachedInstance' is not assigned and could be declared final
24553 src/com/gps/hibernate/MessageTemplatesDAO.java 120 publicMethodCommentRequirement Required
24554 src/com/gps/hibernate/MessageTemplatesDAO.java 121 There is log block not surrounded by if
24555 src/com/gps/hibernate/MessageTemplatesDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24556 src/com/gps/hibernate/MessageTemplatesDAO.java 123 Local variable 'result' could be declared final
24557 src/com/gps/hibernate/MessageTemplatesDAO.java 123 Potential violation of Law of Demeter (method chain calls)
24558 src/com/gps/hibernate/MessageTemplatesDAO.java 125 There is log block not surrounded by if
24559 src/com/gps/hibernate/MessageTemplatesDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24560 src/com/gps/hibernate/MessageTemplatesDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24561 src/com/gps/hibernate/MessageTemplatesDAO.java 128 There is log block not surrounded by if
24562 src/com/gps/hibernate/MessageTemplatesDAO.java 133 Parameter 'instance' is not assigned and could be declared final
24563 src/com/gps/hibernate/MessageTemplatesDAO.java 133 publicMethodCommentRequirement Required
24564 src/com/gps/hibernate/MessageTemplatesDAO.java 134 There is log block not surrounded by if
24565 src/com/gps/hibernate/MessageTemplatesDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24566 src/com/gps/hibernate/MessageTemplatesDAO.java 136 Potential violation of Law of Demeter (method chain calls)
24567 src/com/gps/hibernate/MessageTemplatesDAO.java 137 There is log block not surrounded by if
24568 src/com/gps/hibernate/MessageTemplatesDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24569 src/com/gps/hibernate/MessageTemplatesDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24570 src/com/gps/hibernate/MessageTemplatesDAO.java 139 There is log block not surrounded by if
24571 src/com/gps/hibernate/MessageTemplatesDAO.java 144 Parameter 'instance' is not assigned and could be declared final
24572 src/com/gps/hibernate/MessageTemplatesDAO.java 144 publicMethodCommentRequirement Required
24573 src/com/gps/hibernate/MessageTemplatesDAO.java 145 There is log block not surrounded by if
24574 src/com/gps/hibernate/MessageTemplatesDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24575 src/com/gps/hibernate/MessageTemplatesDAO.java 147 Potential violation of Law of Demeter (method chain calls)
24576 src/com/gps/hibernate/MessageTemplatesDAO.java 148 There is log block not surrounded by if
24577 src/com/gps/hibernate/MessageTemplatesDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24578 src/com/gps/hibernate/MessageTemplatesDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24579 src/com/gps/hibernate/MessageTemplatesDAO.java 150 There is log block not surrounded by if
24580 src/com/gps/hibernate/Notification.java 9 Classes implementing Serializable should set a serialVersionUID
24581 src/com/gps/hibernate/Notification.java 13 Avoid variables with short names like id
24582 src/com/gps/hibernate/Notification.java 13 fieldCommentRequirement Required
24583 src/com/gps/hibernate/Notification.java 14 fieldCommentRequirement Required
24584 src/com/gps/hibernate/Notification.java 15 fieldCommentRequirement Required
24585 src/com/gps/hibernate/Notification.java 16 fieldCommentRequirement Required
24586 src/com/gps/hibernate/Notification.java 17 fieldCommentRequirement Required
24587 src/com/gps/hibernate/Notification.java 22 Document empty constructor
24588 src/com/gps/hibernate/Notification.java 26 Parameter 'geovehicleMap' is not assigned and could be declared final
24589 src/com/gps/hibernate/Notification.java 30 Parameter 'mobileNo' is not assigned and could be declared final
24590 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyAddress' is not assigned and could be declared final
24591 src/com/gps/hibernate/Notification.java 30 Parameter 'notifyName' is not assigned and could be declared final
24592 src/com/gps/hibernate/Notification.java 30 publicMethodCommentRequirement Required
24593 src/com/gps/hibernate/Notification.java 39 Avoid variables with short names like id
24594 src/com/gps/hibernate/Notification.java 39 Parameter 'id' is not assigned and could be declared final
24595 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyAddress' is not assigned and could be declared final
24596 src/com/gps/hibernate/Notification.java 39 Parameter 'notifyName' is not assigned and could be declared final
24597 src/com/gps/hibernate/Notification.java 39 publicMethodCommentRequirement Required
24598 src/com/gps/hibernate/Notification.java 40 Parameter 'mobileNo' is not assigned and could be declared final
24599 src/com/gps/hibernate/Notification.java 49 Parameter 'geovehicleMap' is not assigned and could be declared final
24600 src/com/gps/hibernate/Notification.java 49 Parameter 'notifyName' is not assigned and could be declared final
24601 src/com/gps/hibernate/Notification.java 50 Parameter 'mobileNo' is not assigned and could be declared final
24602 src/com/gps/hibernate/Notification.java 50 Parameter 'notifyAddress' is not assigned and could be declared final
24603 src/com/gps/hibernate/Notification.java 59 publicMethodCommentRequirement Required
24604 src/com/gps/hibernate/Notification.java 63 Avoid variables with short names like id
24605 src/com/gps/hibernate/Notification.java 63 Parameter 'id' is not assigned and could be declared final
24606 src/com/gps/hibernate/Notification.java 63 publicMethodCommentRequirement Required
24607 src/com/gps/hibernate/Notification.java 67 publicMethodCommentRequirement Required
24608 src/com/gps/hibernate/Notification.java 71 Parameter 'geovehicleMap' is not assigned and could be declared final
24609 src/com/gps/hibernate/Notification.java 71 publicMethodCommentRequirement Required
24610 src/com/gps/hibernate/Notification.java 75 publicMethodCommentRequirement Required
24611 src/com/gps/hibernate/Notification.java 79 Parameter 'notifyName' is not assigned and could be declared final
24612 src/com/gps/hibernate/Notification.java 79 publicMethodCommentRequirement Required
24613 src/com/gps/hibernate/Notification.java 83 publicMethodCommentRequirement Required
24614 src/com/gps/hibernate/Notification.java 87 Parameter 'notifyAddress' is not assigned and could be declared final
24615 src/com/gps/hibernate/Notification.java 87 publicMethodCommentRequirement Required
24616 src/com/gps/hibernate/Notification.java 91 publicMethodCommentRequirement Required
24617 src/com/gps/hibernate/Notification.java 95 Parameter 'mobileNo' is not assigned and could be declared final
24618 src/com/gps/hibernate/Notification.java 95 publicMethodCommentRequirement Required
24619 src/com/gps/hibernate/NotificationDAO.java 10 Comment is too large: Too many lines
24620 src/com/gps/hibernate/NotificationDAO.java 22 This class has too many methods, consider refactoring it.
24621 src/com/gps/hibernate/NotificationDAO.java 23 Logger should be defined private static final and have the correct class
24622 src/com/gps/hibernate/NotificationDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24623 src/com/gps/hibernate/NotificationDAO.java 23 fieldCommentRequirement Required
24624 src/com/gps/hibernate/NotificationDAO.java 25 fieldCommentRequirement Required
24625 src/com/gps/hibernate/NotificationDAO.java 26 fieldCommentRequirement Required
24626 src/com/gps/hibernate/NotificationDAO.java 27 fieldCommentRequirement Required
24627 src/com/gps/hibernate/NotificationDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
24628 src/com/gps/hibernate/NotificationDAO.java 29 publicMethodCommentRequirement Required
24629 src/com/gps/hibernate/NotificationDAO.java 30 There is log block not surrounded by if
24630 src/com/gps/hibernate/NotificationDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24631 src/com/gps/hibernate/NotificationDAO.java 32 Potential violation of Law of Demeter (method chain calls)
24632 src/com/gps/hibernate/NotificationDAO.java 33 There is log block not surrounded by if
24633 src/com/gps/hibernate/NotificationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24634 src/com/gps/hibernate/NotificationDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24635 src/com/gps/hibernate/NotificationDAO.java 35 There is log block not surrounded by if
24636 src/com/gps/hibernate/NotificationDAO.java 40 Avoid excessively long variable names like persistentInstance
24637 src/com/gps/hibernate/NotificationDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
24638 src/com/gps/hibernate/NotificationDAO.java 40 publicMethodCommentRequirement Required
24639 src/com/gps/hibernate/NotificationDAO.java 41 There is log block not surrounded by if
24640 src/com/gps/hibernate/NotificationDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24641 src/com/gps/hibernate/NotificationDAO.java 43 Potential violation of Law of Demeter (method chain calls)
24642 src/com/gps/hibernate/NotificationDAO.java 44 There is log block not surrounded by if
24643 src/com/gps/hibernate/NotificationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24644 src/com/gps/hibernate/NotificationDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24645 src/com/gps/hibernate/NotificationDAO.java 46 There is log block not surrounded by if
24646 src/com/gps/hibernate/NotificationDAO.java 51 Avoid variables with short names like id
24647 src/com/gps/hibernate/NotificationDAO.java 51 Parameter 'id' is not assigned and could be declared final
24648 src/com/gps/hibernate/NotificationDAO.java 51 publicMethodCommentRequirement Required
24649 src/com/gps/hibernate/NotificationDAO.java 52 There is log block not surrounded by if
24650 src/com/gps/hibernate/NotificationDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24651 src/com/gps/hibernate/NotificationDAO.java 54 Local variable 'instance' could be declared final
24652 src/com/gps/hibernate/NotificationDAO.java 54 Potential violation of Law of Demeter (method chain calls)
24653 src/com/gps/hibernate/NotificationDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24654 src/com/gps/hibernate/NotificationDAO.java 58 There is log block not surrounded by if
24655 src/com/gps/hibernate/NotificationDAO.java 63 Parameter 'instance' is not assigned and could be declared final
24656 src/com/gps/hibernate/NotificationDAO.java 63 publicMethodCommentRequirement Required
24657 src/com/gps/hibernate/NotificationDAO.java 64 There is log block not surrounded by if
24658 src/com/gps/hibernate/NotificationDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24659 src/com/gps/hibernate/NotificationDAO.java 66 Local variable 'results' could be declared final
24660 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24661 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24662 src/com/gps/hibernate/NotificationDAO.java 66 Potential violation of Law of Demeter (method chain calls)
24663 src/com/gps/hibernate/NotificationDAO.java 69 There is log block not surrounded by if
24664 src/com/gps/hibernate/NotificationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24665 src/com/gps/hibernate/NotificationDAO.java 70 Potential violation of Law of Demeter (object not created locally)
24666 src/com/gps/hibernate/NotificationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24667 src/com/gps/hibernate/NotificationDAO.java 73 There is log block not surrounded by if
24668 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
24669 src/com/gps/hibernate/NotificationDAO.java 78 Parameter 'value' is not assigned and could be declared final
24670 src/com/gps/hibernate/NotificationDAO.java 78 publicMethodCommentRequirement Required
24671 src/com/gps/hibernate/NotificationDAO.java 79 There is log block not surrounded by if
24672 src/com/gps/hibernate/NotificationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24673 src/com/gps/hibernate/NotificationDAO.java 82 Local variable 'queryString' could be declared final
24674 src/com/gps/hibernate/NotificationDAO.java 84 Local variable 'queryObject' could be declared final
24675 src/com/gps/hibernate/NotificationDAO.java 84 Potential violation of Law of Demeter (method chain calls)
24676 src/com/gps/hibernate/NotificationDAO.java 85 Potential violation of Law of Demeter (object not created locally)
24677 src/com/gps/hibernate/NotificationDAO.java 86 Potential violation of Law of Demeter (object not created locally)
24678 src/com/gps/hibernate/NotificationDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24679 src/com/gps/hibernate/NotificationDAO.java 88 There is log block not surrounded by if
24680 src/com/gps/hibernate/NotificationDAO.java 93 Parameter 'notifyName' is not assigned and could be declared final
24681 src/com/gps/hibernate/NotificationDAO.java 93 publicMethodCommentRequirement Required
24682 src/com/gps/hibernate/NotificationDAO.java 97 Parameter 'notifyAddress' is not assigned and could be declared final
24683 src/com/gps/hibernate/NotificationDAO.java 97 publicMethodCommentRequirement Required
24684 src/com/gps/hibernate/NotificationDAO.java 101 Parameter 'mobileNo' is not assigned and could be declared final
24685 src/com/gps/hibernate/NotificationDAO.java 101 publicMethodCommentRequirement Required
24686 src/com/gps/hibernate/NotificationDAO.java 105 publicMethodCommentRequirement Required
24687 src/com/gps/hibernate/NotificationDAO.java 106 There is log block not surrounded by if
24688 src/com/gps/hibernate/NotificationDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24689 src/com/gps/hibernate/NotificationDAO.java 108 Local variable 'queryString' could be declared final
24690 src/com/gps/hibernate/NotificationDAO.java 109 Local variable 'queryObject' could be declared final
24691 src/com/gps/hibernate/NotificationDAO.java 109 Potential violation of Law of Demeter (method chain calls)
24692 src/com/gps/hibernate/NotificationDAO.java 110 Potential violation of Law of Demeter (object not created locally)
24693 src/com/gps/hibernate/NotificationDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24694 src/com/gps/hibernate/NotificationDAO.java 112 There is log block not surrounded by if
24695 src/com/gps/hibernate/NotificationDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
24696 src/com/gps/hibernate/NotificationDAO.java 117 publicMethodCommentRequirement Required
24697 src/com/gps/hibernate/NotificationDAO.java 118 There is log block not surrounded by if
24698 src/com/gps/hibernate/NotificationDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24699 src/com/gps/hibernate/NotificationDAO.java 120 Local variable 'result' could be declared final
24700 src/com/gps/hibernate/NotificationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
24701 src/com/gps/hibernate/NotificationDAO.java 122 There is log block not surrounded by if
24702 src/com/gps/hibernate/NotificationDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24703 src/com/gps/hibernate/NotificationDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24704 src/com/gps/hibernate/NotificationDAO.java 125 There is log block not surrounded by if
24705 src/com/gps/hibernate/NotificationDAO.java 130 Parameter 'instance' is not assigned and could be declared final
24706 src/com/gps/hibernate/NotificationDAO.java 130 publicMethodCommentRequirement Required
24707 src/com/gps/hibernate/NotificationDAO.java 131 There is log block not surrounded by if
24708 src/com/gps/hibernate/NotificationDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24709 src/com/gps/hibernate/NotificationDAO.java 133 Potential violation of Law of Demeter (method chain calls)
24710 src/com/gps/hibernate/NotificationDAO.java 134 There is log block not surrounded by if
24711 src/com/gps/hibernate/NotificationDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24712 src/com/gps/hibernate/NotificationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24713 src/com/gps/hibernate/NotificationDAO.java 136 There is log block not surrounded by if
24714 src/com/gps/hibernate/NotificationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
24715 src/com/gps/hibernate/NotificationDAO.java 141 publicMethodCommentRequirement Required
24716 src/com/gps/hibernate/NotificationDAO.java 142 There is log block not surrounded by if
24717 src/com/gps/hibernate/NotificationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24718 src/com/gps/hibernate/NotificationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
24719 src/com/gps/hibernate/NotificationDAO.java 145 There is log block not surrounded by if
24720 src/com/gps/hibernate/NotificationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24721 src/com/gps/hibernate/NotificationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24722 src/com/gps/hibernate/NotificationDAO.java 147 There is log block not surrounded by if
24723 src/com/gps/hibernate/Organization.java 12 Classes implementing Serializable should set a serialVersionUID
24724 src/com/gps/hibernate/Organization.java 16 fieldCommentRequirement Required
24725 src/com/gps/hibernate/Organization.java 17 fieldCommentRequirement Required
24726 src/com/gps/hibernate/Organization.java 18 Avoid excessively long variable names like parentOrganizationId
24727 src/com/gps/hibernate/Organization.java 18 fieldCommentRequirement Required
24728 src/com/gps/hibernate/Organization.java 19 Avoid excessively long variable names like leftOrganizationId
24729 src/com/gps/hibernate/Organization.java 19 fieldCommentRequirement Required
24730 src/com/gps/hibernate/Organization.java 20 Avoid excessively long variable names like rightOrganizationId
24731 src/com/gps/hibernate/Organization.java 20 fieldCommentRequirement Required
24732 src/com/gps/hibernate/Organization.java 21 fieldCommentRequirement Required
24733 src/com/gps/hibernate/Organization.java 22 fieldCommentRequirement Required
24734 src/com/gps/hibernate/Organization.java 23 fieldCommentRequirement Required
24735 src/com/gps/hibernate/Organization.java 24 fieldCommentRequirement Required
24736 src/com/gps/hibernate/Organization.java 25 fieldCommentRequirement Required
24737 src/com/gps/hibernate/Organization.java 26 fieldCommentRequirement Required
24738 src/com/gps/hibernate/Organization.java 27 fieldCommentRequirement Required
24739 src/com/gps/hibernate/Organization.java 28 fieldCommentRequirement Required
24740 src/com/gps/hibernate/Organization.java 29 fieldCommentRequirement Required
24741 src/com/gps/hibernate/Organization.java 34 Document empty constructor
24742 src/com/gps/hibernate/Organization.java 38 Parameter 'organizationId' is not assigned and could be declared final
24743 src/com/gps/hibernate/Organization.java 43 Avoid long parameter lists.
24744 src/com/gps/hibernate/Organization.java 43 Parameter 'companyId' is not assigned and could be declared final
24745 src/com/gps/hibernate/Organization.java 43 Parameter 'organizationId' is not assigned and could be declared final
24746 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like leftOrganizationId
24747 src/com/gps/hibernate/Organization.java 44 Avoid excessively long variable names like parentOrganizationId
24748 src/com/gps/hibernate/Organization.java 44 Parameter 'leftOrganizationId' is not assigned and could be declared final
24749 src/com/gps/hibernate/Organization.java 44 Parameter 'parentOrganizationId' is not assigned and could be declared final
24750 src/com/gps/hibernate/Organization.java 45 Avoid excessively long variable names like rightOrganizationId
24751 src/com/gps/hibernate/Organization.java 45 Parameter 'name' is not assigned and could be declared final
24752 src/com/gps/hibernate/Organization.java 45 Parameter 'rightOrganizationId' is not assigned and could be declared final
24753 src/com/gps/hibernate/Organization.java 45 Parameter 'type' is not assigned and could be declared final
24754 src/com/gps/hibernate/Organization.java 46 Parameter 'countryId' is not assigned and could be declared final
24755 src/com/gps/hibernate/Organization.java 46 Parameter 'recursable' is not assigned and could be declared final
24756 src/com/gps/hibernate/Organization.java 46 Parameter 'regionId' is not assigned and could be declared final
24757 src/com/gps/hibernate/Organization.java 46 Parameter 'statusId' is not assigned and could be declared final
24758 src/com/gps/hibernate/Organization.java 47 Parameter 'comments' is not assigned and could be declared final
24759 src/com/gps/hibernate/Organization.java 47 Parameter 'vehicleDetailses' is not assigned and could be declared final
24760 src/com/gps/hibernate/Organization.java 65 publicMethodCommentRequirement Required
24761 src/com/gps/hibernate/Organization.java 69 Parameter 'organizationId' is not assigned and could be declared final
24762 src/com/gps/hibernate/Organization.java 69 publicMethodCommentRequirement Required
24763 src/com/gps/hibernate/Organization.java 73 publicMethodCommentRequirement Required
24764 src/com/gps/hibernate/Organization.java 77 Parameter 'companyId' is not assigned and could be declared final
24765 src/com/gps/hibernate/Organization.java 77 publicMethodCommentRequirement Required
24766 src/com/gps/hibernate/Organization.java 81 publicMethodCommentRequirement Required
24767 src/com/gps/hibernate/Organization.java 85 Avoid excessively long variable names like parentOrganizationId
24768 src/com/gps/hibernate/Organization.java 85 Parameter 'parentOrganizationId' is not assigned and could be declared final
24769 src/com/gps/hibernate/Organization.java 85 publicMethodCommentRequirement Required
24770 src/com/gps/hibernate/Organization.java 89 publicMethodCommentRequirement Required
24771 src/com/gps/hibernate/Organization.java 93 Avoid excessively long variable names like leftOrganizationId
24772 src/com/gps/hibernate/Organization.java 93 Parameter 'leftOrganizationId' is not assigned and could be declared final
24773 src/com/gps/hibernate/Organization.java 93 publicMethodCommentRequirement Required
24774 src/com/gps/hibernate/Organization.java 97 publicMethodCommentRequirement Required
24775 src/com/gps/hibernate/Organization.java 101 Avoid excessively long variable names like rightOrganizationId
24776 src/com/gps/hibernate/Organization.java 101 Parameter 'rightOrganizationId' is not assigned and could be declared final
24777 src/com/gps/hibernate/Organization.java 101 publicMethodCommentRequirement Required
24778 src/com/gps/hibernate/Organization.java 105 publicMethodCommentRequirement Required
24779 src/com/gps/hibernate/Organization.java 109 Parameter 'name' is not assigned and could be declared final
24780 src/com/gps/hibernate/Organization.java 109 publicMethodCommentRequirement Required
24781 src/com/gps/hibernate/Organization.java 113 publicMethodCommentRequirement Required
24782 src/com/gps/hibernate/Organization.java 117 Parameter 'type' is not assigned and could be declared final
24783 src/com/gps/hibernate/Organization.java 117 publicMethodCommentRequirement Required
24784 src/com/gps/hibernate/Organization.java 121 publicMethodCommentRequirement Required
24785 src/com/gps/hibernate/Organization.java 125 Parameter 'recursable' is not assigned and could be declared final
24786 src/com/gps/hibernate/Organization.java 125 publicMethodCommentRequirement Required
24787 src/com/gps/hibernate/Organization.java 129 publicMethodCommentRequirement Required
24788 src/com/gps/hibernate/Organization.java 133 Parameter 'regionId' is not assigned and could be declared final
24789 src/com/gps/hibernate/Organization.java 133 publicMethodCommentRequirement Required
24790 src/com/gps/hibernate/Organization.java 137 publicMethodCommentRequirement Required
24791 src/com/gps/hibernate/Organization.java 141 Parameter 'countryId' is not assigned and could be declared final
24792 src/com/gps/hibernate/Organization.java 141 publicMethodCommentRequirement Required
24793 src/com/gps/hibernate/Organization.java 145 publicMethodCommentRequirement Required
24794 src/com/gps/hibernate/Organization.java 149 Parameter 'statusId' is not assigned and could be declared final
24795 src/com/gps/hibernate/Organization.java 149 publicMethodCommentRequirement Required
24796 src/com/gps/hibernate/Organization.java 153 publicMethodCommentRequirement Required
24797 src/com/gps/hibernate/Organization.java 157 Parameter 'comments' is not assigned and could be declared final
24798 src/com/gps/hibernate/Organization.java 157 publicMethodCommentRequirement Required
24799 src/com/gps/hibernate/Organization.java 161 publicMethodCommentRequirement Required
24800 src/com/gps/hibernate/Organization.java 165 Parameter 'vehicleDetailses' is not assigned and could be declared final
24801 src/com/gps/hibernate/Organization.java 165 publicMethodCommentRequirement Required
24802 src/com/gps/hibernate/Organization.java 169 Parameter 'tripDetailses' is not assigned and could be declared final
24803 src/com/gps/hibernate/Organization.java 169 publicMethodCommentRequirement Required
24804 src/com/gps/hibernate/Organization.java 173 publicMethodCommentRequirement Required
24805 src/com/gps/hibernate/OrganizationDAO.java 4 Avoid unused imports such as 'java.util.Set'
24806 src/com/gps/hibernate/OrganizationDAO.java 9 Avoid unused imports such as 'org.hibernate.Session'
24807 src/com/gps/hibernate/OrganizationDAO.java 12 Comment is too large: Too many lines
24808 src/com/gps/hibernate/OrganizationDAO.java 24 This class has too many methods, consider refactoring it.
24809 src/com/gps/hibernate/OrganizationDAO.java 25 Logger should be defined private static final and have the correct class
24810 src/com/gps/hibernate/OrganizationDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
24811 src/com/gps/hibernate/OrganizationDAO.java 25 fieldCommentRequirement Required
24812 src/com/gps/hibernate/OrganizationDAO.java 27 fieldCommentRequirement Required
24813 src/com/gps/hibernate/OrganizationDAO.java 28 Avoid excessively long variable names like PARENT_ORGANIZATION_ID
24814 src/com/gps/hibernate/OrganizationDAO.java 28 fieldCommentRequirement Required
24815 src/com/gps/hibernate/OrganizationDAO.java 29 Avoid excessively long variable names like LEFT_ORGANIZATION_ID
24816 src/com/gps/hibernate/OrganizationDAO.java 29 fieldCommentRequirement Required
24817 src/com/gps/hibernate/OrganizationDAO.java 30 Avoid excessively long variable names like RIGHT_ORGANIZATION_ID
24818 src/com/gps/hibernate/OrganizationDAO.java 30 fieldCommentRequirement Required
24819 src/com/gps/hibernate/OrganizationDAO.java 31 fieldCommentRequirement Required
24820 src/com/gps/hibernate/OrganizationDAO.java 32 fieldCommentRequirement Required
24821 src/com/gps/hibernate/OrganizationDAO.java 33 fieldCommentRequirement Required
24822 src/com/gps/hibernate/OrganizationDAO.java 34 fieldCommentRequirement Required
24823 src/com/gps/hibernate/OrganizationDAO.java 35 fieldCommentRequirement Required
24824 src/com/gps/hibernate/OrganizationDAO.java 36 fieldCommentRequirement Required
24825 src/com/gps/hibernate/OrganizationDAO.java 37 fieldCommentRequirement Required
24826 src/com/gps/hibernate/OrganizationDAO.java 40 Method names should not contain underscores
24827 src/com/gps/hibernate/OrganizationDAO.java 40 publicMethodCommentRequirement Required
24828 src/com/gps/hibernate/OrganizationDAO.java 42 Found 'DD'-anomaly for variable 'listOrg' (lines '42'-'45').
24829 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
24830 src/com/gps/hibernate/OrganizationDAO.java 45 Potential violation of Law of Demeter (method chain calls)
24831 src/com/gps/hibernate/OrganizationDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24832 src/com/gps/hibernate/OrganizationDAO.java 48 Avoid printStackTrace(); use a logger call instead.
24833 src/com/gps/hibernate/OrganizationDAO.java 48 Potential violation of Law of Demeter (object not created locally)
24834 src/com/gps/hibernate/OrganizationDAO.java 53 Method names should not contain underscores
24835 src/com/gps/hibernate/OrganizationDAO.java 53 publicMethodCommentRequirement Required
24836 src/com/gps/hibernate/OrganizationDAO.java 55 Found 'DD'-anomaly for variable 'listOrg' (lines '55'-'58').
24837 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
24838 src/com/gps/hibernate/OrganizationDAO.java 58 Potential violation of Law of Demeter (method chain calls)
24839 src/com/gps/hibernate/OrganizationDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24840 src/com/gps/hibernate/OrganizationDAO.java 61 Avoid printStackTrace(); use a logger call instead.
24841 src/com/gps/hibernate/OrganizationDAO.java 61 Potential violation of Law of Demeter (object not created locally)
24842 src/com/gps/hibernate/OrganizationDAO.java 67 Parameter 'transientInstance' is not assigned and could be declared final
24843 src/com/gps/hibernate/OrganizationDAO.java 67 publicMethodCommentRequirement Required
24844 src/com/gps/hibernate/OrganizationDAO.java 68 There is log block not surrounded by if
24845 src/com/gps/hibernate/OrganizationDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24846 src/com/gps/hibernate/OrganizationDAO.java 70 Potential violation of Law of Demeter (method chain calls)
24847 src/com/gps/hibernate/OrganizationDAO.java 71 There is log block not surrounded by if
24848 src/com/gps/hibernate/OrganizationDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24849 src/com/gps/hibernate/OrganizationDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24850 src/com/gps/hibernate/OrganizationDAO.java 73 There is log block not surrounded by if
24851 src/com/gps/hibernate/OrganizationDAO.java 78 Avoid excessively long variable names like persistentInstance
24852 src/com/gps/hibernate/OrganizationDAO.java 78 Parameter 'persistentInstance' is not assigned and could be declared final
24853 src/com/gps/hibernate/OrganizationDAO.java 78 publicMethodCommentRequirement Required
24854 src/com/gps/hibernate/OrganizationDAO.java 79 There is log block not surrounded by if
24855 src/com/gps/hibernate/OrganizationDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24856 src/com/gps/hibernate/OrganizationDAO.java 81 Potential violation of Law of Demeter (method chain calls)
24857 src/com/gps/hibernate/OrganizationDAO.java 82 There is log block not surrounded by if
24858 src/com/gps/hibernate/OrganizationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24859 src/com/gps/hibernate/OrganizationDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24860 src/com/gps/hibernate/OrganizationDAO.java 84 There is log block not surrounded by if
24861 src/com/gps/hibernate/OrganizationDAO.java 89 Avoid variables with short names like id
24862 src/com/gps/hibernate/OrganizationDAO.java 89 Parameter 'id' is not assigned and could be declared final
24863 src/com/gps/hibernate/OrganizationDAO.java 89 publicMethodCommentRequirement Required
24864 src/com/gps/hibernate/OrganizationDAO.java 90 There is log block not surrounded by if
24865 src/com/gps/hibernate/OrganizationDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24866 src/com/gps/hibernate/OrganizationDAO.java 92 Local variable 'instance' could be declared final
24867 src/com/gps/hibernate/OrganizationDAO.java 92 Potential violation of Law of Demeter (method chain calls)
24868 src/com/gps/hibernate/OrganizationDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24869 src/com/gps/hibernate/OrganizationDAO.java 96 There is log block not surrounded by if
24870 src/com/gps/hibernate/OrganizationDAO.java 101 Parameter 'instance' is not assigned and could be declared final
24871 src/com/gps/hibernate/OrganizationDAO.java 101 publicMethodCommentRequirement Required
24872 src/com/gps/hibernate/OrganizationDAO.java 102 There is log block not surrounded by if
24873 src/com/gps/hibernate/OrganizationDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24874 src/com/gps/hibernate/OrganizationDAO.java 104 Local variable 'results' could be declared final
24875 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
24876 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
24877 src/com/gps/hibernate/OrganizationDAO.java 104 Potential violation of Law of Demeter (method chain calls)
24878 src/com/gps/hibernate/OrganizationDAO.java 107 There is log block not surrounded by if
24879 src/com/gps/hibernate/OrganizationDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24880 src/com/gps/hibernate/OrganizationDAO.java 108 Potential violation of Law of Demeter (object not created locally)
24881 src/com/gps/hibernate/OrganizationDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24882 src/com/gps/hibernate/OrganizationDAO.java 111 There is log block not surrounded by if
24883 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'propertyName' is not assigned and could be declared final
24884 src/com/gps/hibernate/OrganizationDAO.java 116 Parameter 'value' is not assigned and could be declared final
24885 src/com/gps/hibernate/OrganizationDAO.java 116 publicMethodCommentRequirement Required
24886 src/com/gps/hibernate/OrganizationDAO.java 117 There is log block not surrounded by if
24887 src/com/gps/hibernate/OrganizationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24888 src/com/gps/hibernate/OrganizationDAO.java 120 Local variable 'queryString' could be declared final
24889 src/com/gps/hibernate/OrganizationDAO.java 122 Local variable 'queryObject' could be declared final
24890 src/com/gps/hibernate/OrganizationDAO.java 122 Potential violation of Law of Demeter (method chain calls)
24891 src/com/gps/hibernate/OrganizationDAO.java 123 Potential violation of Law of Demeter (object not created locally)
24892 src/com/gps/hibernate/OrganizationDAO.java 124 Potential violation of Law of Demeter (object not created locally)
24893 src/com/gps/hibernate/OrganizationDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24894 src/com/gps/hibernate/OrganizationDAO.java 126 There is log block not surrounded by if
24895 src/com/gps/hibernate/OrganizationDAO.java 131 Parameter 'companyId' is not assigned and could be declared final
24896 src/com/gps/hibernate/OrganizationDAO.java 131 publicMethodCommentRequirement Required
24897 src/com/gps/hibernate/OrganizationDAO.java 135 Avoid excessively long variable names like parentOrganizationId
24898 src/com/gps/hibernate/OrganizationDAO.java 135 Parameter 'parentOrganizationId' is not assigned and could be declared final
24899 src/com/gps/hibernate/OrganizationDAO.java 135 publicMethodCommentRequirement Required
24900 src/com/gps/hibernate/OrganizationDAO.java 139 Avoid excessively long variable names like leftOrganizationId
24901 src/com/gps/hibernate/OrganizationDAO.java 139 Parameter 'leftOrganizationId' is not assigned and could be declared final
24902 src/com/gps/hibernate/OrganizationDAO.java 139 publicMethodCommentRequirement Required
24903 src/com/gps/hibernate/OrganizationDAO.java 143 Avoid excessively long variable names like rightOrganizationId
24904 src/com/gps/hibernate/OrganizationDAO.java 143 Parameter 'rightOrganizationId' is not assigned and could be declared final
24905 src/com/gps/hibernate/OrganizationDAO.java 143 publicMethodCommentRequirement Required
24906 src/com/gps/hibernate/OrganizationDAO.java 147 Parameter 'name' is not assigned and could be declared final
24907 src/com/gps/hibernate/OrganizationDAO.java 147 publicMethodCommentRequirement Required
24908 src/com/gps/hibernate/OrganizationDAO.java 151 Parameter 'type' is not assigned and could be declared final
24909 src/com/gps/hibernate/OrganizationDAO.java 151 publicMethodCommentRequirement Required
24910 src/com/gps/hibernate/OrganizationDAO.java 155 Parameter 'recursable' is not assigned and could be declared final
24911 src/com/gps/hibernate/OrganizationDAO.java 155 publicMethodCommentRequirement Required
24912 src/com/gps/hibernate/OrganizationDAO.java 159 Parameter 'regionId' is not assigned and could be declared final
24913 src/com/gps/hibernate/OrganizationDAO.java 159 publicMethodCommentRequirement Required
24914 src/com/gps/hibernate/OrganizationDAO.java 163 Parameter 'countryId' is not assigned and could be declared final
24915 src/com/gps/hibernate/OrganizationDAO.java 163 publicMethodCommentRequirement Required
24916 src/com/gps/hibernate/OrganizationDAO.java 167 Parameter 'statusId' is not assigned and could be declared final
24917 src/com/gps/hibernate/OrganizationDAO.java 167 publicMethodCommentRequirement Required
24918 src/com/gps/hibernate/OrganizationDAO.java 171 Parameter 'comments' is not assigned and could be declared final
24919 src/com/gps/hibernate/OrganizationDAO.java 171 publicMethodCommentRequirement Required
24920 src/com/gps/hibernate/OrganizationDAO.java 175 publicMethodCommentRequirement Required
24921 src/com/gps/hibernate/OrganizationDAO.java 176 There is log block not surrounded by if
24922 src/com/gps/hibernate/OrganizationDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24923 src/com/gps/hibernate/OrganizationDAO.java 178 Local variable 'queryString' could be declared final
24924 src/com/gps/hibernate/OrganizationDAO.java 179 Local variable 'queryObject' could be declared final
24925 src/com/gps/hibernate/OrganizationDAO.java 179 Potential violation of Law of Demeter (method chain calls)
24926 src/com/gps/hibernate/OrganizationDAO.java 180 Potential violation of Law of Demeter (object not created locally)
24927 src/com/gps/hibernate/OrganizationDAO.java 181 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24928 src/com/gps/hibernate/OrganizationDAO.java 182 There is log block not surrounded by if
24929 src/com/gps/hibernate/OrganizationDAO.java 187 Parameter 'detachedInstance' is not assigned and could be declared final
24930 src/com/gps/hibernate/OrganizationDAO.java 187 publicMethodCommentRequirement Required
24931 src/com/gps/hibernate/OrganizationDAO.java 188 There is log block not surrounded by if
24932 src/com/gps/hibernate/OrganizationDAO.java 188 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24933 src/com/gps/hibernate/OrganizationDAO.java 190 Local variable 'result' could be declared final
24934 src/com/gps/hibernate/OrganizationDAO.java 190 Potential violation of Law of Demeter (method chain calls)
24935 src/com/gps/hibernate/OrganizationDAO.java 192 There is log block not surrounded by if
24936 src/com/gps/hibernate/OrganizationDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24937 src/com/gps/hibernate/OrganizationDAO.java 194 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24938 src/com/gps/hibernate/OrganizationDAO.java 195 There is log block not surrounded by if
24939 src/com/gps/hibernate/OrganizationDAO.java 200 Parameter 'instance' is not assigned and could be declared final
24940 src/com/gps/hibernate/OrganizationDAO.java 200 publicMethodCommentRequirement Required
24941 src/com/gps/hibernate/OrganizationDAO.java 201 There is log block not surrounded by if
24942 src/com/gps/hibernate/OrganizationDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24943 src/com/gps/hibernate/OrganizationDAO.java 203 Potential violation of Law of Demeter (method chain calls)
24944 src/com/gps/hibernate/OrganizationDAO.java 204 There is log block not surrounded by if
24945 src/com/gps/hibernate/OrganizationDAO.java 204 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24946 src/com/gps/hibernate/OrganizationDAO.java 205 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24947 src/com/gps/hibernate/OrganizationDAO.java 206 There is log block not surrounded by if
24948 src/com/gps/hibernate/OrganizationDAO.java 211 Parameter 'instance' is not assigned and could be declared final
24949 src/com/gps/hibernate/OrganizationDAO.java 211 publicMethodCommentRequirement Required
24950 src/com/gps/hibernate/OrganizationDAO.java 212 There is log block not surrounded by if
24951 src/com/gps/hibernate/OrganizationDAO.java 212 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24952 src/com/gps/hibernate/OrganizationDAO.java 214 Potential violation of Law of Demeter (method chain calls)
24953 src/com/gps/hibernate/OrganizationDAO.java 215 There is log block not surrounded by if
24954 src/com/gps/hibernate/OrganizationDAO.java 215 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24955 src/com/gps/hibernate/OrganizationDAO.java 216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24956 src/com/gps/hibernate/OrganizationDAO.java 217 There is log block not surrounded by if
24957 src/com/gps/hibernate/Orggrouppermission.java 9 Classes implementing Serializable should set a serialVersionUID
24958 src/com/gps/hibernate/Orggrouppermission.java 13 Avoid variables with short names like id
24959 src/com/gps/hibernate/Orggrouppermission.java 13 fieldCommentRequirement Required
24960 src/com/gps/hibernate/Orggrouppermission.java 18 Document empty constructor
24961 src/com/gps/hibernate/Orggrouppermission.java 22 Avoid variables with short names like id
24962 src/com/gps/hibernate/Orggrouppermission.java 22 Parameter 'id' is not assigned and could be declared final
24963 src/com/gps/hibernate/Orggrouppermission.java 28 publicMethodCommentRequirement Required
24964 src/com/gps/hibernate/Orggrouppermission.java 32 Avoid variables with short names like id
24965 src/com/gps/hibernate/Orggrouppermission.java 32 Parameter 'id' is not assigned and could be declared final
24966 src/com/gps/hibernate/Orggrouppermission.java 32 publicMethodCommentRequirement Required
24967 src/com/gps/hibernate/OrggrouppermissionDAO.java 10 Comment is too large: Too many lines
24968 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Logger should be defined private static final and have the correct class
24969 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
24970 src/com/gps/hibernate/OrggrouppermissionDAO.java 23 fieldCommentRequirement Required
24971 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
24972 src/com/gps/hibernate/OrggrouppermissionDAO.java 28 publicMethodCommentRequirement Required
24973 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 There is log block not surrounded by if
24974 src/com/gps/hibernate/OrggrouppermissionDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24975 src/com/gps/hibernate/OrggrouppermissionDAO.java 31 Potential violation of Law of Demeter (method chain calls)
24976 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 There is log block not surrounded by if
24977 src/com/gps/hibernate/OrggrouppermissionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24978 src/com/gps/hibernate/OrggrouppermissionDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24979 src/com/gps/hibernate/OrggrouppermissionDAO.java 34 There is log block not surrounded by if
24980 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Avoid excessively long variable names like persistentInstance
24981 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
24982 src/com/gps/hibernate/OrggrouppermissionDAO.java 39 publicMethodCommentRequirement Required
24983 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 There is log block not surrounded by if
24984 src/com/gps/hibernate/OrggrouppermissionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24985 src/com/gps/hibernate/OrggrouppermissionDAO.java 42 Potential violation of Law of Demeter (method chain calls)
24986 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 There is log block not surrounded by if
24987 src/com/gps/hibernate/OrggrouppermissionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24988 src/com/gps/hibernate/OrggrouppermissionDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24989 src/com/gps/hibernate/OrggrouppermissionDAO.java 45 There is log block not surrounded by if
24990 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Avoid variables with short names like id
24991 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 Parameter 'id' is not assigned and could be declared final
24992 src/com/gps/hibernate/OrggrouppermissionDAO.java 50 publicMethodCommentRequirement Required
24993 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 There is log block not surrounded by if
24994 src/com/gps/hibernate/OrggrouppermissionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
24995 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Local variable 'instance' could be declared final
24996 src/com/gps/hibernate/OrggrouppermissionDAO.java 53 Potential violation of Law of Demeter (method chain calls)
24997 src/com/gps/hibernate/OrggrouppermissionDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
24998 src/com/gps/hibernate/OrggrouppermissionDAO.java 57 There is log block not surrounded by if
24999 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 Parameter 'instance' is not assigned and could be declared final
25000 src/com/gps/hibernate/OrggrouppermissionDAO.java 62 publicMethodCommentRequirement Required
25001 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 There is log block not surrounded by if
25002 src/com/gps/hibernate/OrggrouppermissionDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25003 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Local variable 'results' could be declared final
25004 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25005 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25006 src/com/gps/hibernate/OrggrouppermissionDAO.java 65 Potential violation of Law of Demeter (method chain calls)
25007 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 There is log block not surrounded by if
25008 src/com/gps/hibernate/OrggrouppermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25009 src/com/gps/hibernate/OrggrouppermissionDAO.java 69 Potential violation of Law of Demeter (object not created locally)
25010 src/com/gps/hibernate/OrggrouppermissionDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25011 src/com/gps/hibernate/OrggrouppermissionDAO.java 72 There is log block not surrounded by if
25012 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
25013 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 Parameter 'value' is not assigned and could be declared final
25014 src/com/gps/hibernate/OrggrouppermissionDAO.java 77 publicMethodCommentRequirement Required
25015 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 There is log block not surrounded by if
25016 src/com/gps/hibernate/OrggrouppermissionDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25017 src/com/gps/hibernate/OrggrouppermissionDAO.java 81 Local variable 'queryString' could be declared final
25018 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Local variable 'queryObject' could be declared final
25019 src/com/gps/hibernate/OrggrouppermissionDAO.java 83 Potential violation of Law of Demeter (method chain calls)
25020 src/com/gps/hibernate/OrggrouppermissionDAO.java 84 Potential violation of Law of Demeter (object not created locally)
25021 src/com/gps/hibernate/OrggrouppermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
25022 src/com/gps/hibernate/OrggrouppermissionDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25023 src/com/gps/hibernate/OrggrouppermissionDAO.java 87 There is log block not surrounded by if
25024 src/com/gps/hibernate/OrggrouppermissionDAO.java 92 publicMethodCommentRequirement Required
25025 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 There is log block not surrounded by if
25026 src/com/gps/hibernate/OrggrouppermissionDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25027 src/com/gps/hibernate/OrggrouppermissionDAO.java 95 Local variable 'queryString' could be declared final
25028 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Local variable 'queryObject' could be declared final
25029 src/com/gps/hibernate/OrggrouppermissionDAO.java 96 Potential violation of Law of Demeter (method chain calls)
25030 src/com/gps/hibernate/OrggrouppermissionDAO.java 97 Potential violation of Law of Demeter (object not created locally)
25031 src/com/gps/hibernate/OrggrouppermissionDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25032 src/com/gps/hibernate/OrggrouppermissionDAO.java 99 There is log block not surrounded by if
25033 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
25034 src/com/gps/hibernate/OrggrouppermissionDAO.java 104 publicMethodCommentRequirement Required
25035 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 There is log block not surrounded by if
25036 src/com/gps/hibernate/OrggrouppermissionDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25037 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Local variable 'result' could be declared final
25038 src/com/gps/hibernate/OrggrouppermissionDAO.java 107 Potential violation of Law of Demeter (method chain calls)
25039 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 There is log block not surrounded by if
25040 src/com/gps/hibernate/OrggrouppermissionDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25041 src/com/gps/hibernate/OrggrouppermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25042 src/com/gps/hibernate/OrggrouppermissionDAO.java 112 There is log block not surrounded by if
25043 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 Parameter 'instance' is not assigned and could be declared final
25044 src/com/gps/hibernate/OrggrouppermissionDAO.java 117 publicMethodCommentRequirement Required
25045 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 There is log block not surrounded by if
25046 src/com/gps/hibernate/OrggrouppermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25047 src/com/gps/hibernate/OrggrouppermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
25048 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 There is log block not surrounded by if
25049 src/com/gps/hibernate/OrggrouppermissionDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25050 src/com/gps/hibernate/OrggrouppermissionDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25051 src/com/gps/hibernate/OrggrouppermissionDAO.java 123 There is log block not surrounded by if
25052 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 Parameter 'instance' is not assigned and could be declared final
25053 src/com/gps/hibernate/OrggrouppermissionDAO.java 128 publicMethodCommentRequirement Required
25054 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 There is log block not surrounded by if
25055 src/com/gps/hibernate/OrggrouppermissionDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25056 src/com/gps/hibernate/OrggrouppermissionDAO.java 131 Potential violation of Law of Demeter (method chain calls)
25057 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 There is log block not surrounded by if
25058 src/com/gps/hibernate/OrggrouppermissionDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25059 src/com/gps/hibernate/OrggrouppermissionDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25060 src/com/gps/hibernate/OrggrouppermissionDAO.java 134 There is log block not surrounded by if
25061 src/com/gps/hibernate/OrggrouppermissionId.java 9 Classes implementing Serializable should set a serialVersionUID
25062 src/com/gps/hibernate/OrggrouppermissionId.java 13 fieldCommentRequirement Required
25063 src/com/gps/hibernate/OrggrouppermissionId.java 14 fieldCommentRequirement Required
25064 src/com/gps/hibernate/OrggrouppermissionId.java 15 fieldCommentRequirement Required
25065 src/com/gps/hibernate/OrggrouppermissionId.java 20 Document empty constructor
25066 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'groupId' is not assigned and could be declared final
25067 src/com/gps/hibernate/OrggrouppermissionId.java 24 Parameter 'organizationId' is not assigned and could be declared final
25068 src/com/gps/hibernate/OrggrouppermissionId.java 25 Parameter 'permissionId' is not assigned and could be declared final
25069 src/com/gps/hibernate/OrggrouppermissionId.java 33 publicMethodCommentRequirement Required
25070 src/com/gps/hibernate/OrggrouppermissionId.java 37 Parameter 'organizationId' is not assigned and could be declared final
25071 src/com/gps/hibernate/OrggrouppermissionId.java 37 publicMethodCommentRequirement Required
25072 src/com/gps/hibernate/OrggrouppermissionId.java 41 publicMethodCommentRequirement Required
25073 src/com/gps/hibernate/OrggrouppermissionId.java 45 Parameter 'groupId' is not assigned and could be declared final
25074 src/com/gps/hibernate/OrggrouppermissionId.java 45 publicMethodCommentRequirement Required
25075 src/com/gps/hibernate/OrggrouppermissionId.java 49 publicMethodCommentRequirement Required
25076 src/com/gps/hibernate/OrggrouppermissionId.java 53 Parameter 'permissionId' is not assigned and could be declared final
25077 src/com/gps/hibernate/OrggrouppermissionId.java 53 publicMethodCommentRequirement Required
25078 src/com/gps/hibernate/OrggrouppermissionId.java 57 Parameter 'other' is not assigned and could be declared final
25079 src/com/gps/hibernate/OrggrouppermissionId.java 57 publicMethodCommentRequirement Required
25080 src/com/gps/hibernate/OrggrouppermissionId.java 58 Avoid using if statements without curly braces
25081 src/com/gps/hibernate/OrggrouppermissionId.java 58 Useless parentheses.
25082 src/com/gps/hibernate/OrggrouppermissionId.java 59 A method should have only one exit point, and that should be the last statement in the method
25083 src/com/gps/hibernate/OrggrouppermissionId.java 60 Avoid using if statements without curly braces
25084 src/com/gps/hibernate/OrggrouppermissionId.java 60 Useless parentheses.
25085 src/com/gps/hibernate/OrggrouppermissionId.java 61 A method should have only one exit point, and that should be the last statement in the method
25086 src/com/gps/hibernate/OrggrouppermissionId.java 62 Avoid using if statements without curly braces
25087 src/com/gps/hibernate/OrggrouppermissionId.java 63 A method should have only one exit point, and that should be the last statement in the method
25088 src/com/gps/hibernate/OrggrouppermissionId.java 64 Local variable 'castOther' could be declared final
25089 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (method chain calls)
25090 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
25091 src/com/gps/hibernate/OrggrouppermissionId.java 66 Potential violation of Law of Demeter (object not created locally)
25092 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
25093 src/com/gps/hibernate/OrggrouppermissionId.java 66 Useless parentheses.
25094 src/com/gps/hibernate/OrggrouppermissionId.java 68 Potential violation of Law of Demeter (object not created locally)
25095 src/com/gps/hibernate/OrggrouppermissionId.java 69 Potential violation of Law of Demeter (object not created locally)
25096 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (method chain calls)
25097 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
25098 src/com/gps/hibernate/OrggrouppermissionId.java 70 Potential violation of Law of Demeter (object not created locally)
25099 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
25100 src/com/gps/hibernate/OrggrouppermissionId.java 70 Useless parentheses.
25101 src/com/gps/hibernate/OrggrouppermissionId.java 72 Potential violation of Law of Demeter (object not created locally)
25102 src/com/gps/hibernate/OrggrouppermissionId.java 73 Potential violation of Law of Demeter (object not created locally)
25103 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (method chain calls)
25104 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
25105 src/com/gps/hibernate/OrggrouppermissionId.java 74 Potential violation of Law of Demeter (object not created locally)
25106 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
25107 src/com/gps/hibernate/OrggrouppermissionId.java 74 Useless parentheses.
25108 src/com/gps/hibernate/OrggrouppermissionId.java 76 Potential violation of Law of Demeter (object not created locally)
25109 src/com/gps/hibernate/OrggrouppermissionId.java 77 Potential violation of Law of Demeter (object not created locally)
25110 src/com/gps/hibernate/OrggrouppermissionId.java 80 publicMethodCommentRequirement Required
25111 src/com/gps/hibernate/OrggrouppermissionId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
25112 src/com/gps/hibernate/Orggrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
25113 src/com/gps/hibernate/Orggrouprole.java 13 Avoid variables with short names like id
25114 src/com/gps/hibernate/Orggrouprole.java 13 fieldCommentRequirement Required
25115 src/com/gps/hibernate/Orggrouprole.java 18 Document empty constructor
25116 src/com/gps/hibernate/Orggrouprole.java 22 Avoid variables with short names like id
25117 src/com/gps/hibernate/Orggrouprole.java 22 Parameter 'id' is not assigned and could be declared final
25118 src/com/gps/hibernate/Orggrouprole.java 28 publicMethodCommentRequirement Required
25119 src/com/gps/hibernate/Orggrouprole.java 32 Avoid variables with short names like id
25120 src/com/gps/hibernate/Orggrouprole.java 32 Parameter 'id' is not assigned and could be declared final
25121 src/com/gps/hibernate/Orggrouprole.java 32 publicMethodCommentRequirement Required
25122 src/com/gps/hibernate/OrggrouproleDAO.java 10 Comment is too large: Too many lines
25123 src/com/gps/hibernate/OrggrouproleDAO.java 23 Logger should be defined private static final and have the correct class
25124 src/com/gps/hibernate/OrggrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25125 src/com/gps/hibernate/OrggrouproleDAO.java 23 fieldCommentRequirement Required
25126 src/com/gps/hibernate/OrggrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
25127 src/com/gps/hibernate/OrggrouproleDAO.java 27 publicMethodCommentRequirement Required
25128 src/com/gps/hibernate/OrggrouproleDAO.java 28 There is log block not surrounded by if
25129 src/com/gps/hibernate/OrggrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25130 src/com/gps/hibernate/OrggrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
25131 src/com/gps/hibernate/OrggrouproleDAO.java 31 There is log block not surrounded by if
25132 src/com/gps/hibernate/OrggrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25133 src/com/gps/hibernate/OrggrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25134 src/com/gps/hibernate/OrggrouproleDAO.java 33 There is log block not surrounded by if
25135 src/com/gps/hibernate/OrggrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
25136 src/com/gps/hibernate/OrggrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
25137 src/com/gps/hibernate/OrggrouproleDAO.java 38 publicMethodCommentRequirement Required
25138 src/com/gps/hibernate/OrggrouproleDAO.java 39 There is log block not surrounded by if
25139 src/com/gps/hibernate/OrggrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25140 src/com/gps/hibernate/OrggrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
25141 src/com/gps/hibernate/OrggrouproleDAO.java 42 There is log block not surrounded by if
25142 src/com/gps/hibernate/OrggrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25143 src/com/gps/hibernate/OrggrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25144 src/com/gps/hibernate/OrggrouproleDAO.java 44 There is log block not surrounded by if
25145 src/com/gps/hibernate/OrggrouproleDAO.java 49 Avoid variables with short names like id
25146 src/com/gps/hibernate/OrggrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
25147 src/com/gps/hibernate/OrggrouproleDAO.java 49 publicMethodCommentRequirement Required
25148 src/com/gps/hibernate/OrggrouproleDAO.java 50 There is log block not surrounded by if
25149 src/com/gps/hibernate/OrggrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25150 src/com/gps/hibernate/OrggrouproleDAO.java 52 Local variable 'instance' could be declared final
25151 src/com/gps/hibernate/OrggrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
25152 src/com/gps/hibernate/OrggrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25153 src/com/gps/hibernate/OrggrouproleDAO.java 56 There is log block not surrounded by if
25154 src/com/gps/hibernate/OrggrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
25155 src/com/gps/hibernate/OrggrouproleDAO.java 61 publicMethodCommentRequirement Required
25156 src/com/gps/hibernate/OrggrouproleDAO.java 62 There is log block not surrounded by if
25157 src/com/gps/hibernate/OrggrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25158 src/com/gps/hibernate/OrggrouproleDAO.java 64 Local variable 'results' could be declared final
25159 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
25160 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
25161 src/com/gps/hibernate/OrggrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
25162 src/com/gps/hibernate/OrggrouproleDAO.java 67 There is log block not surrounded by if
25163 src/com/gps/hibernate/OrggrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25164 src/com/gps/hibernate/OrggrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
25165 src/com/gps/hibernate/OrggrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25166 src/com/gps/hibernate/OrggrouproleDAO.java 71 There is log block not surrounded by if
25167 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
25168 src/com/gps/hibernate/OrggrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
25169 src/com/gps/hibernate/OrggrouproleDAO.java 76 publicMethodCommentRequirement Required
25170 src/com/gps/hibernate/OrggrouproleDAO.java 77 There is log block not surrounded by if
25171 src/com/gps/hibernate/OrggrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25172 src/com/gps/hibernate/OrggrouproleDAO.java 80 Local variable 'queryString' could be declared final
25173 src/com/gps/hibernate/OrggrouproleDAO.java 82 Local variable 'queryObject' could be declared final
25174 src/com/gps/hibernate/OrggrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
25175 src/com/gps/hibernate/OrggrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
25176 src/com/gps/hibernate/OrggrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
25177 src/com/gps/hibernate/OrggrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25178 src/com/gps/hibernate/OrggrouproleDAO.java 86 There is log block not surrounded by if
25179 src/com/gps/hibernate/OrggrouproleDAO.java 91 publicMethodCommentRequirement Required
25180 src/com/gps/hibernate/OrggrouproleDAO.java 92 There is log block not surrounded by if
25181 src/com/gps/hibernate/OrggrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25182 src/com/gps/hibernate/OrggrouproleDAO.java 94 Local variable 'queryString' could be declared final
25183 src/com/gps/hibernate/OrggrouproleDAO.java 95 Local variable 'queryObject' could be declared final
25184 src/com/gps/hibernate/OrggrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
25185 src/com/gps/hibernate/OrggrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
25186 src/com/gps/hibernate/OrggrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25187 src/com/gps/hibernate/OrggrouproleDAO.java 98 There is log block not surrounded by if
25188 src/com/gps/hibernate/OrggrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
25189 src/com/gps/hibernate/OrggrouproleDAO.java 103 publicMethodCommentRequirement Required
25190 src/com/gps/hibernate/OrggrouproleDAO.java 104 There is log block not surrounded by if
25191 src/com/gps/hibernate/OrggrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25192 src/com/gps/hibernate/OrggrouproleDAO.java 106 Local variable 'result' could be declared final
25193 src/com/gps/hibernate/OrggrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
25194 src/com/gps/hibernate/OrggrouproleDAO.java 108 There is log block not surrounded by if
25195 src/com/gps/hibernate/OrggrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25196 src/com/gps/hibernate/OrggrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25197 src/com/gps/hibernate/OrggrouproleDAO.java 111 There is log block not surrounded by if
25198 src/com/gps/hibernate/OrggrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
25199 src/com/gps/hibernate/OrggrouproleDAO.java 116 publicMethodCommentRequirement Required
25200 src/com/gps/hibernate/OrggrouproleDAO.java 117 There is log block not surrounded by if
25201 src/com/gps/hibernate/OrggrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25202 src/com/gps/hibernate/OrggrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
25203 src/com/gps/hibernate/OrggrouproleDAO.java 120 There is log block not surrounded by if
25204 src/com/gps/hibernate/OrggrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25205 src/com/gps/hibernate/OrggrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25206 src/com/gps/hibernate/OrggrouproleDAO.java 122 There is log block not surrounded by if
25207 src/com/gps/hibernate/OrggrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
25208 src/com/gps/hibernate/OrggrouproleDAO.java 127 publicMethodCommentRequirement Required
25209 src/com/gps/hibernate/OrggrouproleDAO.java 128 There is log block not surrounded by if
25210 src/com/gps/hibernate/OrggrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25211 src/com/gps/hibernate/OrggrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
25212 src/com/gps/hibernate/OrggrouproleDAO.java 131 There is log block not surrounded by if
25213 src/com/gps/hibernate/OrggrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25214 src/com/gps/hibernate/OrggrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25215 src/com/gps/hibernate/OrggrouproleDAO.java 133 There is log block not surrounded by if
25216 src/com/gps/hibernate/OrggrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
25217 src/com/gps/hibernate/OrggrouproleId.java 13 fieldCommentRequirement Required
25218 src/com/gps/hibernate/OrggrouproleId.java 14 fieldCommentRequirement Required
25219 src/com/gps/hibernate/OrggrouproleId.java 15 fieldCommentRequirement Required
25220 src/com/gps/hibernate/OrggrouproleId.java 20 Document empty constructor
25221 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
25222 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'organizationId' is not assigned and could be declared final
25223 src/com/gps/hibernate/OrggrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
25224 src/com/gps/hibernate/OrggrouproleId.java 32 publicMethodCommentRequirement Required
25225 src/com/gps/hibernate/OrggrouproleId.java 36 Parameter 'organizationId' is not assigned and could be declared final
25226 src/com/gps/hibernate/OrggrouproleId.java 36 publicMethodCommentRequirement Required
25227 src/com/gps/hibernate/OrggrouproleId.java 40 publicMethodCommentRequirement Required
25228 src/com/gps/hibernate/OrggrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
25229 src/com/gps/hibernate/OrggrouproleId.java 44 publicMethodCommentRequirement Required
25230 src/com/gps/hibernate/OrggrouproleId.java 48 publicMethodCommentRequirement Required
25231 src/com/gps/hibernate/OrggrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
25232 src/com/gps/hibernate/OrggrouproleId.java 52 publicMethodCommentRequirement Required
25233 src/com/gps/hibernate/OrggrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
25234 src/com/gps/hibernate/OrggrouproleId.java 56 publicMethodCommentRequirement Required
25235 src/com/gps/hibernate/OrggrouproleId.java 57 Avoid using if statements without curly braces
25236 src/com/gps/hibernate/OrggrouproleId.java 57 Useless parentheses.
25237 src/com/gps/hibernate/OrggrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
25238 src/com/gps/hibernate/OrggrouproleId.java 59 Avoid using if statements without curly braces
25239 src/com/gps/hibernate/OrggrouproleId.java 59 Useless parentheses.
25240 src/com/gps/hibernate/OrggrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
25241 src/com/gps/hibernate/OrggrouproleId.java 61 Avoid using if statements without curly braces
25242 src/com/gps/hibernate/OrggrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
25243 src/com/gps/hibernate/OrggrouproleId.java 63 Local variable 'castOther' could be declared final
25244 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
25245 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
25246 src/com/gps/hibernate/OrggrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
25247 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
25248 src/com/gps/hibernate/OrggrouproleId.java 65 Useless parentheses.
25249 src/com/gps/hibernate/OrggrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
25250 src/com/gps/hibernate/OrggrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
25251 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
25252 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
25253 src/com/gps/hibernate/OrggrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
25254 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
25255 src/com/gps/hibernate/OrggrouproleId.java 69 Useless parentheses.
25256 src/com/gps/hibernate/OrggrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
25257 src/com/gps/hibernate/OrggrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
25258 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
25259 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
25260 src/com/gps/hibernate/OrggrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
25261 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
25262 src/com/gps/hibernate/OrggrouproleId.java 73 Useless parentheses.
25263 src/com/gps/hibernate/OrggrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
25264 src/com/gps/hibernate/OrggrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
25265 src/com/gps/hibernate/OrggrouproleId.java 79 publicMethodCommentRequirement Required
25266 src/com/gps/hibernate/OrggrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
25267 src/com/gps/hibernate/Orglabor.java 9 Classes implementing Serializable should set a serialVersionUID
25268 src/com/gps/hibernate/Orglabor.java 9 Too many fields
25269 src/com/gps/hibernate/Orglabor.java 13 fieldCommentRequirement Required
25270 src/com/gps/hibernate/Orglabor.java 14 fieldCommentRequirement Required
25271 src/com/gps/hibernate/Orglabor.java 15 fieldCommentRequirement Required
25272 src/com/gps/hibernate/Orglabor.java 16 fieldCommentRequirement Required
25273 src/com/gps/hibernate/Orglabor.java 17 fieldCommentRequirement Required
25274 src/com/gps/hibernate/Orglabor.java 18 fieldCommentRequirement Required
25275 src/com/gps/hibernate/Orglabor.java 19 fieldCommentRequirement Required
25276 src/com/gps/hibernate/Orglabor.java 20 fieldCommentRequirement Required
25277 src/com/gps/hibernate/Orglabor.java 21 fieldCommentRequirement Required
25278 src/com/gps/hibernate/Orglabor.java 22 fieldCommentRequirement Required
25279 src/com/gps/hibernate/Orglabor.java 23 fieldCommentRequirement Required
25280 src/com/gps/hibernate/Orglabor.java 24 fieldCommentRequirement Required
25281 src/com/gps/hibernate/Orglabor.java 25 fieldCommentRequirement Required
25282 src/com/gps/hibernate/Orglabor.java 26 fieldCommentRequirement Required
25283 src/com/gps/hibernate/Orglabor.java 27 fieldCommentRequirement Required
25284 src/com/gps/hibernate/Orglabor.java 28 fieldCommentRequirement Required
25285 src/com/gps/hibernate/Orglabor.java 29 fieldCommentRequirement Required
25286 src/com/gps/hibernate/Orglabor.java 34 Document empty constructor
25287 src/com/gps/hibernate/Orglabor.java 38 Parameter 'orgLaborId' is not assigned and could be declared final
25288 src/com/gps/hibernate/Orglabor.java 43 Avoid long parameter lists.
25289 src/com/gps/hibernate/Orglabor.java 43 Parameter 'orgLaborId' is not assigned and could be declared final
25290 src/com/gps/hibernate/Orglabor.java 43 Parameter 'organizationId' is not assigned and could be declared final
25291 src/com/gps/hibernate/Orglabor.java 43 Parameter 'typeId' is not assigned and could be declared final
25292 src/com/gps/hibernate/Orglabor.java 44 Parameter 'monOpen' is not assigned and could be declared final
25293 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunClose' is not assigned and could be declared final
25294 src/com/gps/hibernate/Orglabor.java 44 Parameter 'sunOpen' is not assigned and could be declared final
25295 src/com/gps/hibernate/Orglabor.java 45 Parameter 'monClose' is not assigned and could be declared final
25296 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueClose' is not assigned and could be declared final
25297 src/com/gps/hibernate/Orglabor.java 45 Parameter 'tueOpen' is not assigned and could be declared final
25298 src/com/gps/hibernate/Orglabor.java 46 Parameter 'thuOpen' is not assigned and could be declared final
25299 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedClose' is not assigned and could be declared final
25300 src/com/gps/hibernate/Orglabor.java 46 Parameter 'wedOpen' is not assigned and could be declared final
25301 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friClose' is not assigned and could be declared final
25302 src/com/gps/hibernate/Orglabor.java 47 Parameter 'friOpen' is not assigned and could be declared final
25303 src/com/gps/hibernate/Orglabor.java 47 Parameter 'thuClose' is not assigned and could be declared final
25304 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satClose' is not assigned and could be declared final
25305 src/com/gps/hibernate/Orglabor.java 48 Parameter 'satOpen' is not assigned and could be declared final
25306 src/com/gps/hibernate/Orglabor.java 70 publicMethodCommentRequirement Required
25307 src/com/gps/hibernate/Orglabor.java 74 Parameter 'orgLaborId' is not assigned and could be declared final
25308 src/com/gps/hibernate/Orglabor.java 74 publicMethodCommentRequirement Required
25309 src/com/gps/hibernate/Orglabor.java 78 publicMethodCommentRequirement Required
25310 src/com/gps/hibernate/Orglabor.java 82 Parameter 'organizationId' is not assigned and could be declared final
25311 src/com/gps/hibernate/Orglabor.java 82 publicMethodCommentRequirement Required
25312 src/com/gps/hibernate/Orglabor.java 86 publicMethodCommentRequirement Required
25313 src/com/gps/hibernate/Orglabor.java 90 Parameter 'typeId' is not assigned and could be declared final
25314 src/com/gps/hibernate/Orglabor.java 90 publicMethodCommentRequirement Required
25315 src/com/gps/hibernate/Orglabor.java 94 publicMethodCommentRequirement Required
25316 src/com/gps/hibernate/Orglabor.java 98 Parameter 'sunOpen' is not assigned and could be declared final
25317 src/com/gps/hibernate/Orglabor.java 98 publicMethodCommentRequirement Required
25318 src/com/gps/hibernate/Orglabor.java 102 publicMethodCommentRequirement Required
25319 src/com/gps/hibernate/Orglabor.java 106 Parameter 'sunClose' is not assigned and could be declared final
25320 src/com/gps/hibernate/Orglabor.java 106 publicMethodCommentRequirement Required
25321 src/com/gps/hibernate/Orglabor.java 110 publicMethodCommentRequirement Required
25322 src/com/gps/hibernate/Orglabor.java 114 Parameter 'monOpen' is not assigned and could be declared final
25323 src/com/gps/hibernate/Orglabor.java 114 publicMethodCommentRequirement Required
25324 src/com/gps/hibernate/Orglabor.java 118 publicMethodCommentRequirement Required
25325 src/com/gps/hibernate/Orglabor.java 122 Parameter 'monClose' is not assigned and could be declared final
25326 src/com/gps/hibernate/Orglabor.java 122 publicMethodCommentRequirement Required
25327 src/com/gps/hibernate/Orglabor.java 126 publicMethodCommentRequirement Required
25328 src/com/gps/hibernate/Orglabor.java 130 Parameter 'tueOpen' is not assigned and could be declared final
25329 src/com/gps/hibernate/Orglabor.java 130 publicMethodCommentRequirement Required
25330 src/com/gps/hibernate/Orglabor.java 134 publicMethodCommentRequirement Required
25331 src/com/gps/hibernate/Orglabor.java 138 Parameter 'tueClose' is not assigned and could be declared final
25332 src/com/gps/hibernate/Orglabor.java 138 publicMethodCommentRequirement Required
25333 src/com/gps/hibernate/Orglabor.java 142 publicMethodCommentRequirement Required
25334 src/com/gps/hibernate/Orglabor.java 146 Parameter 'wedOpen' is not assigned and could be declared final
25335 src/com/gps/hibernate/Orglabor.java 146 publicMethodCommentRequirement Required
25336 src/com/gps/hibernate/Orglabor.java 150 publicMethodCommentRequirement Required
25337 src/com/gps/hibernate/Orglabor.java 154 Parameter 'wedClose' is not assigned and could be declared final
25338 src/com/gps/hibernate/Orglabor.java 154 publicMethodCommentRequirement Required
25339 src/com/gps/hibernate/Orglabor.java 158 publicMethodCommentRequirement Required
25340 src/com/gps/hibernate/Orglabor.java 162 Parameter 'thuOpen' is not assigned and could be declared final
25341 src/com/gps/hibernate/Orglabor.java 162 publicMethodCommentRequirement Required
25342 src/com/gps/hibernate/Orglabor.java 166 publicMethodCommentRequirement Required
25343 src/com/gps/hibernate/Orglabor.java 170 Parameter 'thuClose' is not assigned and could be declared final
25344 src/com/gps/hibernate/Orglabor.java 170 publicMethodCommentRequirement Required
25345 src/com/gps/hibernate/Orglabor.java 174 publicMethodCommentRequirement Required
25346 src/com/gps/hibernate/Orglabor.java 178 Parameter 'friOpen' is not assigned and could be declared final
25347 src/com/gps/hibernate/Orglabor.java 178 publicMethodCommentRequirement Required
25348 src/com/gps/hibernate/Orglabor.java 182 publicMethodCommentRequirement Required
25349 src/com/gps/hibernate/Orglabor.java 186 Parameter 'friClose' is not assigned and could be declared final
25350 src/com/gps/hibernate/Orglabor.java 186 publicMethodCommentRequirement Required
25351 src/com/gps/hibernate/Orglabor.java 190 publicMethodCommentRequirement Required
25352 src/com/gps/hibernate/Orglabor.java 194 Parameter 'satOpen' is not assigned and could be declared final
25353 src/com/gps/hibernate/Orglabor.java 194 publicMethodCommentRequirement Required
25354 src/com/gps/hibernate/Orglabor.java 198 publicMethodCommentRequirement Required
25355 src/com/gps/hibernate/Orglabor.java 202 Parameter 'satClose' is not assigned and could be declared final
25356 src/com/gps/hibernate/Orglabor.java 202 publicMethodCommentRequirement Required
25357 src/com/gps/hibernate/OrglaborDAO.java 10 Comment is too large: Too many lines
25358 src/com/gps/hibernate/OrglaborDAO.java 22 This class has too many methods, consider refactoring it.
25359 src/com/gps/hibernate/OrglaborDAO.java 23 Logger should be defined private static final and have the correct class
25360 src/com/gps/hibernate/OrglaborDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25361 src/com/gps/hibernate/OrglaborDAO.java 23 fieldCommentRequirement Required
25362 src/com/gps/hibernate/OrglaborDAO.java 25 fieldCommentRequirement Required
25363 src/com/gps/hibernate/OrglaborDAO.java 26 fieldCommentRequirement Required
25364 src/com/gps/hibernate/OrglaborDAO.java 27 fieldCommentRequirement Required
25365 src/com/gps/hibernate/OrglaborDAO.java 28 fieldCommentRequirement Required
25366 src/com/gps/hibernate/OrglaborDAO.java 29 fieldCommentRequirement Required
25367 src/com/gps/hibernate/OrglaborDAO.java 30 fieldCommentRequirement Required
25368 src/com/gps/hibernate/OrglaborDAO.java 31 fieldCommentRequirement Required
25369 src/com/gps/hibernate/OrglaborDAO.java 32 fieldCommentRequirement Required
25370 src/com/gps/hibernate/OrglaborDAO.java 33 fieldCommentRequirement Required
25371 src/com/gps/hibernate/OrglaborDAO.java 34 fieldCommentRequirement Required
25372 src/com/gps/hibernate/OrglaborDAO.java 35 fieldCommentRequirement Required
25373 src/com/gps/hibernate/OrglaborDAO.java 36 fieldCommentRequirement Required
25374 src/com/gps/hibernate/OrglaborDAO.java 37 fieldCommentRequirement Required
25375 src/com/gps/hibernate/OrglaborDAO.java 38 fieldCommentRequirement Required
25376 src/com/gps/hibernate/OrglaborDAO.java 39 fieldCommentRequirement Required
25377 src/com/gps/hibernate/OrglaborDAO.java 40 fieldCommentRequirement Required
25378 src/com/gps/hibernate/OrglaborDAO.java 42 Parameter 'transientInstance' is not assigned and could be declared final
25379 src/com/gps/hibernate/OrglaborDAO.java 42 publicMethodCommentRequirement Required
25380 src/com/gps/hibernate/OrglaborDAO.java 43 There is log block not surrounded by if
25381 src/com/gps/hibernate/OrglaborDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25382 src/com/gps/hibernate/OrglaborDAO.java 45 Potential violation of Law of Demeter (method chain calls)
25383 src/com/gps/hibernate/OrglaborDAO.java 46 There is log block not surrounded by if
25384 src/com/gps/hibernate/OrglaborDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25385 src/com/gps/hibernate/OrglaborDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25386 src/com/gps/hibernate/OrglaborDAO.java 48 There is log block not surrounded by if
25387 src/com/gps/hibernate/OrglaborDAO.java 53 Avoid excessively long variable names like persistentInstance
25388 src/com/gps/hibernate/OrglaborDAO.java 53 Parameter 'persistentInstance' is not assigned and could be declared final
25389 src/com/gps/hibernate/OrglaborDAO.java 53 publicMethodCommentRequirement Required
25390 src/com/gps/hibernate/OrglaborDAO.java 54 There is log block not surrounded by if
25391 src/com/gps/hibernate/OrglaborDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25392 src/com/gps/hibernate/OrglaborDAO.java 56 Potential violation of Law of Demeter (method chain calls)
25393 src/com/gps/hibernate/OrglaborDAO.java 57 There is log block not surrounded by if
25394 src/com/gps/hibernate/OrglaborDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25395 src/com/gps/hibernate/OrglaborDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25396 src/com/gps/hibernate/OrglaborDAO.java 59 There is log block not surrounded by if
25397 src/com/gps/hibernate/OrglaborDAO.java 64 Avoid variables with short names like id
25398 src/com/gps/hibernate/OrglaborDAO.java 64 Parameter 'id' is not assigned and could be declared final
25399 src/com/gps/hibernate/OrglaborDAO.java 64 publicMethodCommentRequirement Required
25400 src/com/gps/hibernate/OrglaborDAO.java 65 There is log block not surrounded by if
25401 src/com/gps/hibernate/OrglaborDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25402 src/com/gps/hibernate/OrglaborDAO.java 67 Local variable 'instance' could be declared final
25403 src/com/gps/hibernate/OrglaborDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25404 src/com/gps/hibernate/OrglaborDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25405 src/com/gps/hibernate/OrglaborDAO.java 71 There is log block not surrounded by if
25406 src/com/gps/hibernate/OrglaborDAO.java 76 Parameter 'instance' is not assigned and could be declared final
25407 src/com/gps/hibernate/OrglaborDAO.java 76 publicMethodCommentRequirement Required
25408 src/com/gps/hibernate/OrglaborDAO.java 77 There is log block not surrounded by if
25409 src/com/gps/hibernate/OrglaborDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25410 src/com/gps/hibernate/OrglaborDAO.java 79 Local variable 'results' could be declared final
25411 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
25412 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
25413 src/com/gps/hibernate/OrglaborDAO.java 79 Potential violation of Law of Demeter (method chain calls)
25414 src/com/gps/hibernate/OrglaborDAO.java 82 There is log block not surrounded by if
25415 src/com/gps/hibernate/OrglaborDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25416 src/com/gps/hibernate/OrglaborDAO.java 83 Potential violation of Law of Demeter (object not created locally)
25417 src/com/gps/hibernate/OrglaborDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25418 src/com/gps/hibernate/OrglaborDAO.java 86 There is log block not surrounded by if
25419 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'propertyName' is not assigned and could be declared final
25420 src/com/gps/hibernate/OrglaborDAO.java 91 Parameter 'value' is not assigned and could be declared final
25421 src/com/gps/hibernate/OrglaborDAO.java 91 publicMethodCommentRequirement Required
25422 src/com/gps/hibernate/OrglaborDAO.java 92 There is log block not surrounded by if
25423 src/com/gps/hibernate/OrglaborDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25424 src/com/gps/hibernate/OrglaborDAO.java 95 Local variable 'queryString' could be declared final
25425 src/com/gps/hibernate/OrglaborDAO.java 97 Local variable 'queryObject' could be declared final
25426 src/com/gps/hibernate/OrglaborDAO.java 97 Potential violation of Law of Demeter (method chain calls)
25427 src/com/gps/hibernate/OrglaborDAO.java 98 Potential violation of Law of Demeter (object not created locally)
25428 src/com/gps/hibernate/OrglaborDAO.java 99 Potential violation of Law of Demeter (object not created locally)
25429 src/com/gps/hibernate/OrglaborDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25430 src/com/gps/hibernate/OrglaborDAO.java 101 There is log block not surrounded by if
25431 src/com/gps/hibernate/OrglaborDAO.java 106 Parameter 'organizationId' is not assigned and could be declared final
25432 src/com/gps/hibernate/OrglaborDAO.java 106 publicMethodCommentRequirement Required
25433 src/com/gps/hibernate/OrglaborDAO.java 110 Parameter 'typeId' is not assigned and could be declared final
25434 src/com/gps/hibernate/OrglaborDAO.java 110 publicMethodCommentRequirement Required
25435 src/com/gps/hibernate/OrglaborDAO.java 114 Parameter 'sunOpen' is not assigned and could be declared final
25436 src/com/gps/hibernate/OrglaborDAO.java 114 publicMethodCommentRequirement Required
25437 src/com/gps/hibernate/OrglaborDAO.java 118 Parameter 'sunClose' is not assigned and could be declared final
25438 src/com/gps/hibernate/OrglaborDAO.java 118 publicMethodCommentRequirement Required
25439 src/com/gps/hibernate/OrglaborDAO.java 122 Parameter 'monOpen' is not assigned and could be declared final
25440 src/com/gps/hibernate/OrglaborDAO.java 122 publicMethodCommentRequirement Required
25441 src/com/gps/hibernate/OrglaborDAO.java 126 Parameter 'monClose' is not assigned and could be declared final
25442 src/com/gps/hibernate/OrglaborDAO.java 126 publicMethodCommentRequirement Required
25443 src/com/gps/hibernate/OrglaborDAO.java 130 Parameter 'tueOpen' is not assigned and could be declared final
25444 src/com/gps/hibernate/OrglaborDAO.java 130 publicMethodCommentRequirement Required
25445 src/com/gps/hibernate/OrglaborDAO.java 134 Parameter 'tueClose' is not assigned and could be declared final
25446 src/com/gps/hibernate/OrglaborDAO.java 134 publicMethodCommentRequirement Required
25447 src/com/gps/hibernate/OrglaborDAO.java 138 Parameter 'wedOpen' is not assigned and could be declared final
25448 src/com/gps/hibernate/OrglaborDAO.java 138 publicMethodCommentRequirement Required
25449 src/com/gps/hibernate/OrglaborDAO.java 142 Parameter 'wedClose' is not assigned and could be declared final
25450 src/com/gps/hibernate/OrglaborDAO.java 142 publicMethodCommentRequirement Required
25451 src/com/gps/hibernate/OrglaborDAO.java 146 Parameter 'thuOpen' is not assigned and could be declared final
25452 src/com/gps/hibernate/OrglaborDAO.java 146 publicMethodCommentRequirement Required
25453 src/com/gps/hibernate/OrglaborDAO.java 150 Parameter 'thuClose' is not assigned and could be declared final
25454 src/com/gps/hibernate/OrglaborDAO.java 150 publicMethodCommentRequirement Required
25455 src/com/gps/hibernate/OrglaborDAO.java 154 Parameter 'friOpen' is not assigned and could be declared final
25456 src/com/gps/hibernate/OrglaborDAO.java 154 publicMethodCommentRequirement Required
25457 src/com/gps/hibernate/OrglaborDAO.java 158 Parameter 'friClose' is not assigned and could be declared final
25458 src/com/gps/hibernate/OrglaborDAO.java 158 publicMethodCommentRequirement Required
25459 src/com/gps/hibernate/OrglaborDAO.java 162 Parameter 'satOpen' is not assigned and could be declared final
25460 src/com/gps/hibernate/OrglaborDAO.java 162 publicMethodCommentRequirement Required
25461 src/com/gps/hibernate/OrglaborDAO.java 166 Parameter 'satClose' is not assigned and could be declared final
25462 src/com/gps/hibernate/OrglaborDAO.java 166 publicMethodCommentRequirement Required
25463 src/com/gps/hibernate/OrglaborDAO.java 170 publicMethodCommentRequirement Required
25464 src/com/gps/hibernate/OrglaborDAO.java 171 There is log block not surrounded by if
25465 src/com/gps/hibernate/OrglaborDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25466 src/com/gps/hibernate/OrglaborDAO.java 173 Local variable 'queryString' could be declared final
25467 src/com/gps/hibernate/OrglaborDAO.java 174 Local variable 'queryObject' could be declared final
25468 src/com/gps/hibernate/OrglaborDAO.java 174 Potential violation of Law of Demeter (method chain calls)
25469 src/com/gps/hibernate/OrglaborDAO.java 175 Potential violation of Law of Demeter (object not created locally)
25470 src/com/gps/hibernate/OrglaborDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25471 src/com/gps/hibernate/OrglaborDAO.java 177 There is log block not surrounded by if
25472 src/com/gps/hibernate/OrglaborDAO.java 182 Parameter 'detachedInstance' is not assigned and could be declared final
25473 src/com/gps/hibernate/OrglaborDAO.java 182 publicMethodCommentRequirement Required
25474 src/com/gps/hibernate/OrglaborDAO.java 183 There is log block not surrounded by if
25475 src/com/gps/hibernate/OrglaborDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25476 src/com/gps/hibernate/OrglaborDAO.java 185 Local variable 'result' could be declared final
25477 src/com/gps/hibernate/OrglaborDAO.java 185 Potential violation of Law of Demeter (method chain calls)
25478 src/com/gps/hibernate/OrglaborDAO.java 186 There is log block not surrounded by if
25479 src/com/gps/hibernate/OrglaborDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25480 src/com/gps/hibernate/OrglaborDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25481 src/com/gps/hibernate/OrglaborDAO.java 189 There is log block not surrounded by if
25482 src/com/gps/hibernate/OrglaborDAO.java 194 Parameter 'instance' is not assigned and could be declared final
25483 src/com/gps/hibernate/OrglaborDAO.java 194 publicMethodCommentRequirement Required
25484 src/com/gps/hibernate/OrglaborDAO.java 195 There is log block not surrounded by if
25485 src/com/gps/hibernate/OrglaborDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25486 src/com/gps/hibernate/OrglaborDAO.java 197 Potential violation of Law of Demeter (method chain calls)
25487 src/com/gps/hibernate/OrglaborDAO.java 198 There is log block not surrounded by if
25488 src/com/gps/hibernate/OrglaborDAO.java 198 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25489 src/com/gps/hibernate/OrglaborDAO.java 199 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25490 src/com/gps/hibernate/OrglaborDAO.java 200 There is log block not surrounded by if
25491 src/com/gps/hibernate/OrglaborDAO.java 205 Parameter 'instance' is not assigned and could be declared final
25492 src/com/gps/hibernate/OrglaborDAO.java 205 publicMethodCommentRequirement Required
25493 src/com/gps/hibernate/OrglaborDAO.java 206 There is log block not surrounded by if
25494 src/com/gps/hibernate/OrglaborDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25495 src/com/gps/hibernate/OrglaborDAO.java 208 Potential violation of Law of Demeter (method chain calls)
25496 src/com/gps/hibernate/OrglaborDAO.java 209 There is log block not surrounded by if
25497 src/com/gps/hibernate/OrglaborDAO.java 209 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25498 src/com/gps/hibernate/OrglaborDAO.java 210 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25499 src/com/gps/hibernate/OrglaborDAO.java 211 There is log block not surrounded by if
25500 src/com/gps/hibernate/Packet.java 6 headerCommentRequirement Required
25501 src/com/gps/hibernate/Packet.java 8 fieldCommentRequirement Required
25502 src/com/gps/hibernate/Packet.java 9 fieldCommentRequirement Required
25503 src/com/gps/hibernate/Packet.java 10 fieldCommentRequirement Required
25504 src/com/gps/hibernate/Packet.java 12 Parameter 'dbdate' is not assigned and could be declared final
25505 src/com/gps/hibernate/Packet.java 12 Parameter 'end' is not assigned and could be declared final
25506 src/com/gps/hibernate/Packet.java 12 Parameter 'start' is not assigned and could be declared final
25507 src/com/gps/hibernate/Packet.java 12 publicMethodCommentRequirement Required
25508 src/com/gps/hibernate/Packet.java 18 Parameter 'dbdate' is not assigned and could be declared final
25509 src/com/gps/hibernate/Packet.java 18 publicMethodCommentRequirement Required
25510 src/com/gps/hibernate/Packet.java 21 publicMethodCommentRequirement Required
25511 src/com/gps/hibernate/Packet.java 25 Parameter 'start' is not assigned and could be declared final
25512 src/com/gps/hibernate/Packet.java 25 publicMethodCommentRequirement Required
25513 src/com/gps/hibernate/Packet.java 28 publicMethodCommentRequirement Required
25514 src/com/gps/hibernate/Packet.java 31 Parameter 'end' is not assigned and could be declared final
25515 src/com/gps/hibernate/Packet.java 31 publicMethodCommentRequirement Required
25516 src/com/gps/hibernate/Packet.java 34 publicMethodCommentRequirement Required
25517 src/com/gps/hibernate/ParamsSummary.java 5 Classes implementing Serializable should set a serialVersionUID
25518 src/com/gps/hibernate/ParamsSummary.java 5 headerCommentRequirement Required
25519 src/com/gps/hibernate/ParamsSummary.java 7 fieldCommentRequirement Required
25520 src/com/gps/hibernate/ParamsSummary.java 8 fieldCommentRequirement Required
25521 src/com/gps/hibernate/ParamsSummary.java 9 fieldCommentRequirement Required
25522 src/com/gps/hibernate/ParamsSummary.java 10 fieldCommentRequirement Required
25523 src/com/gps/hibernate/ParamsSummary.java 11 fieldCommentRequirement Required
25524 src/com/gps/hibernate/ParamsSummary.java 21 Parameter 'summaryId' is not assigned and could be declared final
25525 src/com/gps/hibernate/ParamsSummary.java 33 Parameter 'vehicleId' is not assigned and could be declared final
25526 src/com/gps/hibernate/ParamsSummary.java 45 Parameter 'date' is not assigned and could be declared final
25527 src/com/gps/hibernate/ParamsSummary.java 57 Parameter 'paramStartId' is not assigned and could be declared final
25528 src/com/gps/hibernate/ParamsSummary.java 69 Parameter 'paramEndId' is not assigned and could be declared final
25529 src/com/gps/hibernate/ParamsSummaryDAO.java 10 headerCommentRequirement Required
25530 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Logger should be defined private static final and have the correct class
25531 src/com/gps/hibernate/ParamsSummaryDAO.java 12 Variables that are final and static should be all capitals, 'log' is not all capitals.
25532 src/com/gps/hibernate/ParamsSummaryDAO.java 12 fieldCommentRequirement Required
25533 src/com/gps/hibernate/ParamsSummaryDAO.java 16 Parameter 'transientInstance' is not assigned and could be declared final
25534 src/com/gps/hibernate/ParamsSummaryDAO.java 16 publicMethodCommentRequirement Required
25535 src/com/gps/hibernate/ParamsSummaryDAO.java 17 There is log block not surrounded by if
25536 src/com/gps/hibernate/ParamsSummaryDAO.java 17 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25537 src/com/gps/hibernate/ParamsSummaryDAO.java 19 Potential violation of Law of Demeter (method chain calls)
25538 src/com/gps/hibernate/ParamsSummaryDAO.java 20 There is log block not surrounded by if
25539 src/com/gps/hibernate/ParamsSummaryDAO.java 20 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25540 src/com/gps/hibernate/ParamsSummaryDAO.java 22 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25541 src/com/gps/hibernate/ParamsSummaryDAO.java 23 There is log block not surrounded by if
25542 src/com/gps/hibernate/ParamsSummaryDAO.java 28 Parameter 'instance' is not assigned and could be declared final
25543 src/com/gps/hibernate/ParamsSummaryDAO.java 28 publicMethodCommentRequirement Required
25544 src/com/gps/hibernate/ParamsSummaryDAO.java 29 There is log block not surrounded by if
25545 src/com/gps/hibernate/ParamsSummaryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25546 src/com/gps/hibernate/ParamsSummaryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
25547 src/com/gps/hibernate/ParamsSummaryDAO.java 32 There is log block not surrounded by if
25548 src/com/gps/hibernate/ParamsSummaryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25549 src/com/gps/hibernate/ParamsSummaryDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25550 src/com/gps/hibernate/ParamsSummaryDAO.java 35 There is log block not surrounded by if
25551 src/com/gps/hibernate/ParamsSummaryDAO.java 40 Parameter 'instance' is not assigned and could be declared final
25552 src/com/gps/hibernate/ParamsSummaryDAO.java 40 publicMethodCommentRequirement Required
25553 src/com/gps/hibernate/ParamsSummaryDAO.java 41 There is log block not surrounded by if
25554 src/com/gps/hibernate/ParamsSummaryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25555 src/com/gps/hibernate/ParamsSummaryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
25556 src/com/gps/hibernate/ParamsSummaryDAO.java 44 There is log block not surrounded by if
25557 src/com/gps/hibernate/ParamsSummaryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25558 src/com/gps/hibernate/ParamsSummaryDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25559 src/com/gps/hibernate/ParamsSummaryDAO.java 47 There is log block not surrounded by if
25560 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Avoid excessively long variable names like persistentInstance
25561 src/com/gps/hibernate/ParamsSummaryDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
25562 src/com/gps/hibernate/ParamsSummaryDAO.java 52 publicMethodCommentRequirement Required
25563 src/com/gps/hibernate/ParamsSummaryDAO.java 53 There is log block not surrounded by if
25564 src/com/gps/hibernate/ParamsSummaryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25565 src/com/gps/hibernate/ParamsSummaryDAO.java 55 Potential violation of Law of Demeter (method chain calls)
25566 src/com/gps/hibernate/ParamsSummaryDAO.java 56 There is log block not surrounded by if
25567 src/com/gps/hibernate/ParamsSummaryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25568 src/com/gps/hibernate/ParamsSummaryDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25569 src/com/gps/hibernate/ParamsSummaryDAO.java 59 There is log block not surrounded by if
25570 src/com/gps/hibernate/ParamsSummaryDAO.java 64 Parameter 'detachedInstance' is not assigned and could be declared final
25571 src/com/gps/hibernate/ParamsSummaryDAO.java 64 publicMethodCommentRequirement Required
25572 src/com/gps/hibernate/ParamsSummaryDAO.java 65 There is log block not surrounded by if
25573 src/com/gps/hibernate/ParamsSummaryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25574 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Local variable 'result' could be declared final
25575 src/com/gps/hibernate/ParamsSummaryDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25576 src/com/gps/hibernate/ParamsSummaryDAO.java 69 There is log block not surrounded by if
25577 src/com/gps/hibernate/ParamsSummaryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25578 src/com/gps/hibernate/ParamsSummaryDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25579 src/com/gps/hibernate/ParamsSummaryDAO.java 73 There is log block not surrounded by if
25580 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Avoid variables with short names like id
25581 src/com/gps/hibernate/ParamsSummaryDAO.java 78 Parameter 'id' is not assigned and could be declared final
25582 src/com/gps/hibernate/ParamsSummaryDAO.java 78 publicMethodCommentRequirement Required
25583 src/com/gps/hibernate/ParamsSummaryDAO.java 79 There is log block not surrounded by if
25584 src/com/gps/hibernate/ParamsSummaryDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25585 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Local variable 'instance' could be declared final
25586 src/com/gps/hibernate/ParamsSummaryDAO.java 81 Potential violation of Law of Demeter (method chain calls)
25587 src/com/gps/hibernate/ParamsSummaryDAO.java 84 There is log block not surrounded by if
25588 src/com/gps/hibernate/ParamsSummaryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25589 src/com/gps/hibernate/ParamsSummaryDAO.java 87 There is log block not surrounded by if
25590 src/com/gps/hibernate/ParamsSummaryDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25591 src/com/gps/hibernate/ParamsSummaryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25592 src/com/gps/hibernate/ParamsSummaryDAO.java 92 There is log block not surrounded by if
25593 src/com/gps/hibernate/ParamsSummaryDAO.java 98 Parameter 'instance' is not assigned and could be declared final
25594 src/com/gps/hibernate/ParamsSummaryDAO.java 98 publicMethodCommentRequirement Required
25595 src/com/gps/hibernate/ParamsSummaryDAO.java 99 There is log block not surrounded by if
25596 src/com/gps/hibernate/ParamsSummaryDAO.java 99 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25597 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Local variable 'results' could be declared final
25598 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
25599 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
25600 src/com/gps/hibernate/ParamsSummaryDAO.java 101 Potential violation of Law of Demeter (method chain calls)
25601 src/com/gps/hibernate/ParamsSummaryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
25602 src/com/gps/hibernate/ParamsSummaryDAO.java 105 There is log block not surrounded by if
25603 src/com/gps/hibernate/ParamsSummaryDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25604 src/com/gps/hibernate/ParamsSummaryDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25605 src/com/gps/hibernate/ParamsSummaryDAO.java 109 There is log block not surrounded by if
25606 src/com/gps/hibernate/Passwordpolicy.java 1 This class has a bunch of public methods and attributes
25607 src/com/gps/hibernate/Passwordpolicy.java 11 Classes implementing Serializable should set a serialVersionUID
25608 src/com/gps/hibernate/Passwordpolicy.java 11 Too many fields
25609 src/com/gps/hibernate/Passwordpolicy.java 15 fieldCommentRequirement Required
25610 src/com/gps/hibernate/Passwordpolicy.java 16 fieldCommentRequirement Required
25611 src/com/gps/hibernate/Passwordpolicy.java 17 fieldCommentRequirement Required
25612 src/com/gps/hibernate/Passwordpolicy.java 18 fieldCommentRequirement Required
25613 src/com/gps/hibernate/Passwordpolicy.java 19 fieldCommentRequirement Required
25614 src/com/gps/hibernate/Passwordpolicy.java 20 fieldCommentRequirement Required
25615 src/com/gps/hibernate/Passwordpolicy.java 21 fieldCommentRequirement Required
25616 src/com/gps/hibernate/Passwordpolicy.java 22 fieldCommentRequirement Required
25617 src/com/gps/hibernate/Passwordpolicy.java 23 fieldCommentRequirement Required
25618 src/com/gps/hibernate/Passwordpolicy.java 24 fieldCommentRequirement Required
25619 src/com/gps/hibernate/Passwordpolicy.java 25 fieldCommentRequirement Required
25620 src/com/gps/hibernate/Passwordpolicy.java 26 fieldCommentRequirement Required
25621 src/com/gps/hibernate/Passwordpolicy.java 27 fieldCommentRequirement Required
25622 src/com/gps/hibernate/Passwordpolicy.java 28 Avoid excessively long variable names like allowDictionaryWords
25623 src/com/gps/hibernate/Passwordpolicy.java 28 fieldCommentRequirement Required
25624 src/com/gps/hibernate/Passwordpolicy.java 29 fieldCommentRequirement Required
25625 src/com/gps/hibernate/Passwordpolicy.java 30 fieldCommentRequirement Required
25626 src/com/gps/hibernate/Passwordpolicy.java 31 fieldCommentRequirement Required
25627 src/com/gps/hibernate/Passwordpolicy.java 32 fieldCommentRequirement Required
25628 src/com/gps/hibernate/Passwordpolicy.java 33 fieldCommentRequirement Required
25629 src/com/gps/hibernate/Passwordpolicy.java 34 fieldCommentRequirement Required
25630 src/com/gps/hibernate/Passwordpolicy.java 35 fieldCommentRequirement Required
25631 src/com/gps/hibernate/Passwordpolicy.java 36 fieldCommentRequirement Required
25632 src/com/gps/hibernate/Passwordpolicy.java 37 fieldCommentRequirement Required
25633 src/com/gps/hibernate/Passwordpolicy.java 38 fieldCommentRequirement Required
25634 src/com/gps/hibernate/Passwordpolicy.java 39 fieldCommentRequirement Required
25635 src/com/gps/hibernate/Passwordpolicy.java 40 fieldCommentRequirement Required
25636 src/com/gps/hibernate/Passwordpolicy.java 45 Document empty constructor
25637 src/com/gps/hibernate/Passwordpolicy.java 49 Parameter 'passwordPolicyId' is not assigned and could be declared final
25638 src/com/gps/hibernate/Passwordpolicy.java 54 Avoid long parameter lists.
25639 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'companyId' is not assigned and could be declared final
25640 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'passwordPolicyId' is not assigned and could be declared final
25641 src/com/gps/hibernate/Passwordpolicy.java 54 Parameter 'userId' is not assigned and could be declared final
25642 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'createDate' is not assigned and could be declared final
25643 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'modifiedDate' is not assigned and could be declared final
25644 src/com/gps/hibernate/Passwordpolicy.java 55 Parameter 'userName' is not assigned and could be declared final
25645 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'defaultPolicy' is not assigned and could be declared final
25646 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'description' is not assigned and could be declared final
25647 src/com/gps/hibernate/Passwordpolicy.java 56 Parameter 'name' is not assigned and could be declared final
25648 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeRequired' is not assigned and could be declared final
25649 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'changeable' is not assigned and could be declared final
25650 src/com/gps/hibernate/Passwordpolicy.java 57 Parameter 'minAge' is not assigned and could be declared final
25651 src/com/gps/hibernate/Passwordpolicy.java 58 Avoid excessively long variable names like allowDictionaryWords
25652 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'allowDictionaryWords' is not assigned and could be declared final
25653 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'checkSyntax' is not assigned and could be declared final
25654 src/com/gps/hibernate/Passwordpolicy.java 58 Parameter 'minLength' is not assigned and could be declared final
25655 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'expireable' is not assigned and could be declared final
25656 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'history' is not assigned and could be declared final
25657 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'historyCount' is not assigned and could be declared final
25658 src/com/gps/hibernate/Passwordpolicy.java 59 Parameter 'maxAge' is not assigned and could be declared final
25659 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'graceLimit' is not assigned and could be declared final
25660 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'lockout' is not assigned and could be declared final
25661 src/com/gps/hibernate/Passwordpolicy.java 60 Parameter 'warningTime' is not assigned and could be declared final
25662 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'lockoutDuration' is not assigned and could be declared final
25663 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'maxFailure' is not assigned and could be declared final
25664 src/com/gps/hibernate/Passwordpolicy.java 61 Parameter 'requireUnlock' is not assigned and could be declared final
25665 src/com/gps/hibernate/Passwordpolicy.java 62 Parameter 'resetFailureCount' is not assigned and could be declared final
25666 src/com/gps/hibernate/Passwordpolicy.java 93 publicMethodCommentRequirement Required
25667 src/com/gps/hibernate/Passwordpolicy.java 97 Parameter 'passwordPolicyId' is not assigned and could be declared final
25668 src/com/gps/hibernate/Passwordpolicy.java 97 publicMethodCommentRequirement Required
25669 src/com/gps/hibernate/Passwordpolicy.java 101 publicMethodCommentRequirement Required
25670 src/com/gps/hibernate/Passwordpolicy.java 105 Parameter 'companyId' is not assigned and could be declared final
25671 src/com/gps/hibernate/Passwordpolicy.java 105 publicMethodCommentRequirement Required
25672 src/com/gps/hibernate/Passwordpolicy.java 109 publicMethodCommentRequirement Required
25673 src/com/gps/hibernate/Passwordpolicy.java 113 Parameter 'userId' is not assigned and could be declared final
25674 src/com/gps/hibernate/Passwordpolicy.java 113 publicMethodCommentRequirement Required
25675 src/com/gps/hibernate/Passwordpolicy.java 117 publicMethodCommentRequirement Required
25676 src/com/gps/hibernate/Passwordpolicy.java 121 Parameter 'userName' is not assigned and could be declared final
25677 src/com/gps/hibernate/Passwordpolicy.java 121 publicMethodCommentRequirement Required
25678 src/com/gps/hibernate/Passwordpolicy.java 125 publicMethodCommentRequirement Required
25679 src/com/gps/hibernate/Passwordpolicy.java 129 Parameter 'createDate' is not assigned and could be declared final
25680 src/com/gps/hibernate/Passwordpolicy.java 129 publicMethodCommentRequirement Required
25681 src/com/gps/hibernate/Passwordpolicy.java 133 publicMethodCommentRequirement Required
25682 src/com/gps/hibernate/Passwordpolicy.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
25683 src/com/gps/hibernate/Passwordpolicy.java 137 publicMethodCommentRequirement Required
25684 src/com/gps/hibernate/Passwordpolicy.java 141 publicMethodCommentRequirement Required
25685 src/com/gps/hibernate/Passwordpolicy.java 145 Parameter 'defaultPolicy' is not assigned and could be declared final
25686 src/com/gps/hibernate/Passwordpolicy.java 145 publicMethodCommentRequirement Required
25687 src/com/gps/hibernate/Passwordpolicy.java 149 publicMethodCommentRequirement Required
25688 src/com/gps/hibernate/Passwordpolicy.java 153 Parameter 'name' is not assigned and could be declared final
25689 src/com/gps/hibernate/Passwordpolicy.java 153 publicMethodCommentRequirement Required
25690 src/com/gps/hibernate/Passwordpolicy.java 157 publicMethodCommentRequirement Required
25691 src/com/gps/hibernate/Passwordpolicy.java 161 Parameter 'description' is not assigned and could be declared final
25692 src/com/gps/hibernate/Passwordpolicy.java 161 publicMethodCommentRequirement Required
25693 src/com/gps/hibernate/Passwordpolicy.java 165 publicMethodCommentRequirement Required
25694 src/com/gps/hibernate/Passwordpolicy.java 169 Parameter 'changeable' is not assigned and could be declared final
25695 src/com/gps/hibernate/Passwordpolicy.java 169 publicMethodCommentRequirement Required
25696 src/com/gps/hibernate/Passwordpolicy.java 173 publicMethodCommentRequirement Required
25697 src/com/gps/hibernate/Passwordpolicy.java 177 Parameter 'changeRequired' is not assigned and could be declared final
25698 src/com/gps/hibernate/Passwordpolicy.java 177 publicMethodCommentRequirement Required
25699 src/com/gps/hibernate/Passwordpolicy.java 181 publicMethodCommentRequirement Required
25700 src/com/gps/hibernate/Passwordpolicy.java 185 Parameter 'minAge' is not assigned and could be declared final
25701 src/com/gps/hibernate/Passwordpolicy.java 185 publicMethodCommentRequirement Required
25702 src/com/gps/hibernate/Passwordpolicy.java 189 publicMethodCommentRequirement Required
25703 src/com/gps/hibernate/Passwordpolicy.java 193 Parameter 'checkSyntax' is not assigned and could be declared final
25704 src/com/gps/hibernate/Passwordpolicy.java 193 publicMethodCommentRequirement Required
25705 src/com/gps/hibernate/Passwordpolicy.java 197 publicMethodCommentRequirement Required
25706 src/com/gps/hibernate/Passwordpolicy.java 201 Avoid excessively long variable names like allowDictionaryWords
25707 src/com/gps/hibernate/Passwordpolicy.java 201 Parameter 'allowDictionaryWords' is not assigned and could be declared final
25708 src/com/gps/hibernate/Passwordpolicy.java 201 publicMethodCommentRequirement Required
25709 src/com/gps/hibernate/Passwordpolicy.java 205 publicMethodCommentRequirement Required
25710 src/com/gps/hibernate/Passwordpolicy.java 209 Parameter 'minLength' is not assigned and could be declared final
25711 src/com/gps/hibernate/Passwordpolicy.java 209 publicMethodCommentRequirement Required
25712 src/com/gps/hibernate/Passwordpolicy.java 213 publicMethodCommentRequirement Required
25713 src/com/gps/hibernate/Passwordpolicy.java 217 Parameter 'history' is not assigned and could be declared final
25714 src/com/gps/hibernate/Passwordpolicy.java 217 publicMethodCommentRequirement Required
25715 src/com/gps/hibernate/Passwordpolicy.java 221 publicMethodCommentRequirement Required
25716 src/com/gps/hibernate/Passwordpolicy.java 225 Parameter 'historyCount' is not assigned and could be declared final
25717 src/com/gps/hibernate/Passwordpolicy.java 225 publicMethodCommentRequirement Required
25718 src/com/gps/hibernate/Passwordpolicy.java 229 publicMethodCommentRequirement Required
25719 src/com/gps/hibernate/Passwordpolicy.java 233 Parameter 'expireable' is not assigned and could be declared final
25720 src/com/gps/hibernate/Passwordpolicy.java 233 publicMethodCommentRequirement Required
25721 src/com/gps/hibernate/Passwordpolicy.java 237 publicMethodCommentRequirement Required
25722 src/com/gps/hibernate/Passwordpolicy.java 241 Parameter 'maxAge' is not assigned and could be declared final
25723 src/com/gps/hibernate/Passwordpolicy.java 241 publicMethodCommentRequirement Required
25724 src/com/gps/hibernate/Passwordpolicy.java 245 publicMethodCommentRequirement Required
25725 src/com/gps/hibernate/Passwordpolicy.java 249 Parameter 'warningTime' is not assigned and could be declared final
25726 src/com/gps/hibernate/Passwordpolicy.java 249 publicMethodCommentRequirement Required
25727 src/com/gps/hibernate/Passwordpolicy.java 253 publicMethodCommentRequirement Required
25728 src/com/gps/hibernate/Passwordpolicy.java 257 Parameter 'graceLimit' is not assigned and could be declared final
25729 src/com/gps/hibernate/Passwordpolicy.java 257 publicMethodCommentRequirement Required
25730 src/com/gps/hibernate/Passwordpolicy.java 261 publicMethodCommentRequirement Required
25731 src/com/gps/hibernate/Passwordpolicy.java 265 Parameter 'lockout' is not assigned and could be declared final
25732 src/com/gps/hibernate/Passwordpolicy.java 265 publicMethodCommentRequirement Required
25733 src/com/gps/hibernate/Passwordpolicy.java 269 publicMethodCommentRequirement Required
25734 src/com/gps/hibernate/Passwordpolicy.java 273 Parameter 'maxFailure' is not assigned and could be declared final
25735 src/com/gps/hibernate/Passwordpolicy.java 273 publicMethodCommentRequirement Required
25736 src/com/gps/hibernate/Passwordpolicy.java 277 publicMethodCommentRequirement Required
25737 src/com/gps/hibernate/Passwordpolicy.java 281 Parameter 'lockoutDuration' is not assigned and could be declared final
25738 src/com/gps/hibernate/Passwordpolicy.java 281 publicMethodCommentRequirement Required
25739 src/com/gps/hibernate/Passwordpolicy.java 285 publicMethodCommentRequirement Required
25740 src/com/gps/hibernate/Passwordpolicy.java 289 Parameter 'requireUnlock' is not assigned and could be declared final
25741 src/com/gps/hibernate/Passwordpolicy.java 289 publicMethodCommentRequirement Required
25742 src/com/gps/hibernate/Passwordpolicy.java 293 publicMethodCommentRequirement Required
25743 src/com/gps/hibernate/Passwordpolicy.java 297 Parameter 'resetFailureCount' is not assigned and could be declared final
25744 src/com/gps/hibernate/Passwordpolicy.java 297 publicMethodCommentRequirement Required
25745 src/com/gps/hibernate/PasswordpolicyDAO.java 3 Avoid unused imports such as 'java.util.Date'
25746 src/com/gps/hibernate/PasswordpolicyDAO.java 11 Comment is too large: Too many lines
25747 src/com/gps/hibernate/PasswordpolicyDAO.java 23 This class has too many methods, consider refactoring it.
25748 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Logger should be defined private static final and have the correct class
25749 src/com/gps/hibernate/PasswordpolicyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
25750 src/com/gps/hibernate/PasswordpolicyDAO.java 24 fieldCommentRequirement Required
25751 src/com/gps/hibernate/PasswordpolicyDAO.java 26 fieldCommentRequirement Required
25752 src/com/gps/hibernate/PasswordpolicyDAO.java 27 fieldCommentRequirement Required
25753 src/com/gps/hibernate/PasswordpolicyDAO.java 28 fieldCommentRequirement Required
25754 src/com/gps/hibernate/PasswordpolicyDAO.java 29 fieldCommentRequirement Required
25755 src/com/gps/hibernate/PasswordpolicyDAO.java 30 fieldCommentRequirement Required
25756 src/com/gps/hibernate/PasswordpolicyDAO.java 31 fieldCommentRequirement Required
25757 src/com/gps/hibernate/PasswordpolicyDAO.java 32 fieldCommentRequirement Required
25758 src/com/gps/hibernate/PasswordpolicyDAO.java 33 fieldCommentRequirement Required
25759 src/com/gps/hibernate/PasswordpolicyDAO.java 34 fieldCommentRequirement Required
25760 src/com/gps/hibernate/PasswordpolicyDAO.java 35 fieldCommentRequirement Required
25761 src/com/gps/hibernate/PasswordpolicyDAO.java 36 Avoid excessively long variable names like ALLOW_DICTIONARY_WORDS
25762 src/com/gps/hibernate/PasswordpolicyDAO.java 36 fieldCommentRequirement Required
25763 src/com/gps/hibernate/PasswordpolicyDAO.java 37 fieldCommentRequirement Required
25764 src/com/gps/hibernate/PasswordpolicyDAO.java 38 fieldCommentRequirement Required
25765 src/com/gps/hibernate/PasswordpolicyDAO.java 39 fieldCommentRequirement Required
25766 src/com/gps/hibernate/PasswordpolicyDAO.java 40 fieldCommentRequirement Required
25767 src/com/gps/hibernate/PasswordpolicyDAO.java 41 fieldCommentRequirement Required
25768 src/com/gps/hibernate/PasswordpolicyDAO.java 42 fieldCommentRequirement Required
25769 src/com/gps/hibernate/PasswordpolicyDAO.java 43 fieldCommentRequirement Required
25770 src/com/gps/hibernate/PasswordpolicyDAO.java 44 fieldCommentRequirement Required
25771 src/com/gps/hibernate/PasswordpolicyDAO.java 45 fieldCommentRequirement Required
25772 src/com/gps/hibernate/PasswordpolicyDAO.java 46 fieldCommentRequirement Required
25773 src/com/gps/hibernate/PasswordpolicyDAO.java 47 fieldCommentRequirement Required
25774 src/com/gps/hibernate/PasswordpolicyDAO.java 48 Avoid excessively long variable names like RESET_FAILURE_COUNT
25775 src/com/gps/hibernate/PasswordpolicyDAO.java 48 fieldCommentRequirement Required
25776 src/com/gps/hibernate/PasswordpolicyDAO.java 50 Parameter 'transientInstance' is not assigned and could be declared final
25777 src/com/gps/hibernate/PasswordpolicyDAO.java 50 publicMethodCommentRequirement Required
25778 src/com/gps/hibernate/PasswordpolicyDAO.java 51 There is log block not surrounded by if
25779 src/com/gps/hibernate/PasswordpolicyDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25780 src/com/gps/hibernate/PasswordpolicyDAO.java 53 Potential violation of Law of Demeter (method chain calls)
25781 src/com/gps/hibernate/PasswordpolicyDAO.java 54 There is log block not surrounded by if
25782 src/com/gps/hibernate/PasswordpolicyDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25783 src/com/gps/hibernate/PasswordpolicyDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25784 src/com/gps/hibernate/PasswordpolicyDAO.java 56 There is log block not surrounded by if
25785 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Avoid excessively long variable names like persistentInstance
25786 src/com/gps/hibernate/PasswordpolicyDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
25787 src/com/gps/hibernate/PasswordpolicyDAO.java 61 publicMethodCommentRequirement Required
25788 src/com/gps/hibernate/PasswordpolicyDAO.java 62 There is log block not surrounded by if
25789 src/com/gps/hibernate/PasswordpolicyDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25790 src/com/gps/hibernate/PasswordpolicyDAO.java 64 Potential violation of Law of Demeter (method chain calls)
25791 src/com/gps/hibernate/PasswordpolicyDAO.java 65 There is log block not surrounded by if
25792 src/com/gps/hibernate/PasswordpolicyDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25793 src/com/gps/hibernate/PasswordpolicyDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25794 src/com/gps/hibernate/PasswordpolicyDAO.java 67 There is log block not surrounded by if
25795 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Avoid variables with short names like id
25796 src/com/gps/hibernate/PasswordpolicyDAO.java 72 Parameter 'id' is not assigned and could be declared final
25797 src/com/gps/hibernate/PasswordpolicyDAO.java 72 publicMethodCommentRequirement Required
25798 src/com/gps/hibernate/PasswordpolicyDAO.java 73 There is log block not surrounded by if
25799 src/com/gps/hibernate/PasswordpolicyDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25800 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Local variable 'instance' could be declared final
25801 src/com/gps/hibernate/PasswordpolicyDAO.java 75 Potential violation of Law of Demeter (method chain calls)
25802 src/com/gps/hibernate/PasswordpolicyDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25803 src/com/gps/hibernate/PasswordpolicyDAO.java 79 There is log block not surrounded by if
25804 src/com/gps/hibernate/PasswordpolicyDAO.java 84 Parameter 'instance' is not assigned and could be declared final
25805 src/com/gps/hibernate/PasswordpolicyDAO.java 84 publicMethodCommentRequirement Required
25806 src/com/gps/hibernate/PasswordpolicyDAO.java 85 There is log block not surrounded by if
25807 src/com/gps/hibernate/PasswordpolicyDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25808 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Local variable 'results' could be declared final
25809 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
25810 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
25811 src/com/gps/hibernate/PasswordpolicyDAO.java 87 Potential violation of Law of Demeter (method chain calls)
25812 src/com/gps/hibernate/PasswordpolicyDAO.java 90 There is log block not surrounded by if
25813 src/com/gps/hibernate/PasswordpolicyDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25814 src/com/gps/hibernate/PasswordpolicyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
25815 src/com/gps/hibernate/PasswordpolicyDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25816 src/com/gps/hibernate/PasswordpolicyDAO.java 94 There is log block not surrounded by if
25817 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'propertyName' is not assigned and could be declared final
25818 src/com/gps/hibernate/PasswordpolicyDAO.java 99 Parameter 'value' is not assigned and could be declared final
25819 src/com/gps/hibernate/PasswordpolicyDAO.java 99 publicMethodCommentRequirement Required
25820 src/com/gps/hibernate/PasswordpolicyDAO.java 100 There is log block not surrounded by if
25821 src/com/gps/hibernate/PasswordpolicyDAO.java 100 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25822 src/com/gps/hibernate/PasswordpolicyDAO.java 103 Local variable 'queryString' could be declared final
25823 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Local variable 'queryObject' could be declared final
25824 src/com/gps/hibernate/PasswordpolicyDAO.java 105 Potential violation of Law of Demeter (method chain calls)
25825 src/com/gps/hibernate/PasswordpolicyDAO.java 106 Potential violation of Law of Demeter (object not created locally)
25826 src/com/gps/hibernate/PasswordpolicyDAO.java 107 Potential violation of Law of Demeter (object not created locally)
25827 src/com/gps/hibernate/PasswordpolicyDAO.java 108 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25828 src/com/gps/hibernate/PasswordpolicyDAO.java 109 There is log block not surrounded by if
25829 src/com/gps/hibernate/PasswordpolicyDAO.java 114 Parameter 'companyId' is not assigned and could be declared final
25830 src/com/gps/hibernate/PasswordpolicyDAO.java 114 publicMethodCommentRequirement Required
25831 src/com/gps/hibernate/PasswordpolicyDAO.java 118 Parameter 'userId' is not assigned and could be declared final
25832 src/com/gps/hibernate/PasswordpolicyDAO.java 118 publicMethodCommentRequirement Required
25833 src/com/gps/hibernate/PasswordpolicyDAO.java 122 Parameter 'userName' is not assigned and could be declared final
25834 src/com/gps/hibernate/PasswordpolicyDAO.java 122 publicMethodCommentRequirement Required
25835 src/com/gps/hibernate/PasswordpolicyDAO.java 126 Parameter 'defaultPolicy' is not assigned and could be declared final
25836 src/com/gps/hibernate/PasswordpolicyDAO.java 126 publicMethodCommentRequirement Required
25837 src/com/gps/hibernate/PasswordpolicyDAO.java 130 Parameter 'name' is not assigned and could be declared final
25838 src/com/gps/hibernate/PasswordpolicyDAO.java 130 publicMethodCommentRequirement Required
25839 src/com/gps/hibernate/PasswordpolicyDAO.java 134 Parameter 'description' is not assigned and could be declared final
25840 src/com/gps/hibernate/PasswordpolicyDAO.java 134 publicMethodCommentRequirement Required
25841 src/com/gps/hibernate/PasswordpolicyDAO.java 138 Parameter 'changeable' is not assigned and could be declared final
25842 src/com/gps/hibernate/PasswordpolicyDAO.java 138 publicMethodCommentRequirement Required
25843 src/com/gps/hibernate/PasswordpolicyDAO.java 142 Parameter 'changeRequired' is not assigned and could be declared final
25844 src/com/gps/hibernate/PasswordpolicyDAO.java 142 publicMethodCommentRequirement Required
25845 src/com/gps/hibernate/PasswordpolicyDAO.java 146 Parameter 'minAge' is not assigned and could be declared final
25846 src/com/gps/hibernate/PasswordpolicyDAO.java 146 publicMethodCommentRequirement Required
25847 src/com/gps/hibernate/PasswordpolicyDAO.java 150 Parameter 'checkSyntax' is not assigned and could be declared final
25848 src/com/gps/hibernate/PasswordpolicyDAO.java 150 publicMethodCommentRequirement Required
25849 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Avoid excessively long variable names like allowDictionaryWords
25850 src/com/gps/hibernate/PasswordpolicyDAO.java 154 Parameter 'allowDictionaryWords' is not assigned and could be declared final
25851 src/com/gps/hibernate/PasswordpolicyDAO.java 154 publicMethodCommentRequirement Required
25852 src/com/gps/hibernate/PasswordpolicyDAO.java 158 Parameter 'minLength' is not assigned and could be declared final
25853 src/com/gps/hibernate/PasswordpolicyDAO.java 158 publicMethodCommentRequirement Required
25854 src/com/gps/hibernate/PasswordpolicyDAO.java 162 Parameter 'history' is not assigned and could be declared final
25855 src/com/gps/hibernate/PasswordpolicyDAO.java 162 publicMethodCommentRequirement Required
25856 src/com/gps/hibernate/PasswordpolicyDAO.java 166 Parameter 'historyCount' is not assigned and could be declared final
25857 src/com/gps/hibernate/PasswordpolicyDAO.java 166 publicMethodCommentRequirement Required
25858 src/com/gps/hibernate/PasswordpolicyDAO.java 170 Parameter 'expireable' is not assigned and could be declared final
25859 src/com/gps/hibernate/PasswordpolicyDAO.java 170 publicMethodCommentRequirement Required
25860 src/com/gps/hibernate/PasswordpolicyDAO.java 174 Parameter 'maxAge' is not assigned and could be declared final
25861 src/com/gps/hibernate/PasswordpolicyDAO.java 174 publicMethodCommentRequirement Required
25862 src/com/gps/hibernate/PasswordpolicyDAO.java 178 Parameter 'warningTime' is not assigned and could be declared final
25863 src/com/gps/hibernate/PasswordpolicyDAO.java 178 publicMethodCommentRequirement Required
25864 src/com/gps/hibernate/PasswordpolicyDAO.java 182 Parameter 'graceLimit' is not assigned and could be declared final
25865 src/com/gps/hibernate/PasswordpolicyDAO.java 182 publicMethodCommentRequirement Required
25866 src/com/gps/hibernate/PasswordpolicyDAO.java 186 Parameter 'lockout' is not assigned and could be declared final
25867 src/com/gps/hibernate/PasswordpolicyDAO.java 186 publicMethodCommentRequirement Required
25868 src/com/gps/hibernate/PasswordpolicyDAO.java 190 Parameter 'maxFailure' is not assigned and could be declared final
25869 src/com/gps/hibernate/PasswordpolicyDAO.java 190 publicMethodCommentRequirement Required
25870 src/com/gps/hibernate/PasswordpolicyDAO.java 194 Parameter 'lockoutDuration' is not assigned and could be declared final
25871 src/com/gps/hibernate/PasswordpolicyDAO.java 194 publicMethodCommentRequirement Required
25872 src/com/gps/hibernate/PasswordpolicyDAO.java 198 Parameter 'requireUnlock' is not assigned and could be declared final
25873 src/com/gps/hibernate/PasswordpolicyDAO.java 198 publicMethodCommentRequirement Required
25874 src/com/gps/hibernate/PasswordpolicyDAO.java 202 Parameter 'resetFailureCount' is not assigned and could be declared final
25875 src/com/gps/hibernate/PasswordpolicyDAO.java 202 publicMethodCommentRequirement Required
25876 src/com/gps/hibernate/PasswordpolicyDAO.java 206 publicMethodCommentRequirement Required
25877 src/com/gps/hibernate/PasswordpolicyDAO.java 207 There is log block not surrounded by if
25878 src/com/gps/hibernate/PasswordpolicyDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25879 src/com/gps/hibernate/PasswordpolicyDAO.java 209 Local variable 'queryString' could be declared final
25880 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Local variable 'queryObject' could be declared final
25881 src/com/gps/hibernate/PasswordpolicyDAO.java 210 Potential violation of Law of Demeter (method chain calls)
25882 src/com/gps/hibernate/PasswordpolicyDAO.java 211 Potential violation of Law of Demeter (object not created locally)
25883 src/com/gps/hibernate/PasswordpolicyDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25884 src/com/gps/hibernate/PasswordpolicyDAO.java 213 There is log block not surrounded by if
25885 src/com/gps/hibernate/PasswordpolicyDAO.java 218 Parameter 'detachedInstance' is not assigned and could be declared final
25886 src/com/gps/hibernate/PasswordpolicyDAO.java 218 publicMethodCommentRequirement Required
25887 src/com/gps/hibernate/PasswordpolicyDAO.java 219 There is log block not surrounded by if
25888 src/com/gps/hibernate/PasswordpolicyDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25889 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Local variable 'result' could be declared final
25890 src/com/gps/hibernate/PasswordpolicyDAO.java 221 Potential violation of Law of Demeter (method chain calls)
25891 src/com/gps/hibernate/PasswordpolicyDAO.java 223 There is log block not surrounded by if
25892 src/com/gps/hibernate/PasswordpolicyDAO.java 223 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25893 src/com/gps/hibernate/PasswordpolicyDAO.java 225 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25894 src/com/gps/hibernate/PasswordpolicyDAO.java 226 There is log block not surrounded by if
25895 src/com/gps/hibernate/PasswordpolicyDAO.java 231 Parameter 'instance' is not assigned and could be declared final
25896 src/com/gps/hibernate/PasswordpolicyDAO.java 231 publicMethodCommentRequirement Required
25897 src/com/gps/hibernate/PasswordpolicyDAO.java 232 There is log block not surrounded by if
25898 src/com/gps/hibernate/PasswordpolicyDAO.java 232 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25899 src/com/gps/hibernate/PasswordpolicyDAO.java 234 Potential violation of Law of Demeter (method chain calls)
25900 src/com/gps/hibernate/PasswordpolicyDAO.java 235 There is log block not surrounded by if
25901 src/com/gps/hibernate/PasswordpolicyDAO.java 235 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25902 src/com/gps/hibernate/PasswordpolicyDAO.java 236 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25903 src/com/gps/hibernate/PasswordpolicyDAO.java 237 There is log block not surrounded by if
25904 src/com/gps/hibernate/PasswordpolicyDAO.java 242 Parameter 'instance' is not assigned and could be declared final
25905 src/com/gps/hibernate/PasswordpolicyDAO.java 242 publicMethodCommentRequirement Required
25906 src/com/gps/hibernate/PasswordpolicyDAO.java 243 There is log block not surrounded by if
25907 src/com/gps/hibernate/PasswordpolicyDAO.java 243 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25908 src/com/gps/hibernate/PasswordpolicyDAO.java 245 Potential violation of Law of Demeter (method chain calls)
25909 src/com/gps/hibernate/PasswordpolicyDAO.java 246 There is log block not surrounded by if
25910 src/com/gps/hibernate/PasswordpolicyDAO.java 246 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25911 src/com/gps/hibernate/PasswordpolicyDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25912 src/com/gps/hibernate/PasswordpolicyDAO.java 248 There is log block not surrounded by if
25913 src/com/gps/hibernate/Passwordpolicyrel.java 9 Classes implementing Serializable should set a serialVersionUID
25914 src/com/gps/hibernate/Passwordpolicyrel.java 13 Avoid excessively long variable names like passwordPolicyRelId
25915 src/com/gps/hibernate/Passwordpolicyrel.java 13 fieldCommentRequirement Required
25916 src/com/gps/hibernate/Passwordpolicyrel.java 14 fieldCommentRequirement Required
25917 src/com/gps/hibernate/Passwordpolicyrel.java 15 fieldCommentRequirement Required
25918 src/com/gps/hibernate/Passwordpolicyrel.java 16 fieldCommentRequirement Required
25919 src/com/gps/hibernate/Passwordpolicyrel.java 21 Document empty constructor
25920 src/com/gps/hibernate/Passwordpolicyrel.java 25 Avoid excessively long variable names like passwordPolicyRelId
25921 src/com/gps/hibernate/Passwordpolicyrel.java 25 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
25922 src/com/gps/hibernate/Passwordpolicyrel.java 30 Avoid excessively long variable names like passwordPolicyRelId
25923 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyId' is not assigned and could be declared final
25924 src/com/gps/hibernate/Passwordpolicyrel.java 30 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
25925 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classNameId' is not assigned and could be declared final
25926 src/com/gps/hibernate/Passwordpolicyrel.java 31 Parameter 'classPk' is not assigned and could be declared final
25927 src/com/gps/hibernate/Passwordpolicyrel.java 40 publicMethodCommentRequirement Required
25928 src/com/gps/hibernate/Passwordpolicyrel.java 44 Avoid excessively long variable names like passwordPolicyRelId
25929 src/com/gps/hibernate/Passwordpolicyrel.java 44 Parameter 'passwordPolicyRelId' is not assigned and could be declared final
25930 src/com/gps/hibernate/Passwordpolicyrel.java 44 publicMethodCommentRequirement Required
25931 src/com/gps/hibernate/Passwordpolicyrel.java 48 publicMethodCommentRequirement Required
25932 src/com/gps/hibernate/Passwordpolicyrel.java 52 Parameter 'passwordPolicyId' is not assigned and could be declared final
25933 src/com/gps/hibernate/Passwordpolicyrel.java 52 publicMethodCommentRequirement Required
25934 src/com/gps/hibernate/Passwordpolicyrel.java 56 publicMethodCommentRequirement Required
25935 src/com/gps/hibernate/Passwordpolicyrel.java 60 Parameter 'classNameId' is not assigned and could be declared final
25936 src/com/gps/hibernate/Passwordpolicyrel.java 60 publicMethodCommentRequirement Required
25937 src/com/gps/hibernate/Passwordpolicyrel.java 64 publicMethodCommentRequirement Required
25938 src/com/gps/hibernate/Passwordpolicyrel.java 68 Parameter 'classPk' is not assigned and could be declared final
25939 src/com/gps/hibernate/Passwordpolicyrel.java 68 publicMethodCommentRequirement Required
25940 src/com/gps/hibernate/PasswordpolicyrelDAO.java 10 Comment is too large: Too many lines
25941 src/com/gps/hibernate/PasswordpolicyrelDAO.java 22 This class has too many methods, consider refactoring it.
25942 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Logger should be defined private static final and have the correct class
25943 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
25944 src/com/gps/hibernate/PasswordpolicyrelDAO.java 23 fieldCommentRequirement Required
25945 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 Avoid excessively long variable names like PASSWORD_POLICY_ID
25946 src/com/gps/hibernate/PasswordpolicyrelDAO.java 26 fieldCommentRequirement Required
25947 src/com/gps/hibernate/PasswordpolicyrelDAO.java 27 fieldCommentRequirement Required
25948 src/com/gps/hibernate/PasswordpolicyrelDAO.java 28 fieldCommentRequirement Required
25949 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
25950 src/com/gps/hibernate/PasswordpolicyrelDAO.java 30 publicMethodCommentRequirement Required
25951 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 There is log block not surrounded by if
25952 src/com/gps/hibernate/PasswordpolicyrelDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25953 src/com/gps/hibernate/PasswordpolicyrelDAO.java 33 Potential violation of Law of Demeter (method chain calls)
25954 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 There is log block not surrounded by if
25955 src/com/gps/hibernate/PasswordpolicyrelDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25956 src/com/gps/hibernate/PasswordpolicyrelDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25957 src/com/gps/hibernate/PasswordpolicyrelDAO.java 36 There is log block not surrounded by if
25958 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Avoid excessively long variable names like persistentInstance
25959 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
25960 src/com/gps/hibernate/PasswordpolicyrelDAO.java 41 publicMethodCommentRequirement Required
25961 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 There is log block not surrounded by if
25962 src/com/gps/hibernate/PasswordpolicyrelDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25963 src/com/gps/hibernate/PasswordpolicyrelDAO.java 44 Potential violation of Law of Demeter (method chain calls)
25964 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 There is log block not surrounded by if
25965 src/com/gps/hibernate/PasswordpolicyrelDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25966 src/com/gps/hibernate/PasswordpolicyrelDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25967 src/com/gps/hibernate/PasswordpolicyrelDAO.java 47 There is log block not surrounded by if
25968 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Avoid variables with short names like id
25969 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 Parameter 'id' is not assigned and could be declared final
25970 src/com/gps/hibernate/PasswordpolicyrelDAO.java 52 publicMethodCommentRequirement Required
25971 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 There is log block not surrounded by if
25972 src/com/gps/hibernate/PasswordpolicyrelDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25973 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Local variable 'instance' could be declared final
25974 src/com/gps/hibernate/PasswordpolicyrelDAO.java 55 Potential violation of Law of Demeter (method chain calls)
25975 src/com/gps/hibernate/PasswordpolicyrelDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25976 src/com/gps/hibernate/PasswordpolicyrelDAO.java 59 There is log block not surrounded by if
25977 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 Parameter 'instance' is not assigned and could be declared final
25978 src/com/gps/hibernate/PasswordpolicyrelDAO.java 64 publicMethodCommentRequirement Required
25979 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 There is log block not surrounded by if
25980 src/com/gps/hibernate/PasswordpolicyrelDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25981 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Local variable 'results' could be declared final
25982 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25983 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25984 src/com/gps/hibernate/PasswordpolicyrelDAO.java 67 Potential violation of Law of Demeter (method chain calls)
25985 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 There is log block not surrounded by if
25986 src/com/gps/hibernate/PasswordpolicyrelDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25987 src/com/gps/hibernate/PasswordpolicyrelDAO.java 71 Potential violation of Law of Demeter (object not created locally)
25988 src/com/gps/hibernate/PasswordpolicyrelDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
25989 src/com/gps/hibernate/PasswordpolicyrelDAO.java 74 There is log block not surrounded by if
25990 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
25991 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 Parameter 'value' is not assigned and could be declared final
25992 src/com/gps/hibernate/PasswordpolicyrelDAO.java 79 publicMethodCommentRequirement Required
25993 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 There is log block not surrounded by if
25994 src/com/gps/hibernate/PasswordpolicyrelDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
25995 src/com/gps/hibernate/PasswordpolicyrelDAO.java 83 Local variable 'queryString' could be declared final
25996 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Local variable 'queryObject' could be declared final
25997 src/com/gps/hibernate/PasswordpolicyrelDAO.java 85 Potential violation of Law of Demeter (method chain calls)
25998 src/com/gps/hibernate/PasswordpolicyrelDAO.java 86 Potential violation of Law of Demeter (object not created locally)
25999 src/com/gps/hibernate/PasswordpolicyrelDAO.java 87 Potential violation of Law of Demeter (object not created locally)
26000 src/com/gps/hibernate/PasswordpolicyrelDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26001 src/com/gps/hibernate/PasswordpolicyrelDAO.java 89 There is log block not surrounded by if
26002 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 Parameter 'passwordPolicyId' is not assigned and could be declared final
26003 src/com/gps/hibernate/PasswordpolicyrelDAO.java 94 publicMethodCommentRequirement Required
26004 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 Parameter 'classNameId' is not assigned and could be declared final
26005 src/com/gps/hibernate/PasswordpolicyrelDAO.java 98 publicMethodCommentRequirement Required
26006 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 Parameter 'classPk' is not assigned and could be declared final
26007 src/com/gps/hibernate/PasswordpolicyrelDAO.java 102 publicMethodCommentRequirement Required
26008 src/com/gps/hibernate/PasswordpolicyrelDAO.java 106 publicMethodCommentRequirement Required
26009 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 There is log block not surrounded by if
26010 src/com/gps/hibernate/PasswordpolicyrelDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26011 src/com/gps/hibernate/PasswordpolicyrelDAO.java 109 Local variable 'queryString' could be declared final
26012 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Local variable 'queryObject' could be declared final
26013 src/com/gps/hibernate/PasswordpolicyrelDAO.java 110 Potential violation of Law of Demeter (method chain calls)
26014 src/com/gps/hibernate/PasswordpolicyrelDAO.java 111 Potential violation of Law of Demeter (object not created locally)
26015 src/com/gps/hibernate/PasswordpolicyrelDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26016 src/com/gps/hibernate/PasswordpolicyrelDAO.java 113 There is log block not surrounded by if
26017 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
26018 src/com/gps/hibernate/PasswordpolicyrelDAO.java 118 publicMethodCommentRequirement Required
26019 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 There is log block not surrounded by if
26020 src/com/gps/hibernate/PasswordpolicyrelDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26021 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Local variable 'result' could be declared final
26022 src/com/gps/hibernate/PasswordpolicyrelDAO.java 121 Potential violation of Law of Demeter (method chain calls)
26023 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 There is log block not surrounded by if
26024 src/com/gps/hibernate/PasswordpolicyrelDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26025 src/com/gps/hibernate/PasswordpolicyrelDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26026 src/com/gps/hibernate/PasswordpolicyrelDAO.java 126 There is log block not surrounded by if
26027 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 Parameter 'instance' is not assigned and could be declared final
26028 src/com/gps/hibernate/PasswordpolicyrelDAO.java 131 publicMethodCommentRequirement Required
26029 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 There is log block not surrounded by if
26030 src/com/gps/hibernate/PasswordpolicyrelDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26031 src/com/gps/hibernate/PasswordpolicyrelDAO.java 134 Potential violation of Law of Demeter (method chain calls)
26032 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 There is log block not surrounded by if
26033 src/com/gps/hibernate/PasswordpolicyrelDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26034 src/com/gps/hibernate/PasswordpolicyrelDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26035 src/com/gps/hibernate/PasswordpolicyrelDAO.java 137 There is log block not surrounded by if
26036 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 Parameter 'instance' is not assigned and could be declared final
26037 src/com/gps/hibernate/PasswordpolicyrelDAO.java 142 publicMethodCommentRequirement Required
26038 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 There is log block not surrounded by if
26039 src/com/gps/hibernate/PasswordpolicyrelDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26040 src/com/gps/hibernate/PasswordpolicyrelDAO.java 145 Potential violation of Law of Demeter (method chain calls)
26041 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 There is log block not surrounded by if
26042 src/com/gps/hibernate/PasswordpolicyrelDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26043 src/com/gps/hibernate/PasswordpolicyrelDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26044 src/com/gps/hibernate/PasswordpolicyrelDAO.java 148 There is log block not surrounded by if
26045 src/com/gps/hibernate/Passwordtracker.java 11 Classes implementing Serializable should set a serialVersionUID
26046 src/com/gps/hibernate/Passwordtracker.java 15 fieldCommentRequirement Required
26047 src/com/gps/hibernate/Passwordtracker.java 16 fieldCommentRequirement Required
26048 src/com/gps/hibernate/Passwordtracker.java 17 fieldCommentRequirement Required
26049 src/com/gps/hibernate/Passwordtracker.java 18 fieldCommentRequirement Required
26050 src/com/gps/hibernate/Passwordtracker.java 23 Document empty constructor
26051 src/com/gps/hibernate/Passwordtracker.java 27 Parameter 'passwordTrackerId' is not assigned and could be declared final
26052 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'passwordTrackerId' is not assigned and could be declared final
26053 src/com/gps/hibernate/Passwordtracker.java 32 Parameter 'userId' is not assigned and could be declared final
26054 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'createDate' is not assigned and could be declared final
26055 src/com/gps/hibernate/Passwordtracker.java 33 Parameter 'password' is not assigned and could be declared final
26056 src/com/gps/hibernate/Passwordtracker.java 42 publicMethodCommentRequirement Required
26057 src/com/gps/hibernate/Passwordtracker.java 46 Parameter 'passwordTrackerId' is not assigned and could be declared final
26058 src/com/gps/hibernate/Passwordtracker.java 46 publicMethodCommentRequirement Required
26059 src/com/gps/hibernate/Passwordtracker.java 50 publicMethodCommentRequirement Required
26060 src/com/gps/hibernate/Passwordtracker.java 54 Parameter 'userId' is not assigned and could be declared final
26061 src/com/gps/hibernate/Passwordtracker.java 54 publicMethodCommentRequirement Required
26062 src/com/gps/hibernate/Passwordtracker.java 58 publicMethodCommentRequirement Required
26063 src/com/gps/hibernate/Passwordtracker.java 62 Parameter 'createDate' is not assigned and could be declared final
26064 src/com/gps/hibernate/Passwordtracker.java 62 publicMethodCommentRequirement Required
26065 src/com/gps/hibernate/Passwordtracker.java 66 publicMethodCommentRequirement Required
26066 src/com/gps/hibernate/Passwordtracker.java 70 Parameter 'password' is not assigned and could be declared final
26067 src/com/gps/hibernate/Passwordtracker.java 70 publicMethodCommentRequirement Required
26068 src/com/gps/hibernate/PasswordtrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
26069 src/com/gps/hibernate/PasswordtrackerDAO.java 11 Comment is too large: Too many lines
26070 src/com/gps/hibernate/PasswordtrackerDAO.java 23 This class has too many methods, consider refactoring it.
26071 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Logger should be defined private static final and have the correct class
26072 src/com/gps/hibernate/PasswordtrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26073 src/com/gps/hibernate/PasswordtrackerDAO.java 24 fieldCommentRequirement Required
26074 src/com/gps/hibernate/PasswordtrackerDAO.java 26 fieldCommentRequirement Required
26075 src/com/gps/hibernate/PasswordtrackerDAO.java 27 fieldCommentRequirement Required
26076 src/com/gps/hibernate/PasswordtrackerDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
26077 src/com/gps/hibernate/PasswordtrackerDAO.java 29 publicMethodCommentRequirement Required
26078 src/com/gps/hibernate/PasswordtrackerDAO.java 30 There is log block not surrounded by if
26079 src/com/gps/hibernate/PasswordtrackerDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26080 src/com/gps/hibernate/PasswordtrackerDAO.java 32 Potential violation of Law of Demeter (method chain calls)
26081 src/com/gps/hibernate/PasswordtrackerDAO.java 33 There is log block not surrounded by if
26082 src/com/gps/hibernate/PasswordtrackerDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26083 src/com/gps/hibernate/PasswordtrackerDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26084 src/com/gps/hibernate/PasswordtrackerDAO.java 35 There is log block not surrounded by if
26085 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Avoid excessively long variable names like persistentInstance
26086 src/com/gps/hibernate/PasswordtrackerDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
26087 src/com/gps/hibernate/PasswordtrackerDAO.java 40 publicMethodCommentRequirement Required
26088 src/com/gps/hibernate/PasswordtrackerDAO.java 41 There is log block not surrounded by if
26089 src/com/gps/hibernate/PasswordtrackerDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26090 src/com/gps/hibernate/PasswordtrackerDAO.java 43 Potential violation of Law of Demeter (method chain calls)
26091 src/com/gps/hibernate/PasswordtrackerDAO.java 44 There is log block not surrounded by if
26092 src/com/gps/hibernate/PasswordtrackerDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26093 src/com/gps/hibernate/PasswordtrackerDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26094 src/com/gps/hibernate/PasswordtrackerDAO.java 46 There is log block not surrounded by if
26095 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Avoid variables with short names like id
26096 src/com/gps/hibernate/PasswordtrackerDAO.java 51 Parameter 'id' is not assigned and could be declared final
26097 src/com/gps/hibernate/PasswordtrackerDAO.java 51 publicMethodCommentRequirement Required
26098 src/com/gps/hibernate/PasswordtrackerDAO.java 52 There is log block not surrounded by if
26099 src/com/gps/hibernate/PasswordtrackerDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26100 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Local variable 'instance' could be declared final
26101 src/com/gps/hibernate/PasswordtrackerDAO.java 54 Potential violation of Law of Demeter (method chain calls)
26102 src/com/gps/hibernate/PasswordtrackerDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26103 src/com/gps/hibernate/PasswordtrackerDAO.java 58 There is log block not surrounded by if
26104 src/com/gps/hibernate/PasswordtrackerDAO.java 63 Parameter 'instance' is not assigned and could be declared final
26105 src/com/gps/hibernate/PasswordtrackerDAO.java 63 publicMethodCommentRequirement Required
26106 src/com/gps/hibernate/PasswordtrackerDAO.java 64 There is log block not surrounded by if
26107 src/com/gps/hibernate/PasswordtrackerDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26108 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Local variable 'results' could be declared final
26109 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26110 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26111 src/com/gps/hibernate/PasswordtrackerDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26112 src/com/gps/hibernate/PasswordtrackerDAO.java 69 There is log block not surrounded by if
26113 src/com/gps/hibernate/PasswordtrackerDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26114 src/com/gps/hibernate/PasswordtrackerDAO.java 70 Potential violation of Law of Demeter (object not created locally)
26115 src/com/gps/hibernate/PasswordtrackerDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26116 src/com/gps/hibernate/PasswordtrackerDAO.java 73 There is log block not surrounded by if
26117 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
26118 src/com/gps/hibernate/PasswordtrackerDAO.java 78 Parameter 'value' is not assigned and could be declared final
26119 src/com/gps/hibernate/PasswordtrackerDAO.java 78 publicMethodCommentRequirement Required
26120 src/com/gps/hibernate/PasswordtrackerDAO.java 79 There is log block not surrounded by if
26121 src/com/gps/hibernate/PasswordtrackerDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26122 src/com/gps/hibernate/PasswordtrackerDAO.java 82 Local variable 'queryString' could be declared final
26123 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Local variable 'queryObject' could be declared final
26124 src/com/gps/hibernate/PasswordtrackerDAO.java 84 Potential violation of Law of Demeter (method chain calls)
26125 src/com/gps/hibernate/PasswordtrackerDAO.java 85 Potential violation of Law of Demeter (object not created locally)
26126 src/com/gps/hibernate/PasswordtrackerDAO.java 86 Potential violation of Law of Demeter (object not created locally)
26127 src/com/gps/hibernate/PasswordtrackerDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26128 src/com/gps/hibernate/PasswordtrackerDAO.java 88 There is log block not surrounded by if
26129 src/com/gps/hibernate/PasswordtrackerDAO.java 93 Parameter 'userId' is not assigned and could be declared final
26130 src/com/gps/hibernate/PasswordtrackerDAO.java 93 publicMethodCommentRequirement Required
26131 src/com/gps/hibernate/PasswordtrackerDAO.java 97 Parameter 'password' is not assigned and could be declared final
26132 src/com/gps/hibernate/PasswordtrackerDAO.java 97 publicMethodCommentRequirement Required
26133 src/com/gps/hibernate/PasswordtrackerDAO.java 101 publicMethodCommentRequirement Required
26134 src/com/gps/hibernate/PasswordtrackerDAO.java 102 There is log block not surrounded by if
26135 src/com/gps/hibernate/PasswordtrackerDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26136 src/com/gps/hibernate/PasswordtrackerDAO.java 104 Local variable 'queryString' could be declared final
26137 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Local variable 'queryObject' could be declared final
26138 src/com/gps/hibernate/PasswordtrackerDAO.java 105 Potential violation of Law of Demeter (method chain calls)
26139 src/com/gps/hibernate/PasswordtrackerDAO.java 106 Potential violation of Law of Demeter (object not created locally)
26140 src/com/gps/hibernate/PasswordtrackerDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26141 src/com/gps/hibernate/PasswordtrackerDAO.java 108 There is log block not surrounded by if
26142 src/com/gps/hibernate/PasswordtrackerDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
26143 src/com/gps/hibernate/PasswordtrackerDAO.java 113 publicMethodCommentRequirement Required
26144 src/com/gps/hibernate/PasswordtrackerDAO.java 114 There is log block not surrounded by if
26145 src/com/gps/hibernate/PasswordtrackerDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26146 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Local variable 'result' could be declared final
26147 src/com/gps/hibernate/PasswordtrackerDAO.java 116 Potential violation of Law of Demeter (method chain calls)
26148 src/com/gps/hibernate/PasswordtrackerDAO.java 118 There is log block not surrounded by if
26149 src/com/gps/hibernate/PasswordtrackerDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26150 src/com/gps/hibernate/PasswordtrackerDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26151 src/com/gps/hibernate/PasswordtrackerDAO.java 121 There is log block not surrounded by if
26152 src/com/gps/hibernate/PasswordtrackerDAO.java 126 Parameter 'instance' is not assigned and could be declared final
26153 src/com/gps/hibernate/PasswordtrackerDAO.java 126 publicMethodCommentRequirement Required
26154 src/com/gps/hibernate/PasswordtrackerDAO.java 127 There is log block not surrounded by if
26155 src/com/gps/hibernate/PasswordtrackerDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26156 src/com/gps/hibernate/PasswordtrackerDAO.java 129 Potential violation of Law of Demeter (method chain calls)
26157 src/com/gps/hibernate/PasswordtrackerDAO.java 130 There is log block not surrounded by if
26158 src/com/gps/hibernate/PasswordtrackerDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26159 src/com/gps/hibernate/PasswordtrackerDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26160 src/com/gps/hibernate/PasswordtrackerDAO.java 132 There is log block not surrounded by if
26161 src/com/gps/hibernate/PasswordtrackerDAO.java 137 Parameter 'instance' is not assigned and could be declared final
26162 src/com/gps/hibernate/PasswordtrackerDAO.java 137 publicMethodCommentRequirement Required
26163 src/com/gps/hibernate/PasswordtrackerDAO.java 138 There is log block not surrounded by if
26164 src/com/gps/hibernate/PasswordtrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26165 src/com/gps/hibernate/PasswordtrackerDAO.java 140 Potential violation of Law of Demeter (method chain calls)
26166 src/com/gps/hibernate/PasswordtrackerDAO.java 141 There is log block not surrounded by if
26167 src/com/gps/hibernate/PasswordtrackerDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26168 src/com/gps/hibernate/PasswordtrackerDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26169 src/com/gps/hibernate/PasswordtrackerDAO.java 143 There is log block not surrounded by if
26170 src/com/gps/hibernate/Permission.java 9 Classes implementing Serializable should set a serialVersionUID
26171 src/com/gps/hibernate/Permission.java 13 fieldCommentRequirement Required
26172 src/com/gps/hibernate/Permission.java 14 fieldCommentRequirement Required
26173 src/com/gps/hibernate/Permission.java 15 fieldCommentRequirement Required
26174 src/com/gps/hibernate/Permission.java 16 fieldCommentRequirement Required
26175 src/com/gps/hibernate/Permission.java 21 Document empty constructor
26176 src/com/gps/hibernate/Permission.java 25 Parameter 'permissionId' is not assigned and could be declared final
26177 src/com/gps/hibernate/Permission.java 30 Parameter 'actionId' is not assigned and could be declared final
26178 src/com/gps/hibernate/Permission.java 30 Parameter 'companyId' is not assigned and could be declared final
26179 src/com/gps/hibernate/Permission.java 30 Parameter 'permissionId' is not assigned and could be declared final
26180 src/com/gps/hibernate/Permission.java 31 Parameter 'resourceId' is not assigned and could be declared final
26181 src/com/gps/hibernate/Permission.java 40 publicMethodCommentRequirement Required
26182 src/com/gps/hibernate/Permission.java 44 Parameter 'permissionId' is not assigned and could be declared final
26183 src/com/gps/hibernate/Permission.java 44 publicMethodCommentRequirement Required
26184 src/com/gps/hibernate/Permission.java 48 publicMethodCommentRequirement Required
26185 src/com/gps/hibernate/Permission.java 52 Parameter 'companyId' is not assigned and could be declared final
26186 src/com/gps/hibernate/Permission.java 52 publicMethodCommentRequirement Required
26187 src/com/gps/hibernate/Permission.java 56 publicMethodCommentRequirement Required
26188 src/com/gps/hibernate/Permission.java 60 Parameter 'actionId' is not assigned and could be declared final
26189 src/com/gps/hibernate/Permission.java 60 publicMethodCommentRequirement Required
26190 src/com/gps/hibernate/Permission.java 64 publicMethodCommentRequirement Required
26191 src/com/gps/hibernate/Permission.java 68 Parameter 'resourceId' is not assigned and could be declared final
26192 src/com/gps/hibernate/Permission.java 68 publicMethodCommentRequirement Required
26193 src/com/gps/hibernate/PermissionDAO.java 10 Comment is too large: Too many lines
26194 src/com/gps/hibernate/PermissionDAO.java 22 This class has too many methods, consider refactoring it.
26195 src/com/gps/hibernate/PermissionDAO.java 23 Logger should be defined private static final and have the correct class
26196 src/com/gps/hibernate/PermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26197 src/com/gps/hibernate/PermissionDAO.java 23 fieldCommentRequirement Required
26198 src/com/gps/hibernate/PermissionDAO.java 25 fieldCommentRequirement Required
26199 src/com/gps/hibernate/PermissionDAO.java 26 fieldCommentRequirement Required
26200 src/com/gps/hibernate/PermissionDAO.java 27 fieldCommentRequirement Required
26201 src/com/gps/hibernate/PermissionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
26202 src/com/gps/hibernate/PermissionDAO.java 29 publicMethodCommentRequirement Required
26203 src/com/gps/hibernate/PermissionDAO.java 30 There is log block not surrounded by if
26204 src/com/gps/hibernate/PermissionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26205 src/com/gps/hibernate/PermissionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
26206 src/com/gps/hibernate/PermissionDAO.java 33 There is log block not surrounded by if
26207 src/com/gps/hibernate/PermissionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26208 src/com/gps/hibernate/PermissionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26209 src/com/gps/hibernate/PermissionDAO.java 35 There is log block not surrounded by if
26210 src/com/gps/hibernate/PermissionDAO.java 40 Avoid excessively long variable names like persistentInstance
26211 src/com/gps/hibernate/PermissionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
26212 src/com/gps/hibernate/PermissionDAO.java 40 publicMethodCommentRequirement Required
26213 src/com/gps/hibernate/PermissionDAO.java 41 There is log block not surrounded by if
26214 src/com/gps/hibernate/PermissionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26215 src/com/gps/hibernate/PermissionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
26216 src/com/gps/hibernate/PermissionDAO.java 44 There is log block not surrounded by if
26217 src/com/gps/hibernate/PermissionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26218 src/com/gps/hibernate/PermissionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26219 src/com/gps/hibernate/PermissionDAO.java 46 There is log block not surrounded by if
26220 src/com/gps/hibernate/PermissionDAO.java 51 Avoid variables with short names like id
26221 src/com/gps/hibernate/PermissionDAO.java 51 Parameter 'id' is not assigned and could be declared final
26222 src/com/gps/hibernate/PermissionDAO.java 51 publicMethodCommentRequirement Required
26223 src/com/gps/hibernate/PermissionDAO.java 52 There is log block not surrounded by if
26224 src/com/gps/hibernate/PermissionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26225 src/com/gps/hibernate/PermissionDAO.java 54 Local variable 'instance' could be declared final
26226 src/com/gps/hibernate/PermissionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
26227 src/com/gps/hibernate/PermissionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26228 src/com/gps/hibernate/PermissionDAO.java 58 There is log block not surrounded by if
26229 src/com/gps/hibernate/PermissionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
26230 src/com/gps/hibernate/PermissionDAO.java 63 publicMethodCommentRequirement Required
26231 src/com/gps/hibernate/PermissionDAO.java 64 There is log block not surrounded by if
26232 src/com/gps/hibernate/PermissionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26233 src/com/gps/hibernate/PermissionDAO.java 66 Local variable 'results' could be declared final
26234 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26235 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26236 src/com/gps/hibernate/PermissionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
26237 src/com/gps/hibernate/PermissionDAO.java 69 There is log block not surrounded by if
26238 src/com/gps/hibernate/PermissionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26239 src/com/gps/hibernate/PermissionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
26240 src/com/gps/hibernate/PermissionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26241 src/com/gps/hibernate/PermissionDAO.java 73 There is log block not surrounded by if
26242 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
26243 src/com/gps/hibernate/PermissionDAO.java 78 Parameter 'value' is not assigned and could be declared final
26244 src/com/gps/hibernate/PermissionDAO.java 78 publicMethodCommentRequirement Required
26245 src/com/gps/hibernate/PermissionDAO.java 79 There is log block not surrounded by if
26246 src/com/gps/hibernate/PermissionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26247 src/com/gps/hibernate/PermissionDAO.java 82 Local variable 'queryString' could be declared final
26248 src/com/gps/hibernate/PermissionDAO.java 84 Local variable 'queryObject' could be declared final
26249 src/com/gps/hibernate/PermissionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
26250 src/com/gps/hibernate/PermissionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
26251 src/com/gps/hibernate/PermissionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
26252 src/com/gps/hibernate/PermissionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26253 src/com/gps/hibernate/PermissionDAO.java 88 There is log block not surrounded by if
26254 src/com/gps/hibernate/PermissionDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
26255 src/com/gps/hibernate/PermissionDAO.java 93 publicMethodCommentRequirement Required
26256 src/com/gps/hibernate/PermissionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
26257 src/com/gps/hibernate/PermissionDAO.java 97 publicMethodCommentRequirement Required
26258 src/com/gps/hibernate/PermissionDAO.java 101 Parameter 'resourceId' is not assigned and could be declared final
26259 src/com/gps/hibernate/PermissionDAO.java 101 publicMethodCommentRequirement Required
26260 src/com/gps/hibernate/PermissionDAO.java 105 publicMethodCommentRequirement Required
26261 src/com/gps/hibernate/PermissionDAO.java 106 There is log block not surrounded by if
26262 src/com/gps/hibernate/PermissionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26263 src/com/gps/hibernate/PermissionDAO.java 108 Local variable 'queryString' could be declared final
26264 src/com/gps/hibernate/PermissionDAO.java 109 Local variable 'queryObject' could be declared final
26265 src/com/gps/hibernate/PermissionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
26266 src/com/gps/hibernate/PermissionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
26267 src/com/gps/hibernate/PermissionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26268 src/com/gps/hibernate/PermissionDAO.java 112 There is log block not surrounded by if
26269 src/com/gps/hibernate/PermissionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
26270 src/com/gps/hibernate/PermissionDAO.java 117 publicMethodCommentRequirement Required
26271 src/com/gps/hibernate/PermissionDAO.java 118 There is log block not surrounded by if
26272 src/com/gps/hibernate/PermissionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26273 src/com/gps/hibernate/PermissionDAO.java 120 Local variable 'result' could be declared final
26274 src/com/gps/hibernate/PermissionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
26275 src/com/gps/hibernate/PermissionDAO.java 122 There is log block not surrounded by if
26276 src/com/gps/hibernate/PermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26277 src/com/gps/hibernate/PermissionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26278 src/com/gps/hibernate/PermissionDAO.java 125 There is log block not surrounded by if
26279 src/com/gps/hibernate/PermissionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
26280 src/com/gps/hibernate/PermissionDAO.java 130 publicMethodCommentRequirement Required
26281 src/com/gps/hibernate/PermissionDAO.java 131 There is log block not surrounded by if
26282 src/com/gps/hibernate/PermissionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26283 src/com/gps/hibernate/PermissionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
26284 src/com/gps/hibernate/PermissionDAO.java 134 There is log block not surrounded by if
26285 src/com/gps/hibernate/PermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26286 src/com/gps/hibernate/PermissionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26287 src/com/gps/hibernate/PermissionDAO.java 136 There is log block not surrounded by if
26288 src/com/gps/hibernate/PermissionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
26289 src/com/gps/hibernate/PermissionDAO.java 141 publicMethodCommentRequirement Required
26290 src/com/gps/hibernate/PermissionDAO.java 142 There is log block not surrounded by if
26291 src/com/gps/hibernate/PermissionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26292 src/com/gps/hibernate/PermissionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
26293 src/com/gps/hibernate/PermissionDAO.java 145 There is log block not surrounded by if
26294 src/com/gps/hibernate/PermissionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26295 src/com/gps/hibernate/PermissionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26296 src/com/gps/hibernate/PermissionDAO.java 147 There is log block not surrounded by if
26297 src/com/gps/hibernate/Phone.java 11 Classes implementing Serializable should set a serialVersionUID
26298 src/com/gps/hibernate/Phone.java 15 fieldCommentRequirement Required
26299 src/com/gps/hibernate/Phone.java 16 fieldCommentRequirement Required
26300 src/com/gps/hibernate/Phone.java 17 fieldCommentRequirement Required
26301 src/com/gps/hibernate/Phone.java 18 fieldCommentRequirement Required
26302 src/com/gps/hibernate/Phone.java 19 fieldCommentRequirement Required
26303 src/com/gps/hibernate/Phone.java 20 fieldCommentRequirement Required
26304 src/com/gps/hibernate/Phone.java 21 fieldCommentRequirement Required
26305 src/com/gps/hibernate/Phone.java 22 fieldCommentRequirement Required
26306 src/com/gps/hibernate/Phone.java 23 fieldCommentRequirement Required
26307 src/com/gps/hibernate/Phone.java 24 fieldCommentRequirement Required
26308 src/com/gps/hibernate/Phone.java 25 fieldCommentRequirement Required
26309 src/com/gps/hibernate/Phone.java 26 fieldCommentRequirement Required
26310 src/com/gps/hibernate/Phone.java 31 Document empty constructor
26311 src/com/gps/hibernate/Phone.java 35 Parameter 'phoneId' is not assigned and could be declared final
26312 src/com/gps/hibernate/Phone.java 40 Avoid long parameter lists.
26313 src/com/gps/hibernate/Phone.java 40 Parameter 'companyId' is not assigned and could be declared final
26314 src/com/gps/hibernate/Phone.java 40 Parameter 'phoneId' is not assigned and could be declared final
26315 src/com/gps/hibernate/Phone.java 40 Parameter 'userId' is not assigned and could be declared final
26316 src/com/gps/hibernate/Phone.java 40 Parameter 'userName' is not assigned and could be declared final
26317 src/com/gps/hibernate/Phone.java 41 Parameter 'classNameId' is not assigned and could be declared final
26318 src/com/gps/hibernate/Phone.java 41 Parameter 'classPk' is not assigned and could be declared final
26319 src/com/gps/hibernate/Phone.java 41 Parameter 'createDate' is not assigned and could be declared final
26320 src/com/gps/hibernate/Phone.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
26321 src/com/gps/hibernate/Phone.java 42 Parameter 'extension' is not assigned and could be declared final
26322 src/com/gps/hibernate/Phone.java 42 Parameter 'number' is not assigned and could be declared final
26323 src/com/gps/hibernate/Phone.java 42 Parameter 'primary' is not assigned and could be declared final
26324 src/com/gps/hibernate/Phone.java 42 Parameter 'typeId' is not assigned and could be declared final
26325 src/com/gps/hibernate/Phone.java 59 publicMethodCommentRequirement Required
26326 src/com/gps/hibernate/Phone.java 63 Parameter 'phoneId' is not assigned and could be declared final
26327 src/com/gps/hibernate/Phone.java 63 publicMethodCommentRequirement Required
26328 src/com/gps/hibernate/Phone.java 67 publicMethodCommentRequirement Required
26329 src/com/gps/hibernate/Phone.java 71 Parameter 'companyId' is not assigned and could be declared final
26330 src/com/gps/hibernate/Phone.java 71 publicMethodCommentRequirement Required
26331 src/com/gps/hibernate/Phone.java 75 publicMethodCommentRequirement Required
26332 src/com/gps/hibernate/Phone.java 79 Parameter 'userId' is not assigned and could be declared final
26333 src/com/gps/hibernate/Phone.java 79 publicMethodCommentRequirement Required
26334 src/com/gps/hibernate/Phone.java 83 publicMethodCommentRequirement Required
26335 src/com/gps/hibernate/Phone.java 87 Parameter 'userName' is not assigned and could be declared final
26336 src/com/gps/hibernate/Phone.java 87 publicMethodCommentRequirement Required
26337 src/com/gps/hibernate/Phone.java 91 publicMethodCommentRequirement Required
26338 src/com/gps/hibernate/Phone.java 95 Parameter 'createDate' is not assigned and could be declared final
26339 src/com/gps/hibernate/Phone.java 95 publicMethodCommentRequirement Required
26340 src/com/gps/hibernate/Phone.java 99 publicMethodCommentRequirement Required
26341 src/com/gps/hibernate/Phone.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
26342 src/com/gps/hibernate/Phone.java 103 publicMethodCommentRequirement Required
26343 src/com/gps/hibernate/Phone.java 107 publicMethodCommentRequirement Required
26344 src/com/gps/hibernate/Phone.java 111 Parameter 'classNameId' is not assigned and could be declared final
26345 src/com/gps/hibernate/Phone.java 111 publicMethodCommentRequirement Required
26346 src/com/gps/hibernate/Phone.java 115 publicMethodCommentRequirement Required
26347 src/com/gps/hibernate/Phone.java 119 Parameter 'classPk' is not assigned and could be declared final
26348 src/com/gps/hibernate/Phone.java 119 publicMethodCommentRequirement Required
26349 src/com/gps/hibernate/Phone.java 123 publicMethodCommentRequirement Required
26350 src/com/gps/hibernate/Phone.java 127 Parameter 'number' is not assigned and could be declared final
26351 src/com/gps/hibernate/Phone.java 127 publicMethodCommentRequirement Required
26352 src/com/gps/hibernate/Phone.java 131 publicMethodCommentRequirement Required
26353 src/com/gps/hibernate/Phone.java 135 Parameter 'extension' is not assigned and could be declared final
26354 src/com/gps/hibernate/Phone.java 135 publicMethodCommentRequirement Required
26355 src/com/gps/hibernate/Phone.java 139 publicMethodCommentRequirement Required
26356 src/com/gps/hibernate/Phone.java 143 Parameter 'typeId' is not assigned and could be declared final
26357 src/com/gps/hibernate/Phone.java 143 publicMethodCommentRequirement Required
26358 src/com/gps/hibernate/Phone.java 147 publicMethodCommentRequirement Required
26359 src/com/gps/hibernate/Phone.java 151 Parameter 'primary' is not assigned and could be declared final
26360 src/com/gps/hibernate/Phone.java 151 publicMethodCommentRequirement Required
26361 src/com/gps/hibernate/PhoneDAO.java 3 Avoid unused imports such as 'java.util.Date'
26362 src/com/gps/hibernate/PhoneDAO.java 11 Comment is too large: Too many lines
26363 src/com/gps/hibernate/PhoneDAO.java 23 This class has too many methods, consider refactoring it.
26364 src/com/gps/hibernate/PhoneDAO.java 24 Logger should be defined private static final and have the correct class
26365 src/com/gps/hibernate/PhoneDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26366 src/com/gps/hibernate/PhoneDAO.java 24 fieldCommentRequirement Required
26367 src/com/gps/hibernate/PhoneDAO.java 26 fieldCommentRequirement Required
26368 src/com/gps/hibernate/PhoneDAO.java 27 fieldCommentRequirement Required
26369 src/com/gps/hibernate/PhoneDAO.java 28 fieldCommentRequirement Required
26370 src/com/gps/hibernate/PhoneDAO.java 29 fieldCommentRequirement Required
26371 src/com/gps/hibernate/PhoneDAO.java 30 fieldCommentRequirement Required
26372 src/com/gps/hibernate/PhoneDAO.java 31 fieldCommentRequirement Required
26373 src/com/gps/hibernate/PhoneDAO.java 32 fieldCommentRequirement Required
26374 src/com/gps/hibernate/PhoneDAO.java 33 fieldCommentRequirement Required
26375 src/com/gps/hibernate/PhoneDAO.java 34 fieldCommentRequirement Required
26376 src/com/gps/hibernate/PhoneDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
26377 src/com/gps/hibernate/PhoneDAO.java 36 publicMethodCommentRequirement Required
26378 src/com/gps/hibernate/PhoneDAO.java 37 There is log block not surrounded by if
26379 src/com/gps/hibernate/PhoneDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26380 src/com/gps/hibernate/PhoneDAO.java 39 Potential violation of Law of Demeter (method chain calls)
26381 src/com/gps/hibernate/PhoneDAO.java 40 There is log block not surrounded by if
26382 src/com/gps/hibernate/PhoneDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26383 src/com/gps/hibernate/PhoneDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26384 src/com/gps/hibernate/PhoneDAO.java 42 There is log block not surrounded by if
26385 src/com/gps/hibernate/PhoneDAO.java 47 Avoid excessively long variable names like persistentInstance
26386 src/com/gps/hibernate/PhoneDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
26387 src/com/gps/hibernate/PhoneDAO.java 47 publicMethodCommentRequirement Required
26388 src/com/gps/hibernate/PhoneDAO.java 48 There is log block not surrounded by if
26389 src/com/gps/hibernate/PhoneDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26390 src/com/gps/hibernate/PhoneDAO.java 50 Potential violation of Law of Demeter (method chain calls)
26391 src/com/gps/hibernate/PhoneDAO.java 51 There is log block not surrounded by if
26392 src/com/gps/hibernate/PhoneDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26393 src/com/gps/hibernate/PhoneDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26394 src/com/gps/hibernate/PhoneDAO.java 53 There is log block not surrounded by if
26395 src/com/gps/hibernate/PhoneDAO.java 58 Avoid variables with short names like id
26396 src/com/gps/hibernate/PhoneDAO.java 58 Parameter 'id' is not assigned and could be declared final
26397 src/com/gps/hibernate/PhoneDAO.java 58 publicMethodCommentRequirement Required
26398 src/com/gps/hibernate/PhoneDAO.java 59 There is log block not surrounded by if
26399 src/com/gps/hibernate/PhoneDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26400 src/com/gps/hibernate/PhoneDAO.java 61 Local variable 'instance' could be declared final
26401 src/com/gps/hibernate/PhoneDAO.java 61 Potential violation of Law of Demeter (method chain calls)
26402 src/com/gps/hibernate/PhoneDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26403 src/com/gps/hibernate/PhoneDAO.java 65 There is log block not surrounded by if
26404 src/com/gps/hibernate/PhoneDAO.java 70 Parameter 'instance' is not assigned and could be declared final
26405 src/com/gps/hibernate/PhoneDAO.java 70 publicMethodCommentRequirement Required
26406 src/com/gps/hibernate/PhoneDAO.java 71 There is log block not surrounded by if
26407 src/com/gps/hibernate/PhoneDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26408 src/com/gps/hibernate/PhoneDAO.java 73 Local variable 'results' could be declared final
26409 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26410 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26411 src/com/gps/hibernate/PhoneDAO.java 73 Potential violation of Law of Demeter (method chain calls)
26412 src/com/gps/hibernate/PhoneDAO.java 76 There is log block not surrounded by if
26413 src/com/gps/hibernate/PhoneDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26414 src/com/gps/hibernate/PhoneDAO.java 77 Potential violation of Law of Demeter (object not created locally)
26415 src/com/gps/hibernate/PhoneDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26416 src/com/gps/hibernate/PhoneDAO.java 80 There is log block not surrounded by if
26417 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
26418 src/com/gps/hibernate/PhoneDAO.java 85 Parameter 'value' is not assigned and could be declared final
26419 src/com/gps/hibernate/PhoneDAO.java 85 publicMethodCommentRequirement Required
26420 src/com/gps/hibernate/PhoneDAO.java 86 There is log block not surrounded by if
26421 src/com/gps/hibernate/PhoneDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26422 src/com/gps/hibernate/PhoneDAO.java 89 Local variable 'queryString' could be declared final
26423 src/com/gps/hibernate/PhoneDAO.java 91 Local variable 'queryObject' could be declared final
26424 src/com/gps/hibernate/PhoneDAO.java 91 Potential violation of Law of Demeter (method chain calls)
26425 src/com/gps/hibernate/PhoneDAO.java 92 Potential violation of Law of Demeter (object not created locally)
26426 src/com/gps/hibernate/PhoneDAO.java 93 Potential violation of Law of Demeter (object not created locally)
26427 src/com/gps/hibernate/PhoneDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26428 src/com/gps/hibernate/PhoneDAO.java 95 There is log block not surrounded by if
26429 src/com/gps/hibernate/PhoneDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
26430 src/com/gps/hibernate/PhoneDAO.java 100 publicMethodCommentRequirement Required
26431 src/com/gps/hibernate/PhoneDAO.java 104 Parameter 'userId' is not assigned and could be declared final
26432 src/com/gps/hibernate/PhoneDAO.java 104 publicMethodCommentRequirement Required
26433 src/com/gps/hibernate/PhoneDAO.java 108 Parameter 'userName' is not assigned and could be declared final
26434 src/com/gps/hibernate/PhoneDAO.java 108 publicMethodCommentRequirement Required
26435 src/com/gps/hibernate/PhoneDAO.java 112 Parameter 'classNameId' is not assigned and could be declared final
26436 src/com/gps/hibernate/PhoneDAO.java 112 publicMethodCommentRequirement Required
26437 src/com/gps/hibernate/PhoneDAO.java 116 Parameter 'classPk' is not assigned and could be declared final
26438 src/com/gps/hibernate/PhoneDAO.java 116 publicMethodCommentRequirement Required
26439 src/com/gps/hibernate/PhoneDAO.java 120 Parameter 'number' is not assigned and could be declared final
26440 src/com/gps/hibernate/PhoneDAO.java 120 publicMethodCommentRequirement Required
26441 src/com/gps/hibernate/PhoneDAO.java 124 Parameter 'extension' is not assigned and could be declared final
26442 src/com/gps/hibernate/PhoneDAO.java 124 publicMethodCommentRequirement Required
26443 src/com/gps/hibernate/PhoneDAO.java 128 Parameter 'typeId' is not assigned and could be declared final
26444 src/com/gps/hibernate/PhoneDAO.java 128 publicMethodCommentRequirement Required
26445 src/com/gps/hibernate/PhoneDAO.java 132 Parameter 'primary' is not assigned and could be declared final
26446 src/com/gps/hibernate/PhoneDAO.java 132 publicMethodCommentRequirement Required
26447 src/com/gps/hibernate/PhoneDAO.java 136 publicMethodCommentRequirement Required
26448 src/com/gps/hibernate/PhoneDAO.java 137 There is log block not surrounded by if
26449 src/com/gps/hibernate/PhoneDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26450 src/com/gps/hibernate/PhoneDAO.java 139 Local variable 'queryString' could be declared final
26451 src/com/gps/hibernate/PhoneDAO.java 140 Local variable 'queryObject' could be declared final
26452 src/com/gps/hibernate/PhoneDAO.java 140 Potential violation of Law of Demeter (method chain calls)
26453 src/com/gps/hibernate/PhoneDAO.java 141 Potential violation of Law of Demeter (object not created locally)
26454 src/com/gps/hibernate/PhoneDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26455 src/com/gps/hibernate/PhoneDAO.java 143 There is log block not surrounded by if
26456 src/com/gps/hibernate/PhoneDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
26457 src/com/gps/hibernate/PhoneDAO.java 148 publicMethodCommentRequirement Required
26458 src/com/gps/hibernate/PhoneDAO.java 149 There is log block not surrounded by if
26459 src/com/gps/hibernate/PhoneDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26460 src/com/gps/hibernate/PhoneDAO.java 151 Local variable 'result' could be declared final
26461 src/com/gps/hibernate/PhoneDAO.java 151 Potential violation of Law of Demeter (method chain calls)
26462 src/com/gps/hibernate/PhoneDAO.java 152 There is log block not surrounded by if
26463 src/com/gps/hibernate/PhoneDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26464 src/com/gps/hibernate/PhoneDAO.java 154 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26465 src/com/gps/hibernate/PhoneDAO.java 155 There is log block not surrounded by if
26466 src/com/gps/hibernate/PhoneDAO.java 160 Parameter 'instance' is not assigned and could be declared final
26467 src/com/gps/hibernate/PhoneDAO.java 160 publicMethodCommentRequirement Required
26468 src/com/gps/hibernate/PhoneDAO.java 161 There is log block not surrounded by if
26469 src/com/gps/hibernate/PhoneDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26470 src/com/gps/hibernate/PhoneDAO.java 163 Potential violation of Law of Demeter (method chain calls)
26471 src/com/gps/hibernate/PhoneDAO.java 164 There is log block not surrounded by if
26472 src/com/gps/hibernate/PhoneDAO.java 164 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26473 src/com/gps/hibernate/PhoneDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26474 src/com/gps/hibernate/PhoneDAO.java 166 There is log block not surrounded by if
26475 src/com/gps/hibernate/PhoneDAO.java 171 Parameter 'instance' is not assigned and could be declared final
26476 src/com/gps/hibernate/PhoneDAO.java 171 publicMethodCommentRequirement Required
26477 src/com/gps/hibernate/PhoneDAO.java 172 There is log block not surrounded by if
26478 src/com/gps/hibernate/PhoneDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26479 src/com/gps/hibernate/PhoneDAO.java 174 Potential violation of Law of Demeter (method chain calls)
26480 src/com/gps/hibernate/PhoneDAO.java 175 There is log block not surrounded by if
26481 src/com/gps/hibernate/PhoneDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26482 src/com/gps/hibernate/PhoneDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26483 src/com/gps/hibernate/PhoneDAO.java 177 There is log block not surrounded by if
26484 src/com/gps/hibernate/PickupPoints.java 9 Classes implementing Serializable should set a serialVersionUID
26485 src/com/gps/hibernate/PickupPoints.java 13 Avoid variables with short names like id
26486 src/com/gps/hibernate/PickupPoints.java 13 fieldCommentRequirement Required
26487 src/com/gps/hibernate/PickupPoints.java 14 fieldCommentRequirement Required
26488 src/com/gps/hibernate/PickupPoints.java 15 fieldCommentRequirement Required
26489 src/com/gps/hibernate/PickupPoints.java 16 fieldCommentRequirement Required
26490 src/com/gps/hibernate/PickupPoints.java 21 Document empty constructor
26491 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'latitude' is not assigned and could be declared final
26492 src/com/gps/hibernate/PickupPoints.java 25 Parameter 'tripDetails' is not assigned and could be declared final
26493 src/com/gps/hibernate/PickupPoints.java 26 Parameter 'longitude' is not assigned and could be declared final
26494 src/com/gps/hibernate/PickupPoints.java 34 publicMethodCommentRequirement Required
26495 src/com/gps/hibernate/PickupPoints.java 38 Avoid variables with short names like id
26496 src/com/gps/hibernate/PickupPoints.java 38 Parameter 'id' is not assigned and could be declared final
26497 src/com/gps/hibernate/PickupPoints.java 38 publicMethodCommentRequirement Required
26498 src/com/gps/hibernate/PickupPoints.java 42 publicMethodCommentRequirement Required
26499 src/com/gps/hibernate/PickupPoints.java 46 Parameter 'tripDetails' is not assigned and could be declared final
26500 src/com/gps/hibernate/PickupPoints.java 46 publicMethodCommentRequirement Required
26501 src/com/gps/hibernate/PickupPoints.java 50 publicMethodCommentRequirement Required
26502 src/com/gps/hibernate/PickupPoints.java 54 Parameter 'latitude' is not assigned and could be declared final
26503 src/com/gps/hibernate/PickupPoints.java 54 publicMethodCommentRequirement Required
26504 src/com/gps/hibernate/PickupPoints.java 58 publicMethodCommentRequirement Required
26505 src/com/gps/hibernate/PickupPoints.java 62 Parameter 'longitude' is not assigned and could be declared final
26506 src/com/gps/hibernate/PickupPoints.java 62 publicMethodCommentRequirement Required
26507 src/com/gps/hibernate/PickupPointsDAO.java 10 Comment is too large: Too many lines
26508 src/com/gps/hibernate/PickupPointsDAO.java 22 This class has too many methods, consider refactoring it.
26509 src/com/gps/hibernate/PickupPointsDAO.java 23 Logger should be defined private static final and have the correct class
26510 src/com/gps/hibernate/PickupPointsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26511 src/com/gps/hibernate/PickupPointsDAO.java 23 fieldCommentRequirement Required
26512 src/com/gps/hibernate/PickupPointsDAO.java 25 fieldCommentRequirement Required
26513 src/com/gps/hibernate/PickupPointsDAO.java 26 fieldCommentRequirement Required
26514 src/com/gps/hibernate/PickupPointsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
26515 src/com/gps/hibernate/PickupPointsDAO.java 28 publicMethodCommentRequirement Required
26516 src/com/gps/hibernate/PickupPointsDAO.java 29 There is log block not surrounded by if
26517 src/com/gps/hibernate/PickupPointsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26518 src/com/gps/hibernate/PickupPointsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
26519 src/com/gps/hibernate/PickupPointsDAO.java 32 There is log block not surrounded by if
26520 src/com/gps/hibernate/PickupPointsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26521 src/com/gps/hibernate/PickupPointsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26522 src/com/gps/hibernate/PickupPointsDAO.java 34 There is log block not surrounded by if
26523 src/com/gps/hibernate/PickupPointsDAO.java 39 Avoid excessively long variable names like persistentInstance
26524 src/com/gps/hibernate/PickupPointsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
26525 src/com/gps/hibernate/PickupPointsDAO.java 39 publicMethodCommentRequirement Required
26526 src/com/gps/hibernate/PickupPointsDAO.java 40 There is log block not surrounded by if
26527 src/com/gps/hibernate/PickupPointsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26528 src/com/gps/hibernate/PickupPointsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
26529 src/com/gps/hibernate/PickupPointsDAO.java 43 There is log block not surrounded by if
26530 src/com/gps/hibernate/PickupPointsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26531 src/com/gps/hibernate/PickupPointsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26532 src/com/gps/hibernate/PickupPointsDAO.java 45 There is log block not surrounded by if
26533 src/com/gps/hibernate/PickupPointsDAO.java 50 Avoid variables with short names like id
26534 src/com/gps/hibernate/PickupPointsDAO.java 50 Parameter 'id' is not assigned and could be declared final
26535 src/com/gps/hibernate/PickupPointsDAO.java 50 publicMethodCommentRequirement Required
26536 src/com/gps/hibernate/PickupPointsDAO.java 51 There is log block not surrounded by if
26537 src/com/gps/hibernate/PickupPointsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26538 src/com/gps/hibernate/PickupPointsDAO.java 53 Local variable 'instance' could be declared final
26539 src/com/gps/hibernate/PickupPointsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
26540 src/com/gps/hibernate/PickupPointsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26541 src/com/gps/hibernate/PickupPointsDAO.java 57 There is log block not surrounded by if
26542 src/com/gps/hibernate/PickupPointsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
26543 src/com/gps/hibernate/PickupPointsDAO.java 62 publicMethodCommentRequirement Required
26544 src/com/gps/hibernate/PickupPointsDAO.java 63 There is log block not surrounded by if
26545 src/com/gps/hibernate/PickupPointsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26546 src/com/gps/hibernate/PickupPointsDAO.java 65 Local variable 'results' could be declared final
26547 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
26548 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
26549 src/com/gps/hibernate/PickupPointsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
26550 src/com/gps/hibernate/PickupPointsDAO.java 68 There is log block not surrounded by if
26551 src/com/gps/hibernate/PickupPointsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26552 src/com/gps/hibernate/PickupPointsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
26553 src/com/gps/hibernate/PickupPointsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26554 src/com/gps/hibernate/PickupPointsDAO.java 72 There is log block not surrounded by if
26555 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
26556 src/com/gps/hibernate/PickupPointsDAO.java 77 Parameter 'value' is not assigned and could be declared final
26557 src/com/gps/hibernate/PickupPointsDAO.java 77 publicMethodCommentRequirement Required
26558 src/com/gps/hibernate/PickupPointsDAO.java 78 There is log block not surrounded by if
26559 src/com/gps/hibernate/PickupPointsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26560 src/com/gps/hibernate/PickupPointsDAO.java 81 Local variable 'queryString' could be declared final
26561 src/com/gps/hibernate/PickupPointsDAO.java 83 Local variable 'queryObject' could be declared final
26562 src/com/gps/hibernate/PickupPointsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
26563 src/com/gps/hibernate/PickupPointsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
26564 src/com/gps/hibernate/PickupPointsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
26565 src/com/gps/hibernate/PickupPointsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26566 src/com/gps/hibernate/PickupPointsDAO.java 87 There is log block not surrounded by if
26567 src/com/gps/hibernate/PickupPointsDAO.java 92 Parameter 'latitude' is not assigned and could be declared final
26568 src/com/gps/hibernate/PickupPointsDAO.java 92 publicMethodCommentRequirement Required
26569 src/com/gps/hibernate/PickupPointsDAO.java 96 Parameter 'longitude' is not assigned and could be declared final
26570 src/com/gps/hibernate/PickupPointsDAO.java 96 publicMethodCommentRequirement Required
26571 src/com/gps/hibernate/PickupPointsDAO.java 100 publicMethodCommentRequirement Required
26572 src/com/gps/hibernate/PickupPointsDAO.java 101 There is log block not surrounded by if
26573 src/com/gps/hibernate/PickupPointsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26574 src/com/gps/hibernate/PickupPointsDAO.java 103 Local variable 'queryString' could be declared final
26575 src/com/gps/hibernate/PickupPointsDAO.java 104 Local variable 'queryObject' could be declared final
26576 src/com/gps/hibernate/PickupPointsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
26577 src/com/gps/hibernate/PickupPointsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
26578 src/com/gps/hibernate/PickupPointsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26579 src/com/gps/hibernate/PickupPointsDAO.java 107 There is log block not surrounded by if
26580 src/com/gps/hibernate/PickupPointsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
26581 src/com/gps/hibernate/PickupPointsDAO.java 112 publicMethodCommentRequirement Required
26582 src/com/gps/hibernate/PickupPointsDAO.java 113 There is log block not surrounded by if
26583 src/com/gps/hibernate/PickupPointsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26584 src/com/gps/hibernate/PickupPointsDAO.java 115 Local variable 'result' could be declared final
26585 src/com/gps/hibernate/PickupPointsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
26586 src/com/gps/hibernate/PickupPointsDAO.java 117 There is log block not surrounded by if
26587 src/com/gps/hibernate/PickupPointsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26588 src/com/gps/hibernate/PickupPointsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26589 src/com/gps/hibernate/PickupPointsDAO.java 120 There is log block not surrounded by if
26590 src/com/gps/hibernate/PickupPointsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
26591 src/com/gps/hibernate/PickupPointsDAO.java 125 publicMethodCommentRequirement Required
26592 src/com/gps/hibernate/PickupPointsDAO.java 126 There is log block not surrounded by if
26593 src/com/gps/hibernate/PickupPointsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26594 src/com/gps/hibernate/PickupPointsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
26595 src/com/gps/hibernate/PickupPointsDAO.java 129 There is log block not surrounded by if
26596 src/com/gps/hibernate/PickupPointsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26597 src/com/gps/hibernate/PickupPointsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26598 src/com/gps/hibernate/PickupPointsDAO.java 131 There is log block not surrounded by if
26599 src/com/gps/hibernate/PickupPointsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
26600 src/com/gps/hibernate/PickupPointsDAO.java 136 publicMethodCommentRequirement Required
26601 src/com/gps/hibernate/PickupPointsDAO.java 137 There is log block not surrounded by if
26602 src/com/gps/hibernate/PickupPointsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26603 src/com/gps/hibernate/PickupPointsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
26604 src/com/gps/hibernate/PickupPointsDAO.java 140 There is log block not surrounded by if
26605 src/com/gps/hibernate/PickupPointsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26606 src/com/gps/hibernate/PickupPointsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26607 src/com/gps/hibernate/PickupPointsDAO.java 142 There is log block not surrounded by if
26608 src/com/gps/hibernate/Pluginsetting.java 9 Classes implementing Serializable should set a serialVersionUID
26609 src/com/gps/hibernate/Pluginsetting.java 13 fieldCommentRequirement Required
26610 src/com/gps/hibernate/Pluginsetting.java 14 fieldCommentRequirement Required
26611 src/com/gps/hibernate/Pluginsetting.java 15 fieldCommentRequirement Required
26612 src/com/gps/hibernate/Pluginsetting.java 16 fieldCommentRequirement Required
26613 src/com/gps/hibernate/Pluginsetting.java 17 fieldCommentRequirement Required
26614 src/com/gps/hibernate/Pluginsetting.java 18 fieldCommentRequirement Required
26615 src/com/gps/hibernate/Pluginsetting.java 23 Document empty constructor
26616 src/com/gps/hibernate/Pluginsetting.java 27 Parameter 'pluginSettingId' is not assigned and could be declared final
26617 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'companyId' is not assigned and could be declared final
26618 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginId' is not assigned and could be declared final
26619 src/com/gps/hibernate/Pluginsetting.java 32 Parameter 'pluginSettingId' is not assigned and could be declared final
26620 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'active' is not assigned and could be declared final
26621 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'pluginType' is not assigned and could be declared final
26622 src/com/gps/hibernate/Pluginsetting.java 33 Parameter 'roles' is not assigned and could be declared final
26623 src/com/gps/hibernate/Pluginsetting.java 44 publicMethodCommentRequirement Required
26624 src/com/gps/hibernate/Pluginsetting.java 48 Parameter 'pluginSettingId' is not assigned and could be declared final
26625 src/com/gps/hibernate/Pluginsetting.java 48 publicMethodCommentRequirement Required
26626 src/com/gps/hibernate/Pluginsetting.java 52 publicMethodCommentRequirement Required
26627 src/com/gps/hibernate/Pluginsetting.java 56 Parameter 'companyId' is not assigned and could be declared final
26628 src/com/gps/hibernate/Pluginsetting.java 56 publicMethodCommentRequirement Required
26629 src/com/gps/hibernate/Pluginsetting.java 60 publicMethodCommentRequirement Required
26630 src/com/gps/hibernate/Pluginsetting.java 64 Parameter 'pluginId' is not assigned and could be declared final
26631 src/com/gps/hibernate/Pluginsetting.java 64 publicMethodCommentRequirement Required
26632 src/com/gps/hibernate/Pluginsetting.java 68 publicMethodCommentRequirement Required
26633 src/com/gps/hibernate/Pluginsetting.java 72 Parameter 'pluginType' is not assigned and could be declared final
26634 src/com/gps/hibernate/Pluginsetting.java 72 publicMethodCommentRequirement Required
26635 src/com/gps/hibernate/Pluginsetting.java 76 publicMethodCommentRequirement Required
26636 src/com/gps/hibernate/Pluginsetting.java 80 Parameter 'roles' is not assigned and could be declared final
26637 src/com/gps/hibernate/Pluginsetting.java 80 publicMethodCommentRequirement Required
26638 src/com/gps/hibernate/Pluginsetting.java 84 publicMethodCommentRequirement Required
26639 src/com/gps/hibernate/Pluginsetting.java 88 Parameter 'active' is not assigned and could be declared final
26640 src/com/gps/hibernate/Pluginsetting.java 88 publicMethodCommentRequirement Required
26641 src/com/gps/hibernate/PluginsettingDAO.java 10 Comment is too large: Too many lines
26642 src/com/gps/hibernate/PluginsettingDAO.java 22 This class has too many methods, consider refactoring it.
26643 src/com/gps/hibernate/PluginsettingDAO.java 23 Logger should be defined private static final and have the correct class
26644 src/com/gps/hibernate/PluginsettingDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26645 src/com/gps/hibernate/PluginsettingDAO.java 23 fieldCommentRequirement Required
26646 src/com/gps/hibernate/PluginsettingDAO.java 25 fieldCommentRequirement Required
26647 src/com/gps/hibernate/PluginsettingDAO.java 26 fieldCommentRequirement Required
26648 src/com/gps/hibernate/PluginsettingDAO.java 27 fieldCommentRequirement Required
26649 src/com/gps/hibernate/PluginsettingDAO.java 28 fieldCommentRequirement Required
26650 src/com/gps/hibernate/PluginsettingDAO.java 29 fieldCommentRequirement Required
26651 src/com/gps/hibernate/PluginsettingDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
26652 src/com/gps/hibernate/PluginsettingDAO.java 31 publicMethodCommentRequirement Required
26653 src/com/gps/hibernate/PluginsettingDAO.java 32 There is log block not surrounded by if
26654 src/com/gps/hibernate/PluginsettingDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26655 src/com/gps/hibernate/PluginsettingDAO.java 34 Potential violation of Law of Demeter (method chain calls)
26656 src/com/gps/hibernate/PluginsettingDAO.java 35 There is log block not surrounded by if
26657 src/com/gps/hibernate/PluginsettingDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26658 src/com/gps/hibernate/PluginsettingDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26659 src/com/gps/hibernate/PluginsettingDAO.java 37 There is log block not surrounded by if
26660 src/com/gps/hibernate/PluginsettingDAO.java 42 Avoid excessively long variable names like persistentInstance
26661 src/com/gps/hibernate/PluginsettingDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
26662 src/com/gps/hibernate/PluginsettingDAO.java 42 publicMethodCommentRequirement Required
26663 src/com/gps/hibernate/PluginsettingDAO.java 43 There is log block not surrounded by if
26664 src/com/gps/hibernate/PluginsettingDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26665 src/com/gps/hibernate/PluginsettingDAO.java 45 Potential violation of Law of Demeter (method chain calls)
26666 src/com/gps/hibernate/PluginsettingDAO.java 46 There is log block not surrounded by if
26667 src/com/gps/hibernate/PluginsettingDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26668 src/com/gps/hibernate/PluginsettingDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26669 src/com/gps/hibernate/PluginsettingDAO.java 48 There is log block not surrounded by if
26670 src/com/gps/hibernate/PluginsettingDAO.java 53 Avoid variables with short names like id
26671 src/com/gps/hibernate/PluginsettingDAO.java 53 Parameter 'id' is not assigned and could be declared final
26672 src/com/gps/hibernate/PluginsettingDAO.java 53 publicMethodCommentRequirement Required
26673 src/com/gps/hibernate/PluginsettingDAO.java 54 There is log block not surrounded by if
26674 src/com/gps/hibernate/PluginsettingDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26675 src/com/gps/hibernate/PluginsettingDAO.java 56 Local variable 'instance' could be declared final
26676 src/com/gps/hibernate/PluginsettingDAO.java 56 Potential violation of Law of Demeter (method chain calls)
26677 src/com/gps/hibernate/PluginsettingDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26678 src/com/gps/hibernate/PluginsettingDAO.java 60 There is log block not surrounded by if
26679 src/com/gps/hibernate/PluginsettingDAO.java 65 Parameter 'instance' is not assigned and could be declared final
26680 src/com/gps/hibernate/PluginsettingDAO.java 65 publicMethodCommentRequirement Required
26681 src/com/gps/hibernate/PluginsettingDAO.java 66 There is log block not surrounded by if
26682 src/com/gps/hibernate/PluginsettingDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26683 src/com/gps/hibernate/PluginsettingDAO.java 68 Local variable 'results' could be declared final
26684 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26685 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26686 src/com/gps/hibernate/PluginsettingDAO.java 68 Potential violation of Law of Demeter (method chain calls)
26687 src/com/gps/hibernate/PluginsettingDAO.java 71 There is log block not surrounded by if
26688 src/com/gps/hibernate/PluginsettingDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26689 src/com/gps/hibernate/PluginsettingDAO.java 72 Potential violation of Law of Demeter (object not created locally)
26690 src/com/gps/hibernate/PluginsettingDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26691 src/com/gps/hibernate/PluginsettingDAO.java 75 There is log block not surrounded by if
26692 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
26693 src/com/gps/hibernate/PluginsettingDAO.java 80 Parameter 'value' is not assigned and could be declared final
26694 src/com/gps/hibernate/PluginsettingDAO.java 80 publicMethodCommentRequirement Required
26695 src/com/gps/hibernate/PluginsettingDAO.java 81 There is log block not surrounded by if
26696 src/com/gps/hibernate/PluginsettingDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26697 src/com/gps/hibernate/PluginsettingDAO.java 84 Local variable 'queryString' could be declared final
26698 src/com/gps/hibernate/PluginsettingDAO.java 86 Local variable 'queryObject' could be declared final
26699 src/com/gps/hibernate/PluginsettingDAO.java 86 Potential violation of Law of Demeter (method chain calls)
26700 src/com/gps/hibernate/PluginsettingDAO.java 87 Potential violation of Law of Demeter (object not created locally)
26701 src/com/gps/hibernate/PluginsettingDAO.java 88 Potential violation of Law of Demeter (object not created locally)
26702 src/com/gps/hibernate/PluginsettingDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26703 src/com/gps/hibernate/PluginsettingDAO.java 90 There is log block not surrounded by if
26704 src/com/gps/hibernate/PluginsettingDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
26705 src/com/gps/hibernate/PluginsettingDAO.java 95 publicMethodCommentRequirement Required
26706 src/com/gps/hibernate/PluginsettingDAO.java 99 Parameter 'pluginId' is not assigned and could be declared final
26707 src/com/gps/hibernate/PluginsettingDAO.java 99 publicMethodCommentRequirement Required
26708 src/com/gps/hibernate/PluginsettingDAO.java 103 Parameter 'pluginType' is not assigned and could be declared final
26709 src/com/gps/hibernate/PluginsettingDAO.java 103 publicMethodCommentRequirement Required
26710 src/com/gps/hibernate/PluginsettingDAO.java 107 Parameter 'roles' is not assigned and could be declared final
26711 src/com/gps/hibernate/PluginsettingDAO.java 107 publicMethodCommentRequirement Required
26712 src/com/gps/hibernate/PluginsettingDAO.java 111 Parameter 'active' is not assigned and could be declared final
26713 src/com/gps/hibernate/PluginsettingDAO.java 111 publicMethodCommentRequirement Required
26714 src/com/gps/hibernate/PluginsettingDAO.java 115 publicMethodCommentRequirement Required
26715 src/com/gps/hibernate/PluginsettingDAO.java 116 There is log block not surrounded by if
26716 src/com/gps/hibernate/PluginsettingDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26717 src/com/gps/hibernate/PluginsettingDAO.java 118 Local variable 'queryString' could be declared final
26718 src/com/gps/hibernate/PluginsettingDAO.java 119 Local variable 'queryObject' could be declared final
26719 src/com/gps/hibernate/PluginsettingDAO.java 119 Potential violation of Law of Demeter (method chain calls)
26720 src/com/gps/hibernate/PluginsettingDAO.java 120 Potential violation of Law of Demeter (object not created locally)
26721 src/com/gps/hibernate/PluginsettingDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26722 src/com/gps/hibernate/PluginsettingDAO.java 122 There is log block not surrounded by if
26723 src/com/gps/hibernate/PluginsettingDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
26724 src/com/gps/hibernate/PluginsettingDAO.java 127 publicMethodCommentRequirement Required
26725 src/com/gps/hibernate/PluginsettingDAO.java 128 There is log block not surrounded by if
26726 src/com/gps/hibernate/PluginsettingDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26727 src/com/gps/hibernate/PluginsettingDAO.java 130 Local variable 'result' could be declared final
26728 src/com/gps/hibernate/PluginsettingDAO.java 130 Potential violation of Law of Demeter (method chain calls)
26729 src/com/gps/hibernate/PluginsettingDAO.java 132 There is log block not surrounded by if
26730 src/com/gps/hibernate/PluginsettingDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26731 src/com/gps/hibernate/PluginsettingDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26732 src/com/gps/hibernate/PluginsettingDAO.java 135 There is log block not surrounded by if
26733 src/com/gps/hibernate/PluginsettingDAO.java 140 Parameter 'instance' is not assigned and could be declared final
26734 src/com/gps/hibernate/PluginsettingDAO.java 140 publicMethodCommentRequirement Required
26735 src/com/gps/hibernate/PluginsettingDAO.java 141 There is log block not surrounded by if
26736 src/com/gps/hibernate/PluginsettingDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26737 src/com/gps/hibernate/PluginsettingDAO.java 143 Potential violation of Law of Demeter (method chain calls)
26738 src/com/gps/hibernate/PluginsettingDAO.java 144 There is log block not surrounded by if
26739 src/com/gps/hibernate/PluginsettingDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26740 src/com/gps/hibernate/PluginsettingDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26741 src/com/gps/hibernate/PluginsettingDAO.java 146 There is log block not surrounded by if
26742 src/com/gps/hibernate/PluginsettingDAO.java 151 Parameter 'instance' is not assigned and could be declared final
26743 src/com/gps/hibernate/PluginsettingDAO.java 151 publicMethodCommentRequirement Required
26744 src/com/gps/hibernate/PluginsettingDAO.java 152 There is log block not surrounded by if
26745 src/com/gps/hibernate/PluginsettingDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26746 src/com/gps/hibernate/PluginsettingDAO.java 154 Potential violation of Law of Demeter (method chain calls)
26747 src/com/gps/hibernate/PluginsettingDAO.java 155 There is log block not surrounded by if
26748 src/com/gps/hibernate/PluginsettingDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26749 src/com/gps/hibernate/PluginsettingDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26750 src/com/gps/hibernate/PluginsettingDAO.java 157 There is log block not surrounded by if
26751 src/com/gps/hibernate/Pollschoice.java 9 Classes implementing Serializable should set a serialVersionUID
26752 src/com/gps/hibernate/Pollschoice.java 13 fieldCommentRequirement Required
26753 src/com/gps/hibernate/Pollschoice.java 14 fieldCommentRequirement Required
26754 src/com/gps/hibernate/Pollschoice.java 15 fieldCommentRequirement Required
26755 src/com/gps/hibernate/Pollschoice.java 16 fieldCommentRequirement Required
26756 src/com/gps/hibernate/Pollschoice.java 17 fieldCommentRequirement Required
26757 src/com/gps/hibernate/Pollschoice.java 22 Document empty constructor
26758 src/com/gps/hibernate/Pollschoice.java 26 Parameter 'choiceId' is not assigned and could be declared final
26759 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'choiceId' is not assigned and could be declared final
26760 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'questionId' is not assigned and could be declared final
26761 src/com/gps/hibernate/Pollschoice.java 31 Parameter 'uuid' is not assigned and could be declared final
26762 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'description' is not assigned and could be declared final
26763 src/com/gps/hibernate/Pollschoice.java 32 Parameter 'name' is not assigned and could be declared final
26764 src/com/gps/hibernate/Pollschoice.java 42 publicMethodCommentRequirement Required
26765 src/com/gps/hibernate/Pollschoice.java 46 Parameter 'choiceId' is not assigned and could be declared final
26766 src/com/gps/hibernate/Pollschoice.java 46 publicMethodCommentRequirement Required
26767 src/com/gps/hibernate/Pollschoice.java 50 publicMethodCommentRequirement Required
26768 src/com/gps/hibernate/Pollschoice.java 54 Parameter 'uuid' is not assigned and could be declared final
26769 src/com/gps/hibernate/Pollschoice.java 54 publicMethodCommentRequirement Required
26770 src/com/gps/hibernate/Pollschoice.java 58 publicMethodCommentRequirement Required
26771 src/com/gps/hibernate/Pollschoice.java 62 Parameter 'questionId' is not assigned and could be declared final
26772 src/com/gps/hibernate/Pollschoice.java 62 publicMethodCommentRequirement Required
26773 src/com/gps/hibernate/Pollschoice.java 66 publicMethodCommentRequirement Required
26774 src/com/gps/hibernate/Pollschoice.java 70 Parameter 'name' is not assigned and could be declared final
26775 src/com/gps/hibernate/Pollschoice.java 70 publicMethodCommentRequirement Required
26776 src/com/gps/hibernate/Pollschoice.java 74 publicMethodCommentRequirement Required
26777 src/com/gps/hibernate/Pollschoice.java 78 Parameter 'description' is not assigned and could be declared final
26778 src/com/gps/hibernate/Pollschoice.java 78 publicMethodCommentRequirement Required
26779 src/com/gps/hibernate/PollschoiceDAO.java 10 Comment is too large: Too many lines
26780 src/com/gps/hibernate/PollschoiceDAO.java 22 This class has too many methods, consider refactoring it.
26781 src/com/gps/hibernate/PollschoiceDAO.java 23 Logger should be defined private static final and have the correct class
26782 src/com/gps/hibernate/PollschoiceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
26783 src/com/gps/hibernate/PollschoiceDAO.java 23 fieldCommentRequirement Required
26784 src/com/gps/hibernate/PollschoiceDAO.java 25 fieldCommentRequirement Required
26785 src/com/gps/hibernate/PollschoiceDAO.java 26 fieldCommentRequirement Required
26786 src/com/gps/hibernate/PollschoiceDAO.java 27 fieldCommentRequirement Required
26787 src/com/gps/hibernate/PollschoiceDAO.java 28 fieldCommentRequirement Required
26788 src/com/gps/hibernate/PollschoiceDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
26789 src/com/gps/hibernate/PollschoiceDAO.java 30 publicMethodCommentRequirement Required
26790 src/com/gps/hibernate/PollschoiceDAO.java 31 There is log block not surrounded by if
26791 src/com/gps/hibernate/PollschoiceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26792 src/com/gps/hibernate/PollschoiceDAO.java 33 Potential violation of Law of Demeter (method chain calls)
26793 src/com/gps/hibernate/PollschoiceDAO.java 34 There is log block not surrounded by if
26794 src/com/gps/hibernate/PollschoiceDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26795 src/com/gps/hibernate/PollschoiceDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26796 src/com/gps/hibernate/PollschoiceDAO.java 36 There is log block not surrounded by if
26797 src/com/gps/hibernate/PollschoiceDAO.java 41 Avoid excessively long variable names like persistentInstance
26798 src/com/gps/hibernate/PollschoiceDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
26799 src/com/gps/hibernate/PollschoiceDAO.java 41 publicMethodCommentRequirement Required
26800 src/com/gps/hibernate/PollschoiceDAO.java 42 There is log block not surrounded by if
26801 src/com/gps/hibernate/PollschoiceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26802 src/com/gps/hibernate/PollschoiceDAO.java 44 Potential violation of Law of Demeter (method chain calls)
26803 src/com/gps/hibernate/PollschoiceDAO.java 45 There is log block not surrounded by if
26804 src/com/gps/hibernate/PollschoiceDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26805 src/com/gps/hibernate/PollschoiceDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26806 src/com/gps/hibernate/PollschoiceDAO.java 47 There is log block not surrounded by if
26807 src/com/gps/hibernate/PollschoiceDAO.java 52 Avoid variables with short names like id
26808 src/com/gps/hibernate/PollschoiceDAO.java 52 Parameter 'id' is not assigned and could be declared final
26809 src/com/gps/hibernate/PollschoiceDAO.java 52 publicMethodCommentRequirement Required
26810 src/com/gps/hibernate/PollschoiceDAO.java 53 There is log block not surrounded by if
26811 src/com/gps/hibernate/PollschoiceDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26812 src/com/gps/hibernate/PollschoiceDAO.java 55 Local variable 'instance' could be declared final
26813 src/com/gps/hibernate/PollschoiceDAO.java 55 Potential violation of Law of Demeter (method chain calls)
26814 src/com/gps/hibernate/PollschoiceDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26815 src/com/gps/hibernate/PollschoiceDAO.java 59 There is log block not surrounded by if
26816 src/com/gps/hibernate/PollschoiceDAO.java 64 Parameter 'instance' is not assigned and could be declared final
26817 src/com/gps/hibernate/PollschoiceDAO.java 64 publicMethodCommentRequirement Required
26818 src/com/gps/hibernate/PollschoiceDAO.java 65 There is log block not surrounded by if
26819 src/com/gps/hibernate/PollschoiceDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26820 src/com/gps/hibernate/PollschoiceDAO.java 67 Local variable 'results' could be declared final
26821 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
26822 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
26823 src/com/gps/hibernate/PollschoiceDAO.java 67 Potential violation of Law of Demeter (method chain calls)
26824 src/com/gps/hibernate/PollschoiceDAO.java 70 There is log block not surrounded by if
26825 src/com/gps/hibernate/PollschoiceDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26826 src/com/gps/hibernate/PollschoiceDAO.java 71 Potential violation of Law of Demeter (object not created locally)
26827 src/com/gps/hibernate/PollschoiceDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26828 src/com/gps/hibernate/PollschoiceDAO.java 74 There is log block not surrounded by if
26829 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
26830 src/com/gps/hibernate/PollschoiceDAO.java 79 Parameter 'value' is not assigned and could be declared final
26831 src/com/gps/hibernate/PollschoiceDAO.java 79 publicMethodCommentRequirement Required
26832 src/com/gps/hibernate/PollschoiceDAO.java 80 There is log block not surrounded by if
26833 src/com/gps/hibernate/PollschoiceDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26834 src/com/gps/hibernate/PollschoiceDAO.java 83 Local variable 'queryString' could be declared final
26835 src/com/gps/hibernate/PollschoiceDAO.java 85 Local variable 'queryObject' could be declared final
26836 src/com/gps/hibernate/PollschoiceDAO.java 85 Potential violation of Law of Demeter (method chain calls)
26837 src/com/gps/hibernate/PollschoiceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
26838 src/com/gps/hibernate/PollschoiceDAO.java 87 Potential violation of Law of Demeter (object not created locally)
26839 src/com/gps/hibernate/PollschoiceDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26840 src/com/gps/hibernate/PollschoiceDAO.java 89 There is log block not surrounded by if
26841 src/com/gps/hibernate/PollschoiceDAO.java 94 Parameter 'uuid' is not assigned and could be declared final
26842 src/com/gps/hibernate/PollschoiceDAO.java 94 publicMethodCommentRequirement Required
26843 src/com/gps/hibernate/PollschoiceDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
26844 src/com/gps/hibernate/PollschoiceDAO.java 98 publicMethodCommentRequirement Required
26845 src/com/gps/hibernate/PollschoiceDAO.java 102 Parameter 'name' is not assigned and could be declared final
26846 src/com/gps/hibernate/PollschoiceDAO.java 102 publicMethodCommentRequirement Required
26847 src/com/gps/hibernate/PollschoiceDAO.java 106 Parameter 'description' is not assigned and could be declared final
26848 src/com/gps/hibernate/PollschoiceDAO.java 106 publicMethodCommentRequirement Required
26849 src/com/gps/hibernate/PollschoiceDAO.java 110 publicMethodCommentRequirement Required
26850 src/com/gps/hibernate/PollschoiceDAO.java 111 There is log block not surrounded by if
26851 src/com/gps/hibernate/PollschoiceDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26852 src/com/gps/hibernate/PollschoiceDAO.java 113 Local variable 'queryString' could be declared final
26853 src/com/gps/hibernate/PollschoiceDAO.java 114 Local variable 'queryObject' could be declared final
26854 src/com/gps/hibernate/PollschoiceDAO.java 114 Potential violation of Law of Demeter (method chain calls)
26855 src/com/gps/hibernate/PollschoiceDAO.java 115 Potential violation of Law of Demeter (object not created locally)
26856 src/com/gps/hibernate/PollschoiceDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26857 src/com/gps/hibernate/PollschoiceDAO.java 117 There is log block not surrounded by if
26858 src/com/gps/hibernate/PollschoiceDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
26859 src/com/gps/hibernate/PollschoiceDAO.java 122 publicMethodCommentRequirement Required
26860 src/com/gps/hibernate/PollschoiceDAO.java 123 There is log block not surrounded by if
26861 src/com/gps/hibernate/PollschoiceDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26862 src/com/gps/hibernate/PollschoiceDAO.java 125 Local variable 'result' could be declared final
26863 src/com/gps/hibernate/PollschoiceDAO.java 125 Potential violation of Law of Demeter (method chain calls)
26864 src/com/gps/hibernate/PollschoiceDAO.java 127 There is log block not surrounded by if
26865 src/com/gps/hibernate/PollschoiceDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26866 src/com/gps/hibernate/PollschoiceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26867 src/com/gps/hibernate/PollschoiceDAO.java 130 There is log block not surrounded by if
26868 src/com/gps/hibernate/PollschoiceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
26869 src/com/gps/hibernate/PollschoiceDAO.java 135 publicMethodCommentRequirement Required
26870 src/com/gps/hibernate/PollschoiceDAO.java 136 There is log block not surrounded by if
26871 src/com/gps/hibernate/PollschoiceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26872 src/com/gps/hibernate/PollschoiceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
26873 src/com/gps/hibernate/PollschoiceDAO.java 139 There is log block not surrounded by if
26874 src/com/gps/hibernate/PollschoiceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26875 src/com/gps/hibernate/PollschoiceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26876 src/com/gps/hibernate/PollschoiceDAO.java 141 There is log block not surrounded by if
26877 src/com/gps/hibernate/PollschoiceDAO.java 146 Parameter 'instance' is not assigned and could be declared final
26878 src/com/gps/hibernate/PollschoiceDAO.java 146 publicMethodCommentRequirement Required
26879 src/com/gps/hibernate/PollschoiceDAO.java 147 There is log block not surrounded by if
26880 src/com/gps/hibernate/PollschoiceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26881 src/com/gps/hibernate/PollschoiceDAO.java 149 Potential violation of Law of Demeter (method chain calls)
26882 src/com/gps/hibernate/PollschoiceDAO.java 150 There is log block not surrounded by if
26883 src/com/gps/hibernate/PollschoiceDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26884 src/com/gps/hibernate/PollschoiceDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26885 src/com/gps/hibernate/PollschoiceDAO.java 152 There is log block not surrounded by if
26886 src/com/gps/hibernate/Pollsquestion.java 11 Classes implementing Serializable should set a serialVersionUID
26887 src/com/gps/hibernate/Pollsquestion.java 15 fieldCommentRequirement Required
26888 src/com/gps/hibernate/Pollsquestion.java 16 fieldCommentRequirement Required
26889 src/com/gps/hibernate/Pollsquestion.java 17 fieldCommentRequirement Required
26890 src/com/gps/hibernate/Pollsquestion.java 18 fieldCommentRequirement Required
26891 src/com/gps/hibernate/Pollsquestion.java 19 fieldCommentRequirement Required
26892 src/com/gps/hibernate/Pollsquestion.java 20 fieldCommentRequirement Required
26893 src/com/gps/hibernate/Pollsquestion.java 21 fieldCommentRequirement Required
26894 src/com/gps/hibernate/Pollsquestion.java 22 fieldCommentRequirement Required
26895 src/com/gps/hibernate/Pollsquestion.java 23 fieldCommentRequirement Required
26896 src/com/gps/hibernate/Pollsquestion.java 24 fieldCommentRequirement Required
26897 src/com/gps/hibernate/Pollsquestion.java 25 fieldCommentRequirement Required
26898 src/com/gps/hibernate/Pollsquestion.java 26 fieldCommentRequirement Required
26899 src/com/gps/hibernate/Pollsquestion.java 31 Document empty constructor
26900 src/com/gps/hibernate/Pollsquestion.java 35 Parameter 'questionId' is not assigned and could be declared final
26901 src/com/gps/hibernate/Pollsquestion.java 40 Avoid long parameter lists.
26902 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'groupId' is not assigned and could be declared final
26903 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'questionId' is not assigned and could be declared final
26904 src/com/gps/hibernate/Pollsquestion.java 40 Parameter 'uuid' is not assigned and could be declared final
26905 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'companyId' is not assigned and could be declared final
26906 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'createDate' is not assigned and could be declared final
26907 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userId' is not assigned and could be declared final
26908 src/com/gps/hibernate/Pollsquestion.java 41 Parameter 'userName' is not assigned and could be declared final
26909 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'description' is not assigned and could be declared final
26910 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
26911 src/com/gps/hibernate/Pollsquestion.java 42 Parameter 'title' is not assigned and could be declared final
26912 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'expirationDate' is not assigned and could be declared final
26913 src/com/gps/hibernate/Pollsquestion.java 43 Parameter 'lastVoteDate' is not assigned and could be declared final
26914 src/com/gps/hibernate/Pollsquestion.java 60 publicMethodCommentRequirement Required
26915 src/com/gps/hibernate/Pollsquestion.java 64 Parameter 'questionId' is not assigned and could be declared final
26916 src/com/gps/hibernate/Pollsquestion.java 64 publicMethodCommentRequirement Required
26917 src/com/gps/hibernate/Pollsquestion.java 68 publicMethodCommentRequirement Required
26918 src/com/gps/hibernate/Pollsquestion.java 72 Parameter 'uuid' is not assigned and could be declared final
26919 src/com/gps/hibernate/Pollsquestion.java 72 publicMethodCommentRequirement Required
26920 src/com/gps/hibernate/Pollsquestion.java 76 publicMethodCommentRequirement Required
26921 src/com/gps/hibernate/Pollsquestion.java 80 Parameter 'groupId' is not assigned and could be declared final
26922 src/com/gps/hibernate/Pollsquestion.java 80 publicMethodCommentRequirement Required
26923 src/com/gps/hibernate/Pollsquestion.java 84 publicMethodCommentRequirement Required
26924 src/com/gps/hibernate/Pollsquestion.java 88 Parameter 'companyId' is not assigned and could be declared final
26925 src/com/gps/hibernate/Pollsquestion.java 88 publicMethodCommentRequirement Required
26926 src/com/gps/hibernate/Pollsquestion.java 92 publicMethodCommentRequirement Required
26927 src/com/gps/hibernate/Pollsquestion.java 96 Parameter 'userId' is not assigned and could be declared final
26928 src/com/gps/hibernate/Pollsquestion.java 96 publicMethodCommentRequirement Required
26929 src/com/gps/hibernate/Pollsquestion.java 100 publicMethodCommentRequirement Required
26930 src/com/gps/hibernate/Pollsquestion.java 104 Parameter 'userName' is not assigned and could be declared final
26931 src/com/gps/hibernate/Pollsquestion.java 104 publicMethodCommentRequirement Required
26932 src/com/gps/hibernate/Pollsquestion.java 108 publicMethodCommentRequirement Required
26933 src/com/gps/hibernate/Pollsquestion.java 112 Parameter 'createDate' is not assigned and could be declared final
26934 src/com/gps/hibernate/Pollsquestion.java 112 publicMethodCommentRequirement Required
26935 src/com/gps/hibernate/Pollsquestion.java 116 publicMethodCommentRequirement Required
26936 src/com/gps/hibernate/Pollsquestion.java 120 Parameter 'modifiedDate' is not assigned and could be declared final
26937 src/com/gps/hibernate/Pollsquestion.java 120 publicMethodCommentRequirement Required
26938 src/com/gps/hibernate/Pollsquestion.java 124 publicMethodCommentRequirement Required
26939 src/com/gps/hibernate/Pollsquestion.java 128 Parameter 'title' is not assigned and could be declared final
26940 src/com/gps/hibernate/Pollsquestion.java 128 publicMethodCommentRequirement Required
26941 src/com/gps/hibernate/Pollsquestion.java 132 publicMethodCommentRequirement Required
26942 src/com/gps/hibernate/Pollsquestion.java 136 Parameter 'description' is not assigned and could be declared final
26943 src/com/gps/hibernate/Pollsquestion.java 136 publicMethodCommentRequirement Required
26944 src/com/gps/hibernate/Pollsquestion.java 140 publicMethodCommentRequirement Required
26945 src/com/gps/hibernate/Pollsquestion.java 144 Parameter 'expirationDate' is not assigned and could be declared final
26946 src/com/gps/hibernate/Pollsquestion.java 144 publicMethodCommentRequirement Required
26947 src/com/gps/hibernate/Pollsquestion.java 148 publicMethodCommentRequirement Required
26948 src/com/gps/hibernate/Pollsquestion.java 152 Parameter 'lastVoteDate' is not assigned and could be declared final
26949 src/com/gps/hibernate/Pollsquestion.java 152 publicMethodCommentRequirement Required
26950 src/com/gps/hibernate/PollsquestionDAO.java 3 Avoid unused imports such as 'java.util.Date'
26951 src/com/gps/hibernate/PollsquestionDAO.java 11 Comment is too large: Too many lines
26952 src/com/gps/hibernate/PollsquestionDAO.java 23 This class has too many methods, consider refactoring it.
26953 src/com/gps/hibernate/PollsquestionDAO.java 24 Logger should be defined private static final and have the correct class
26954 src/com/gps/hibernate/PollsquestionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
26955 src/com/gps/hibernate/PollsquestionDAO.java 24 fieldCommentRequirement Required
26956 src/com/gps/hibernate/PollsquestionDAO.java 26 fieldCommentRequirement Required
26957 src/com/gps/hibernate/PollsquestionDAO.java 27 fieldCommentRequirement Required
26958 src/com/gps/hibernate/PollsquestionDAO.java 28 fieldCommentRequirement Required
26959 src/com/gps/hibernate/PollsquestionDAO.java 29 fieldCommentRequirement Required
26960 src/com/gps/hibernate/PollsquestionDAO.java 30 fieldCommentRequirement Required
26961 src/com/gps/hibernate/PollsquestionDAO.java 31 fieldCommentRequirement Required
26962 src/com/gps/hibernate/PollsquestionDAO.java 32 fieldCommentRequirement Required
26963 src/com/gps/hibernate/PollsquestionDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
26964 src/com/gps/hibernate/PollsquestionDAO.java 34 publicMethodCommentRequirement Required
26965 src/com/gps/hibernate/PollsquestionDAO.java 35 There is log block not surrounded by if
26966 src/com/gps/hibernate/PollsquestionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26967 src/com/gps/hibernate/PollsquestionDAO.java 37 Potential violation of Law of Demeter (method chain calls)
26968 src/com/gps/hibernate/PollsquestionDAO.java 38 There is log block not surrounded by if
26969 src/com/gps/hibernate/PollsquestionDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26970 src/com/gps/hibernate/PollsquestionDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26971 src/com/gps/hibernate/PollsquestionDAO.java 40 There is log block not surrounded by if
26972 src/com/gps/hibernate/PollsquestionDAO.java 45 Avoid excessively long variable names like persistentInstance
26973 src/com/gps/hibernate/PollsquestionDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
26974 src/com/gps/hibernate/PollsquestionDAO.java 45 publicMethodCommentRequirement Required
26975 src/com/gps/hibernate/PollsquestionDAO.java 46 There is log block not surrounded by if
26976 src/com/gps/hibernate/PollsquestionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26977 src/com/gps/hibernate/PollsquestionDAO.java 48 Potential violation of Law of Demeter (method chain calls)
26978 src/com/gps/hibernate/PollsquestionDAO.java 49 There is log block not surrounded by if
26979 src/com/gps/hibernate/PollsquestionDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26980 src/com/gps/hibernate/PollsquestionDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26981 src/com/gps/hibernate/PollsquestionDAO.java 51 There is log block not surrounded by if
26982 src/com/gps/hibernate/PollsquestionDAO.java 56 Avoid variables with short names like id
26983 src/com/gps/hibernate/PollsquestionDAO.java 56 Parameter 'id' is not assigned and could be declared final
26984 src/com/gps/hibernate/PollsquestionDAO.java 56 publicMethodCommentRequirement Required
26985 src/com/gps/hibernate/PollsquestionDAO.java 57 There is log block not surrounded by if
26986 src/com/gps/hibernate/PollsquestionDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26987 src/com/gps/hibernate/PollsquestionDAO.java 59 Local variable 'instance' could be declared final
26988 src/com/gps/hibernate/PollsquestionDAO.java 59 Potential violation of Law of Demeter (method chain calls)
26989 src/com/gps/hibernate/PollsquestionDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
26990 src/com/gps/hibernate/PollsquestionDAO.java 63 There is log block not surrounded by if
26991 src/com/gps/hibernate/PollsquestionDAO.java 68 Parameter 'instance' is not assigned and could be declared final
26992 src/com/gps/hibernate/PollsquestionDAO.java 68 publicMethodCommentRequirement Required
26993 src/com/gps/hibernate/PollsquestionDAO.java 69 There is log block not surrounded by if
26994 src/com/gps/hibernate/PollsquestionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
26995 src/com/gps/hibernate/PollsquestionDAO.java 71 Local variable 'results' could be declared final
26996 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26997 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26998 src/com/gps/hibernate/PollsquestionDAO.java 71 Potential violation of Law of Demeter (method chain calls)
26999 src/com/gps/hibernate/PollsquestionDAO.java 74 There is log block not surrounded by if
27000 src/com/gps/hibernate/PollsquestionDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27001 src/com/gps/hibernate/PollsquestionDAO.java 75 Potential violation of Law of Demeter (object not created locally)
27002 src/com/gps/hibernate/PollsquestionDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27003 src/com/gps/hibernate/PollsquestionDAO.java 78 There is log block not surrounded by if
27004 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
27005 src/com/gps/hibernate/PollsquestionDAO.java 83 Parameter 'value' is not assigned and could be declared final
27006 src/com/gps/hibernate/PollsquestionDAO.java 83 publicMethodCommentRequirement Required
27007 src/com/gps/hibernate/PollsquestionDAO.java 84 There is log block not surrounded by if
27008 src/com/gps/hibernate/PollsquestionDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27009 src/com/gps/hibernate/PollsquestionDAO.java 87 Local variable 'queryString' could be declared final
27010 src/com/gps/hibernate/PollsquestionDAO.java 89 Local variable 'queryObject' could be declared final
27011 src/com/gps/hibernate/PollsquestionDAO.java 89 Potential violation of Law of Demeter (method chain calls)
27012 src/com/gps/hibernate/PollsquestionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
27013 src/com/gps/hibernate/PollsquestionDAO.java 91 Potential violation of Law of Demeter (object not created locally)
27014 src/com/gps/hibernate/PollsquestionDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27015 src/com/gps/hibernate/PollsquestionDAO.java 93 There is log block not surrounded by if
27016 src/com/gps/hibernate/PollsquestionDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
27017 src/com/gps/hibernate/PollsquestionDAO.java 98 publicMethodCommentRequirement Required
27018 src/com/gps/hibernate/PollsquestionDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
27019 src/com/gps/hibernate/PollsquestionDAO.java 102 publicMethodCommentRequirement Required
27020 src/com/gps/hibernate/PollsquestionDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
27021 src/com/gps/hibernate/PollsquestionDAO.java 106 publicMethodCommentRequirement Required
27022 src/com/gps/hibernate/PollsquestionDAO.java 110 Parameter 'userId' is not assigned and could be declared final
27023 src/com/gps/hibernate/PollsquestionDAO.java 110 publicMethodCommentRequirement Required
27024 src/com/gps/hibernate/PollsquestionDAO.java 114 Parameter 'userName' is not assigned and could be declared final
27025 src/com/gps/hibernate/PollsquestionDAO.java 114 publicMethodCommentRequirement Required
27026 src/com/gps/hibernate/PollsquestionDAO.java 118 Parameter 'title' is not assigned and could be declared final
27027 src/com/gps/hibernate/PollsquestionDAO.java 118 publicMethodCommentRequirement Required
27028 src/com/gps/hibernate/PollsquestionDAO.java 122 Parameter 'description' is not assigned and could be declared final
27029 src/com/gps/hibernate/PollsquestionDAO.java 122 publicMethodCommentRequirement Required
27030 src/com/gps/hibernate/PollsquestionDAO.java 126 publicMethodCommentRequirement Required
27031 src/com/gps/hibernate/PollsquestionDAO.java 127 There is log block not surrounded by if
27032 src/com/gps/hibernate/PollsquestionDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27033 src/com/gps/hibernate/PollsquestionDAO.java 129 Local variable 'queryString' could be declared final
27034 src/com/gps/hibernate/PollsquestionDAO.java 130 Local variable 'queryObject' could be declared final
27035 src/com/gps/hibernate/PollsquestionDAO.java 130 Potential violation of Law of Demeter (method chain calls)
27036 src/com/gps/hibernate/PollsquestionDAO.java 131 Potential violation of Law of Demeter (object not created locally)
27037 src/com/gps/hibernate/PollsquestionDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27038 src/com/gps/hibernate/PollsquestionDAO.java 133 There is log block not surrounded by if
27039 src/com/gps/hibernate/PollsquestionDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
27040 src/com/gps/hibernate/PollsquestionDAO.java 138 publicMethodCommentRequirement Required
27041 src/com/gps/hibernate/PollsquestionDAO.java 139 There is log block not surrounded by if
27042 src/com/gps/hibernate/PollsquestionDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27043 src/com/gps/hibernate/PollsquestionDAO.java 141 Local variable 'result' could be declared final
27044 src/com/gps/hibernate/PollsquestionDAO.java 141 Potential violation of Law of Demeter (method chain calls)
27045 src/com/gps/hibernate/PollsquestionDAO.java 143 There is log block not surrounded by if
27046 src/com/gps/hibernate/PollsquestionDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27047 src/com/gps/hibernate/PollsquestionDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27048 src/com/gps/hibernate/PollsquestionDAO.java 146 There is log block not surrounded by if
27049 src/com/gps/hibernate/PollsquestionDAO.java 151 Parameter 'instance' is not assigned and could be declared final
27050 src/com/gps/hibernate/PollsquestionDAO.java 151 publicMethodCommentRequirement Required
27051 src/com/gps/hibernate/PollsquestionDAO.java 152 There is log block not surrounded by if
27052 src/com/gps/hibernate/PollsquestionDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27053 src/com/gps/hibernate/PollsquestionDAO.java 154 Potential violation of Law of Demeter (method chain calls)
27054 src/com/gps/hibernate/PollsquestionDAO.java 155 There is log block not surrounded by if
27055 src/com/gps/hibernate/PollsquestionDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27056 src/com/gps/hibernate/PollsquestionDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27057 src/com/gps/hibernate/PollsquestionDAO.java 157 There is log block not surrounded by if
27058 src/com/gps/hibernate/PollsquestionDAO.java 162 Parameter 'instance' is not assigned and could be declared final
27059 src/com/gps/hibernate/PollsquestionDAO.java 162 publicMethodCommentRequirement Required
27060 src/com/gps/hibernate/PollsquestionDAO.java 163 There is log block not surrounded by if
27061 src/com/gps/hibernate/PollsquestionDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27062 src/com/gps/hibernate/PollsquestionDAO.java 165 Potential violation of Law of Demeter (method chain calls)
27063 src/com/gps/hibernate/PollsquestionDAO.java 166 There is log block not surrounded by if
27064 src/com/gps/hibernate/PollsquestionDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27065 src/com/gps/hibernate/PollsquestionDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27066 src/com/gps/hibernate/PollsquestionDAO.java 168 There is log block not surrounded by if
27067 src/com/gps/hibernate/Pollsvote.java 11 Classes implementing Serializable should set a serialVersionUID
27068 src/com/gps/hibernate/Pollsvote.java 15 fieldCommentRequirement Required
27069 src/com/gps/hibernate/Pollsvote.java 16 fieldCommentRequirement Required
27070 src/com/gps/hibernate/Pollsvote.java 17 fieldCommentRequirement Required
27071 src/com/gps/hibernate/Pollsvote.java 18 fieldCommentRequirement Required
27072 src/com/gps/hibernate/Pollsvote.java 19 fieldCommentRequirement Required
27073 src/com/gps/hibernate/Pollsvote.java 24 Document empty constructor
27074 src/com/gps/hibernate/Pollsvote.java 28 Parameter 'voteId' is not assigned and could be declared final
27075 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'choiceId' is not assigned and could be declared final
27076 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'questionId' is not assigned and could be declared final
27077 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'userId' is not assigned and could be declared final
27078 src/com/gps/hibernate/Pollsvote.java 33 Parameter 'voteId' is not assigned and could be declared final
27079 src/com/gps/hibernate/Pollsvote.java 34 Parameter 'voteDate' is not assigned and could be declared final
27080 src/com/gps/hibernate/Pollsvote.java 44 publicMethodCommentRequirement Required
27081 src/com/gps/hibernate/Pollsvote.java 48 Parameter 'voteId' is not assigned and could be declared final
27082 src/com/gps/hibernate/Pollsvote.java 48 publicMethodCommentRequirement Required
27083 src/com/gps/hibernate/Pollsvote.java 52 publicMethodCommentRequirement Required
27084 src/com/gps/hibernate/Pollsvote.java 56 Parameter 'userId' is not assigned and could be declared final
27085 src/com/gps/hibernate/Pollsvote.java 56 publicMethodCommentRequirement Required
27086 src/com/gps/hibernate/Pollsvote.java 60 publicMethodCommentRequirement Required
27087 src/com/gps/hibernate/Pollsvote.java 64 Parameter 'questionId' is not assigned and could be declared final
27088 src/com/gps/hibernate/Pollsvote.java 64 publicMethodCommentRequirement Required
27089 src/com/gps/hibernate/Pollsvote.java 68 publicMethodCommentRequirement Required
27090 src/com/gps/hibernate/Pollsvote.java 72 Parameter 'choiceId' is not assigned and could be declared final
27091 src/com/gps/hibernate/Pollsvote.java 72 publicMethodCommentRequirement Required
27092 src/com/gps/hibernate/Pollsvote.java 76 publicMethodCommentRequirement Required
27093 src/com/gps/hibernate/Pollsvote.java 80 Parameter 'voteDate' is not assigned and could be declared final
27094 src/com/gps/hibernate/Pollsvote.java 80 publicMethodCommentRequirement Required
27095 src/com/gps/hibernate/PollsvoteDAO.java 3 Avoid unused imports such as 'java.util.Date'
27096 src/com/gps/hibernate/PollsvoteDAO.java 11 Comment is too large: Too many lines
27097 src/com/gps/hibernate/PollsvoteDAO.java 23 This class has too many methods, consider refactoring it.
27098 src/com/gps/hibernate/PollsvoteDAO.java 24 Logger should be defined private static final and have the correct class
27099 src/com/gps/hibernate/PollsvoteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
27100 src/com/gps/hibernate/PollsvoteDAO.java 24 fieldCommentRequirement Required
27101 src/com/gps/hibernate/PollsvoteDAO.java 26 fieldCommentRequirement Required
27102 src/com/gps/hibernate/PollsvoteDAO.java 27 fieldCommentRequirement Required
27103 src/com/gps/hibernate/PollsvoteDAO.java 28 fieldCommentRequirement Required
27104 src/com/gps/hibernate/PollsvoteDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
27105 src/com/gps/hibernate/PollsvoteDAO.java 30 publicMethodCommentRequirement Required
27106 src/com/gps/hibernate/PollsvoteDAO.java 31 There is log block not surrounded by if
27107 src/com/gps/hibernate/PollsvoteDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27108 src/com/gps/hibernate/PollsvoteDAO.java 33 Potential violation of Law of Demeter (method chain calls)
27109 src/com/gps/hibernate/PollsvoteDAO.java 34 There is log block not surrounded by if
27110 src/com/gps/hibernate/PollsvoteDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27111 src/com/gps/hibernate/PollsvoteDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27112 src/com/gps/hibernate/PollsvoteDAO.java 36 There is log block not surrounded by if
27113 src/com/gps/hibernate/PollsvoteDAO.java 41 Avoid excessively long variable names like persistentInstance
27114 src/com/gps/hibernate/PollsvoteDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
27115 src/com/gps/hibernate/PollsvoteDAO.java 41 publicMethodCommentRequirement Required
27116 src/com/gps/hibernate/PollsvoteDAO.java 42 There is log block not surrounded by if
27117 src/com/gps/hibernate/PollsvoteDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27118 src/com/gps/hibernate/PollsvoteDAO.java 44 Potential violation of Law of Demeter (method chain calls)
27119 src/com/gps/hibernate/PollsvoteDAO.java 45 There is log block not surrounded by if
27120 src/com/gps/hibernate/PollsvoteDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27121 src/com/gps/hibernate/PollsvoteDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27122 src/com/gps/hibernate/PollsvoteDAO.java 47 There is log block not surrounded by if
27123 src/com/gps/hibernate/PollsvoteDAO.java 52 Avoid variables with short names like id
27124 src/com/gps/hibernate/PollsvoteDAO.java 52 Parameter 'id' is not assigned and could be declared final
27125 src/com/gps/hibernate/PollsvoteDAO.java 52 publicMethodCommentRequirement Required
27126 src/com/gps/hibernate/PollsvoteDAO.java 53 There is log block not surrounded by if
27127 src/com/gps/hibernate/PollsvoteDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27128 src/com/gps/hibernate/PollsvoteDAO.java 55 Local variable 'instance' could be declared final
27129 src/com/gps/hibernate/PollsvoteDAO.java 55 Potential violation of Law of Demeter (method chain calls)
27130 src/com/gps/hibernate/PollsvoteDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27131 src/com/gps/hibernate/PollsvoteDAO.java 59 There is log block not surrounded by if
27132 src/com/gps/hibernate/PollsvoteDAO.java 64 Parameter 'instance' is not assigned and could be declared final
27133 src/com/gps/hibernate/PollsvoteDAO.java 64 publicMethodCommentRequirement Required
27134 src/com/gps/hibernate/PollsvoteDAO.java 65 There is log block not surrounded by if
27135 src/com/gps/hibernate/PollsvoteDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27136 src/com/gps/hibernate/PollsvoteDAO.java 67 Local variable 'results' could be declared final
27137 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27138 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27139 src/com/gps/hibernate/PollsvoteDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27140 src/com/gps/hibernate/PollsvoteDAO.java 70 There is log block not surrounded by if
27141 src/com/gps/hibernate/PollsvoteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27142 src/com/gps/hibernate/PollsvoteDAO.java 71 Potential violation of Law of Demeter (object not created locally)
27143 src/com/gps/hibernate/PollsvoteDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27144 src/com/gps/hibernate/PollsvoteDAO.java 74 There is log block not surrounded by if
27145 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
27146 src/com/gps/hibernate/PollsvoteDAO.java 79 Parameter 'value' is not assigned and could be declared final
27147 src/com/gps/hibernate/PollsvoteDAO.java 79 publicMethodCommentRequirement Required
27148 src/com/gps/hibernate/PollsvoteDAO.java 80 There is log block not surrounded by if
27149 src/com/gps/hibernate/PollsvoteDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27150 src/com/gps/hibernate/PollsvoteDAO.java 83 Local variable 'queryString' could be declared final
27151 src/com/gps/hibernate/PollsvoteDAO.java 85 Local variable 'queryObject' could be declared final
27152 src/com/gps/hibernate/PollsvoteDAO.java 85 Potential violation of Law of Demeter (method chain calls)
27153 src/com/gps/hibernate/PollsvoteDAO.java 86 Potential violation of Law of Demeter (object not created locally)
27154 src/com/gps/hibernate/PollsvoteDAO.java 87 Potential violation of Law of Demeter (object not created locally)
27155 src/com/gps/hibernate/PollsvoteDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27156 src/com/gps/hibernate/PollsvoteDAO.java 89 There is log block not surrounded by if
27157 src/com/gps/hibernate/PollsvoteDAO.java 94 Parameter 'userId' is not assigned and could be declared final
27158 src/com/gps/hibernate/PollsvoteDAO.java 94 publicMethodCommentRequirement Required
27159 src/com/gps/hibernate/PollsvoteDAO.java 98 Parameter 'questionId' is not assigned and could be declared final
27160 src/com/gps/hibernate/PollsvoteDAO.java 98 publicMethodCommentRequirement Required
27161 src/com/gps/hibernate/PollsvoteDAO.java 102 Parameter 'choiceId' is not assigned and could be declared final
27162 src/com/gps/hibernate/PollsvoteDAO.java 102 publicMethodCommentRequirement Required
27163 src/com/gps/hibernate/PollsvoteDAO.java 106 publicMethodCommentRequirement Required
27164 src/com/gps/hibernate/PollsvoteDAO.java 107 There is log block not surrounded by if
27165 src/com/gps/hibernate/PollsvoteDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27166 src/com/gps/hibernate/PollsvoteDAO.java 109 Local variable 'queryString' could be declared final
27167 src/com/gps/hibernate/PollsvoteDAO.java 110 Local variable 'queryObject' could be declared final
27168 src/com/gps/hibernate/PollsvoteDAO.java 110 Potential violation of Law of Demeter (method chain calls)
27169 src/com/gps/hibernate/PollsvoteDAO.java 111 Potential violation of Law of Demeter (object not created locally)
27170 src/com/gps/hibernate/PollsvoteDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27171 src/com/gps/hibernate/PollsvoteDAO.java 113 There is log block not surrounded by if
27172 src/com/gps/hibernate/PollsvoteDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
27173 src/com/gps/hibernate/PollsvoteDAO.java 118 publicMethodCommentRequirement Required
27174 src/com/gps/hibernate/PollsvoteDAO.java 119 There is log block not surrounded by if
27175 src/com/gps/hibernate/PollsvoteDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27176 src/com/gps/hibernate/PollsvoteDAO.java 121 Local variable 'result' could be declared final
27177 src/com/gps/hibernate/PollsvoteDAO.java 121 Potential violation of Law of Demeter (method chain calls)
27178 src/com/gps/hibernate/PollsvoteDAO.java 122 There is log block not surrounded by if
27179 src/com/gps/hibernate/PollsvoteDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27180 src/com/gps/hibernate/PollsvoteDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27181 src/com/gps/hibernate/PollsvoteDAO.java 125 There is log block not surrounded by if
27182 src/com/gps/hibernate/PollsvoteDAO.java 130 Parameter 'instance' is not assigned and could be declared final
27183 src/com/gps/hibernate/PollsvoteDAO.java 130 publicMethodCommentRequirement Required
27184 src/com/gps/hibernate/PollsvoteDAO.java 131 There is log block not surrounded by if
27185 src/com/gps/hibernate/PollsvoteDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27186 src/com/gps/hibernate/PollsvoteDAO.java 133 Potential violation of Law of Demeter (method chain calls)
27187 src/com/gps/hibernate/PollsvoteDAO.java 134 There is log block not surrounded by if
27188 src/com/gps/hibernate/PollsvoteDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27189 src/com/gps/hibernate/PollsvoteDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27190 src/com/gps/hibernate/PollsvoteDAO.java 136 There is log block not surrounded by if
27191 src/com/gps/hibernate/PollsvoteDAO.java 141 Parameter 'instance' is not assigned and could be declared final
27192 src/com/gps/hibernate/PollsvoteDAO.java 141 publicMethodCommentRequirement Required
27193 src/com/gps/hibernate/PollsvoteDAO.java 142 There is log block not surrounded by if
27194 src/com/gps/hibernate/PollsvoteDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27195 src/com/gps/hibernate/PollsvoteDAO.java 144 Potential violation of Law of Demeter (method chain calls)
27196 src/com/gps/hibernate/PollsvoteDAO.java 145 There is log block not surrounded by if
27197 src/com/gps/hibernate/PollsvoteDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27198 src/com/gps/hibernate/PollsvoteDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27199 src/com/gps/hibernate/PollsvoteDAO.java 147 There is log block not surrounded by if
27200 src/com/gps/hibernate/Portlet.java 9 Classes implementing Serializable should set a serialVersionUID
27201 src/com/gps/hibernate/Portlet.java 13 Avoid variables with short names like id
27202 src/com/gps/hibernate/Portlet.java 13 fieldCommentRequirement Required
27203 src/com/gps/hibernate/Portlet.java 14 fieldCommentRequirement Required
27204 src/com/gps/hibernate/Portlet.java 15 fieldCommentRequirement Required
27205 src/com/gps/hibernate/Portlet.java 16 fieldCommentRequirement Required
27206 src/com/gps/hibernate/Portlet.java 17 fieldCommentRequirement Required
27207 src/com/gps/hibernate/Portlet.java 22 Document empty constructor
27208 src/com/gps/hibernate/Portlet.java 26 Avoid variables with short names like id
27209 src/com/gps/hibernate/Portlet.java 26 Parameter 'id' is not assigned and could be declared final
27210 src/com/gps/hibernate/Portlet.java 31 Avoid variables with short names like id
27211 src/com/gps/hibernate/Portlet.java 31 Parameter 'companyId' is not assigned and could be declared final
27212 src/com/gps/hibernate/Portlet.java 31 Parameter 'id' is not assigned and could be declared final
27213 src/com/gps/hibernate/Portlet.java 31 Parameter 'portletId' is not assigned and could be declared final
27214 src/com/gps/hibernate/Portlet.java 31 Parameter 'roles' is not assigned and could be declared final
27215 src/com/gps/hibernate/Portlet.java 32 Parameter 'active' is not assigned and could be declared final
27216 src/com/gps/hibernate/Portlet.java 42 publicMethodCommentRequirement Required
27217 src/com/gps/hibernate/Portlet.java 46 Avoid variables with short names like id
27218 src/com/gps/hibernate/Portlet.java 46 Parameter 'id' is not assigned and could be declared final
27219 src/com/gps/hibernate/Portlet.java 46 publicMethodCommentRequirement Required
27220 src/com/gps/hibernate/Portlet.java 50 publicMethodCommentRequirement Required
27221 src/com/gps/hibernate/Portlet.java 54 Parameter 'companyId' is not assigned and could be declared final
27222 src/com/gps/hibernate/Portlet.java 54 publicMethodCommentRequirement Required
27223 src/com/gps/hibernate/Portlet.java 58 publicMethodCommentRequirement Required
27224 src/com/gps/hibernate/Portlet.java 62 Parameter 'portletId' is not assigned and could be declared final
27225 src/com/gps/hibernate/Portlet.java 62 publicMethodCommentRequirement Required
27226 src/com/gps/hibernate/Portlet.java 66 publicMethodCommentRequirement Required
27227 src/com/gps/hibernate/Portlet.java 70 Parameter 'roles' is not assigned and could be declared final
27228 src/com/gps/hibernate/Portlet.java 70 publicMethodCommentRequirement Required
27229 src/com/gps/hibernate/Portlet.java 74 publicMethodCommentRequirement Required
27230 src/com/gps/hibernate/Portlet.java 78 Parameter 'active' is not assigned and could be declared final
27231 src/com/gps/hibernate/Portlet.java 78 publicMethodCommentRequirement Required
27232 src/com/gps/hibernate/PortletDAO.java 10 Comment is too large: Too many lines
27233 src/com/gps/hibernate/PortletDAO.java 22 This class has too many methods, consider refactoring it.
27234 src/com/gps/hibernate/PortletDAO.java 23 Logger should be defined private static final and have the correct class
27235 src/com/gps/hibernate/PortletDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27236 src/com/gps/hibernate/PortletDAO.java 23 fieldCommentRequirement Required
27237 src/com/gps/hibernate/PortletDAO.java 25 fieldCommentRequirement Required
27238 src/com/gps/hibernate/PortletDAO.java 26 fieldCommentRequirement Required
27239 src/com/gps/hibernate/PortletDAO.java 27 fieldCommentRequirement Required
27240 src/com/gps/hibernate/PortletDAO.java 28 fieldCommentRequirement Required
27241 src/com/gps/hibernate/PortletDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
27242 src/com/gps/hibernate/PortletDAO.java 30 publicMethodCommentRequirement Required
27243 src/com/gps/hibernate/PortletDAO.java 31 There is log block not surrounded by if
27244 src/com/gps/hibernate/PortletDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27245 src/com/gps/hibernate/PortletDAO.java 33 Potential violation of Law of Demeter (method chain calls)
27246 src/com/gps/hibernate/PortletDAO.java 34 There is log block not surrounded by if
27247 src/com/gps/hibernate/PortletDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27248 src/com/gps/hibernate/PortletDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27249 src/com/gps/hibernate/PortletDAO.java 36 There is log block not surrounded by if
27250 src/com/gps/hibernate/PortletDAO.java 41 Avoid excessively long variable names like persistentInstance
27251 src/com/gps/hibernate/PortletDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
27252 src/com/gps/hibernate/PortletDAO.java 41 publicMethodCommentRequirement Required
27253 src/com/gps/hibernate/PortletDAO.java 42 There is log block not surrounded by if
27254 src/com/gps/hibernate/PortletDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27255 src/com/gps/hibernate/PortletDAO.java 44 Potential violation of Law of Demeter (method chain calls)
27256 src/com/gps/hibernate/PortletDAO.java 45 There is log block not surrounded by if
27257 src/com/gps/hibernate/PortletDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27258 src/com/gps/hibernate/PortletDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27259 src/com/gps/hibernate/PortletDAO.java 47 There is log block not surrounded by if
27260 src/com/gps/hibernate/PortletDAO.java 52 Avoid variables with short names like id
27261 src/com/gps/hibernate/PortletDAO.java 52 Parameter 'id' is not assigned and could be declared final
27262 src/com/gps/hibernate/PortletDAO.java 52 publicMethodCommentRequirement Required
27263 src/com/gps/hibernate/PortletDAO.java 53 There is log block not surrounded by if
27264 src/com/gps/hibernate/PortletDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27265 src/com/gps/hibernate/PortletDAO.java 55 Local variable 'instance' could be declared final
27266 src/com/gps/hibernate/PortletDAO.java 55 Potential violation of Law of Demeter (method chain calls)
27267 src/com/gps/hibernate/PortletDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27268 src/com/gps/hibernate/PortletDAO.java 59 There is log block not surrounded by if
27269 src/com/gps/hibernate/PortletDAO.java 64 Parameter 'instance' is not assigned and could be declared final
27270 src/com/gps/hibernate/PortletDAO.java 64 publicMethodCommentRequirement Required
27271 src/com/gps/hibernate/PortletDAO.java 65 There is log block not surrounded by if
27272 src/com/gps/hibernate/PortletDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27273 src/com/gps/hibernate/PortletDAO.java 67 Local variable 'results' could be declared final
27274 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27275 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27276 src/com/gps/hibernate/PortletDAO.java 67 Potential violation of Law of Demeter (method chain calls)
27277 src/com/gps/hibernate/PortletDAO.java 70 There is log block not surrounded by if
27278 src/com/gps/hibernate/PortletDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27279 src/com/gps/hibernate/PortletDAO.java 71 Potential violation of Law of Demeter (object not created locally)
27280 src/com/gps/hibernate/PortletDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27281 src/com/gps/hibernate/PortletDAO.java 74 There is log block not surrounded by if
27282 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
27283 src/com/gps/hibernate/PortletDAO.java 79 Parameter 'value' is not assigned and could be declared final
27284 src/com/gps/hibernate/PortletDAO.java 79 publicMethodCommentRequirement Required
27285 src/com/gps/hibernate/PortletDAO.java 80 There is log block not surrounded by if
27286 src/com/gps/hibernate/PortletDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27287 src/com/gps/hibernate/PortletDAO.java 83 Local variable 'queryString' could be declared final
27288 src/com/gps/hibernate/PortletDAO.java 85 Local variable 'queryObject' could be declared final
27289 src/com/gps/hibernate/PortletDAO.java 85 Potential violation of Law of Demeter (method chain calls)
27290 src/com/gps/hibernate/PortletDAO.java 86 Potential violation of Law of Demeter (object not created locally)
27291 src/com/gps/hibernate/PortletDAO.java 87 Potential violation of Law of Demeter (object not created locally)
27292 src/com/gps/hibernate/PortletDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27293 src/com/gps/hibernate/PortletDAO.java 89 There is log block not surrounded by if
27294 src/com/gps/hibernate/PortletDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
27295 src/com/gps/hibernate/PortletDAO.java 94 publicMethodCommentRequirement Required
27296 src/com/gps/hibernate/PortletDAO.java 98 Parameter 'portletId' is not assigned and could be declared final
27297 src/com/gps/hibernate/PortletDAO.java 98 publicMethodCommentRequirement Required
27298 src/com/gps/hibernate/PortletDAO.java 102 Parameter 'roles' is not assigned and could be declared final
27299 src/com/gps/hibernate/PortletDAO.java 102 publicMethodCommentRequirement Required
27300 src/com/gps/hibernate/PortletDAO.java 106 Parameter 'active' is not assigned and could be declared final
27301 src/com/gps/hibernate/PortletDAO.java 106 publicMethodCommentRequirement Required
27302 src/com/gps/hibernate/PortletDAO.java 110 publicMethodCommentRequirement Required
27303 src/com/gps/hibernate/PortletDAO.java 111 There is log block not surrounded by if
27304 src/com/gps/hibernate/PortletDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27305 src/com/gps/hibernate/PortletDAO.java 113 Local variable 'queryString' could be declared final
27306 src/com/gps/hibernate/PortletDAO.java 114 Local variable 'queryObject' could be declared final
27307 src/com/gps/hibernate/PortletDAO.java 114 Potential violation of Law of Demeter (method chain calls)
27308 src/com/gps/hibernate/PortletDAO.java 115 Potential violation of Law of Demeter (object not created locally)
27309 src/com/gps/hibernate/PortletDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27310 src/com/gps/hibernate/PortletDAO.java 117 There is log block not surrounded by if
27311 src/com/gps/hibernate/PortletDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
27312 src/com/gps/hibernate/PortletDAO.java 122 publicMethodCommentRequirement Required
27313 src/com/gps/hibernate/PortletDAO.java 123 There is log block not surrounded by if
27314 src/com/gps/hibernate/PortletDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27315 src/com/gps/hibernate/PortletDAO.java 125 Local variable 'result' could be declared final
27316 src/com/gps/hibernate/PortletDAO.java 125 Potential violation of Law of Demeter (method chain calls)
27317 src/com/gps/hibernate/PortletDAO.java 126 There is log block not surrounded by if
27318 src/com/gps/hibernate/PortletDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27319 src/com/gps/hibernate/PortletDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27320 src/com/gps/hibernate/PortletDAO.java 129 There is log block not surrounded by if
27321 src/com/gps/hibernate/PortletDAO.java 134 Parameter 'instance' is not assigned and could be declared final
27322 src/com/gps/hibernate/PortletDAO.java 134 publicMethodCommentRequirement Required
27323 src/com/gps/hibernate/PortletDAO.java 135 There is log block not surrounded by if
27324 src/com/gps/hibernate/PortletDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27325 src/com/gps/hibernate/PortletDAO.java 137 Potential violation of Law of Demeter (method chain calls)
27326 src/com/gps/hibernate/PortletDAO.java 138 There is log block not surrounded by if
27327 src/com/gps/hibernate/PortletDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27328 src/com/gps/hibernate/PortletDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27329 src/com/gps/hibernate/PortletDAO.java 140 There is log block not surrounded by if
27330 src/com/gps/hibernate/PortletDAO.java 145 Parameter 'instance' is not assigned and could be declared final
27331 src/com/gps/hibernate/PortletDAO.java 145 publicMethodCommentRequirement Required
27332 src/com/gps/hibernate/PortletDAO.java 146 There is log block not surrounded by if
27333 src/com/gps/hibernate/PortletDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27334 src/com/gps/hibernate/PortletDAO.java 148 Potential violation of Law of Demeter (method chain calls)
27335 src/com/gps/hibernate/PortletDAO.java 149 There is log block not surrounded by if
27336 src/com/gps/hibernate/PortletDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27337 src/com/gps/hibernate/PortletDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27338 src/com/gps/hibernate/PortletDAO.java 151 There is log block not surrounded by if
27339 src/com/gps/hibernate/Portletitem.java 11 Classes implementing Serializable should set a serialVersionUID
27340 src/com/gps/hibernate/Portletitem.java 15 fieldCommentRequirement Required
27341 src/com/gps/hibernate/Portletitem.java 16 fieldCommentRequirement Required
27342 src/com/gps/hibernate/Portletitem.java 17 fieldCommentRequirement Required
27343 src/com/gps/hibernate/Portletitem.java 18 fieldCommentRequirement Required
27344 src/com/gps/hibernate/Portletitem.java 19 fieldCommentRequirement Required
27345 src/com/gps/hibernate/Portletitem.java 20 fieldCommentRequirement Required
27346 src/com/gps/hibernate/Portletitem.java 21 fieldCommentRequirement Required
27347 src/com/gps/hibernate/Portletitem.java 22 fieldCommentRequirement Required
27348 src/com/gps/hibernate/Portletitem.java 23 fieldCommentRequirement Required
27349 src/com/gps/hibernate/Portletitem.java 24 fieldCommentRequirement Required
27350 src/com/gps/hibernate/Portletitem.java 29 Document empty constructor
27351 src/com/gps/hibernate/Portletitem.java 33 Parameter 'portletItemId' is not assigned and could be declared final
27352 src/com/gps/hibernate/Portletitem.java 38 Avoid long parameter lists.
27353 src/com/gps/hibernate/Portletitem.java 38 Parameter 'companyId' is not assigned and could be declared final
27354 src/com/gps/hibernate/Portletitem.java 38 Parameter 'groupId' is not assigned and could be declared final
27355 src/com/gps/hibernate/Portletitem.java 38 Parameter 'portletItemId' is not assigned and could be declared final
27356 src/com/gps/hibernate/Portletitem.java 39 Parameter 'createDate' is not assigned and could be declared final
27357 src/com/gps/hibernate/Portletitem.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
27358 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userId' is not assigned and could be declared final
27359 src/com/gps/hibernate/Portletitem.java 39 Parameter 'userName' is not assigned and could be declared final
27360 src/com/gps/hibernate/Portletitem.java 40 Parameter 'classNameId' is not assigned and could be declared final
27361 src/com/gps/hibernate/Portletitem.java 40 Parameter 'name' is not assigned and could be declared final
27362 src/com/gps/hibernate/Portletitem.java 40 Parameter 'portletId' is not assigned and could be declared final
27363 src/com/gps/hibernate/Portletitem.java 55 publicMethodCommentRequirement Required
27364 src/com/gps/hibernate/Portletitem.java 59 Parameter 'portletItemId' is not assigned and could be declared final
27365 src/com/gps/hibernate/Portletitem.java 59 publicMethodCommentRequirement Required
27366 src/com/gps/hibernate/Portletitem.java 63 publicMethodCommentRequirement Required
27367 src/com/gps/hibernate/Portletitem.java 67 Parameter 'groupId' is not assigned and could be declared final
27368 src/com/gps/hibernate/Portletitem.java 67 publicMethodCommentRequirement Required
27369 src/com/gps/hibernate/Portletitem.java 71 publicMethodCommentRequirement Required
27370 src/com/gps/hibernate/Portletitem.java 75 Parameter 'companyId' is not assigned and could be declared final
27371 src/com/gps/hibernate/Portletitem.java 75 publicMethodCommentRequirement Required
27372 src/com/gps/hibernate/Portletitem.java 79 publicMethodCommentRequirement Required
27373 src/com/gps/hibernate/Portletitem.java 83 Parameter 'userId' is not assigned and could be declared final
27374 src/com/gps/hibernate/Portletitem.java 83 publicMethodCommentRequirement Required
27375 src/com/gps/hibernate/Portletitem.java 87 publicMethodCommentRequirement Required
27376 src/com/gps/hibernate/Portletitem.java 91 Parameter 'userName' is not assigned and could be declared final
27377 src/com/gps/hibernate/Portletitem.java 91 publicMethodCommentRequirement Required
27378 src/com/gps/hibernate/Portletitem.java 95 publicMethodCommentRequirement Required
27379 src/com/gps/hibernate/Portletitem.java 99 Parameter 'createDate' is not assigned and could be declared final
27380 src/com/gps/hibernate/Portletitem.java 99 publicMethodCommentRequirement Required
27381 src/com/gps/hibernate/Portletitem.java 103 publicMethodCommentRequirement Required
27382 src/com/gps/hibernate/Portletitem.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
27383 src/com/gps/hibernate/Portletitem.java 107 publicMethodCommentRequirement Required
27384 src/com/gps/hibernate/Portletitem.java 111 publicMethodCommentRequirement Required
27385 src/com/gps/hibernate/Portletitem.java 115 Parameter 'name' is not assigned and could be declared final
27386 src/com/gps/hibernate/Portletitem.java 115 publicMethodCommentRequirement Required
27387 src/com/gps/hibernate/Portletitem.java 119 publicMethodCommentRequirement Required
27388 src/com/gps/hibernate/Portletitem.java 123 Parameter 'portletId' is not assigned and could be declared final
27389 src/com/gps/hibernate/Portletitem.java 123 publicMethodCommentRequirement Required
27390 src/com/gps/hibernate/Portletitem.java 127 publicMethodCommentRequirement Required
27391 src/com/gps/hibernate/Portletitem.java 131 Parameter 'classNameId' is not assigned and could be declared final
27392 src/com/gps/hibernate/Portletitem.java 131 publicMethodCommentRequirement Required
27393 src/com/gps/hibernate/PortletitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
27394 src/com/gps/hibernate/PortletitemDAO.java 11 Comment is too large: Too many lines
27395 src/com/gps/hibernate/PortletitemDAO.java 23 This class has too many methods, consider refactoring it.
27396 src/com/gps/hibernate/PortletitemDAO.java 24 Logger should be defined private static final and have the correct class
27397 src/com/gps/hibernate/PortletitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
27398 src/com/gps/hibernate/PortletitemDAO.java 24 fieldCommentRequirement Required
27399 src/com/gps/hibernate/PortletitemDAO.java 26 fieldCommentRequirement Required
27400 src/com/gps/hibernate/PortletitemDAO.java 27 fieldCommentRequirement Required
27401 src/com/gps/hibernate/PortletitemDAO.java 28 fieldCommentRequirement Required
27402 src/com/gps/hibernate/PortletitemDAO.java 29 fieldCommentRequirement Required
27403 src/com/gps/hibernate/PortletitemDAO.java 30 fieldCommentRequirement Required
27404 src/com/gps/hibernate/PortletitemDAO.java 31 fieldCommentRequirement Required
27405 src/com/gps/hibernate/PortletitemDAO.java 32 fieldCommentRequirement Required
27406 src/com/gps/hibernate/PortletitemDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
27407 src/com/gps/hibernate/PortletitemDAO.java 34 publicMethodCommentRequirement Required
27408 src/com/gps/hibernate/PortletitemDAO.java 35 There is log block not surrounded by if
27409 src/com/gps/hibernate/PortletitemDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27410 src/com/gps/hibernate/PortletitemDAO.java 37 Potential violation of Law of Demeter (method chain calls)
27411 src/com/gps/hibernate/PortletitemDAO.java 38 There is log block not surrounded by if
27412 src/com/gps/hibernate/PortletitemDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27413 src/com/gps/hibernate/PortletitemDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27414 src/com/gps/hibernate/PortletitemDAO.java 40 There is log block not surrounded by if
27415 src/com/gps/hibernate/PortletitemDAO.java 45 Avoid excessively long variable names like persistentInstance
27416 src/com/gps/hibernate/PortletitemDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
27417 src/com/gps/hibernate/PortletitemDAO.java 45 publicMethodCommentRequirement Required
27418 src/com/gps/hibernate/PortletitemDAO.java 46 There is log block not surrounded by if
27419 src/com/gps/hibernate/PortletitemDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27420 src/com/gps/hibernate/PortletitemDAO.java 48 Potential violation of Law of Demeter (method chain calls)
27421 src/com/gps/hibernate/PortletitemDAO.java 49 There is log block not surrounded by if
27422 src/com/gps/hibernate/PortletitemDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27423 src/com/gps/hibernate/PortletitemDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27424 src/com/gps/hibernate/PortletitemDAO.java 51 There is log block not surrounded by if
27425 src/com/gps/hibernate/PortletitemDAO.java 56 Avoid variables with short names like id
27426 src/com/gps/hibernate/PortletitemDAO.java 56 Parameter 'id' is not assigned and could be declared final
27427 src/com/gps/hibernate/PortletitemDAO.java 56 publicMethodCommentRequirement Required
27428 src/com/gps/hibernate/PortletitemDAO.java 57 There is log block not surrounded by if
27429 src/com/gps/hibernate/PortletitemDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27430 src/com/gps/hibernate/PortletitemDAO.java 59 Local variable 'instance' could be declared final
27431 src/com/gps/hibernate/PortletitemDAO.java 59 Potential violation of Law of Demeter (method chain calls)
27432 src/com/gps/hibernate/PortletitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27433 src/com/gps/hibernate/PortletitemDAO.java 63 There is log block not surrounded by if
27434 src/com/gps/hibernate/PortletitemDAO.java 68 Parameter 'instance' is not assigned and could be declared final
27435 src/com/gps/hibernate/PortletitemDAO.java 68 publicMethodCommentRequirement Required
27436 src/com/gps/hibernate/PortletitemDAO.java 69 There is log block not surrounded by if
27437 src/com/gps/hibernate/PortletitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27438 src/com/gps/hibernate/PortletitemDAO.java 71 Local variable 'results' could be declared final
27439 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
27440 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
27441 src/com/gps/hibernate/PortletitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
27442 src/com/gps/hibernate/PortletitemDAO.java 74 There is log block not surrounded by if
27443 src/com/gps/hibernate/PortletitemDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27444 src/com/gps/hibernate/PortletitemDAO.java 75 Potential violation of Law of Demeter (object not created locally)
27445 src/com/gps/hibernate/PortletitemDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27446 src/com/gps/hibernate/PortletitemDAO.java 78 There is log block not surrounded by if
27447 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
27448 src/com/gps/hibernate/PortletitemDAO.java 83 Parameter 'value' is not assigned and could be declared final
27449 src/com/gps/hibernate/PortletitemDAO.java 83 publicMethodCommentRequirement Required
27450 src/com/gps/hibernate/PortletitemDAO.java 84 There is log block not surrounded by if
27451 src/com/gps/hibernate/PortletitemDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27452 src/com/gps/hibernate/PortletitemDAO.java 87 Local variable 'queryString' could be declared final
27453 src/com/gps/hibernate/PortletitemDAO.java 89 Local variable 'queryObject' could be declared final
27454 src/com/gps/hibernate/PortletitemDAO.java 89 Potential violation of Law of Demeter (method chain calls)
27455 src/com/gps/hibernate/PortletitemDAO.java 90 Potential violation of Law of Demeter (object not created locally)
27456 src/com/gps/hibernate/PortletitemDAO.java 91 Potential violation of Law of Demeter (object not created locally)
27457 src/com/gps/hibernate/PortletitemDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27458 src/com/gps/hibernate/PortletitemDAO.java 93 There is log block not surrounded by if
27459 src/com/gps/hibernate/PortletitemDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
27460 src/com/gps/hibernate/PortletitemDAO.java 98 publicMethodCommentRequirement Required
27461 src/com/gps/hibernate/PortletitemDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
27462 src/com/gps/hibernate/PortletitemDAO.java 102 publicMethodCommentRequirement Required
27463 src/com/gps/hibernate/PortletitemDAO.java 106 Parameter 'userId' is not assigned and could be declared final
27464 src/com/gps/hibernate/PortletitemDAO.java 106 publicMethodCommentRequirement Required
27465 src/com/gps/hibernate/PortletitemDAO.java 110 Parameter 'userName' is not assigned and could be declared final
27466 src/com/gps/hibernate/PortletitemDAO.java 110 publicMethodCommentRequirement Required
27467 src/com/gps/hibernate/PortletitemDAO.java 114 Parameter 'name' is not assigned and could be declared final
27468 src/com/gps/hibernate/PortletitemDAO.java 114 publicMethodCommentRequirement Required
27469 src/com/gps/hibernate/PortletitemDAO.java 118 Parameter 'portletId' is not assigned and could be declared final
27470 src/com/gps/hibernate/PortletitemDAO.java 118 publicMethodCommentRequirement Required
27471 src/com/gps/hibernate/PortletitemDAO.java 122 Parameter 'classNameId' is not assigned and could be declared final
27472 src/com/gps/hibernate/PortletitemDAO.java 122 publicMethodCommentRequirement Required
27473 src/com/gps/hibernate/PortletitemDAO.java 126 publicMethodCommentRequirement Required
27474 src/com/gps/hibernate/PortletitemDAO.java 127 There is log block not surrounded by if
27475 src/com/gps/hibernate/PortletitemDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27476 src/com/gps/hibernate/PortletitemDAO.java 129 Local variable 'queryString' could be declared final
27477 src/com/gps/hibernate/PortletitemDAO.java 130 Local variable 'queryObject' could be declared final
27478 src/com/gps/hibernate/PortletitemDAO.java 130 Potential violation of Law of Demeter (method chain calls)
27479 src/com/gps/hibernate/PortletitemDAO.java 131 Potential violation of Law of Demeter (object not created locally)
27480 src/com/gps/hibernate/PortletitemDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27481 src/com/gps/hibernate/PortletitemDAO.java 133 There is log block not surrounded by if
27482 src/com/gps/hibernate/PortletitemDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
27483 src/com/gps/hibernate/PortletitemDAO.java 138 publicMethodCommentRequirement Required
27484 src/com/gps/hibernate/PortletitemDAO.java 139 There is log block not surrounded by if
27485 src/com/gps/hibernate/PortletitemDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27486 src/com/gps/hibernate/PortletitemDAO.java 141 Local variable 'result' could be declared final
27487 src/com/gps/hibernate/PortletitemDAO.java 141 Potential violation of Law of Demeter (method chain calls)
27488 src/com/gps/hibernate/PortletitemDAO.java 143 There is log block not surrounded by if
27489 src/com/gps/hibernate/PortletitemDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27490 src/com/gps/hibernate/PortletitemDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27491 src/com/gps/hibernate/PortletitemDAO.java 146 There is log block not surrounded by if
27492 src/com/gps/hibernate/PortletitemDAO.java 151 Parameter 'instance' is not assigned and could be declared final
27493 src/com/gps/hibernate/PortletitemDAO.java 151 publicMethodCommentRequirement Required
27494 src/com/gps/hibernate/PortletitemDAO.java 152 There is log block not surrounded by if
27495 src/com/gps/hibernate/PortletitemDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27496 src/com/gps/hibernate/PortletitemDAO.java 154 Potential violation of Law of Demeter (method chain calls)
27497 src/com/gps/hibernate/PortletitemDAO.java 155 There is log block not surrounded by if
27498 src/com/gps/hibernate/PortletitemDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27499 src/com/gps/hibernate/PortletitemDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27500 src/com/gps/hibernate/PortletitemDAO.java 157 There is log block not surrounded by if
27501 src/com/gps/hibernate/PortletitemDAO.java 162 Parameter 'instance' is not assigned and could be declared final
27502 src/com/gps/hibernate/PortletitemDAO.java 162 publicMethodCommentRequirement Required
27503 src/com/gps/hibernate/PortletitemDAO.java 163 There is log block not surrounded by if
27504 src/com/gps/hibernate/PortletitemDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27505 src/com/gps/hibernate/PortletitemDAO.java 165 Potential violation of Law of Demeter (method chain calls)
27506 src/com/gps/hibernate/PortletitemDAO.java 166 There is log block not surrounded by if
27507 src/com/gps/hibernate/PortletitemDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27508 src/com/gps/hibernate/PortletitemDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27509 src/com/gps/hibernate/PortletitemDAO.java 168 There is log block not surrounded by if
27510 src/com/gps/hibernate/Portletpreferences.java 9 Classes implementing Serializable should set a serialVersionUID
27511 src/com/gps/hibernate/Portletpreferences.java 13 Avoid excessively long variable names like portletPreferencesId
27512 src/com/gps/hibernate/Portletpreferences.java 13 fieldCommentRequirement Required
27513 src/com/gps/hibernate/Portletpreferences.java 14 fieldCommentRequirement Required
27514 src/com/gps/hibernate/Portletpreferences.java 15 fieldCommentRequirement Required
27515 src/com/gps/hibernate/Portletpreferences.java 16 fieldCommentRequirement Required
27516 src/com/gps/hibernate/Portletpreferences.java 17 fieldCommentRequirement Required
27517 src/com/gps/hibernate/Portletpreferences.java 18 fieldCommentRequirement Required
27518 src/com/gps/hibernate/Portletpreferences.java 23 Document empty constructor
27519 src/com/gps/hibernate/Portletpreferences.java 27 Avoid excessively long variable names like portletPreferencesId
27520 src/com/gps/hibernate/Portletpreferences.java 27 Parameter 'portletPreferencesId' is not assigned and could be declared final
27521 src/com/gps/hibernate/Portletpreferences.java 32 Avoid excessively long variable names like portletPreferencesId
27522 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'ownerId' is not assigned and could be declared final
27523 src/com/gps/hibernate/Portletpreferences.java 32 Parameter 'portletPreferencesId' is not assigned and could be declared final
27524 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'ownerType' is not assigned and could be declared final
27525 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'plid' is not assigned and could be declared final
27526 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'portletId' is not assigned and could be declared final
27527 src/com/gps/hibernate/Portletpreferences.java 33 Parameter 'preferences' is not assigned and could be declared final
27528 src/com/gps/hibernate/Portletpreferences.java 44 publicMethodCommentRequirement Required
27529 src/com/gps/hibernate/Portletpreferences.java 48 Avoid excessively long variable names like portletPreferencesId
27530 src/com/gps/hibernate/Portletpreferences.java 48 Parameter 'portletPreferencesId' is not assigned and could be declared final
27531 src/com/gps/hibernate/Portletpreferences.java 48 publicMethodCommentRequirement Required
27532 src/com/gps/hibernate/Portletpreferences.java 52 publicMethodCommentRequirement Required
27533 src/com/gps/hibernate/Portletpreferences.java 56 Parameter 'ownerId' is not assigned and could be declared final
27534 src/com/gps/hibernate/Portletpreferences.java 56 publicMethodCommentRequirement Required
27535 src/com/gps/hibernate/Portletpreferences.java 60 publicMethodCommentRequirement Required
27536 src/com/gps/hibernate/Portletpreferences.java 64 Parameter 'ownerType' is not assigned and could be declared final
27537 src/com/gps/hibernate/Portletpreferences.java 64 publicMethodCommentRequirement Required
27538 src/com/gps/hibernate/Portletpreferences.java 68 publicMethodCommentRequirement Required
27539 src/com/gps/hibernate/Portletpreferences.java 72 Parameter 'plid' is not assigned and could be declared final
27540 src/com/gps/hibernate/Portletpreferences.java 72 publicMethodCommentRequirement Required
27541 src/com/gps/hibernate/Portletpreferences.java 76 publicMethodCommentRequirement Required
27542 src/com/gps/hibernate/Portletpreferences.java 80 Parameter 'portletId' is not assigned and could be declared final
27543 src/com/gps/hibernate/Portletpreferences.java 80 publicMethodCommentRequirement Required
27544 src/com/gps/hibernate/Portletpreferences.java 84 publicMethodCommentRequirement Required
27545 src/com/gps/hibernate/Portletpreferences.java 88 Parameter 'preferences' is not assigned and could be declared final
27546 src/com/gps/hibernate/Portletpreferences.java 88 publicMethodCommentRequirement Required
27547 src/com/gps/hibernate/PortletpreferencesDAO.java 10 Comment is too large: Too many lines
27548 src/com/gps/hibernate/PortletpreferencesDAO.java 22 This class has too many methods, consider refactoring it.
27549 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Logger should be defined private static final and have the correct class
27550 src/com/gps/hibernate/PortletpreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27551 src/com/gps/hibernate/PortletpreferencesDAO.java 23 fieldCommentRequirement Required
27552 src/com/gps/hibernate/PortletpreferencesDAO.java 26 fieldCommentRequirement Required
27553 src/com/gps/hibernate/PortletpreferencesDAO.java 27 fieldCommentRequirement Required
27554 src/com/gps/hibernate/PortletpreferencesDAO.java 28 fieldCommentRequirement Required
27555 src/com/gps/hibernate/PortletpreferencesDAO.java 29 fieldCommentRequirement Required
27556 src/com/gps/hibernate/PortletpreferencesDAO.java 30 fieldCommentRequirement Required
27557 src/com/gps/hibernate/PortletpreferencesDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
27558 src/com/gps/hibernate/PortletpreferencesDAO.java 32 publicMethodCommentRequirement Required
27559 src/com/gps/hibernate/PortletpreferencesDAO.java 33 There is log block not surrounded by if
27560 src/com/gps/hibernate/PortletpreferencesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27561 src/com/gps/hibernate/PortletpreferencesDAO.java 35 Potential violation of Law of Demeter (method chain calls)
27562 src/com/gps/hibernate/PortletpreferencesDAO.java 36 There is log block not surrounded by if
27563 src/com/gps/hibernate/PortletpreferencesDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27564 src/com/gps/hibernate/PortletpreferencesDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27565 src/com/gps/hibernate/PortletpreferencesDAO.java 38 There is log block not surrounded by if
27566 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Avoid excessively long variable names like persistentInstance
27567 src/com/gps/hibernate/PortletpreferencesDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
27568 src/com/gps/hibernate/PortletpreferencesDAO.java 43 publicMethodCommentRequirement Required
27569 src/com/gps/hibernate/PortletpreferencesDAO.java 44 There is log block not surrounded by if
27570 src/com/gps/hibernate/PortletpreferencesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27571 src/com/gps/hibernate/PortletpreferencesDAO.java 46 Potential violation of Law of Demeter (method chain calls)
27572 src/com/gps/hibernate/PortletpreferencesDAO.java 47 There is log block not surrounded by if
27573 src/com/gps/hibernate/PortletpreferencesDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27574 src/com/gps/hibernate/PortletpreferencesDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27575 src/com/gps/hibernate/PortletpreferencesDAO.java 49 There is log block not surrounded by if
27576 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Avoid variables with short names like id
27577 src/com/gps/hibernate/PortletpreferencesDAO.java 54 Parameter 'id' is not assigned and could be declared final
27578 src/com/gps/hibernate/PortletpreferencesDAO.java 54 publicMethodCommentRequirement Required
27579 src/com/gps/hibernate/PortletpreferencesDAO.java 55 There is log block not surrounded by if
27580 src/com/gps/hibernate/PortletpreferencesDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27581 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Local variable 'instance' could be declared final
27582 src/com/gps/hibernate/PortletpreferencesDAO.java 57 Potential violation of Law of Demeter (method chain calls)
27583 src/com/gps/hibernate/PortletpreferencesDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27584 src/com/gps/hibernate/PortletpreferencesDAO.java 61 There is log block not surrounded by if
27585 src/com/gps/hibernate/PortletpreferencesDAO.java 66 Parameter 'instance' is not assigned and could be declared final
27586 src/com/gps/hibernate/PortletpreferencesDAO.java 66 publicMethodCommentRequirement Required
27587 src/com/gps/hibernate/PortletpreferencesDAO.java 67 There is log block not surrounded by if
27588 src/com/gps/hibernate/PortletpreferencesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27589 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Local variable 'results' could be declared final
27590 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
27591 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
27592 src/com/gps/hibernate/PortletpreferencesDAO.java 69 Potential violation of Law of Demeter (method chain calls)
27593 src/com/gps/hibernate/PortletpreferencesDAO.java 72 There is log block not surrounded by if
27594 src/com/gps/hibernate/PortletpreferencesDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27595 src/com/gps/hibernate/PortletpreferencesDAO.java 73 Potential violation of Law of Demeter (object not created locally)
27596 src/com/gps/hibernate/PortletpreferencesDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27597 src/com/gps/hibernate/PortletpreferencesDAO.java 76 There is log block not surrounded by if
27598 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
27599 src/com/gps/hibernate/PortletpreferencesDAO.java 81 Parameter 'value' is not assigned and could be declared final
27600 src/com/gps/hibernate/PortletpreferencesDAO.java 81 publicMethodCommentRequirement Required
27601 src/com/gps/hibernate/PortletpreferencesDAO.java 82 There is log block not surrounded by if
27602 src/com/gps/hibernate/PortletpreferencesDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27603 src/com/gps/hibernate/PortletpreferencesDAO.java 85 Local variable 'queryString' could be declared final
27604 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Local variable 'queryObject' could be declared final
27605 src/com/gps/hibernate/PortletpreferencesDAO.java 87 Potential violation of Law of Demeter (method chain calls)
27606 src/com/gps/hibernate/PortletpreferencesDAO.java 88 Potential violation of Law of Demeter (object not created locally)
27607 src/com/gps/hibernate/PortletpreferencesDAO.java 89 Potential violation of Law of Demeter (object not created locally)
27608 src/com/gps/hibernate/PortletpreferencesDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27609 src/com/gps/hibernate/PortletpreferencesDAO.java 91 There is log block not surrounded by if
27610 src/com/gps/hibernate/PortletpreferencesDAO.java 96 Parameter 'ownerId' is not assigned and could be declared final
27611 src/com/gps/hibernate/PortletpreferencesDAO.java 96 publicMethodCommentRequirement Required
27612 src/com/gps/hibernate/PortletpreferencesDAO.java 100 Parameter 'ownerType' is not assigned and could be declared final
27613 src/com/gps/hibernate/PortletpreferencesDAO.java 100 publicMethodCommentRequirement Required
27614 src/com/gps/hibernate/PortletpreferencesDAO.java 104 Parameter 'plid' is not assigned and could be declared final
27615 src/com/gps/hibernate/PortletpreferencesDAO.java 104 publicMethodCommentRequirement Required
27616 src/com/gps/hibernate/PortletpreferencesDAO.java 108 Parameter 'portletId' is not assigned and could be declared final
27617 src/com/gps/hibernate/PortletpreferencesDAO.java 108 publicMethodCommentRequirement Required
27618 src/com/gps/hibernate/PortletpreferencesDAO.java 112 Parameter 'preferences' is not assigned and could be declared final
27619 src/com/gps/hibernate/PortletpreferencesDAO.java 112 publicMethodCommentRequirement Required
27620 src/com/gps/hibernate/PortletpreferencesDAO.java 116 publicMethodCommentRequirement Required
27621 src/com/gps/hibernate/PortletpreferencesDAO.java 117 There is log block not surrounded by if
27622 src/com/gps/hibernate/PortletpreferencesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27623 src/com/gps/hibernate/PortletpreferencesDAO.java 119 Local variable 'queryString' could be declared final
27624 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Local variable 'queryObject' could be declared final
27625 src/com/gps/hibernate/PortletpreferencesDAO.java 120 Potential violation of Law of Demeter (method chain calls)
27626 src/com/gps/hibernate/PortletpreferencesDAO.java 121 Potential violation of Law of Demeter (object not created locally)
27627 src/com/gps/hibernate/PortletpreferencesDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27628 src/com/gps/hibernate/PortletpreferencesDAO.java 123 There is log block not surrounded by if
27629 src/com/gps/hibernate/PortletpreferencesDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
27630 src/com/gps/hibernate/PortletpreferencesDAO.java 128 publicMethodCommentRequirement Required
27631 src/com/gps/hibernate/PortletpreferencesDAO.java 129 There is log block not surrounded by if
27632 src/com/gps/hibernate/PortletpreferencesDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27633 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Local variable 'result' could be declared final
27634 src/com/gps/hibernate/PortletpreferencesDAO.java 131 Potential violation of Law of Demeter (method chain calls)
27635 src/com/gps/hibernate/PortletpreferencesDAO.java 133 There is log block not surrounded by if
27636 src/com/gps/hibernate/PortletpreferencesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27637 src/com/gps/hibernate/PortletpreferencesDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27638 src/com/gps/hibernate/PortletpreferencesDAO.java 136 There is log block not surrounded by if
27639 src/com/gps/hibernate/PortletpreferencesDAO.java 141 Parameter 'instance' is not assigned and could be declared final
27640 src/com/gps/hibernate/PortletpreferencesDAO.java 141 publicMethodCommentRequirement Required
27641 src/com/gps/hibernate/PortletpreferencesDAO.java 142 There is log block not surrounded by if
27642 src/com/gps/hibernate/PortletpreferencesDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27643 src/com/gps/hibernate/PortletpreferencesDAO.java 144 Potential violation of Law of Demeter (method chain calls)
27644 src/com/gps/hibernate/PortletpreferencesDAO.java 145 There is log block not surrounded by if
27645 src/com/gps/hibernate/PortletpreferencesDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27646 src/com/gps/hibernate/PortletpreferencesDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27647 src/com/gps/hibernate/PortletpreferencesDAO.java 147 There is log block not surrounded by if
27648 src/com/gps/hibernate/PortletpreferencesDAO.java 152 Parameter 'instance' is not assigned and could be declared final
27649 src/com/gps/hibernate/PortletpreferencesDAO.java 152 publicMethodCommentRequirement Required
27650 src/com/gps/hibernate/PortletpreferencesDAO.java 153 There is log block not surrounded by if
27651 src/com/gps/hibernate/PortletpreferencesDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27652 src/com/gps/hibernate/PortletpreferencesDAO.java 155 Potential violation of Law of Demeter (method chain calls)
27653 src/com/gps/hibernate/PortletpreferencesDAO.java 156 There is log block not surrounded by if
27654 src/com/gps/hibernate/PortletpreferencesDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27655 src/com/gps/hibernate/PortletpreferencesDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27656 src/com/gps/hibernate/PortletpreferencesDAO.java 158 There is log block not surrounded by if
27657 src/com/gps/hibernate/QuartzBlobTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
27658 src/com/gps/hibernate/QuartzBlobTriggers.java 13 Avoid variables with short names like id
27659 src/com/gps/hibernate/QuartzBlobTriggers.java 13 fieldCommentRequirement Required
27660 src/com/gps/hibernate/QuartzBlobTriggers.java 14 fieldCommentRequirement Required
27661 src/com/gps/hibernate/QuartzBlobTriggers.java 19 Document empty constructor
27662 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Avoid variables with short names like id
27663 src/com/gps/hibernate/QuartzBlobTriggers.java 23 Parameter 'id' is not assigned and could be declared final
27664 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Avoid variables with short names like id
27665 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'blobData' is not assigned and could be declared final
27666 src/com/gps/hibernate/QuartzBlobTriggers.java 28 Parameter 'id' is not assigned and could be declared final
27667 src/com/gps/hibernate/QuartzBlobTriggers.java 35 publicMethodCommentRequirement Required
27668 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Avoid variables with short names like id
27669 src/com/gps/hibernate/QuartzBlobTriggers.java 39 Parameter 'id' is not assigned and could be declared final
27670 src/com/gps/hibernate/QuartzBlobTriggers.java 39 publicMethodCommentRequirement Required
27671 src/com/gps/hibernate/QuartzBlobTriggers.java 43 publicMethodCommentRequirement Required
27672 src/com/gps/hibernate/QuartzBlobTriggers.java 47 Parameter 'blobData' is not assigned and could be declared final
27673 src/com/gps/hibernate/QuartzBlobTriggers.java 47 publicMethodCommentRequirement Required
27674 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 10 Comment is too large: Too many lines
27675 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Logger should be defined private static final and have the correct class
27676 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27677 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 23 fieldCommentRequirement Required
27678 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 26 fieldCommentRequirement Required
27679 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
27680 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 28 publicMethodCommentRequirement Required
27681 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 There is log block not surrounded by if
27682 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27683 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
27684 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 There is log block not surrounded by if
27685 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27686 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27687 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 34 There is log block not surrounded by if
27688 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Avoid excessively long variable names like persistentInstance
27689 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
27690 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 39 publicMethodCommentRequirement Required
27691 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 There is log block not surrounded by if
27692 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27693 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
27694 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 There is log block not surrounded by if
27695 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27696 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27697 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 45 There is log block not surrounded by if
27698 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Avoid variables with short names like id
27699 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 Parameter 'id' is not assigned and could be declared final
27700 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 50 publicMethodCommentRequirement Required
27701 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 There is log block not surrounded by if
27702 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27703 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Local variable 'instance' could be declared final
27704 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
27705 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27706 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 57 There is log block not surrounded by if
27707 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
27708 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 62 publicMethodCommentRequirement Required
27709 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 There is log block not surrounded by if
27710 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27711 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Local variable 'results' could be declared final
27712 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
27713 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
27714 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
27715 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 There is log block not surrounded by if
27716 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27717 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
27718 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27719 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 72 There is log block not surrounded by if
27720 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
27721 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 Parameter 'value' is not assigned and could be declared final
27722 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 77 publicMethodCommentRequirement Required
27723 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 There is log block not surrounded by if
27724 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27725 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 81 Local variable 'queryString' could be declared final
27726 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Local variable 'queryObject' could be declared final
27727 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
27728 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
27729 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
27730 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27731 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 87 There is log block not surrounded by if
27732 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 Parameter 'blobData' is not assigned and could be declared final
27733 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 92 publicMethodCommentRequirement Required
27734 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 96 publicMethodCommentRequirement Required
27735 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 There is log block not surrounded by if
27736 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27737 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 99 Local variable 'queryString' could be declared final
27738 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Local variable 'queryObject' could be declared final
27739 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 100 Potential violation of Law of Demeter (method chain calls)
27740 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 101 Potential violation of Law of Demeter (object not created locally)
27741 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27742 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 103 There is log block not surrounded by if
27743 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
27744 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 108 publicMethodCommentRequirement Required
27745 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 There is log block not surrounded by if
27746 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27747 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Local variable 'result' could be declared final
27748 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
27749 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 There is log block not surrounded by if
27750 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27751 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27752 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 116 There is log block not surrounded by if
27753 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 Parameter 'instance' is not assigned and could be declared final
27754 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 121 publicMethodCommentRequirement Required
27755 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 There is log block not surrounded by if
27756 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27757 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 124 Potential violation of Law of Demeter (method chain calls)
27758 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 There is log block not surrounded by if
27759 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27760 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27761 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 127 There is log block not surrounded by if
27762 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
27763 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 132 publicMethodCommentRequirement Required
27764 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 There is log block not surrounded by if
27765 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27766 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
27767 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 There is log block not surrounded by if
27768 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27769 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27770 src/com/gps/hibernate/QuartzBlobTriggersDAO.java 138 There is log block not surrounded by if
27771 src/com/gps/hibernate/QuartzBlobTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
27772 src/com/gps/hibernate/QuartzBlobTriggersId.java 13 fieldCommentRequirement Required
27773 src/com/gps/hibernate/QuartzBlobTriggersId.java 14 fieldCommentRequirement Required
27774 src/com/gps/hibernate/QuartzBlobTriggersId.java 19 Document empty constructor
27775 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
27776 src/com/gps/hibernate/QuartzBlobTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
27777 src/com/gps/hibernate/QuartzBlobTriggersId.java 30 publicMethodCommentRequirement Required
27778 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
27779 src/com/gps/hibernate/QuartzBlobTriggersId.java 34 publicMethodCommentRequirement Required
27780 src/com/gps/hibernate/QuartzBlobTriggersId.java 38 publicMethodCommentRequirement Required
27781 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
27782 src/com/gps/hibernate/QuartzBlobTriggersId.java 42 publicMethodCommentRequirement Required
27783 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
27784 src/com/gps/hibernate/QuartzBlobTriggersId.java 46 publicMethodCommentRequirement Required
27785 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Avoid using if statements without curly braces
27786 src/com/gps/hibernate/QuartzBlobTriggersId.java 47 Useless parentheses.
27787 src/com/gps/hibernate/QuartzBlobTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
27788 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Avoid using if statements without curly braces
27789 src/com/gps/hibernate/QuartzBlobTriggersId.java 49 Useless parentheses.
27790 src/com/gps/hibernate/QuartzBlobTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
27791 src/com/gps/hibernate/QuartzBlobTriggersId.java 51 Avoid using if statements without curly braces
27792 src/com/gps/hibernate/QuartzBlobTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
27793 src/com/gps/hibernate/QuartzBlobTriggersId.java 53 Local variable 'castOther' could be declared final
27794 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
27795 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
27796 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
27797 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
27798 src/com/gps/hibernate/QuartzBlobTriggersId.java 55 Useless parentheses.
27799 src/com/gps/hibernate/QuartzBlobTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
27800 src/com/gps/hibernate/QuartzBlobTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
27801 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
27802 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
27803 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
27804 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
27805 src/com/gps/hibernate/QuartzBlobTriggersId.java 59 Useless parentheses.
27806 src/com/gps/hibernate/QuartzBlobTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
27807 src/com/gps/hibernate/QuartzBlobTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
27808 src/com/gps/hibernate/QuartzBlobTriggersId.java 65 publicMethodCommentRequirement Required
27809 src/com/gps/hibernate/QuartzBlobTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
27810 src/com/gps/hibernate/QuartzCalendars.java 9 Classes implementing Serializable should set a serialVersionUID
27811 src/com/gps/hibernate/QuartzCalendars.java 13 fieldCommentRequirement Required
27812 src/com/gps/hibernate/QuartzCalendars.java 14 fieldCommentRequirement Required
27813 src/com/gps/hibernate/QuartzCalendars.java 19 Document empty constructor
27814 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendar' is not assigned and could be declared final
27815 src/com/gps/hibernate/QuartzCalendars.java 23 Parameter 'calendarName' is not assigned and could be declared final
27816 src/com/gps/hibernate/QuartzCalendars.java 30 publicMethodCommentRequirement Required
27817 src/com/gps/hibernate/QuartzCalendars.java 34 Parameter 'calendarName' is not assigned and could be declared final
27818 src/com/gps/hibernate/QuartzCalendars.java 34 publicMethodCommentRequirement Required
27819 src/com/gps/hibernate/QuartzCalendars.java 38 publicMethodCommentRequirement Required
27820 src/com/gps/hibernate/QuartzCalendars.java 42 Parameter 'calendar' is not assigned and could be declared final
27821 src/com/gps/hibernate/QuartzCalendars.java 42 publicMethodCommentRequirement Required
27822 src/com/gps/hibernate/QuartzCalendarsDAO.java 10 Comment is too large: Too many lines
27823 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Logger should be defined private static final and have the correct class
27824 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27825 src/com/gps/hibernate/QuartzCalendarsDAO.java 23 fieldCommentRequirement Required
27826 src/com/gps/hibernate/QuartzCalendarsDAO.java 25 fieldCommentRequirement Required
27827 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
27828 src/com/gps/hibernate/QuartzCalendarsDAO.java 27 publicMethodCommentRequirement Required
27829 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 There is log block not surrounded by if
27830 src/com/gps/hibernate/QuartzCalendarsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27831 src/com/gps/hibernate/QuartzCalendarsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
27832 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 There is log block not surrounded by if
27833 src/com/gps/hibernate/QuartzCalendarsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27834 src/com/gps/hibernate/QuartzCalendarsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27835 src/com/gps/hibernate/QuartzCalendarsDAO.java 33 There is log block not surrounded by if
27836 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Avoid excessively long variable names like persistentInstance
27837 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
27838 src/com/gps/hibernate/QuartzCalendarsDAO.java 38 publicMethodCommentRequirement Required
27839 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 There is log block not surrounded by if
27840 src/com/gps/hibernate/QuartzCalendarsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27841 src/com/gps/hibernate/QuartzCalendarsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
27842 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 There is log block not surrounded by if
27843 src/com/gps/hibernate/QuartzCalendarsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27844 src/com/gps/hibernate/QuartzCalendarsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27845 src/com/gps/hibernate/QuartzCalendarsDAO.java 44 There is log block not surrounded by if
27846 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Avoid variables with short names like id
27847 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 Parameter 'id' is not assigned and could be declared final
27848 src/com/gps/hibernate/QuartzCalendarsDAO.java 49 publicMethodCommentRequirement Required
27849 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 There is log block not surrounded by if
27850 src/com/gps/hibernate/QuartzCalendarsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27851 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Local variable 'instance' could be declared final
27852 src/com/gps/hibernate/QuartzCalendarsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
27853 src/com/gps/hibernate/QuartzCalendarsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27854 src/com/gps/hibernate/QuartzCalendarsDAO.java 56 There is log block not surrounded by if
27855 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
27856 src/com/gps/hibernate/QuartzCalendarsDAO.java 61 publicMethodCommentRequirement Required
27857 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 There is log block not surrounded by if
27858 src/com/gps/hibernate/QuartzCalendarsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27859 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Local variable 'results' could be declared final
27860 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
27861 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
27862 src/com/gps/hibernate/QuartzCalendarsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
27863 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 There is log block not surrounded by if
27864 src/com/gps/hibernate/QuartzCalendarsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27865 src/com/gps/hibernate/QuartzCalendarsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
27866 src/com/gps/hibernate/QuartzCalendarsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27867 src/com/gps/hibernate/QuartzCalendarsDAO.java 71 There is log block not surrounded by if
27868 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
27869 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 Parameter 'value' is not assigned and could be declared final
27870 src/com/gps/hibernate/QuartzCalendarsDAO.java 76 publicMethodCommentRequirement Required
27871 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 There is log block not surrounded by if
27872 src/com/gps/hibernate/QuartzCalendarsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27873 src/com/gps/hibernate/QuartzCalendarsDAO.java 80 Local variable 'queryString' could be declared final
27874 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Local variable 'queryObject' could be declared final
27875 src/com/gps/hibernate/QuartzCalendarsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
27876 src/com/gps/hibernate/QuartzCalendarsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
27877 src/com/gps/hibernate/QuartzCalendarsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
27878 src/com/gps/hibernate/QuartzCalendarsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27879 src/com/gps/hibernate/QuartzCalendarsDAO.java 86 There is log block not surrounded by if
27880 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 Parameter 'calendar' is not assigned and could be declared final
27881 src/com/gps/hibernate/QuartzCalendarsDAO.java 91 publicMethodCommentRequirement Required
27882 src/com/gps/hibernate/QuartzCalendarsDAO.java 95 publicMethodCommentRequirement Required
27883 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 There is log block not surrounded by if
27884 src/com/gps/hibernate/QuartzCalendarsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27885 src/com/gps/hibernate/QuartzCalendarsDAO.java 98 Local variable 'queryString' could be declared final
27886 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Local variable 'queryObject' could be declared final
27887 src/com/gps/hibernate/QuartzCalendarsDAO.java 99 Potential violation of Law of Demeter (method chain calls)
27888 src/com/gps/hibernate/QuartzCalendarsDAO.java 100 Potential violation of Law of Demeter (object not created locally)
27889 src/com/gps/hibernate/QuartzCalendarsDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27890 src/com/gps/hibernate/QuartzCalendarsDAO.java 102 There is log block not surrounded by if
27891 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
27892 src/com/gps/hibernate/QuartzCalendarsDAO.java 107 publicMethodCommentRequirement Required
27893 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 There is log block not surrounded by if
27894 src/com/gps/hibernate/QuartzCalendarsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27895 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Local variable 'result' could be declared final
27896 src/com/gps/hibernate/QuartzCalendarsDAO.java 110 Potential violation of Law of Demeter (method chain calls)
27897 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 There is log block not surrounded by if
27898 src/com/gps/hibernate/QuartzCalendarsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27899 src/com/gps/hibernate/QuartzCalendarsDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27900 src/com/gps/hibernate/QuartzCalendarsDAO.java 115 There is log block not surrounded by if
27901 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 Parameter 'instance' is not assigned and could be declared final
27902 src/com/gps/hibernate/QuartzCalendarsDAO.java 120 publicMethodCommentRequirement Required
27903 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 There is log block not surrounded by if
27904 src/com/gps/hibernate/QuartzCalendarsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27905 src/com/gps/hibernate/QuartzCalendarsDAO.java 123 Potential violation of Law of Demeter (method chain calls)
27906 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 There is log block not surrounded by if
27907 src/com/gps/hibernate/QuartzCalendarsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27908 src/com/gps/hibernate/QuartzCalendarsDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27909 src/com/gps/hibernate/QuartzCalendarsDAO.java 126 There is log block not surrounded by if
27910 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 Parameter 'instance' is not assigned and could be declared final
27911 src/com/gps/hibernate/QuartzCalendarsDAO.java 131 publicMethodCommentRequirement Required
27912 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 There is log block not surrounded by if
27913 src/com/gps/hibernate/QuartzCalendarsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27914 src/com/gps/hibernate/QuartzCalendarsDAO.java 134 Potential violation of Law of Demeter (method chain calls)
27915 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 There is log block not surrounded by if
27916 src/com/gps/hibernate/QuartzCalendarsDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27917 src/com/gps/hibernate/QuartzCalendarsDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27918 src/com/gps/hibernate/QuartzCalendarsDAO.java 137 There is log block not surrounded by if
27919 src/com/gps/hibernate/QuartzCronTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
27920 src/com/gps/hibernate/QuartzCronTriggers.java 13 Avoid variables with short names like id
27921 src/com/gps/hibernate/QuartzCronTriggers.java 13 fieldCommentRequirement Required
27922 src/com/gps/hibernate/QuartzCronTriggers.java 14 fieldCommentRequirement Required
27923 src/com/gps/hibernate/QuartzCronTriggers.java 15 fieldCommentRequirement Required
27924 src/com/gps/hibernate/QuartzCronTriggers.java 20 Document empty constructor
27925 src/com/gps/hibernate/QuartzCronTriggers.java 24 Avoid variables with short names like id
27926 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'cronExpression' is not assigned and could be declared final
27927 src/com/gps/hibernate/QuartzCronTriggers.java 24 Parameter 'id' is not assigned and could be declared final
27928 src/com/gps/hibernate/QuartzCronTriggers.java 30 Avoid variables with short names like id
27929 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'cronExpression' is not assigned and could be declared final
27930 src/com/gps/hibernate/QuartzCronTriggers.java 30 Parameter 'id' is not assigned and could be declared final
27931 src/com/gps/hibernate/QuartzCronTriggers.java 31 Parameter 'timeZoneId' is not assigned and could be declared final
27932 src/com/gps/hibernate/QuartzCronTriggers.java 39 publicMethodCommentRequirement Required
27933 src/com/gps/hibernate/QuartzCronTriggers.java 43 Avoid variables with short names like id
27934 src/com/gps/hibernate/QuartzCronTriggers.java 43 Parameter 'id' is not assigned and could be declared final
27935 src/com/gps/hibernate/QuartzCronTriggers.java 43 publicMethodCommentRequirement Required
27936 src/com/gps/hibernate/QuartzCronTriggers.java 47 publicMethodCommentRequirement Required
27937 src/com/gps/hibernate/QuartzCronTriggers.java 51 Parameter 'cronExpression' is not assigned and could be declared final
27938 src/com/gps/hibernate/QuartzCronTriggers.java 51 publicMethodCommentRequirement Required
27939 src/com/gps/hibernate/QuartzCronTriggers.java 55 publicMethodCommentRequirement Required
27940 src/com/gps/hibernate/QuartzCronTriggers.java 59 Parameter 'timeZoneId' is not assigned and could be declared final
27941 src/com/gps/hibernate/QuartzCronTriggers.java 59 publicMethodCommentRequirement Required
27942 src/com/gps/hibernate/QuartzCronTriggersDAO.java 10 Comment is too large: Too many lines
27943 src/com/gps/hibernate/QuartzCronTriggersDAO.java 22 This class has too many methods, consider refactoring it.
27944 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Logger should be defined private static final and have the correct class
27945 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
27946 src/com/gps/hibernate/QuartzCronTriggersDAO.java 23 fieldCommentRequirement Required
27947 src/com/gps/hibernate/QuartzCronTriggersDAO.java 26 fieldCommentRequirement Required
27948 src/com/gps/hibernate/QuartzCronTriggersDAO.java 27 fieldCommentRequirement Required
27949 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
27950 src/com/gps/hibernate/QuartzCronTriggersDAO.java 29 publicMethodCommentRequirement Required
27951 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 There is log block not surrounded by if
27952 src/com/gps/hibernate/QuartzCronTriggersDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27953 src/com/gps/hibernate/QuartzCronTriggersDAO.java 32 Potential violation of Law of Demeter (method chain calls)
27954 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 There is log block not surrounded by if
27955 src/com/gps/hibernate/QuartzCronTriggersDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27956 src/com/gps/hibernate/QuartzCronTriggersDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27957 src/com/gps/hibernate/QuartzCronTriggersDAO.java 35 There is log block not surrounded by if
27958 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Avoid excessively long variable names like persistentInstance
27959 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
27960 src/com/gps/hibernate/QuartzCronTriggersDAO.java 40 publicMethodCommentRequirement Required
27961 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 There is log block not surrounded by if
27962 src/com/gps/hibernate/QuartzCronTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27963 src/com/gps/hibernate/QuartzCronTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
27964 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 There is log block not surrounded by if
27965 src/com/gps/hibernate/QuartzCronTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27966 src/com/gps/hibernate/QuartzCronTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27967 src/com/gps/hibernate/QuartzCronTriggersDAO.java 46 There is log block not surrounded by if
27968 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Avoid variables with short names like id
27969 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 Parameter 'id' is not assigned and could be declared final
27970 src/com/gps/hibernate/QuartzCronTriggersDAO.java 51 publicMethodCommentRequirement Required
27971 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 There is log block not surrounded by if
27972 src/com/gps/hibernate/QuartzCronTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27973 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Local variable 'instance' could be declared final
27974 src/com/gps/hibernate/QuartzCronTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
27975 src/com/gps/hibernate/QuartzCronTriggersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27976 src/com/gps/hibernate/QuartzCronTriggersDAO.java 58 There is log block not surrounded by if
27977 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
27978 src/com/gps/hibernate/QuartzCronTriggersDAO.java 63 publicMethodCommentRequirement Required
27979 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 There is log block not surrounded by if
27980 src/com/gps/hibernate/QuartzCronTriggersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27981 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Local variable 'results' could be declared final
27982 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27983 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27984 src/com/gps/hibernate/QuartzCronTriggersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
27985 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 There is log block not surrounded by if
27986 src/com/gps/hibernate/QuartzCronTriggersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27987 src/com/gps/hibernate/QuartzCronTriggersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
27988 src/com/gps/hibernate/QuartzCronTriggersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
27989 src/com/gps/hibernate/QuartzCronTriggersDAO.java 73 There is log block not surrounded by if
27990 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
27991 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 Parameter 'value' is not assigned and could be declared final
27992 src/com/gps/hibernate/QuartzCronTriggersDAO.java 78 publicMethodCommentRequirement Required
27993 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 There is log block not surrounded by if
27994 src/com/gps/hibernate/QuartzCronTriggersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
27995 src/com/gps/hibernate/QuartzCronTriggersDAO.java 82 Local variable 'queryString' could be declared final
27996 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Local variable 'queryObject' could be declared final
27997 src/com/gps/hibernate/QuartzCronTriggersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
27998 src/com/gps/hibernate/QuartzCronTriggersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
27999 src/com/gps/hibernate/QuartzCronTriggersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
28000 src/com/gps/hibernate/QuartzCronTriggersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28001 src/com/gps/hibernate/QuartzCronTriggersDAO.java 88 There is log block not surrounded by if
28002 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 Parameter 'cronExpression' is not assigned and could be declared final
28003 src/com/gps/hibernate/QuartzCronTriggersDAO.java 93 publicMethodCommentRequirement Required
28004 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 Parameter 'timeZoneId' is not assigned and could be declared final
28005 src/com/gps/hibernate/QuartzCronTriggersDAO.java 97 publicMethodCommentRequirement Required
28006 src/com/gps/hibernate/QuartzCronTriggersDAO.java 101 publicMethodCommentRequirement Required
28007 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 There is log block not surrounded by if
28008 src/com/gps/hibernate/QuartzCronTriggersDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28009 src/com/gps/hibernate/QuartzCronTriggersDAO.java 104 Local variable 'queryString' could be declared final
28010 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Local variable 'queryObject' could be declared final
28011 src/com/gps/hibernate/QuartzCronTriggersDAO.java 105 Potential violation of Law of Demeter (method chain calls)
28012 src/com/gps/hibernate/QuartzCronTriggersDAO.java 106 Potential violation of Law of Demeter (object not created locally)
28013 src/com/gps/hibernate/QuartzCronTriggersDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28014 src/com/gps/hibernate/QuartzCronTriggersDAO.java 108 There is log block not surrounded by if
28015 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
28016 src/com/gps/hibernate/QuartzCronTriggersDAO.java 113 publicMethodCommentRequirement Required
28017 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 There is log block not surrounded by if
28018 src/com/gps/hibernate/QuartzCronTriggersDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28019 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Local variable 'result' could be declared final
28020 src/com/gps/hibernate/QuartzCronTriggersDAO.java 116 Potential violation of Law of Demeter (method chain calls)
28021 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 There is log block not surrounded by if
28022 src/com/gps/hibernate/QuartzCronTriggersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28023 src/com/gps/hibernate/QuartzCronTriggersDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28024 src/com/gps/hibernate/QuartzCronTriggersDAO.java 121 There is log block not surrounded by if
28025 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 Parameter 'instance' is not assigned and could be declared final
28026 src/com/gps/hibernate/QuartzCronTriggersDAO.java 126 publicMethodCommentRequirement Required
28027 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 There is log block not surrounded by if
28028 src/com/gps/hibernate/QuartzCronTriggersDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28029 src/com/gps/hibernate/QuartzCronTriggersDAO.java 129 Potential violation of Law of Demeter (method chain calls)
28030 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 There is log block not surrounded by if
28031 src/com/gps/hibernate/QuartzCronTriggersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28032 src/com/gps/hibernate/QuartzCronTriggersDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28033 src/com/gps/hibernate/QuartzCronTriggersDAO.java 132 There is log block not surrounded by if
28034 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 Parameter 'instance' is not assigned and could be declared final
28035 src/com/gps/hibernate/QuartzCronTriggersDAO.java 137 publicMethodCommentRequirement Required
28036 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 There is log block not surrounded by if
28037 src/com/gps/hibernate/QuartzCronTriggersDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28038 src/com/gps/hibernate/QuartzCronTriggersDAO.java 140 Potential violation of Law of Demeter (method chain calls)
28039 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 There is log block not surrounded by if
28040 src/com/gps/hibernate/QuartzCronTriggersDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28041 src/com/gps/hibernate/QuartzCronTriggersDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28042 src/com/gps/hibernate/QuartzCronTriggersDAO.java 143 There is log block not surrounded by if
28043 src/com/gps/hibernate/QuartzCronTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
28044 src/com/gps/hibernate/QuartzCronTriggersId.java 13 fieldCommentRequirement Required
28045 src/com/gps/hibernate/QuartzCronTriggersId.java 14 fieldCommentRequirement Required
28046 src/com/gps/hibernate/QuartzCronTriggersId.java 19 Document empty constructor
28047 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
28048 src/com/gps/hibernate/QuartzCronTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
28049 src/com/gps/hibernate/QuartzCronTriggersId.java 30 publicMethodCommentRequirement Required
28050 src/com/gps/hibernate/QuartzCronTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
28051 src/com/gps/hibernate/QuartzCronTriggersId.java 34 publicMethodCommentRequirement Required
28052 src/com/gps/hibernate/QuartzCronTriggersId.java 38 publicMethodCommentRequirement Required
28053 src/com/gps/hibernate/QuartzCronTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
28054 src/com/gps/hibernate/QuartzCronTriggersId.java 42 publicMethodCommentRequirement Required
28055 src/com/gps/hibernate/QuartzCronTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
28056 src/com/gps/hibernate/QuartzCronTriggersId.java 46 publicMethodCommentRequirement Required
28057 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Avoid using if statements without curly braces
28058 src/com/gps/hibernate/QuartzCronTriggersId.java 47 Useless parentheses.
28059 src/com/gps/hibernate/QuartzCronTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
28060 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Avoid using if statements without curly braces
28061 src/com/gps/hibernate/QuartzCronTriggersId.java 49 Useless parentheses.
28062 src/com/gps/hibernate/QuartzCronTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
28063 src/com/gps/hibernate/QuartzCronTriggersId.java 51 Avoid using if statements without curly braces
28064 src/com/gps/hibernate/QuartzCronTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
28065 src/com/gps/hibernate/QuartzCronTriggersId.java 53 Local variable 'castOther' could be declared final
28066 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
28067 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
28068 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
28069 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
28070 src/com/gps/hibernate/QuartzCronTriggersId.java 55 Useless parentheses.
28071 src/com/gps/hibernate/QuartzCronTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
28072 src/com/gps/hibernate/QuartzCronTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
28073 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
28074 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
28075 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
28076 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
28077 src/com/gps/hibernate/QuartzCronTriggersId.java 59 Useless parentheses.
28078 src/com/gps/hibernate/QuartzCronTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
28079 src/com/gps/hibernate/QuartzCronTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
28080 src/com/gps/hibernate/QuartzCronTriggersId.java 65 publicMethodCommentRequirement Required
28081 src/com/gps/hibernate/QuartzCronTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
28082 src/com/gps/hibernate/QuartzFiredTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
28083 src/com/gps/hibernate/QuartzFiredTriggers.java 13 fieldCommentRequirement Required
28084 src/com/gps/hibernate/QuartzFiredTriggers.java 14 fieldCommentRequirement Required
28085 src/com/gps/hibernate/QuartzFiredTriggers.java 15 fieldCommentRequirement Required
28086 src/com/gps/hibernate/QuartzFiredTriggers.java 16 fieldCommentRequirement Required
28087 src/com/gps/hibernate/QuartzFiredTriggers.java 17 fieldCommentRequirement Required
28088 src/com/gps/hibernate/QuartzFiredTriggers.java 18 fieldCommentRequirement Required
28089 src/com/gps/hibernate/QuartzFiredTriggers.java 19 fieldCommentRequirement Required
28090 src/com/gps/hibernate/QuartzFiredTriggers.java 20 fieldCommentRequirement Required
28091 src/com/gps/hibernate/QuartzFiredTriggers.java 21 fieldCommentRequirement Required
28092 src/com/gps/hibernate/QuartzFiredTriggers.java 22 fieldCommentRequirement Required
28093 src/com/gps/hibernate/QuartzFiredTriggers.java 23 fieldCommentRequirement Required
28094 src/com/gps/hibernate/QuartzFiredTriggers.java 24 fieldCommentRequirement Required
28095 src/com/gps/hibernate/QuartzFiredTriggers.java 29 Document empty constructor
28096 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'entryId' is not assigned and could be declared final
28097 src/com/gps/hibernate/QuartzFiredTriggers.java 33 Parameter 'triggerName' is not assigned and could be declared final
28098 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'instanceName' is not assigned and could be declared final
28099 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'isVolatile' is not assigned and could be declared final
28100 src/com/gps/hibernate/QuartzFiredTriggers.java 34 Parameter 'triggerGroup' is not assigned and could be declared final
28101 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'firedTime' is not assigned and could be declared final
28102 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'priority' is not assigned and could be declared final
28103 src/com/gps/hibernate/QuartzFiredTriggers.java 35 Parameter 'state' is not assigned and could be declared final
28104 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Avoid long parameter lists.
28105 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'entryId' is not assigned and could be declared final
28106 src/com/gps/hibernate/QuartzFiredTriggers.java 47 Parameter 'triggerName' is not assigned and could be declared final
28107 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'instanceName' is not assigned and could be declared final
28108 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'isVolatile' is not assigned and could be declared final
28109 src/com/gps/hibernate/QuartzFiredTriggers.java 48 Parameter 'triggerGroup' is not assigned and could be declared final
28110 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'firedTime' is not assigned and could be declared final
28111 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
28112 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'priority' is not assigned and could be declared final
28113 src/com/gps/hibernate/QuartzFiredTriggers.java 49 Parameter 'state' is not assigned and could be declared final
28114 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'isStateful' is not assigned and could be declared final
28115 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'jobGroup' is not assigned and could be declared final
28116 src/com/gps/hibernate/QuartzFiredTriggers.java 50 Parameter 'requestsRecovery' is not assigned and could be declared final
28117 src/com/gps/hibernate/QuartzFiredTriggers.java 67 publicMethodCommentRequirement Required
28118 src/com/gps/hibernate/QuartzFiredTriggers.java 71 Parameter 'entryId' is not assigned and could be declared final
28119 src/com/gps/hibernate/QuartzFiredTriggers.java 71 publicMethodCommentRequirement Required
28120 src/com/gps/hibernate/QuartzFiredTriggers.java 75 publicMethodCommentRequirement Required
28121 src/com/gps/hibernate/QuartzFiredTriggers.java 79 Parameter 'triggerName' is not assigned and could be declared final
28122 src/com/gps/hibernate/QuartzFiredTriggers.java 79 publicMethodCommentRequirement Required
28123 src/com/gps/hibernate/QuartzFiredTriggers.java 83 publicMethodCommentRequirement Required
28124 src/com/gps/hibernate/QuartzFiredTriggers.java 87 Parameter 'triggerGroup' is not assigned and could be declared final
28125 src/com/gps/hibernate/QuartzFiredTriggers.java 87 publicMethodCommentRequirement Required
28126 src/com/gps/hibernate/QuartzFiredTriggers.java 91 publicMethodCommentRequirement Required
28127 src/com/gps/hibernate/QuartzFiredTriggers.java 95 Parameter 'isVolatile' is not assigned and could be declared final
28128 src/com/gps/hibernate/QuartzFiredTriggers.java 95 publicMethodCommentRequirement Required
28129 src/com/gps/hibernate/QuartzFiredTriggers.java 99 publicMethodCommentRequirement Required
28130 src/com/gps/hibernate/QuartzFiredTriggers.java 103 Parameter 'instanceName' is not assigned and could be declared final
28131 src/com/gps/hibernate/QuartzFiredTriggers.java 103 publicMethodCommentRequirement Required
28132 src/com/gps/hibernate/QuartzFiredTriggers.java 107 publicMethodCommentRequirement Required
28133 src/com/gps/hibernate/QuartzFiredTriggers.java 111 Parameter 'firedTime' is not assigned and could be declared final
28134 src/com/gps/hibernate/QuartzFiredTriggers.java 111 publicMethodCommentRequirement Required
28135 src/com/gps/hibernate/QuartzFiredTriggers.java 115 publicMethodCommentRequirement Required
28136 src/com/gps/hibernate/QuartzFiredTriggers.java 119 Parameter 'priority' is not assigned and could be declared final
28137 src/com/gps/hibernate/QuartzFiredTriggers.java 119 publicMethodCommentRequirement Required
28138 src/com/gps/hibernate/QuartzFiredTriggers.java 123 publicMethodCommentRequirement Required
28139 src/com/gps/hibernate/QuartzFiredTriggers.java 127 Parameter 'state' is not assigned and could be declared final
28140 src/com/gps/hibernate/QuartzFiredTriggers.java 127 publicMethodCommentRequirement Required
28141 src/com/gps/hibernate/QuartzFiredTriggers.java 131 publicMethodCommentRequirement Required
28142 src/com/gps/hibernate/QuartzFiredTriggers.java 135 Parameter 'jobName' is not assigned and could be declared final
28143 src/com/gps/hibernate/QuartzFiredTriggers.java 135 publicMethodCommentRequirement Required
28144 src/com/gps/hibernate/QuartzFiredTriggers.java 139 publicMethodCommentRequirement Required
28145 src/com/gps/hibernate/QuartzFiredTriggers.java 143 Parameter 'jobGroup' is not assigned and could be declared final
28146 src/com/gps/hibernate/QuartzFiredTriggers.java 143 publicMethodCommentRequirement Required
28147 src/com/gps/hibernate/QuartzFiredTriggers.java 147 publicMethodCommentRequirement Required
28148 src/com/gps/hibernate/QuartzFiredTriggers.java 151 Parameter 'isStateful' is not assigned and could be declared final
28149 src/com/gps/hibernate/QuartzFiredTriggers.java 151 publicMethodCommentRequirement Required
28150 src/com/gps/hibernate/QuartzFiredTriggers.java 155 publicMethodCommentRequirement Required
28151 src/com/gps/hibernate/QuartzFiredTriggers.java 159 Parameter 'requestsRecovery' is not assigned and could be declared final
28152 src/com/gps/hibernate/QuartzFiredTriggers.java 159 publicMethodCommentRequirement Required
28153 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 10 Comment is too large: Too many lines
28154 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 22 This class has too many methods, consider refactoring it.
28155 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Logger should be defined private static final and have the correct class
28156 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28157 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 23 fieldCommentRequirement Required
28158 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 26 fieldCommentRequirement Required
28159 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 27 fieldCommentRequirement Required
28160 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 28 fieldCommentRequirement Required
28161 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 29 fieldCommentRequirement Required
28162 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 30 fieldCommentRequirement Required
28163 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 31 fieldCommentRequirement Required
28164 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 32 fieldCommentRequirement Required
28165 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 33 fieldCommentRequirement Required
28166 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 34 fieldCommentRequirement Required
28167 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 35 fieldCommentRequirement Required
28168 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 36 fieldCommentRequirement Required
28169 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 Parameter 'transientInstance' is not assigned and could be declared final
28170 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 38 publicMethodCommentRequirement Required
28171 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 There is log block not surrounded by if
28172 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28173 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 41 Potential violation of Law of Demeter (method chain calls)
28174 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 There is log block not surrounded by if
28175 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28176 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28177 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 44 There is log block not surrounded by if
28178 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Avoid excessively long variable names like persistentInstance
28179 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 Parameter 'persistentInstance' is not assigned and could be declared final
28180 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 49 publicMethodCommentRequirement Required
28181 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 There is log block not surrounded by if
28182 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28183 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 52 Potential violation of Law of Demeter (method chain calls)
28184 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 There is log block not surrounded by if
28185 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28186 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 54 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28187 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 55 There is log block not surrounded by if
28188 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Avoid variables with short names like id
28189 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 Parameter 'id' is not assigned and could be declared final
28190 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 60 publicMethodCommentRequirement Required
28191 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 There is log block not surrounded by if
28192 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28193 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Local variable 'instance' could be declared final
28194 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 63 Potential violation of Law of Demeter (method chain calls)
28195 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 66 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28196 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 67 There is log block not surrounded by if
28197 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 Parameter 'instance' is not assigned and could be declared final
28198 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 72 publicMethodCommentRequirement Required
28199 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 There is log block not surrounded by if
28200 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28201 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Local variable 'results' could be declared final
28202 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
28203 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
28204 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 75 Potential violation of Law of Demeter (method chain calls)
28205 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 There is log block not surrounded by if
28206 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28207 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 79 Potential violation of Law of Demeter (object not created locally)
28208 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28209 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 82 There is log block not surrounded by if
28210 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'propertyName' is not assigned and could be declared final
28211 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 Parameter 'value' is not assigned and could be declared final
28212 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 87 publicMethodCommentRequirement Required
28213 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 There is log block not surrounded by if
28214 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28215 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 91 Local variable 'queryString' could be declared final
28216 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Local variable 'queryObject' could be declared final
28217 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 93 Potential violation of Law of Demeter (method chain calls)
28218 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 94 Potential violation of Law of Demeter (object not created locally)
28219 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 95 Potential violation of Law of Demeter (object not created locally)
28220 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28221 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 97 There is log block not surrounded by if
28222 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 Parameter 'triggerName' is not assigned and could be declared final
28223 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 102 publicMethodCommentRequirement Required
28224 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 Parameter 'triggerGroup' is not assigned and could be declared final
28225 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 106 publicMethodCommentRequirement Required
28226 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 Parameter 'isVolatile' is not assigned and could be declared final
28227 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 110 publicMethodCommentRequirement Required
28228 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 Parameter 'instanceName' is not assigned and could be declared final
28229 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 114 publicMethodCommentRequirement Required
28230 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 Parameter 'firedTime' is not assigned and could be declared final
28231 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 118 publicMethodCommentRequirement Required
28232 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 Parameter 'priority' is not assigned and could be declared final
28233 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 122 publicMethodCommentRequirement Required
28234 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 Parameter 'state' is not assigned and could be declared final
28235 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 126 publicMethodCommentRequirement Required
28236 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 Parameter 'jobName' is not assigned and could be declared final
28237 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 130 publicMethodCommentRequirement Required
28238 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 Parameter 'jobGroup' is not assigned and could be declared final
28239 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 134 publicMethodCommentRequirement Required
28240 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 Parameter 'isStateful' is not assigned and could be declared final
28241 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 138 publicMethodCommentRequirement Required
28242 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 Parameter 'requestsRecovery' is not assigned and could be declared final
28243 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 142 publicMethodCommentRequirement Required
28244 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 146 publicMethodCommentRequirement Required
28245 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 There is log block not surrounded by if
28246 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28247 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 149 Local variable 'queryString' could be declared final
28248 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Local variable 'queryObject' could be declared final
28249 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 150 Potential violation of Law of Demeter (method chain calls)
28250 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 151 Potential violation of Law of Demeter (object not created locally)
28251 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28252 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 153 There is log block not surrounded by if
28253 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 Parameter 'detachedInstance' is not assigned and could be declared final
28254 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 158 publicMethodCommentRequirement Required
28255 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 There is log block not surrounded by if
28256 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28257 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Local variable 'result' could be declared final
28258 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 161 Potential violation of Law of Demeter (method chain calls)
28259 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 There is log block not surrounded by if
28260 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28261 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 165 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28262 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 166 There is log block not surrounded by if
28263 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 Parameter 'instance' is not assigned and could be declared final
28264 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 171 publicMethodCommentRequirement Required
28265 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 There is log block not surrounded by if
28266 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28267 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 174 Potential violation of Law of Demeter (method chain calls)
28268 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 There is log block not surrounded by if
28269 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 175 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28270 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28271 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 177 There is log block not surrounded by if
28272 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 Parameter 'instance' is not assigned and could be declared final
28273 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 182 publicMethodCommentRequirement Required
28274 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 There is log block not surrounded by if
28275 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28276 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 185 Potential violation of Law of Demeter (method chain calls)
28277 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 There is log block not surrounded by if
28278 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28279 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28280 src/com/gps/hibernate/QuartzFiredTriggersDAO.java 188 There is log block not surrounded by if
28281 src/com/gps/hibernate/QuartzJobDetails.java 9 Classes implementing Serializable should set a serialVersionUID
28282 src/com/gps/hibernate/QuartzJobDetails.java 13 Avoid variables with short names like id
28283 src/com/gps/hibernate/QuartzJobDetails.java 13 fieldCommentRequirement Required
28284 src/com/gps/hibernate/QuartzJobDetails.java 14 fieldCommentRequirement Required
28285 src/com/gps/hibernate/QuartzJobDetails.java 15 fieldCommentRequirement Required
28286 src/com/gps/hibernate/QuartzJobDetails.java 16 fieldCommentRequirement Required
28287 src/com/gps/hibernate/QuartzJobDetails.java 17 fieldCommentRequirement Required
28288 src/com/gps/hibernate/QuartzJobDetails.java 18 fieldCommentRequirement Required
28289 src/com/gps/hibernate/QuartzJobDetails.java 19 fieldCommentRequirement Required
28290 src/com/gps/hibernate/QuartzJobDetails.java 20 fieldCommentRequirement Required
28291 src/com/gps/hibernate/QuartzJobDetails.java 25 Document empty constructor
28292 src/com/gps/hibernate/QuartzJobDetails.java 29 Avoid variables with short names like id
28293 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'id' is not assigned and could be declared final
28294 src/com/gps/hibernate/QuartzJobDetails.java 29 Parameter 'jobClassName' is not assigned and could be declared final
28295 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isDurable' is not assigned and could be declared final
28296 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isStateful' is not assigned and could be declared final
28297 src/com/gps/hibernate/QuartzJobDetails.java 30 Parameter 'isVolatile' is not assigned and could be declared final
28298 src/com/gps/hibernate/QuartzJobDetails.java 31 Parameter 'requestsRecovery' is not assigned and could be declared final
28299 src/com/gps/hibernate/QuartzJobDetails.java 41 Avoid variables with short names like id
28300 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'description' is not assigned and could be declared final
28301 src/com/gps/hibernate/QuartzJobDetails.java 41 Parameter 'id' is not assigned and could be declared final
28302 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isDurable' is not assigned and could be declared final
28303 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'isVolatile' is not assigned and could be declared final
28304 src/com/gps/hibernate/QuartzJobDetails.java 42 Parameter 'jobClassName' is not assigned and could be declared final
28305 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'isStateful' is not assigned and could be declared final
28306 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'jobData' is not assigned and could be declared final
28307 src/com/gps/hibernate/QuartzJobDetails.java 43 Parameter 'requestsRecovery' is not assigned and could be declared final
28308 src/com/gps/hibernate/QuartzJobDetails.java 56 publicMethodCommentRequirement Required
28309 src/com/gps/hibernate/QuartzJobDetails.java 60 Avoid variables with short names like id
28310 src/com/gps/hibernate/QuartzJobDetails.java 60 Parameter 'id' is not assigned and could be declared final
28311 src/com/gps/hibernate/QuartzJobDetails.java 60 publicMethodCommentRequirement Required
28312 src/com/gps/hibernate/QuartzJobDetails.java 64 publicMethodCommentRequirement Required
28313 src/com/gps/hibernate/QuartzJobDetails.java 68 Parameter 'description' is not assigned and could be declared final
28314 src/com/gps/hibernate/QuartzJobDetails.java 68 publicMethodCommentRequirement Required
28315 src/com/gps/hibernate/QuartzJobDetails.java 72 publicMethodCommentRequirement Required
28316 src/com/gps/hibernate/QuartzJobDetails.java 76 Parameter 'jobClassName' is not assigned and could be declared final
28317 src/com/gps/hibernate/QuartzJobDetails.java 76 publicMethodCommentRequirement Required
28318 src/com/gps/hibernate/QuartzJobDetails.java 80 publicMethodCommentRequirement Required
28319 src/com/gps/hibernate/QuartzJobDetails.java 84 Parameter 'isDurable' is not assigned and could be declared final
28320 src/com/gps/hibernate/QuartzJobDetails.java 84 publicMethodCommentRequirement Required
28321 src/com/gps/hibernate/QuartzJobDetails.java 88 publicMethodCommentRequirement Required
28322 src/com/gps/hibernate/QuartzJobDetails.java 92 Parameter 'isVolatile' is not assigned and could be declared final
28323 src/com/gps/hibernate/QuartzJobDetails.java 92 publicMethodCommentRequirement Required
28324 src/com/gps/hibernate/QuartzJobDetails.java 96 publicMethodCommentRequirement Required
28325 src/com/gps/hibernate/QuartzJobDetails.java 100 Parameter 'isStateful' is not assigned and could be declared final
28326 src/com/gps/hibernate/QuartzJobDetails.java 100 publicMethodCommentRequirement Required
28327 src/com/gps/hibernate/QuartzJobDetails.java 104 publicMethodCommentRequirement Required
28328 src/com/gps/hibernate/QuartzJobDetails.java 108 Parameter 'requestsRecovery' is not assigned and could be declared final
28329 src/com/gps/hibernate/QuartzJobDetails.java 108 publicMethodCommentRequirement Required
28330 src/com/gps/hibernate/QuartzJobDetails.java 112 publicMethodCommentRequirement Required
28331 src/com/gps/hibernate/QuartzJobDetails.java 116 Parameter 'jobData' is not assigned and could be declared final
28332 src/com/gps/hibernate/QuartzJobDetails.java 116 publicMethodCommentRequirement Required
28333 src/com/gps/hibernate/QuartzJobDetailsDAO.java 10 Comment is too large: Too many lines
28334 src/com/gps/hibernate/QuartzJobDetailsDAO.java 22 This class has too many methods, consider refactoring it.
28335 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Logger should be defined private static final and have the correct class
28336 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28337 src/com/gps/hibernate/QuartzJobDetailsDAO.java 23 fieldCommentRequirement Required
28338 src/com/gps/hibernate/QuartzJobDetailsDAO.java 25 fieldCommentRequirement Required
28339 src/com/gps/hibernate/QuartzJobDetailsDAO.java 26 fieldCommentRequirement Required
28340 src/com/gps/hibernate/QuartzJobDetailsDAO.java 27 fieldCommentRequirement Required
28341 src/com/gps/hibernate/QuartzJobDetailsDAO.java 28 fieldCommentRequirement Required
28342 src/com/gps/hibernate/QuartzJobDetailsDAO.java 29 fieldCommentRequirement Required
28343 src/com/gps/hibernate/QuartzJobDetailsDAO.java 30 fieldCommentRequirement Required
28344 src/com/gps/hibernate/QuartzJobDetailsDAO.java 31 fieldCommentRequirement Required
28345 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
28346 src/com/gps/hibernate/QuartzJobDetailsDAO.java 33 publicMethodCommentRequirement Required
28347 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 There is log block not surrounded by if
28348 src/com/gps/hibernate/QuartzJobDetailsDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28349 src/com/gps/hibernate/QuartzJobDetailsDAO.java 36 Potential violation of Law of Demeter (method chain calls)
28350 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 There is log block not surrounded by if
28351 src/com/gps/hibernate/QuartzJobDetailsDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28352 src/com/gps/hibernate/QuartzJobDetailsDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28353 src/com/gps/hibernate/QuartzJobDetailsDAO.java 39 There is log block not surrounded by if
28354 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Avoid excessively long variable names like persistentInstance
28355 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
28356 src/com/gps/hibernate/QuartzJobDetailsDAO.java 44 publicMethodCommentRequirement Required
28357 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 There is log block not surrounded by if
28358 src/com/gps/hibernate/QuartzJobDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28359 src/com/gps/hibernate/QuartzJobDetailsDAO.java 47 Potential violation of Law of Demeter (method chain calls)
28360 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 There is log block not surrounded by if
28361 src/com/gps/hibernate/QuartzJobDetailsDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28362 src/com/gps/hibernate/QuartzJobDetailsDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28363 src/com/gps/hibernate/QuartzJobDetailsDAO.java 50 There is log block not surrounded by if
28364 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Avoid variables with short names like id
28365 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 Parameter 'id' is not assigned and could be declared final
28366 src/com/gps/hibernate/QuartzJobDetailsDAO.java 55 publicMethodCommentRequirement Required
28367 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 There is log block not surrounded by if
28368 src/com/gps/hibernate/QuartzJobDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28369 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Local variable 'instance' could be declared final
28370 src/com/gps/hibernate/QuartzJobDetailsDAO.java 58 Potential violation of Law of Demeter (method chain calls)
28371 src/com/gps/hibernate/QuartzJobDetailsDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28372 src/com/gps/hibernate/QuartzJobDetailsDAO.java 62 There is log block not surrounded by if
28373 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 Parameter 'instance' is not assigned and could be declared final
28374 src/com/gps/hibernate/QuartzJobDetailsDAO.java 67 publicMethodCommentRequirement Required
28375 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 There is log block not surrounded by if
28376 src/com/gps/hibernate/QuartzJobDetailsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28377 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Local variable 'results' could be declared final
28378 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
28379 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
28380 src/com/gps/hibernate/QuartzJobDetailsDAO.java 70 Potential violation of Law of Demeter (method chain calls)
28381 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 There is log block not surrounded by if
28382 src/com/gps/hibernate/QuartzJobDetailsDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28383 src/com/gps/hibernate/QuartzJobDetailsDAO.java 74 Potential violation of Law of Demeter (object not created locally)
28384 src/com/gps/hibernate/QuartzJobDetailsDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28385 src/com/gps/hibernate/QuartzJobDetailsDAO.java 77 There is log block not surrounded by if
28386 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
28387 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 Parameter 'value' is not assigned and could be declared final
28388 src/com/gps/hibernate/QuartzJobDetailsDAO.java 82 publicMethodCommentRequirement Required
28389 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 There is log block not surrounded by if
28390 src/com/gps/hibernate/QuartzJobDetailsDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28391 src/com/gps/hibernate/QuartzJobDetailsDAO.java 86 Local variable 'queryString' could be declared final
28392 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Local variable 'queryObject' could be declared final
28393 src/com/gps/hibernate/QuartzJobDetailsDAO.java 88 Potential violation of Law of Demeter (method chain calls)
28394 src/com/gps/hibernate/QuartzJobDetailsDAO.java 89 Potential violation of Law of Demeter (object not created locally)
28395 src/com/gps/hibernate/QuartzJobDetailsDAO.java 90 Potential violation of Law of Demeter (object not created locally)
28396 src/com/gps/hibernate/QuartzJobDetailsDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28397 src/com/gps/hibernate/QuartzJobDetailsDAO.java 92 There is log block not surrounded by if
28398 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 Parameter 'description' is not assigned and could be declared final
28399 src/com/gps/hibernate/QuartzJobDetailsDAO.java 97 publicMethodCommentRequirement Required
28400 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 Parameter 'jobClassName' is not assigned and could be declared final
28401 src/com/gps/hibernate/QuartzJobDetailsDAO.java 101 publicMethodCommentRequirement Required
28402 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 Parameter 'isDurable' is not assigned and could be declared final
28403 src/com/gps/hibernate/QuartzJobDetailsDAO.java 105 publicMethodCommentRequirement Required
28404 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 Parameter 'isVolatile' is not assigned and could be declared final
28405 src/com/gps/hibernate/QuartzJobDetailsDAO.java 109 publicMethodCommentRequirement Required
28406 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 Parameter 'isStateful' is not assigned and could be declared final
28407 src/com/gps/hibernate/QuartzJobDetailsDAO.java 113 publicMethodCommentRequirement Required
28408 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 Parameter 'requestsRecovery' is not assigned and could be declared final
28409 src/com/gps/hibernate/QuartzJobDetailsDAO.java 117 publicMethodCommentRequirement Required
28410 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 Parameter 'jobData' is not assigned and could be declared final
28411 src/com/gps/hibernate/QuartzJobDetailsDAO.java 121 publicMethodCommentRequirement Required
28412 src/com/gps/hibernate/QuartzJobDetailsDAO.java 125 publicMethodCommentRequirement Required
28413 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 There is log block not surrounded by if
28414 src/com/gps/hibernate/QuartzJobDetailsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28415 src/com/gps/hibernate/QuartzJobDetailsDAO.java 128 Local variable 'queryString' could be declared final
28416 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Local variable 'queryObject' could be declared final
28417 src/com/gps/hibernate/QuartzJobDetailsDAO.java 129 Potential violation of Law of Demeter (method chain calls)
28418 src/com/gps/hibernate/QuartzJobDetailsDAO.java 130 Potential violation of Law of Demeter (object not created locally)
28419 src/com/gps/hibernate/QuartzJobDetailsDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28420 src/com/gps/hibernate/QuartzJobDetailsDAO.java 132 There is log block not surrounded by if
28421 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 Parameter 'detachedInstance' is not assigned and could be declared final
28422 src/com/gps/hibernate/QuartzJobDetailsDAO.java 137 publicMethodCommentRequirement Required
28423 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 There is log block not surrounded by if
28424 src/com/gps/hibernate/QuartzJobDetailsDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28425 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Local variable 'result' could be declared final
28426 src/com/gps/hibernate/QuartzJobDetailsDAO.java 140 Potential violation of Law of Demeter (method chain calls)
28427 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 There is log block not surrounded by if
28428 src/com/gps/hibernate/QuartzJobDetailsDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28429 src/com/gps/hibernate/QuartzJobDetailsDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28430 src/com/gps/hibernate/QuartzJobDetailsDAO.java 145 There is log block not surrounded by if
28431 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 Parameter 'instance' is not assigned and could be declared final
28432 src/com/gps/hibernate/QuartzJobDetailsDAO.java 150 publicMethodCommentRequirement Required
28433 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 There is log block not surrounded by if
28434 src/com/gps/hibernate/QuartzJobDetailsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28435 src/com/gps/hibernate/QuartzJobDetailsDAO.java 153 Potential violation of Law of Demeter (method chain calls)
28436 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 There is log block not surrounded by if
28437 src/com/gps/hibernate/QuartzJobDetailsDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28438 src/com/gps/hibernate/QuartzJobDetailsDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28439 src/com/gps/hibernate/QuartzJobDetailsDAO.java 156 There is log block not surrounded by if
28440 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 Parameter 'instance' is not assigned and could be declared final
28441 src/com/gps/hibernate/QuartzJobDetailsDAO.java 161 publicMethodCommentRequirement Required
28442 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 There is log block not surrounded by if
28443 src/com/gps/hibernate/QuartzJobDetailsDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28444 src/com/gps/hibernate/QuartzJobDetailsDAO.java 164 Potential violation of Law of Demeter (method chain calls)
28445 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 There is log block not surrounded by if
28446 src/com/gps/hibernate/QuartzJobDetailsDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28447 src/com/gps/hibernate/QuartzJobDetailsDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28448 src/com/gps/hibernate/QuartzJobDetailsDAO.java 167 There is log block not surrounded by if
28449 src/com/gps/hibernate/QuartzJobDetailsId.java 9 Classes implementing Serializable should set a serialVersionUID
28450 src/com/gps/hibernate/QuartzJobDetailsId.java 13 fieldCommentRequirement Required
28451 src/com/gps/hibernate/QuartzJobDetailsId.java 14 fieldCommentRequirement Required
28452 src/com/gps/hibernate/QuartzJobDetailsId.java 19 Document empty constructor
28453 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobGroup' is not assigned and could be declared final
28454 src/com/gps/hibernate/QuartzJobDetailsId.java 23 Parameter 'jobName' is not assigned and could be declared final
28455 src/com/gps/hibernate/QuartzJobDetailsId.java 30 publicMethodCommentRequirement Required
28456 src/com/gps/hibernate/QuartzJobDetailsId.java 34 Parameter 'jobName' is not assigned and could be declared final
28457 src/com/gps/hibernate/QuartzJobDetailsId.java 34 publicMethodCommentRequirement Required
28458 src/com/gps/hibernate/QuartzJobDetailsId.java 38 publicMethodCommentRequirement Required
28459 src/com/gps/hibernate/QuartzJobDetailsId.java 42 Parameter 'jobGroup' is not assigned and could be declared final
28460 src/com/gps/hibernate/QuartzJobDetailsId.java 42 publicMethodCommentRequirement Required
28461 src/com/gps/hibernate/QuartzJobDetailsId.java 46 Parameter 'other' is not assigned and could be declared final
28462 src/com/gps/hibernate/QuartzJobDetailsId.java 46 publicMethodCommentRequirement Required
28463 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Avoid using if statements without curly braces
28464 src/com/gps/hibernate/QuartzJobDetailsId.java 47 Useless parentheses.
28465 src/com/gps/hibernate/QuartzJobDetailsId.java 48 A method should have only one exit point, and that should be the last statement in the method
28466 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Avoid using if statements without curly braces
28467 src/com/gps/hibernate/QuartzJobDetailsId.java 49 Useless parentheses.
28468 src/com/gps/hibernate/QuartzJobDetailsId.java 50 A method should have only one exit point, and that should be the last statement in the method
28469 src/com/gps/hibernate/QuartzJobDetailsId.java 51 Avoid using if statements without curly braces
28470 src/com/gps/hibernate/QuartzJobDetailsId.java 52 A method should have only one exit point, and that should be the last statement in the method
28471 src/com/gps/hibernate/QuartzJobDetailsId.java 53 Local variable 'castOther' could be declared final
28472 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (method chain calls)
28473 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
28474 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Potential violation of Law of Demeter (object not created locally)
28475 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
28476 src/com/gps/hibernate/QuartzJobDetailsId.java 55 Useless parentheses.
28477 src/com/gps/hibernate/QuartzJobDetailsId.java 57 Potential violation of Law of Demeter (object not created locally)
28478 src/com/gps/hibernate/QuartzJobDetailsId.java 58 Potential violation of Law of Demeter (object not created locally)
28479 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (method chain calls)
28480 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
28481 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Potential violation of Law of Demeter (object not created locally)
28482 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
28483 src/com/gps/hibernate/QuartzJobDetailsId.java 59 Useless parentheses.
28484 src/com/gps/hibernate/QuartzJobDetailsId.java 61 Potential violation of Law of Demeter (object not created locally)
28485 src/com/gps/hibernate/QuartzJobDetailsId.java 62 Potential violation of Law of Demeter (object not created locally)
28486 src/com/gps/hibernate/QuartzJobDetailsId.java 65 publicMethodCommentRequirement Required
28487 src/com/gps/hibernate/QuartzJobDetailsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
28488 src/com/gps/hibernate/QuartzJobListeners.java 9 Classes implementing Serializable should set a serialVersionUID
28489 src/com/gps/hibernate/QuartzJobListeners.java 13 Avoid variables with short names like id
28490 src/com/gps/hibernate/QuartzJobListeners.java 13 fieldCommentRequirement Required
28491 src/com/gps/hibernate/QuartzJobListeners.java 18 Document empty constructor
28492 src/com/gps/hibernate/QuartzJobListeners.java 22 Avoid variables with short names like id
28493 src/com/gps/hibernate/QuartzJobListeners.java 22 Parameter 'id' is not assigned and could be declared final
28494 src/com/gps/hibernate/QuartzJobListeners.java 28 publicMethodCommentRequirement Required
28495 src/com/gps/hibernate/QuartzJobListeners.java 32 Avoid variables with short names like id
28496 src/com/gps/hibernate/QuartzJobListeners.java 32 Parameter 'id' is not assigned and could be declared final
28497 src/com/gps/hibernate/QuartzJobListeners.java 32 publicMethodCommentRequirement Required
28498 src/com/gps/hibernate/QuartzJobListenersDAO.java 10 Comment is too large: Too many lines
28499 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Logger should be defined private static final and have the correct class
28500 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28501 src/com/gps/hibernate/QuartzJobListenersDAO.java 23 fieldCommentRequirement Required
28502 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
28503 src/com/gps/hibernate/QuartzJobListenersDAO.java 28 publicMethodCommentRequirement Required
28504 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 There is log block not surrounded by if
28505 src/com/gps/hibernate/QuartzJobListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28506 src/com/gps/hibernate/QuartzJobListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
28507 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 There is log block not surrounded by if
28508 src/com/gps/hibernate/QuartzJobListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28509 src/com/gps/hibernate/QuartzJobListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28510 src/com/gps/hibernate/QuartzJobListenersDAO.java 34 There is log block not surrounded by if
28511 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
28512 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
28513 src/com/gps/hibernate/QuartzJobListenersDAO.java 39 publicMethodCommentRequirement Required
28514 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 There is log block not surrounded by if
28515 src/com/gps/hibernate/QuartzJobListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28516 src/com/gps/hibernate/QuartzJobListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
28517 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 There is log block not surrounded by if
28518 src/com/gps/hibernate/QuartzJobListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28519 src/com/gps/hibernate/QuartzJobListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28520 src/com/gps/hibernate/QuartzJobListenersDAO.java 45 There is log block not surrounded by if
28521 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Avoid variables with short names like id
28522 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 Parameter 'id' is not assigned and could be declared final
28523 src/com/gps/hibernate/QuartzJobListenersDAO.java 50 publicMethodCommentRequirement Required
28524 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 There is log block not surrounded by if
28525 src/com/gps/hibernate/QuartzJobListenersDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28526 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Local variable 'instance' could be declared final
28527 src/com/gps/hibernate/QuartzJobListenersDAO.java 53 Potential violation of Law of Demeter (method chain calls)
28528 src/com/gps/hibernate/QuartzJobListenersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28529 src/com/gps/hibernate/QuartzJobListenersDAO.java 57 There is log block not surrounded by if
28530 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 Parameter 'instance' is not assigned and could be declared final
28531 src/com/gps/hibernate/QuartzJobListenersDAO.java 62 publicMethodCommentRequirement Required
28532 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 There is log block not surrounded by if
28533 src/com/gps/hibernate/QuartzJobListenersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28534 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Local variable 'results' could be declared final
28535 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28536 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28537 src/com/gps/hibernate/QuartzJobListenersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28538 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 There is log block not surrounded by if
28539 src/com/gps/hibernate/QuartzJobListenersDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28540 src/com/gps/hibernate/QuartzJobListenersDAO.java 69 Potential violation of Law of Demeter (object not created locally)
28541 src/com/gps/hibernate/QuartzJobListenersDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28542 src/com/gps/hibernate/QuartzJobListenersDAO.java 72 There is log block not surrounded by if
28543 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
28544 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 Parameter 'value' is not assigned and could be declared final
28545 src/com/gps/hibernate/QuartzJobListenersDAO.java 77 publicMethodCommentRequirement Required
28546 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 There is log block not surrounded by if
28547 src/com/gps/hibernate/QuartzJobListenersDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28548 src/com/gps/hibernate/QuartzJobListenersDAO.java 81 Local variable 'queryString' could be declared final
28549 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Local variable 'queryObject' could be declared final
28550 src/com/gps/hibernate/QuartzJobListenersDAO.java 83 Potential violation of Law of Demeter (method chain calls)
28551 src/com/gps/hibernate/QuartzJobListenersDAO.java 84 Potential violation of Law of Demeter (object not created locally)
28552 src/com/gps/hibernate/QuartzJobListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
28553 src/com/gps/hibernate/QuartzJobListenersDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28554 src/com/gps/hibernate/QuartzJobListenersDAO.java 87 There is log block not surrounded by if
28555 src/com/gps/hibernate/QuartzJobListenersDAO.java 92 publicMethodCommentRequirement Required
28556 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 There is log block not surrounded by if
28557 src/com/gps/hibernate/QuartzJobListenersDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28558 src/com/gps/hibernate/QuartzJobListenersDAO.java 95 Local variable 'queryString' could be declared final
28559 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Local variable 'queryObject' could be declared final
28560 src/com/gps/hibernate/QuartzJobListenersDAO.java 96 Potential violation of Law of Demeter (method chain calls)
28561 src/com/gps/hibernate/QuartzJobListenersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
28562 src/com/gps/hibernate/QuartzJobListenersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28563 src/com/gps/hibernate/QuartzJobListenersDAO.java 99 There is log block not surrounded by if
28564 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
28565 src/com/gps/hibernate/QuartzJobListenersDAO.java 104 publicMethodCommentRequirement Required
28566 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 There is log block not surrounded by if
28567 src/com/gps/hibernate/QuartzJobListenersDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28568 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Local variable 'result' could be declared final
28569 src/com/gps/hibernate/QuartzJobListenersDAO.java 107 Potential violation of Law of Demeter (method chain calls)
28570 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 There is log block not surrounded by if
28571 src/com/gps/hibernate/QuartzJobListenersDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28572 src/com/gps/hibernate/QuartzJobListenersDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28573 src/com/gps/hibernate/QuartzJobListenersDAO.java 112 There is log block not surrounded by if
28574 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 Parameter 'instance' is not assigned and could be declared final
28575 src/com/gps/hibernate/QuartzJobListenersDAO.java 117 publicMethodCommentRequirement Required
28576 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 There is log block not surrounded by if
28577 src/com/gps/hibernate/QuartzJobListenersDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28578 src/com/gps/hibernate/QuartzJobListenersDAO.java 120 Potential violation of Law of Demeter (method chain calls)
28579 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 There is log block not surrounded by if
28580 src/com/gps/hibernate/QuartzJobListenersDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28581 src/com/gps/hibernate/QuartzJobListenersDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28582 src/com/gps/hibernate/QuartzJobListenersDAO.java 123 There is log block not surrounded by if
28583 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 Parameter 'instance' is not assigned and could be declared final
28584 src/com/gps/hibernate/QuartzJobListenersDAO.java 128 publicMethodCommentRequirement Required
28585 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 There is log block not surrounded by if
28586 src/com/gps/hibernate/QuartzJobListenersDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28587 src/com/gps/hibernate/QuartzJobListenersDAO.java 131 Potential violation of Law of Demeter (method chain calls)
28588 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 There is log block not surrounded by if
28589 src/com/gps/hibernate/QuartzJobListenersDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28590 src/com/gps/hibernate/QuartzJobListenersDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28591 src/com/gps/hibernate/QuartzJobListenersDAO.java 134 There is log block not surrounded by if
28592 src/com/gps/hibernate/QuartzJobListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
28593 src/com/gps/hibernate/QuartzJobListenersId.java 13 fieldCommentRequirement Required
28594 src/com/gps/hibernate/QuartzJobListenersId.java 14 fieldCommentRequirement Required
28595 src/com/gps/hibernate/QuartzJobListenersId.java 15 fieldCommentRequirement Required
28596 src/com/gps/hibernate/QuartzJobListenersId.java 20 Document empty constructor
28597 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobGroup' is not assigned and could be declared final
28598 src/com/gps/hibernate/QuartzJobListenersId.java 24 Parameter 'jobName' is not assigned and could be declared final
28599 src/com/gps/hibernate/QuartzJobListenersId.java 25 Parameter 'jobListener' is not assigned and could be declared final
28600 src/com/gps/hibernate/QuartzJobListenersId.java 33 publicMethodCommentRequirement Required
28601 src/com/gps/hibernate/QuartzJobListenersId.java 37 Parameter 'jobName' is not assigned and could be declared final
28602 src/com/gps/hibernate/QuartzJobListenersId.java 37 publicMethodCommentRequirement Required
28603 src/com/gps/hibernate/QuartzJobListenersId.java 41 publicMethodCommentRequirement Required
28604 src/com/gps/hibernate/QuartzJobListenersId.java 45 Parameter 'jobGroup' is not assigned and could be declared final
28605 src/com/gps/hibernate/QuartzJobListenersId.java 45 publicMethodCommentRequirement Required
28606 src/com/gps/hibernate/QuartzJobListenersId.java 49 publicMethodCommentRequirement Required
28607 src/com/gps/hibernate/QuartzJobListenersId.java 53 Parameter 'jobListener' is not assigned and could be declared final
28608 src/com/gps/hibernate/QuartzJobListenersId.java 53 publicMethodCommentRequirement Required
28609 src/com/gps/hibernate/QuartzJobListenersId.java 57 Parameter 'other' is not assigned and could be declared final
28610 src/com/gps/hibernate/QuartzJobListenersId.java 57 publicMethodCommentRequirement Required
28611 src/com/gps/hibernate/QuartzJobListenersId.java 58 Avoid using if statements without curly braces
28612 src/com/gps/hibernate/QuartzJobListenersId.java 58 Useless parentheses.
28613 src/com/gps/hibernate/QuartzJobListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
28614 src/com/gps/hibernate/QuartzJobListenersId.java 60 Avoid using if statements without curly braces
28615 src/com/gps/hibernate/QuartzJobListenersId.java 60 Useless parentheses.
28616 src/com/gps/hibernate/QuartzJobListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
28617 src/com/gps/hibernate/QuartzJobListenersId.java 62 Avoid using if statements without curly braces
28618 src/com/gps/hibernate/QuartzJobListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
28619 src/com/gps/hibernate/QuartzJobListenersId.java 64 Local variable 'castOther' could be declared final
28620 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
28621 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
28622 src/com/gps/hibernate/QuartzJobListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
28623 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
28624 src/com/gps/hibernate/QuartzJobListenersId.java 66 Useless parentheses.
28625 src/com/gps/hibernate/QuartzJobListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
28626 src/com/gps/hibernate/QuartzJobListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
28627 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
28628 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
28629 src/com/gps/hibernate/QuartzJobListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
28630 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
28631 src/com/gps/hibernate/QuartzJobListenersId.java 70 Useless parentheses.
28632 src/com/gps/hibernate/QuartzJobListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
28633 src/com/gps/hibernate/QuartzJobListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
28634 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
28635 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
28636 src/com/gps/hibernate/QuartzJobListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
28637 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
28638 src/com/gps/hibernate/QuartzJobListenersId.java 74 Useless parentheses.
28639 src/com/gps/hibernate/QuartzJobListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
28640 src/com/gps/hibernate/QuartzJobListenersId.java 77 Potential violation of Law of Demeter (object not created locally)
28641 src/com/gps/hibernate/QuartzJobListenersId.java 80 publicMethodCommentRequirement Required
28642 src/com/gps/hibernate/QuartzJobListenersId.java 81 Found 'DD'-anomaly for variable 'result' (lines '81'-'83').
28643 src/com/gps/hibernate/QuartzLocks.java 9 Classes implementing Serializable should set a serialVersionUID
28644 src/com/gps/hibernate/QuartzLocks.java 13 fieldCommentRequirement Required
28645 src/com/gps/hibernate/QuartzLocks.java 18 Document empty constructor
28646 src/com/gps/hibernate/QuartzLocks.java 22 Parameter 'lockName' is not assigned and could be declared final
28647 src/com/gps/hibernate/QuartzLocks.java 28 publicMethodCommentRequirement Required
28648 src/com/gps/hibernate/QuartzLocks.java 32 Parameter 'lockName' is not assigned and could be declared final
28649 src/com/gps/hibernate/QuartzLocks.java 32 publicMethodCommentRequirement Required
28650 src/com/gps/hibernate/QuartzLocksDAO.java 10 Comment is too large: Too many lines
28651 src/com/gps/hibernate/QuartzLocksDAO.java 23 Logger should be defined private static final and have the correct class
28652 src/com/gps/hibernate/QuartzLocksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28653 src/com/gps/hibernate/QuartzLocksDAO.java 23 fieldCommentRequirement Required
28654 src/com/gps/hibernate/QuartzLocksDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
28655 src/com/gps/hibernate/QuartzLocksDAO.java 27 publicMethodCommentRequirement Required
28656 src/com/gps/hibernate/QuartzLocksDAO.java 28 There is log block not surrounded by if
28657 src/com/gps/hibernate/QuartzLocksDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28658 src/com/gps/hibernate/QuartzLocksDAO.java 30 Potential violation of Law of Demeter (method chain calls)
28659 src/com/gps/hibernate/QuartzLocksDAO.java 31 There is log block not surrounded by if
28660 src/com/gps/hibernate/QuartzLocksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28661 src/com/gps/hibernate/QuartzLocksDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28662 src/com/gps/hibernate/QuartzLocksDAO.java 33 There is log block not surrounded by if
28663 src/com/gps/hibernate/QuartzLocksDAO.java 38 Avoid excessively long variable names like persistentInstance
28664 src/com/gps/hibernate/QuartzLocksDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
28665 src/com/gps/hibernate/QuartzLocksDAO.java 38 publicMethodCommentRequirement Required
28666 src/com/gps/hibernate/QuartzLocksDAO.java 39 There is log block not surrounded by if
28667 src/com/gps/hibernate/QuartzLocksDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28668 src/com/gps/hibernate/QuartzLocksDAO.java 41 Potential violation of Law of Demeter (method chain calls)
28669 src/com/gps/hibernate/QuartzLocksDAO.java 42 There is log block not surrounded by if
28670 src/com/gps/hibernate/QuartzLocksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28671 src/com/gps/hibernate/QuartzLocksDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28672 src/com/gps/hibernate/QuartzLocksDAO.java 44 There is log block not surrounded by if
28673 src/com/gps/hibernate/QuartzLocksDAO.java 49 Avoid variables with short names like id
28674 src/com/gps/hibernate/QuartzLocksDAO.java 49 Parameter 'id' is not assigned and could be declared final
28675 src/com/gps/hibernate/QuartzLocksDAO.java 49 publicMethodCommentRequirement Required
28676 src/com/gps/hibernate/QuartzLocksDAO.java 50 There is log block not surrounded by if
28677 src/com/gps/hibernate/QuartzLocksDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28678 src/com/gps/hibernate/QuartzLocksDAO.java 52 Local variable 'instance' could be declared final
28679 src/com/gps/hibernate/QuartzLocksDAO.java 52 Potential violation of Law of Demeter (method chain calls)
28680 src/com/gps/hibernate/QuartzLocksDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28681 src/com/gps/hibernate/QuartzLocksDAO.java 56 There is log block not surrounded by if
28682 src/com/gps/hibernate/QuartzLocksDAO.java 61 Parameter 'instance' is not assigned and could be declared final
28683 src/com/gps/hibernate/QuartzLocksDAO.java 61 publicMethodCommentRequirement Required
28684 src/com/gps/hibernate/QuartzLocksDAO.java 62 There is log block not surrounded by if
28685 src/com/gps/hibernate/QuartzLocksDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28686 src/com/gps/hibernate/QuartzLocksDAO.java 64 Local variable 'results' could be declared final
28687 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
28688 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
28689 src/com/gps/hibernate/QuartzLocksDAO.java 64 Potential violation of Law of Demeter (method chain calls)
28690 src/com/gps/hibernate/QuartzLocksDAO.java 67 There is log block not surrounded by if
28691 src/com/gps/hibernate/QuartzLocksDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28692 src/com/gps/hibernate/QuartzLocksDAO.java 68 Potential violation of Law of Demeter (object not created locally)
28693 src/com/gps/hibernate/QuartzLocksDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28694 src/com/gps/hibernate/QuartzLocksDAO.java 71 There is log block not surrounded by if
28695 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
28696 src/com/gps/hibernate/QuartzLocksDAO.java 76 Parameter 'value' is not assigned and could be declared final
28697 src/com/gps/hibernate/QuartzLocksDAO.java 76 publicMethodCommentRequirement Required
28698 src/com/gps/hibernate/QuartzLocksDAO.java 77 There is log block not surrounded by if
28699 src/com/gps/hibernate/QuartzLocksDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28700 src/com/gps/hibernate/QuartzLocksDAO.java 80 Local variable 'queryString' could be declared final
28701 src/com/gps/hibernate/QuartzLocksDAO.java 82 Local variable 'queryObject' could be declared final
28702 src/com/gps/hibernate/QuartzLocksDAO.java 82 Potential violation of Law of Demeter (method chain calls)
28703 src/com/gps/hibernate/QuartzLocksDAO.java 83 Potential violation of Law of Demeter (object not created locally)
28704 src/com/gps/hibernate/QuartzLocksDAO.java 84 Potential violation of Law of Demeter (object not created locally)
28705 src/com/gps/hibernate/QuartzLocksDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28706 src/com/gps/hibernate/QuartzLocksDAO.java 86 There is log block not surrounded by if
28707 src/com/gps/hibernate/QuartzLocksDAO.java 91 publicMethodCommentRequirement Required
28708 src/com/gps/hibernate/QuartzLocksDAO.java 92 There is log block not surrounded by if
28709 src/com/gps/hibernate/QuartzLocksDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28710 src/com/gps/hibernate/QuartzLocksDAO.java 94 Local variable 'queryString' could be declared final
28711 src/com/gps/hibernate/QuartzLocksDAO.java 95 Local variable 'queryObject' could be declared final
28712 src/com/gps/hibernate/QuartzLocksDAO.java 95 Potential violation of Law of Demeter (method chain calls)
28713 src/com/gps/hibernate/QuartzLocksDAO.java 96 Potential violation of Law of Demeter (object not created locally)
28714 src/com/gps/hibernate/QuartzLocksDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28715 src/com/gps/hibernate/QuartzLocksDAO.java 98 There is log block not surrounded by if
28716 src/com/gps/hibernate/QuartzLocksDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
28717 src/com/gps/hibernate/QuartzLocksDAO.java 103 publicMethodCommentRequirement Required
28718 src/com/gps/hibernate/QuartzLocksDAO.java 104 There is log block not surrounded by if
28719 src/com/gps/hibernate/QuartzLocksDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28720 src/com/gps/hibernate/QuartzLocksDAO.java 106 Local variable 'result' could be declared final
28721 src/com/gps/hibernate/QuartzLocksDAO.java 106 Potential violation of Law of Demeter (method chain calls)
28722 src/com/gps/hibernate/QuartzLocksDAO.java 108 There is log block not surrounded by if
28723 src/com/gps/hibernate/QuartzLocksDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28724 src/com/gps/hibernate/QuartzLocksDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28725 src/com/gps/hibernate/QuartzLocksDAO.java 111 There is log block not surrounded by if
28726 src/com/gps/hibernate/QuartzLocksDAO.java 116 Parameter 'instance' is not assigned and could be declared final
28727 src/com/gps/hibernate/QuartzLocksDAO.java 116 publicMethodCommentRequirement Required
28728 src/com/gps/hibernate/QuartzLocksDAO.java 117 There is log block not surrounded by if
28729 src/com/gps/hibernate/QuartzLocksDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28730 src/com/gps/hibernate/QuartzLocksDAO.java 119 Potential violation of Law of Demeter (method chain calls)
28731 src/com/gps/hibernate/QuartzLocksDAO.java 120 There is log block not surrounded by if
28732 src/com/gps/hibernate/QuartzLocksDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28733 src/com/gps/hibernate/QuartzLocksDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28734 src/com/gps/hibernate/QuartzLocksDAO.java 122 There is log block not surrounded by if
28735 src/com/gps/hibernate/QuartzLocksDAO.java 127 Parameter 'instance' is not assigned and could be declared final
28736 src/com/gps/hibernate/QuartzLocksDAO.java 127 publicMethodCommentRequirement Required
28737 src/com/gps/hibernate/QuartzLocksDAO.java 128 There is log block not surrounded by if
28738 src/com/gps/hibernate/QuartzLocksDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28739 src/com/gps/hibernate/QuartzLocksDAO.java 130 Potential violation of Law of Demeter (method chain calls)
28740 src/com/gps/hibernate/QuartzLocksDAO.java 131 There is log block not surrounded by if
28741 src/com/gps/hibernate/QuartzLocksDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28742 src/com/gps/hibernate/QuartzLocksDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28743 src/com/gps/hibernate/QuartzLocksDAO.java 133 There is log block not surrounded by if
28744 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 9 Classes implementing Serializable should set a serialVersionUID
28745 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 13 fieldCommentRequirement Required
28746 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 18 Document empty constructor
28747 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 22 Parameter 'triggerGroup' is not assigned and could be declared final
28748 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 28 publicMethodCommentRequirement Required
28749 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 Parameter 'triggerGroup' is not assigned and could be declared final
28750 src/com/gps/hibernate/QuartzPausedTriggerGrps.java 32 publicMethodCommentRequirement Required
28751 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 10 Comment is too large: Too many lines
28752 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Logger should be defined private static final and have the correct class
28753 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28754 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 23 fieldCommentRequirement Required
28755 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
28756 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 28 publicMethodCommentRequirement Required
28757 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 There is log block not surrounded by if
28758 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28759 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
28760 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 There is log block not surrounded by if
28761 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28762 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28763 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 34 There is log block not surrounded by if
28764 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Avoid excessively long variable names like persistentInstance
28765 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
28766 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 39 publicMethodCommentRequirement Required
28767 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 There is log block not surrounded by if
28768 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28769 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
28770 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 There is log block not surrounded by if
28771 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28772 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28773 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 45 There is log block not surrounded by if
28774 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Avoid variables with short names like id
28775 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 Parameter 'id' is not assigned and could be declared final
28776 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 50 publicMethodCommentRequirement Required
28777 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 There is log block not surrounded by if
28778 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28779 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Local variable 'instance' could be declared final
28780 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
28781 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28782 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 57 There is log block not surrounded by if
28783 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
28784 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 62 publicMethodCommentRequirement Required
28785 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 There is log block not surrounded by if
28786 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28787 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Local variable 'results' could be declared final
28788 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28789 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28790 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
28791 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 There is log block not surrounded by if
28792 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28793 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
28794 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28795 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 72 There is log block not surrounded by if
28796 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
28797 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 Parameter 'value' is not assigned and could be declared final
28798 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 77 publicMethodCommentRequirement Required
28799 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 There is log block not surrounded by if
28800 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28801 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 81 Local variable 'queryString' could be declared final
28802 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Local variable 'queryObject' could be declared final
28803 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
28804 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
28805 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
28806 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28807 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 87 There is log block not surrounded by if
28808 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 92 publicMethodCommentRequirement Required
28809 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 There is log block not surrounded by if
28810 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28811 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 95 Local variable 'queryString' could be declared final
28812 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Local variable 'queryObject' could be declared final
28813 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
28814 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
28815 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28816 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 99 There is log block not surrounded by if
28817 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 104 publicMethodCommentRequirement Required
28818 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
28819 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 There is log block not surrounded by if
28820 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28821 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Local variable 'result' could be declared final
28822 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
28823 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 There is log block not surrounded by if
28824 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28825 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28826 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 113 There is log block not surrounded by if
28827 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 Parameter 'instance' is not assigned and could be declared final
28828 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 118 publicMethodCommentRequirement Required
28829 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 There is log block not surrounded by if
28830 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28831 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 121 Potential violation of Law of Demeter (method chain calls)
28832 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 There is log block not surrounded by if
28833 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28834 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28835 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 124 There is log block not surrounded by if
28836 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 Parameter 'instance' is not assigned and could be declared final
28837 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 129 publicMethodCommentRequirement Required
28838 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 There is log block not surrounded by if
28839 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28840 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 132 Potential violation of Law of Demeter (method chain calls)
28841 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 There is log block not surrounded by if
28842 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28843 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28844 src/com/gps/hibernate/QuartzPausedTriggerGrpsDAO.java 135 There is log block not surrounded by if
28845 src/com/gps/hibernate/QuartzSchedulerState.java 9 Classes implementing Serializable should set a serialVersionUID
28846 src/com/gps/hibernate/QuartzSchedulerState.java 13 fieldCommentRequirement Required
28847 src/com/gps/hibernate/QuartzSchedulerState.java 14 fieldCommentRequirement Required
28848 src/com/gps/hibernate/QuartzSchedulerState.java 15 fieldCommentRequirement Required
28849 src/com/gps/hibernate/QuartzSchedulerState.java 20 Document empty constructor
28850 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'instanceName' is not assigned and could be declared final
28851 src/com/gps/hibernate/QuartzSchedulerState.java 24 Parameter 'lastCheckinTime' is not assigned and could be declared final
28852 src/com/gps/hibernate/QuartzSchedulerState.java 25 Parameter 'checkinInterval' is not assigned and could be declared final
28853 src/com/gps/hibernate/QuartzSchedulerState.java 33 publicMethodCommentRequirement Required
28854 src/com/gps/hibernate/QuartzSchedulerState.java 37 Parameter 'instanceName' is not assigned and could be declared final
28855 src/com/gps/hibernate/QuartzSchedulerState.java 37 publicMethodCommentRequirement Required
28856 src/com/gps/hibernate/QuartzSchedulerState.java 41 publicMethodCommentRequirement Required
28857 src/com/gps/hibernate/QuartzSchedulerState.java 45 Parameter 'lastCheckinTime' is not assigned and could be declared final
28858 src/com/gps/hibernate/QuartzSchedulerState.java 45 publicMethodCommentRequirement Required
28859 src/com/gps/hibernate/QuartzSchedulerState.java 49 publicMethodCommentRequirement Required
28860 src/com/gps/hibernate/QuartzSchedulerState.java 53 Parameter 'checkinInterval' is not assigned and could be declared final
28861 src/com/gps/hibernate/QuartzSchedulerState.java 53 publicMethodCommentRequirement Required
28862 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 10 Comment is too large: Too many lines
28863 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 22 This class has too many methods, consider refactoring it.
28864 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Logger should be defined private static final and have the correct class
28865 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28866 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 23 fieldCommentRequirement Required
28867 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 26 fieldCommentRequirement Required
28868 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 27 fieldCommentRequirement Required
28869 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
28870 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 29 publicMethodCommentRequirement Required
28871 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 There is log block not surrounded by if
28872 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28873 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 32 Potential violation of Law of Demeter (method chain calls)
28874 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 There is log block not surrounded by if
28875 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28876 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28877 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 35 There is log block not surrounded by if
28878 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Avoid excessively long variable names like persistentInstance
28879 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
28880 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 40 publicMethodCommentRequirement Required
28881 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 There is log block not surrounded by if
28882 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28883 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 43 Potential violation of Law of Demeter (method chain calls)
28884 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 There is log block not surrounded by if
28885 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28886 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28887 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 46 There is log block not surrounded by if
28888 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Avoid variables with short names like id
28889 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 Parameter 'id' is not assigned and could be declared final
28890 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 51 publicMethodCommentRequirement Required
28891 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 There is log block not surrounded by if
28892 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28893 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Local variable 'instance' could be declared final
28894 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 54 Potential violation of Law of Demeter (method chain calls)
28895 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28896 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 58 There is log block not surrounded by if
28897 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 Parameter 'instance' is not assigned and could be declared final
28898 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 63 publicMethodCommentRequirement Required
28899 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 There is log block not surrounded by if
28900 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28901 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Local variable 'results' could be declared final
28902 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
28903 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
28904 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 66 Potential violation of Law of Demeter (method chain calls)
28905 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 There is log block not surrounded by if
28906 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28907 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 70 Potential violation of Law of Demeter (object not created locally)
28908 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28909 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 73 There is log block not surrounded by if
28910 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
28911 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 Parameter 'value' is not assigned and could be declared final
28912 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 78 publicMethodCommentRequirement Required
28913 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 There is log block not surrounded by if
28914 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28915 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 82 Local variable 'queryString' could be declared final
28916 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Local variable 'queryObject' could be declared final
28917 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 84 Potential violation of Law of Demeter (method chain calls)
28918 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 85 Potential violation of Law of Demeter (object not created locally)
28919 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 86 Potential violation of Law of Demeter (object not created locally)
28920 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28921 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 88 There is log block not surrounded by if
28922 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 Parameter 'lastCheckinTime' is not assigned and could be declared final
28923 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 93 publicMethodCommentRequirement Required
28924 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 Parameter 'checkinInterval' is not assigned and could be declared final
28925 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 97 publicMethodCommentRequirement Required
28926 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 101 publicMethodCommentRequirement Required
28927 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 There is log block not surrounded by if
28928 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28929 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 104 Local variable 'queryString' could be declared final
28930 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Local variable 'queryObject' could be declared final
28931 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 105 Potential violation of Law of Demeter (method chain calls)
28932 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 106 Potential violation of Law of Demeter (object not created locally)
28933 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28934 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 108 There is log block not surrounded by if
28935 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
28936 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 113 publicMethodCommentRequirement Required
28937 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 There is log block not surrounded by if
28938 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28939 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Local variable 'result' could be declared final
28940 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 116 Potential violation of Law of Demeter (method chain calls)
28941 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 There is log block not surrounded by if
28942 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28943 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28944 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 121 There is log block not surrounded by if
28945 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 Parameter 'instance' is not assigned and could be declared final
28946 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 126 publicMethodCommentRequirement Required
28947 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 There is log block not surrounded by if
28948 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28949 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 129 Potential violation of Law of Demeter (method chain calls)
28950 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 There is log block not surrounded by if
28951 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28952 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28953 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 132 There is log block not surrounded by if
28954 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 Parameter 'instance' is not assigned and could be declared final
28955 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 137 publicMethodCommentRequirement Required
28956 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 There is log block not surrounded by if
28957 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28958 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 140 Potential violation of Law of Demeter (method chain calls)
28959 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 There is log block not surrounded by if
28960 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
28961 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
28962 src/com/gps/hibernate/QuartzSchedulerStateDAO.java 143 There is log block not surrounded by if
28963 src/com/gps/hibernate/QuartzSimpleTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
28964 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 Avoid variables with short names like id
28965 src/com/gps/hibernate/QuartzSimpleTriggers.java 13 fieldCommentRequirement Required
28966 src/com/gps/hibernate/QuartzSimpleTriggers.java 14 fieldCommentRequirement Required
28967 src/com/gps/hibernate/QuartzSimpleTriggers.java 15 fieldCommentRequirement Required
28968 src/com/gps/hibernate/QuartzSimpleTriggers.java 16 fieldCommentRequirement Required
28969 src/com/gps/hibernate/QuartzSimpleTriggers.java 21 Document empty constructor
28970 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Avoid variables with short names like id
28971 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'id' is not assigned and could be declared final
28972 src/com/gps/hibernate/QuartzSimpleTriggers.java 25 Parameter 'repeatCount' is not assigned and could be declared final
28973 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'repeatInterval' is not assigned and could be declared final
28974 src/com/gps/hibernate/QuartzSimpleTriggers.java 26 Parameter 'timesTriggered' is not assigned and could be declared final
28975 src/com/gps/hibernate/QuartzSimpleTriggers.java 35 publicMethodCommentRequirement Required
28976 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Avoid variables with short names like id
28977 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 Parameter 'id' is not assigned and could be declared final
28978 src/com/gps/hibernate/QuartzSimpleTriggers.java 39 publicMethodCommentRequirement Required
28979 src/com/gps/hibernate/QuartzSimpleTriggers.java 43 publicMethodCommentRequirement Required
28980 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 Parameter 'repeatCount' is not assigned and could be declared final
28981 src/com/gps/hibernate/QuartzSimpleTriggers.java 47 publicMethodCommentRequirement Required
28982 src/com/gps/hibernate/QuartzSimpleTriggers.java 51 publicMethodCommentRequirement Required
28983 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 Parameter 'repeatInterval' is not assigned and could be declared final
28984 src/com/gps/hibernate/QuartzSimpleTriggers.java 55 publicMethodCommentRequirement Required
28985 src/com/gps/hibernate/QuartzSimpleTriggers.java 59 publicMethodCommentRequirement Required
28986 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 Parameter 'timesTriggered' is not assigned and could be declared final
28987 src/com/gps/hibernate/QuartzSimpleTriggers.java 63 publicMethodCommentRequirement Required
28988 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 10 Comment is too large: Too many lines
28989 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 22 This class has too many methods, consider refactoring it.
28990 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Logger should be defined private static final and have the correct class
28991 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
28992 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 23 fieldCommentRequirement Required
28993 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 26 fieldCommentRequirement Required
28994 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 27 fieldCommentRequirement Required
28995 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 28 fieldCommentRequirement Required
28996 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
28997 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 30 publicMethodCommentRequirement Required
28998 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 There is log block not surrounded by if
28999 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29000 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 33 Potential violation of Law of Demeter (method chain calls)
29001 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 There is log block not surrounded by if
29002 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29003 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29004 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 36 There is log block not surrounded by if
29005 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Avoid excessively long variable names like persistentInstance
29006 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
29007 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 41 publicMethodCommentRequirement Required
29008 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 There is log block not surrounded by if
29009 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29010 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 44 Potential violation of Law of Demeter (method chain calls)
29011 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 There is log block not surrounded by if
29012 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29013 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29014 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 47 There is log block not surrounded by if
29015 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 52 publicMethodCommentRequirement Required
29016 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Avoid variables with short names like id
29017 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 53 Parameter 'id' is not assigned and could be declared final
29018 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 There is log block not surrounded by if
29019 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29020 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Local variable 'instance' could be declared final
29021 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 56 Potential violation of Law of Demeter (method chain calls)
29022 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29023 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 60 There is log block not surrounded by if
29024 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 Parameter 'instance' is not assigned and could be declared final
29025 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 65 publicMethodCommentRequirement Required
29026 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 There is log block not surrounded by if
29027 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29028 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Local variable 'results' could be declared final
29029 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29030 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29031 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29032 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 There is log block not surrounded by if
29033 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29034 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 72 Potential violation of Law of Demeter (object not created locally)
29035 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29036 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 75 There is log block not surrounded by if
29037 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
29038 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 Parameter 'value' is not assigned and could be declared final
29039 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 80 publicMethodCommentRequirement Required
29040 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 There is log block not surrounded by if
29041 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29042 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 84 Local variable 'queryString' could be declared final
29043 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Local variable 'queryObject' could be declared final
29044 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 86 Potential violation of Law of Demeter (method chain calls)
29045 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 87 Potential violation of Law of Demeter (object not created locally)
29046 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 88 Potential violation of Law of Demeter (object not created locally)
29047 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29048 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 90 There is log block not surrounded by if
29049 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 Parameter 'repeatCount' is not assigned and could be declared final
29050 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 95 publicMethodCommentRequirement Required
29051 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 Parameter 'repeatInterval' is not assigned and could be declared final
29052 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 99 publicMethodCommentRequirement Required
29053 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 Parameter 'timesTriggered' is not assigned and could be declared final
29054 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 103 publicMethodCommentRequirement Required
29055 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 107 publicMethodCommentRequirement Required
29056 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 There is log block not surrounded by if
29057 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29058 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 110 Local variable 'queryString' could be declared final
29059 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Local variable 'queryObject' could be declared final
29060 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 111 Potential violation of Law of Demeter (method chain calls)
29061 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 112 Potential violation of Law of Demeter (object not created locally)
29062 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 113 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29063 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 114 There is log block not surrounded by if
29064 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 Parameter 'detachedInstance' is not assigned and could be declared final
29065 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 119 publicMethodCommentRequirement Required
29066 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 There is log block not surrounded by if
29067 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29068 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Local variable 'result' could be declared final
29069 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 122 Potential violation of Law of Demeter (method chain calls)
29070 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 There is log block not surrounded by if
29071 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29072 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29073 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 127 There is log block not surrounded by if
29074 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 Parameter 'instance' is not assigned and could be declared final
29075 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 132 publicMethodCommentRequirement Required
29076 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 There is log block not surrounded by if
29077 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29078 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 135 Potential violation of Law of Demeter (method chain calls)
29079 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 There is log block not surrounded by if
29080 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29081 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29082 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 138 There is log block not surrounded by if
29083 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 Parameter 'instance' is not assigned and could be declared final
29084 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 143 publicMethodCommentRequirement Required
29085 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 There is log block not surrounded by if
29086 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29087 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 146 Potential violation of Law of Demeter (method chain calls)
29088 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 There is log block not surrounded by if
29089 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29090 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29091 src/com/gps/hibernate/QuartzSimpleTriggersDAO.java 149 There is log block not surrounded by if
29092 src/com/gps/hibernate/QuartzSimpleTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
29093 src/com/gps/hibernate/QuartzSimpleTriggersId.java 13 fieldCommentRequirement Required
29094 src/com/gps/hibernate/QuartzSimpleTriggersId.java 14 fieldCommentRequirement Required
29095 src/com/gps/hibernate/QuartzSimpleTriggersId.java 19 Document empty constructor
29096 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
29097 src/com/gps/hibernate/QuartzSimpleTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
29098 src/com/gps/hibernate/QuartzSimpleTriggersId.java 30 publicMethodCommentRequirement Required
29099 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
29100 src/com/gps/hibernate/QuartzSimpleTriggersId.java 34 publicMethodCommentRequirement Required
29101 src/com/gps/hibernate/QuartzSimpleTriggersId.java 38 publicMethodCommentRequirement Required
29102 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
29103 src/com/gps/hibernate/QuartzSimpleTriggersId.java 42 publicMethodCommentRequirement Required
29104 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
29105 src/com/gps/hibernate/QuartzSimpleTriggersId.java 46 publicMethodCommentRequirement Required
29106 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Avoid using if statements without curly braces
29107 src/com/gps/hibernate/QuartzSimpleTriggersId.java 47 Useless parentheses.
29108 src/com/gps/hibernate/QuartzSimpleTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
29109 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Avoid using if statements without curly braces
29110 src/com/gps/hibernate/QuartzSimpleTriggersId.java 49 Useless parentheses.
29111 src/com/gps/hibernate/QuartzSimpleTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
29112 src/com/gps/hibernate/QuartzSimpleTriggersId.java 51 Avoid using if statements without curly braces
29113 src/com/gps/hibernate/QuartzSimpleTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
29114 src/com/gps/hibernate/QuartzSimpleTriggersId.java 53 Local variable 'castOther' could be declared final
29115 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
29116 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
29117 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
29118 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
29119 src/com/gps/hibernate/QuartzSimpleTriggersId.java 55 Useless parentheses.
29120 src/com/gps/hibernate/QuartzSimpleTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
29121 src/com/gps/hibernate/QuartzSimpleTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
29122 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
29123 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
29124 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
29125 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
29126 src/com/gps/hibernate/QuartzSimpleTriggersId.java 59 Useless parentheses.
29127 src/com/gps/hibernate/QuartzSimpleTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
29128 src/com/gps/hibernate/QuartzSimpleTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
29129 src/com/gps/hibernate/QuartzSimpleTriggersId.java 65 publicMethodCommentRequirement Required
29130 src/com/gps/hibernate/QuartzSimpleTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
29131 src/com/gps/hibernate/QuartzTriggerListeners.java 9 Classes implementing Serializable should set a serialVersionUID
29132 src/com/gps/hibernate/QuartzTriggerListeners.java 13 Avoid variables with short names like id
29133 src/com/gps/hibernate/QuartzTriggerListeners.java 13 fieldCommentRequirement Required
29134 src/com/gps/hibernate/QuartzTriggerListeners.java 18 Document empty constructor
29135 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Avoid variables with short names like id
29136 src/com/gps/hibernate/QuartzTriggerListeners.java 22 Parameter 'id' is not assigned and could be declared final
29137 src/com/gps/hibernate/QuartzTriggerListeners.java 28 publicMethodCommentRequirement Required
29138 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Avoid variables with short names like id
29139 src/com/gps/hibernate/QuartzTriggerListeners.java 32 Parameter 'id' is not assigned and could be declared final
29140 src/com/gps/hibernate/QuartzTriggerListeners.java 32 publicMethodCommentRequirement Required
29141 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 10 Comment is too large: Too many lines
29142 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Logger should be defined private static final and have the correct class
29143 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
29144 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 23 fieldCommentRequirement Required
29145 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
29146 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 28 publicMethodCommentRequirement Required
29147 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 There is log block not surrounded by if
29148 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29149 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 31 Potential violation of Law of Demeter (method chain calls)
29150 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 There is log block not surrounded by if
29151 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29152 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29153 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 34 There is log block not surrounded by if
29154 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Avoid excessively long variable names like persistentInstance
29155 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
29156 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 39 publicMethodCommentRequirement Required
29157 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 There is log block not surrounded by if
29158 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29159 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 42 Potential violation of Law of Demeter (method chain calls)
29160 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 There is log block not surrounded by if
29161 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29162 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29163 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 45 There is log block not surrounded by if
29164 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 50 publicMethodCommentRequirement Required
29165 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Avoid variables with short names like id
29166 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 51 Parameter 'id' is not assigned and could be declared final
29167 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 There is log block not surrounded by if
29168 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29169 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Local variable 'instance' could be declared final
29170 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
29171 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29172 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 58 There is log block not surrounded by if
29173 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 Parameter 'instance' is not assigned and could be declared final
29174 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 63 publicMethodCommentRequirement Required
29175 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 There is log block not surrounded by if
29176 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29177 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Local variable 'results' could be declared final
29178 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
29179 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
29180 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 66 Potential violation of Law of Demeter (method chain calls)
29181 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 There is log block not surrounded by if
29182 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29183 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 70 Potential violation of Law of Demeter (object not created locally)
29184 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29185 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 73 There is log block not surrounded by if
29186 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
29187 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 Parameter 'value' is not assigned and could be declared final
29188 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 78 publicMethodCommentRequirement Required
29189 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 There is log block not surrounded by if
29190 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29191 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 82 Local variable 'queryString' could be declared final
29192 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Local variable 'queryObject' could be declared final
29193 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 84 Potential violation of Law of Demeter (method chain calls)
29194 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 85 Potential violation of Law of Demeter (object not created locally)
29195 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 86 Potential violation of Law of Demeter (object not created locally)
29196 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29197 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 88 There is log block not surrounded by if
29198 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 93 publicMethodCommentRequirement Required
29199 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 There is log block not surrounded by if
29200 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29201 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 96 Local variable 'queryString' could be declared final
29202 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Local variable 'queryObject' could be declared final
29203 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 97 Potential violation of Law of Demeter (method chain calls)
29204 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 98 Potential violation of Law of Demeter (object not created locally)
29205 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29206 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 100 There is log block not surrounded by if
29207 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
29208 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 105 publicMethodCommentRequirement Required
29209 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 There is log block not surrounded by if
29210 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29211 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Local variable 'result' could be declared final
29212 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 108 Potential violation of Law of Demeter (method chain calls)
29213 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 There is log block not surrounded by if
29214 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29215 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29216 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 113 There is log block not surrounded by if
29217 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 Parameter 'instance' is not assigned and could be declared final
29218 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 118 publicMethodCommentRequirement Required
29219 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 There is log block not surrounded by if
29220 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29221 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 121 Potential violation of Law of Demeter (method chain calls)
29222 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 There is log block not surrounded by if
29223 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29224 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29225 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 124 There is log block not surrounded by if
29226 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 Parameter 'instance' is not assigned and could be declared final
29227 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 129 publicMethodCommentRequirement Required
29228 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 There is log block not surrounded by if
29229 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29230 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 132 Potential violation of Law of Demeter (method chain calls)
29231 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 There is log block not surrounded by if
29232 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29233 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29234 src/com/gps/hibernate/QuartzTriggerListenersDAO.java 135 There is log block not surrounded by if
29235 src/com/gps/hibernate/QuartzTriggerListenersId.java 9 Classes implementing Serializable should set a serialVersionUID
29236 src/com/gps/hibernate/QuartzTriggerListenersId.java 13 fieldCommentRequirement Required
29237 src/com/gps/hibernate/QuartzTriggerListenersId.java 14 fieldCommentRequirement Required
29238 src/com/gps/hibernate/QuartzTriggerListenersId.java 15 fieldCommentRequirement Required
29239 src/com/gps/hibernate/QuartzTriggerListenersId.java 20 Document empty constructor
29240 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerGroup' is not assigned and could be declared final
29241 src/com/gps/hibernate/QuartzTriggerListenersId.java 24 Parameter 'triggerName' is not assigned and could be declared final
29242 src/com/gps/hibernate/QuartzTriggerListenersId.java 25 Parameter 'triggerListener' is not assigned and could be declared final
29243 src/com/gps/hibernate/QuartzTriggerListenersId.java 33 publicMethodCommentRequirement Required
29244 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 Parameter 'triggerName' is not assigned and could be declared final
29245 src/com/gps/hibernate/QuartzTriggerListenersId.java 37 publicMethodCommentRequirement Required
29246 src/com/gps/hibernate/QuartzTriggerListenersId.java 41 publicMethodCommentRequirement Required
29247 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 Parameter 'triggerGroup' is not assigned and could be declared final
29248 src/com/gps/hibernate/QuartzTriggerListenersId.java 45 publicMethodCommentRequirement Required
29249 src/com/gps/hibernate/QuartzTriggerListenersId.java 49 publicMethodCommentRequirement Required
29250 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 Parameter 'triggerListener' is not assigned and could be declared final
29251 src/com/gps/hibernate/QuartzTriggerListenersId.java 53 publicMethodCommentRequirement Required
29252 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 Parameter 'other' is not assigned and could be declared final
29253 src/com/gps/hibernate/QuartzTriggerListenersId.java 57 publicMethodCommentRequirement Required
29254 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Avoid using if statements without curly braces
29255 src/com/gps/hibernate/QuartzTriggerListenersId.java 58 Useless parentheses.
29256 src/com/gps/hibernate/QuartzTriggerListenersId.java 59 A method should have only one exit point, and that should be the last statement in the method
29257 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Avoid using if statements without curly braces
29258 src/com/gps/hibernate/QuartzTriggerListenersId.java 60 Useless parentheses.
29259 src/com/gps/hibernate/QuartzTriggerListenersId.java 61 A method should have only one exit point, and that should be the last statement in the method
29260 src/com/gps/hibernate/QuartzTriggerListenersId.java 62 Avoid using if statements without curly braces
29261 src/com/gps/hibernate/QuartzTriggerListenersId.java 63 A method should have only one exit point, and that should be the last statement in the method
29262 src/com/gps/hibernate/QuartzTriggerListenersId.java 64 Local variable 'castOther' could be declared final
29263 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (method chain calls)
29264 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
29265 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Potential violation of Law of Demeter (object not created locally)
29266 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
29267 src/com/gps/hibernate/QuartzTriggerListenersId.java 66 Useless parentheses.
29268 src/com/gps/hibernate/QuartzTriggerListenersId.java 68 Potential violation of Law of Demeter (object not created locally)
29269 src/com/gps/hibernate/QuartzTriggerListenersId.java 69 Potential violation of Law of Demeter (object not created locally)
29270 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (method chain calls)
29271 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
29272 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Potential violation of Law of Demeter (object not created locally)
29273 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
29274 src/com/gps/hibernate/QuartzTriggerListenersId.java 70 Useless parentheses.
29275 src/com/gps/hibernate/QuartzTriggerListenersId.java 72 Potential violation of Law of Demeter (object not created locally)
29276 src/com/gps/hibernate/QuartzTriggerListenersId.java 73 Potential violation of Law of Demeter (object not created locally)
29277 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (method chain calls)
29278 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
29279 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Potential violation of Law of Demeter (object not created locally)
29280 src/com/gps/hibernate/QuartzTriggerListenersId.java 74 Useless parentheses.
29281 src/com/gps/hibernate/QuartzTriggerListenersId.java 75 Useless parentheses.
29282 src/com/gps/hibernate/QuartzTriggerListenersId.java 76 Potential violation of Law of Demeter (object not created locally)
29283 src/com/gps/hibernate/QuartzTriggerListenersId.java 78 Potential violation of Law of Demeter (object not created locally)
29284 src/com/gps/hibernate/QuartzTriggerListenersId.java 81 publicMethodCommentRequirement Required
29285 src/com/gps/hibernate/QuartzTriggerListenersId.java 82 Found 'DD'-anomaly for variable 'result' (lines '82'-'84').
29286 src/com/gps/hibernate/QuartzTriggers.java 9 Classes implementing Serializable should set a serialVersionUID
29287 src/com/gps/hibernate/QuartzTriggers.java 13 Avoid variables with short names like id
29288 src/com/gps/hibernate/QuartzTriggers.java 13 fieldCommentRequirement Required
29289 src/com/gps/hibernate/QuartzTriggers.java 14 fieldCommentRequirement Required
29290 src/com/gps/hibernate/QuartzTriggers.java 15 fieldCommentRequirement Required
29291 src/com/gps/hibernate/QuartzTriggers.java 16 fieldCommentRequirement Required
29292 src/com/gps/hibernate/QuartzTriggers.java 17 fieldCommentRequirement Required
29293 src/com/gps/hibernate/QuartzTriggers.java 18 fieldCommentRequirement Required
29294 src/com/gps/hibernate/QuartzTriggers.java 19 fieldCommentRequirement Required
29295 src/com/gps/hibernate/QuartzTriggers.java 20 fieldCommentRequirement Required
29296 src/com/gps/hibernate/QuartzTriggers.java 21 fieldCommentRequirement Required
29297 src/com/gps/hibernate/QuartzTriggers.java 22 fieldCommentRequirement Required
29298 src/com/gps/hibernate/QuartzTriggers.java 23 fieldCommentRequirement Required
29299 src/com/gps/hibernate/QuartzTriggers.java 24 fieldCommentRequirement Required
29300 src/com/gps/hibernate/QuartzTriggers.java 25 fieldCommentRequirement Required
29301 src/com/gps/hibernate/QuartzTriggers.java 26 fieldCommentRequirement Required
29302 src/com/gps/hibernate/QuartzTriggers.java 27 fieldCommentRequirement Required
29303 src/com/gps/hibernate/QuartzTriggers.java 32 Document empty constructor
29304 src/com/gps/hibernate/QuartzTriggers.java 36 Avoid variables with short names like id
29305 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'id' is not assigned and could be declared final
29306 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobGroup' is not assigned and could be declared final
29307 src/com/gps/hibernate/QuartzTriggers.java 36 Parameter 'jobName' is not assigned and could be declared final
29308 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'isVolatile' is not assigned and could be declared final
29309 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerState' is not assigned and could be declared final
29310 src/com/gps/hibernate/QuartzTriggers.java 37 Parameter 'triggerType' is not assigned and could be declared final
29311 src/com/gps/hibernate/QuartzTriggers.java 38 Parameter 'startTime' is not assigned and could be declared final
29312 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid long parameter lists.
29313 src/com/gps/hibernate/QuartzTriggers.java 49 Avoid variables with short names like id
29314 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'id' is not assigned and could be declared final
29315 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobGroup' is not assigned and could be declared final
29316 src/com/gps/hibernate/QuartzTriggers.java 49 Parameter 'jobName' is not assigned and could be declared final
29317 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'description' is not assigned and could be declared final
29318 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'isVolatile' is not assigned and could be declared final
29319 src/com/gps/hibernate/QuartzTriggers.java 50 Parameter 'nextFireTime' is not assigned and could be declared final
29320 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'prevFireTime' is not assigned and could be declared final
29321 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'priority' is not assigned and could be declared final
29322 src/com/gps/hibernate/QuartzTriggers.java 51 Parameter 'triggerState' is not assigned and could be declared final
29323 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'endTime' is not assigned and could be declared final
29324 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'startTime' is not assigned and could be declared final
29325 src/com/gps/hibernate/QuartzTriggers.java 52 Parameter 'triggerType' is not assigned and could be declared final
29326 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'calendarName' is not assigned and could be declared final
29327 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'jobData' is not assigned and could be declared final
29328 src/com/gps/hibernate/QuartzTriggers.java 53 Parameter 'misfireInstr' is not assigned and could be declared final
29329 src/com/gps/hibernate/QuartzTriggers.java 73 publicMethodCommentRequirement Required
29330 src/com/gps/hibernate/QuartzTriggers.java 77 Avoid variables with short names like id
29331 src/com/gps/hibernate/QuartzTriggers.java 77 Parameter 'id' is not assigned and could be declared final
29332 src/com/gps/hibernate/QuartzTriggers.java 77 publicMethodCommentRequirement Required
29333 src/com/gps/hibernate/QuartzTriggers.java 81 publicMethodCommentRequirement Required
29334 src/com/gps/hibernate/QuartzTriggers.java 85 Parameter 'jobName' is not assigned and could be declared final
29335 src/com/gps/hibernate/QuartzTriggers.java 85 publicMethodCommentRequirement Required
29336 src/com/gps/hibernate/QuartzTriggers.java 89 publicMethodCommentRequirement Required
29337 src/com/gps/hibernate/QuartzTriggers.java 93 Parameter 'jobGroup' is not assigned and could be declared final
29338 src/com/gps/hibernate/QuartzTriggers.java 93 publicMethodCommentRequirement Required
29339 src/com/gps/hibernate/QuartzTriggers.java 97 publicMethodCommentRequirement Required
29340 src/com/gps/hibernate/QuartzTriggers.java 101 Parameter 'isVolatile' is not assigned and could be declared final
29341 src/com/gps/hibernate/QuartzTriggers.java 101 publicMethodCommentRequirement Required
29342 src/com/gps/hibernate/QuartzTriggers.java 105 publicMethodCommentRequirement Required
29343 src/com/gps/hibernate/QuartzTriggers.java 109 Parameter 'description' is not assigned and could be declared final
29344 src/com/gps/hibernate/QuartzTriggers.java 109 publicMethodCommentRequirement Required
29345 src/com/gps/hibernate/QuartzTriggers.java 113 publicMethodCommentRequirement Required
29346 src/com/gps/hibernate/QuartzTriggers.java 117 Parameter 'nextFireTime' is not assigned and could be declared final
29347 src/com/gps/hibernate/QuartzTriggers.java 117 publicMethodCommentRequirement Required
29348 src/com/gps/hibernate/QuartzTriggers.java 121 publicMethodCommentRequirement Required
29349 src/com/gps/hibernate/QuartzTriggers.java 125 Parameter 'prevFireTime' is not assigned and could be declared final
29350 src/com/gps/hibernate/QuartzTriggers.java 125 publicMethodCommentRequirement Required
29351 src/com/gps/hibernate/QuartzTriggers.java 129 publicMethodCommentRequirement Required
29352 src/com/gps/hibernate/QuartzTriggers.java 133 Parameter 'priority' is not assigned and could be declared final
29353 src/com/gps/hibernate/QuartzTriggers.java 133 publicMethodCommentRequirement Required
29354 src/com/gps/hibernate/QuartzTriggers.java 137 publicMethodCommentRequirement Required
29355 src/com/gps/hibernate/QuartzTriggers.java 141 Parameter 'triggerState' is not assigned and could be declared final
29356 src/com/gps/hibernate/QuartzTriggers.java 141 publicMethodCommentRequirement Required
29357 src/com/gps/hibernate/QuartzTriggers.java 145 publicMethodCommentRequirement Required
29358 src/com/gps/hibernate/QuartzTriggers.java 149 Parameter 'triggerType' is not assigned and could be declared final
29359 src/com/gps/hibernate/QuartzTriggers.java 149 publicMethodCommentRequirement Required
29360 src/com/gps/hibernate/QuartzTriggers.java 153 publicMethodCommentRequirement Required
29361 src/com/gps/hibernate/QuartzTriggers.java 157 Parameter 'startTime' is not assigned and could be declared final
29362 src/com/gps/hibernate/QuartzTriggers.java 157 publicMethodCommentRequirement Required
29363 src/com/gps/hibernate/QuartzTriggers.java 161 publicMethodCommentRequirement Required
29364 src/com/gps/hibernate/QuartzTriggers.java 165 Parameter 'endTime' is not assigned and could be declared final
29365 src/com/gps/hibernate/QuartzTriggers.java 165 publicMethodCommentRequirement Required
29366 src/com/gps/hibernate/QuartzTriggers.java 169 publicMethodCommentRequirement Required
29367 src/com/gps/hibernate/QuartzTriggers.java 173 Parameter 'calendarName' is not assigned and could be declared final
29368 src/com/gps/hibernate/QuartzTriggers.java 173 publicMethodCommentRequirement Required
29369 src/com/gps/hibernate/QuartzTriggers.java 177 publicMethodCommentRequirement Required
29370 src/com/gps/hibernate/QuartzTriggers.java 181 Parameter 'misfireInstr' is not assigned and could be declared final
29371 src/com/gps/hibernate/QuartzTriggers.java 181 publicMethodCommentRequirement Required
29372 src/com/gps/hibernate/QuartzTriggers.java 185 publicMethodCommentRequirement Required
29373 src/com/gps/hibernate/QuartzTriggers.java 189 Parameter 'jobData' is not assigned and could be declared final
29374 src/com/gps/hibernate/QuartzTriggers.java 189 publicMethodCommentRequirement Required
29375 src/com/gps/hibernate/QuartzTriggersDAO.java 10 Comment is too large: Too many lines
29376 src/com/gps/hibernate/QuartzTriggersDAO.java 22 This class has too many methods, consider refactoring it.
29377 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Logger should be defined private static final and have the correct class
29378 src/com/gps/hibernate/QuartzTriggersDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
29379 src/com/gps/hibernate/QuartzTriggersDAO.java 23 fieldCommentRequirement Required
29380 src/com/gps/hibernate/QuartzTriggersDAO.java 25 fieldCommentRequirement Required
29381 src/com/gps/hibernate/QuartzTriggersDAO.java 26 fieldCommentRequirement Required
29382 src/com/gps/hibernate/QuartzTriggersDAO.java 27 fieldCommentRequirement Required
29383 src/com/gps/hibernate/QuartzTriggersDAO.java 28 fieldCommentRequirement Required
29384 src/com/gps/hibernate/QuartzTriggersDAO.java 29 fieldCommentRequirement Required
29385 src/com/gps/hibernate/QuartzTriggersDAO.java 30 fieldCommentRequirement Required
29386 src/com/gps/hibernate/QuartzTriggersDAO.java 31 fieldCommentRequirement Required
29387 src/com/gps/hibernate/QuartzTriggersDAO.java 32 fieldCommentRequirement Required
29388 src/com/gps/hibernate/QuartzTriggersDAO.java 33 fieldCommentRequirement Required
29389 src/com/gps/hibernate/QuartzTriggersDAO.java 34 fieldCommentRequirement Required
29390 src/com/gps/hibernate/QuartzTriggersDAO.java 35 fieldCommentRequirement Required
29391 src/com/gps/hibernate/QuartzTriggersDAO.java 36 fieldCommentRequirement Required
29392 src/com/gps/hibernate/QuartzTriggersDAO.java 37 fieldCommentRequirement Required
29393 src/com/gps/hibernate/QuartzTriggersDAO.java 38 fieldCommentRequirement Required
29394 src/com/gps/hibernate/QuartzTriggersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
29395 src/com/gps/hibernate/QuartzTriggersDAO.java 40 publicMethodCommentRequirement Required
29396 src/com/gps/hibernate/QuartzTriggersDAO.java 41 There is log block not surrounded by if
29397 src/com/gps/hibernate/QuartzTriggersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29398 src/com/gps/hibernate/QuartzTriggersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
29399 src/com/gps/hibernate/QuartzTriggersDAO.java 44 There is log block not surrounded by if
29400 src/com/gps/hibernate/QuartzTriggersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29401 src/com/gps/hibernate/QuartzTriggersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29402 src/com/gps/hibernate/QuartzTriggersDAO.java 46 There is log block not surrounded by if
29403 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Avoid excessively long variable names like persistentInstance
29404 src/com/gps/hibernate/QuartzTriggersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
29405 src/com/gps/hibernate/QuartzTriggersDAO.java 51 publicMethodCommentRequirement Required
29406 src/com/gps/hibernate/QuartzTriggersDAO.java 52 There is log block not surrounded by if
29407 src/com/gps/hibernate/QuartzTriggersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29408 src/com/gps/hibernate/QuartzTriggersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
29409 src/com/gps/hibernate/QuartzTriggersDAO.java 55 There is log block not surrounded by if
29410 src/com/gps/hibernate/QuartzTriggersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29411 src/com/gps/hibernate/QuartzTriggersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29412 src/com/gps/hibernate/QuartzTriggersDAO.java 57 There is log block not surrounded by if
29413 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Avoid variables with short names like id
29414 src/com/gps/hibernate/QuartzTriggersDAO.java 62 Parameter 'id' is not assigned and could be declared final
29415 src/com/gps/hibernate/QuartzTriggersDAO.java 62 publicMethodCommentRequirement Required
29416 src/com/gps/hibernate/QuartzTriggersDAO.java 63 There is log block not surrounded by if
29417 src/com/gps/hibernate/QuartzTriggersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29418 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Local variable 'instance' could be declared final
29419 src/com/gps/hibernate/QuartzTriggersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
29420 src/com/gps/hibernate/QuartzTriggersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29421 src/com/gps/hibernate/QuartzTriggersDAO.java 69 There is log block not surrounded by if
29422 src/com/gps/hibernate/QuartzTriggersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
29423 src/com/gps/hibernate/QuartzTriggersDAO.java 74 publicMethodCommentRequirement Required
29424 src/com/gps/hibernate/QuartzTriggersDAO.java 75 There is log block not surrounded by if
29425 src/com/gps/hibernate/QuartzTriggersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29426 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Local variable 'results' could be declared final
29427 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
29428 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
29429 src/com/gps/hibernate/QuartzTriggersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
29430 src/com/gps/hibernate/QuartzTriggersDAO.java 80 There is log block not surrounded by if
29431 src/com/gps/hibernate/QuartzTriggersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29432 src/com/gps/hibernate/QuartzTriggersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
29433 src/com/gps/hibernate/QuartzTriggersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29434 src/com/gps/hibernate/QuartzTriggersDAO.java 84 There is log block not surrounded by if
29435 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
29436 src/com/gps/hibernate/QuartzTriggersDAO.java 89 Parameter 'value' is not assigned and could be declared final
29437 src/com/gps/hibernate/QuartzTriggersDAO.java 89 publicMethodCommentRequirement Required
29438 src/com/gps/hibernate/QuartzTriggersDAO.java 90 There is log block not surrounded by if
29439 src/com/gps/hibernate/QuartzTriggersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29440 src/com/gps/hibernate/QuartzTriggersDAO.java 93 Local variable 'queryString' could be declared final
29441 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Local variable 'queryObject' could be declared final
29442 src/com/gps/hibernate/QuartzTriggersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
29443 src/com/gps/hibernate/QuartzTriggersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
29444 src/com/gps/hibernate/QuartzTriggersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
29445 src/com/gps/hibernate/QuartzTriggersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29446 src/com/gps/hibernate/QuartzTriggersDAO.java 99 There is log block not surrounded by if
29447 src/com/gps/hibernate/QuartzTriggersDAO.java 104 Parameter 'jobName' is not assigned and could be declared final
29448 src/com/gps/hibernate/QuartzTriggersDAO.java 104 publicMethodCommentRequirement Required
29449 src/com/gps/hibernate/QuartzTriggersDAO.java 108 Parameter 'jobGroup' is not assigned and could be declared final
29450 src/com/gps/hibernate/QuartzTriggersDAO.java 108 publicMethodCommentRequirement Required
29451 src/com/gps/hibernate/QuartzTriggersDAO.java 112 Parameter 'isVolatile' is not assigned and could be declared final
29452 src/com/gps/hibernate/QuartzTriggersDAO.java 112 publicMethodCommentRequirement Required
29453 src/com/gps/hibernate/QuartzTriggersDAO.java 116 Parameter 'description' is not assigned and could be declared final
29454 src/com/gps/hibernate/QuartzTriggersDAO.java 116 publicMethodCommentRequirement Required
29455 src/com/gps/hibernate/QuartzTriggersDAO.java 120 Parameter 'nextFireTime' is not assigned and could be declared final
29456 src/com/gps/hibernate/QuartzTriggersDAO.java 120 publicMethodCommentRequirement Required
29457 src/com/gps/hibernate/QuartzTriggersDAO.java 124 Parameter 'prevFireTime' is not assigned and could be declared final
29458 src/com/gps/hibernate/QuartzTriggersDAO.java 124 publicMethodCommentRequirement Required
29459 src/com/gps/hibernate/QuartzTriggersDAO.java 128 Parameter 'priority' is not assigned and could be declared final
29460 src/com/gps/hibernate/QuartzTriggersDAO.java 128 publicMethodCommentRequirement Required
29461 src/com/gps/hibernate/QuartzTriggersDAO.java 132 Parameter 'triggerState' is not assigned and could be declared final
29462 src/com/gps/hibernate/QuartzTriggersDAO.java 132 publicMethodCommentRequirement Required
29463 src/com/gps/hibernate/QuartzTriggersDAO.java 136 Parameter 'triggerType' is not assigned and could be declared final
29464 src/com/gps/hibernate/QuartzTriggersDAO.java 136 publicMethodCommentRequirement Required
29465 src/com/gps/hibernate/QuartzTriggersDAO.java 140 Parameter 'startTime' is not assigned and could be declared final
29466 src/com/gps/hibernate/QuartzTriggersDAO.java 140 publicMethodCommentRequirement Required
29467 src/com/gps/hibernate/QuartzTriggersDAO.java 144 Parameter 'endTime' is not assigned and could be declared final
29468 src/com/gps/hibernate/QuartzTriggersDAO.java 144 publicMethodCommentRequirement Required
29469 src/com/gps/hibernate/QuartzTriggersDAO.java 148 Parameter 'calendarName' is not assigned and could be declared final
29470 src/com/gps/hibernate/QuartzTriggersDAO.java 148 publicMethodCommentRequirement Required
29471 src/com/gps/hibernate/QuartzTriggersDAO.java 152 Parameter 'misfireInstr' is not assigned and could be declared final
29472 src/com/gps/hibernate/QuartzTriggersDAO.java 152 publicMethodCommentRequirement Required
29473 src/com/gps/hibernate/QuartzTriggersDAO.java 156 Parameter 'jobData' is not assigned and could be declared final
29474 src/com/gps/hibernate/QuartzTriggersDAO.java 156 publicMethodCommentRequirement Required
29475 src/com/gps/hibernate/QuartzTriggersDAO.java 160 publicMethodCommentRequirement Required
29476 src/com/gps/hibernate/QuartzTriggersDAO.java 161 There is log block not surrounded by if
29477 src/com/gps/hibernate/QuartzTriggersDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29478 src/com/gps/hibernate/QuartzTriggersDAO.java 163 Local variable 'queryString' could be declared final
29479 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Local variable 'queryObject' could be declared final
29480 src/com/gps/hibernate/QuartzTriggersDAO.java 164 Potential violation of Law of Demeter (method chain calls)
29481 src/com/gps/hibernate/QuartzTriggersDAO.java 165 Potential violation of Law of Demeter (object not created locally)
29482 src/com/gps/hibernate/QuartzTriggersDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29483 src/com/gps/hibernate/QuartzTriggersDAO.java 167 There is log block not surrounded by if
29484 src/com/gps/hibernate/QuartzTriggersDAO.java 172 Parameter 'detachedInstance' is not assigned and could be declared final
29485 src/com/gps/hibernate/QuartzTriggersDAO.java 172 publicMethodCommentRequirement Required
29486 src/com/gps/hibernate/QuartzTriggersDAO.java 173 There is log block not surrounded by if
29487 src/com/gps/hibernate/QuartzTriggersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29488 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Local variable 'result' could be declared final
29489 src/com/gps/hibernate/QuartzTriggersDAO.java 175 Potential violation of Law of Demeter (method chain calls)
29490 src/com/gps/hibernate/QuartzTriggersDAO.java 177 There is log block not surrounded by if
29491 src/com/gps/hibernate/QuartzTriggersDAO.java 177 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29492 src/com/gps/hibernate/QuartzTriggersDAO.java 179 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29493 src/com/gps/hibernate/QuartzTriggersDAO.java 180 There is log block not surrounded by if
29494 src/com/gps/hibernate/QuartzTriggersDAO.java 185 Parameter 'instance' is not assigned and could be declared final
29495 src/com/gps/hibernate/QuartzTriggersDAO.java 185 publicMethodCommentRequirement Required
29496 src/com/gps/hibernate/QuartzTriggersDAO.java 186 There is log block not surrounded by if
29497 src/com/gps/hibernate/QuartzTriggersDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29498 src/com/gps/hibernate/QuartzTriggersDAO.java 188 Potential violation of Law of Demeter (method chain calls)
29499 src/com/gps/hibernate/QuartzTriggersDAO.java 189 There is log block not surrounded by if
29500 src/com/gps/hibernate/QuartzTriggersDAO.java 189 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29501 src/com/gps/hibernate/QuartzTriggersDAO.java 190 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29502 src/com/gps/hibernate/QuartzTriggersDAO.java 191 There is log block not surrounded by if
29503 src/com/gps/hibernate/QuartzTriggersDAO.java 196 Parameter 'instance' is not assigned and could be declared final
29504 src/com/gps/hibernate/QuartzTriggersDAO.java 196 publicMethodCommentRequirement Required
29505 src/com/gps/hibernate/QuartzTriggersDAO.java 197 There is log block not surrounded by if
29506 src/com/gps/hibernate/QuartzTriggersDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29507 src/com/gps/hibernate/QuartzTriggersDAO.java 199 Potential violation of Law of Demeter (method chain calls)
29508 src/com/gps/hibernate/QuartzTriggersDAO.java 200 There is log block not surrounded by if
29509 src/com/gps/hibernate/QuartzTriggersDAO.java 200 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29510 src/com/gps/hibernate/QuartzTriggersDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29511 src/com/gps/hibernate/QuartzTriggersDAO.java 202 There is log block not surrounded by if
29512 src/com/gps/hibernate/QuartzTriggersId.java 9 Classes implementing Serializable should set a serialVersionUID
29513 src/com/gps/hibernate/QuartzTriggersId.java 13 fieldCommentRequirement Required
29514 src/com/gps/hibernate/QuartzTriggersId.java 14 fieldCommentRequirement Required
29515 src/com/gps/hibernate/QuartzTriggersId.java 19 Document empty constructor
29516 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerGroup' is not assigned and could be declared final
29517 src/com/gps/hibernate/QuartzTriggersId.java 23 Parameter 'triggerName' is not assigned and could be declared final
29518 src/com/gps/hibernate/QuartzTriggersId.java 30 publicMethodCommentRequirement Required
29519 src/com/gps/hibernate/QuartzTriggersId.java 34 Parameter 'triggerName' is not assigned and could be declared final
29520 src/com/gps/hibernate/QuartzTriggersId.java 34 publicMethodCommentRequirement Required
29521 src/com/gps/hibernate/QuartzTriggersId.java 38 publicMethodCommentRequirement Required
29522 src/com/gps/hibernate/QuartzTriggersId.java 42 Parameter 'triggerGroup' is not assigned and could be declared final
29523 src/com/gps/hibernate/QuartzTriggersId.java 42 publicMethodCommentRequirement Required
29524 src/com/gps/hibernate/QuartzTriggersId.java 46 Parameter 'other' is not assigned and could be declared final
29525 src/com/gps/hibernate/QuartzTriggersId.java 46 publicMethodCommentRequirement Required
29526 src/com/gps/hibernate/QuartzTriggersId.java 47 Avoid using if statements without curly braces
29527 src/com/gps/hibernate/QuartzTriggersId.java 47 Useless parentheses.
29528 src/com/gps/hibernate/QuartzTriggersId.java 48 A method should have only one exit point, and that should be the last statement in the method
29529 src/com/gps/hibernate/QuartzTriggersId.java 49 Avoid using if statements without curly braces
29530 src/com/gps/hibernate/QuartzTriggersId.java 49 Useless parentheses.
29531 src/com/gps/hibernate/QuartzTriggersId.java 50 A method should have only one exit point, and that should be the last statement in the method
29532 src/com/gps/hibernate/QuartzTriggersId.java 51 Avoid using if statements without curly braces
29533 src/com/gps/hibernate/QuartzTriggersId.java 52 A method should have only one exit point, and that should be the last statement in the method
29534 src/com/gps/hibernate/QuartzTriggersId.java 53 Local variable 'castOther' could be declared final
29535 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (method chain calls)
29536 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
29537 src/com/gps/hibernate/QuartzTriggersId.java 55 Potential violation of Law of Demeter (object not created locally)
29538 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
29539 src/com/gps/hibernate/QuartzTriggersId.java 55 Useless parentheses.
29540 src/com/gps/hibernate/QuartzTriggersId.java 57 Potential violation of Law of Demeter (object not created locally)
29541 src/com/gps/hibernate/QuartzTriggersId.java 58 Potential violation of Law of Demeter (object not created locally)
29542 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (method chain calls)
29543 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
29544 src/com/gps/hibernate/QuartzTriggersId.java 59 Potential violation of Law of Demeter (object not created locally)
29545 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
29546 src/com/gps/hibernate/QuartzTriggersId.java 59 Useless parentheses.
29547 src/com/gps/hibernate/QuartzTriggersId.java 61 Potential violation of Law of Demeter (object not created locally)
29548 src/com/gps/hibernate/QuartzTriggersId.java 62 Potential violation of Law of Demeter (object not created locally)
29549 src/com/gps/hibernate/QuartzTriggersId.java 65 publicMethodCommentRequirement Required
29550 src/com/gps/hibernate/QuartzTriggersId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
29551 src/com/gps/hibernate/Ratingsentry.java 11 Classes implementing Serializable should set a serialVersionUID
29552 src/com/gps/hibernate/Ratingsentry.java 15 fieldCommentRequirement Required
29553 src/com/gps/hibernate/Ratingsentry.java 16 fieldCommentRequirement Required
29554 src/com/gps/hibernate/Ratingsentry.java 17 fieldCommentRequirement Required
29555 src/com/gps/hibernate/Ratingsentry.java 18 fieldCommentRequirement Required
29556 src/com/gps/hibernate/Ratingsentry.java 19 fieldCommentRequirement Required
29557 src/com/gps/hibernate/Ratingsentry.java 20 fieldCommentRequirement Required
29558 src/com/gps/hibernate/Ratingsentry.java 21 fieldCommentRequirement Required
29559 src/com/gps/hibernate/Ratingsentry.java 22 fieldCommentRequirement Required
29560 src/com/gps/hibernate/Ratingsentry.java 23 fieldCommentRequirement Required
29561 src/com/gps/hibernate/Ratingsentry.java 28 Document empty constructor
29562 src/com/gps/hibernate/Ratingsentry.java 32 Parameter 'entryId' is not assigned and could be declared final
29563 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'companyId' is not assigned and could be declared final
29564 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'entryId' is not assigned and could be declared final
29565 src/com/gps/hibernate/Ratingsentry.java 37 Parameter 'userId' is not assigned and could be declared final
29566 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'createDate' is not assigned and could be declared final
29567 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
29568 src/com/gps/hibernate/Ratingsentry.java 38 Parameter 'userName' is not assigned and could be declared final
29569 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classNameId' is not assigned and could be declared final
29570 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'classPk' is not assigned and could be declared final
29571 src/com/gps/hibernate/Ratingsentry.java 39 Parameter 'score' is not assigned and could be declared final
29572 src/com/gps/hibernate/Ratingsentry.java 53 publicMethodCommentRequirement Required
29573 src/com/gps/hibernate/Ratingsentry.java 57 Parameter 'entryId' is not assigned and could be declared final
29574 src/com/gps/hibernate/Ratingsentry.java 57 publicMethodCommentRequirement Required
29575 src/com/gps/hibernate/Ratingsentry.java 61 publicMethodCommentRequirement Required
29576 src/com/gps/hibernate/Ratingsentry.java 65 Parameter 'companyId' is not assigned and could be declared final
29577 src/com/gps/hibernate/Ratingsentry.java 65 publicMethodCommentRequirement Required
29578 src/com/gps/hibernate/Ratingsentry.java 69 publicMethodCommentRequirement Required
29579 src/com/gps/hibernate/Ratingsentry.java 73 Parameter 'userId' is not assigned and could be declared final
29580 src/com/gps/hibernate/Ratingsentry.java 73 publicMethodCommentRequirement Required
29581 src/com/gps/hibernate/Ratingsentry.java 77 publicMethodCommentRequirement Required
29582 src/com/gps/hibernate/Ratingsentry.java 81 Parameter 'userName' is not assigned and could be declared final
29583 src/com/gps/hibernate/Ratingsentry.java 81 publicMethodCommentRequirement Required
29584 src/com/gps/hibernate/Ratingsentry.java 85 publicMethodCommentRequirement Required
29585 src/com/gps/hibernate/Ratingsentry.java 89 Parameter 'createDate' is not assigned and could be declared final
29586 src/com/gps/hibernate/Ratingsentry.java 89 publicMethodCommentRequirement Required
29587 src/com/gps/hibernate/Ratingsentry.java 93 publicMethodCommentRequirement Required
29588 src/com/gps/hibernate/Ratingsentry.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
29589 src/com/gps/hibernate/Ratingsentry.java 97 publicMethodCommentRequirement Required
29590 src/com/gps/hibernate/Ratingsentry.java 101 publicMethodCommentRequirement Required
29591 src/com/gps/hibernate/Ratingsentry.java 105 Parameter 'classNameId' is not assigned and could be declared final
29592 src/com/gps/hibernate/Ratingsentry.java 105 publicMethodCommentRequirement Required
29593 src/com/gps/hibernate/Ratingsentry.java 109 publicMethodCommentRequirement Required
29594 src/com/gps/hibernate/Ratingsentry.java 113 Parameter 'classPk' is not assigned and could be declared final
29595 src/com/gps/hibernate/Ratingsentry.java 113 publicMethodCommentRequirement Required
29596 src/com/gps/hibernate/Ratingsentry.java 117 publicMethodCommentRequirement Required
29597 src/com/gps/hibernate/Ratingsentry.java 121 Parameter 'score' is not assigned and could be declared final
29598 src/com/gps/hibernate/Ratingsentry.java 121 publicMethodCommentRequirement Required
29599 src/com/gps/hibernate/RatingsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
29600 src/com/gps/hibernate/RatingsentryDAO.java 11 Comment is too large: Too many lines
29601 src/com/gps/hibernate/RatingsentryDAO.java 23 This class has too many methods, consider refactoring it.
29602 src/com/gps/hibernate/RatingsentryDAO.java 24 Logger should be defined private static final and have the correct class
29603 src/com/gps/hibernate/RatingsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
29604 src/com/gps/hibernate/RatingsentryDAO.java 24 fieldCommentRequirement Required
29605 src/com/gps/hibernate/RatingsentryDAO.java 26 fieldCommentRequirement Required
29606 src/com/gps/hibernate/RatingsentryDAO.java 27 fieldCommentRequirement Required
29607 src/com/gps/hibernate/RatingsentryDAO.java 28 fieldCommentRequirement Required
29608 src/com/gps/hibernate/RatingsentryDAO.java 29 fieldCommentRequirement Required
29609 src/com/gps/hibernate/RatingsentryDAO.java 30 fieldCommentRequirement Required
29610 src/com/gps/hibernate/RatingsentryDAO.java 31 fieldCommentRequirement Required
29611 src/com/gps/hibernate/RatingsentryDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
29612 src/com/gps/hibernate/RatingsentryDAO.java 33 publicMethodCommentRequirement Required
29613 src/com/gps/hibernate/RatingsentryDAO.java 34 There is log block not surrounded by if
29614 src/com/gps/hibernate/RatingsentryDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29615 src/com/gps/hibernate/RatingsentryDAO.java 36 Potential violation of Law of Demeter (method chain calls)
29616 src/com/gps/hibernate/RatingsentryDAO.java 37 There is log block not surrounded by if
29617 src/com/gps/hibernate/RatingsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29618 src/com/gps/hibernate/RatingsentryDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29619 src/com/gps/hibernate/RatingsentryDAO.java 39 There is log block not surrounded by if
29620 src/com/gps/hibernate/RatingsentryDAO.java 44 Avoid excessively long variable names like persistentInstance
29621 src/com/gps/hibernate/RatingsentryDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
29622 src/com/gps/hibernate/RatingsentryDAO.java 44 publicMethodCommentRequirement Required
29623 src/com/gps/hibernate/RatingsentryDAO.java 45 There is log block not surrounded by if
29624 src/com/gps/hibernate/RatingsentryDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29625 src/com/gps/hibernate/RatingsentryDAO.java 47 Potential violation of Law of Demeter (method chain calls)
29626 src/com/gps/hibernate/RatingsentryDAO.java 48 There is log block not surrounded by if
29627 src/com/gps/hibernate/RatingsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29628 src/com/gps/hibernate/RatingsentryDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29629 src/com/gps/hibernate/RatingsentryDAO.java 50 There is log block not surrounded by if
29630 src/com/gps/hibernate/RatingsentryDAO.java 55 Avoid variables with short names like id
29631 src/com/gps/hibernate/RatingsentryDAO.java 55 Parameter 'id' is not assigned and could be declared final
29632 src/com/gps/hibernate/RatingsentryDAO.java 55 publicMethodCommentRequirement Required
29633 src/com/gps/hibernate/RatingsentryDAO.java 56 There is log block not surrounded by if
29634 src/com/gps/hibernate/RatingsentryDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29635 src/com/gps/hibernate/RatingsentryDAO.java 58 Local variable 'instance' could be declared final
29636 src/com/gps/hibernate/RatingsentryDAO.java 58 Potential violation of Law of Demeter (method chain calls)
29637 src/com/gps/hibernate/RatingsentryDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29638 src/com/gps/hibernate/RatingsentryDAO.java 62 There is log block not surrounded by if
29639 src/com/gps/hibernate/RatingsentryDAO.java 67 Parameter 'instance' is not assigned and could be declared final
29640 src/com/gps/hibernate/RatingsentryDAO.java 67 publicMethodCommentRequirement Required
29641 src/com/gps/hibernate/RatingsentryDAO.java 68 There is log block not surrounded by if
29642 src/com/gps/hibernate/RatingsentryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29643 src/com/gps/hibernate/RatingsentryDAO.java 70 Local variable 'results' could be declared final
29644 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
29645 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
29646 src/com/gps/hibernate/RatingsentryDAO.java 70 Potential violation of Law of Demeter (method chain calls)
29647 src/com/gps/hibernate/RatingsentryDAO.java 73 There is log block not surrounded by if
29648 src/com/gps/hibernate/RatingsentryDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29649 src/com/gps/hibernate/RatingsentryDAO.java 74 Potential violation of Law of Demeter (object not created locally)
29650 src/com/gps/hibernate/RatingsentryDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29651 src/com/gps/hibernate/RatingsentryDAO.java 77 There is log block not surrounded by if
29652 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
29653 src/com/gps/hibernate/RatingsentryDAO.java 82 Parameter 'value' is not assigned and could be declared final
29654 src/com/gps/hibernate/RatingsentryDAO.java 82 publicMethodCommentRequirement Required
29655 src/com/gps/hibernate/RatingsentryDAO.java 83 There is log block not surrounded by if
29656 src/com/gps/hibernate/RatingsentryDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29657 src/com/gps/hibernate/RatingsentryDAO.java 86 Local variable 'queryString' could be declared final
29658 src/com/gps/hibernate/RatingsentryDAO.java 88 Local variable 'queryObject' could be declared final
29659 src/com/gps/hibernate/RatingsentryDAO.java 88 Potential violation of Law of Demeter (method chain calls)
29660 src/com/gps/hibernate/RatingsentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
29661 src/com/gps/hibernate/RatingsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
29662 src/com/gps/hibernate/RatingsentryDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29663 src/com/gps/hibernate/RatingsentryDAO.java 92 There is log block not surrounded by if
29664 src/com/gps/hibernate/RatingsentryDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
29665 src/com/gps/hibernate/RatingsentryDAO.java 97 publicMethodCommentRequirement Required
29666 src/com/gps/hibernate/RatingsentryDAO.java 101 Parameter 'userId' is not assigned and could be declared final
29667 src/com/gps/hibernate/RatingsentryDAO.java 101 publicMethodCommentRequirement Required
29668 src/com/gps/hibernate/RatingsentryDAO.java 105 Parameter 'userName' is not assigned and could be declared final
29669 src/com/gps/hibernate/RatingsentryDAO.java 105 publicMethodCommentRequirement Required
29670 src/com/gps/hibernate/RatingsentryDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
29671 src/com/gps/hibernate/RatingsentryDAO.java 109 publicMethodCommentRequirement Required
29672 src/com/gps/hibernate/RatingsentryDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
29673 src/com/gps/hibernate/RatingsentryDAO.java 113 publicMethodCommentRequirement Required
29674 src/com/gps/hibernate/RatingsentryDAO.java 117 Parameter 'score' is not assigned and could be declared final
29675 src/com/gps/hibernate/RatingsentryDAO.java 117 publicMethodCommentRequirement Required
29676 src/com/gps/hibernate/RatingsentryDAO.java 121 publicMethodCommentRequirement Required
29677 src/com/gps/hibernate/RatingsentryDAO.java 122 There is log block not surrounded by if
29678 src/com/gps/hibernate/RatingsentryDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29679 src/com/gps/hibernate/RatingsentryDAO.java 124 Local variable 'queryString' could be declared final
29680 src/com/gps/hibernate/RatingsentryDAO.java 125 Local variable 'queryObject' could be declared final
29681 src/com/gps/hibernate/RatingsentryDAO.java 125 Potential violation of Law of Demeter (method chain calls)
29682 src/com/gps/hibernate/RatingsentryDAO.java 126 Potential violation of Law of Demeter (object not created locally)
29683 src/com/gps/hibernate/RatingsentryDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29684 src/com/gps/hibernate/RatingsentryDAO.java 128 There is log block not surrounded by if
29685 src/com/gps/hibernate/RatingsentryDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
29686 src/com/gps/hibernate/RatingsentryDAO.java 133 publicMethodCommentRequirement Required
29687 src/com/gps/hibernate/RatingsentryDAO.java 134 There is log block not surrounded by if
29688 src/com/gps/hibernate/RatingsentryDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29689 src/com/gps/hibernate/RatingsentryDAO.java 136 Local variable 'result' could be declared final
29690 src/com/gps/hibernate/RatingsentryDAO.java 136 Potential violation of Law of Demeter (method chain calls)
29691 src/com/gps/hibernate/RatingsentryDAO.java 138 There is log block not surrounded by if
29692 src/com/gps/hibernate/RatingsentryDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29693 src/com/gps/hibernate/RatingsentryDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29694 src/com/gps/hibernate/RatingsentryDAO.java 141 There is log block not surrounded by if
29695 src/com/gps/hibernate/RatingsentryDAO.java 146 Parameter 'instance' is not assigned and could be declared final
29696 src/com/gps/hibernate/RatingsentryDAO.java 146 publicMethodCommentRequirement Required
29697 src/com/gps/hibernate/RatingsentryDAO.java 147 There is log block not surrounded by if
29698 src/com/gps/hibernate/RatingsentryDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29699 src/com/gps/hibernate/RatingsentryDAO.java 149 Potential violation of Law of Demeter (method chain calls)
29700 src/com/gps/hibernate/RatingsentryDAO.java 150 There is log block not surrounded by if
29701 src/com/gps/hibernate/RatingsentryDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29702 src/com/gps/hibernate/RatingsentryDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29703 src/com/gps/hibernate/RatingsentryDAO.java 152 There is log block not surrounded by if
29704 src/com/gps/hibernate/RatingsentryDAO.java 157 Parameter 'instance' is not assigned and could be declared final
29705 src/com/gps/hibernate/RatingsentryDAO.java 157 publicMethodCommentRequirement Required
29706 src/com/gps/hibernate/RatingsentryDAO.java 158 There is log block not surrounded by if
29707 src/com/gps/hibernate/RatingsentryDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29708 src/com/gps/hibernate/RatingsentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
29709 src/com/gps/hibernate/RatingsentryDAO.java 161 There is log block not surrounded by if
29710 src/com/gps/hibernate/RatingsentryDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29711 src/com/gps/hibernate/RatingsentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29712 src/com/gps/hibernate/RatingsentryDAO.java 163 There is log block not surrounded by if
29713 src/com/gps/hibernate/Ratingsstats.java 9 Classes implementing Serializable should set a serialVersionUID
29714 src/com/gps/hibernate/Ratingsstats.java 13 fieldCommentRequirement Required
29715 src/com/gps/hibernate/Ratingsstats.java 14 fieldCommentRequirement Required
29716 src/com/gps/hibernate/Ratingsstats.java 15 fieldCommentRequirement Required
29717 src/com/gps/hibernate/Ratingsstats.java 16 fieldCommentRequirement Required
29718 src/com/gps/hibernate/Ratingsstats.java 17 fieldCommentRequirement Required
29719 src/com/gps/hibernate/Ratingsstats.java 18 fieldCommentRequirement Required
29720 src/com/gps/hibernate/Ratingsstats.java 23 Document empty constructor
29721 src/com/gps/hibernate/Ratingsstats.java 27 Parameter 'statsId' is not assigned and could be declared final
29722 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classNameId' is not assigned and could be declared final
29723 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'classPk' is not assigned and could be declared final
29724 src/com/gps/hibernate/Ratingsstats.java 32 Parameter 'statsId' is not assigned and could be declared final
29725 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'averageScore' is not assigned and could be declared final
29726 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalEntries' is not assigned and could be declared final
29727 src/com/gps/hibernate/Ratingsstats.java 33 Parameter 'totalScore' is not assigned and could be declared final
29728 src/com/gps/hibernate/Ratingsstats.java 44 publicMethodCommentRequirement Required
29729 src/com/gps/hibernate/Ratingsstats.java 48 Parameter 'statsId' is not assigned and could be declared final
29730 src/com/gps/hibernate/Ratingsstats.java 48 publicMethodCommentRequirement Required
29731 src/com/gps/hibernate/Ratingsstats.java 52 publicMethodCommentRequirement Required
29732 src/com/gps/hibernate/Ratingsstats.java 56 Parameter 'classNameId' is not assigned and could be declared final
29733 src/com/gps/hibernate/Ratingsstats.java 56 publicMethodCommentRequirement Required
29734 src/com/gps/hibernate/Ratingsstats.java 60 publicMethodCommentRequirement Required
29735 src/com/gps/hibernate/Ratingsstats.java 64 Parameter 'classPk' is not assigned and could be declared final
29736 src/com/gps/hibernate/Ratingsstats.java 64 publicMethodCommentRequirement Required
29737 src/com/gps/hibernate/Ratingsstats.java 68 publicMethodCommentRequirement Required
29738 src/com/gps/hibernate/Ratingsstats.java 72 Parameter 'totalEntries' is not assigned and could be declared final
29739 src/com/gps/hibernate/Ratingsstats.java 72 publicMethodCommentRequirement Required
29740 src/com/gps/hibernate/Ratingsstats.java 76 publicMethodCommentRequirement Required
29741 src/com/gps/hibernate/Ratingsstats.java 80 Parameter 'totalScore' is not assigned and could be declared final
29742 src/com/gps/hibernate/Ratingsstats.java 80 publicMethodCommentRequirement Required
29743 src/com/gps/hibernate/Ratingsstats.java 84 publicMethodCommentRequirement Required
29744 src/com/gps/hibernate/Ratingsstats.java 88 Parameter 'averageScore' is not assigned and could be declared final
29745 src/com/gps/hibernate/Ratingsstats.java 88 publicMethodCommentRequirement Required
29746 src/com/gps/hibernate/RatingsstatsDAO.java 10 Comment is too large: Too many lines
29747 src/com/gps/hibernate/RatingsstatsDAO.java 22 This class has too many methods, consider refactoring it.
29748 src/com/gps/hibernate/RatingsstatsDAO.java 23 Logger should be defined private static final and have the correct class
29749 src/com/gps/hibernate/RatingsstatsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
29750 src/com/gps/hibernate/RatingsstatsDAO.java 23 fieldCommentRequirement Required
29751 src/com/gps/hibernate/RatingsstatsDAO.java 25 fieldCommentRequirement Required
29752 src/com/gps/hibernate/RatingsstatsDAO.java 26 fieldCommentRequirement Required
29753 src/com/gps/hibernate/RatingsstatsDAO.java 27 fieldCommentRequirement Required
29754 src/com/gps/hibernate/RatingsstatsDAO.java 28 fieldCommentRequirement Required
29755 src/com/gps/hibernate/RatingsstatsDAO.java 29 fieldCommentRequirement Required
29756 src/com/gps/hibernate/RatingsstatsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
29757 src/com/gps/hibernate/RatingsstatsDAO.java 31 publicMethodCommentRequirement Required
29758 src/com/gps/hibernate/RatingsstatsDAO.java 32 There is log block not surrounded by if
29759 src/com/gps/hibernate/RatingsstatsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29760 src/com/gps/hibernate/RatingsstatsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
29761 src/com/gps/hibernate/RatingsstatsDAO.java 35 There is log block not surrounded by if
29762 src/com/gps/hibernate/RatingsstatsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29763 src/com/gps/hibernate/RatingsstatsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29764 src/com/gps/hibernate/RatingsstatsDAO.java 37 There is log block not surrounded by if
29765 src/com/gps/hibernate/RatingsstatsDAO.java 42 Avoid excessively long variable names like persistentInstance
29766 src/com/gps/hibernate/RatingsstatsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
29767 src/com/gps/hibernate/RatingsstatsDAO.java 42 publicMethodCommentRequirement Required
29768 src/com/gps/hibernate/RatingsstatsDAO.java 43 There is log block not surrounded by if
29769 src/com/gps/hibernate/RatingsstatsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29770 src/com/gps/hibernate/RatingsstatsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
29771 src/com/gps/hibernate/RatingsstatsDAO.java 46 There is log block not surrounded by if
29772 src/com/gps/hibernate/RatingsstatsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29773 src/com/gps/hibernate/RatingsstatsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29774 src/com/gps/hibernate/RatingsstatsDAO.java 48 There is log block not surrounded by if
29775 src/com/gps/hibernate/RatingsstatsDAO.java 53 Avoid variables with short names like id
29776 src/com/gps/hibernate/RatingsstatsDAO.java 53 Parameter 'id' is not assigned and could be declared final
29777 src/com/gps/hibernate/RatingsstatsDAO.java 53 publicMethodCommentRequirement Required
29778 src/com/gps/hibernate/RatingsstatsDAO.java 54 There is log block not surrounded by if
29779 src/com/gps/hibernate/RatingsstatsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29780 src/com/gps/hibernate/RatingsstatsDAO.java 56 Local variable 'instance' could be declared final
29781 src/com/gps/hibernate/RatingsstatsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
29782 src/com/gps/hibernate/RatingsstatsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29783 src/com/gps/hibernate/RatingsstatsDAO.java 60 There is log block not surrounded by if
29784 src/com/gps/hibernate/RatingsstatsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
29785 src/com/gps/hibernate/RatingsstatsDAO.java 65 publicMethodCommentRequirement Required
29786 src/com/gps/hibernate/RatingsstatsDAO.java 66 There is log block not surrounded by if
29787 src/com/gps/hibernate/RatingsstatsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29788 src/com/gps/hibernate/RatingsstatsDAO.java 68 Local variable 'results' could be declared final
29789 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29790 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29791 src/com/gps/hibernate/RatingsstatsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
29792 src/com/gps/hibernate/RatingsstatsDAO.java 71 There is log block not surrounded by if
29793 src/com/gps/hibernate/RatingsstatsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29794 src/com/gps/hibernate/RatingsstatsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
29795 src/com/gps/hibernate/RatingsstatsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29796 src/com/gps/hibernate/RatingsstatsDAO.java 75 There is log block not surrounded by if
29797 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
29798 src/com/gps/hibernate/RatingsstatsDAO.java 80 Parameter 'value' is not assigned and could be declared final
29799 src/com/gps/hibernate/RatingsstatsDAO.java 80 publicMethodCommentRequirement Required
29800 src/com/gps/hibernate/RatingsstatsDAO.java 81 There is log block not surrounded by if
29801 src/com/gps/hibernate/RatingsstatsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29802 src/com/gps/hibernate/RatingsstatsDAO.java 84 Local variable 'queryString' could be declared final
29803 src/com/gps/hibernate/RatingsstatsDAO.java 86 Local variable 'queryObject' could be declared final
29804 src/com/gps/hibernate/RatingsstatsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
29805 src/com/gps/hibernate/RatingsstatsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
29806 src/com/gps/hibernate/RatingsstatsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
29807 src/com/gps/hibernate/RatingsstatsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29808 src/com/gps/hibernate/RatingsstatsDAO.java 90 There is log block not surrounded by if
29809 src/com/gps/hibernate/RatingsstatsDAO.java 95 Parameter 'classNameId' is not assigned and could be declared final
29810 src/com/gps/hibernate/RatingsstatsDAO.java 95 publicMethodCommentRequirement Required
29811 src/com/gps/hibernate/RatingsstatsDAO.java 99 Parameter 'classPk' is not assigned and could be declared final
29812 src/com/gps/hibernate/RatingsstatsDAO.java 99 publicMethodCommentRequirement Required
29813 src/com/gps/hibernate/RatingsstatsDAO.java 103 Parameter 'totalEntries' is not assigned and could be declared final
29814 src/com/gps/hibernate/RatingsstatsDAO.java 103 publicMethodCommentRequirement Required
29815 src/com/gps/hibernate/RatingsstatsDAO.java 107 Parameter 'totalScore' is not assigned and could be declared final
29816 src/com/gps/hibernate/RatingsstatsDAO.java 107 publicMethodCommentRequirement Required
29817 src/com/gps/hibernate/RatingsstatsDAO.java 111 Parameter 'averageScore' is not assigned and could be declared final
29818 src/com/gps/hibernate/RatingsstatsDAO.java 111 publicMethodCommentRequirement Required
29819 src/com/gps/hibernate/RatingsstatsDAO.java 115 publicMethodCommentRequirement Required
29820 src/com/gps/hibernate/RatingsstatsDAO.java 116 There is log block not surrounded by if
29821 src/com/gps/hibernate/RatingsstatsDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29822 src/com/gps/hibernate/RatingsstatsDAO.java 118 Local variable 'queryString' could be declared final
29823 src/com/gps/hibernate/RatingsstatsDAO.java 119 Local variable 'queryObject' could be declared final
29824 src/com/gps/hibernate/RatingsstatsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
29825 src/com/gps/hibernate/RatingsstatsDAO.java 120 Potential violation of Law of Demeter (object not created locally)
29826 src/com/gps/hibernate/RatingsstatsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29827 src/com/gps/hibernate/RatingsstatsDAO.java 122 There is log block not surrounded by if
29828 src/com/gps/hibernate/RatingsstatsDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
29829 src/com/gps/hibernate/RatingsstatsDAO.java 127 publicMethodCommentRequirement Required
29830 src/com/gps/hibernate/RatingsstatsDAO.java 128 There is log block not surrounded by if
29831 src/com/gps/hibernate/RatingsstatsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29832 src/com/gps/hibernate/RatingsstatsDAO.java 130 Local variable 'result' could be declared final
29833 src/com/gps/hibernate/RatingsstatsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
29834 src/com/gps/hibernate/RatingsstatsDAO.java 132 There is log block not surrounded by if
29835 src/com/gps/hibernate/RatingsstatsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29836 src/com/gps/hibernate/RatingsstatsDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29837 src/com/gps/hibernate/RatingsstatsDAO.java 135 There is log block not surrounded by if
29838 src/com/gps/hibernate/RatingsstatsDAO.java 140 Parameter 'instance' is not assigned and could be declared final
29839 src/com/gps/hibernate/RatingsstatsDAO.java 140 publicMethodCommentRequirement Required
29840 src/com/gps/hibernate/RatingsstatsDAO.java 141 There is log block not surrounded by if
29841 src/com/gps/hibernate/RatingsstatsDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29842 src/com/gps/hibernate/RatingsstatsDAO.java 143 Potential violation of Law of Demeter (method chain calls)
29843 src/com/gps/hibernate/RatingsstatsDAO.java 144 There is log block not surrounded by if
29844 src/com/gps/hibernate/RatingsstatsDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29845 src/com/gps/hibernate/RatingsstatsDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29846 src/com/gps/hibernate/RatingsstatsDAO.java 146 There is log block not surrounded by if
29847 src/com/gps/hibernate/RatingsstatsDAO.java 151 Parameter 'instance' is not assigned and could be declared final
29848 src/com/gps/hibernate/RatingsstatsDAO.java 151 publicMethodCommentRequirement Required
29849 src/com/gps/hibernate/RatingsstatsDAO.java 152 There is log block not surrounded by if
29850 src/com/gps/hibernate/RatingsstatsDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29851 src/com/gps/hibernate/RatingsstatsDAO.java 154 Potential violation of Law of Demeter (method chain calls)
29852 src/com/gps/hibernate/RatingsstatsDAO.java 155 There is log block not surrounded by if
29853 src/com/gps/hibernate/RatingsstatsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29854 src/com/gps/hibernate/RatingsstatsDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29855 src/com/gps/hibernate/RatingsstatsDAO.java 157 There is log block not surrounded by if
29856 src/com/gps/hibernate/Region.java 9 Classes implementing Serializable should set a serialVersionUID
29857 src/com/gps/hibernate/Region.java 13 fieldCommentRequirement Required
29858 src/com/gps/hibernate/Region.java 14 fieldCommentRequirement Required
29859 src/com/gps/hibernate/Region.java 15 fieldCommentRequirement Required
29860 src/com/gps/hibernate/Region.java 16 fieldCommentRequirement Required
29861 src/com/gps/hibernate/Region.java 17 fieldCommentRequirement Required
29862 src/com/gps/hibernate/Region.java 22 Document empty constructor
29863 src/com/gps/hibernate/Region.java 26 Parameter 'regionId' is not assigned and could be declared final
29864 src/com/gps/hibernate/Region.java 31 Parameter 'countryId' is not assigned and could be declared final
29865 src/com/gps/hibernate/Region.java 31 Parameter 'regionCode' is not assigned and could be declared final
29866 src/com/gps/hibernate/Region.java 31 Parameter 'regionId' is not assigned and could be declared final
29867 src/com/gps/hibernate/Region.java 32 Parameter 'active' is not assigned and could be declared final
29868 src/com/gps/hibernate/Region.java 32 Parameter 'name' is not assigned and could be declared final
29869 src/com/gps/hibernate/Region.java 42 publicMethodCommentRequirement Required
29870 src/com/gps/hibernate/Region.java 46 Parameter 'regionId' is not assigned and could be declared final
29871 src/com/gps/hibernate/Region.java 46 publicMethodCommentRequirement Required
29872 src/com/gps/hibernate/Region.java 50 publicMethodCommentRequirement Required
29873 src/com/gps/hibernate/Region.java 54 Parameter 'countryId' is not assigned and could be declared final
29874 src/com/gps/hibernate/Region.java 54 publicMethodCommentRequirement Required
29875 src/com/gps/hibernate/Region.java 58 publicMethodCommentRequirement Required
29876 src/com/gps/hibernate/Region.java 62 Parameter 'regionCode' is not assigned and could be declared final
29877 src/com/gps/hibernate/Region.java 62 publicMethodCommentRequirement Required
29878 src/com/gps/hibernate/Region.java 66 publicMethodCommentRequirement Required
29879 src/com/gps/hibernate/Region.java 70 Parameter 'name' is not assigned and could be declared final
29880 src/com/gps/hibernate/Region.java 70 publicMethodCommentRequirement Required
29881 src/com/gps/hibernate/Region.java 74 publicMethodCommentRequirement Required
29882 src/com/gps/hibernate/Region.java 78 Parameter 'active' is not assigned and could be declared final
29883 src/com/gps/hibernate/Region.java 78 publicMethodCommentRequirement Required
29884 src/com/gps/hibernate/RegionDAO.java 10 Comment is too large: Too many lines
29885 src/com/gps/hibernate/RegionDAO.java 22 This class has too many methods, consider refactoring it.
29886 src/com/gps/hibernate/RegionDAO.java 23 Logger should be defined private static final and have the correct class
29887 src/com/gps/hibernate/RegionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
29888 src/com/gps/hibernate/RegionDAO.java 23 fieldCommentRequirement Required
29889 src/com/gps/hibernate/RegionDAO.java 25 fieldCommentRequirement Required
29890 src/com/gps/hibernate/RegionDAO.java 26 fieldCommentRequirement Required
29891 src/com/gps/hibernate/RegionDAO.java 27 fieldCommentRequirement Required
29892 src/com/gps/hibernate/RegionDAO.java 28 fieldCommentRequirement Required
29893 src/com/gps/hibernate/RegionDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
29894 src/com/gps/hibernate/RegionDAO.java 30 publicMethodCommentRequirement Required
29895 src/com/gps/hibernate/RegionDAO.java 31 There is log block not surrounded by if
29896 src/com/gps/hibernate/RegionDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29897 src/com/gps/hibernate/RegionDAO.java 33 Potential violation of Law of Demeter (method chain calls)
29898 src/com/gps/hibernate/RegionDAO.java 34 There is log block not surrounded by if
29899 src/com/gps/hibernate/RegionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29900 src/com/gps/hibernate/RegionDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29901 src/com/gps/hibernate/RegionDAO.java 36 There is log block not surrounded by if
29902 src/com/gps/hibernate/RegionDAO.java 41 Avoid excessively long variable names like persistentInstance
29903 src/com/gps/hibernate/RegionDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
29904 src/com/gps/hibernate/RegionDAO.java 41 publicMethodCommentRequirement Required
29905 src/com/gps/hibernate/RegionDAO.java 42 There is log block not surrounded by if
29906 src/com/gps/hibernate/RegionDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29907 src/com/gps/hibernate/RegionDAO.java 44 Potential violation of Law of Demeter (method chain calls)
29908 src/com/gps/hibernate/RegionDAO.java 45 There is log block not surrounded by if
29909 src/com/gps/hibernate/RegionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29910 src/com/gps/hibernate/RegionDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29911 src/com/gps/hibernate/RegionDAO.java 47 There is log block not surrounded by if
29912 src/com/gps/hibernate/RegionDAO.java 52 Avoid variables with short names like id
29913 src/com/gps/hibernate/RegionDAO.java 52 Parameter 'id' is not assigned and could be declared final
29914 src/com/gps/hibernate/RegionDAO.java 52 publicMethodCommentRequirement Required
29915 src/com/gps/hibernate/RegionDAO.java 53 There is log block not surrounded by if
29916 src/com/gps/hibernate/RegionDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29917 src/com/gps/hibernate/RegionDAO.java 55 Local variable 'instance' could be declared final
29918 src/com/gps/hibernate/RegionDAO.java 55 Potential violation of Law of Demeter (method chain calls)
29919 src/com/gps/hibernate/RegionDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29920 src/com/gps/hibernate/RegionDAO.java 59 There is log block not surrounded by if
29921 src/com/gps/hibernate/RegionDAO.java 64 Parameter 'instance' is not assigned and could be declared final
29922 src/com/gps/hibernate/RegionDAO.java 64 publicMethodCommentRequirement Required
29923 src/com/gps/hibernate/RegionDAO.java 65 There is log block not surrounded by if
29924 src/com/gps/hibernate/RegionDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29925 src/com/gps/hibernate/RegionDAO.java 67 Local variable 'results' could be declared final
29926 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
29927 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
29928 src/com/gps/hibernate/RegionDAO.java 67 Potential violation of Law of Demeter (method chain calls)
29929 src/com/gps/hibernate/RegionDAO.java 70 There is log block not surrounded by if
29930 src/com/gps/hibernate/RegionDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29931 src/com/gps/hibernate/RegionDAO.java 71 Potential violation of Law of Demeter (object not created locally)
29932 src/com/gps/hibernate/RegionDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29933 src/com/gps/hibernate/RegionDAO.java 74 There is log block not surrounded by if
29934 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
29935 src/com/gps/hibernate/RegionDAO.java 79 Parameter 'value' is not assigned and could be declared final
29936 src/com/gps/hibernate/RegionDAO.java 79 publicMethodCommentRequirement Required
29937 src/com/gps/hibernate/RegionDAO.java 80 There is log block not surrounded by if
29938 src/com/gps/hibernate/RegionDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29939 src/com/gps/hibernate/RegionDAO.java 83 Local variable 'queryString' could be declared final
29940 src/com/gps/hibernate/RegionDAO.java 85 Local variable 'queryObject' could be declared final
29941 src/com/gps/hibernate/RegionDAO.java 85 Potential violation of Law of Demeter (method chain calls)
29942 src/com/gps/hibernate/RegionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
29943 src/com/gps/hibernate/RegionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
29944 src/com/gps/hibernate/RegionDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29945 src/com/gps/hibernate/RegionDAO.java 89 There is log block not surrounded by if
29946 src/com/gps/hibernate/RegionDAO.java 94 Parameter 'countryId' is not assigned and could be declared final
29947 src/com/gps/hibernate/RegionDAO.java 94 publicMethodCommentRequirement Required
29948 src/com/gps/hibernate/RegionDAO.java 98 Parameter 'regionCode' is not assigned and could be declared final
29949 src/com/gps/hibernate/RegionDAO.java 98 publicMethodCommentRequirement Required
29950 src/com/gps/hibernate/RegionDAO.java 102 Parameter 'name' is not assigned and could be declared final
29951 src/com/gps/hibernate/RegionDAO.java 102 publicMethodCommentRequirement Required
29952 src/com/gps/hibernate/RegionDAO.java 106 Parameter 'active' is not assigned and could be declared final
29953 src/com/gps/hibernate/RegionDAO.java 106 publicMethodCommentRequirement Required
29954 src/com/gps/hibernate/RegionDAO.java 110 publicMethodCommentRequirement Required
29955 src/com/gps/hibernate/RegionDAO.java 111 There is log block not surrounded by if
29956 src/com/gps/hibernate/RegionDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29957 src/com/gps/hibernate/RegionDAO.java 113 Local variable 'queryString' could be declared final
29958 src/com/gps/hibernate/RegionDAO.java 114 Local variable 'queryObject' could be declared final
29959 src/com/gps/hibernate/RegionDAO.java 114 Potential violation of Law of Demeter (method chain calls)
29960 src/com/gps/hibernate/RegionDAO.java 115 Potential violation of Law of Demeter (object not created locally)
29961 src/com/gps/hibernate/RegionDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29962 src/com/gps/hibernate/RegionDAO.java 117 There is log block not surrounded by if
29963 src/com/gps/hibernate/RegionDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
29964 src/com/gps/hibernate/RegionDAO.java 122 publicMethodCommentRequirement Required
29965 src/com/gps/hibernate/RegionDAO.java 123 There is log block not surrounded by if
29966 src/com/gps/hibernate/RegionDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29967 src/com/gps/hibernate/RegionDAO.java 125 Local variable 'result' could be declared final
29968 src/com/gps/hibernate/RegionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
29969 src/com/gps/hibernate/RegionDAO.java 126 There is log block not surrounded by if
29970 src/com/gps/hibernate/RegionDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29971 src/com/gps/hibernate/RegionDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29972 src/com/gps/hibernate/RegionDAO.java 129 There is log block not surrounded by if
29973 src/com/gps/hibernate/RegionDAO.java 134 Parameter 'instance' is not assigned and could be declared final
29974 src/com/gps/hibernate/RegionDAO.java 134 publicMethodCommentRequirement Required
29975 src/com/gps/hibernate/RegionDAO.java 135 There is log block not surrounded by if
29976 src/com/gps/hibernate/RegionDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29977 src/com/gps/hibernate/RegionDAO.java 137 Potential violation of Law of Demeter (method chain calls)
29978 src/com/gps/hibernate/RegionDAO.java 138 There is log block not surrounded by if
29979 src/com/gps/hibernate/RegionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29980 src/com/gps/hibernate/RegionDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29981 src/com/gps/hibernate/RegionDAO.java 140 There is log block not surrounded by if
29982 src/com/gps/hibernate/RegionDAO.java 145 Parameter 'instance' is not assigned and could be declared final
29983 src/com/gps/hibernate/RegionDAO.java 145 publicMethodCommentRequirement Required
29984 src/com/gps/hibernate/RegionDAO.java 146 There is log block not surrounded by if
29985 src/com/gps/hibernate/RegionDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29986 src/com/gps/hibernate/RegionDAO.java 148 Potential violation of Law of Demeter (method chain calls)
29987 src/com/gps/hibernate/RegionDAO.java 149 There is log block not surrounded by if
29988 src/com/gps/hibernate/RegionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
29989 src/com/gps/hibernate/RegionDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
29990 src/com/gps/hibernate/RegionDAO.java 151 There is log block not surrounded by if
29991 src/com/gps/hibernate/Release.java 11 Classes implementing Serializable should set a serialVersionUID
29992 src/com/gps/hibernate/Release.java 15 fieldCommentRequirement Required
29993 src/com/gps/hibernate/Release.java 16 fieldCommentRequirement Required
29994 src/com/gps/hibernate/Release.java 17 fieldCommentRequirement Required
29995 src/com/gps/hibernate/Release.java 18 fieldCommentRequirement Required
29996 src/com/gps/hibernate/Release.java 19 fieldCommentRequirement Required
29997 src/com/gps/hibernate/Release.java 20 fieldCommentRequirement Required
29998 src/com/gps/hibernate/Release.java 21 fieldCommentRequirement Required
29999 src/com/gps/hibernate/Release.java 26 Document empty constructor
30000 src/com/gps/hibernate/Release.java 30 Parameter 'releaseId' is not assigned and could be declared final
30001 src/com/gps/hibernate/Release.java 35 Parameter 'createDate' is not assigned and could be declared final
30002 src/com/gps/hibernate/Release.java 35 Parameter 'modifiedDate' is not assigned and could be declared final
30003 src/com/gps/hibernate/Release.java 35 Parameter 'releaseId' is not assigned and could be declared final
30004 src/com/gps/hibernate/Release.java 36 Parameter 'buildDate' is not assigned and could be declared final
30005 src/com/gps/hibernate/Release.java 36 Parameter 'buildNumber' is not assigned and could be declared final
30006 src/com/gps/hibernate/Release.java 36 Parameter 'verified' is not assigned and could be declared final
30007 src/com/gps/hibernate/Release.java 37 Parameter 'testString' is not assigned and could be declared final
30008 src/com/gps/hibernate/Release.java 49 publicMethodCommentRequirement Required
30009 src/com/gps/hibernate/Release.java 53 Parameter 'releaseId' is not assigned and could be declared final
30010 src/com/gps/hibernate/Release.java 53 publicMethodCommentRequirement Required
30011 src/com/gps/hibernate/Release.java 57 publicMethodCommentRequirement Required
30012 src/com/gps/hibernate/Release.java 61 Parameter 'createDate' is not assigned and could be declared final
30013 src/com/gps/hibernate/Release.java 61 publicMethodCommentRequirement Required
30014 src/com/gps/hibernate/Release.java 65 publicMethodCommentRequirement Required
30015 src/com/gps/hibernate/Release.java 69 Parameter 'modifiedDate' is not assigned and could be declared final
30016 src/com/gps/hibernate/Release.java 69 publicMethodCommentRequirement Required
30017 src/com/gps/hibernate/Release.java 73 publicMethodCommentRequirement Required
30018 src/com/gps/hibernate/Release.java 77 Parameter 'buildNumber' is not assigned and could be declared final
30019 src/com/gps/hibernate/Release.java 77 publicMethodCommentRequirement Required
30020 src/com/gps/hibernate/Release.java 81 publicMethodCommentRequirement Required
30021 src/com/gps/hibernate/Release.java 85 Parameter 'buildDate' is not assigned and could be declared final
30022 src/com/gps/hibernate/Release.java 85 publicMethodCommentRequirement Required
30023 src/com/gps/hibernate/Release.java 89 publicMethodCommentRequirement Required
30024 src/com/gps/hibernate/Release.java 93 Parameter 'verified' is not assigned and could be declared final
30025 src/com/gps/hibernate/Release.java 93 publicMethodCommentRequirement Required
30026 src/com/gps/hibernate/Release.java 97 publicMethodCommentRequirement Required
30027 src/com/gps/hibernate/Release.java 101 Parameter 'testString' is not assigned and could be declared final
30028 src/com/gps/hibernate/Release.java 101 publicMethodCommentRequirement Required
30029 src/com/gps/hibernate/ReleaseDAO.java 3 Avoid unused imports such as 'java.util.Date'
30030 src/com/gps/hibernate/ReleaseDAO.java 11 Comment is too large: Too many lines
30031 src/com/gps/hibernate/ReleaseDAO.java 23 This class has too many methods, consider refactoring it.
30032 src/com/gps/hibernate/ReleaseDAO.java 24 Logger should be defined private static final and have the correct class
30033 src/com/gps/hibernate/ReleaseDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
30034 src/com/gps/hibernate/ReleaseDAO.java 24 fieldCommentRequirement Required
30035 src/com/gps/hibernate/ReleaseDAO.java 26 fieldCommentRequirement Required
30036 src/com/gps/hibernate/ReleaseDAO.java 27 fieldCommentRequirement Required
30037 src/com/gps/hibernate/ReleaseDAO.java 28 fieldCommentRequirement Required
30038 src/com/gps/hibernate/ReleaseDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
30039 src/com/gps/hibernate/ReleaseDAO.java 30 publicMethodCommentRequirement Required
30040 src/com/gps/hibernate/ReleaseDAO.java 31 There is log block not surrounded by if
30041 src/com/gps/hibernate/ReleaseDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30042 src/com/gps/hibernate/ReleaseDAO.java 33 Potential violation of Law of Demeter (method chain calls)
30043 src/com/gps/hibernate/ReleaseDAO.java 34 There is log block not surrounded by if
30044 src/com/gps/hibernate/ReleaseDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30045 src/com/gps/hibernate/ReleaseDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30046 src/com/gps/hibernate/ReleaseDAO.java 36 There is log block not surrounded by if
30047 src/com/gps/hibernate/ReleaseDAO.java 41 Avoid excessively long variable names like persistentInstance
30048 src/com/gps/hibernate/ReleaseDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
30049 src/com/gps/hibernate/ReleaseDAO.java 41 publicMethodCommentRequirement Required
30050 src/com/gps/hibernate/ReleaseDAO.java 42 There is log block not surrounded by if
30051 src/com/gps/hibernate/ReleaseDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30052 src/com/gps/hibernate/ReleaseDAO.java 44 Potential violation of Law of Demeter (method chain calls)
30053 src/com/gps/hibernate/ReleaseDAO.java 45 There is log block not surrounded by if
30054 src/com/gps/hibernate/ReleaseDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30055 src/com/gps/hibernate/ReleaseDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30056 src/com/gps/hibernate/ReleaseDAO.java 47 There is log block not surrounded by if
30057 src/com/gps/hibernate/ReleaseDAO.java 52 Avoid variables with short names like id
30058 src/com/gps/hibernate/ReleaseDAO.java 52 Parameter 'id' is not assigned and could be declared final
30059 src/com/gps/hibernate/ReleaseDAO.java 52 publicMethodCommentRequirement Required
30060 src/com/gps/hibernate/ReleaseDAO.java 53 There is log block not surrounded by if
30061 src/com/gps/hibernate/ReleaseDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30062 src/com/gps/hibernate/ReleaseDAO.java 55 Local variable 'instance' could be declared final
30063 src/com/gps/hibernate/ReleaseDAO.java 55 Potential violation of Law of Demeter (method chain calls)
30064 src/com/gps/hibernate/ReleaseDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30065 src/com/gps/hibernate/ReleaseDAO.java 59 There is log block not surrounded by if
30066 src/com/gps/hibernate/ReleaseDAO.java 64 Parameter 'instance' is not assigned and could be declared final
30067 src/com/gps/hibernate/ReleaseDAO.java 64 publicMethodCommentRequirement Required
30068 src/com/gps/hibernate/ReleaseDAO.java 65 There is log block not surrounded by if
30069 src/com/gps/hibernate/ReleaseDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30070 src/com/gps/hibernate/ReleaseDAO.java 67 Local variable 'results' could be declared final
30071 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
30072 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
30073 src/com/gps/hibernate/ReleaseDAO.java 67 Potential violation of Law of Demeter (method chain calls)
30074 src/com/gps/hibernate/ReleaseDAO.java 70 There is log block not surrounded by if
30075 src/com/gps/hibernate/ReleaseDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30076 src/com/gps/hibernate/ReleaseDAO.java 71 Potential violation of Law of Demeter (object not created locally)
30077 src/com/gps/hibernate/ReleaseDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30078 src/com/gps/hibernate/ReleaseDAO.java 74 There is log block not surrounded by if
30079 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
30080 src/com/gps/hibernate/ReleaseDAO.java 79 Parameter 'value' is not assigned and could be declared final
30081 src/com/gps/hibernate/ReleaseDAO.java 79 publicMethodCommentRequirement Required
30082 src/com/gps/hibernate/ReleaseDAO.java 80 There is log block not surrounded by if
30083 src/com/gps/hibernate/ReleaseDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30084 src/com/gps/hibernate/ReleaseDAO.java 83 Local variable 'queryString' could be declared final
30085 src/com/gps/hibernate/ReleaseDAO.java 85 Local variable 'queryObject' could be declared final
30086 src/com/gps/hibernate/ReleaseDAO.java 85 Potential violation of Law of Demeter (method chain calls)
30087 src/com/gps/hibernate/ReleaseDAO.java 86 Potential violation of Law of Demeter (object not created locally)
30088 src/com/gps/hibernate/ReleaseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
30089 src/com/gps/hibernate/ReleaseDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30090 src/com/gps/hibernate/ReleaseDAO.java 89 There is log block not surrounded by if
30091 src/com/gps/hibernate/ReleaseDAO.java 94 Parameter 'buildNumber' is not assigned and could be declared final
30092 src/com/gps/hibernate/ReleaseDAO.java 94 publicMethodCommentRequirement Required
30093 src/com/gps/hibernate/ReleaseDAO.java 98 Parameter 'verified' is not assigned and could be declared final
30094 src/com/gps/hibernate/ReleaseDAO.java 98 publicMethodCommentRequirement Required
30095 src/com/gps/hibernate/ReleaseDAO.java 102 Parameter 'testString' is not assigned and could be declared final
30096 src/com/gps/hibernate/ReleaseDAO.java 102 publicMethodCommentRequirement Required
30097 src/com/gps/hibernate/ReleaseDAO.java 106 publicMethodCommentRequirement Required
30098 src/com/gps/hibernate/ReleaseDAO.java 107 There is log block not surrounded by if
30099 src/com/gps/hibernate/ReleaseDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30100 src/com/gps/hibernate/ReleaseDAO.java 109 Local variable 'queryString' could be declared final
30101 src/com/gps/hibernate/ReleaseDAO.java 110 Local variable 'queryObject' could be declared final
30102 src/com/gps/hibernate/ReleaseDAO.java 110 Potential violation of Law of Demeter (method chain calls)
30103 src/com/gps/hibernate/ReleaseDAO.java 111 Potential violation of Law of Demeter (object not created locally)
30104 src/com/gps/hibernate/ReleaseDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30105 src/com/gps/hibernate/ReleaseDAO.java 113 There is log block not surrounded by if
30106 src/com/gps/hibernate/ReleaseDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
30107 src/com/gps/hibernate/ReleaseDAO.java 118 publicMethodCommentRequirement Required
30108 src/com/gps/hibernate/ReleaseDAO.java 119 There is log block not surrounded by if
30109 src/com/gps/hibernate/ReleaseDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30110 src/com/gps/hibernate/ReleaseDAO.java 121 Local variable 'result' could be declared final
30111 src/com/gps/hibernate/ReleaseDAO.java 121 Potential violation of Law of Demeter (method chain calls)
30112 src/com/gps/hibernate/ReleaseDAO.java 122 There is log block not surrounded by if
30113 src/com/gps/hibernate/ReleaseDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30114 src/com/gps/hibernate/ReleaseDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30115 src/com/gps/hibernate/ReleaseDAO.java 125 There is log block not surrounded by if
30116 src/com/gps/hibernate/ReleaseDAO.java 130 Parameter 'instance' is not assigned and could be declared final
30117 src/com/gps/hibernate/ReleaseDAO.java 130 publicMethodCommentRequirement Required
30118 src/com/gps/hibernate/ReleaseDAO.java 131 There is log block not surrounded by if
30119 src/com/gps/hibernate/ReleaseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30120 src/com/gps/hibernate/ReleaseDAO.java 133 Potential violation of Law of Demeter (method chain calls)
30121 src/com/gps/hibernate/ReleaseDAO.java 134 There is log block not surrounded by if
30122 src/com/gps/hibernate/ReleaseDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30123 src/com/gps/hibernate/ReleaseDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30124 src/com/gps/hibernate/ReleaseDAO.java 136 There is log block not surrounded by if
30125 src/com/gps/hibernate/ReleaseDAO.java 141 Parameter 'instance' is not assigned and could be declared final
30126 src/com/gps/hibernate/ReleaseDAO.java 141 publicMethodCommentRequirement Required
30127 src/com/gps/hibernate/ReleaseDAO.java 142 There is log block not surrounded by if
30128 src/com/gps/hibernate/ReleaseDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30129 src/com/gps/hibernate/ReleaseDAO.java 144 Potential violation of Law of Demeter (method chain calls)
30130 src/com/gps/hibernate/ReleaseDAO.java 145 There is log block not surrounded by if
30131 src/com/gps/hibernate/ReleaseDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30132 src/com/gps/hibernate/ReleaseDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30133 src/com/gps/hibernate/ReleaseDAO.java 147 There is log block not surrounded by if
30134 src/com/gps/hibernate/ReportRef.java 3 headerCommentRequirement Required
30135 src/com/gps/hibernate/ReportRef.java 4 fieldCommentRequirement Required
30136 src/com/gps/hibernate/ReportRef.java 6 fieldCommentRequirement Required
30137 src/com/gps/hibernate/ReportRef.java 8 Parameter 'eventCode' is not assigned and could be declared final
30138 src/com/gps/hibernate/ReportRef.java 8 publicMethodCommentRequirement Required
30139 src/com/gps/hibernate/ReportRef.java 12 publicMethodCommentRequirement Required
30140 src/com/gps/hibernate/ReportRef.java 16 Parameter 'description' is not assigned and could be declared final
30141 src/com/gps/hibernate/ReportRef.java 16 publicMethodCommentRequirement Required
30142 src/com/gps/hibernate/ReportRef.java 20 publicMethodCommentRequirement Required
30143 src/com/gps/hibernate/ReportSummary.java 1 This class has a bunch of public methods and attributes
30144 src/com/gps/hibernate/ReportSummary.java 5 headerCommentRequirement Required
30145 src/com/gps/hibernate/ReportSummary.java 7 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'summary_id' is not final.
30146 src/com/gps/hibernate/ReportSummary.java 7 fieldCommentRequirement Required
30147 src/com/gps/hibernate/ReportSummary.java 8 fieldCommentRequirement Required
30148 src/com/gps/hibernate/ReportSummary.java 9 fieldCommentRequirement Required
30149 src/com/gps/hibernate/ReportSummary.java 10 fieldCommentRequirement Required
30150 src/com/gps/hibernate/ReportSummary.java 11 fieldCommentRequirement Required
30151 src/com/gps/hibernate/ReportSummary.java 12 fieldCommentRequirement Required
30152 src/com/gps/hibernate/ReportSummary.java 13 fieldCommentRequirement Required
30153 src/com/gps/hibernate/ReportSummary.java 14 fieldCommentRequirement Required
30154 src/com/gps/hibernate/ReportSummary.java 15 fieldCommentRequirement Required
30155 src/com/gps/hibernate/ReportSummary.java 16 fieldCommentRequirement Required
30156 src/com/gps/hibernate/ReportSummary.java 17 fieldCommentRequirement Required
30157 src/com/gps/hibernate/ReportSummary.java 18 fieldCommentRequirement Required
30158 src/com/gps/hibernate/ReportSummary.java 19 fieldCommentRequirement Required
30159 src/com/gps/hibernate/ReportSummary.java 20 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'start_time' is not final.
30160 src/com/gps/hibernate/ReportSummary.java 20 fieldCommentRequirement Required
30161 src/com/gps/hibernate/ReportSummary.java 21 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'end_time' is not final.
30162 src/com/gps/hibernate/ReportSummary.java 21 fieldCommentRequirement Required
30163 src/com/gps/hibernate/ReportSummary.java 23 Method names should not contain underscores
30164 src/com/gps/hibernate/ReportSummary.java 23 publicMethodCommentRequirement Required
30165 src/com/gps/hibernate/ReportSummary.java 26 Method names should not contain underscores
30166 src/com/gps/hibernate/ReportSummary.java 26 Parameter 'summaryId' is not assigned and could be declared final
30167 src/com/gps/hibernate/ReportSummary.java 26 publicMethodCommentRequirement Required
30168 src/com/gps/hibernate/ReportSummary.java 29 publicMethodCommentRequirement Required
30169 src/com/gps/hibernate/ReportSummary.java 32 Parameter 'vehicleid' is not assigned and could be declared final
30170 src/com/gps/hibernate/ReportSummary.java 32 publicMethodCommentRequirement Required
30171 src/com/gps/hibernate/ReportSummary.java 35 publicMethodCommentRequirement Required
30172 src/com/gps/hibernate/ReportSummary.java 38 Parameter 'tripid' is not assigned and could be declared final
30173 src/com/gps/hibernate/ReportSummary.java 38 publicMethodCommentRequirement Required
30174 src/com/gps/hibernate/ReportSummary.java 41 publicMethodCommentRequirement Required
30175 src/com/gps/hibernate/ReportSummary.java 44 Parameter 'date' is not assigned and could be declared final
30176 src/com/gps/hibernate/ReportSummary.java 44 publicMethodCommentRequirement Required
30177 src/com/gps/hibernate/ReportSummary.java 47 publicMethodCommentRequirement Required
30178 src/com/gps/hibernate/ReportSummary.java 50 Parameter 'session' is not assigned and could be declared final
30179 src/com/gps/hibernate/ReportSummary.java 50 publicMethodCommentRequirement Required
30180 src/com/gps/hibernate/ReportSummary.java 53 publicMethodCommentRequirement Required
30181 src/com/gps/hibernate/ReportSummary.java 56 Parameter 'dist0to20' is not assigned and could be declared final
30182 src/com/gps/hibernate/ReportSummary.java 56 publicMethodCommentRequirement Required
30183 src/com/gps/hibernate/ReportSummary.java 59 publicMethodCommentRequirement Required
30184 src/com/gps/hibernate/ReportSummary.java 62 Parameter 'dist20to45' is not assigned and could be declared final
30185 src/com/gps/hibernate/ReportSummary.java 62 publicMethodCommentRequirement Required
30186 src/com/gps/hibernate/ReportSummary.java 65 publicMethodCommentRequirement Required
30187 src/com/gps/hibernate/ReportSummary.java 68 Parameter 'dist45to55' is not assigned and could be declared final
30188 src/com/gps/hibernate/ReportSummary.java 68 publicMethodCommentRequirement Required
30189 src/com/gps/hibernate/ReportSummary.java 71 publicMethodCommentRequirement Required
30190 src/com/gps/hibernate/ReportSummary.java 74 Parameter 'dist55to65' is not assigned and could be declared final
30191 src/com/gps/hibernate/ReportSummary.java 74 publicMethodCommentRequirement Required
30192 src/com/gps/hibernate/ReportSummary.java 77 publicMethodCommentRequirement Required
30193 src/com/gps/hibernate/ReportSummary.java 80 Parameter 'distgrt65' is not assigned and could be declared final
30194 src/com/gps/hibernate/ReportSummary.java 80 publicMethodCommentRequirement Required
30195 src/com/gps/hibernate/ReportSummary.java 83 publicMethodCommentRequirement Required
30196 src/com/gps/hibernate/ReportSummary.java 86 Parameter 'distance' is not assigned and could be declared final
30197 src/com/gps/hibernate/ReportSummary.java 86 publicMethodCommentRequirement Required
30198 src/com/gps/hibernate/ReportSummary.java 89 publicMethodCommentRequirement Required
30199 src/com/gps/hibernate/ReportSummary.java 92 Parameter 'maxspeed' is not assigned and could be declared final
30200 src/com/gps/hibernate/ReportSummary.java 92 publicMethodCommentRequirement Required
30201 src/com/gps/hibernate/ReportSummary.java 95 publicMethodCommentRequirement Required
30202 src/com/gps/hibernate/ReportSummary.java 98 Parameter 'hardbrakes' is not assigned and could be declared final
30203 src/com/gps/hibernate/ReportSummary.java 98 publicMethodCommentRequirement Required
30204 src/com/gps/hibernate/ReportSummary.java 101 Method names should not contain underscores
30205 src/com/gps/hibernate/ReportSummary.java 101 publicMethodCommentRequirement Required
30206 src/com/gps/hibernate/ReportSummary.java 104 Method names should not contain underscores
30207 src/com/gps/hibernate/ReportSummary.java 104 Parameter 'startTime' is not assigned and could be declared final
30208 src/com/gps/hibernate/ReportSummary.java 104 publicMethodCommentRequirement Required
30209 src/com/gps/hibernate/ReportSummary.java 107 Method names should not contain underscores
30210 src/com/gps/hibernate/ReportSummary.java 107 publicMethodCommentRequirement Required
30211 src/com/gps/hibernate/ReportSummary.java 110 Method names should not contain underscores
30212 src/com/gps/hibernate/ReportSummary.java 110 Parameter 'endTime' is not assigned and could be declared final
30213 src/com/gps/hibernate/ReportSummary.java 110 publicMethodCommentRequirement Required
30214 src/com/gps/hibernate/Resource.java 9 Classes implementing Serializable should set a serialVersionUID
30215 src/com/gps/hibernate/Resource.java 13 fieldCommentRequirement Required
30216 src/com/gps/hibernate/Resource.java 14 fieldCommentRequirement Required
30217 src/com/gps/hibernate/Resource.java 15 fieldCommentRequirement Required
30218 src/com/gps/hibernate/Resource.java 20 Document empty constructor
30219 src/com/gps/hibernate/Resource.java 24 Parameter 'resourceId' is not assigned and could be declared final
30220 src/com/gps/hibernate/Resource.java 29 Parameter 'codeId' is not assigned and could be declared final
30221 src/com/gps/hibernate/Resource.java 29 Parameter 'primKey' is not assigned and could be declared final
30222 src/com/gps/hibernate/Resource.java 29 Parameter 'resourceId' is not assigned and could be declared final
30223 src/com/gps/hibernate/Resource.java 37 publicMethodCommentRequirement Required
30224 src/com/gps/hibernate/Resource.java 41 Parameter 'resourceId' is not assigned and could be declared final
30225 src/com/gps/hibernate/Resource.java 41 publicMethodCommentRequirement Required
30226 src/com/gps/hibernate/Resource.java 45 publicMethodCommentRequirement Required
30227 src/com/gps/hibernate/Resource.java 49 Parameter 'codeId' is not assigned and could be declared final
30228 src/com/gps/hibernate/Resource.java 49 publicMethodCommentRequirement Required
30229 src/com/gps/hibernate/Resource.java 53 publicMethodCommentRequirement Required
30230 src/com/gps/hibernate/Resource.java 57 Parameter 'primKey' is not assigned and could be declared final
30231 src/com/gps/hibernate/Resource.java 57 publicMethodCommentRequirement Required
30232 src/com/gps/hibernate/ResourceDAO.java 10 Comment is too large: Too many lines
30233 src/com/gps/hibernate/ResourceDAO.java 22 This class has too many methods, consider refactoring it.
30234 src/com/gps/hibernate/ResourceDAO.java 23 Logger should be defined private static final and have the correct class
30235 src/com/gps/hibernate/ResourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30236 src/com/gps/hibernate/ResourceDAO.java 23 fieldCommentRequirement Required
30237 src/com/gps/hibernate/ResourceDAO.java 25 fieldCommentRequirement Required
30238 src/com/gps/hibernate/ResourceDAO.java 26 fieldCommentRequirement Required
30239 src/com/gps/hibernate/ResourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
30240 src/com/gps/hibernate/ResourceDAO.java 28 publicMethodCommentRequirement Required
30241 src/com/gps/hibernate/ResourceDAO.java 29 There is log block not surrounded by if
30242 src/com/gps/hibernate/ResourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30243 src/com/gps/hibernate/ResourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
30244 src/com/gps/hibernate/ResourceDAO.java 32 There is log block not surrounded by if
30245 src/com/gps/hibernate/ResourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30246 src/com/gps/hibernate/ResourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30247 src/com/gps/hibernate/ResourceDAO.java 34 There is log block not surrounded by if
30248 src/com/gps/hibernate/ResourceDAO.java 39 Avoid excessively long variable names like persistentInstance
30249 src/com/gps/hibernate/ResourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
30250 src/com/gps/hibernate/ResourceDAO.java 39 publicMethodCommentRequirement Required
30251 src/com/gps/hibernate/ResourceDAO.java 40 There is log block not surrounded by if
30252 src/com/gps/hibernate/ResourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30253 src/com/gps/hibernate/ResourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
30254 src/com/gps/hibernate/ResourceDAO.java 43 There is log block not surrounded by if
30255 src/com/gps/hibernate/ResourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30256 src/com/gps/hibernate/ResourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30257 src/com/gps/hibernate/ResourceDAO.java 45 There is log block not surrounded by if
30258 src/com/gps/hibernate/ResourceDAO.java 50 Avoid variables with short names like id
30259 src/com/gps/hibernate/ResourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
30260 src/com/gps/hibernate/ResourceDAO.java 50 publicMethodCommentRequirement Required
30261 src/com/gps/hibernate/ResourceDAO.java 51 There is log block not surrounded by if
30262 src/com/gps/hibernate/ResourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30263 src/com/gps/hibernate/ResourceDAO.java 53 Local variable 'instance' could be declared final
30264 src/com/gps/hibernate/ResourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
30265 src/com/gps/hibernate/ResourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30266 src/com/gps/hibernate/ResourceDAO.java 57 There is log block not surrounded by if
30267 src/com/gps/hibernate/ResourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
30268 src/com/gps/hibernate/ResourceDAO.java 62 publicMethodCommentRequirement Required
30269 src/com/gps/hibernate/ResourceDAO.java 63 There is log block not surrounded by if
30270 src/com/gps/hibernate/ResourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30271 src/com/gps/hibernate/ResourceDAO.java 65 Local variable 'results' could be declared final
30272 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30273 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30274 src/com/gps/hibernate/ResourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
30275 src/com/gps/hibernate/ResourceDAO.java 68 There is log block not surrounded by if
30276 src/com/gps/hibernate/ResourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30277 src/com/gps/hibernate/ResourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
30278 src/com/gps/hibernate/ResourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30279 src/com/gps/hibernate/ResourceDAO.java 72 There is log block not surrounded by if
30280 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
30281 src/com/gps/hibernate/ResourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
30282 src/com/gps/hibernate/ResourceDAO.java 77 publicMethodCommentRequirement Required
30283 src/com/gps/hibernate/ResourceDAO.java 78 There is log block not surrounded by if
30284 src/com/gps/hibernate/ResourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30285 src/com/gps/hibernate/ResourceDAO.java 81 Local variable 'queryString' could be declared final
30286 src/com/gps/hibernate/ResourceDAO.java 83 Local variable 'queryObject' could be declared final
30287 src/com/gps/hibernate/ResourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
30288 src/com/gps/hibernate/ResourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
30289 src/com/gps/hibernate/ResourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
30290 src/com/gps/hibernate/ResourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30291 src/com/gps/hibernate/ResourceDAO.java 87 There is log block not surrounded by if
30292 src/com/gps/hibernate/ResourceDAO.java 92 Parameter 'codeId' is not assigned and could be declared final
30293 src/com/gps/hibernate/ResourceDAO.java 92 publicMethodCommentRequirement Required
30294 src/com/gps/hibernate/ResourceDAO.java 96 Parameter 'primKey' is not assigned and could be declared final
30295 src/com/gps/hibernate/ResourceDAO.java 96 publicMethodCommentRequirement Required
30296 src/com/gps/hibernate/ResourceDAO.java 100 publicMethodCommentRequirement Required
30297 src/com/gps/hibernate/ResourceDAO.java 101 There is log block not surrounded by if
30298 src/com/gps/hibernate/ResourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30299 src/com/gps/hibernate/ResourceDAO.java 103 Local variable 'queryString' could be declared final
30300 src/com/gps/hibernate/ResourceDAO.java 104 Local variable 'queryObject' could be declared final
30301 src/com/gps/hibernate/ResourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
30302 src/com/gps/hibernate/ResourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
30303 src/com/gps/hibernate/ResourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30304 src/com/gps/hibernate/ResourceDAO.java 107 There is log block not surrounded by if
30305 src/com/gps/hibernate/ResourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
30306 src/com/gps/hibernate/ResourceDAO.java 112 publicMethodCommentRequirement Required
30307 src/com/gps/hibernate/ResourceDAO.java 113 There is log block not surrounded by if
30308 src/com/gps/hibernate/ResourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30309 src/com/gps/hibernate/ResourceDAO.java 115 Local variable 'result' could be declared final
30310 src/com/gps/hibernate/ResourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
30311 src/com/gps/hibernate/ResourceDAO.java 116 There is log block not surrounded by if
30312 src/com/gps/hibernate/ResourceDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30313 src/com/gps/hibernate/ResourceDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30314 src/com/gps/hibernate/ResourceDAO.java 119 There is log block not surrounded by if
30315 src/com/gps/hibernate/ResourceDAO.java 124 Parameter 'instance' is not assigned and could be declared final
30316 src/com/gps/hibernate/ResourceDAO.java 124 publicMethodCommentRequirement Required
30317 src/com/gps/hibernate/ResourceDAO.java 125 There is log block not surrounded by if
30318 src/com/gps/hibernate/ResourceDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30319 src/com/gps/hibernate/ResourceDAO.java 127 Potential violation of Law of Demeter (method chain calls)
30320 src/com/gps/hibernate/ResourceDAO.java 128 There is log block not surrounded by if
30321 src/com/gps/hibernate/ResourceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30322 src/com/gps/hibernate/ResourceDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30323 src/com/gps/hibernate/ResourceDAO.java 130 There is log block not surrounded by if
30324 src/com/gps/hibernate/ResourceDAO.java 135 Parameter 'instance' is not assigned and could be declared final
30325 src/com/gps/hibernate/ResourceDAO.java 135 publicMethodCommentRequirement Required
30326 src/com/gps/hibernate/ResourceDAO.java 136 There is log block not surrounded by if
30327 src/com/gps/hibernate/ResourceDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30328 src/com/gps/hibernate/ResourceDAO.java 138 Potential violation of Law of Demeter (method chain calls)
30329 src/com/gps/hibernate/ResourceDAO.java 139 There is log block not surrounded by if
30330 src/com/gps/hibernate/ResourceDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30331 src/com/gps/hibernate/ResourceDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30332 src/com/gps/hibernate/ResourceDAO.java 141 There is log block not surrounded by if
30333 src/com/gps/hibernate/Resourceaction.java 9 Classes implementing Serializable should set a serialVersionUID
30334 src/com/gps/hibernate/Resourceaction.java 13 fieldCommentRequirement Required
30335 src/com/gps/hibernate/Resourceaction.java 14 fieldCommentRequirement Required
30336 src/com/gps/hibernate/Resourceaction.java 15 fieldCommentRequirement Required
30337 src/com/gps/hibernate/Resourceaction.java 16 fieldCommentRequirement Required
30338 src/com/gps/hibernate/Resourceaction.java 21 Document empty constructor
30339 src/com/gps/hibernate/Resourceaction.java 25 Parameter 'resourceActionId' is not assigned and could be declared final
30340 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'actionId' is not assigned and could be declared final
30341 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'name' is not assigned and could be declared final
30342 src/com/gps/hibernate/Resourceaction.java 30 Parameter 'resourceActionId' is not assigned and could be declared final
30343 src/com/gps/hibernate/Resourceaction.java 31 Parameter 'bitwiseValue' is not assigned and could be declared final
30344 src/com/gps/hibernate/Resourceaction.java 40 publicMethodCommentRequirement Required
30345 src/com/gps/hibernate/Resourceaction.java 44 Parameter 'resourceActionId' is not assigned and could be declared final
30346 src/com/gps/hibernate/Resourceaction.java 44 publicMethodCommentRequirement Required
30347 src/com/gps/hibernate/Resourceaction.java 48 publicMethodCommentRequirement Required
30348 src/com/gps/hibernate/Resourceaction.java 52 Parameter 'name' is not assigned and could be declared final
30349 src/com/gps/hibernate/Resourceaction.java 52 publicMethodCommentRequirement Required
30350 src/com/gps/hibernate/Resourceaction.java 56 publicMethodCommentRequirement Required
30351 src/com/gps/hibernate/Resourceaction.java 60 Parameter 'actionId' is not assigned and could be declared final
30352 src/com/gps/hibernate/Resourceaction.java 60 publicMethodCommentRequirement Required
30353 src/com/gps/hibernate/Resourceaction.java 64 publicMethodCommentRequirement Required
30354 src/com/gps/hibernate/Resourceaction.java 68 Parameter 'bitwiseValue' is not assigned and could be declared final
30355 src/com/gps/hibernate/Resourceaction.java 68 publicMethodCommentRequirement Required
30356 src/com/gps/hibernate/ResourceactionDAO.java 10 Comment is too large: Too many lines
30357 src/com/gps/hibernate/ResourceactionDAO.java 22 This class has too many methods, consider refactoring it.
30358 src/com/gps/hibernate/ResourceactionDAO.java 23 Logger should be defined private static final and have the correct class
30359 src/com/gps/hibernate/ResourceactionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30360 src/com/gps/hibernate/ResourceactionDAO.java 23 fieldCommentRequirement Required
30361 src/com/gps/hibernate/ResourceactionDAO.java 25 fieldCommentRequirement Required
30362 src/com/gps/hibernate/ResourceactionDAO.java 26 fieldCommentRequirement Required
30363 src/com/gps/hibernate/ResourceactionDAO.java 27 fieldCommentRequirement Required
30364 src/com/gps/hibernate/ResourceactionDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
30365 src/com/gps/hibernate/ResourceactionDAO.java 29 publicMethodCommentRequirement Required
30366 src/com/gps/hibernate/ResourceactionDAO.java 30 There is log block not surrounded by if
30367 src/com/gps/hibernate/ResourceactionDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30368 src/com/gps/hibernate/ResourceactionDAO.java 32 Potential violation of Law of Demeter (method chain calls)
30369 src/com/gps/hibernate/ResourceactionDAO.java 33 There is log block not surrounded by if
30370 src/com/gps/hibernate/ResourceactionDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30371 src/com/gps/hibernate/ResourceactionDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30372 src/com/gps/hibernate/ResourceactionDAO.java 35 There is log block not surrounded by if
30373 src/com/gps/hibernate/ResourceactionDAO.java 40 Avoid excessively long variable names like persistentInstance
30374 src/com/gps/hibernate/ResourceactionDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
30375 src/com/gps/hibernate/ResourceactionDAO.java 40 publicMethodCommentRequirement Required
30376 src/com/gps/hibernate/ResourceactionDAO.java 41 There is log block not surrounded by if
30377 src/com/gps/hibernate/ResourceactionDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30378 src/com/gps/hibernate/ResourceactionDAO.java 43 Potential violation of Law of Demeter (method chain calls)
30379 src/com/gps/hibernate/ResourceactionDAO.java 44 There is log block not surrounded by if
30380 src/com/gps/hibernate/ResourceactionDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30381 src/com/gps/hibernate/ResourceactionDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30382 src/com/gps/hibernate/ResourceactionDAO.java 46 There is log block not surrounded by if
30383 src/com/gps/hibernate/ResourceactionDAO.java 51 Avoid variables with short names like id
30384 src/com/gps/hibernate/ResourceactionDAO.java 51 Parameter 'id' is not assigned and could be declared final
30385 src/com/gps/hibernate/ResourceactionDAO.java 51 publicMethodCommentRequirement Required
30386 src/com/gps/hibernate/ResourceactionDAO.java 52 There is log block not surrounded by if
30387 src/com/gps/hibernate/ResourceactionDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30388 src/com/gps/hibernate/ResourceactionDAO.java 54 Local variable 'instance' could be declared final
30389 src/com/gps/hibernate/ResourceactionDAO.java 54 Potential violation of Law of Demeter (method chain calls)
30390 src/com/gps/hibernate/ResourceactionDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30391 src/com/gps/hibernate/ResourceactionDAO.java 58 There is log block not surrounded by if
30392 src/com/gps/hibernate/ResourceactionDAO.java 63 Parameter 'instance' is not assigned and could be declared final
30393 src/com/gps/hibernate/ResourceactionDAO.java 63 publicMethodCommentRequirement Required
30394 src/com/gps/hibernate/ResourceactionDAO.java 64 There is log block not surrounded by if
30395 src/com/gps/hibernate/ResourceactionDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30396 src/com/gps/hibernate/ResourceactionDAO.java 66 Local variable 'results' could be declared final
30397 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30398 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30399 src/com/gps/hibernate/ResourceactionDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30400 src/com/gps/hibernate/ResourceactionDAO.java 69 There is log block not surrounded by if
30401 src/com/gps/hibernate/ResourceactionDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30402 src/com/gps/hibernate/ResourceactionDAO.java 70 Potential violation of Law of Demeter (object not created locally)
30403 src/com/gps/hibernate/ResourceactionDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30404 src/com/gps/hibernate/ResourceactionDAO.java 73 There is log block not surrounded by if
30405 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
30406 src/com/gps/hibernate/ResourceactionDAO.java 78 Parameter 'value' is not assigned and could be declared final
30407 src/com/gps/hibernate/ResourceactionDAO.java 78 publicMethodCommentRequirement Required
30408 src/com/gps/hibernate/ResourceactionDAO.java 79 There is log block not surrounded by if
30409 src/com/gps/hibernate/ResourceactionDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30410 src/com/gps/hibernate/ResourceactionDAO.java 82 Local variable 'queryString' could be declared final
30411 src/com/gps/hibernate/ResourceactionDAO.java 84 Local variable 'queryObject' could be declared final
30412 src/com/gps/hibernate/ResourceactionDAO.java 84 Potential violation of Law of Demeter (method chain calls)
30413 src/com/gps/hibernate/ResourceactionDAO.java 85 Potential violation of Law of Demeter (object not created locally)
30414 src/com/gps/hibernate/ResourceactionDAO.java 86 Potential violation of Law of Demeter (object not created locally)
30415 src/com/gps/hibernate/ResourceactionDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30416 src/com/gps/hibernate/ResourceactionDAO.java 88 There is log block not surrounded by if
30417 src/com/gps/hibernate/ResourceactionDAO.java 93 Parameter 'name' is not assigned and could be declared final
30418 src/com/gps/hibernate/ResourceactionDAO.java 93 publicMethodCommentRequirement Required
30419 src/com/gps/hibernate/ResourceactionDAO.java 97 Parameter 'actionId' is not assigned and could be declared final
30420 src/com/gps/hibernate/ResourceactionDAO.java 97 publicMethodCommentRequirement Required
30421 src/com/gps/hibernate/ResourceactionDAO.java 101 Parameter 'bitwiseValue' is not assigned and could be declared final
30422 src/com/gps/hibernate/ResourceactionDAO.java 101 publicMethodCommentRequirement Required
30423 src/com/gps/hibernate/ResourceactionDAO.java 105 publicMethodCommentRequirement Required
30424 src/com/gps/hibernate/ResourceactionDAO.java 106 There is log block not surrounded by if
30425 src/com/gps/hibernate/ResourceactionDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30426 src/com/gps/hibernate/ResourceactionDAO.java 108 Local variable 'queryString' could be declared final
30427 src/com/gps/hibernate/ResourceactionDAO.java 109 Local variable 'queryObject' could be declared final
30428 src/com/gps/hibernate/ResourceactionDAO.java 109 Potential violation of Law of Demeter (method chain calls)
30429 src/com/gps/hibernate/ResourceactionDAO.java 110 Potential violation of Law of Demeter (object not created locally)
30430 src/com/gps/hibernate/ResourceactionDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30431 src/com/gps/hibernate/ResourceactionDAO.java 112 There is log block not surrounded by if
30432 src/com/gps/hibernate/ResourceactionDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
30433 src/com/gps/hibernate/ResourceactionDAO.java 117 publicMethodCommentRequirement Required
30434 src/com/gps/hibernate/ResourceactionDAO.java 118 There is log block not surrounded by if
30435 src/com/gps/hibernate/ResourceactionDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30436 src/com/gps/hibernate/ResourceactionDAO.java 120 Local variable 'result' could be declared final
30437 src/com/gps/hibernate/ResourceactionDAO.java 120 Potential violation of Law of Demeter (method chain calls)
30438 src/com/gps/hibernate/ResourceactionDAO.java 122 There is log block not surrounded by if
30439 src/com/gps/hibernate/ResourceactionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30440 src/com/gps/hibernate/ResourceactionDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30441 src/com/gps/hibernate/ResourceactionDAO.java 125 There is log block not surrounded by if
30442 src/com/gps/hibernate/ResourceactionDAO.java 130 Parameter 'instance' is not assigned and could be declared final
30443 src/com/gps/hibernate/ResourceactionDAO.java 130 publicMethodCommentRequirement Required
30444 src/com/gps/hibernate/ResourceactionDAO.java 131 There is log block not surrounded by if
30445 src/com/gps/hibernate/ResourceactionDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30446 src/com/gps/hibernate/ResourceactionDAO.java 133 Potential violation of Law of Demeter (method chain calls)
30447 src/com/gps/hibernate/ResourceactionDAO.java 134 There is log block not surrounded by if
30448 src/com/gps/hibernate/ResourceactionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30449 src/com/gps/hibernate/ResourceactionDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30450 src/com/gps/hibernate/ResourceactionDAO.java 136 There is log block not surrounded by if
30451 src/com/gps/hibernate/ResourceactionDAO.java 141 Parameter 'instance' is not assigned and could be declared final
30452 src/com/gps/hibernate/ResourceactionDAO.java 141 publicMethodCommentRequirement Required
30453 src/com/gps/hibernate/ResourceactionDAO.java 142 There is log block not surrounded by if
30454 src/com/gps/hibernate/ResourceactionDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30455 src/com/gps/hibernate/ResourceactionDAO.java 144 Potential violation of Law of Demeter (method chain calls)
30456 src/com/gps/hibernate/ResourceactionDAO.java 145 There is log block not surrounded by if
30457 src/com/gps/hibernate/ResourceactionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30458 src/com/gps/hibernate/ResourceactionDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30459 src/com/gps/hibernate/ResourceactionDAO.java 147 There is log block not surrounded by if
30460 src/com/gps/hibernate/Resourcecode.java 9 Classes implementing Serializable should set a serialVersionUID
30461 src/com/gps/hibernate/Resourcecode.java 13 fieldCommentRequirement Required
30462 src/com/gps/hibernate/Resourcecode.java 14 fieldCommentRequirement Required
30463 src/com/gps/hibernate/Resourcecode.java 15 fieldCommentRequirement Required
30464 src/com/gps/hibernate/Resourcecode.java 16 fieldCommentRequirement Required
30465 src/com/gps/hibernate/Resourcecode.java 21 Document empty constructor
30466 src/com/gps/hibernate/Resourcecode.java 25 Parameter 'codeId' is not assigned and could be declared final
30467 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'codeId' is not assigned and could be declared final
30468 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'companyId' is not assigned and could be declared final
30469 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'name' is not assigned and could be declared final
30470 src/com/gps/hibernate/Resourcecode.java 30 Parameter 'scope' is not assigned and could be declared final
30471 src/com/gps/hibernate/Resourcecode.java 39 publicMethodCommentRequirement Required
30472 src/com/gps/hibernate/Resourcecode.java 43 Parameter 'codeId' is not assigned and could be declared final
30473 src/com/gps/hibernate/Resourcecode.java 43 publicMethodCommentRequirement Required
30474 src/com/gps/hibernate/Resourcecode.java 47 publicMethodCommentRequirement Required
30475 src/com/gps/hibernate/Resourcecode.java 51 Parameter 'companyId' is not assigned and could be declared final
30476 src/com/gps/hibernate/Resourcecode.java 51 publicMethodCommentRequirement Required
30477 src/com/gps/hibernate/Resourcecode.java 55 publicMethodCommentRequirement Required
30478 src/com/gps/hibernate/Resourcecode.java 59 Parameter 'name' is not assigned and could be declared final
30479 src/com/gps/hibernate/Resourcecode.java 59 publicMethodCommentRequirement Required
30480 src/com/gps/hibernate/Resourcecode.java 63 publicMethodCommentRequirement Required
30481 src/com/gps/hibernate/Resourcecode.java 67 Parameter 'scope' is not assigned and could be declared final
30482 src/com/gps/hibernate/Resourcecode.java 67 publicMethodCommentRequirement Required
30483 src/com/gps/hibernate/ResourcecodeDAO.java 10 Comment is too large: Too many lines
30484 src/com/gps/hibernate/ResourcecodeDAO.java 22 This class has too many methods, consider refactoring it.
30485 src/com/gps/hibernate/ResourcecodeDAO.java 23 Logger should be defined private static final and have the correct class
30486 src/com/gps/hibernate/ResourcecodeDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30487 src/com/gps/hibernate/ResourcecodeDAO.java 23 fieldCommentRequirement Required
30488 src/com/gps/hibernate/ResourcecodeDAO.java 25 fieldCommentRequirement Required
30489 src/com/gps/hibernate/ResourcecodeDAO.java 26 fieldCommentRequirement Required
30490 src/com/gps/hibernate/ResourcecodeDAO.java 27 fieldCommentRequirement Required
30491 src/com/gps/hibernate/ResourcecodeDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
30492 src/com/gps/hibernate/ResourcecodeDAO.java 29 publicMethodCommentRequirement Required
30493 src/com/gps/hibernate/ResourcecodeDAO.java 30 There is log block not surrounded by if
30494 src/com/gps/hibernate/ResourcecodeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30495 src/com/gps/hibernate/ResourcecodeDAO.java 32 Potential violation of Law of Demeter (method chain calls)
30496 src/com/gps/hibernate/ResourcecodeDAO.java 33 There is log block not surrounded by if
30497 src/com/gps/hibernate/ResourcecodeDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30498 src/com/gps/hibernate/ResourcecodeDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30499 src/com/gps/hibernate/ResourcecodeDAO.java 35 There is log block not surrounded by if
30500 src/com/gps/hibernate/ResourcecodeDAO.java 40 Avoid excessively long variable names like persistentInstance
30501 src/com/gps/hibernate/ResourcecodeDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
30502 src/com/gps/hibernate/ResourcecodeDAO.java 40 publicMethodCommentRequirement Required
30503 src/com/gps/hibernate/ResourcecodeDAO.java 41 There is log block not surrounded by if
30504 src/com/gps/hibernate/ResourcecodeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30505 src/com/gps/hibernate/ResourcecodeDAO.java 43 Potential violation of Law of Demeter (method chain calls)
30506 src/com/gps/hibernate/ResourcecodeDAO.java 44 There is log block not surrounded by if
30507 src/com/gps/hibernate/ResourcecodeDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30508 src/com/gps/hibernate/ResourcecodeDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30509 src/com/gps/hibernate/ResourcecodeDAO.java 46 There is log block not surrounded by if
30510 src/com/gps/hibernate/ResourcecodeDAO.java 51 Avoid variables with short names like id
30511 src/com/gps/hibernate/ResourcecodeDAO.java 51 Parameter 'id' is not assigned and could be declared final
30512 src/com/gps/hibernate/ResourcecodeDAO.java 51 publicMethodCommentRequirement Required
30513 src/com/gps/hibernate/ResourcecodeDAO.java 52 There is log block not surrounded by if
30514 src/com/gps/hibernate/ResourcecodeDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30515 src/com/gps/hibernate/ResourcecodeDAO.java 54 Local variable 'instance' could be declared final
30516 src/com/gps/hibernate/ResourcecodeDAO.java 54 Potential violation of Law of Demeter (method chain calls)
30517 src/com/gps/hibernate/ResourcecodeDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30518 src/com/gps/hibernate/ResourcecodeDAO.java 58 There is log block not surrounded by if
30519 src/com/gps/hibernate/ResourcecodeDAO.java 63 Parameter 'instance' is not assigned and could be declared final
30520 src/com/gps/hibernate/ResourcecodeDAO.java 63 publicMethodCommentRequirement Required
30521 src/com/gps/hibernate/ResourcecodeDAO.java 64 There is log block not surrounded by if
30522 src/com/gps/hibernate/ResourcecodeDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30523 src/com/gps/hibernate/ResourcecodeDAO.java 66 Local variable 'results' could be declared final
30524 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30525 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30526 src/com/gps/hibernate/ResourcecodeDAO.java 66 Potential violation of Law of Demeter (method chain calls)
30527 src/com/gps/hibernate/ResourcecodeDAO.java 69 There is log block not surrounded by if
30528 src/com/gps/hibernate/ResourcecodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30529 src/com/gps/hibernate/ResourcecodeDAO.java 70 Potential violation of Law of Demeter (object not created locally)
30530 src/com/gps/hibernate/ResourcecodeDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30531 src/com/gps/hibernate/ResourcecodeDAO.java 73 There is log block not surrounded by if
30532 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
30533 src/com/gps/hibernate/ResourcecodeDAO.java 78 Parameter 'value' is not assigned and could be declared final
30534 src/com/gps/hibernate/ResourcecodeDAO.java 78 publicMethodCommentRequirement Required
30535 src/com/gps/hibernate/ResourcecodeDAO.java 79 There is log block not surrounded by if
30536 src/com/gps/hibernate/ResourcecodeDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30537 src/com/gps/hibernate/ResourcecodeDAO.java 82 Local variable 'queryString' could be declared final
30538 src/com/gps/hibernate/ResourcecodeDAO.java 84 Local variable 'queryObject' could be declared final
30539 src/com/gps/hibernate/ResourcecodeDAO.java 84 Potential violation of Law of Demeter (method chain calls)
30540 src/com/gps/hibernate/ResourcecodeDAO.java 85 Potential violation of Law of Demeter (object not created locally)
30541 src/com/gps/hibernate/ResourcecodeDAO.java 86 Potential violation of Law of Demeter (object not created locally)
30542 src/com/gps/hibernate/ResourcecodeDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30543 src/com/gps/hibernate/ResourcecodeDAO.java 88 There is log block not surrounded by if
30544 src/com/gps/hibernate/ResourcecodeDAO.java 93 Parameter 'companyId' is not assigned and could be declared final
30545 src/com/gps/hibernate/ResourcecodeDAO.java 93 publicMethodCommentRequirement Required
30546 src/com/gps/hibernate/ResourcecodeDAO.java 97 Parameter 'name' is not assigned and could be declared final
30547 src/com/gps/hibernate/ResourcecodeDAO.java 97 publicMethodCommentRequirement Required
30548 src/com/gps/hibernate/ResourcecodeDAO.java 101 Parameter 'scope' is not assigned and could be declared final
30549 src/com/gps/hibernate/ResourcecodeDAO.java 101 publicMethodCommentRequirement Required
30550 src/com/gps/hibernate/ResourcecodeDAO.java 105 publicMethodCommentRequirement Required
30551 src/com/gps/hibernate/ResourcecodeDAO.java 106 There is log block not surrounded by if
30552 src/com/gps/hibernate/ResourcecodeDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30553 src/com/gps/hibernate/ResourcecodeDAO.java 108 Local variable 'queryString' could be declared final
30554 src/com/gps/hibernate/ResourcecodeDAO.java 109 Local variable 'queryObject' could be declared final
30555 src/com/gps/hibernate/ResourcecodeDAO.java 109 Potential violation of Law of Demeter (method chain calls)
30556 src/com/gps/hibernate/ResourcecodeDAO.java 110 Potential violation of Law of Demeter (object not created locally)
30557 src/com/gps/hibernate/ResourcecodeDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30558 src/com/gps/hibernate/ResourcecodeDAO.java 112 There is log block not surrounded by if
30559 src/com/gps/hibernate/ResourcecodeDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
30560 src/com/gps/hibernate/ResourcecodeDAO.java 117 publicMethodCommentRequirement Required
30561 src/com/gps/hibernate/ResourcecodeDAO.java 118 There is log block not surrounded by if
30562 src/com/gps/hibernate/ResourcecodeDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30563 src/com/gps/hibernate/ResourcecodeDAO.java 120 Local variable 'result' could be declared final
30564 src/com/gps/hibernate/ResourcecodeDAO.java 120 Potential violation of Law of Demeter (method chain calls)
30565 src/com/gps/hibernate/ResourcecodeDAO.java 122 There is log block not surrounded by if
30566 src/com/gps/hibernate/ResourcecodeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30567 src/com/gps/hibernate/ResourcecodeDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30568 src/com/gps/hibernate/ResourcecodeDAO.java 125 There is log block not surrounded by if
30569 src/com/gps/hibernate/ResourcecodeDAO.java 130 Parameter 'instance' is not assigned and could be declared final
30570 src/com/gps/hibernate/ResourcecodeDAO.java 130 publicMethodCommentRequirement Required
30571 src/com/gps/hibernate/ResourcecodeDAO.java 131 There is log block not surrounded by if
30572 src/com/gps/hibernate/ResourcecodeDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30573 src/com/gps/hibernate/ResourcecodeDAO.java 133 Potential violation of Law of Demeter (method chain calls)
30574 src/com/gps/hibernate/ResourcecodeDAO.java 134 There is log block not surrounded by if
30575 src/com/gps/hibernate/ResourcecodeDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30576 src/com/gps/hibernate/ResourcecodeDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30577 src/com/gps/hibernate/ResourcecodeDAO.java 136 There is log block not surrounded by if
30578 src/com/gps/hibernate/ResourcecodeDAO.java 141 Parameter 'instance' is not assigned and could be declared final
30579 src/com/gps/hibernate/ResourcecodeDAO.java 141 publicMethodCommentRequirement Required
30580 src/com/gps/hibernate/ResourcecodeDAO.java 142 There is log block not surrounded by if
30581 src/com/gps/hibernate/ResourcecodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30582 src/com/gps/hibernate/ResourcecodeDAO.java 144 Potential violation of Law of Demeter (method chain calls)
30583 src/com/gps/hibernate/ResourcecodeDAO.java 145 There is log block not surrounded by if
30584 src/com/gps/hibernate/ResourcecodeDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30585 src/com/gps/hibernate/ResourcecodeDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30586 src/com/gps/hibernate/ResourcecodeDAO.java 147 There is log block not surrounded by if
30587 src/com/gps/hibernate/Resourcepermission.java 9 Classes implementing Serializable should set a serialVersionUID
30588 src/com/gps/hibernate/Resourcepermission.java 13 Avoid excessively long variable names like resourcePermissionId
30589 src/com/gps/hibernate/Resourcepermission.java 13 fieldCommentRequirement Required
30590 src/com/gps/hibernate/Resourcepermission.java 14 fieldCommentRequirement Required
30591 src/com/gps/hibernate/Resourcepermission.java 15 fieldCommentRequirement Required
30592 src/com/gps/hibernate/Resourcepermission.java 16 fieldCommentRequirement Required
30593 src/com/gps/hibernate/Resourcepermission.java 17 fieldCommentRequirement Required
30594 src/com/gps/hibernate/Resourcepermission.java 18 fieldCommentRequirement Required
30595 src/com/gps/hibernate/Resourcepermission.java 19 fieldCommentRequirement Required
30596 src/com/gps/hibernate/Resourcepermission.java 24 Document empty constructor
30597 src/com/gps/hibernate/Resourcepermission.java 28 Avoid excessively long variable names like resourcePermissionId
30598 src/com/gps/hibernate/Resourcepermission.java 28 Parameter 'resourcePermissionId' is not assigned and could be declared final
30599 src/com/gps/hibernate/Resourcepermission.java 33 Avoid excessively long variable names like resourcePermissionId
30600 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'companyId' is not assigned and could be declared final
30601 src/com/gps/hibernate/Resourcepermission.java 33 Parameter 'resourcePermissionId' is not assigned and could be declared final
30602 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'name' is not assigned and could be declared final
30603 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'primKey' is not assigned and could be declared final
30604 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'roleId' is not assigned and could be declared final
30605 src/com/gps/hibernate/Resourcepermission.java 34 Parameter 'scope' is not assigned and could be declared final
30606 src/com/gps/hibernate/Resourcepermission.java 35 Parameter 'actionIds' is not assigned and could be declared final
30607 src/com/gps/hibernate/Resourcepermission.java 47 publicMethodCommentRequirement Required
30608 src/com/gps/hibernate/Resourcepermission.java 51 Avoid excessively long variable names like resourcePermissionId
30609 src/com/gps/hibernate/Resourcepermission.java 51 Parameter 'resourcePermissionId' is not assigned and could be declared final
30610 src/com/gps/hibernate/Resourcepermission.java 51 publicMethodCommentRequirement Required
30611 src/com/gps/hibernate/Resourcepermission.java 55 publicMethodCommentRequirement Required
30612 src/com/gps/hibernate/Resourcepermission.java 59 Parameter 'companyId' is not assigned and could be declared final
30613 src/com/gps/hibernate/Resourcepermission.java 59 publicMethodCommentRequirement Required
30614 src/com/gps/hibernate/Resourcepermission.java 63 publicMethodCommentRequirement Required
30615 src/com/gps/hibernate/Resourcepermission.java 67 Parameter 'name' is not assigned and could be declared final
30616 src/com/gps/hibernate/Resourcepermission.java 67 publicMethodCommentRequirement Required
30617 src/com/gps/hibernate/Resourcepermission.java 71 publicMethodCommentRequirement Required
30618 src/com/gps/hibernate/Resourcepermission.java 75 Parameter 'scope' is not assigned and could be declared final
30619 src/com/gps/hibernate/Resourcepermission.java 75 publicMethodCommentRequirement Required
30620 src/com/gps/hibernate/Resourcepermission.java 79 publicMethodCommentRequirement Required
30621 src/com/gps/hibernate/Resourcepermission.java 83 Parameter 'primKey' is not assigned and could be declared final
30622 src/com/gps/hibernate/Resourcepermission.java 83 publicMethodCommentRequirement Required
30623 src/com/gps/hibernate/Resourcepermission.java 87 publicMethodCommentRequirement Required
30624 src/com/gps/hibernate/Resourcepermission.java 91 Parameter 'roleId' is not assigned and could be declared final
30625 src/com/gps/hibernate/Resourcepermission.java 91 publicMethodCommentRequirement Required
30626 src/com/gps/hibernate/Resourcepermission.java 95 publicMethodCommentRequirement Required
30627 src/com/gps/hibernate/Resourcepermission.java 99 Parameter 'actionIds' is not assigned and could be declared final
30628 src/com/gps/hibernate/Resourcepermission.java 99 publicMethodCommentRequirement Required
30629 src/com/gps/hibernate/ResourcepermissionDAO.java 10 Comment is too large: Too many lines
30630 src/com/gps/hibernate/ResourcepermissionDAO.java 22 This class has too many methods, consider refactoring it.
30631 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Logger should be defined private static final and have the correct class
30632 src/com/gps/hibernate/ResourcepermissionDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30633 src/com/gps/hibernate/ResourcepermissionDAO.java 23 fieldCommentRequirement Required
30634 src/com/gps/hibernate/ResourcepermissionDAO.java 26 fieldCommentRequirement Required
30635 src/com/gps/hibernate/ResourcepermissionDAO.java 27 fieldCommentRequirement Required
30636 src/com/gps/hibernate/ResourcepermissionDAO.java 28 fieldCommentRequirement Required
30637 src/com/gps/hibernate/ResourcepermissionDAO.java 29 fieldCommentRequirement Required
30638 src/com/gps/hibernate/ResourcepermissionDAO.java 30 fieldCommentRequirement Required
30639 src/com/gps/hibernate/ResourcepermissionDAO.java 31 fieldCommentRequirement Required
30640 src/com/gps/hibernate/ResourcepermissionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
30641 src/com/gps/hibernate/ResourcepermissionDAO.java 33 publicMethodCommentRequirement Required
30642 src/com/gps/hibernate/ResourcepermissionDAO.java 34 There is log block not surrounded by if
30643 src/com/gps/hibernate/ResourcepermissionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30644 src/com/gps/hibernate/ResourcepermissionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
30645 src/com/gps/hibernate/ResourcepermissionDAO.java 37 There is log block not surrounded by if
30646 src/com/gps/hibernate/ResourcepermissionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30647 src/com/gps/hibernate/ResourcepermissionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30648 src/com/gps/hibernate/ResourcepermissionDAO.java 39 There is log block not surrounded by if
30649 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Avoid excessively long variable names like persistentInstance
30650 src/com/gps/hibernate/ResourcepermissionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
30651 src/com/gps/hibernate/ResourcepermissionDAO.java 44 publicMethodCommentRequirement Required
30652 src/com/gps/hibernate/ResourcepermissionDAO.java 45 There is log block not surrounded by if
30653 src/com/gps/hibernate/ResourcepermissionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30654 src/com/gps/hibernate/ResourcepermissionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
30655 src/com/gps/hibernate/ResourcepermissionDAO.java 48 There is log block not surrounded by if
30656 src/com/gps/hibernate/ResourcepermissionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30657 src/com/gps/hibernate/ResourcepermissionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30658 src/com/gps/hibernate/ResourcepermissionDAO.java 50 There is log block not surrounded by if
30659 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Avoid variables with short names like id
30660 src/com/gps/hibernate/ResourcepermissionDAO.java 55 Parameter 'id' is not assigned and could be declared final
30661 src/com/gps/hibernate/ResourcepermissionDAO.java 55 publicMethodCommentRequirement Required
30662 src/com/gps/hibernate/ResourcepermissionDAO.java 56 There is log block not surrounded by if
30663 src/com/gps/hibernate/ResourcepermissionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30664 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Local variable 'instance' could be declared final
30665 src/com/gps/hibernate/ResourcepermissionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
30666 src/com/gps/hibernate/ResourcepermissionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30667 src/com/gps/hibernate/ResourcepermissionDAO.java 62 There is log block not surrounded by if
30668 src/com/gps/hibernate/ResourcepermissionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
30669 src/com/gps/hibernate/ResourcepermissionDAO.java 67 publicMethodCommentRequirement Required
30670 src/com/gps/hibernate/ResourcepermissionDAO.java 68 There is log block not surrounded by if
30671 src/com/gps/hibernate/ResourcepermissionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30672 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Local variable 'results' could be declared final
30673 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30674 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30675 src/com/gps/hibernate/ResourcepermissionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
30676 src/com/gps/hibernate/ResourcepermissionDAO.java 73 There is log block not surrounded by if
30677 src/com/gps/hibernate/ResourcepermissionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30678 src/com/gps/hibernate/ResourcepermissionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
30679 src/com/gps/hibernate/ResourcepermissionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30680 src/com/gps/hibernate/ResourcepermissionDAO.java 77 There is log block not surrounded by if
30681 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
30682 src/com/gps/hibernate/ResourcepermissionDAO.java 82 Parameter 'value' is not assigned and could be declared final
30683 src/com/gps/hibernate/ResourcepermissionDAO.java 82 publicMethodCommentRequirement Required
30684 src/com/gps/hibernate/ResourcepermissionDAO.java 83 There is log block not surrounded by if
30685 src/com/gps/hibernate/ResourcepermissionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30686 src/com/gps/hibernate/ResourcepermissionDAO.java 86 Local variable 'queryString' could be declared final
30687 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Local variable 'queryObject' could be declared final
30688 src/com/gps/hibernate/ResourcepermissionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
30689 src/com/gps/hibernate/ResourcepermissionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
30690 src/com/gps/hibernate/ResourcepermissionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
30691 src/com/gps/hibernate/ResourcepermissionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30692 src/com/gps/hibernate/ResourcepermissionDAO.java 92 There is log block not surrounded by if
30693 src/com/gps/hibernate/ResourcepermissionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
30694 src/com/gps/hibernate/ResourcepermissionDAO.java 97 publicMethodCommentRequirement Required
30695 src/com/gps/hibernate/ResourcepermissionDAO.java 101 Parameter 'name' is not assigned and could be declared final
30696 src/com/gps/hibernate/ResourcepermissionDAO.java 101 publicMethodCommentRequirement Required
30697 src/com/gps/hibernate/ResourcepermissionDAO.java 105 Parameter 'scope' is not assigned and could be declared final
30698 src/com/gps/hibernate/ResourcepermissionDAO.java 105 publicMethodCommentRequirement Required
30699 src/com/gps/hibernate/ResourcepermissionDAO.java 109 Parameter 'primKey' is not assigned and could be declared final
30700 src/com/gps/hibernate/ResourcepermissionDAO.java 109 publicMethodCommentRequirement Required
30701 src/com/gps/hibernate/ResourcepermissionDAO.java 113 Parameter 'roleId' is not assigned and could be declared final
30702 src/com/gps/hibernate/ResourcepermissionDAO.java 113 publicMethodCommentRequirement Required
30703 src/com/gps/hibernate/ResourcepermissionDAO.java 117 Parameter 'actionIds' is not assigned and could be declared final
30704 src/com/gps/hibernate/ResourcepermissionDAO.java 117 publicMethodCommentRequirement Required
30705 src/com/gps/hibernate/ResourcepermissionDAO.java 121 publicMethodCommentRequirement Required
30706 src/com/gps/hibernate/ResourcepermissionDAO.java 122 There is log block not surrounded by if
30707 src/com/gps/hibernate/ResourcepermissionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30708 src/com/gps/hibernate/ResourcepermissionDAO.java 124 Local variable 'queryString' could be declared final
30709 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Local variable 'queryObject' could be declared final
30710 src/com/gps/hibernate/ResourcepermissionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
30711 src/com/gps/hibernate/ResourcepermissionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
30712 src/com/gps/hibernate/ResourcepermissionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30713 src/com/gps/hibernate/ResourcepermissionDAO.java 128 There is log block not surrounded by if
30714 src/com/gps/hibernate/ResourcepermissionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
30715 src/com/gps/hibernate/ResourcepermissionDAO.java 133 publicMethodCommentRequirement Required
30716 src/com/gps/hibernate/ResourcepermissionDAO.java 134 There is log block not surrounded by if
30717 src/com/gps/hibernate/ResourcepermissionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30718 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Local variable 'result' could be declared final
30719 src/com/gps/hibernate/ResourcepermissionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
30720 src/com/gps/hibernate/ResourcepermissionDAO.java 138 There is log block not surrounded by if
30721 src/com/gps/hibernate/ResourcepermissionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30722 src/com/gps/hibernate/ResourcepermissionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30723 src/com/gps/hibernate/ResourcepermissionDAO.java 141 There is log block not surrounded by if
30724 src/com/gps/hibernate/ResourcepermissionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
30725 src/com/gps/hibernate/ResourcepermissionDAO.java 146 publicMethodCommentRequirement Required
30726 src/com/gps/hibernate/ResourcepermissionDAO.java 147 There is log block not surrounded by if
30727 src/com/gps/hibernate/ResourcepermissionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30728 src/com/gps/hibernate/ResourcepermissionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
30729 src/com/gps/hibernate/ResourcepermissionDAO.java 150 There is log block not surrounded by if
30730 src/com/gps/hibernate/ResourcepermissionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30731 src/com/gps/hibernate/ResourcepermissionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30732 src/com/gps/hibernate/ResourcepermissionDAO.java 152 There is log block not surrounded by if
30733 src/com/gps/hibernate/ResourcepermissionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
30734 src/com/gps/hibernate/ResourcepermissionDAO.java 157 publicMethodCommentRequirement Required
30735 src/com/gps/hibernate/ResourcepermissionDAO.java 158 There is log block not surrounded by if
30736 src/com/gps/hibernate/ResourcepermissionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30737 src/com/gps/hibernate/ResourcepermissionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
30738 src/com/gps/hibernate/ResourcepermissionDAO.java 161 There is log block not surrounded by if
30739 src/com/gps/hibernate/ResourcepermissionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30740 src/com/gps/hibernate/ResourcepermissionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30741 src/com/gps/hibernate/ResourcepermissionDAO.java 163 There is log block not surrounded by if
30742 src/com/gps/hibernate/RfidHistory.java 5 Classes implementing Serializable should set a serialVersionUID
30743 src/com/gps/hibernate/RfidHistory.java 5 headerCommentRequirement Required
30744 src/com/gps/hibernate/RfidHistory.java 9 fieldCommentRequirement Required
30745 src/com/gps/hibernate/RfidHistory.java 10 fieldCommentRequirement Required
30746 src/com/gps/hibernate/RfidHistory.java 11 fieldCommentRequirement Required
30747 src/com/gps/hibernate/RfidHistory.java 12 fieldCommentRequirement Required
30748 src/com/gps/hibernate/RfidHistory.java 13 fieldCommentRequirement Required
30749 src/com/gps/hibernate/RfidHistory.java 14 fieldCommentRequirement Required
30750 src/com/gps/hibernate/RfidHistory.java 20 Document empty constructor
30751 src/com/gps/hibernate/RfidHistory.java 24 Parameter 'historyId' is not assigned and could be declared final
30752 src/com/gps/hibernate/RfidHistory.java 24 Parameter 'insertionTime' is not assigned and could be declared final
30753 src/com/gps/hibernate/RfidHistory.java 24 Parameter 'userRfid' is not assigned and could be declared final
30754 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'fence' is not assigned and could be declared final
30755 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'historyId' is not assigned and could be declared final
30756 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'insertionTime' is not assigned and could be declared final
30757 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'session' is not assigned and could be declared final
30758 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'status' is not assigned and could be declared final
30759 src/com/gps/hibernate/RfidHistory.java 31 Parameter 'userRfid' is not assigned and could be declared final
30760 src/com/gps/hibernate/RfidHistory.java 44 publicMethodCommentRequirement Required
30761 src/com/gps/hibernate/RfidHistory.java 48 Parameter 'historyId' is not assigned and could be declared final
30762 src/com/gps/hibernate/RfidHistory.java 48 publicMethodCommentRequirement Required
30763 src/com/gps/hibernate/RfidHistory.java 52 publicMethodCommentRequirement Required
30764 src/com/gps/hibernate/RfidHistory.java 56 Parameter 'userRfid' is not assigned and could be declared final
30765 src/com/gps/hibernate/RfidHistory.java 56 publicMethodCommentRequirement Required
30766 src/com/gps/hibernate/RfidHistory.java 60 publicMethodCommentRequirement Required
30767 src/com/gps/hibernate/RfidHistory.java 64 Parameter 'fence' is not assigned and could be declared final
30768 src/com/gps/hibernate/RfidHistory.java 64 publicMethodCommentRequirement Required
30769 src/com/gps/hibernate/RfidHistory.java 68 publicMethodCommentRequirement Required
30770 src/com/gps/hibernate/RfidHistory.java 72 Parameter 'insertionTime' is not assigned and could be declared final
30771 src/com/gps/hibernate/RfidHistory.java 72 publicMethodCommentRequirement Required
30772 src/com/gps/hibernate/RfidHistory.java 76 publicMethodCommentRequirement Required
30773 src/com/gps/hibernate/RfidHistory.java 80 Parameter 'session' is not assigned and could be declared final
30774 src/com/gps/hibernate/RfidHistory.java 80 publicMethodCommentRequirement Required
30775 src/com/gps/hibernate/RfidHistory.java 84 publicMethodCommentRequirement Required
30776 src/com/gps/hibernate/RfidHistory.java 88 Parameter 'status' is not assigned and could be declared final
30777 src/com/gps/hibernate/RfidHistory.java 88 publicMethodCommentRequirement Required
30778 src/com/gps/hibernate/RfidHistoryDAO.java 5 Avoid unused imports such as 'javax.naming.InitialContext'
30779 src/com/gps/hibernate/RfidHistoryDAO.java 9 Avoid unused imports such as 'org.hibernate.SessionFactory'
30780 src/com/gps/hibernate/RfidHistoryDAO.java 21 Logger should be defined private static final and have the correct class
30781 src/com/gps/hibernate/RfidHistoryDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
30782 src/com/gps/hibernate/RfidHistoryDAO.java 21 fieldCommentRequirement Required
30783 src/com/gps/hibernate/RfidHistoryDAO.java 25 Parameter 'transientInstance' is not assigned and could be declared final
30784 src/com/gps/hibernate/RfidHistoryDAO.java 25 publicMethodCommentRequirement Required
30785 src/com/gps/hibernate/RfidHistoryDAO.java 26 There is log block not surrounded by if
30786 src/com/gps/hibernate/RfidHistoryDAO.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30787 src/com/gps/hibernate/RfidHistoryDAO.java 28 Potential violation of Law of Demeter (method chain calls)
30788 src/com/gps/hibernate/RfidHistoryDAO.java 29 There is log block not surrounded by if
30789 src/com/gps/hibernate/RfidHistoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30790 src/com/gps/hibernate/RfidHistoryDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30791 src/com/gps/hibernate/RfidHistoryDAO.java 32 There is log block not surrounded by if
30792 src/com/gps/hibernate/RfidHistoryDAO.java 37 Parameter 'instance' is not assigned and could be declared final
30793 src/com/gps/hibernate/RfidHistoryDAO.java 37 publicMethodCommentRequirement Required
30794 src/com/gps/hibernate/RfidHistoryDAO.java 38 There is log block not surrounded by if
30795 src/com/gps/hibernate/RfidHistoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30796 src/com/gps/hibernate/RfidHistoryDAO.java 40 Potential violation of Law of Demeter (method chain calls)
30797 src/com/gps/hibernate/RfidHistoryDAO.java 41 There is log block not surrounded by if
30798 src/com/gps/hibernate/RfidHistoryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30799 src/com/gps/hibernate/RfidHistoryDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30800 src/com/gps/hibernate/RfidHistoryDAO.java 44 There is log block not surrounded by if
30801 src/com/gps/hibernate/RfidHistoryDAO.java 49 Parameter 'instance' is not assigned and could be declared final
30802 src/com/gps/hibernate/RfidHistoryDAO.java 49 publicMethodCommentRequirement Required
30803 src/com/gps/hibernate/RfidHistoryDAO.java 50 There is log block not surrounded by if
30804 src/com/gps/hibernate/RfidHistoryDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30805 src/com/gps/hibernate/RfidHistoryDAO.java 52 Potential violation of Law of Demeter (method chain calls)
30806 src/com/gps/hibernate/RfidHistoryDAO.java 53 There is log block not surrounded by if
30807 src/com/gps/hibernate/RfidHistoryDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30808 src/com/gps/hibernate/RfidHistoryDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30809 src/com/gps/hibernate/RfidHistoryDAO.java 56 There is log block not surrounded by if
30810 src/com/gps/hibernate/RfidHistoryDAO.java 61 Avoid excessively long variable names like persistentInstance
30811 src/com/gps/hibernate/RfidHistoryDAO.java 61 Parameter 'persistentInstance' is not assigned and could be declared final
30812 src/com/gps/hibernate/RfidHistoryDAO.java 61 publicMethodCommentRequirement Required
30813 src/com/gps/hibernate/RfidHistoryDAO.java 62 There is log block not surrounded by if
30814 src/com/gps/hibernate/RfidHistoryDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30815 src/com/gps/hibernate/RfidHistoryDAO.java 64 Potential violation of Law of Demeter (method chain calls)
30816 src/com/gps/hibernate/RfidHistoryDAO.java 65 There is log block not surrounded by if
30817 src/com/gps/hibernate/RfidHistoryDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30818 src/com/gps/hibernate/RfidHistoryDAO.java 67 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30819 src/com/gps/hibernate/RfidHistoryDAO.java 68 There is log block not surrounded by if
30820 src/com/gps/hibernate/RfidHistoryDAO.java 73 Parameter 'detachedInstance' is not assigned and could be declared final
30821 src/com/gps/hibernate/RfidHistoryDAO.java 73 publicMethodCommentRequirement Required
30822 src/com/gps/hibernate/RfidHistoryDAO.java 74 There is log block not surrounded by if
30823 src/com/gps/hibernate/RfidHistoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30824 src/com/gps/hibernate/RfidHistoryDAO.java 76 Local variable 'result' could be declared final
30825 src/com/gps/hibernate/RfidHistoryDAO.java 76 Potential violation of Law of Demeter (method chain calls)
30826 src/com/gps/hibernate/RfidHistoryDAO.java 78 There is log block not surrounded by if
30827 src/com/gps/hibernate/RfidHistoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30828 src/com/gps/hibernate/RfidHistoryDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30829 src/com/gps/hibernate/RfidHistoryDAO.java 82 There is log block not surrounded by if
30830 src/com/gps/hibernate/RfidHistoryDAO.java 87 Avoid variables with short names like id
30831 src/com/gps/hibernate/RfidHistoryDAO.java 87 Parameter 'id' is not assigned and could be declared final
30832 src/com/gps/hibernate/RfidHistoryDAO.java 87 publicMethodCommentRequirement Required
30833 src/com/gps/hibernate/RfidHistoryDAO.java 88 There is log block not surrounded by if
30834 src/com/gps/hibernate/RfidHistoryDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30835 src/com/gps/hibernate/RfidHistoryDAO.java 90 Local variable 'instance' could be declared final
30836 src/com/gps/hibernate/RfidHistoryDAO.java 90 Potential violation of Law of Demeter (method chain calls)
30837 src/com/gps/hibernate/RfidHistoryDAO.java 93 There is log block not surrounded by if
30838 src/com/gps/hibernate/RfidHistoryDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30839 src/com/gps/hibernate/RfidHistoryDAO.java 96 There is log block not surrounded by if
30840 src/com/gps/hibernate/RfidHistoryDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30841 src/com/gps/hibernate/RfidHistoryDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30842 src/com/gps/hibernate/RfidHistoryDAO.java 101 There is log block not surrounded by if
30843 src/com/gps/hibernate/RfidHistoryDAO.java 107 Parameter 'instance' is not assigned and could be declared final
30844 src/com/gps/hibernate/RfidHistoryDAO.java 107 publicMethodCommentRequirement Required
30845 src/com/gps/hibernate/RfidHistoryDAO.java 108 There is log block not surrounded by if
30846 src/com/gps/hibernate/RfidHistoryDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30847 src/com/gps/hibernate/RfidHistoryDAO.java 110 Local variable 'results' could be declared final
30848 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
30849 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
30850 src/com/gps/hibernate/RfidHistoryDAO.java 110 Potential violation of Law of Demeter (method chain calls)
30851 src/com/gps/hibernate/RfidHistoryDAO.java 114 Potential violation of Law of Demeter (object not created locally)
30852 src/com/gps/hibernate/RfidHistoryDAO.java 114 There is log block not surrounded by if
30853 src/com/gps/hibernate/RfidHistoryDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30854 src/com/gps/hibernate/RfidHistoryDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30855 src/com/gps/hibernate/RfidHistoryDAO.java 118 There is log block not surrounded by if
30856 src/com/gps/hibernate/RfidParameters.java 5 Classes implementing Serializable should set a serialVersionUID
30857 src/com/gps/hibernate/RfidParameters.java 5 headerCommentRequirement Required
30858 src/com/gps/hibernate/RfidParameters.java 7 Avoid variables with short names like id
30859 src/com/gps/hibernate/RfidParameters.java 7 fieldCommentRequirement Required
30860 src/com/gps/hibernate/RfidParameters.java 8 fieldCommentRequirement Required
30861 src/com/gps/hibernate/RfidParameters.java 9 fieldCommentRequirement Required
30862 src/com/gps/hibernate/RfidParameters.java 10 fieldCommentRequirement Required
30863 src/com/gps/hibernate/RfidParameters.java 11 fieldCommentRequirement Required
30864 src/com/gps/hibernate/RfidParameters.java 21 Avoid variables with short names like id
30865 src/com/gps/hibernate/RfidParameters.java 21 Parameter 'id' is not assigned and could be declared final
30866 src/com/gps/hibernate/RfidParameters.java 33 Parameter 'tripParams' is not assigned and could be declared final
30867 src/com/gps/hibernate/RfidParameters.java 45 Parameter 'rfid' is not assigned and could be declared final
30868 src/com/gps/hibernate/RfidParameters.java 57 Parameter 'creationTime' is not assigned and could be declared final
30869 src/com/gps/hibernate/RfidParameters.java 69 Parameter 'dbInsertTime' is not assigned and could be declared final
30870 src/com/gps/hibernate/Role.java 9 A Classname should have a minimum of five characters
30871 src/com/gps/hibernate/Role.java 9 Classes implementing Serializable should set a serialVersionUID
30872 src/com/gps/hibernate/Role.java 13 fieldCommentRequirement Required
30873 src/com/gps/hibernate/Role.java 14 fieldCommentRequirement Required
30874 src/com/gps/hibernate/Role.java 15 fieldCommentRequirement Required
30875 src/com/gps/hibernate/Role.java 16 fieldCommentRequirement Required
30876 src/com/gps/hibernate/Role.java 17 fieldCommentRequirement Required
30877 src/com/gps/hibernate/Role.java 18 fieldCommentRequirement Required
30878 src/com/gps/hibernate/Role.java 19 fieldCommentRequirement Required
30879 src/com/gps/hibernate/Role.java 20 fieldCommentRequirement Required
30880 src/com/gps/hibernate/Role.java 21 fieldCommentRequirement Required
30881 src/com/gps/hibernate/Role.java 26 Document empty constructor
30882 src/com/gps/hibernate/Role.java 30 Parameter 'roleId' is not assigned and could be declared final
30883 src/com/gps/hibernate/Role.java 35 Parameter 'classNameId' is not assigned and could be declared final
30884 src/com/gps/hibernate/Role.java 35 Parameter 'classPk' is not assigned and could be declared final
30885 src/com/gps/hibernate/Role.java 35 Parameter 'companyId' is not assigned and could be declared final
30886 src/com/gps/hibernate/Role.java 35 Parameter 'roleId' is not assigned and could be declared final
30887 src/com/gps/hibernate/Role.java 36 Parameter 'description' is not assigned and could be declared final
30888 src/com/gps/hibernate/Role.java 36 Parameter 'name' is not assigned and could be declared final
30889 src/com/gps/hibernate/Role.java 36 Parameter 'title' is not assigned and could be declared final
30890 src/com/gps/hibernate/Role.java 36 Parameter 'type' is not assigned and could be declared final
30891 src/com/gps/hibernate/Role.java 37 Parameter 'subtype' is not assigned and could be declared final
30892 src/com/gps/hibernate/Role.java 51 publicMethodCommentRequirement Required
30893 src/com/gps/hibernate/Role.java 55 Parameter 'roleId' is not assigned and could be declared final
30894 src/com/gps/hibernate/Role.java 55 publicMethodCommentRequirement Required
30895 src/com/gps/hibernate/Role.java 59 publicMethodCommentRequirement Required
30896 src/com/gps/hibernate/Role.java 63 Parameter 'companyId' is not assigned and could be declared final
30897 src/com/gps/hibernate/Role.java 63 publicMethodCommentRequirement Required
30898 src/com/gps/hibernate/Role.java 67 publicMethodCommentRequirement Required
30899 src/com/gps/hibernate/Role.java 71 Parameter 'classNameId' is not assigned and could be declared final
30900 src/com/gps/hibernate/Role.java 71 publicMethodCommentRequirement Required
30901 src/com/gps/hibernate/Role.java 75 publicMethodCommentRequirement Required
30902 src/com/gps/hibernate/Role.java 79 Parameter 'classPk' is not assigned and could be declared final
30903 src/com/gps/hibernate/Role.java 79 publicMethodCommentRequirement Required
30904 src/com/gps/hibernate/Role.java 83 publicMethodCommentRequirement Required
30905 src/com/gps/hibernate/Role.java 87 Parameter 'name' is not assigned and could be declared final
30906 src/com/gps/hibernate/Role.java 87 publicMethodCommentRequirement Required
30907 src/com/gps/hibernate/Role.java 91 publicMethodCommentRequirement Required
30908 src/com/gps/hibernate/Role.java 95 Parameter 'title' is not assigned and could be declared final
30909 src/com/gps/hibernate/Role.java 95 publicMethodCommentRequirement Required
30910 src/com/gps/hibernate/Role.java 99 publicMethodCommentRequirement Required
30911 src/com/gps/hibernate/Role.java 103 Parameter 'description' is not assigned and could be declared final
30912 src/com/gps/hibernate/Role.java 103 publicMethodCommentRequirement Required
30913 src/com/gps/hibernate/Role.java 107 publicMethodCommentRequirement Required
30914 src/com/gps/hibernate/Role.java 111 Parameter 'type' is not assigned and could be declared final
30915 src/com/gps/hibernate/Role.java 111 publicMethodCommentRequirement Required
30916 src/com/gps/hibernate/Role.java 115 publicMethodCommentRequirement Required
30917 src/com/gps/hibernate/Role.java 119 Parameter 'subtype' is not assigned and could be declared final
30918 src/com/gps/hibernate/Role.java 119 publicMethodCommentRequirement Required
30919 src/com/gps/hibernate/RoleDAO.java 10 Comment is too large: Too many lines
30920 src/com/gps/hibernate/RoleDAO.java 22 This class has too many methods, consider refactoring it.
30921 src/com/gps/hibernate/RoleDAO.java 23 Logger should be defined private static final and have the correct class
30922 src/com/gps/hibernate/RoleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
30923 src/com/gps/hibernate/RoleDAO.java 23 fieldCommentRequirement Required
30924 src/com/gps/hibernate/RoleDAO.java 25 fieldCommentRequirement Required
30925 src/com/gps/hibernate/RoleDAO.java 26 fieldCommentRequirement Required
30926 src/com/gps/hibernate/RoleDAO.java 27 fieldCommentRequirement Required
30927 src/com/gps/hibernate/RoleDAO.java 28 fieldCommentRequirement Required
30928 src/com/gps/hibernate/RoleDAO.java 29 fieldCommentRequirement Required
30929 src/com/gps/hibernate/RoleDAO.java 30 fieldCommentRequirement Required
30930 src/com/gps/hibernate/RoleDAO.java 31 fieldCommentRequirement Required
30931 src/com/gps/hibernate/RoleDAO.java 32 fieldCommentRequirement Required
30932 src/com/gps/hibernate/RoleDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
30933 src/com/gps/hibernate/RoleDAO.java 34 publicMethodCommentRequirement Required
30934 src/com/gps/hibernate/RoleDAO.java 35 There is log block not surrounded by if
30935 src/com/gps/hibernate/RoleDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30936 src/com/gps/hibernate/RoleDAO.java 37 Potential violation of Law of Demeter (method chain calls)
30937 src/com/gps/hibernate/RoleDAO.java 38 There is log block not surrounded by if
30938 src/com/gps/hibernate/RoleDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30939 src/com/gps/hibernate/RoleDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30940 src/com/gps/hibernate/RoleDAO.java 40 There is log block not surrounded by if
30941 src/com/gps/hibernate/RoleDAO.java 45 Avoid excessively long variable names like persistentInstance
30942 src/com/gps/hibernate/RoleDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
30943 src/com/gps/hibernate/RoleDAO.java 45 publicMethodCommentRequirement Required
30944 src/com/gps/hibernate/RoleDAO.java 46 There is log block not surrounded by if
30945 src/com/gps/hibernate/RoleDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30946 src/com/gps/hibernate/RoleDAO.java 48 Potential violation of Law of Demeter (method chain calls)
30947 src/com/gps/hibernate/RoleDAO.java 49 There is log block not surrounded by if
30948 src/com/gps/hibernate/RoleDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30949 src/com/gps/hibernate/RoleDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30950 src/com/gps/hibernate/RoleDAO.java 51 There is log block not surrounded by if
30951 src/com/gps/hibernate/RoleDAO.java 56 Avoid variables with short names like id
30952 src/com/gps/hibernate/RoleDAO.java 56 Parameter 'id' is not assigned and could be declared final
30953 src/com/gps/hibernate/RoleDAO.java 56 publicMethodCommentRequirement Required
30954 src/com/gps/hibernate/RoleDAO.java 57 There is log block not surrounded by if
30955 src/com/gps/hibernate/RoleDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30956 src/com/gps/hibernate/RoleDAO.java 59 Local variable 'instance' could be declared final
30957 src/com/gps/hibernate/RoleDAO.java 59 Potential violation of Law of Demeter (method chain calls)
30958 src/com/gps/hibernate/RoleDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30959 src/com/gps/hibernate/RoleDAO.java 63 There is log block not surrounded by if
30960 src/com/gps/hibernate/RoleDAO.java 68 Parameter 'instance' is not assigned and could be declared final
30961 src/com/gps/hibernate/RoleDAO.java 68 publicMethodCommentRequirement Required
30962 src/com/gps/hibernate/RoleDAO.java 69 There is log block not surrounded by if
30963 src/com/gps/hibernate/RoleDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30964 src/com/gps/hibernate/RoleDAO.java 71 Local variable 'results' could be declared final
30965 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
30966 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
30967 src/com/gps/hibernate/RoleDAO.java 71 Potential violation of Law of Demeter (method chain calls)
30968 src/com/gps/hibernate/RoleDAO.java 74 There is log block not surrounded by if
30969 src/com/gps/hibernate/RoleDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30970 src/com/gps/hibernate/RoleDAO.java 75 Potential violation of Law of Demeter (object not created locally)
30971 src/com/gps/hibernate/RoleDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30972 src/com/gps/hibernate/RoleDAO.java 78 There is log block not surrounded by if
30973 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
30974 src/com/gps/hibernate/RoleDAO.java 83 Parameter 'value' is not assigned and could be declared final
30975 src/com/gps/hibernate/RoleDAO.java 83 publicMethodCommentRequirement Required
30976 src/com/gps/hibernate/RoleDAO.java 84 There is log block not surrounded by if
30977 src/com/gps/hibernate/RoleDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
30978 src/com/gps/hibernate/RoleDAO.java 87 Local variable 'queryString' could be declared final
30979 src/com/gps/hibernate/RoleDAO.java 89 Local variable 'queryObject' could be declared final
30980 src/com/gps/hibernate/RoleDAO.java 89 Potential violation of Law of Demeter (method chain calls)
30981 src/com/gps/hibernate/RoleDAO.java 90 Potential violation of Law of Demeter (object not created locally)
30982 src/com/gps/hibernate/RoleDAO.java 91 Potential violation of Law of Demeter (object not created locally)
30983 src/com/gps/hibernate/RoleDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
30984 src/com/gps/hibernate/RoleDAO.java 93 There is log block not surrounded by if
30985 src/com/gps/hibernate/RoleDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
30986 src/com/gps/hibernate/RoleDAO.java 98 publicMethodCommentRequirement Required
30987 src/com/gps/hibernate/RoleDAO.java 102 Parameter 'classNameId' is not assigned and could be declared final
30988 src/com/gps/hibernate/RoleDAO.java 102 publicMethodCommentRequirement Required
30989 src/com/gps/hibernate/RoleDAO.java 106 Parameter 'classPk' is not assigned and could be declared final
30990 src/com/gps/hibernate/RoleDAO.java 106 publicMethodCommentRequirement Required
30991 src/com/gps/hibernate/RoleDAO.java 110 Parameter 'name' is not assigned and could be declared final
30992 src/com/gps/hibernate/RoleDAO.java 110 publicMethodCommentRequirement Required
30993 src/com/gps/hibernate/RoleDAO.java 114 Parameter 'title' is not assigned and could be declared final
30994 src/com/gps/hibernate/RoleDAO.java 114 publicMethodCommentRequirement Required
30995 src/com/gps/hibernate/RoleDAO.java 118 Parameter 'description' is not assigned and could be declared final
30996 src/com/gps/hibernate/RoleDAO.java 118 publicMethodCommentRequirement Required
30997 src/com/gps/hibernate/RoleDAO.java 122 Parameter 'type' is not assigned and could be declared final
30998 src/com/gps/hibernate/RoleDAO.java 122 publicMethodCommentRequirement Required
30999 src/com/gps/hibernate/RoleDAO.java 126 Parameter 'subtype' is not assigned and could be declared final
31000 src/com/gps/hibernate/RoleDAO.java 126 publicMethodCommentRequirement Required
31001 src/com/gps/hibernate/RoleDAO.java 130 publicMethodCommentRequirement Required
31002 src/com/gps/hibernate/RoleDAO.java 131 There is log block not surrounded by if
31003 src/com/gps/hibernate/RoleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31004 src/com/gps/hibernate/RoleDAO.java 133 Local variable 'queryString' could be declared final
31005 src/com/gps/hibernate/RoleDAO.java 134 Local variable 'queryObject' could be declared final
31006 src/com/gps/hibernate/RoleDAO.java 134 Potential violation of Law of Demeter (method chain calls)
31007 src/com/gps/hibernate/RoleDAO.java 135 Potential violation of Law of Demeter (object not created locally)
31008 src/com/gps/hibernate/RoleDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31009 src/com/gps/hibernate/RoleDAO.java 137 There is log block not surrounded by if
31010 src/com/gps/hibernate/RoleDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
31011 src/com/gps/hibernate/RoleDAO.java 142 publicMethodCommentRequirement Required
31012 src/com/gps/hibernate/RoleDAO.java 143 There is log block not surrounded by if
31013 src/com/gps/hibernate/RoleDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31014 src/com/gps/hibernate/RoleDAO.java 145 Local variable 'result' could be declared final
31015 src/com/gps/hibernate/RoleDAO.java 145 Potential violation of Law of Demeter (method chain calls)
31016 src/com/gps/hibernate/RoleDAO.java 146 There is log block not surrounded by if
31017 src/com/gps/hibernate/RoleDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31018 src/com/gps/hibernate/RoleDAO.java 148 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31019 src/com/gps/hibernate/RoleDAO.java 149 There is log block not surrounded by if
31020 src/com/gps/hibernate/RoleDAO.java 154 Parameter 'instance' is not assigned and could be declared final
31021 src/com/gps/hibernate/RoleDAO.java 154 publicMethodCommentRequirement Required
31022 src/com/gps/hibernate/RoleDAO.java 155 There is log block not surrounded by if
31023 src/com/gps/hibernate/RoleDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31024 src/com/gps/hibernate/RoleDAO.java 157 Potential violation of Law of Demeter (method chain calls)
31025 src/com/gps/hibernate/RoleDAO.java 158 There is log block not surrounded by if
31026 src/com/gps/hibernate/RoleDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31027 src/com/gps/hibernate/RoleDAO.java 159 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31028 src/com/gps/hibernate/RoleDAO.java 160 There is log block not surrounded by if
31029 src/com/gps/hibernate/RoleDAO.java 165 Parameter 'instance' is not assigned and could be declared final
31030 src/com/gps/hibernate/RoleDAO.java 165 publicMethodCommentRequirement Required
31031 src/com/gps/hibernate/RoleDAO.java 166 There is log block not surrounded by if
31032 src/com/gps/hibernate/RoleDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31033 src/com/gps/hibernate/RoleDAO.java 168 Potential violation of Law of Demeter (method chain calls)
31034 src/com/gps/hibernate/RoleDAO.java 169 There is log block not surrounded by if
31035 src/com/gps/hibernate/RoleDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31036 src/com/gps/hibernate/RoleDAO.java 170 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31037 src/com/gps/hibernate/RoleDAO.java 171 There is log block not surrounded by if
31038 src/com/gps/hibernate/RolesPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
31039 src/com/gps/hibernate/RolesPermissions.java 13 Avoid variables with short names like id
31040 src/com/gps/hibernate/RolesPermissions.java 13 fieldCommentRequirement Required
31041 src/com/gps/hibernate/RolesPermissions.java 18 Document empty constructor
31042 src/com/gps/hibernate/RolesPermissions.java 22 Avoid variables with short names like id
31043 src/com/gps/hibernate/RolesPermissions.java 22 Parameter 'id' is not assigned and could be declared final
31044 src/com/gps/hibernate/RolesPermissions.java 28 publicMethodCommentRequirement Required
31045 src/com/gps/hibernate/RolesPermissions.java 32 Avoid variables with short names like id
31046 src/com/gps/hibernate/RolesPermissions.java 32 Parameter 'id' is not assigned and could be declared final
31047 src/com/gps/hibernate/RolesPermissions.java 32 publicMethodCommentRequirement Required
31048 src/com/gps/hibernate/RolesPermissionsDAO.java 10 Comment is too large: Too many lines
31049 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
31050 src/com/gps/hibernate/RolesPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
31051 src/com/gps/hibernate/RolesPermissionsDAO.java 23 fieldCommentRequirement Required
31052 src/com/gps/hibernate/RolesPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
31053 src/com/gps/hibernate/RolesPermissionsDAO.java 27 publicMethodCommentRequirement Required
31054 src/com/gps/hibernate/RolesPermissionsDAO.java 28 There is log block not surrounded by if
31055 src/com/gps/hibernate/RolesPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31056 src/com/gps/hibernate/RolesPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
31057 src/com/gps/hibernate/RolesPermissionsDAO.java 31 There is log block not surrounded by if
31058 src/com/gps/hibernate/RolesPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31059 src/com/gps/hibernate/RolesPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31060 src/com/gps/hibernate/RolesPermissionsDAO.java 33 There is log block not surrounded by if
31061 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
31062 src/com/gps/hibernate/RolesPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
31063 src/com/gps/hibernate/RolesPermissionsDAO.java 38 publicMethodCommentRequirement Required
31064 src/com/gps/hibernate/RolesPermissionsDAO.java 39 There is log block not surrounded by if
31065 src/com/gps/hibernate/RolesPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31066 src/com/gps/hibernate/RolesPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
31067 src/com/gps/hibernate/RolesPermissionsDAO.java 42 There is log block not surrounded by if
31068 src/com/gps/hibernate/RolesPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31069 src/com/gps/hibernate/RolesPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31070 src/com/gps/hibernate/RolesPermissionsDAO.java 44 There is log block not surrounded by if
31071 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Avoid variables with short names like id
31072 src/com/gps/hibernate/RolesPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
31073 src/com/gps/hibernate/RolesPermissionsDAO.java 49 publicMethodCommentRequirement Required
31074 src/com/gps/hibernate/RolesPermissionsDAO.java 50 There is log block not surrounded by if
31075 src/com/gps/hibernate/RolesPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31076 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Local variable 'instance' could be declared final
31077 src/com/gps/hibernate/RolesPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
31078 src/com/gps/hibernate/RolesPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31079 src/com/gps/hibernate/RolesPermissionsDAO.java 56 There is log block not surrounded by if
31080 src/com/gps/hibernate/RolesPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
31081 src/com/gps/hibernate/RolesPermissionsDAO.java 61 publicMethodCommentRequirement Required
31082 src/com/gps/hibernate/RolesPermissionsDAO.java 62 There is log block not surrounded by if
31083 src/com/gps/hibernate/RolesPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31084 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Local variable 'results' could be declared final
31085 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
31086 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
31087 src/com/gps/hibernate/RolesPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
31088 src/com/gps/hibernate/RolesPermissionsDAO.java 67 There is log block not surrounded by if
31089 src/com/gps/hibernate/RolesPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31090 src/com/gps/hibernate/RolesPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
31091 src/com/gps/hibernate/RolesPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31092 src/com/gps/hibernate/RolesPermissionsDAO.java 71 There is log block not surrounded by if
31093 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
31094 src/com/gps/hibernate/RolesPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
31095 src/com/gps/hibernate/RolesPermissionsDAO.java 76 publicMethodCommentRequirement Required
31096 src/com/gps/hibernate/RolesPermissionsDAO.java 77 There is log block not surrounded by if
31097 src/com/gps/hibernate/RolesPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31098 src/com/gps/hibernate/RolesPermissionsDAO.java 80 Local variable 'queryString' could be declared final
31099 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
31100 src/com/gps/hibernate/RolesPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
31101 src/com/gps/hibernate/RolesPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
31102 src/com/gps/hibernate/RolesPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
31103 src/com/gps/hibernate/RolesPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31104 src/com/gps/hibernate/RolesPermissionsDAO.java 86 There is log block not surrounded by if
31105 src/com/gps/hibernate/RolesPermissionsDAO.java 91 publicMethodCommentRequirement Required
31106 src/com/gps/hibernate/RolesPermissionsDAO.java 92 There is log block not surrounded by if
31107 src/com/gps/hibernate/RolesPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31108 src/com/gps/hibernate/RolesPermissionsDAO.java 94 Local variable 'queryString' could be declared final
31109 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
31110 src/com/gps/hibernate/RolesPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
31111 src/com/gps/hibernate/RolesPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
31112 src/com/gps/hibernate/RolesPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31113 src/com/gps/hibernate/RolesPermissionsDAO.java 98 There is log block not surrounded by if
31114 src/com/gps/hibernate/RolesPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
31115 src/com/gps/hibernate/RolesPermissionsDAO.java 103 publicMethodCommentRequirement Required
31116 src/com/gps/hibernate/RolesPermissionsDAO.java 104 There is log block not surrounded by if
31117 src/com/gps/hibernate/RolesPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31118 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Local variable 'result' could be declared final
31119 src/com/gps/hibernate/RolesPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
31120 src/com/gps/hibernate/RolesPermissionsDAO.java 108 There is log block not surrounded by if
31121 src/com/gps/hibernate/RolesPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31122 src/com/gps/hibernate/RolesPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31123 src/com/gps/hibernate/RolesPermissionsDAO.java 111 There is log block not surrounded by if
31124 src/com/gps/hibernate/RolesPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
31125 src/com/gps/hibernate/RolesPermissionsDAO.java 116 publicMethodCommentRequirement Required
31126 src/com/gps/hibernate/RolesPermissionsDAO.java 117 There is log block not surrounded by if
31127 src/com/gps/hibernate/RolesPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31128 src/com/gps/hibernate/RolesPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
31129 src/com/gps/hibernate/RolesPermissionsDAO.java 120 There is log block not surrounded by if
31130 src/com/gps/hibernate/RolesPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31131 src/com/gps/hibernate/RolesPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31132 src/com/gps/hibernate/RolesPermissionsDAO.java 122 There is log block not surrounded by if
31133 src/com/gps/hibernate/RolesPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
31134 src/com/gps/hibernate/RolesPermissionsDAO.java 127 publicMethodCommentRequirement Required
31135 src/com/gps/hibernate/RolesPermissionsDAO.java 128 There is log block not surrounded by if
31136 src/com/gps/hibernate/RolesPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31137 src/com/gps/hibernate/RolesPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
31138 src/com/gps/hibernate/RolesPermissionsDAO.java 131 There is log block not surrounded by if
31139 src/com/gps/hibernate/RolesPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31140 src/com/gps/hibernate/RolesPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31141 src/com/gps/hibernate/RolesPermissionsDAO.java 133 There is log block not surrounded by if
31142 src/com/gps/hibernate/RolesPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
31143 src/com/gps/hibernate/RolesPermissionsId.java 13 fieldCommentRequirement Required
31144 src/com/gps/hibernate/RolesPermissionsId.java 14 fieldCommentRequirement Required
31145 src/com/gps/hibernate/RolesPermissionsId.java 19 Document empty constructor
31146 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
31147 src/com/gps/hibernate/RolesPermissionsId.java 23 Parameter 'roleId' is not assigned and could be declared final
31148 src/com/gps/hibernate/RolesPermissionsId.java 30 publicMethodCommentRequirement Required
31149 src/com/gps/hibernate/RolesPermissionsId.java 34 Parameter 'roleId' is not assigned and could be declared final
31150 src/com/gps/hibernate/RolesPermissionsId.java 34 publicMethodCommentRequirement Required
31151 src/com/gps/hibernate/RolesPermissionsId.java 38 publicMethodCommentRequirement Required
31152 src/com/gps/hibernate/RolesPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
31153 src/com/gps/hibernate/RolesPermissionsId.java 42 publicMethodCommentRequirement Required
31154 src/com/gps/hibernate/RolesPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
31155 src/com/gps/hibernate/RolesPermissionsId.java 46 publicMethodCommentRequirement Required
31156 src/com/gps/hibernate/RolesPermissionsId.java 47 Avoid using if statements without curly braces
31157 src/com/gps/hibernate/RolesPermissionsId.java 47 Useless parentheses.
31158 src/com/gps/hibernate/RolesPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
31159 src/com/gps/hibernate/RolesPermissionsId.java 49 Avoid using if statements without curly braces
31160 src/com/gps/hibernate/RolesPermissionsId.java 49 Useless parentheses.
31161 src/com/gps/hibernate/RolesPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
31162 src/com/gps/hibernate/RolesPermissionsId.java 51 Avoid using if statements without curly braces
31163 src/com/gps/hibernate/RolesPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
31164 src/com/gps/hibernate/RolesPermissionsId.java 53 Local variable 'castOther' could be declared final
31165 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
31166 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
31167 src/com/gps/hibernate/RolesPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
31168 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
31169 src/com/gps/hibernate/RolesPermissionsId.java 55 Useless parentheses.
31170 src/com/gps/hibernate/RolesPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
31171 src/com/gps/hibernate/RolesPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
31172 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
31173 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
31174 src/com/gps/hibernate/RolesPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
31175 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
31176 src/com/gps/hibernate/RolesPermissionsId.java 59 Useless parentheses.
31177 src/com/gps/hibernate/RolesPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
31178 src/com/gps/hibernate/RolesPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
31179 src/com/gps/hibernate/RolesPermissionsId.java 65 publicMethodCommentRequirement Required
31180 src/com/gps/hibernate/RolesPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
31181 src/com/gps/hibernate/SavingStatus.java 11 Classes implementing Serializable should set a serialVersionUID
31182 src/com/gps/hibernate/SavingStatus.java 15 fieldCommentRequirement Required
31183 src/com/gps/hibernate/SavingStatus.java 16 fieldCommentRequirement Required
31184 src/com/gps/hibernate/SavingStatus.java 17 fieldCommentRequirement Required
31185 src/com/gps/hibernate/SavingStatus.java 18 fieldCommentRequirement Required
31186 src/com/gps/hibernate/SavingStatus.java 19 fieldCommentRequirement Required
31187 src/com/gps/hibernate/SavingStatus.java 20 fieldCommentRequirement Required
31188 src/com/gps/hibernate/SavingStatus.java 21 fieldCommentRequirement Required
31189 src/com/gps/hibernate/SavingStatus.java 26 Document empty constructor
31190 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userDetails' is not assigned and could be declared final
31191 src/com/gps/hibernate/SavingStatus.java 30 Parameter 'userid' is not assigned and could be declared final
31192 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userDetails' is not assigned and could be declared final
31193 src/com/gps/hibernate/SavingStatus.java 36 Parameter 'userid' is not assigned and could be declared final
31194 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'co2Save' is not assigned and could be declared final
31195 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'petrolSave' is not assigned and could be declared final
31196 src/com/gps/hibernate/SavingStatus.java 37 Parameter 'totKms' is not assigned and could be declared final
31197 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'lastUpdateTime' is not assigned and could be declared final
31198 src/com/gps/hibernate/SavingStatus.java 38 Parameter 'moneySave' is not assigned and could be declared final
31199 src/com/gps/hibernate/SavingStatus.java 50 publicMethodCommentRequirement Required
31200 src/com/gps/hibernate/SavingStatus.java 54 Parameter 'userid' is not assigned and could be declared final
31201 src/com/gps/hibernate/SavingStatus.java 54 publicMethodCommentRequirement Required
31202 src/com/gps/hibernate/SavingStatus.java 58 publicMethodCommentRequirement Required
31203 src/com/gps/hibernate/SavingStatus.java 62 Parameter 'userDetails' is not assigned and could be declared final
31204 src/com/gps/hibernate/SavingStatus.java 62 publicMethodCommentRequirement Required
31205 src/com/gps/hibernate/SavingStatus.java 66 publicMethodCommentRequirement Required
31206 src/com/gps/hibernate/SavingStatus.java 70 Parameter 'petrolSave' is not assigned and could be declared final
31207 src/com/gps/hibernate/SavingStatus.java 70 publicMethodCommentRequirement Required
31208 src/com/gps/hibernate/SavingStatus.java 74 publicMethodCommentRequirement Required
31209 src/com/gps/hibernate/SavingStatus.java 78 Parameter 'totKms' is not assigned and could be declared final
31210 src/com/gps/hibernate/SavingStatus.java 78 publicMethodCommentRequirement Required
31211 src/com/gps/hibernate/SavingStatus.java 82 publicMethodCommentRequirement Required
31212 src/com/gps/hibernate/SavingStatus.java 86 Parameter 'co2Save' is not assigned and could be declared final
31213 src/com/gps/hibernate/SavingStatus.java 86 publicMethodCommentRequirement Required
31214 src/com/gps/hibernate/SavingStatus.java 90 publicMethodCommentRequirement Required
31215 src/com/gps/hibernate/SavingStatus.java 94 Parameter 'moneySave' is not assigned and could be declared final
31216 src/com/gps/hibernate/SavingStatus.java 94 publicMethodCommentRequirement Required
31217 src/com/gps/hibernate/SavingStatus.java 98 publicMethodCommentRequirement Required
31218 src/com/gps/hibernate/SavingStatus.java 102 Parameter 'lastUpdateTime' is not assigned and could be declared final
31219 src/com/gps/hibernate/SavingStatus.java 102 publicMethodCommentRequirement Required
31220 src/com/gps/hibernate/SavingStatusDAO.java 3 Avoid unused imports such as 'java.util.Date'
31221 src/com/gps/hibernate/SavingStatusDAO.java 11 Comment is too large: Too many lines
31222 src/com/gps/hibernate/SavingStatusDAO.java 23 This class has too many methods, consider refactoring it.
31223 src/com/gps/hibernate/SavingStatusDAO.java 24 Logger should be defined private static final and have the correct class
31224 src/com/gps/hibernate/SavingStatusDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31225 src/com/gps/hibernate/SavingStatusDAO.java 24 fieldCommentRequirement Required
31226 src/com/gps/hibernate/SavingStatusDAO.java 26 fieldCommentRequirement Required
31227 src/com/gps/hibernate/SavingStatusDAO.java 27 fieldCommentRequirement Required
31228 src/com/gps/hibernate/SavingStatusDAO.java 28 fieldCommentRequirement Required
31229 src/com/gps/hibernate/SavingStatusDAO.java 29 fieldCommentRequirement Required
31230 src/com/gps/hibernate/SavingStatusDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
31231 src/com/gps/hibernate/SavingStatusDAO.java 31 publicMethodCommentRequirement Required
31232 src/com/gps/hibernate/SavingStatusDAO.java 32 There is log block not surrounded by if
31233 src/com/gps/hibernate/SavingStatusDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31234 src/com/gps/hibernate/SavingStatusDAO.java 34 Potential violation of Law of Demeter (method chain calls)
31235 src/com/gps/hibernate/SavingStatusDAO.java 35 There is log block not surrounded by if
31236 src/com/gps/hibernate/SavingStatusDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31237 src/com/gps/hibernate/SavingStatusDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31238 src/com/gps/hibernate/SavingStatusDAO.java 37 There is log block not surrounded by if
31239 src/com/gps/hibernate/SavingStatusDAO.java 42 Avoid excessively long variable names like persistentInstance
31240 src/com/gps/hibernate/SavingStatusDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
31241 src/com/gps/hibernate/SavingStatusDAO.java 42 publicMethodCommentRequirement Required
31242 src/com/gps/hibernate/SavingStatusDAO.java 43 There is log block not surrounded by if
31243 src/com/gps/hibernate/SavingStatusDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31244 src/com/gps/hibernate/SavingStatusDAO.java 45 Potential violation of Law of Demeter (method chain calls)
31245 src/com/gps/hibernate/SavingStatusDAO.java 46 There is log block not surrounded by if
31246 src/com/gps/hibernate/SavingStatusDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31247 src/com/gps/hibernate/SavingStatusDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31248 src/com/gps/hibernate/SavingStatusDAO.java 48 There is log block not surrounded by if
31249 src/com/gps/hibernate/SavingStatusDAO.java 53 Avoid variables with short names like id
31250 src/com/gps/hibernate/SavingStatusDAO.java 53 Parameter 'id' is not assigned and could be declared final
31251 src/com/gps/hibernate/SavingStatusDAO.java 53 publicMethodCommentRequirement Required
31252 src/com/gps/hibernate/SavingStatusDAO.java 54 There is log block not surrounded by if
31253 src/com/gps/hibernate/SavingStatusDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31254 src/com/gps/hibernate/SavingStatusDAO.java 56 Local variable 'instance' could be declared final
31255 src/com/gps/hibernate/SavingStatusDAO.java 56 Potential violation of Law of Demeter (method chain calls)
31256 src/com/gps/hibernate/SavingStatusDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31257 src/com/gps/hibernate/SavingStatusDAO.java 60 There is log block not surrounded by if
31258 src/com/gps/hibernate/SavingStatusDAO.java 65 Parameter 'instance' is not assigned and could be declared final
31259 src/com/gps/hibernate/SavingStatusDAO.java 65 publicMethodCommentRequirement Required
31260 src/com/gps/hibernate/SavingStatusDAO.java 66 There is log block not surrounded by if
31261 src/com/gps/hibernate/SavingStatusDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31262 src/com/gps/hibernate/SavingStatusDAO.java 68 Local variable 'results' could be declared final
31263 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31264 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31265 src/com/gps/hibernate/SavingStatusDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31266 src/com/gps/hibernate/SavingStatusDAO.java 71 There is log block not surrounded by if
31267 src/com/gps/hibernate/SavingStatusDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31268 src/com/gps/hibernate/SavingStatusDAO.java 72 Potential violation of Law of Demeter (object not created locally)
31269 src/com/gps/hibernate/SavingStatusDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31270 src/com/gps/hibernate/SavingStatusDAO.java 75 There is log block not surrounded by if
31271 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
31272 src/com/gps/hibernate/SavingStatusDAO.java 80 Parameter 'value' is not assigned and could be declared final
31273 src/com/gps/hibernate/SavingStatusDAO.java 80 publicMethodCommentRequirement Required
31274 src/com/gps/hibernate/SavingStatusDAO.java 81 There is log block not surrounded by if
31275 src/com/gps/hibernate/SavingStatusDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31276 src/com/gps/hibernate/SavingStatusDAO.java 84 Local variable 'queryString' could be declared final
31277 src/com/gps/hibernate/SavingStatusDAO.java 86 Local variable 'queryObject' could be declared final
31278 src/com/gps/hibernate/SavingStatusDAO.java 86 Potential violation of Law of Demeter (method chain calls)
31279 src/com/gps/hibernate/SavingStatusDAO.java 87 Potential violation of Law of Demeter (object not created locally)
31280 src/com/gps/hibernate/SavingStatusDAO.java 88 Potential violation of Law of Demeter (object not created locally)
31281 src/com/gps/hibernate/SavingStatusDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31282 src/com/gps/hibernate/SavingStatusDAO.java 90 There is log block not surrounded by if
31283 src/com/gps/hibernate/SavingStatusDAO.java 95 Parameter 'petrolSave' is not assigned and could be declared final
31284 src/com/gps/hibernate/SavingStatusDAO.java 95 publicMethodCommentRequirement Required
31285 src/com/gps/hibernate/SavingStatusDAO.java 99 Parameter 'totKms' is not assigned and could be declared final
31286 src/com/gps/hibernate/SavingStatusDAO.java 99 publicMethodCommentRequirement Required
31287 src/com/gps/hibernate/SavingStatusDAO.java 103 Parameter 'co2Save' is not assigned and could be declared final
31288 src/com/gps/hibernate/SavingStatusDAO.java 103 publicMethodCommentRequirement Required
31289 src/com/gps/hibernate/SavingStatusDAO.java 107 Parameter 'moneySave' is not assigned and could be declared final
31290 src/com/gps/hibernate/SavingStatusDAO.java 107 publicMethodCommentRequirement Required
31291 src/com/gps/hibernate/SavingStatusDAO.java 111 publicMethodCommentRequirement Required
31292 src/com/gps/hibernate/SavingStatusDAO.java 112 There is log block not surrounded by if
31293 src/com/gps/hibernate/SavingStatusDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31294 src/com/gps/hibernate/SavingStatusDAO.java 114 Local variable 'queryString' could be declared final
31295 src/com/gps/hibernate/SavingStatusDAO.java 115 Local variable 'queryObject' could be declared final
31296 src/com/gps/hibernate/SavingStatusDAO.java 115 Potential violation of Law of Demeter (method chain calls)
31297 src/com/gps/hibernate/SavingStatusDAO.java 116 Potential violation of Law of Demeter (object not created locally)
31298 src/com/gps/hibernate/SavingStatusDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31299 src/com/gps/hibernate/SavingStatusDAO.java 118 There is log block not surrounded by if
31300 src/com/gps/hibernate/SavingStatusDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
31301 src/com/gps/hibernate/SavingStatusDAO.java 123 publicMethodCommentRequirement Required
31302 src/com/gps/hibernate/SavingStatusDAO.java 124 There is log block not surrounded by if
31303 src/com/gps/hibernate/SavingStatusDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31304 src/com/gps/hibernate/SavingStatusDAO.java 126 Local variable 'result' could be declared final
31305 src/com/gps/hibernate/SavingStatusDAO.java 126 Potential violation of Law of Demeter (method chain calls)
31306 src/com/gps/hibernate/SavingStatusDAO.java 128 There is log block not surrounded by if
31307 src/com/gps/hibernate/SavingStatusDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31308 src/com/gps/hibernate/SavingStatusDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31309 src/com/gps/hibernate/SavingStatusDAO.java 131 There is log block not surrounded by if
31310 src/com/gps/hibernate/SavingStatusDAO.java 136 Parameter 'instance' is not assigned and could be declared final
31311 src/com/gps/hibernate/SavingStatusDAO.java 136 publicMethodCommentRequirement Required
31312 src/com/gps/hibernate/SavingStatusDAO.java 137 There is log block not surrounded by if
31313 src/com/gps/hibernate/SavingStatusDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31314 src/com/gps/hibernate/SavingStatusDAO.java 139 Potential violation of Law of Demeter (method chain calls)
31315 src/com/gps/hibernate/SavingStatusDAO.java 140 There is log block not surrounded by if
31316 src/com/gps/hibernate/SavingStatusDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31317 src/com/gps/hibernate/SavingStatusDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31318 src/com/gps/hibernate/SavingStatusDAO.java 142 There is log block not surrounded by if
31319 src/com/gps/hibernate/SavingStatusDAO.java 147 Parameter 'instance' is not assigned and could be declared final
31320 src/com/gps/hibernate/SavingStatusDAO.java 147 publicMethodCommentRequirement Required
31321 src/com/gps/hibernate/SavingStatusDAO.java 148 There is log block not surrounded by if
31322 src/com/gps/hibernate/SavingStatusDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31323 src/com/gps/hibernate/SavingStatusDAO.java 150 Potential violation of Law of Demeter (method chain calls)
31324 src/com/gps/hibernate/SavingStatusDAO.java 151 There is log block not surrounded by if
31325 src/com/gps/hibernate/SavingStatusDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31326 src/com/gps/hibernate/SavingStatusDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31327 src/com/gps/hibernate/SavingStatusDAO.java 153 There is log block not surrounded by if
31328 src/com/gps/hibernate/ScframeworkversiScproductvers.java 9 Classes implementing Serializable should set a serialVersionUID
31329 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 Avoid variables with short names like id
31330 src/com/gps/hibernate/ScframeworkversiScproductvers.java 13 fieldCommentRequirement Required
31331 src/com/gps/hibernate/ScframeworkversiScproductvers.java 18 Document empty constructor
31332 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Avoid variables with short names like id
31333 src/com/gps/hibernate/ScframeworkversiScproductvers.java 22 Parameter 'id' is not assigned and could be declared final
31334 src/com/gps/hibernate/ScframeworkversiScproductvers.java 28 publicMethodCommentRequirement Required
31335 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Avoid variables with short names like id
31336 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 Parameter 'id' is not assigned and could be declared final
31337 src/com/gps/hibernate/ScframeworkversiScproductvers.java 32 publicMethodCommentRequirement Required
31338 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 10 Comment is too large: Too many lines
31339 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Logger should be defined private static final and have the correct class
31340 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31341 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 24 fieldCommentRequirement Required
31342 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
31343 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 29 publicMethodCommentRequirement Required
31344 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 There is log block not surrounded by if
31345 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31346 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 32 Potential violation of Law of Demeter (method chain calls)
31347 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 There is log block not surrounded by if
31348 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31349 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31350 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 35 There is log block not surrounded by if
31351 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Avoid excessively long variable names like persistentInstance
31352 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
31353 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 40 publicMethodCommentRequirement Required
31354 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 There is log block not surrounded by if
31355 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31356 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 43 Potential violation of Law of Demeter (method chain calls)
31357 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 There is log block not surrounded by if
31358 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31359 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31360 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 46 There is log block not surrounded by if
31361 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 51 publicMethodCommentRequirement Required
31362 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Avoid variables with short names like id
31363 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 52 Parameter 'id' is not assigned and could be declared final
31364 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 There is log block not surrounded by if
31365 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31366 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Local variable 'instance' could be declared final
31367 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 56 Potential violation of Law of Demeter (method chain calls)
31368 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31369 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 60 There is log block not surrounded by if
31370 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 Parameter 'instance' is not assigned and could be declared final
31371 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 65 publicMethodCommentRequirement Required
31372 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 There is log block not surrounded by if
31373 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31374 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Local variable 'results' could be declared final
31375 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31376 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31377 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31378 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 There is log block not surrounded by if
31379 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31380 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 72 Potential violation of Law of Demeter (object not created locally)
31381 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31382 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 75 There is log block not surrounded by if
31383 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
31384 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 Parameter 'value' is not assigned and could be declared final
31385 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 80 publicMethodCommentRequirement Required
31386 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 There is log block not surrounded by if
31387 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31388 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 85 Local variable 'queryString' could be declared final
31389 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Local variable 'queryObject' could be declared final
31390 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 87 Potential violation of Law of Demeter (method chain calls)
31391 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 88 Potential violation of Law of Demeter (object not created locally)
31392 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 89 Potential violation of Law of Demeter (object not created locally)
31393 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31394 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 91 There is log block not surrounded by if
31395 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 96 publicMethodCommentRequirement Required
31396 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 There is log block not surrounded by if
31397 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31398 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 99 Local variable 'queryString' could be declared final
31399 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Local variable 'queryObject' could be declared final
31400 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 100 Potential violation of Law of Demeter (method chain calls)
31401 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 101 Potential violation of Law of Demeter (object not created locally)
31402 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31403 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 103 There is log block not surrounded by if
31404 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 108 publicMethodCommentRequirement Required
31405 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 109 Parameter 'detachedInstance' is not assigned and could be declared final
31406 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 There is log block not surrounded by if
31407 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31408 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Local variable 'result' could be declared final
31409 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 112 Potential violation of Law of Demeter (method chain calls)
31410 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 There is log block not surrounded by if
31411 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31412 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31413 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 117 There is log block not surrounded by if
31414 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 Parameter 'instance' is not assigned and could be declared final
31415 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 122 publicMethodCommentRequirement Required
31416 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 There is log block not surrounded by if
31417 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31418 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 125 Potential violation of Law of Demeter (method chain calls)
31419 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 There is log block not surrounded by if
31420 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31421 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31422 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 128 There is log block not surrounded by if
31423 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 Parameter 'instance' is not assigned and could be declared final
31424 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 133 publicMethodCommentRequirement Required
31425 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 There is log block not surrounded by if
31426 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31427 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 136 Potential violation of Law of Demeter (method chain calls)
31428 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 There is log block not surrounded by if
31429 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31430 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31431 src/com/gps/hibernate/ScframeworkversiScproductversDAO.java 139 There is log block not surrounded by if
31432 src/com/gps/hibernate/ScframeworkversiScproductversId.java 9 Classes implementing Serializable should set a serialVersionUID
31433 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 Avoid excessively long variable names like frameworkVersionId
31434 src/com/gps/hibernate/ScframeworkversiScproductversId.java 13 fieldCommentRequirement Required
31435 src/com/gps/hibernate/ScframeworkversiScproductversId.java 14 fieldCommentRequirement Required
31436 src/com/gps/hibernate/ScframeworkversiScproductversId.java 19 Document empty constructor
31437 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Avoid excessively long variable names like frameworkVersionId
31438 src/com/gps/hibernate/ScframeworkversiScproductversId.java 23 Parameter 'frameworkVersionId' is not assigned and could be declared final
31439 src/com/gps/hibernate/ScframeworkversiScproductversId.java 24 Parameter 'productVersionId' is not assigned and could be declared final
31440 src/com/gps/hibernate/ScframeworkversiScproductversId.java 31 publicMethodCommentRequirement Required
31441 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Avoid excessively long variable names like frameworkVersionId
31442 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 Parameter 'frameworkVersionId' is not assigned and could be declared final
31443 src/com/gps/hibernate/ScframeworkversiScproductversId.java 35 publicMethodCommentRequirement Required
31444 src/com/gps/hibernate/ScframeworkversiScproductversId.java 39 publicMethodCommentRequirement Required
31445 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 Parameter 'productVersionId' is not assigned and could be declared final
31446 src/com/gps/hibernate/ScframeworkversiScproductversId.java 43 publicMethodCommentRequirement Required
31447 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 Parameter 'other' is not assigned and could be declared final
31448 src/com/gps/hibernate/ScframeworkversiScproductversId.java 47 publicMethodCommentRequirement Required
31449 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Avoid using if statements without curly braces
31450 src/com/gps/hibernate/ScframeworkversiScproductversId.java 48 Useless parentheses.
31451 src/com/gps/hibernate/ScframeworkversiScproductversId.java 49 A method should have only one exit point, and that should be the last statement in the method
31452 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Avoid using if statements without curly braces
31453 src/com/gps/hibernate/ScframeworkversiScproductversId.java 50 Useless parentheses.
31454 src/com/gps/hibernate/ScframeworkversiScproductversId.java 51 A method should have only one exit point, and that should be the last statement in the method
31455 src/com/gps/hibernate/ScframeworkversiScproductversId.java 52 Avoid using if statements without curly braces
31456 src/com/gps/hibernate/ScframeworkversiScproductversId.java 53 A method should have only one exit point, and that should be the last statement in the method
31457 src/com/gps/hibernate/ScframeworkversiScproductversId.java 54 Local variable 'castOther' could be declared final
31458 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (method chain calls)
31459 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
31460 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Potential violation of Law of Demeter (object not created locally)
31461 src/com/gps/hibernate/ScframeworkversiScproductversId.java 56 Useless parentheses.
31462 src/com/gps/hibernate/ScframeworkversiScproductversId.java 57 Useless parentheses.
31463 src/com/gps/hibernate/ScframeworkversiScproductversId.java 58 Potential violation of Law of Demeter (object not created locally)
31464 src/com/gps/hibernate/ScframeworkversiScproductversId.java 60 Potential violation of Law of Demeter (object not created locally)
31465 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (method chain calls)
31466 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
31467 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Potential violation of Law of Demeter (object not created locally)
31468 src/com/gps/hibernate/ScframeworkversiScproductversId.java 61 Useless parentheses.
31469 src/com/gps/hibernate/ScframeworkversiScproductversId.java 62 Useless parentheses.
31470 src/com/gps/hibernate/ScframeworkversiScproductversId.java 63 Potential violation of Law of Demeter (object not created locally)
31471 src/com/gps/hibernate/ScframeworkversiScproductversId.java 65 Potential violation of Law of Demeter (object not created locally)
31472 src/com/gps/hibernate/ScframeworkversiScproductversId.java 68 publicMethodCommentRequirement Required
31473 src/com/gps/hibernate/ScframeworkversiScproductversId.java 69 Found 'DD'-anomaly for variable 'result' (lines '69'-'71').
31474 src/com/gps/hibernate/Scframeworkversion.java 11 Classes implementing Serializable should set a serialVersionUID
31475 src/com/gps/hibernate/Scframeworkversion.java 15 Avoid excessively long variable names like frameworkVersionId
31476 src/com/gps/hibernate/Scframeworkversion.java 15 fieldCommentRequirement Required
31477 src/com/gps/hibernate/Scframeworkversion.java 16 fieldCommentRequirement Required
31478 src/com/gps/hibernate/Scframeworkversion.java 17 fieldCommentRequirement Required
31479 src/com/gps/hibernate/Scframeworkversion.java 18 fieldCommentRequirement Required
31480 src/com/gps/hibernate/Scframeworkversion.java 19 fieldCommentRequirement Required
31481 src/com/gps/hibernate/Scframeworkversion.java 20 fieldCommentRequirement Required
31482 src/com/gps/hibernate/Scframeworkversion.java 21 fieldCommentRequirement Required
31483 src/com/gps/hibernate/Scframeworkversion.java 22 fieldCommentRequirement Required
31484 src/com/gps/hibernate/Scframeworkversion.java 23 fieldCommentRequirement Required
31485 src/com/gps/hibernate/Scframeworkversion.java 24 fieldCommentRequirement Required
31486 src/com/gps/hibernate/Scframeworkversion.java 25 fieldCommentRequirement Required
31487 src/com/gps/hibernate/Scframeworkversion.java 30 Document empty constructor
31488 src/com/gps/hibernate/Scframeworkversion.java 34 Avoid excessively long variable names like frameworkVersionId
31489 src/com/gps/hibernate/Scframeworkversion.java 34 Parameter 'frameworkVersionId' is not assigned and could be declared final
31490 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid excessively long variable names like frameworkVersionId
31491 src/com/gps/hibernate/Scframeworkversion.java 39 Avoid long parameter lists.
31492 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'frameworkVersionId' is not assigned and could be declared final
31493 src/com/gps/hibernate/Scframeworkversion.java 39 Parameter 'groupId' is not assigned and could be declared final
31494 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'companyId' is not assigned and could be declared final
31495 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'createDate' is not assigned and could be declared final
31496 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userId' is not assigned and could be declared final
31497 src/com/gps/hibernate/Scframeworkversion.java 40 Parameter 'userName' is not assigned and could be declared final
31498 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'active' is not assigned and could be declared final
31499 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
31500 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'name' is not assigned and could be declared final
31501 src/com/gps/hibernate/Scframeworkversion.java 41 Parameter 'url' is not assigned and could be declared final
31502 src/com/gps/hibernate/Scframeworkversion.java 42 Parameter 'priority' is not assigned and could be declared final
31503 src/com/gps/hibernate/Scframeworkversion.java 58 publicMethodCommentRequirement Required
31504 src/com/gps/hibernate/Scframeworkversion.java 62 Avoid excessively long variable names like frameworkVersionId
31505 src/com/gps/hibernate/Scframeworkversion.java 62 Parameter 'frameworkVersionId' is not assigned and could be declared final
31506 src/com/gps/hibernate/Scframeworkversion.java 62 publicMethodCommentRequirement Required
31507 src/com/gps/hibernate/Scframeworkversion.java 66 publicMethodCommentRequirement Required
31508 src/com/gps/hibernate/Scframeworkversion.java 70 Parameter 'groupId' is not assigned and could be declared final
31509 src/com/gps/hibernate/Scframeworkversion.java 70 publicMethodCommentRequirement Required
31510 src/com/gps/hibernate/Scframeworkversion.java 74 publicMethodCommentRequirement Required
31511 src/com/gps/hibernate/Scframeworkversion.java 78 Parameter 'companyId' is not assigned and could be declared final
31512 src/com/gps/hibernate/Scframeworkversion.java 78 publicMethodCommentRequirement Required
31513 src/com/gps/hibernate/Scframeworkversion.java 82 publicMethodCommentRequirement Required
31514 src/com/gps/hibernate/Scframeworkversion.java 86 Parameter 'userId' is not assigned and could be declared final
31515 src/com/gps/hibernate/Scframeworkversion.java 86 publicMethodCommentRequirement Required
31516 src/com/gps/hibernate/Scframeworkversion.java 90 publicMethodCommentRequirement Required
31517 src/com/gps/hibernate/Scframeworkversion.java 94 Parameter 'userName' is not assigned and could be declared final
31518 src/com/gps/hibernate/Scframeworkversion.java 94 publicMethodCommentRequirement Required
31519 src/com/gps/hibernate/Scframeworkversion.java 98 publicMethodCommentRequirement Required
31520 src/com/gps/hibernate/Scframeworkversion.java 102 Parameter 'createDate' is not assigned and could be declared final
31521 src/com/gps/hibernate/Scframeworkversion.java 102 publicMethodCommentRequirement Required
31522 src/com/gps/hibernate/Scframeworkversion.java 106 publicMethodCommentRequirement Required
31523 src/com/gps/hibernate/Scframeworkversion.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
31524 src/com/gps/hibernate/Scframeworkversion.java 110 publicMethodCommentRequirement Required
31525 src/com/gps/hibernate/Scframeworkversion.java 114 publicMethodCommentRequirement Required
31526 src/com/gps/hibernate/Scframeworkversion.java 118 Parameter 'name' is not assigned and could be declared final
31527 src/com/gps/hibernate/Scframeworkversion.java 118 publicMethodCommentRequirement Required
31528 src/com/gps/hibernate/Scframeworkversion.java 122 publicMethodCommentRequirement Required
31529 src/com/gps/hibernate/Scframeworkversion.java 126 Parameter 'url' is not assigned and could be declared final
31530 src/com/gps/hibernate/Scframeworkversion.java 126 publicMethodCommentRequirement Required
31531 src/com/gps/hibernate/Scframeworkversion.java 130 publicMethodCommentRequirement Required
31532 src/com/gps/hibernate/Scframeworkversion.java 134 Parameter 'active' is not assigned and could be declared final
31533 src/com/gps/hibernate/Scframeworkversion.java 134 publicMethodCommentRequirement Required
31534 src/com/gps/hibernate/Scframeworkversion.java 138 publicMethodCommentRequirement Required
31535 src/com/gps/hibernate/Scframeworkversion.java 142 Parameter 'priority' is not assigned and could be declared final
31536 src/com/gps/hibernate/Scframeworkversion.java 142 publicMethodCommentRequirement Required
31537 src/com/gps/hibernate/ScframeworkversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
31538 src/com/gps/hibernate/ScframeworkversionDAO.java 11 Comment is too large: Too many lines
31539 src/com/gps/hibernate/ScframeworkversionDAO.java 23 This class has too many methods, consider refactoring it.
31540 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Logger should be defined private static final and have the correct class
31541 src/com/gps/hibernate/ScframeworkversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31542 src/com/gps/hibernate/ScframeworkversionDAO.java 24 fieldCommentRequirement Required
31543 src/com/gps/hibernate/ScframeworkversionDAO.java 27 fieldCommentRequirement Required
31544 src/com/gps/hibernate/ScframeworkversionDAO.java 28 fieldCommentRequirement Required
31545 src/com/gps/hibernate/ScframeworkversionDAO.java 29 fieldCommentRequirement Required
31546 src/com/gps/hibernate/ScframeworkversionDAO.java 30 fieldCommentRequirement Required
31547 src/com/gps/hibernate/ScframeworkversionDAO.java 31 fieldCommentRequirement Required
31548 src/com/gps/hibernate/ScframeworkversionDAO.java 32 fieldCommentRequirement Required
31549 src/com/gps/hibernate/ScframeworkversionDAO.java 33 fieldCommentRequirement Required
31550 src/com/gps/hibernate/ScframeworkversionDAO.java 34 fieldCommentRequirement Required
31551 src/com/gps/hibernate/ScframeworkversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
31552 src/com/gps/hibernate/ScframeworkversionDAO.java 36 publicMethodCommentRequirement Required
31553 src/com/gps/hibernate/ScframeworkversionDAO.java 37 There is log block not surrounded by if
31554 src/com/gps/hibernate/ScframeworkversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31555 src/com/gps/hibernate/ScframeworkversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
31556 src/com/gps/hibernate/ScframeworkversionDAO.java 40 There is log block not surrounded by if
31557 src/com/gps/hibernate/ScframeworkversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31558 src/com/gps/hibernate/ScframeworkversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31559 src/com/gps/hibernate/ScframeworkversionDAO.java 42 There is log block not surrounded by if
31560 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Avoid excessively long variable names like persistentInstance
31561 src/com/gps/hibernate/ScframeworkversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
31562 src/com/gps/hibernate/ScframeworkversionDAO.java 47 publicMethodCommentRequirement Required
31563 src/com/gps/hibernate/ScframeworkversionDAO.java 48 There is log block not surrounded by if
31564 src/com/gps/hibernate/ScframeworkversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31565 src/com/gps/hibernate/ScframeworkversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
31566 src/com/gps/hibernate/ScframeworkversionDAO.java 51 There is log block not surrounded by if
31567 src/com/gps/hibernate/ScframeworkversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31568 src/com/gps/hibernate/ScframeworkversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31569 src/com/gps/hibernate/ScframeworkversionDAO.java 53 There is log block not surrounded by if
31570 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Avoid variables with short names like id
31571 src/com/gps/hibernate/ScframeworkversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
31572 src/com/gps/hibernate/ScframeworkversionDAO.java 58 publicMethodCommentRequirement Required
31573 src/com/gps/hibernate/ScframeworkversionDAO.java 59 There is log block not surrounded by if
31574 src/com/gps/hibernate/ScframeworkversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31575 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Local variable 'instance' could be declared final
31576 src/com/gps/hibernate/ScframeworkversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
31577 src/com/gps/hibernate/ScframeworkversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31578 src/com/gps/hibernate/ScframeworkversionDAO.java 65 There is log block not surrounded by if
31579 src/com/gps/hibernate/ScframeworkversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
31580 src/com/gps/hibernate/ScframeworkversionDAO.java 70 publicMethodCommentRequirement Required
31581 src/com/gps/hibernate/ScframeworkversionDAO.java 71 There is log block not surrounded by if
31582 src/com/gps/hibernate/ScframeworkversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31583 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Local variable 'results' could be declared final
31584 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
31585 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
31586 src/com/gps/hibernate/ScframeworkversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
31587 src/com/gps/hibernate/ScframeworkversionDAO.java 76 There is log block not surrounded by if
31588 src/com/gps/hibernate/ScframeworkversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31589 src/com/gps/hibernate/ScframeworkversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
31590 src/com/gps/hibernate/ScframeworkversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31591 src/com/gps/hibernate/ScframeworkversionDAO.java 80 There is log block not surrounded by if
31592 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
31593 src/com/gps/hibernate/ScframeworkversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
31594 src/com/gps/hibernate/ScframeworkversionDAO.java 85 publicMethodCommentRequirement Required
31595 src/com/gps/hibernate/ScframeworkversionDAO.java 86 There is log block not surrounded by if
31596 src/com/gps/hibernate/ScframeworkversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31597 src/com/gps/hibernate/ScframeworkversionDAO.java 89 Local variable 'queryString' could be declared final
31598 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Local variable 'queryObject' could be declared final
31599 src/com/gps/hibernate/ScframeworkversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
31600 src/com/gps/hibernate/ScframeworkversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
31601 src/com/gps/hibernate/ScframeworkversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
31602 src/com/gps/hibernate/ScframeworkversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31603 src/com/gps/hibernate/ScframeworkversionDAO.java 95 There is log block not surrounded by if
31604 src/com/gps/hibernate/ScframeworkversionDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
31605 src/com/gps/hibernate/ScframeworkversionDAO.java 100 publicMethodCommentRequirement Required
31606 src/com/gps/hibernate/ScframeworkversionDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
31607 src/com/gps/hibernate/ScframeworkversionDAO.java 104 publicMethodCommentRequirement Required
31608 src/com/gps/hibernate/ScframeworkversionDAO.java 108 Parameter 'userId' is not assigned and could be declared final
31609 src/com/gps/hibernate/ScframeworkversionDAO.java 108 publicMethodCommentRequirement Required
31610 src/com/gps/hibernate/ScframeworkversionDAO.java 112 Parameter 'userName' is not assigned and could be declared final
31611 src/com/gps/hibernate/ScframeworkversionDAO.java 112 publicMethodCommentRequirement Required
31612 src/com/gps/hibernate/ScframeworkversionDAO.java 116 Parameter 'name' is not assigned and could be declared final
31613 src/com/gps/hibernate/ScframeworkversionDAO.java 116 publicMethodCommentRequirement Required
31614 src/com/gps/hibernate/ScframeworkversionDAO.java 120 Parameter 'url' is not assigned and could be declared final
31615 src/com/gps/hibernate/ScframeworkversionDAO.java 120 publicMethodCommentRequirement Required
31616 src/com/gps/hibernate/ScframeworkversionDAO.java 124 Parameter 'active' is not assigned and could be declared final
31617 src/com/gps/hibernate/ScframeworkversionDAO.java 124 publicMethodCommentRequirement Required
31618 src/com/gps/hibernate/ScframeworkversionDAO.java 128 Parameter 'priority' is not assigned and could be declared final
31619 src/com/gps/hibernate/ScframeworkversionDAO.java 128 publicMethodCommentRequirement Required
31620 src/com/gps/hibernate/ScframeworkversionDAO.java 132 publicMethodCommentRequirement Required
31621 src/com/gps/hibernate/ScframeworkversionDAO.java 133 There is log block not surrounded by if
31622 src/com/gps/hibernate/ScframeworkversionDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31623 src/com/gps/hibernate/ScframeworkversionDAO.java 135 Local variable 'queryString' could be declared final
31624 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Local variable 'queryObject' could be declared final
31625 src/com/gps/hibernate/ScframeworkversionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
31626 src/com/gps/hibernate/ScframeworkversionDAO.java 137 Potential violation of Law of Demeter (object not created locally)
31627 src/com/gps/hibernate/ScframeworkversionDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31628 src/com/gps/hibernate/ScframeworkversionDAO.java 139 There is log block not surrounded by if
31629 src/com/gps/hibernate/ScframeworkversionDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
31630 src/com/gps/hibernate/ScframeworkversionDAO.java 144 publicMethodCommentRequirement Required
31631 src/com/gps/hibernate/ScframeworkversionDAO.java 145 There is log block not surrounded by if
31632 src/com/gps/hibernate/ScframeworkversionDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31633 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Local variable 'result' could be declared final
31634 src/com/gps/hibernate/ScframeworkversionDAO.java 147 Potential violation of Law of Demeter (method chain calls)
31635 src/com/gps/hibernate/ScframeworkversionDAO.java 149 There is log block not surrounded by if
31636 src/com/gps/hibernate/ScframeworkversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31637 src/com/gps/hibernate/ScframeworkversionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31638 src/com/gps/hibernate/ScframeworkversionDAO.java 152 There is log block not surrounded by if
31639 src/com/gps/hibernate/ScframeworkversionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
31640 src/com/gps/hibernate/ScframeworkversionDAO.java 157 publicMethodCommentRequirement Required
31641 src/com/gps/hibernate/ScframeworkversionDAO.java 158 There is log block not surrounded by if
31642 src/com/gps/hibernate/ScframeworkversionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31643 src/com/gps/hibernate/ScframeworkversionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
31644 src/com/gps/hibernate/ScframeworkversionDAO.java 161 There is log block not surrounded by if
31645 src/com/gps/hibernate/ScframeworkversionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31646 src/com/gps/hibernate/ScframeworkversionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31647 src/com/gps/hibernate/ScframeworkversionDAO.java 163 There is log block not surrounded by if
31648 src/com/gps/hibernate/ScframeworkversionDAO.java 168 Parameter 'instance' is not assigned and could be declared final
31649 src/com/gps/hibernate/ScframeworkversionDAO.java 168 publicMethodCommentRequirement Required
31650 src/com/gps/hibernate/ScframeworkversionDAO.java 169 There is log block not surrounded by if
31651 src/com/gps/hibernate/ScframeworkversionDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31652 src/com/gps/hibernate/ScframeworkversionDAO.java 171 Potential violation of Law of Demeter (method chain calls)
31653 src/com/gps/hibernate/ScframeworkversionDAO.java 172 There is log block not surrounded by if
31654 src/com/gps/hibernate/ScframeworkversionDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31655 src/com/gps/hibernate/ScframeworkversionDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31656 src/com/gps/hibernate/ScframeworkversionDAO.java 174 There is log block not surrounded by if
31657 src/com/gps/hibernate/Sclicense.java 9 Classes implementing Serializable should set a serialVersionUID
31658 src/com/gps/hibernate/Sclicense.java 13 fieldCommentRequirement Required
31659 src/com/gps/hibernate/Sclicense.java 14 fieldCommentRequirement Required
31660 src/com/gps/hibernate/Sclicense.java 15 fieldCommentRequirement Required
31661 src/com/gps/hibernate/Sclicense.java 16 fieldCommentRequirement Required
31662 src/com/gps/hibernate/Sclicense.java 17 fieldCommentRequirement Required
31663 src/com/gps/hibernate/Sclicense.java 18 fieldCommentRequirement Required
31664 src/com/gps/hibernate/Sclicense.java 23 Document empty constructor
31665 src/com/gps/hibernate/Sclicense.java 27 Parameter 'licenseId' is not assigned and could be declared final
31666 src/com/gps/hibernate/Sclicense.java 32 Parameter 'licenseId' is not assigned and could be declared final
31667 src/com/gps/hibernate/Sclicense.java 32 Parameter 'name' is not assigned and could be declared final
31668 src/com/gps/hibernate/Sclicense.java 32 Parameter 'openSource' is not assigned and could be declared final
31669 src/com/gps/hibernate/Sclicense.java 32 Parameter 'url' is not assigned and could be declared final
31670 src/com/gps/hibernate/Sclicense.java 33 Parameter 'active' is not assigned and could be declared final
31671 src/com/gps/hibernate/Sclicense.java 33 Parameter 'recommended' is not assigned and could be declared final
31672 src/com/gps/hibernate/Sclicense.java 44 publicMethodCommentRequirement Required
31673 src/com/gps/hibernate/Sclicense.java 48 Parameter 'licenseId' is not assigned and could be declared final
31674 src/com/gps/hibernate/Sclicense.java 48 publicMethodCommentRequirement Required
31675 src/com/gps/hibernate/Sclicense.java 52 publicMethodCommentRequirement Required
31676 src/com/gps/hibernate/Sclicense.java 56 Parameter 'name' is not assigned and could be declared final
31677 src/com/gps/hibernate/Sclicense.java 56 publicMethodCommentRequirement Required
31678 src/com/gps/hibernate/Sclicense.java 60 publicMethodCommentRequirement Required
31679 src/com/gps/hibernate/Sclicense.java 64 Parameter 'url' is not assigned and could be declared final
31680 src/com/gps/hibernate/Sclicense.java 64 publicMethodCommentRequirement Required
31681 src/com/gps/hibernate/Sclicense.java 68 publicMethodCommentRequirement Required
31682 src/com/gps/hibernate/Sclicense.java 72 Parameter 'openSource' is not assigned and could be declared final
31683 src/com/gps/hibernate/Sclicense.java 72 publicMethodCommentRequirement Required
31684 src/com/gps/hibernate/Sclicense.java 76 publicMethodCommentRequirement Required
31685 src/com/gps/hibernate/Sclicense.java 80 Parameter 'active' is not assigned and could be declared final
31686 src/com/gps/hibernate/Sclicense.java 80 publicMethodCommentRequirement Required
31687 src/com/gps/hibernate/Sclicense.java 84 publicMethodCommentRequirement Required
31688 src/com/gps/hibernate/Sclicense.java 88 Parameter 'recommended' is not assigned and could be declared final
31689 src/com/gps/hibernate/Sclicense.java 88 publicMethodCommentRequirement Required
31690 src/com/gps/hibernate/SclicenseDAO.java 10 Comment is too large: Too many lines
31691 src/com/gps/hibernate/SclicenseDAO.java 22 This class has too many methods, consider refactoring it.
31692 src/com/gps/hibernate/SclicenseDAO.java 23 Logger should be defined private static final and have the correct class
31693 src/com/gps/hibernate/SclicenseDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
31694 src/com/gps/hibernate/SclicenseDAO.java 23 fieldCommentRequirement Required
31695 src/com/gps/hibernate/SclicenseDAO.java 25 fieldCommentRequirement Required
31696 src/com/gps/hibernate/SclicenseDAO.java 26 fieldCommentRequirement Required
31697 src/com/gps/hibernate/SclicenseDAO.java 27 fieldCommentRequirement Required
31698 src/com/gps/hibernate/SclicenseDAO.java 28 fieldCommentRequirement Required
31699 src/com/gps/hibernate/SclicenseDAO.java 29 fieldCommentRequirement Required
31700 src/com/gps/hibernate/SclicenseDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
31701 src/com/gps/hibernate/SclicenseDAO.java 31 publicMethodCommentRequirement Required
31702 src/com/gps/hibernate/SclicenseDAO.java 32 There is log block not surrounded by if
31703 src/com/gps/hibernate/SclicenseDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31704 src/com/gps/hibernate/SclicenseDAO.java 34 Potential violation of Law of Demeter (method chain calls)
31705 src/com/gps/hibernate/SclicenseDAO.java 35 There is log block not surrounded by if
31706 src/com/gps/hibernate/SclicenseDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31707 src/com/gps/hibernate/SclicenseDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31708 src/com/gps/hibernate/SclicenseDAO.java 37 There is log block not surrounded by if
31709 src/com/gps/hibernate/SclicenseDAO.java 42 Avoid excessively long variable names like persistentInstance
31710 src/com/gps/hibernate/SclicenseDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
31711 src/com/gps/hibernate/SclicenseDAO.java 42 publicMethodCommentRequirement Required
31712 src/com/gps/hibernate/SclicenseDAO.java 43 There is log block not surrounded by if
31713 src/com/gps/hibernate/SclicenseDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31714 src/com/gps/hibernate/SclicenseDAO.java 45 Potential violation of Law of Demeter (method chain calls)
31715 src/com/gps/hibernate/SclicenseDAO.java 46 There is log block not surrounded by if
31716 src/com/gps/hibernate/SclicenseDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31717 src/com/gps/hibernate/SclicenseDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31718 src/com/gps/hibernate/SclicenseDAO.java 48 There is log block not surrounded by if
31719 src/com/gps/hibernate/SclicenseDAO.java 53 Avoid variables with short names like id
31720 src/com/gps/hibernate/SclicenseDAO.java 53 Parameter 'id' is not assigned and could be declared final
31721 src/com/gps/hibernate/SclicenseDAO.java 53 publicMethodCommentRequirement Required
31722 src/com/gps/hibernate/SclicenseDAO.java 54 There is log block not surrounded by if
31723 src/com/gps/hibernate/SclicenseDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31724 src/com/gps/hibernate/SclicenseDAO.java 56 Local variable 'instance' could be declared final
31725 src/com/gps/hibernate/SclicenseDAO.java 56 Potential violation of Law of Demeter (method chain calls)
31726 src/com/gps/hibernate/SclicenseDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31727 src/com/gps/hibernate/SclicenseDAO.java 60 There is log block not surrounded by if
31728 src/com/gps/hibernate/SclicenseDAO.java 65 Parameter 'instance' is not assigned and could be declared final
31729 src/com/gps/hibernate/SclicenseDAO.java 65 publicMethodCommentRequirement Required
31730 src/com/gps/hibernate/SclicenseDAO.java 66 There is log block not surrounded by if
31731 src/com/gps/hibernate/SclicenseDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31732 src/com/gps/hibernate/SclicenseDAO.java 68 Local variable 'results' could be declared final
31733 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31734 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31735 src/com/gps/hibernate/SclicenseDAO.java 68 Potential violation of Law of Demeter (method chain calls)
31736 src/com/gps/hibernate/SclicenseDAO.java 71 There is log block not surrounded by if
31737 src/com/gps/hibernate/SclicenseDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31738 src/com/gps/hibernate/SclicenseDAO.java 72 Potential violation of Law of Demeter (object not created locally)
31739 src/com/gps/hibernate/SclicenseDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31740 src/com/gps/hibernate/SclicenseDAO.java 75 There is log block not surrounded by if
31741 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
31742 src/com/gps/hibernate/SclicenseDAO.java 80 Parameter 'value' is not assigned and could be declared final
31743 src/com/gps/hibernate/SclicenseDAO.java 80 publicMethodCommentRequirement Required
31744 src/com/gps/hibernate/SclicenseDAO.java 81 There is log block not surrounded by if
31745 src/com/gps/hibernate/SclicenseDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31746 src/com/gps/hibernate/SclicenseDAO.java 84 Local variable 'queryString' could be declared final
31747 src/com/gps/hibernate/SclicenseDAO.java 86 Local variable 'queryObject' could be declared final
31748 src/com/gps/hibernate/SclicenseDAO.java 86 Potential violation of Law of Demeter (method chain calls)
31749 src/com/gps/hibernate/SclicenseDAO.java 87 Potential violation of Law of Demeter (object not created locally)
31750 src/com/gps/hibernate/SclicenseDAO.java 88 Potential violation of Law of Demeter (object not created locally)
31751 src/com/gps/hibernate/SclicenseDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31752 src/com/gps/hibernate/SclicenseDAO.java 90 There is log block not surrounded by if
31753 src/com/gps/hibernate/SclicenseDAO.java 95 Parameter 'name' is not assigned and could be declared final
31754 src/com/gps/hibernate/SclicenseDAO.java 95 publicMethodCommentRequirement Required
31755 src/com/gps/hibernate/SclicenseDAO.java 99 Parameter 'url' is not assigned and could be declared final
31756 src/com/gps/hibernate/SclicenseDAO.java 99 publicMethodCommentRequirement Required
31757 src/com/gps/hibernate/SclicenseDAO.java 103 Parameter 'openSource' is not assigned and could be declared final
31758 src/com/gps/hibernate/SclicenseDAO.java 103 publicMethodCommentRequirement Required
31759 src/com/gps/hibernate/SclicenseDAO.java 107 Parameter 'active' is not assigned and could be declared final
31760 src/com/gps/hibernate/SclicenseDAO.java 107 publicMethodCommentRequirement Required
31761 src/com/gps/hibernate/SclicenseDAO.java 111 Parameter 'recommended' is not assigned and could be declared final
31762 src/com/gps/hibernate/SclicenseDAO.java 111 publicMethodCommentRequirement Required
31763 src/com/gps/hibernate/SclicenseDAO.java 115 publicMethodCommentRequirement Required
31764 src/com/gps/hibernate/SclicenseDAO.java 116 There is log block not surrounded by if
31765 src/com/gps/hibernate/SclicenseDAO.java 116 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31766 src/com/gps/hibernate/SclicenseDAO.java 118 Local variable 'queryString' could be declared final
31767 src/com/gps/hibernate/SclicenseDAO.java 119 Local variable 'queryObject' could be declared final
31768 src/com/gps/hibernate/SclicenseDAO.java 119 Potential violation of Law of Demeter (method chain calls)
31769 src/com/gps/hibernate/SclicenseDAO.java 120 Potential violation of Law of Demeter (object not created locally)
31770 src/com/gps/hibernate/SclicenseDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31771 src/com/gps/hibernate/SclicenseDAO.java 122 There is log block not surrounded by if
31772 src/com/gps/hibernate/SclicenseDAO.java 127 Parameter 'detachedInstance' is not assigned and could be declared final
31773 src/com/gps/hibernate/SclicenseDAO.java 127 publicMethodCommentRequirement Required
31774 src/com/gps/hibernate/SclicenseDAO.java 128 There is log block not surrounded by if
31775 src/com/gps/hibernate/SclicenseDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31776 src/com/gps/hibernate/SclicenseDAO.java 130 Local variable 'result' could be declared final
31777 src/com/gps/hibernate/SclicenseDAO.java 130 Potential violation of Law of Demeter (method chain calls)
31778 src/com/gps/hibernate/SclicenseDAO.java 131 There is log block not surrounded by if
31779 src/com/gps/hibernate/SclicenseDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31780 src/com/gps/hibernate/SclicenseDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31781 src/com/gps/hibernate/SclicenseDAO.java 134 There is log block not surrounded by if
31782 src/com/gps/hibernate/SclicenseDAO.java 139 Parameter 'instance' is not assigned and could be declared final
31783 src/com/gps/hibernate/SclicenseDAO.java 139 publicMethodCommentRequirement Required
31784 src/com/gps/hibernate/SclicenseDAO.java 140 There is log block not surrounded by if
31785 src/com/gps/hibernate/SclicenseDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31786 src/com/gps/hibernate/SclicenseDAO.java 142 Potential violation of Law of Demeter (method chain calls)
31787 src/com/gps/hibernate/SclicenseDAO.java 143 There is log block not surrounded by if
31788 src/com/gps/hibernate/SclicenseDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31789 src/com/gps/hibernate/SclicenseDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31790 src/com/gps/hibernate/SclicenseDAO.java 145 There is log block not surrounded by if
31791 src/com/gps/hibernate/SclicenseDAO.java 150 Parameter 'instance' is not assigned and could be declared final
31792 src/com/gps/hibernate/SclicenseDAO.java 150 publicMethodCommentRequirement Required
31793 src/com/gps/hibernate/SclicenseDAO.java 151 There is log block not surrounded by if
31794 src/com/gps/hibernate/SclicenseDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31795 src/com/gps/hibernate/SclicenseDAO.java 153 Potential violation of Law of Demeter (method chain calls)
31796 src/com/gps/hibernate/SclicenseDAO.java 154 There is log block not surrounded by if
31797 src/com/gps/hibernate/SclicenseDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31798 src/com/gps/hibernate/SclicenseDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31799 src/com/gps/hibernate/SclicenseDAO.java 156 There is log block not surrounded by if
31800 src/com/gps/hibernate/SclicensesScproductentries.java 9 Classes implementing Serializable should set a serialVersionUID
31801 src/com/gps/hibernate/SclicensesScproductentries.java 13 Avoid variables with short names like id
31802 src/com/gps/hibernate/SclicensesScproductentries.java 13 fieldCommentRequirement Required
31803 src/com/gps/hibernate/SclicensesScproductentries.java 18 Document empty constructor
31804 src/com/gps/hibernate/SclicensesScproductentries.java 22 Avoid variables with short names like id
31805 src/com/gps/hibernate/SclicensesScproductentries.java 22 Parameter 'id' is not assigned and could be declared final
31806 src/com/gps/hibernate/SclicensesScproductentries.java 28 publicMethodCommentRequirement Required
31807 src/com/gps/hibernate/SclicensesScproductentries.java 32 Avoid variables with short names like id
31808 src/com/gps/hibernate/SclicensesScproductentries.java 32 Parameter 'id' is not assigned and could be declared final
31809 src/com/gps/hibernate/SclicensesScproductentries.java 32 publicMethodCommentRequirement Required
31810 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 10 Comment is too large: Too many lines
31811 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Logger should be defined private static final and have the correct class
31812 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
31813 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 24 fieldCommentRequirement Required
31814 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
31815 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 29 publicMethodCommentRequirement Required
31816 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 There is log block not surrounded by if
31817 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31818 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 32 Potential violation of Law of Demeter (method chain calls)
31819 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 There is log block not surrounded by if
31820 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31821 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31822 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 35 There is log block not surrounded by if
31823 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Avoid excessively long variable names like persistentInstance
31824 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
31825 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 40 publicMethodCommentRequirement Required
31826 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 There is log block not surrounded by if
31827 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31828 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 43 Potential violation of Law of Demeter (method chain calls)
31829 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 There is log block not surrounded by if
31830 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31831 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31832 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 46 There is log block not surrounded by if
31833 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 51 publicMethodCommentRequirement Required
31834 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Avoid variables with short names like id
31835 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 52 Parameter 'id' is not assigned and could be declared final
31836 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 There is log block not surrounded by if
31837 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31838 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Local variable 'instance' could be declared final
31839 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
31840 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31841 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 59 There is log block not surrounded by if
31842 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 Parameter 'instance' is not assigned and could be declared final
31843 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 64 publicMethodCommentRequirement Required
31844 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 There is log block not surrounded by if
31845 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31846 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Local variable 'results' could be declared final
31847 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31848 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31849 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 67 Potential violation of Law of Demeter (method chain calls)
31850 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 There is log block not surrounded by if
31851 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31852 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 71 Potential violation of Law of Demeter (object not created locally)
31853 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31854 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 74 There is log block not surrounded by if
31855 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
31856 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 Parameter 'value' is not assigned and could be declared final
31857 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 79 publicMethodCommentRequirement Required
31858 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 There is log block not surrounded by if
31859 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31860 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 83 Local variable 'queryString' could be declared final
31861 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Local variable 'queryObject' could be declared final
31862 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 85 Potential violation of Law of Demeter (method chain calls)
31863 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
31864 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 87 Potential violation of Law of Demeter (object not created locally)
31865 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31866 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 89 There is log block not surrounded by if
31867 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 94 publicMethodCommentRequirement Required
31868 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 There is log block not surrounded by if
31869 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31870 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 97 Local variable 'queryString' could be declared final
31871 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Local variable 'queryObject' could be declared final
31872 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 98 Potential violation of Law of Demeter (method chain calls)
31873 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 99 Potential violation of Law of Demeter (object not created locally)
31874 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31875 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 101 There is log block not surrounded by if
31876 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 106 publicMethodCommentRequirement Required
31877 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 107 Parameter 'detachedInstance' is not assigned and could be declared final
31878 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 There is log block not surrounded by if
31879 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31880 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Local variable 'result' could be declared final
31881 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 110 Potential violation of Law of Demeter (method chain calls)
31882 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 There is log block not surrounded by if
31883 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31884 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31885 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 115 There is log block not surrounded by if
31886 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 Parameter 'instance' is not assigned and could be declared final
31887 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 120 publicMethodCommentRequirement Required
31888 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 There is log block not surrounded by if
31889 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31890 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 123 Potential violation of Law of Demeter (method chain calls)
31891 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 There is log block not surrounded by if
31892 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31893 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31894 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 126 There is log block not surrounded by if
31895 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 Parameter 'instance' is not assigned and could be declared final
31896 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 131 publicMethodCommentRequirement Required
31897 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 There is log block not surrounded by if
31898 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31899 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 134 Potential violation of Law of Demeter (method chain calls)
31900 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 There is log block not surrounded by if
31901 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
31902 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
31903 src/com/gps/hibernate/SclicensesScproductentriesDAO.java 137 There is log block not surrounded by if
31904 src/com/gps/hibernate/SclicensesScproductentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
31905 src/com/gps/hibernate/SclicensesScproductentriesId.java 13 fieldCommentRequirement Required
31906 src/com/gps/hibernate/SclicensesScproductentriesId.java 14 fieldCommentRequirement Required
31907 src/com/gps/hibernate/SclicensesScproductentriesId.java 19 Document empty constructor
31908 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'licenseId' is not assigned and could be declared final
31909 src/com/gps/hibernate/SclicensesScproductentriesId.java 23 Parameter 'productEntryId' is not assigned and could be declared final
31910 src/com/gps/hibernate/SclicensesScproductentriesId.java 30 publicMethodCommentRequirement Required
31911 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 Parameter 'licenseId' is not assigned and could be declared final
31912 src/com/gps/hibernate/SclicensesScproductentriesId.java 34 publicMethodCommentRequirement Required
31913 src/com/gps/hibernate/SclicensesScproductentriesId.java 38 publicMethodCommentRequirement Required
31914 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 Parameter 'productEntryId' is not assigned and could be declared final
31915 src/com/gps/hibernate/SclicensesScproductentriesId.java 42 publicMethodCommentRequirement Required
31916 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 Parameter 'other' is not assigned and could be declared final
31917 src/com/gps/hibernate/SclicensesScproductentriesId.java 46 publicMethodCommentRequirement Required
31918 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Avoid using if statements without curly braces
31919 src/com/gps/hibernate/SclicensesScproductentriesId.java 47 Useless parentheses.
31920 src/com/gps/hibernate/SclicensesScproductentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
31921 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Avoid using if statements without curly braces
31922 src/com/gps/hibernate/SclicensesScproductentriesId.java 49 Useless parentheses.
31923 src/com/gps/hibernate/SclicensesScproductentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
31924 src/com/gps/hibernate/SclicensesScproductentriesId.java 51 Avoid using if statements without curly braces
31925 src/com/gps/hibernate/SclicensesScproductentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
31926 src/com/gps/hibernate/SclicensesScproductentriesId.java 53 Local variable 'castOther' could be declared final
31927 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
31928 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
31929 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
31930 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
31931 src/com/gps/hibernate/SclicensesScproductentriesId.java 55 Useless parentheses.
31932 src/com/gps/hibernate/SclicensesScproductentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
31933 src/com/gps/hibernate/SclicensesScproductentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
31934 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
31935 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
31936 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
31937 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
31938 src/com/gps/hibernate/SclicensesScproductentriesId.java 59 Useless parentheses.
31939 src/com/gps/hibernate/SclicensesScproductentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
31940 src/com/gps/hibernate/SclicensesScproductentriesId.java 63 Potential violation of Law of Demeter (object not created locally)
31941 src/com/gps/hibernate/SclicensesScproductentriesId.java 66 publicMethodCommentRequirement Required
31942 src/com/gps/hibernate/SclicensesScproductentriesId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
31943 src/com/gps/hibernate/Scproductentry.java 11 Classes implementing Serializable should set a serialVersionUID
31944 src/com/gps/hibernate/Scproductentry.java 11 Too many fields
31945 src/com/gps/hibernate/Scproductentry.java 15 fieldCommentRequirement Required
31946 src/com/gps/hibernate/Scproductentry.java 16 fieldCommentRequirement Required
31947 src/com/gps/hibernate/Scproductentry.java 17 fieldCommentRequirement Required
31948 src/com/gps/hibernate/Scproductentry.java 18 fieldCommentRequirement Required
31949 src/com/gps/hibernate/Scproductentry.java 19 fieldCommentRequirement Required
31950 src/com/gps/hibernate/Scproductentry.java 20 fieldCommentRequirement Required
31951 src/com/gps/hibernate/Scproductentry.java 21 fieldCommentRequirement Required
31952 src/com/gps/hibernate/Scproductentry.java 22 fieldCommentRequirement Required
31953 src/com/gps/hibernate/Scproductentry.java 23 fieldCommentRequirement Required
31954 src/com/gps/hibernate/Scproductentry.java 24 fieldCommentRequirement Required
31955 src/com/gps/hibernate/Scproductentry.java 25 fieldCommentRequirement Required
31956 src/com/gps/hibernate/Scproductentry.java 26 fieldCommentRequirement Required
31957 src/com/gps/hibernate/Scproductentry.java 27 fieldCommentRequirement Required
31958 src/com/gps/hibernate/Scproductentry.java 28 fieldCommentRequirement Required
31959 src/com/gps/hibernate/Scproductentry.java 29 fieldCommentRequirement Required
31960 src/com/gps/hibernate/Scproductentry.java 30 fieldCommentRequirement Required
31961 src/com/gps/hibernate/Scproductentry.java 35 Document empty constructor
31962 src/com/gps/hibernate/Scproductentry.java 39 Parameter 'productEntryId' is not assigned and could be declared final
31963 src/com/gps/hibernate/Scproductentry.java 44 Avoid long parameter lists.
31964 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'companyId' is not assigned and could be declared final
31965 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'groupId' is not assigned and could be declared final
31966 src/com/gps/hibernate/Scproductentry.java 44 Parameter 'productEntryId' is not assigned and could be declared final
31967 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'createDate' is not assigned and could be declared final
31968 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'modifiedDate' is not assigned and could be declared final
31969 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userId' is not assigned and could be declared final
31970 src/com/gps/hibernate/Scproductentry.java 45 Parameter 'userName' is not assigned and could be declared final
31971 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'name' is not assigned and could be declared final
31972 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'shortDescription' is not assigned and could be declared final
31973 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'tags' is not assigned and could be declared final
31974 src/com/gps/hibernate/Scproductentry.java 46 Parameter 'type' is not assigned and could be declared final
31975 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'author' is not assigned and could be declared final
31976 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'longDescription' is not assigned and could be declared final
31977 src/com/gps/hibernate/Scproductentry.java 47 Parameter 'pageUrl' is not assigned and could be declared final
31978 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoArtifactId' is not assigned and could be declared final
31979 src/com/gps/hibernate/Scproductentry.java 48 Parameter 'repoGroupId' is not assigned and could be declared final
31980 src/com/gps/hibernate/Scproductentry.java 69 publicMethodCommentRequirement Required
31981 src/com/gps/hibernate/Scproductentry.java 73 Parameter 'productEntryId' is not assigned and could be declared final
31982 src/com/gps/hibernate/Scproductentry.java 73 publicMethodCommentRequirement Required
31983 src/com/gps/hibernate/Scproductentry.java 77 publicMethodCommentRequirement Required
31984 src/com/gps/hibernate/Scproductentry.java 81 Parameter 'groupId' is not assigned and could be declared final
31985 src/com/gps/hibernate/Scproductentry.java 81 publicMethodCommentRequirement Required
31986 src/com/gps/hibernate/Scproductentry.java 85 publicMethodCommentRequirement Required
31987 src/com/gps/hibernate/Scproductentry.java 89 Parameter 'companyId' is not assigned and could be declared final
31988 src/com/gps/hibernate/Scproductentry.java 89 publicMethodCommentRequirement Required
31989 src/com/gps/hibernate/Scproductentry.java 93 publicMethodCommentRequirement Required
31990 src/com/gps/hibernate/Scproductentry.java 97 Parameter 'userId' is not assigned and could be declared final
31991 src/com/gps/hibernate/Scproductentry.java 97 publicMethodCommentRequirement Required
31992 src/com/gps/hibernate/Scproductentry.java 101 publicMethodCommentRequirement Required
31993 src/com/gps/hibernate/Scproductentry.java 105 Parameter 'userName' is not assigned and could be declared final
31994 src/com/gps/hibernate/Scproductentry.java 105 publicMethodCommentRequirement Required
31995 src/com/gps/hibernate/Scproductentry.java 109 publicMethodCommentRequirement Required
31996 src/com/gps/hibernate/Scproductentry.java 113 Parameter 'createDate' is not assigned and could be declared final
31997 src/com/gps/hibernate/Scproductentry.java 113 publicMethodCommentRequirement Required
31998 src/com/gps/hibernate/Scproductentry.java 117 publicMethodCommentRequirement Required
31999 src/com/gps/hibernate/Scproductentry.java 121 Parameter 'modifiedDate' is not assigned and could be declared final
32000 src/com/gps/hibernate/Scproductentry.java 121 publicMethodCommentRequirement Required
32001 src/com/gps/hibernate/Scproductentry.java 125 publicMethodCommentRequirement Required
32002 src/com/gps/hibernate/Scproductentry.java 129 Parameter 'name' is not assigned and could be declared final
32003 src/com/gps/hibernate/Scproductentry.java 129 publicMethodCommentRequirement Required
32004 src/com/gps/hibernate/Scproductentry.java 133 publicMethodCommentRequirement Required
32005 src/com/gps/hibernate/Scproductentry.java 137 Parameter 'type' is not assigned and could be declared final
32006 src/com/gps/hibernate/Scproductentry.java 137 publicMethodCommentRequirement Required
32007 src/com/gps/hibernate/Scproductentry.java 141 publicMethodCommentRequirement Required
32008 src/com/gps/hibernate/Scproductentry.java 145 Parameter 'tags' is not assigned and could be declared final
32009 src/com/gps/hibernate/Scproductentry.java 145 publicMethodCommentRequirement Required
32010 src/com/gps/hibernate/Scproductentry.java 149 publicMethodCommentRequirement Required
32011 src/com/gps/hibernate/Scproductentry.java 153 Parameter 'shortDescription' is not assigned and could be declared final
32012 src/com/gps/hibernate/Scproductentry.java 153 publicMethodCommentRequirement Required
32013 src/com/gps/hibernate/Scproductentry.java 157 publicMethodCommentRequirement Required
32014 src/com/gps/hibernate/Scproductentry.java 161 Parameter 'longDescription' is not assigned and could be declared final
32015 src/com/gps/hibernate/Scproductentry.java 161 publicMethodCommentRequirement Required
32016 src/com/gps/hibernate/Scproductentry.java 165 publicMethodCommentRequirement Required
32017 src/com/gps/hibernate/Scproductentry.java 169 Parameter 'pageUrl' is not assigned and could be declared final
32018 src/com/gps/hibernate/Scproductentry.java 169 publicMethodCommentRequirement Required
32019 src/com/gps/hibernate/Scproductentry.java 173 publicMethodCommentRequirement Required
32020 src/com/gps/hibernate/Scproductentry.java 177 Parameter 'author' is not assigned and could be declared final
32021 src/com/gps/hibernate/Scproductentry.java 177 publicMethodCommentRequirement Required
32022 src/com/gps/hibernate/Scproductentry.java 181 publicMethodCommentRequirement Required
32023 src/com/gps/hibernate/Scproductentry.java 185 Parameter 'repoGroupId' is not assigned and could be declared final
32024 src/com/gps/hibernate/Scproductentry.java 185 publicMethodCommentRequirement Required
32025 src/com/gps/hibernate/Scproductentry.java 189 publicMethodCommentRequirement Required
32026 src/com/gps/hibernate/Scproductentry.java 193 Parameter 'repoArtifactId' is not assigned and could be declared final
32027 src/com/gps/hibernate/Scproductentry.java 193 publicMethodCommentRequirement Required
32028 src/com/gps/hibernate/ScproductentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
32029 src/com/gps/hibernate/ScproductentryDAO.java 11 Comment is too large: Too many lines
32030 src/com/gps/hibernate/ScproductentryDAO.java 23 This class has too many methods, consider refactoring it.
32031 src/com/gps/hibernate/ScproductentryDAO.java 24 Logger should be defined private static final and have the correct class
32032 src/com/gps/hibernate/ScproductentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32033 src/com/gps/hibernate/ScproductentryDAO.java 24 fieldCommentRequirement Required
32034 src/com/gps/hibernate/ScproductentryDAO.java 26 fieldCommentRequirement Required
32035 src/com/gps/hibernate/ScproductentryDAO.java 27 fieldCommentRequirement Required
32036 src/com/gps/hibernate/ScproductentryDAO.java 28 fieldCommentRequirement Required
32037 src/com/gps/hibernate/ScproductentryDAO.java 29 fieldCommentRequirement Required
32038 src/com/gps/hibernate/ScproductentryDAO.java 30 fieldCommentRequirement Required
32039 src/com/gps/hibernate/ScproductentryDAO.java 31 fieldCommentRequirement Required
32040 src/com/gps/hibernate/ScproductentryDAO.java 32 fieldCommentRequirement Required
32041 src/com/gps/hibernate/ScproductentryDAO.java 33 fieldCommentRequirement Required
32042 src/com/gps/hibernate/ScproductentryDAO.java 34 fieldCommentRequirement Required
32043 src/com/gps/hibernate/ScproductentryDAO.java 35 fieldCommentRequirement Required
32044 src/com/gps/hibernate/ScproductentryDAO.java 36 fieldCommentRequirement Required
32045 src/com/gps/hibernate/ScproductentryDAO.java 37 fieldCommentRequirement Required
32046 src/com/gps/hibernate/ScproductentryDAO.java 38 fieldCommentRequirement Required
32047 src/com/gps/hibernate/ScproductentryDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
32048 src/com/gps/hibernate/ScproductentryDAO.java 40 publicMethodCommentRequirement Required
32049 src/com/gps/hibernate/ScproductentryDAO.java 41 There is log block not surrounded by if
32050 src/com/gps/hibernate/ScproductentryDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32051 src/com/gps/hibernate/ScproductentryDAO.java 43 Potential violation of Law of Demeter (method chain calls)
32052 src/com/gps/hibernate/ScproductentryDAO.java 44 There is log block not surrounded by if
32053 src/com/gps/hibernate/ScproductentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32054 src/com/gps/hibernate/ScproductentryDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32055 src/com/gps/hibernate/ScproductentryDAO.java 46 There is log block not surrounded by if
32056 src/com/gps/hibernate/ScproductentryDAO.java 51 Avoid excessively long variable names like persistentInstance
32057 src/com/gps/hibernate/ScproductentryDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
32058 src/com/gps/hibernate/ScproductentryDAO.java 51 publicMethodCommentRequirement Required
32059 src/com/gps/hibernate/ScproductentryDAO.java 52 There is log block not surrounded by if
32060 src/com/gps/hibernate/ScproductentryDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32061 src/com/gps/hibernate/ScproductentryDAO.java 54 Potential violation of Law of Demeter (method chain calls)
32062 src/com/gps/hibernate/ScproductentryDAO.java 55 There is log block not surrounded by if
32063 src/com/gps/hibernate/ScproductentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32064 src/com/gps/hibernate/ScproductentryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32065 src/com/gps/hibernate/ScproductentryDAO.java 57 There is log block not surrounded by if
32066 src/com/gps/hibernate/ScproductentryDAO.java 62 Avoid variables with short names like id
32067 src/com/gps/hibernate/ScproductentryDAO.java 62 Parameter 'id' is not assigned and could be declared final
32068 src/com/gps/hibernate/ScproductentryDAO.java 62 publicMethodCommentRequirement Required
32069 src/com/gps/hibernate/ScproductentryDAO.java 63 There is log block not surrounded by if
32070 src/com/gps/hibernate/ScproductentryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32071 src/com/gps/hibernate/ScproductentryDAO.java 65 Local variable 'instance' could be declared final
32072 src/com/gps/hibernate/ScproductentryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
32073 src/com/gps/hibernate/ScproductentryDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32074 src/com/gps/hibernate/ScproductentryDAO.java 69 There is log block not surrounded by if
32075 src/com/gps/hibernate/ScproductentryDAO.java 74 Parameter 'instance' is not assigned and could be declared final
32076 src/com/gps/hibernate/ScproductentryDAO.java 74 publicMethodCommentRequirement Required
32077 src/com/gps/hibernate/ScproductentryDAO.java 75 There is log block not surrounded by if
32078 src/com/gps/hibernate/ScproductentryDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32079 src/com/gps/hibernate/ScproductentryDAO.java 77 Local variable 'results' could be declared final
32080 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32081 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32082 src/com/gps/hibernate/ScproductentryDAO.java 77 Potential violation of Law of Demeter (method chain calls)
32083 src/com/gps/hibernate/ScproductentryDAO.java 80 There is log block not surrounded by if
32084 src/com/gps/hibernate/ScproductentryDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32085 src/com/gps/hibernate/ScproductentryDAO.java 81 Potential violation of Law of Demeter (object not created locally)
32086 src/com/gps/hibernate/ScproductentryDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32087 src/com/gps/hibernate/ScproductentryDAO.java 84 There is log block not surrounded by if
32088 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
32089 src/com/gps/hibernate/ScproductentryDAO.java 89 Parameter 'value' is not assigned and could be declared final
32090 src/com/gps/hibernate/ScproductentryDAO.java 89 publicMethodCommentRequirement Required
32091 src/com/gps/hibernate/ScproductentryDAO.java 90 There is log block not surrounded by if
32092 src/com/gps/hibernate/ScproductentryDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32093 src/com/gps/hibernate/ScproductentryDAO.java 93 Local variable 'queryString' could be declared final
32094 src/com/gps/hibernate/ScproductentryDAO.java 95 Local variable 'queryObject' could be declared final
32095 src/com/gps/hibernate/ScproductentryDAO.java 95 Potential violation of Law of Demeter (method chain calls)
32096 src/com/gps/hibernate/ScproductentryDAO.java 96 Potential violation of Law of Demeter (object not created locally)
32097 src/com/gps/hibernate/ScproductentryDAO.java 97 Potential violation of Law of Demeter (object not created locally)
32098 src/com/gps/hibernate/ScproductentryDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32099 src/com/gps/hibernate/ScproductentryDAO.java 99 There is log block not surrounded by if
32100 src/com/gps/hibernate/ScproductentryDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
32101 src/com/gps/hibernate/ScproductentryDAO.java 104 publicMethodCommentRequirement Required
32102 src/com/gps/hibernate/ScproductentryDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
32103 src/com/gps/hibernate/ScproductentryDAO.java 108 publicMethodCommentRequirement Required
32104 src/com/gps/hibernate/ScproductentryDAO.java 112 Parameter 'userId' is not assigned and could be declared final
32105 src/com/gps/hibernate/ScproductentryDAO.java 112 publicMethodCommentRequirement Required
32106 src/com/gps/hibernate/ScproductentryDAO.java 116 Parameter 'userName' is not assigned and could be declared final
32107 src/com/gps/hibernate/ScproductentryDAO.java 116 publicMethodCommentRequirement Required
32108 src/com/gps/hibernate/ScproductentryDAO.java 120 Parameter 'name' is not assigned and could be declared final
32109 src/com/gps/hibernate/ScproductentryDAO.java 120 publicMethodCommentRequirement Required
32110 src/com/gps/hibernate/ScproductentryDAO.java 124 Parameter 'type' is not assigned and could be declared final
32111 src/com/gps/hibernate/ScproductentryDAO.java 124 publicMethodCommentRequirement Required
32112 src/com/gps/hibernate/ScproductentryDAO.java 128 Parameter 'tags' is not assigned and could be declared final
32113 src/com/gps/hibernate/ScproductentryDAO.java 128 publicMethodCommentRequirement Required
32114 src/com/gps/hibernate/ScproductentryDAO.java 132 Parameter 'shortDescription' is not assigned and could be declared final
32115 src/com/gps/hibernate/ScproductentryDAO.java 132 publicMethodCommentRequirement Required
32116 src/com/gps/hibernate/ScproductentryDAO.java 136 Parameter 'longDescription' is not assigned and could be declared final
32117 src/com/gps/hibernate/ScproductentryDAO.java 136 publicMethodCommentRequirement Required
32118 src/com/gps/hibernate/ScproductentryDAO.java 140 Parameter 'pageUrl' is not assigned and could be declared final
32119 src/com/gps/hibernate/ScproductentryDAO.java 140 publicMethodCommentRequirement Required
32120 src/com/gps/hibernate/ScproductentryDAO.java 144 Parameter 'author' is not assigned and could be declared final
32121 src/com/gps/hibernate/ScproductentryDAO.java 144 publicMethodCommentRequirement Required
32122 src/com/gps/hibernate/ScproductentryDAO.java 148 Parameter 'repoGroupId' is not assigned and could be declared final
32123 src/com/gps/hibernate/ScproductentryDAO.java 148 publicMethodCommentRequirement Required
32124 src/com/gps/hibernate/ScproductentryDAO.java 152 Parameter 'repoArtifactId' is not assigned and could be declared final
32125 src/com/gps/hibernate/ScproductentryDAO.java 152 publicMethodCommentRequirement Required
32126 src/com/gps/hibernate/ScproductentryDAO.java 156 publicMethodCommentRequirement Required
32127 src/com/gps/hibernate/ScproductentryDAO.java 157 There is log block not surrounded by if
32128 src/com/gps/hibernate/ScproductentryDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32129 src/com/gps/hibernate/ScproductentryDAO.java 159 Local variable 'queryString' could be declared final
32130 src/com/gps/hibernate/ScproductentryDAO.java 160 Local variable 'queryObject' could be declared final
32131 src/com/gps/hibernate/ScproductentryDAO.java 160 Potential violation of Law of Demeter (method chain calls)
32132 src/com/gps/hibernate/ScproductentryDAO.java 161 Potential violation of Law of Demeter (object not created locally)
32133 src/com/gps/hibernate/ScproductentryDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32134 src/com/gps/hibernate/ScproductentryDAO.java 163 There is log block not surrounded by if
32135 src/com/gps/hibernate/ScproductentryDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
32136 src/com/gps/hibernate/ScproductentryDAO.java 168 publicMethodCommentRequirement Required
32137 src/com/gps/hibernate/ScproductentryDAO.java 169 There is log block not surrounded by if
32138 src/com/gps/hibernate/ScproductentryDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32139 src/com/gps/hibernate/ScproductentryDAO.java 171 Local variable 'result' could be declared final
32140 src/com/gps/hibernate/ScproductentryDAO.java 171 Potential violation of Law of Demeter (method chain calls)
32141 src/com/gps/hibernate/ScproductentryDAO.java 173 There is log block not surrounded by if
32142 src/com/gps/hibernate/ScproductentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32143 src/com/gps/hibernate/ScproductentryDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32144 src/com/gps/hibernate/ScproductentryDAO.java 176 There is log block not surrounded by if
32145 src/com/gps/hibernate/ScproductentryDAO.java 181 Parameter 'instance' is not assigned and could be declared final
32146 src/com/gps/hibernate/ScproductentryDAO.java 181 publicMethodCommentRequirement Required
32147 src/com/gps/hibernate/ScproductentryDAO.java 182 There is log block not surrounded by if
32148 src/com/gps/hibernate/ScproductentryDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32149 src/com/gps/hibernate/ScproductentryDAO.java 184 Potential violation of Law of Demeter (method chain calls)
32150 src/com/gps/hibernate/ScproductentryDAO.java 185 There is log block not surrounded by if
32151 src/com/gps/hibernate/ScproductentryDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32152 src/com/gps/hibernate/ScproductentryDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32153 src/com/gps/hibernate/ScproductentryDAO.java 187 There is log block not surrounded by if
32154 src/com/gps/hibernate/ScproductentryDAO.java 192 Parameter 'instance' is not assigned and could be declared final
32155 src/com/gps/hibernate/ScproductentryDAO.java 192 publicMethodCommentRequirement Required
32156 src/com/gps/hibernate/ScproductentryDAO.java 193 There is log block not surrounded by if
32157 src/com/gps/hibernate/ScproductentryDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32158 src/com/gps/hibernate/ScproductentryDAO.java 195 Potential violation of Law of Demeter (method chain calls)
32159 src/com/gps/hibernate/ScproductentryDAO.java 196 There is log block not surrounded by if
32160 src/com/gps/hibernate/ScproductentryDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32161 src/com/gps/hibernate/ScproductentryDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32162 src/com/gps/hibernate/ScproductentryDAO.java 198 There is log block not surrounded by if
32163 src/com/gps/hibernate/Scproductscreenshot.java 9 Classes implementing Serializable should set a serialVersionUID
32164 src/com/gps/hibernate/Scproductscreenshot.java 13 Avoid excessively long variable names like productScreenshotId
32165 src/com/gps/hibernate/Scproductscreenshot.java 13 fieldCommentRequirement Required
32166 src/com/gps/hibernate/Scproductscreenshot.java 14 fieldCommentRequirement Required
32167 src/com/gps/hibernate/Scproductscreenshot.java 15 fieldCommentRequirement Required
32168 src/com/gps/hibernate/Scproductscreenshot.java 16 fieldCommentRequirement Required
32169 src/com/gps/hibernate/Scproductscreenshot.java 17 fieldCommentRequirement Required
32170 src/com/gps/hibernate/Scproductscreenshot.java 18 fieldCommentRequirement Required
32171 src/com/gps/hibernate/Scproductscreenshot.java 19 fieldCommentRequirement Required
32172 src/com/gps/hibernate/Scproductscreenshot.java 24 Document empty constructor
32173 src/com/gps/hibernate/Scproductscreenshot.java 28 Avoid excessively long variable names like productScreenshotId
32174 src/com/gps/hibernate/Scproductscreenshot.java 28 Parameter 'productScreenshotId' is not assigned and could be declared final
32175 src/com/gps/hibernate/Scproductscreenshot.java 33 Avoid excessively long variable names like productScreenshotId
32176 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'companyId' is not assigned and could be declared final
32177 src/com/gps/hibernate/Scproductscreenshot.java 33 Parameter 'productScreenshotId' is not assigned and could be declared final
32178 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'groupId' is not assigned and could be declared final
32179 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'productEntryId' is not assigned and could be declared final
32180 src/com/gps/hibernate/Scproductscreenshot.java 34 Parameter 'thumbnailId' is not assigned and could be declared final
32181 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'fullImageId' is not assigned and could be declared final
32182 src/com/gps/hibernate/Scproductscreenshot.java 35 Parameter 'priority' is not assigned and could be declared final
32183 src/com/gps/hibernate/Scproductscreenshot.java 47 publicMethodCommentRequirement Required
32184 src/com/gps/hibernate/Scproductscreenshot.java 51 Avoid excessively long variable names like productScreenshotId
32185 src/com/gps/hibernate/Scproductscreenshot.java 51 Parameter 'productScreenshotId' is not assigned and could be declared final
32186 src/com/gps/hibernate/Scproductscreenshot.java 51 publicMethodCommentRequirement Required
32187 src/com/gps/hibernate/Scproductscreenshot.java 55 publicMethodCommentRequirement Required
32188 src/com/gps/hibernate/Scproductscreenshot.java 59 Parameter 'companyId' is not assigned and could be declared final
32189 src/com/gps/hibernate/Scproductscreenshot.java 59 publicMethodCommentRequirement Required
32190 src/com/gps/hibernate/Scproductscreenshot.java 63 publicMethodCommentRequirement Required
32191 src/com/gps/hibernate/Scproductscreenshot.java 67 Parameter 'groupId' is not assigned and could be declared final
32192 src/com/gps/hibernate/Scproductscreenshot.java 67 publicMethodCommentRequirement Required
32193 src/com/gps/hibernate/Scproductscreenshot.java 71 publicMethodCommentRequirement Required
32194 src/com/gps/hibernate/Scproductscreenshot.java 75 Parameter 'productEntryId' is not assigned and could be declared final
32195 src/com/gps/hibernate/Scproductscreenshot.java 75 publicMethodCommentRequirement Required
32196 src/com/gps/hibernate/Scproductscreenshot.java 79 publicMethodCommentRequirement Required
32197 src/com/gps/hibernate/Scproductscreenshot.java 83 Parameter 'thumbnailId' is not assigned and could be declared final
32198 src/com/gps/hibernate/Scproductscreenshot.java 83 publicMethodCommentRequirement Required
32199 src/com/gps/hibernate/Scproductscreenshot.java 87 publicMethodCommentRequirement Required
32200 src/com/gps/hibernate/Scproductscreenshot.java 91 Parameter 'fullImageId' is not assigned and could be declared final
32201 src/com/gps/hibernate/Scproductscreenshot.java 91 publicMethodCommentRequirement Required
32202 src/com/gps/hibernate/Scproductscreenshot.java 95 publicMethodCommentRequirement Required
32203 src/com/gps/hibernate/Scproductscreenshot.java 99 Parameter 'priority' is not assigned and could be declared final
32204 src/com/gps/hibernate/Scproductscreenshot.java 99 publicMethodCommentRequirement Required
32205 src/com/gps/hibernate/ScproductscreenshotDAO.java 10 Comment is too large: Too many lines
32206 src/com/gps/hibernate/ScproductscreenshotDAO.java 22 This class has too many methods, consider refactoring it.
32207 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Logger should be defined private static final and have the correct class
32208 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
32209 src/com/gps/hibernate/ScproductscreenshotDAO.java 23 fieldCommentRequirement Required
32210 src/com/gps/hibernate/ScproductscreenshotDAO.java 26 fieldCommentRequirement Required
32211 src/com/gps/hibernate/ScproductscreenshotDAO.java 27 fieldCommentRequirement Required
32212 src/com/gps/hibernate/ScproductscreenshotDAO.java 28 fieldCommentRequirement Required
32213 src/com/gps/hibernate/ScproductscreenshotDAO.java 29 fieldCommentRequirement Required
32214 src/com/gps/hibernate/ScproductscreenshotDAO.java 30 fieldCommentRequirement Required
32215 src/com/gps/hibernate/ScproductscreenshotDAO.java 31 fieldCommentRequirement Required
32216 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
32217 src/com/gps/hibernate/ScproductscreenshotDAO.java 33 publicMethodCommentRequirement Required
32218 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 There is log block not surrounded by if
32219 src/com/gps/hibernate/ScproductscreenshotDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32220 src/com/gps/hibernate/ScproductscreenshotDAO.java 36 Potential violation of Law of Demeter (method chain calls)
32221 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 There is log block not surrounded by if
32222 src/com/gps/hibernate/ScproductscreenshotDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32223 src/com/gps/hibernate/ScproductscreenshotDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32224 src/com/gps/hibernate/ScproductscreenshotDAO.java 39 There is log block not surrounded by if
32225 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Avoid excessively long variable names like persistentInstance
32226 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
32227 src/com/gps/hibernate/ScproductscreenshotDAO.java 44 publicMethodCommentRequirement Required
32228 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 There is log block not surrounded by if
32229 src/com/gps/hibernate/ScproductscreenshotDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32230 src/com/gps/hibernate/ScproductscreenshotDAO.java 47 Potential violation of Law of Demeter (method chain calls)
32231 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 There is log block not surrounded by if
32232 src/com/gps/hibernate/ScproductscreenshotDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32233 src/com/gps/hibernate/ScproductscreenshotDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32234 src/com/gps/hibernate/ScproductscreenshotDAO.java 50 There is log block not surrounded by if
32235 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Avoid variables with short names like id
32236 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 Parameter 'id' is not assigned and could be declared final
32237 src/com/gps/hibernate/ScproductscreenshotDAO.java 55 publicMethodCommentRequirement Required
32238 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 There is log block not surrounded by if
32239 src/com/gps/hibernate/ScproductscreenshotDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32240 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Local variable 'instance' could be declared final
32241 src/com/gps/hibernate/ScproductscreenshotDAO.java 58 Potential violation of Law of Demeter (method chain calls)
32242 src/com/gps/hibernate/ScproductscreenshotDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32243 src/com/gps/hibernate/ScproductscreenshotDAO.java 62 There is log block not surrounded by if
32244 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 Parameter 'instance' is not assigned and could be declared final
32245 src/com/gps/hibernate/ScproductscreenshotDAO.java 67 publicMethodCommentRequirement Required
32246 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 There is log block not surrounded by if
32247 src/com/gps/hibernate/ScproductscreenshotDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32248 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Local variable 'results' could be declared final
32249 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
32250 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
32251 src/com/gps/hibernate/ScproductscreenshotDAO.java 70 Potential violation of Law of Demeter (method chain calls)
32252 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 There is log block not surrounded by if
32253 src/com/gps/hibernate/ScproductscreenshotDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32254 src/com/gps/hibernate/ScproductscreenshotDAO.java 74 Potential violation of Law of Demeter (object not created locally)
32255 src/com/gps/hibernate/ScproductscreenshotDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32256 src/com/gps/hibernate/ScproductscreenshotDAO.java 77 There is log block not surrounded by if
32257 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
32258 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 Parameter 'value' is not assigned and could be declared final
32259 src/com/gps/hibernate/ScproductscreenshotDAO.java 82 publicMethodCommentRequirement Required
32260 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 There is log block not surrounded by if
32261 src/com/gps/hibernate/ScproductscreenshotDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32262 src/com/gps/hibernate/ScproductscreenshotDAO.java 86 Local variable 'queryString' could be declared final
32263 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Local variable 'queryObject' could be declared final
32264 src/com/gps/hibernate/ScproductscreenshotDAO.java 88 Potential violation of Law of Demeter (method chain calls)
32265 src/com/gps/hibernate/ScproductscreenshotDAO.java 89 Potential violation of Law of Demeter (object not created locally)
32266 src/com/gps/hibernate/ScproductscreenshotDAO.java 90 Potential violation of Law of Demeter (object not created locally)
32267 src/com/gps/hibernate/ScproductscreenshotDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32268 src/com/gps/hibernate/ScproductscreenshotDAO.java 92 There is log block not surrounded by if
32269 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
32270 src/com/gps/hibernate/ScproductscreenshotDAO.java 97 publicMethodCommentRequirement Required
32271 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
32272 src/com/gps/hibernate/ScproductscreenshotDAO.java 101 publicMethodCommentRequirement Required
32273 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 Parameter 'productEntryId' is not assigned and could be declared final
32274 src/com/gps/hibernate/ScproductscreenshotDAO.java 105 publicMethodCommentRequirement Required
32275 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 Parameter 'thumbnailId' is not assigned and could be declared final
32276 src/com/gps/hibernate/ScproductscreenshotDAO.java 109 publicMethodCommentRequirement Required
32277 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 Parameter 'fullImageId' is not assigned and could be declared final
32278 src/com/gps/hibernate/ScproductscreenshotDAO.java 113 publicMethodCommentRequirement Required
32279 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 Parameter 'priority' is not assigned and could be declared final
32280 src/com/gps/hibernate/ScproductscreenshotDAO.java 117 publicMethodCommentRequirement Required
32281 src/com/gps/hibernate/ScproductscreenshotDAO.java 121 publicMethodCommentRequirement Required
32282 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 There is log block not surrounded by if
32283 src/com/gps/hibernate/ScproductscreenshotDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32284 src/com/gps/hibernate/ScproductscreenshotDAO.java 124 Local variable 'queryString' could be declared final
32285 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Local variable 'queryObject' could be declared final
32286 src/com/gps/hibernate/ScproductscreenshotDAO.java 125 Potential violation of Law of Demeter (method chain calls)
32287 src/com/gps/hibernate/ScproductscreenshotDAO.java 126 Potential violation of Law of Demeter (object not created locally)
32288 src/com/gps/hibernate/ScproductscreenshotDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32289 src/com/gps/hibernate/ScproductscreenshotDAO.java 128 There is log block not surrounded by if
32290 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
32291 src/com/gps/hibernate/ScproductscreenshotDAO.java 133 publicMethodCommentRequirement Required
32292 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 There is log block not surrounded by if
32293 src/com/gps/hibernate/ScproductscreenshotDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32294 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Local variable 'result' could be declared final
32295 src/com/gps/hibernate/ScproductscreenshotDAO.java 136 Potential violation of Law of Demeter (method chain calls)
32296 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 There is log block not surrounded by if
32297 src/com/gps/hibernate/ScproductscreenshotDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32298 src/com/gps/hibernate/ScproductscreenshotDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32299 src/com/gps/hibernate/ScproductscreenshotDAO.java 141 There is log block not surrounded by if
32300 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 Parameter 'instance' is not assigned and could be declared final
32301 src/com/gps/hibernate/ScproductscreenshotDAO.java 146 publicMethodCommentRequirement Required
32302 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 There is log block not surrounded by if
32303 src/com/gps/hibernate/ScproductscreenshotDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32304 src/com/gps/hibernate/ScproductscreenshotDAO.java 149 Potential violation of Law of Demeter (method chain calls)
32305 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 There is log block not surrounded by if
32306 src/com/gps/hibernate/ScproductscreenshotDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32307 src/com/gps/hibernate/ScproductscreenshotDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32308 src/com/gps/hibernate/ScproductscreenshotDAO.java 152 There is log block not surrounded by if
32309 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 Parameter 'instance' is not assigned and could be declared final
32310 src/com/gps/hibernate/ScproductscreenshotDAO.java 157 publicMethodCommentRequirement Required
32311 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 There is log block not surrounded by if
32312 src/com/gps/hibernate/ScproductscreenshotDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32313 src/com/gps/hibernate/ScproductscreenshotDAO.java 160 Potential violation of Law of Demeter (method chain calls)
32314 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 There is log block not surrounded by if
32315 src/com/gps/hibernate/ScproductscreenshotDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32316 src/com/gps/hibernate/ScproductscreenshotDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32317 src/com/gps/hibernate/ScproductscreenshotDAO.java 163 There is log block not surrounded by if
32318 src/com/gps/hibernate/Scproductversion.java 11 Classes implementing Serializable should set a serialVersionUID
32319 src/com/gps/hibernate/Scproductversion.java 15 fieldCommentRequirement Required
32320 src/com/gps/hibernate/Scproductversion.java 16 fieldCommentRequirement Required
32321 src/com/gps/hibernate/Scproductversion.java 17 fieldCommentRequirement Required
32322 src/com/gps/hibernate/Scproductversion.java 18 fieldCommentRequirement Required
32323 src/com/gps/hibernate/Scproductversion.java 19 fieldCommentRequirement Required
32324 src/com/gps/hibernate/Scproductversion.java 20 fieldCommentRequirement Required
32325 src/com/gps/hibernate/Scproductversion.java 21 fieldCommentRequirement Required
32326 src/com/gps/hibernate/Scproductversion.java 22 fieldCommentRequirement Required
32327 src/com/gps/hibernate/Scproductversion.java 23 fieldCommentRequirement Required
32328 src/com/gps/hibernate/Scproductversion.java 24 fieldCommentRequirement Required
32329 src/com/gps/hibernate/Scproductversion.java 25 fieldCommentRequirement Required
32330 src/com/gps/hibernate/Scproductversion.java 26 fieldCommentRequirement Required
32331 src/com/gps/hibernate/Scproductversion.java 31 Document empty constructor
32332 src/com/gps/hibernate/Scproductversion.java 35 Parameter 'productVersionId' is not assigned and could be declared final
32333 src/com/gps/hibernate/Scproductversion.java 40 Avoid long parameter lists.
32334 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'companyId' is not assigned and could be declared final
32335 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'productVersionId' is not assigned and could be declared final
32336 src/com/gps/hibernate/Scproductversion.java 40 Parameter 'userId' is not assigned and could be declared final
32337 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'createDate' is not assigned and could be declared final
32338 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'modifiedDate' is not assigned and could be declared final
32339 src/com/gps/hibernate/Scproductversion.java 41 Parameter 'userName' is not assigned and could be declared final
32340 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'changeLog' is not assigned and could be declared final
32341 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'productEntryId' is not assigned and could be declared final
32342 src/com/gps/hibernate/Scproductversion.java 42 Parameter 'version' is not assigned and could be declared final
32343 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'directDownloadUrl' is not assigned and could be declared final
32344 src/com/gps/hibernate/Scproductversion.java 43 Parameter 'downloadPageUrl' is not assigned and could be declared final
32345 src/com/gps/hibernate/Scproductversion.java 44 Parameter 'repoStoreArtifact' is not assigned and could be declared final
32346 src/com/gps/hibernate/Scproductversion.java 61 publicMethodCommentRequirement Required
32347 src/com/gps/hibernate/Scproductversion.java 65 Parameter 'productVersionId' is not assigned and could be declared final
32348 src/com/gps/hibernate/Scproductversion.java 65 publicMethodCommentRequirement Required
32349 src/com/gps/hibernate/Scproductversion.java 69 publicMethodCommentRequirement Required
32350 src/com/gps/hibernate/Scproductversion.java 73 Parameter 'companyId' is not assigned and could be declared final
32351 src/com/gps/hibernate/Scproductversion.java 73 publicMethodCommentRequirement Required
32352 src/com/gps/hibernate/Scproductversion.java 77 publicMethodCommentRequirement Required
32353 src/com/gps/hibernate/Scproductversion.java 81 Parameter 'userId' is not assigned and could be declared final
32354 src/com/gps/hibernate/Scproductversion.java 81 publicMethodCommentRequirement Required
32355 src/com/gps/hibernate/Scproductversion.java 85 publicMethodCommentRequirement Required
32356 src/com/gps/hibernate/Scproductversion.java 89 Parameter 'userName' is not assigned and could be declared final
32357 src/com/gps/hibernate/Scproductversion.java 89 publicMethodCommentRequirement Required
32358 src/com/gps/hibernate/Scproductversion.java 93 publicMethodCommentRequirement Required
32359 src/com/gps/hibernate/Scproductversion.java 97 Parameter 'createDate' is not assigned and could be declared final
32360 src/com/gps/hibernate/Scproductversion.java 97 publicMethodCommentRequirement Required
32361 src/com/gps/hibernate/Scproductversion.java 101 publicMethodCommentRequirement Required
32362 src/com/gps/hibernate/Scproductversion.java 105 Parameter 'modifiedDate' is not assigned and could be declared final
32363 src/com/gps/hibernate/Scproductversion.java 105 publicMethodCommentRequirement Required
32364 src/com/gps/hibernate/Scproductversion.java 109 publicMethodCommentRequirement Required
32365 src/com/gps/hibernate/Scproductversion.java 113 Parameter 'productEntryId' is not assigned and could be declared final
32366 src/com/gps/hibernate/Scproductversion.java 113 publicMethodCommentRequirement Required
32367 src/com/gps/hibernate/Scproductversion.java 117 publicMethodCommentRequirement Required
32368 src/com/gps/hibernate/Scproductversion.java 121 Parameter 'version' is not assigned and could be declared final
32369 src/com/gps/hibernate/Scproductversion.java 121 publicMethodCommentRequirement Required
32370 src/com/gps/hibernate/Scproductversion.java 125 publicMethodCommentRequirement Required
32371 src/com/gps/hibernate/Scproductversion.java 129 Parameter 'changeLog' is not assigned and could be declared final
32372 src/com/gps/hibernate/Scproductversion.java 129 publicMethodCommentRequirement Required
32373 src/com/gps/hibernate/Scproductversion.java 133 publicMethodCommentRequirement Required
32374 src/com/gps/hibernate/Scproductversion.java 137 Parameter 'downloadPageUrl' is not assigned and could be declared final
32375 src/com/gps/hibernate/Scproductversion.java 137 publicMethodCommentRequirement Required
32376 src/com/gps/hibernate/Scproductversion.java 141 publicMethodCommentRequirement Required
32377 src/com/gps/hibernate/Scproductversion.java 145 Parameter 'directDownloadUrl' is not assigned and could be declared final
32378 src/com/gps/hibernate/Scproductversion.java 145 publicMethodCommentRequirement Required
32379 src/com/gps/hibernate/Scproductversion.java 149 publicMethodCommentRequirement Required
32380 src/com/gps/hibernate/Scproductversion.java 153 Parameter 'repoStoreArtifact' is not assigned and could be declared final
32381 src/com/gps/hibernate/Scproductversion.java 153 publicMethodCommentRequirement Required
32382 src/com/gps/hibernate/ScproductversionDAO.java 3 Avoid unused imports such as 'java.util.Date'
32383 src/com/gps/hibernate/ScproductversionDAO.java 11 Comment is too large: Too many lines
32384 src/com/gps/hibernate/ScproductversionDAO.java 23 This class has too many methods, consider refactoring it.
32385 src/com/gps/hibernate/ScproductversionDAO.java 24 Logger should be defined private static final and have the correct class
32386 src/com/gps/hibernate/ScproductversionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32387 src/com/gps/hibernate/ScproductversionDAO.java 24 fieldCommentRequirement Required
32388 src/com/gps/hibernate/ScproductversionDAO.java 26 fieldCommentRequirement Required
32389 src/com/gps/hibernate/ScproductversionDAO.java 27 fieldCommentRequirement Required
32390 src/com/gps/hibernate/ScproductversionDAO.java 28 fieldCommentRequirement Required
32391 src/com/gps/hibernate/ScproductversionDAO.java 29 fieldCommentRequirement Required
32392 src/com/gps/hibernate/ScproductversionDAO.java 30 fieldCommentRequirement Required
32393 src/com/gps/hibernate/ScproductversionDAO.java 31 fieldCommentRequirement Required
32394 src/com/gps/hibernate/ScproductversionDAO.java 32 fieldCommentRequirement Required
32395 src/com/gps/hibernate/ScproductversionDAO.java 33 Avoid excessively long variable names like DIRECT_DOWNLOAD_URL
32396 src/com/gps/hibernate/ScproductversionDAO.java 33 fieldCommentRequirement Required
32397 src/com/gps/hibernate/ScproductversionDAO.java 34 Avoid excessively long variable names like REPO_STORE_ARTIFACT
32398 src/com/gps/hibernate/ScproductversionDAO.java 34 fieldCommentRequirement Required
32399 src/com/gps/hibernate/ScproductversionDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
32400 src/com/gps/hibernate/ScproductversionDAO.java 36 publicMethodCommentRequirement Required
32401 src/com/gps/hibernate/ScproductversionDAO.java 37 There is log block not surrounded by if
32402 src/com/gps/hibernate/ScproductversionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32403 src/com/gps/hibernate/ScproductversionDAO.java 39 Potential violation of Law of Demeter (method chain calls)
32404 src/com/gps/hibernate/ScproductversionDAO.java 40 There is log block not surrounded by if
32405 src/com/gps/hibernate/ScproductversionDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32406 src/com/gps/hibernate/ScproductversionDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32407 src/com/gps/hibernate/ScproductversionDAO.java 42 There is log block not surrounded by if
32408 src/com/gps/hibernate/ScproductversionDAO.java 47 Avoid excessively long variable names like persistentInstance
32409 src/com/gps/hibernate/ScproductversionDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
32410 src/com/gps/hibernate/ScproductversionDAO.java 47 publicMethodCommentRequirement Required
32411 src/com/gps/hibernate/ScproductversionDAO.java 48 There is log block not surrounded by if
32412 src/com/gps/hibernate/ScproductversionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32413 src/com/gps/hibernate/ScproductversionDAO.java 50 Potential violation of Law of Demeter (method chain calls)
32414 src/com/gps/hibernate/ScproductversionDAO.java 51 There is log block not surrounded by if
32415 src/com/gps/hibernate/ScproductversionDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32416 src/com/gps/hibernate/ScproductversionDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32417 src/com/gps/hibernate/ScproductversionDAO.java 53 There is log block not surrounded by if
32418 src/com/gps/hibernate/ScproductversionDAO.java 58 Avoid variables with short names like id
32419 src/com/gps/hibernate/ScproductversionDAO.java 58 Parameter 'id' is not assigned and could be declared final
32420 src/com/gps/hibernate/ScproductversionDAO.java 58 publicMethodCommentRequirement Required
32421 src/com/gps/hibernate/ScproductversionDAO.java 59 There is log block not surrounded by if
32422 src/com/gps/hibernate/ScproductversionDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32423 src/com/gps/hibernate/ScproductversionDAO.java 61 Local variable 'instance' could be declared final
32424 src/com/gps/hibernate/ScproductversionDAO.java 61 Potential violation of Law of Demeter (method chain calls)
32425 src/com/gps/hibernate/ScproductversionDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32426 src/com/gps/hibernate/ScproductversionDAO.java 65 There is log block not surrounded by if
32427 src/com/gps/hibernate/ScproductversionDAO.java 70 Parameter 'instance' is not assigned and could be declared final
32428 src/com/gps/hibernate/ScproductversionDAO.java 70 publicMethodCommentRequirement Required
32429 src/com/gps/hibernate/ScproductversionDAO.java 71 There is log block not surrounded by if
32430 src/com/gps/hibernate/ScproductversionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32431 src/com/gps/hibernate/ScproductversionDAO.java 73 Local variable 'results' could be declared final
32432 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
32433 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
32434 src/com/gps/hibernate/ScproductversionDAO.java 73 Potential violation of Law of Demeter (method chain calls)
32435 src/com/gps/hibernate/ScproductversionDAO.java 76 There is log block not surrounded by if
32436 src/com/gps/hibernate/ScproductversionDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32437 src/com/gps/hibernate/ScproductversionDAO.java 77 Potential violation of Law of Demeter (object not created locally)
32438 src/com/gps/hibernate/ScproductversionDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32439 src/com/gps/hibernate/ScproductversionDAO.java 80 There is log block not surrounded by if
32440 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
32441 src/com/gps/hibernate/ScproductversionDAO.java 85 Parameter 'value' is not assigned and could be declared final
32442 src/com/gps/hibernate/ScproductversionDAO.java 85 publicMethodCommentRequirement Required
32443 src/com/gps/hibernate/ScproductversionDAO.java 86 There is log block not surrounded by if
32444 src/com/gps/hibernate/ScproductversionDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32445 src/com/gps/hibernate/ScproductversionDAO.java 89 Local variable 'queryString' could be declared final
32446 src/com/gps/hibernate/ScproductversionDAO.java 91 Local variable 'queryObject' could be declared final
32447 src/com/gps/hibernate/ScproductversionDAO.java 91 Potential violation of Law of Demeter (method chain calls)
32448 src/com/gps/hibernate/ScproductversionDAO.java 92 Potential violation of Law of Demeter (object not created locally)
32449 src/com/gps/hibernate/ScproductversionDAO.java 93 Potential violation of Law of Demeter (object not created locally)
32450 src/com/gps/hibernate/ScproductversionDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32451 src/com/gps/hibernate/ScproductversionDAO.java 95 There is log block not surrounded by if
32452 src/com/gps/hibernate/ScproductversionDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
32453 src/com/gps/hibernate/ScproductversionDAO.java 100 publicMethodCommentRequirement Required
32454 src/com/gps/hibernate/ScproductversionDAO.java 104 Parameter 'userId' is not assigned and could be declared final
32455 src/com/gps/hibernate/ScproductversionDAO.java 104 publicMethodCommentRequirement Required
32456 src/com/gps/hibernate/ScproductversionDAO.java 108 Parameter 'userName' is not assigned and could be declared final
32457 src/com/gps/hibernate/ScproductversionDAO.java 108 publicMethodCommentRequirement Required
32458 src/com/gps/hibernate/ScproductversionDAO.java 112 Parameter 'productEntryId' is not assigned and could be declared final
32459 src/com/gps/hibernate/ScproductversionDAO.java 112 publicMethodCommentRequirement Required
32460 src/com/gps/hibernate/ScproductversionDAO.java 116 Parameter 'version' is not assigned and could be declared final
32461 src/com/gps/hibernate/ScproductversionDAO.java 116 publicMethodCommentRequirement Required
32462 src/com/gps/hibernate/ScproductversionDAO.java 120 Parameter 'changeLog' is not assigned and could be declared final
32463 src/com/gps/hibernate/ScproductversionDAO.java 120 publicMethodCommentRequirement Required
32464 src/com/gps/hibernate/ScproductversionDAO.java 124 Parameter 'downloadPageUrl' is not assigned and could be declared final
32465 src/com/gps/hibernate/ScproductversionDAO.java 124 publicMethodCommentRequirement Required
32466 src/com/gps/hibernate/ScproductversionDAO.java 128 Parameter 'directDownloadUrl' is not assigned and could be declared final
32467 src/com/gps/hibernate/ScproductversionDAO.java 128 publicMethodCommentRequirement Required
32468 src/com/gps/hibernate/ScproductversionDAO.java 132 Parameter 'repoStoreArtifact' is not assigned and could be declared final
32469 src/com/gps/hibernate/ScproductversionDAO.java 132 publicMethodCommentRequirement Required
32470 src/com/gps/hibernate/ScproductversionDAO.java 136 publicMethodCommentRequirement Required
32471 src/com/gps/hibernate/ScproductversionDAO.java 137 There is log block not surrounded by if
32472 src/com/gps/hibernate/ScproductversionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32473 src/com/gps/hibernate/ScproductversionDAO.java 139 Local variable 'queryString' could be declared final
32474 src/com/gps/hibernate/ScproductversionDAO.java 140 Local variable 'queryObject' could be declared final
32475 src/com/gps/hibernate/ScproductversionDAO.java 140 Potential violation of Law of Demeter (method chain calls)
32476 src/com/gps/hibernate/ScproductversionDAO.java 141 Potential violation of Law of Demeter (object not created locally)
32477 src/com/gps/hibernate/ScproductversionDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32478 src/com/gps/hibernate/ScproductversionDAO.java 143 There is log block not surrounded by if
32479 src/com/gps/hibernate/ScproductversionDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
32480 src/com/gps/hibernate/ScproductversionDAO.java 148 publicMethodCommentRequirement Required
32481 src/com/gps/hibernate/ScproductversionDAO.java 149 There is log block not surrounded by if
32482 src/com/gps/hibernate/ScproductversionDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32483 src/com/gps/hibernate/ScproductversionDAO.java 151 Local variable 'result' could be declared final
32484 src/com/gps/hibernate/ScproductversionDAO.java 151 Potential violation of Law of Demeter (method chain calls)
32485 src/com/gps/hibernate/ScproductversionDAO.java 153 There is log block not surrounded by if
32486 src/com/gps/hibernate/ScproductversionDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32487 src/com/gps/hibernate/ScproductversionDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32488 src/com/gps/hibernate/ScproductversionDAO.java 156 There is log block not surrounded by if
32489 src/com/gps/hibernate/ScproductversionDAO.java 161 Parameter 'instance' is not assigned and could be declared final
32490 src/com/gps/hibernate/ScproductversionDAO.java 161 publicMethodCommentRequirement Required
32491 src/com/gps/hibernate/ScproductversionDAO.java 162 There is log block not surrounded by if
32492 src/com/gps/hibernate/ScproductversionDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32493 src/com/gps/hibernate/ScproductversionDAO.java 164 Potential violation of Law of Demeter (method chain calls)
32494 src/com/gps/hibernate/ScproductversionDAO.java 165 There is log block not surrounded by if
32495 src/com/gps/hibernate/ScproductversionDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32496 src/com/gps/hibernate/ScproductversionDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32497 src/com/gps/hibernate/ScproductversionDAO.java 167 There is log block not surrounded by if
32498 src/com/gps/hibernate/ScproductversionDAO.java 172 Parameter 'instance' is not assigned and could be declared final
32499 src/com/gps/hibernate/ScproductversionDAO.java 172 publicMethodCommentRequirement Required
32500 src/com/gps/hibernate/ScproductversionDAO.java 173 There is log block not surrounded by if
32501 src/com/gps/hibernate/ScproductversionDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32502 src/com/gps/hibernate/ScproductversionDAO.java 175 Potential violation of Law of Demeter (method chain calls)
32503 src/com/gps/hibernate/ScproductversionDAO.java 176 There is log block not surrounded by if
32504 src/com/gps/hibernate/ScproductversionDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32505 src/com/gps/hibernate/ScproductversionDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32506 src/com/gps/hibernate/ScproductversionDAO.java 178 There is log block not surrounded by if
32507 src/com/gps/hibernate/Servicecomponent.java 9 Classes implementing Serializable should set a serialVersionUID
32508 src/com/gps/hibernate/Servicecomponent.java 13 Avoid excessively long variable names like serviceComponentId
32509 src/com/gps/hibernate/Servicecomponent.java 13 fieldCommentRequirement Required
32510 src/com/gps/hibernate/Servicecomponent.java 14 fieldCommentRequirement Required
32511 src/com/gps/hibernate/Servicecomponent.java 15 fieldCommentRequirement Required
32512 src/com/gps/hibernate/Servicecomponent.java 16 fieldCommentRequirement Required
32513 src/com/gps/hibernate/Servicecomponent.java 17 fieldCommentRequirement Required
32514 src/com/gps/hibernate/Servicecomponent.java 22 Document empty constructor
32515 src/com/gps/hibernate/Servicecomponent.java 26 Avoid excessively long variable names like serviceComponentId
32516 src/com/gps/hibernate/Servicecomponent.java 26 Parameter 'serviceComponentId' is not assigned and could be declared final
32517 src/com/gps/hibernate/Servicecomponent.java 31 Avoid excessively long variable names like serviceComponentId
32518 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'buildNamespace' is not assigned and could be declared final
32519 src/com/gps/hibernate/Servicecomponent.java 31 Parameter 'serviceComponentId' is not assigned and could be declared final
32520 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildDate' is not assigned and could be declared final
32521 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'buildNumber' is not assigned and could be declared final
32522 src/com/gps/hibernate/Servicecomponent.java 32 Parameter 'data' is not assigned and could be declared final
32523 src/com/gps/hibernate/Servicecomponent.java 42 publicMethodCommentRequirement Required
32524 src/com/gps/hibernate/Servicecomponent.java 46 Avoid excessively long variable names like serviceComponentId
32525 src/com/gps/hibernate/Servicecomponent.java 46 Parameter 'serviceComponentId' is not assigned and could be declared final
32526 src/com/gps/hibernate/Servicecomponent.java 46 publicMethodCommentRequirement Required
32527 src/com/gps/hibernate/Servicecomponent.java 50 publicMethodCommentRequirement Required
32528 src/com/gps/hibernate/Servicecomponent.java 54 Parameter 'buildNamespace' is not assigned and could be declared final
32529 src/com/gps/hibernate/Servicecomponent.java 54 publicMethodCommentRequirement Required
32530 src/com/gps/hibernate/Servicecomponent.java 58 publicMethodCommentRequirement Required
32531 src/com/gps/hibernate/Servicecomponent.java 62 Parameter 'buildNumber' is not assigned and could be declared final
32532 src/com/gps/hibernate/Servicecomponent.java 62 publicMethodCommentRequirement Required
32533 src/com/gps/hibernate/Servicecomponent.java 66 publicMethodCommentRequirement Required
32534 src/com/gps/hibernate/Servicecomponent.java 70 Parameter 'buildDate' is not assigned and could be declared final
32535 src/com/gps/hibernate/Servicecomponent.java 70 publicMethodCommentRequirement Required
32536 src/com/gps/hibernate/Servicecomponent.java 74 publicMethodCommentRequirement Required
32537 src/com/gps/hibernate/Servicecomponent.java 78 Parameter 'data' is not assigned and could be declared final
32538 src/com/gps/hibernate/Servicecomponent.java 78 publicMethodCommentRequirement Required
32539 src/com/gps/hibernate/ServicecomponentDAO.java 10 Comment is too large: Too many lines
32540 src/com/gps/hibernate/ServicecomponentDAO.java 22 This class has too many methods, consider refactoring it.
32541 src/com/gps/hibernate/ServicecomponentDAO.java 23 Logger should be defined private static final and have the correct class
32542 src/com/gps/hibernate/ServicecomponentDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
32543 src/com/gps/hibernate/ServicecomponentDAO.java 23 fieldCommentRequirement Required
32544 src/com/gps/hibernate/ServicecomponentDAO.java 25 fieldCommentRequirement Required
32545 src/com/gps/hibernate/ServicecomponentDAO.java 26 fieldCommentRequirement Required
32546 src/com/gps/hibernate/ServicecomponentDAO.java 27 fieldCommentRequirement Required
32547 src/com/gps/hibernate/ServicecomponentDAO.java 28 fieldCommentRequirement Required
32548 src/com/gps/hibernate/ServicecomponentDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
32549 src/com/gps/hibernate/ServicecomponentDAO.java 30 publicMethodCommentRequirement Required
32550 src/com/gps/hibernate/ServicecomponentDAO.java 31 There is log block not surrounded by if
32551 src/com/gps/hibernate/ServicecomponentDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32552 src/com/gps/hibernate/ServicecomponentDAO.java 33 Potential violation of Law of Demeter (method chain calls)
32553 src/com/gps/hibernate/ServicecomponentDAO.java 34 There is log block not surrounded by if
32554 src/com/gps/hibernate/ServicecomponentDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32555 src/com/gps/hibernate/ServicecomponentDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32556 src/com/gps/hibernate/ServicecomponentDAO.java 36 There is log block not surrounded by if
32557 src/com/gps/hibernate/ServicecomponentDAO.java 41 Avoid excessively long variable names like persistentInstance
32558 src/com/gps/hibernate/ServicecomponentDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
32559 src/com/gps/hibernate/ServicecomponentDAO.java 41 publicMethodCommentRequirement Required
32560 src/com/gps/hibernate/ServicecomponentDAO.java 42 There is log block not surrounded by if
32561 src/com/gps/hibernate/ServicecomponentDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32562 src/com/gps/hibernate/ServicecomponentDAO.java 44 Potential violation of Law of Demeter (method chain calls)
32563 src/com/gps/hibernate/ServicecomponentDAO.java 45 There is log block not surrounded by if
32564 src/com/gps/hibernate/ServicecomponentDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32565 src/com/gps/hibernate/ServicecomponentDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32566 src/com/gps/hibernate/ServicecomponentDAO.java 47 There is log block not surrounded by if
32567 src/com/gps/hibernate/ServicecomponentDAO.java 52 Avoid variables with short names like id
32568 src/com/gps/hibernate/ServicecomponentDAO.java 52 Parameter 'id' is not assigned and could be declared final
32569 src/com/gps/hibernate/ServicecomponentDAO.java 52 publicMethodCommentRequirement Required
32570 src/com/gps/hibernate/ServicecomponentDAO.java 53 There is log block not surrounded by if
32571 src/com/gps/hibernate/ServicecomponentDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32572 src/com/gps/hibernate/ServicecomponentDAO.java 55 Local variable 'instance' could be declared final
32573 src/com/gps/hibernate/ServicecomponentDAO.java 55 Potential violation of Law of Demeter (method chain calls)
32574 src/com/gps/hibernate/ServicecomponentDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32575 src/com/gps/hibernate/ServicecomponentDAO.java 59 There is log block not surrounded by if
32576 src/com/gps/hibernate/ServicecomponentDAO.java 64 Parameter 'instance' is not assigned and could be declared final
32577 src/com/gps/hibernate/ServicecomponentDAO.java 64 publicMethodCommentRequirement Required
32578 src/com/gps/hibernate/ServicecomponentDAO.java 65 There is log block not surrounded by if
32579 src/com/gps/hibernate/ServicecomponentDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32580 src/com/gps/hibernate/ServicecomponentDAO.java 67 Local variable 'results' could be declared final
32581 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32582 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32583 src/com/gps/hibernate/ServicecomponentDAO.java 67 Potential violation of Law of Demeter (method chain calls)
32584 src/com/gps/hibernate/ServicecomponentDAO.java 70 There is log block not surrounded by if
32585 src/com/gps/hibernate/ServicecomponentDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32586 src/com/gps/hibernate/ServicecomponentDAO.java 71 Potential violation of Law of Demeter (object not created locally)
32587 src/com/gps/hibernate/ServicecomponentDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32588 src/com/gps/hibernate/ServicecomponentDAO.java 74 There is log block not surrounded by if
32589 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
32590 src/com/gps/hibernate/ServicecomponentDAO.java 79 Parameter 'value' is not assigned and could be declared final
32591 src/com/gps/hibernate/ServicecomponentDAO.java 79 publicMethodCommentRequirement Required
32592 src/com/gps/hibernate/ServicecomponentDAO.java 80 There is log block not surrounded by if
32593 src/com/gps/hibernate/ServicecomponentDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32594 src/com/gps/hibernate/ServicecomponentDAO.java 83 Local variable 'queryString' could be declared final
32595 src/com/gps/hibernate/ServicecomponentDAO.java 85 Local variable 'queryObject' could be declared final
32596 src/com/gps/hibernate/ServicecomponentDAO.java 85 Potential violation of Law of Demeter (method chain calls)
32597 src/com/gps/hibernate/ServicecomponentDAO.java 86 Potential violation of Law of Demeter (object not created locally)
32598 src/com/gps/hibernate/ServicecomponentDAO.java 87 Potential violation of Law of Demeter (object not created locally)
32599 src/com/gps/hibernate/ServicecomponentDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32600 src/com/gps/hibernate/ServicecomponentDAO.java 89 There is log block not surrounded by if
32601 src/com/gps/hibernate/ServicecomponentDAO.java 94 Parameter 'buildNamespace' is not assigned and could be declared final
32602 src/com/gps/hibernate/ServicecomponentDAO.java 94 publicMethodCommentRequirement Required
32603 src/com/gps/hibernate/ServicecomponentDAO.java 98 Parameter 'buildNumber' is not assigned and could be declared final
32604 src/com/gps/hibernate/ServicecomponentDAO.java 98 publicMethodCommentRequirement Required
32605 src/com/gps/hibernate/ServicecomponentDAO.java 102 Parameter 'buildDate' is not assigned and could be declared final
32606 src/com/gps/hibernate/ServicecomponentDAO.java 102 publicMethodCommentRequirement Required
32607 src/com/gps/hibernate/ServicecomponentDAO.java 106 Parameter 'data' is not assigned and could be declared final
32608 src/com/gps/hibernate/ServicecomponentDAO.java 106 publicMethodCommentRequirement Required
32609 src/com/gps/hibernate/ServicecomponentDAO.java 110 publicMethodCommentRequirement Required
32610 src/com/gps/hibernate/ServicecomponentDAO.java 111 There is log block not surrounded by if
32611 src/com/gps/hibernate/ServicecomponentDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32612 src/com/gps/hibernate/ServicecomponentDAO.java 113 Local variable 'queryString' could be declared final
32613 src/com/gps/hibernate/ServicecomponentDAO.java 114 Local variable 'queryObject' could be declared final
32614 src/com/gps/hibernate/ServicecomponentDAO.java 114 Potential violation of Law of Demeter (method chain calls)
32615 src/com/gps/hibernate/ServicecomponentDAO.java 115 Potential violation of Law of Demeter (object not created locally)
32616 src/com/gps/hibernate/ServicecomponentDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32617 src/com/gps/hibernate/ServicecomponentDAO.java 117 There is log block not surrounded by if
32618 src/com/gps/hibernate/ServicecomponentDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
32619 src/com/gps/hibernate/ServicecomponentDAO.java 122 publicMethodCommentRequirement Required
32620 src/com/gps/hibernate/ServicecomponentDAO.java 123 There is log block not surrounded by if
32621 src/com/gps/hibernate/ServicecomponentDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32622 src/com/gps/hibernate/ServicecomponentDAO.java 125 Local variable 'result' could be declared final
32623 src/com/gps/hibernate/ServicecomponentDAO.java 125 Potential violation of Law of Demeter (method chain calls)
32624 src/com/gps/hibernate/ServicecomponentDAO.java 127 There is log block not surrounded by if
32625 src/com/gps/hibernate/ServicecomponentDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32626 src/com/gps/hibernate/ServicecomponentDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32627 src/com/gps/hibernate/ServicecomponentDAO.java 130 There is log block not surrounded by if
32628 src/com/gps/hibernate/ServicecomponentDAO.java 135 Parameter 'instance' is not assigned and could be declared final
32629 src/com/gps/hibernate/ServicecomponentDAO.java 135 publicMethodCommentRequirement Required
32630 src/com/gps/hibernate/ServicecomponentDAO.java 136 There is log block not surrounded by if
32631 src/com/gps/hibernate/ServicecomponentDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32632 src/com/gps/hibernate/ServicecomponentDAO.java 138 Potential violation of Law of Demeter (method chain calls)
32633 src/com/gps/hibernate/ServicecomponentDAO.java 139 There is log block not surrounded by if
32634 src/com/gps/hibernate/ServicecomponentDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32635 src/com/gps/hibernate/ServicecomponentDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32636 src/com/gps/hibernate/ServicecomponentDAO.java 141 There is log block not surrounded by if
32637 src/com/gps/hibernate/ServicecomponentDAO.java 146 Parameter 'instance' is not assigned and could be declared final
32638 src/com/gps/hibernate/ServicecomponentDAO.java 146 publicMethodCommentRequirement Required
32639 src/com/gps/hibernate/ServicecomponentDAO.java 147 There is log block not surrounded by if
32640 src/com/gps/hibernate/ServicecomponentDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32641 src/com/gps/hibernate/ServicecomponentDAO.java 149 Potential violation of Law of Demeter (method chain calls)
32642 src/com/gps/hibernate/ServicecomponentDAO.java 150 There is log block not surrounded by if
32643 src/com/gps/hibernate/ServicecomponentDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32644 src/com/gps/hibernate/ServicecomponentDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32645 src/com/gps/hibernate/ServicecomponentDAO.java 152 There is log block not surrounded by if
32646 src/com/gps/hibernate/Shard.java 9 Classes implementing Serializable should set a serialVersionUID
32647 src/com/gps/hibernate/Shard.java 13 fieldCommentRequirement Required
32648 src/com/gps/hibernate/Shard.java 14 fieldCommentRequirement Required
32649 src/com/gps/hibernate/Shard.java 15 fieldCommentRequirement Required
32650 src/com/gps/hibernate/Shard.java 16 fieldCommentRequirement Required
32651 src/com/gps/hibernate/Shard.java 21 Document empty constructor
32652 src/com/gps/hibernate/Shard.java 25 Parameter 'shardId' is not assigned and could be declared final
32653 src/com/gps/hibernate/Shard.java 30 Parameter 'classNameId' is not assigned and could be declared final
32654 src/com/gps/hibernate/Shard.java 30 Parameter 'classPk' is not assigned and could be declared final
32655 src/com/gps/hibernate/Shard.java 30 Parameter 'name' is not assigned and could be declared final
32656 src/com/gps/hibernate/Shard.java 30 Parameter 'shardId' is not assigned and could be declared final
32657 src/com/gps/hibernate/Shard.java 39 publicMethodCommentRequirement Required
32658 src/com/gps/hibernate/Shard.java 43 Parameter 'shardId' is not assigned and could be declared final
32659 src/com/gps/hibernate/Shard.java 43 publicMethodCommentRequirement Required
32660 src/com/gps/hibernate/Shard.java 47 publicMethodCommentRequirement Required
32661 src/com/gps/hibernate/Shard.java 51 Parameter 'classNameId' is not assigned and could be declared final
32662 src/com/gps/hibernate/Shard.java 51 publicMethodCommentRequirement Required
32663 src/com/gps/hibernate/Shard.java 55 publicMethodCommentRequirement Required
32664 src/com/gps/hibernate/Shard.java 59 Parameter 'classPk' is not assigned and could be declared final
32665 src/com/gps/hibernate/Shard.java 59 publicMethodCommentRequirement Required
32666 src/com/gps/hibernate/Shard.java 63 publicMethodCommentRequirement Required
32667 src/com/gps/hibernate/Shard.java 67 Parameter 'name' is not assigned and could be declared final
32668 src/com/gps/hibernate/Shard.java 67 publicMethodCommentRequirement Required
32669 src/com/gps/hibernate/ShardDAO.java 10 Comment is too large: Too many lines
32670 src/com/gps/hibernate/ShardDAO.java 22 This class has too many methods, consider refactoring it.
32671 src/com/gps/hibernate/ShardDAO.java 23 Logger should be defined private static final and have the correct class
32672 src/com/gps/hibernate/ShardDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
32673 src/com/gps/hibernate/ShardDAO.java 23 fieldCommentRequirement Required
32674 src/com/gps/hibernate/ShardDAO.java 25 fieldCommentRequirement Required
32675 src/com/gps/hibernate/ShardDAO.java 26 fieldCommentRequirement Required
32676 src/com/gps/hibernate/ShardDAO.java 27 fieldCommentRequirement Required
32677 src/com/gps/hibernate/ShardDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
32678 src/com/gps/hibernate/ShardDAO.java 29 publicMethodCommentRequirement Required
32679 src/com/gps/hibernate/ShardDAO.java 30 There is log block not surrounded by if
32680 src/com/gps/hibernate/ShardDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32681 src/com/gps/hibernate/ShardDAO.java 32 Potential violation of Law of Demeter (method chain calls)
32682 src/com/gps/hibernate/ShardDAO.java 33 There is log block not surrounded by if
32683 src/com/gps/hibernate/ShardDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32684 src/com/gps/hibernate/ShardDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32685 src/com/gps/hibernate/ShardDAO.java 35 There is log block not surrounded by if
32686 src/com/gps/hibernate/ShardDAO.java 40 Avoid excessively long variable names like persistentInstance
32687 src/com/gps/hibernate/ShardDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
32688 src/com/gps/hibernate/ShardDAO.java 40 publicMethodCommentRequirement Required
32689 src/com/gps/hibernate/ShardDAO.java 41 There is log block not surrounded by if
32690 src/com/gps/hibernate/ShardDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32691 src/com/gps/hibernate/ShardDAO.java 43 Potential violation of Law of Demeter (method chain calls)
32692 src/com/gps/hibernate/ShardDAO.java 44 There is log block not surrounded by if
32693 src/com/gps/hibernate/ShardDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32694 src/com/gps/hibernate/ShardDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32695 src/com/gps/hibernate/ShardDAO.java 46 There is log block not surrounded by if
32696 src/com/gps/hibernate/ShardDAO.java 51 Avoid variables with short names like id
32697 src/com/gps/hibernate/ShardDAO.java 51 Parameter 'id' is not assigned and could be declared final
32698 src/com/gps/hibernate/ShardDAO.java 51 publicMethodCommentRequirement Required
32699 src/com/gps/hibernate/ShardDAO.java 52 There is log block not surrounded by if
32700 src/com/gps/hibernate/ShardDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32701 src/com/gps/hibernate/ShardDAO.java 54 Local variable 'instance' could be declared final
32702 src/com/gps/hibernate/ShardDAO.java 54 Potential violation of Law of Demeter (method chain calls)
32703 src/com/gps/hibernate/ShardDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32704 src/com/gps/hibernate/ShardDAO.java 58 There is log block not surrounded by if
32705 src/com/gps/hibernate/ShardDAO.java 63 Parameter 'instance' is not assigned and could be declared final
32706 src/com/gps/hibernate/ShardDAO.java 63 publicMethodCommentRequirement Required
32707 src/com/gps/hibernate/ShardDAO.java 64 There is log block not surrounded by if
32708 src/com/gps/hibernate/ShardDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32709 src/com/gps/hibernate/ShardDAO.java 66 Local variable 'results' could be declared final
32710 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32711 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32712 src/com/gps/hibernate/ShardDAO.java 66 Potential violation of Law of Demeter (method chain calls)
32713 src/com/gps/hibernate/ShardDAO.java 69 There is log block not surrounded by if
32714 src/com/gps/hibernate/ShardDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32715 src/com/gps/hibernate/ShardDAO.java 70 Potential violation of Law of Demeter (object not created locally)
32716 src/com/gps/hibernate/ShardDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32717 src/com/gps/hibernate/ShardDAO.java 73 There is log block not surrounded by if
32718 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
32719 src/com/gps/hibernate/ShardDAO.java 78 Parameter 'value' is not assigned and could be declared final
32720 src/com/gps/hibernate/ShardDAO.java 78 publicMethodCommentRequirement Required
32721 src/com/gps/hibernate/ShardDAO.java 79 There is log block not surrounded by if
32722 src/com/gps/hibernate/ShardDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32723 src/com/gps/hibernate/ShardDAO.java 82 Local variable 'queryString' could be declared final
32724 src/com/gps/hibernate/ShardDAO.java 84 Local variable 'queryObject' could be declared final
32725 src/com/gps/hibernate/ShardDAO.java 84 Potential violation of Law of Demeter (method chain calls)
32726 src/com/gps/hibernate/ShardDAO.java 85 Potential violation of Law of Demeter (object not created locally)
32727 src/com/gps/hibernate/ShardDAO.java 86 Potential violation of Law of Demeter (object not created locally)
32728 src/com/gps/hibernate/ShardDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32729 src/com/gps/hibernate/ShardDAO.java 88 There is log block not surrounded by if
32730 src/com/gps/hibernate/ShardDAO.java 93 Parameter 'classNameId' is not assigned and could be declared final
32731 src/com/gps/hibernate/ShardDAO.java 93 publicMethodCommentRequirement Required
32732 src/com/gps/hibernate/ShardDAO.java 97 Parameter 'classPk' is not assigned and could be declared final
32733 src/com/gps/hibernate/ShardDAO.java 97 publicMethodCommentRequirement Required
32734 src/com/gps/hibernate/ShardDAO.java 101 Parameter 'name' is not assigned and could be declared final
32735 src/com/gps/hibernate/ShardDAO.java 101 publicMethodCommentRequirement Required
32736 src/com/gps/hibernate/ShardDAO.java 105 publicMethodCommentRequirement Required
32737 src/com/gps/hibernate/ShardDAO.java 106 There is log block not surrounded by if
32738 src/com/gps/hibernate/ShardDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32739 src/com/gps/hibernate/ShardDAO.java 108 Local variable 'queryString' could be declared final
32740 src/com/gps/hibernate/ShardDAO.java 109 Local variable 'queryObject' could be declared final
32741 src/com/gps/hibernate/ShardDAO.java 109 Potential violation of Law of Demeter (method chain calls)
32742 src/com/gps/hibernate/ShardDAO.java 110 Potential violation of Law of Demeter (object not created locally)
32743 src/com/gps/hibernate/ShardDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32744 src/com/gps/hibernate/ShardDAO.java 112 There is log block not surrounded by if
32745 src/com/gps/hibernate/ShardDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
32746 src/com/gps/hibernate/ShardDAO.java 117 publicMethodCommentRequirement Required
32747 src/com/gps/hibernate/ShardDAO.java 118 There is log block not surrounded by if
32748 src/com/gps/hibernate/ShardDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32749 src/com/gps/hibernate/ShardDAO.java 120 Local variable 'result' could be declared final
32750 src/com/gps/hibernate/ShardDAO.java 120 Potential violation of Law of Demeter (method chain calls)
32751 src/com/gps/hibernate/ShardDAO.java 121 There is log block not surrounded by if
32752 src/com/gps/hibernate/ShardDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32753 src/com/gps/hibernate/ShardDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32754 src/com/gps/hibernate/ShardDAO.java 124 There is log block not surrounded by if
32755 src/com/gps/hibernate/ShardDAO.java 129 Parameter 'instance' is not assigned and could be declared final
32756 src/com/gps/hibernate/ShardDAO.java 129 publicMethodCommentRequirement Required
32757 src/com/gps/hibernate/ShardDAO.java 130 There is log block not surrounded by if
32758 src/com/gps/hibernate/ShardDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32759 src/com/gps/hibernate/ShardDAO.java 132 Potential violation of Law of Demeter (method chain calls)
32760 src/com/gps/hibernate/ShardDAO.java 133 There is log block not surrounded by if
32761 src/com/gps/hibernate/ShardDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32762 src/com/gps/hibernate/ShardDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32763 src/com/gps/hibernate/ShardDAO.java 135 There is log block not surrounded by if
32764 src/com/gps/hibernate/ShardDAO.java 140 Parameter 'instance' is not assigned and could be declared final
32765 src/com/gps/hibernate/ShardDAO.java 140 publicMethodCommentRequirement Required
32766 src/com/gps/hibernate/ShardDAO.java 141 There is log block not surrounded by if
32767 src/com/gps/hibernate/ShardDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32768 src/com/gps/hibernate/ShardDAO.java 143 Potential violation of Law of Demeter (method chain calls)
32769 src/com/gps/hibernate/ShardDAO.java 144 There is log block not surrounded by if
32770 src/com/gps/hibernate/ShardDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32771 src/com/gps/hibernate/ShardDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32772 src/com/gps/hibernate/ShardDAO.java 146 There is log block not surrounded by if
32773 src/com/gps/hibernate/Shoppingcart.java 11 Classes implementing Serializable should set a serialVersionUID
32774 src/com/gps/hibernate/Shoppingcart.java 15 fieldCommentRequirement Required
32775 src/com/gps/hibernate/Shoppingcart.java 16 fieldCommentRequirement Required
32776 src/com/gps/hibernate/Shoppingcart.java 17 fieldCommentRequirement Required
32777 src/com/gps/hibernate/Shoppingcart.java 18 fieldCommentRequirement Required
32778 src/com/gps/hibernate/Shoppingcart.java 19 fieldCommentRequirement Required
32779 src/com/gps/hibernate/Shoppingcart.java 20 fieldCommentRequirement Required
32780 src/com/gps/hibernate/Shoppingcart.java 21 fieldCommentRequirement Required
32781 src/com/gps/hibernate/Shoppingcart.java 22 fieldCommentRequirement Required
32782 src/com/gps/hibernate/Shoppingcart.java 23 fieldCommentRequirement Required
32783 src/com/gps/hibernate/Shoppingcart.java 24 fieldCommentRequirement Required
32784 src/com/gps/hibernate/Shoppingcart.java 25 fieldCommentRequirement Required
32785 src/com/gps/hibernate/Shoppingcart.java 30 Document empty constructor
32786 src/com/gps/hibernate/Shoppingcart.java 34 Parameter 'cartId' is not assigned and could be declared final
32787 src/com/gps/hibernate/Shoppingcart.java 39 Avoid long parameter lists.
32788 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'cartId' is not assigned and could be declared final
32789 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'companyId' is not assigned and could be declared final
32790 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'groupId' is not assigned and could be declared final
32791 src/com/gps/hibernate/Shoppingcart.java 39 Parameter 'userId' is not assigned and could be declared final
32792 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'createDate' is not assigned and could be declared final
32793 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
32794 src/com/gps/hibernate/Shoppingcart.java 40 Parameter 'userName' is not assigned and could be declared final
32795 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'altShipping' is not assigned and could be declared final
32796 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'couponCodes' is not assigned and could be declared final
32797 src/com/gps/hibernate/Shoppingcart.java 41 Parameter 'itemIds' is not assigned and could be declared final
32798 src/com/gps/hibernate/Shoppingcart.java 42 Parameter 'insure' is not assigned and could be declared final
32799 src/com/gps/hibernate/Shoppingcart.java 58 publicMethodCommentRequirement Required
32800 src/com/gps/hibernate/Shoppingcart.java 62 Parameter 'cartId' is not assigned and could be declared final
32801 src/com/gps/hibernate/Shoppingcart.java 62 publicMethodCommentRequirement Required
32802 src/com/gps/hibernate/Shoppingcart.java 66 publicMethodCommentRequirement Required
32803 src/com/gps/hibernate/Shoppingcart.java 70 Parameter 'groupId' is not assigned and could be declared final
32804 src/com/gps/hibernate/Shoppingcart.java 70 publicMethodCommentRequirement Required
32805 src/com/gps/hibernate/Shoppingcart.java 74 publicMethodCommentRequirement Required
32806 src/com/gps/hibernate/Shoppingcart.java 78 Parameter 'companyId' is not assigned and could be declared final
32807 src/com/gps/hibernate/Shoppingcart.java 78 publicMethodCommentRequirement Required
32808 src/com/gps/hibernate/Shoppingcart.java 82 publicMethodCommentRequirement Required
32809 src/com/gps/hibernate/Shoppingcart.java 86 Parameter 'userId' is not assigned and could be declared final
32810 src/com/gps/hibernate/Shoppingcart.java 86 publicMethodCommentRequirement Required
32811 src/com/gps/hibernate/Shoppingcart.java 90 publicMethodCommentRequirement Required
32812 src/com/gps/hibernate/Shoppingcart.java 94 Parameter 'userName' is not assigned and could be declared final
32813 src/com/gps/hibernate/Shoppingcart.java 94 publicMethodCommentRequirement Required
32814 src/com/gps/hibernate/Shoppingcart.java 98 publicMethodCommentRequirement Required
32815 src/com/gps/hibernate/Shoppingcart.java 102 Parameter 'createDate' is not assigned and could be declared final
32816 src/com/gps/hibernate/Shoppingcart.java 102 publicMethodCommentRequirement Required
32817 src/com/gps/hibernate/Shoppingcart.java 106 publicMethodCommentRequirement Required
32818 src/com/gps/hibernate/Shoppingcart.java 110 Parameter 'modifiedDate' is not assigned and could be declared final
32819 src/com/gps/hibernate/Shoppingcart.java 110 publicMethodCommentRequirement Required
32820 src/com/gps/hibernate/Shoppingcart.java 114 publicMethodCommentRequirement Required
32821 src/com/gps/hibernate/Shoppingcart.java 118 Parameter 'itemIds' is not assigned and could be declared final
32822 src/com/gps/hibernate/Shoppingcart.java 118 publicMethodCommentRequirement Required
32823 src/com/gps/hibernate/Shoppingcart.java 122 publicMethodCommentRequirement Required
32824 src/com/gps/hibernate/Shoppingcart.java 126 Parameter 'couponCodes' is not assigned and could be declared final
32825 src/com/gps/hibernate/Shoppingcart.java 126 publicMethodCommentRequirement Required
32826 src/com/gps/hibernate/Shoppingcart.java 130 publicMethodCommentRequirement Required
32827 src/com/gps/hibernate/Shoppingcart.java 134 Parameter 'altShipping' is not assigned and could be declared final
32828 src/com/gps/hibernate/Shoppingcart.java 134 publicMethodCommentRequirement Required
32829 src/com/gps/hibernate/Shoppingcart.java 138 publicMethodCommentRequirement Required
32830 src/com/gps/hibernate/Shoppingcart.java 142 Parameter 'insure' is not assigned and could be declared final
32831 src/com/gps/hibernate/Shoppingcart.java 142 publicMethodCommentRequirement Required
32832 src/com/gps/hibernate/ShoppingcartDAO.java 3 Avoid unused imports such as 'java.util.Date'
32833 src/com/gps/hibernate/ShoppingcartDAO.java 11 Comment is too large: Too many lines
32834 src/com/gps/hibernate/ShoppingcartDAO.java 23 This class has too many methods, consider refactoring it.
32835 src/com/gps/hibernate/ShoppingcartDAO.java 24 Logger should be defined private static final and have the correct class
32836 src/com/gps/hibernate/ShoppingcartDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
32837 src/com/gps/hibernate/ShoppingcartDAO.java 24 fieldCommentRequirement Required
32838 src/com/gps/hibernate/ShoppingcartDAO.java 26 fieldCommentRequirement Required
32839 src/com/gps/hibernate/ShoppingcartDAO.java 27 fieldCommentRequirement Required
32840 src/com/gps/hibernate/ShoppingcartDAO.java 28 fieldCommentRequirement Required
32841 src/com/gps/hibernate/ShoppingcartDAO.java 29 fieldCommentRequirement Required
32842 src/com/gps/hibernate/ShoppingcartDAO.java 30 fieldCommentRequirement Required
32843 src/com/gps/hibernate/ShoppingcartDAO.java 31 fieldCommentRequirement Required
32844 src/com/gps/hibernate/ShoppingcartDAO.java 32 fieldCommentRequirement Required
32845 src/com/gps/hibernate/ShoppingcartDAO.java 33 fieldCommentRequirement Required
32846 src/com/gps/hibernate/ShoppingcartDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
32847 src/com/gps/hibernate/ShoppingcartDAO.java 35 publicMethodCommentRequirement Required
32848 src/com/gps/hibernate/ShoppingcartDAO.java 36 There is log block not surrounded by if
32849 src/com/gps/hibernate/ShoppingcartDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32850 src/com/gps/hibernate/ShoppingcartDAO.java 38 Potential violation of Law of Demeter (method chain calls)
32851 src/com/gps/hibernate/ShoppingcartDAO.java 39 There is log block not surrounded by if
32852 src/com/gps/hibernate/ShoppingcartDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32853 src/com/gps/hibernate/ShoppingcartDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32854 src/com/gps/hibernate/ShoppingcartDAO.java 41 There is log block not surrounded by if
32855 src/com/gps/hibernate/ShoppingcartDAO.java 46 Avoid excessively long variable names like persistentInstance
32856 src/com/gps/hibernate/ShoppingcartDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
32857 src/com/gps/hibernate/ShoppingcartDAO.java 46 publicMethodCommentRequirement Required
32858 src/com/gps/hibernate/ShoppingcartDAO.java 47 There is log block not surrounded by if
32859 src/com/gps/hibernate/ShoppingcartDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32860 src/com/gps/hibernate/ShoppingcartDAO.java 49 Potential violation of Law of Demeter (method chain calls)
32861 src/com/gps/hibernate/ShoppingcartDAO.java 50 There is log block not surrounded by if
32862 src/com/gps/hibernate/ShoppingcartDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32863 src/com/gps/hibernate/ShoppingcartDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32864 src/com/gps/hibernate/ShoppingcartDAO.java 52 There is log block not surrounded by if
32865 src/com/gps/hibernate/ShoppingcartDAO.java 57 Avoid variables with short names like id
32866 src/com/gps/hibernate/ShoppingcartDAO.java 57 Parameter 'id' is not assigned and could be declared final
32867 src/com/gps/hibernate/ShoppingcartDAO.java 57 publicMethodCommentRequirement Required
32868 src/com/gps/hibernate/ShoppingcartDAO.java 58 There is log block not surrounded by if
32869 src/com/gps/hibernate/ShoppingcartDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32870 src/com/gps/hibernate/ShoppingcartDAO.java 60 Local variable 'instance' could be declared final
32871 src/com/gps/hibernate/ShoppingcartDAO.java 60 Potential violation of Law of Demeter (method chain calls)
32872 src/com/gps/hibernate/ShoppingcartDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32873 src/com/gps/hibernate/ShoppingcartDAO.java 64 There is log block not surrounded by if
32874 src/com/gps/hibernate/ShoppingcartDAO.java 69 Parameter 'instance' is not assigned and could be declared final
32875 src/com/gps/hibernate/ShoppingcartDAO.java 69 publicMethodCommentRequirement Required
32876 src/com/gps/hibernate/ShoppingcartDAO.java 70 There is log block not surrounded by if
32877 src/com/gps/hibernate/ShoppingcartDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32878 src/com/gps/hibernate/ShoppingcartDAO.java 72 Local variable 'results' could be declared final
32879 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32880 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32881 src/com/gps/hibernate/ShoppingcartDAO.java 72 Potential violation of Law of Demeter (method chain calls)
32882 src/com/gps/hibernate/ShoppingcartDAO.java 75 There is log block not surrounded by if
32883 src/com/gps/hibernate/ShoppingcartDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32884 src/com/gps/hibernate/ShoppingcartDAO.java 76 Potential violation of Law of Demeter (object not created locally)
32885 src/com/gps/hibernate/ShoppingcartDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32886 src/com/gps/hibernate/ShoppingcartDAO.java 79 There is log block not surrounded by if
32887 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
32888 src/com/gps/hibernate/ShoppingcartDAO.java 84 Parameter 'value' is not assigned and could be declared final
32889 src/com/gps/hibernate/ShoppingcartDAO.java 84 publicMethodCommentRequirement Required
32890 src/com/gps/hibernate/ShoppingcartDAO.java 85 There is log block not surrounded by if
32891 src/com/gps/hibernate/ShoppingcartDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32892 src/com/gps/hibernate/ShoppingcartDAO.java 88 Local variable 'queryString' could be declared final
32893 src/com/gps/hibernate/ShoppingcartDAO.java 90 Local variable 'queryObject' could be declared final
32894 src/com/gps/hibernate/ShoppingcartDAO.java 90 Potential violation of Law of Demeter (method chain calls)
32895 src/com/gps/hibernate/ShoppingcartDAO.java 91 Potential violation of Law of Demeter (object not created locally)
32896 src/com/gps/hibernate/ShoppingcartDAO.java 92 Potential violation of Law of Demeter (object not created locally)
32897 src/com/gps/hibernate/ShoppingcartDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32898 src/com/gps/hibernate/ShoppingcartDAO.java 94 There is log block not surrounded by if
32899 src/com/gps/hibernate/ShoppingcartDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
32900 src/com/gps/hibernate/ShoppingcartDAO.java 99 publicMethodCommentRequirement Required
32901 src/com/gps/hibernate/ShoppingcartDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
32902 src/com/gps/hibernate/ShoppingcartDAO.java 103 publicMethodCommentRequirement Required
32903 src/com/gps/hibernate/ShoppingcartDAO.java 107 Parameter 'userId' is not assigned and could be declared final
32904 src/com/gps/hibernate/ShoppingcartDAO.java 107 publicMethodCommentRequirement Required
32905 src/com/gps/hibernate/ShoppingcartDAO.java 111 Parameter 'userName' is not assigned and could be declared final
32906 src/com/gps/hibernate/ShoppingcartDAO.java 111 publicMethodCommentRequirement Required
32907 src/com/gps/hibernate/ShoppingcartDAO.java 115 Parameter 'itemIds' is not assigned and could be declared final
32908 src/com/gps/hibernate/ShoppingcartDAO.java 115 publicMethodCommentRequirement Required
32909 src/com/gps/hibernate/ShoppingcartDAO.java 119 Parameter 'couponCodes' is not assigned and could be declared final
32910 src/com/gps/hibernate/ShoppingcartDAO.java 119 publicMethodCommentRequirement Required
32911 src/com/gps/hibernate/ShoppingcartDAO.java 123 Parameter 'altShipping' is not assigned and could be declared final
32912 src/com/gps/hibernate/ShoppingcartDAO.java 123 publicMethodCommentRequirement Required
32913 src/com/gps/hibernate/ShoppingcartDAO.java 127 Parameter 'insure' is not assigned and could be declared final
32914 src/com/gps/hibernate/ShoppingcartDAO.java 127 publicMethodCommentRequirement Required
32915 src/com/gps/hibernate/ShoppingcartDAO.java 131 publicMethodCommentRequirement Required
32916 src/com/gps/hibernate/ShoppingcartDAO.java 132 There is log block not surrounded by if
32917 src/com/gps/hibernate/ShoppingcartDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32918 src/com/gps/hibernate/ShoppingcartDAO.java 134 Local variable 'queryString' could be declared final
32919 src/com/gps/hibernate/ShoppingcartDAO.java 135 Local variable 'queryObject' could be declared final
32920 src/com/gps/hibernate/ShoppingcartDAO.java 135 Potential violation of Law of Demeter (method chain calls)
32921 src/com/gps/hibernate/ShoppingcartDAO.java 136 Potential violation of Law of Demeter (object not created locally)
32922 src/com/gps/hibernate/ShoppingcartDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32923 src/com/gps/hibernate/ShoppingcartDAO.java 138 There is log block not surrounded by if
32924 src/com/gps/hibernate/ShoppingcartDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
32925 src/com/gps/hibernate/ShoppingcartDAO.java 143 publicMethodCommentRequirement Required
32926 src/com/gps/hibernate/ShoppingcartDAO.java 144 There is log block not surrounded by if
32927 src/com/gps/hibernate/ShoppingcartDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32928 src/com/gps/hibernate/ShoppingcartDAO.java 146 Local variable 'result' could be declared final
32929 src/com/gps/hibernate/ShoppingcartDAO.java 146 Potential violation of Law of Demeter (method chain calls)
32930 src/com/gps/hibernate/ShoppingcartDAO.java 148 There is log block not surrounded by if
32931 src/com/gps/hibernate/ShoppingcartDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32932 src/com/gps/hibernate/ShoppingcartDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32933 src/com/gps/hibernate/ShoppingcartDAO.java 151 There is log block not surrounded by if
32934 src/com/gps/hibernate/ShoppingcartDAO.java 156 Parameter 'instance' is not assigned and could be declared final
32935 src/com/gps/hibernate/ShoppingcartDAO.java 156 publicMethodCommentRequirement Required
32936 src/com/gps/hibernate/ShoppingcartDAO.java 157 There is log block not surrounded by if
32937 src/com/gps/hibernate/ShoppingcartDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32938 src/com/gps/hibernate/ShoppingcartDAO.java 159 Potential violation of Law of Demeter (method chain calls)
32939 src/com/gps/hibernate/ShoppingcartDAO.java 160 There is log block not surrounded by if
32940 src/com/gps/hibernate/ShoppingcartDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32941 src/com/gps/hibernate/ShoppingcartDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32942 src/com/gps/hibernate/ShoppingcartDAO.java 162 There is log block not surrounded by if
32943 src/com/gps/hibernate/ShoppingcartDAO.java 167 Parameter 'instance' is not assigned and could be declared final
32944 src/com/gps/hibernate/ShoppingcartDAO.java 167 publicMethodCommentRequirement Required
32945 src/com/gps/hibernate/ShoppingcartDAO.java 168 There is log block not surrounded by if
32946 src/com/gps/hibernate/ShoppingcartDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32947 src/com/gps/hibernate/ShoppingcartDAO.java 170 Potential violation of Law of Demeter (method chain calls)
32948 src/com/gps/hibernate/ShoppingcartDAO.java 171 There is log block not surrounded by if
32949 src/com/gps/hibernate/ShoppingcartDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
32950 src/com/gps/hibernate/ShoppingcartDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
32951 src/com/gps/hibernate/ShoppingcartDAO.java 173 There is log block not surrounded by if
32952 src/com/gps/hibernate/Shoppingcategory.java 11 Classes implementing Serializable should set a serialVersionUID
32953 src/com/gps/hibernate/Shoppingcategory.java 15 fieldCommentRequirement Required
32954 src/com/gps/hibernate/Shoppingcategory.java 16 fieldCommentRequirement Required
32955 src/com/gps/hibernate/Shoppingcategory.java 17 fieldCommentRequirement Required
32956 src/com/gps/hibernate/Shoppingcategory.java 18 fieldCommentRequirement Required
32957 src/com/gps/hibernate/Shoppingcategory.java 19 fieldCommentRequirement Required
32958 src/com/gps/hibernate/Shoppingcategory.java 20 fieldCommentRequirement Required
32959 src/com/gps/hibernate/Shoppingcategory.java 21 fieldCommentRequirement Required
32960 src/com/gps/hibernate/Shoppingcategory.java 22 fieldCommentRequirement Required
32961 src/com/gps/hibernate/Shoppingcategory.java 23 fieldCommentRequirement Required
32962 src/com/gps/hibernate/Shoppingcategory.java 24 fieldCommentRequirement Required
32963 src/com/gps/hibernate/Shoppingcategory.java 29 Document empty constructor
32964 src/com/gps/hibernate/Shoppingcategory.java 33 Parameter 'categoryId' is not assigned and could be declared final
32965 src/com/gps/hibernate/Shoppingcategory.java 38 Avoid long parameter lists.
32966 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'categoryId' is not assigned and could be declared final
32967 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'companyId' is not assigned and could be declared final
32968 src/com/gps/hibernate/Shoppingcategory.java 38 Parameter 'groupId' is not assigned and could be declared final
32969 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'createDate' is not assigned and could be declared final
32970 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
32971 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userId' is not assigned and could be declared final
32972 src/com/gps/hibernate/Shoppingcategory.java 39 Parameter 'userName' is not assigned and could be declared final
32973 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'description' is not assigned and could be declared final
32974 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'name' is not assigned and could be declared final
32975 src/com/gps/hibernate/Shoppingcategory.java 40 Parameter 'parentCategoryId' is not assigned and could be declared final
32976 src/com/gps/hibernate/Shoppingcategory.java 55 publicMethodCommentRequirement Required
32977 src/com/gps/hibernate/Shoppingcategory.java 59 Parameter 'categoryId' is not assigned and could be declared final
32978 src/com/gps/hibernate/Shoppingcategory.java 59 publicMethodCommentRequirement Required
32979 src/com/gps/hibernate/Shoppingcategory.java 63 publicMethodCommentRequirement Required
32980 src/com/gps/hibernate/Shoppingcategory.java 67 Parameter 'groupId' is not assigned and could be declared final
32981 src/com/gps/hibernate/Shoppingcategory.java 67 publicMethodCommentRequirement Required
32982 src/com/gps/hibernate/Shoppingcategory.java 71 publicMethodCommentRequirement Required
32983 src/com/gps/hibernate/Shoppingcategory.java 75 Parameter 'companyId' is not assigned and could be declared final
32984 src/com/gps/hibernate/Shoppingcategory.java 75 publicMethodCommentRequirement Required
32985 src/com/gps/hibernate/Shoppingcategory.java 79 publicMethodCommentRequirement Required
32986 src/com/gps/hibernate/Shoppingcategory.java 83 Parameter 'userId' is not assigned and could be declared final
32987 src/com/gps/hibernate/Shoppingcategory.java 83 publicMethodCommentRequirement Required
32988 src/com/gps/hibernate/Shoppingcategory.java 87 publicMethodCommentRequirement Required
32989 src/com/gps/hibernate/Shoppingcategory.java 91 Parameter 'userName' is not assigned and could be declared final
32990 src/com/gps/hibernate/Shoppingcategory.java 91 publicMethodCommentRequirement Required
32991 src/com/gps/hibernate/Shoppingcategory.java 95 publicMethodCommentRequirement Required
32992 src/com/gps/hibernate/Shoppingcategory.java 99 Parameter 'createDate' is not assigned and could be declared final
32993 src/com/gps/hibernate/Shoppingcategory.java 99 publicMethodCommentRequirement Required
32994 src/com/gps/hibernate/Shoppingcategory.java 103 publicMethodCommentRequirement Required
32995 src/com/gps/hibernate/Shoppingcategory.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
32996 src/com/gps/hibernate/Shoppingcategory.java 107 publicMethodCommentRequirement Required
32997 src/com/gps/hibernate/Shoppingcategory.java 111 publicMethodCommentRequirement Required
32998 src/com/gps/hibernate/Shoppingcategory.java 115 Parameter 'parentCategoryId' is not assigned and could be declared final
32999 src/com/gps/hibernate/Shoppingcategory.java 115 publicMethodCommentRequirement Required
33000 src/com/gps/hibernate/Shoppingcategory.java 119 publicMethodCommentRequirement Required
33001 src/com/gps/hibernate/Shoppingcategory.java 123 Parameter 'name' is not assigned and could be declared final
33002 src/com/gps/hibernate/Shoppingcategory.java 123 publicMethodCommentRequirement Required
33003 src/com/gps/hibernate/Shoppingcategory.java 127 publicMethodCommentRequirement Required
33004 src/com/gps/hibernate/Shoppingcategory.java 131 Parameter 'description' is not assigned and could be declared final
33005 src/com/gps/hibernate/Shoppingcategory.java 131 publicMethodCommentRequirement Required
33006 src/com/gps/hibernate/ShoppingcategoryDAO.java 3 Avoid unused imports such as 'java.util.Date'
33007 src/com/gps/hibernate/ShoppingcategoryDAO.java 11 Comment is too large: Too many lines
33008 src/com/gps/hibernate/ShoppingcategoryDAO.java 23 This class has too many methods, consider refactoring it.
33009 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Logger should be defined private static final and have the correct class
33010 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
33011 src/com/gps/hibernate/ShoppingcategoryDAO.java 24 fieldCommentRequirement Required
33012 src/com/gps/hibernate/ShoppingcategoryDAO.java 26 fieldCommentRequirement Required
33013 src/com/gps/hibernate/ShoppingcategoryDAO.java 27 fieldCommentRequirement Required
33014 src/com/gps/hibernate/ShoppingcategoryDAO.java 28 fieldCommentRequirement Required
33015 src/com/gps/hibernate/ShoppingcategoryDAO.java 29 fieldCommentRequirement Required
33016 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 Avoid excessively long variable names like PARENT_CATEGORY_ID
33017 src/com/gps/hibernate/ShoppingcategoryDAO.java 30 fieldCommentRequirement Required
33018 src/com/gps/hibernate/ShoppingcategoryDAO.java 31 fieldCommentRequirement Required
33019 src/com/gps/hibernate/ShoppingcategoryDAO.java 32 fieldCommentRequirement Required
33020 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
33021 src/com/gps/hibernate/ShoppingcategoryDAO.java 34 publicMethodCommentRequirement Required
33022 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 There is log block not surrounded by if
33023 src/com/gps/hibernate/ShoppingcategoryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33024 src/com/gps/hibernate/ShoppingcategoryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
33025 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 There is log block not surrounded by if
33026 src/com/gps/hibernate/ShoppingcategoryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33027 src/com/gps/hibernate/ShoppingcategoryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33028 src/com/gps/hibernate/ShoppingcategoryDAO.java 40 There is log block not surrounded by if
33029 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Avoid excessively long variable names like persistentInstance
33030 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
33031 src/com/gps/hibernate/ShoppingcategoryDAO.java 45 publicMethodCommentRequirement Required
33032 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 There is log block not surrounded by if
33033 src/com/gps/hibernate/ShoppingcategoryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33034 src/com/gps/hibernate/ShoppingcategoryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
33035 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 There is log block not surrounded by if
33036 src/com/gps/hibernate/ShoppingcategoryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33037 src/com/gps/hibernate/ShoppingcategoryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33038 src/com/gps/hibernate/ShoppingcategoryDAO.java 51 There is log block not surrounded by if
33039 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Avoid variables with short names like id
33040 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 Parameter 'id' is not assigned and could be declared final
33041 src/com/gps/hibernate/ShoppingcategoryDAO.java 56 publicMethodCommentRequirement Required
33042 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 There is log block not surrounded by if
33043 src/com/gps/hibernate/ShoppingcategoryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33044 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Local variable 'instance' could be declared final
33045 src/com/gps/hibernate/ShoppingcategoryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
33046 src/com/gps/hibernate/ShoppingcategoryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33047 src/com/gps/hibernate/ShoppingcategoryDAO.java 63 There is log block not surrounded by if
33048 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
33049 src/com/gps/hibernate/ShoppingcategoryDAO.java 68 publicMethodCommentRequirement Required
33050 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 There is log block not surrounded by if
33051 src/com/gps/hibernate/ShoppingcategoryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33052 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Local variable 'results' could be declared final
33053 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33054 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33055 src/com/gps/hibernate/ShoppingcategoryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33056 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 There is log block not surrounded by if
33057 src/com/gps/hibernate/ShoppingcategoryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33058 src/com/gps/hibernate/ShoppingcategoryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
33059 src/com/gps/hibernate/ShoppingcategoryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33060 src/com/gps/hibernate/ShoppingcategoryDAO.java 78 There is log block not surrounded by if
33061 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
33062 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 Parameter 'value' is not assigned and could be declared final
33063 src/com/gps/hibernate/ShoppingcategoryDAO.java 83 publicMethodCommentRequirement Required
33064 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 There is log block not surrounded by if
33065 src/com/gps/hibernate/ShoppingcategoryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33066 src/com/gps/hibernate/ShoppingcategoryDAO.java 87 Local variable 'queryString' could be declared final
33067 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Local variable 'queryObject' could be declared final
33068 src/com/gps/hibernate/ShoppingcategoryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
33069 src/com/gps/hibernate/ShoppingcategoryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
33070 src/com/gps/hibernate/ShoppingcategoryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
33071 src/com/gps/hibernate/ShoppingcategoryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33072 src/com/gps/hibernate/ShoppingcategoryDAO.java 93 There is log block not surrounded by if
33073 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
33074 src/com/gps/hibernate/ShoppingcategoryDAO.java 98 publicMethodCommentRequirement Required
33075 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
33076 src/com/gps/hibernate/ShoppingcategoryDAO.java 102 publicMethodCommentRequirement Required
33077 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
33078 src/com/gps/hibernate/ShoppingcategoryDAO.java 106 publicMethodCommentRequirement Required
33079 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
33080 src/com/gps/hibernate/ShoppingcategoryDAO.java 110 publicMethodCommentRequirement Required
33081 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 Parameter 'parentCategoryId' is not assigned and could be declared final
33082 src/com/gps/hibernate/ShoppingcategoryDAO.java 114 publicMethodCommentRequirement Required
33083 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 Parameter 'name' is not assigned and could be declared final
33084 src/com/gps/hibernate/ShoppingcategoryDAO.java 118 publicMethodCommentRequirement Required
33085 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 Parameter 'description' is not assigned and could be declared final
33086 src/com/gps/hibernate/ShoppingcategoryDAO.java 122 publicMethodCommentRequirement Required
33087 src/com/gps/hibernate/ShoppingcategoryDAO.java 126 publicMethodCommentRequirement Required
33088 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 There is log block not surrounded by if
33089 src/com/gps/hibernate/ShoppingcategoryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33090 src/com/gps/hibernate/ShoppingcategoryDAO.java 129 Local variable 'queryString' could be declared final
33091 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Local variable 'queryObject' could be declared final
33092 src/com/gps/hibernate/ShoppingcategoryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
33093 src/com/gps/hibernate/ShoppingcategoryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
33094 src/com/gps/hibernate/ShoppingcategoryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33095 src/com/gps/hibernate/ShoppingcategoryDAO.java 133 There is log block not surrounded by if
33096 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
33097 src/com/gps/hibernate/ShoppingcategoryDAO.java 138 publicMethodCommentRequirement Required
33098 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 There is log block not surrounded by if
33099 src/com/gps/hibernate/ShoppingcategoryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33100 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Local variable 'result' could be declared final
33101 src/com/gps/hibernate/ShoppingcategoryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
33102 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 There is log block not surrounded by if
33103 src/com/gps/hibernate/ShoppingcategoryDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33104 src/com/gps/hibernate/ShoppingcategoryDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33105 src/com/gps/hibernate/ShoppingcategoryDAO.java 146 There is log block not surrounded by if
33106 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 Parameter 'instance' is not assigned and could be declared final
33107 src/com/gps/hibernate/ShoppingcategoryDAO.java 151 publicMethodCommentRequirement Required
33108 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 There is log block not surrounded by if
33109 src/com/gps/hibernate/ShoppingcategoryDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33110 src/com/gps/hibernate/ShoppingcategoryDAO.java 154 Potential violation of Law of Demeter (method chain calls)
33111 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 There is log block not surrounded by if
33112 src/com/gps/hibernate/ShoppingcategoryDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33113 src/com/gps/hibernate/ShoppingcategoryDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33114 src/com/gps/hibernate/ShoppingcategoryDAO.java 157 There is log block not surrounded by if
33115 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 Parameter 'instance' is not assigned and could be declared final
33116 src/com/gps/hibernate/ShoppingcategoryDAO.java 162 publicMethodCommentRequirement Required
33117 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 There is log block not surrounded by if
33118 src/com/gps/hibernate/ShoppingcategoryDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33119 src/com/gps/hibernate/ShoppingcategoryDAO.java 165 Potential violation of Law of Demeter (method chain calls)
33120 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 There is log block not surrounded by if
33121 src/com/gps/hibernate/ShoppingcategoryDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33122 src/com/gps/hibernate/ShoppingcategoryDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33123 src/com/gps/hibernate/ShoppingcategoryDAO.java 168 There is log block not surrounded by if
33124 src/com/gps/hibernate/Shoppingcoupon.java 11 Classes implementing Serializable should set a serialVersionUID
33125 src/com/gps/hibernate/Shoppingcoupon.java 11 Too many fields
33126 src/com/gps/hibernate/Shoppingcoupon.java 15 fieldCommentRequirement Required
33127 src/com/gps/hibernate/Shoppingcoupon.java 16 fieldCommentRequirement Required
33128 src/com/gps/hibernate/Shoppingcoupon.java 17 fieldCommentRequirement Required
33129 src/com/gps/hibernate/Shoppingcoupon.java 18 fieldCommentRequirement Required
33130 src/com/gps/hibernate/Shoppingcoupon.java 19 fieldCommentRequirement Required
33131 src/com/gps/hibernate/Shoppingcoupon.java 20 fieldCommentRequirement Required
33132 src/com/gps/hibernate/Shoppingcoupon.java 21 fieldCommentRequirement Required
33133 src/com/gps/hibernate/Shoppingcoupon.java 22 fieldCommentRequirement Required
33134 src/com/gps/hibernate/Shoppingcoupon.java 23 fieldCommentRequirement Required
33135 src/com/gps/hibernate/Shoppingcoupon.java 24 fieldCommentRequirement Required
33136 src/com/gps/hibernate/Shoppingcoupon.java 25 fieldCommentRequirement Required
33137 src/com/gps/hibernate/Shoppingcoupon.java 26 fieldCommentRequirement Required
33138 src/com/gps/hibernate/Shoppingcoupon.java 27 fieldCommentRequirement Required
33139 src/com/gps/hibernate/Shoppingcoupon.java 28 fieldCommentRequirement Required
33140 src/com/gps/hibernate/Shoppingcoupon.java 29 fieldCommentRequirement Required
33141 src/com/gps/hibernate/Shoppingcoupon.java 30 fieldCommentRequirement Required
33142 src/com/gps/hibernate/Shoppingcoupon.java 31 fieldCommentRequirement Required
33143 src/com/gps/hibernate/Shoppingcoupon.java 32 fieldCommentRequirement Required
33144 src/com/gps/hibernate/Shoppingcoupon.java 37 Document empty constructor
33145 src/com/gps/hibernate/Shoppingcoupon.java 41 Parameter 'couponId' is not assigned and could be declared final
33146 src/com/gps/hibernate/Shoppingcoupon.java 46 Avoid long parameter lists.
33147 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'companyId' is not assigned and could be declared final
33148 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'couponId' is not assigned and could be declared final
33149 src/com/gps/hibernate/Shoppingcoupon.java 46 Parameter 'groupId' is not assigned and could be declared final
33150 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'createDate' is not assigned and could be declared final
33151 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'modifiedDate' is not assigned and could be declared final
33152 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userId' is not assigned and could be declared final
33153 src/com/gps/hibernate/Shoppingcoupon.java 47 Parameter 'userName' is not assigned and could be declared final
33154 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'code' is not assigned and could be declared final
33155 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'description' is not assigned and could be declared final
33156 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'name' is not assigned and could be declared final
33157 src/com/gps/hibernate/Shoppingcoupon.java 48 Parameter 'startDate' is not assigned and could be declared final
33158 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'active' is not assigned and could be declared final
33159 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'endDate' is not assigned and could be declared final
33160 src/com/gps/hibernate/Shoppingcoupon.java 49 Parameter 'limitCategories' is not assigned and could be declared final
33161 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'discount' is not assigned and could be declared final
33162 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'limitSkus' is not assigned and could be declared final
33163 src/com/gps/hibernate/Shoppingcoupon.java 50 Parameter 'minOrder' is not assigned and could be declared final
33164 src/com/gps/hibernate/Shoppingcoupon.java 51 Parameter 'discountType' is not assigned and could be declared final
33165 src/com/gps/hibernate/Shoppingcoupon.java 74 publicMethodCommentRequirement Required
33166 src/com/gps/hibernate/Shoppingcoupon.java 78 Parameter 'couponId' is not assigned and could be declared final
33167 src/com/gps/hibernate/Shoppingcoupon.java 78 publicMethodCommentRequirement Required
33168 src/com/gps/hibernate/Shoppingcoupon.java 82 publicMethodCommentRequirement Required
33169 src/com/gps/hibernate/Shoppingcoupon.java 86 Parameter 'groupId' is not assigned and could be declared final
33170 src/com/gps/hibernate/Shoppingcoupon.java 86 publicMethodCommentRequirement Required
33171 src/com/gps/hibernate/Shoppingcoupon.java 90 publicMethodCommentRequirement Required
33172 src/com/gps/hibernate/Shoppingcoupon.java 94 Parameter 'companyId' is not assigned and could be declared final
33173 src/com/gps/hibernate/Shoppingcoupon.java 94 publicMethodCommentRequirement Required
33174 src/com/gps/hibernate/Shoppingcoupon.java 98 publicMethodCommentRequirement Required
33175 src/com/gps/hibernate/Shoppingcoupon.java 102 Parameter 'userId' is not assigned and could be declared final
33176 src/com/gps/hibernate/Shoppingcoupon.java 102 publicMethodCommentRequirement Required
33177 src/com/gps/hibernate/Shoppingcoupon.java 106 publicMethodCommentRequirement Required
33178 src/com/gps/hibernate/Shoppingcoupon.java 110 Parameter 'userName' is not assigned and could be declared final
33179 src/com/gps/hibernate/Shoppingcoupon.java 110 publicMethodCommentRequirement Required
33180 src/com/gps/hibernate/Shoppingcoupon.java 114 publicMethodCommentRequirement Required
33181 src/com/gps/hibernate/Shoppingcoupon.java 118 Parameter 'createDate' is not assigned and could be declared final
33182 src/com/gps/hibernate/Shoppingcoupon.java 118 publicMethodCommentRequirement Required
33183 src/com/gps/hibernate/Shoppingcoupon.java 122 publicMethodCommentRequirement Required
33184 src/com/gps/hibernate/Shoppingcoupon.java 126 Parameter 'modifiedDate' is not assigned and could be declared final
33185 src/com/gps/hibernate/Shoppingcoupon.java 126 publicMethodCommentRequirement Required
33186 src/com/gps/hibernate/Shoppingcoupon.java 130 publicMethodCommentRequirement Required
33187 src/com/gps/hibernate/Shoppingcoupon.java 134 Parameter 'code' is not assigned and could be declared final
33188 src/com/gps/hibernate/Shoppingcoupon.java 134 publicMethodCommentRequirement Required
33189 src/com/gps/hibernate/Shoppingcoupon.java 138 publicMethodCommentRequirement Required
33190 src/com/gps/hibernate/Shoppingcoupon.java 142 Parameter 'name' is not assigned and could be declared final
33191 src/com/gps/hibernate/Shoppingcoupon.java 142 publicMethodCommentRequirement Required
33192 src/com/gps/hibernate/Shoppingcoupon.java 146 publicMethodCommentRequirement Required
33193 src/com/gps/hibernate/Shoppingcoupon.java 150 Parameter 'description' is not assigned and could be declared final
33194 src/com/gps/hibernate/Shoppingcoupon.java 150 publicMethodCommentRequirement Required
33195 src/com/gps/hibernate/Shoppingcoupon.java 154 publicMethodCommentRequirement Required
33196 src/com/gps/hibernate/Shoppingcoupon.java 158 Parameter 'startDate' is not assigned and could be declared final
33197 src/com/gps/hibernate/Shoppingcoupon.java 158 publicMethodCommentRequirement Required
33198 src/com/gps/hibernate/Shoppingcoupon.java 162 publicMethodCommentRequirement Required
33199 src/com/gps/hibernate/Shoppingcoupon.java 166 Parameter 'endDate' is not assigned and could be declared final
33200 src/com/gps/hibernate/Shoppingcoupon.java 166 publicMethodCommentRequirement Required
33201 src/com/gps/hibernate/Shoppingcoupon.java 170 publicMethodCommentRequirement Required
33202 src/com/gps/hibernate/Shoppingcoupon.java 174 Parameter 'active' is not assigned and could be declared final
33203 src/com/gps/hibernate/Shoppingcoupon.java 174 publicMethodCommentRequirement Required
33204 src/com/gps/hibernate/Shoppingcoupon.java 178 publicMethodCommentRequirement Required
33205 src/com/gps/hibernate/Shoppingcoupon.java 182 Parameter 'limitCategories' is not assigned and could be declared final
33206 src/com/gps/hibernate/Shoppingcoupon.java 182 publicMethodCommentRequirement Required
33207 src/com/gps/hibernate/Shoppingcoupon.java 186 publicMethodCommentRequirement Required
33208 src/com/gps/hibernate/Shoppingcoupon.java 190 Parameter 'limitSkus' is not assigned and could be declared final
33209 src/com/gps/hibernate/Shoppingcoupon.java 190 publicMethodCommentRequirement Required
33210 src/com/gps/hibernate/Shoppingcoupon.java 194 publicMethodCommentRequirement Required
33211 src/com/gps/hibernate/Shoppingcoupon.java 198 Parameter 'minOrder' is not assigned and could be declared final
33212 src/com/gps/hibernate/Shoppingcoupon.java 198 publicMethodCommentRequirement Required
33213 src/com/gps/hibernate/Shoppingcoupon.java 202 publicMethodCommentRequirement Required
33214 src/com/gps/hibernate/Shoppingcoupon.java 206 Parameter 'discount' is not assigned and could be declared final
33215 src/com/gps/hibernate/Shoppingcoupon.java 206 publicMethodCommentRequirement Required
33216 src/com/gps/hibernate/Shoppingcoupon.java 210 publicMethodCommentRequirement Required
33217 src/com/gps/hibernate/Shoppingcoupon.java 214 Parameter 'discountType' is not assigned and could be declared final
33218 src/com/gps/hibernate/Shoppingcoupon.java 214 publicMethodCommentRequirement Required
33219 src/com/gps/hibernate/ShoppingcouponDAO.java 3 Avoid unused imports such as 'java.util.Date'
33220 src/com/gps/hibernate/ShoppingcouponDAO.java 11 Comment is too large: Too many lines
33221 src/com/gps/hibernate/ShoppingcouponDAO.java 23 This class has too many methods, consider refactoring it.
33222 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Logger should be defined private static final and have the correct class
33223 src/com/gps/hibernate/ShoppingcouponDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
33224 src/com/gps/hibernate/ShoppingcouponDAO.java 24 fieldCommentRequirement Required
33225 src/com/gps/hibernate/ShoppingcouponDAO.java 26 fieldCommentRequirement Required
33226 src/com/gps/hibernate/ShoppingcouponDAO.java 27 fieldCommentRequirement Required
33227 src/com/gps/hibernate/ShoppingcouponDAO.java 28 fieldCommentRequirement Required
33228 src/com/gps/hibernate/ShoppingcouponDAO.java 29 fieldCommentRequirement Required
33229 src/com/gps/hibernate/ShoppingcouponDAO.java 30 fieldCommentRequirement Required
33230 src/com/gps/hibernate/ShoppingcouponDAO.java 31 fieldCommentRequirement Required
33231 src/com/gps/hibernate/ShoppingcouponDAO.java 32 fieldCommentRequirement Required
33232 src/com/gps/hibernate/ShoppingcouponDAO.java 33 fieldCommentRequirement Required
33233 src/com/gps/hibernate/ShoppingcouponDAO.java 34 fieldCommentRequirement Required
33234 src/com/gps/hibernate/ShoppingcouponDAO.java 35 fieldCommentRequirement Required
33235 src/com/gps/hibernate/ShoppingcouponDAO.java 36 fieldCommentRequirement Required
33236 src/com/gps/hibernate/ShoppingcouponDAO.java 37 fieldCommentRequirement Required
33237 src/com/gps/hibernate/ShoppingcouponDAO.java 38 fieldCommentRequirement Required
33238 src/com/gps/hibernate/ShoppingcouponDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
33239 src/com/gps/hibernate/ShoppingcouponDAO.java 40 publicMethodCommentRequirement Required
33240 src/com/gps/hibernate/ShoppingcouponDAO.java 41 There is log block not surrounded by if
33241 src/com/gps/hibernate/ShoppingcouponDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33242 src/com/gps/hibernate/ShoppingcouponDAO.java 43 Potential violation of Law of Demeter (method chain calls)
33243 src/com/gps/hibernate/ShoppingcouponDAO.java 44 There is log block not surrounded by if
33244 src/com/gps/hibernate/ShoppingcouponDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33245 src/com/gps/hibernate/ShoppingcouponDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33246 src/com/gps/hibernate/ShoppingcouponDAO.java 46 There is log block not surrounded by if
33247 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Avoid excessively long variable names like persistentInstance
33248 src/com/gps/hibernate/ShoppingcouponDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
33249 src/com/gps/hibernate/ShoppingcouponDAO.java 51 publicMethodCommentRequirement Required
33250 src/com/gps/hibernate/ShoppingcouponDAO.java 52 There is log block not surrounded by if
33251 src/com/gps/hibernate/ShoppingcouponDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33252 src/com/gps/hibernate/ShoppingcouponDAO.java 54 Potential violation of Law of Demeter (method chain calls)
33253 src/com/gps/hibernate/ShoppingcouponDAO.java 55 There is log block not surrounded by if
33254 src/com/gps/hibernate/ShoppingcouponDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33255 src/com/gps/hibernate/ShoppingcouponDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33256 src/com/gps/hibernate/ShoppingcouponDAO.java 57 There is log block not surrounded by if
33257 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Avoid variables with short names like id
33258 src/com/gps/hibernate/ShoppingcouponDAO.java 62 Parameter 'id' is not assigned and could be declared final
33259 src/com/gps/hibernate/ShoppingcouponDAO.java 62 publicMethodCommentRequirement Required
33260 src/com/gps/hibernate/ShoppingcouponDAO.java 63 There is log block not surrounded by if
33261 src/com/gps/hibernate/ShoppingcouponDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33262 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Local variable 'instance' could be declared final
33263 src/com/gps/hibernate/ShoppingcouponDAO.java 65 Potential violation of Law of Demeter (method chain calls)
33264 src/com/gps/hibernate/ShoppingcouponDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33265 src/com/gps/hibernate/ShoppingcouponDAO.java 69 There is log block not surrounded by if
33266 src/com/gps/hibernate/ShoppingcouponDAO.java 74 Parameter 'instance' is not assigned and could be declared final
33267 src/com/gps/hibernate/ShoppingcouponDAO.java 74 publicMethodCommentRequirement Required
33268 src/com/gps/hibernate/ShoppingcouponDAO.java 75 There is log block not surrounded by if
33269 src/com/gps/hibernate/ShoppingcouponDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33270 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Local variable 'results' could be declared final
33271 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33272 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33273 src/com/gps/hibernate/ShoppingcouponDAO.java 77 Potential violation of Law of Demeter (method chain calls)
33274 src/com/gps/hibernate/ShoppingcouponDAO.java 80 There is log block not surrounded by if
33275 src/com/gps/hibernate/ShoppingcouponDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33276 src/com/gps/hibernate/ShoppingcouponDAO.java 81 Potential violation of Law of Demeter (object not created locally)
33277 src/com/gps/hibernate/ShoppingcouponDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33278 src/com/gps/hibernate/ShoppingcouponDAO.java 84 There is log block not surrounded by if
33279 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
33280 src/com/gps/hibernate/ShoppingcouponDAO.java 89 Parameter 'value' is not assigned and could be declared final
33281 src/com/gps/hibernate/ShoppingcouponDAO.java 89 publicMethodCommentRequirement Required
33282 src/com/gps/hibernate/ShoppingcouponDAO.java 90 There is log block not surrounded by if
33283 src/com/gps/hibernate/ShoppingcouponDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33284 src/com/gps/hibernate/ShoppingcouponDAO.java 93 Local variable 'queryString' could be declared final
33285 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Local variable 'queryObject' could be declared final
33286 src/com/gps/hibernate/ShoppingcouponDAO.java 95 Potential violation of Law of Demeter (method chain calls)
33287 src/com/gps/hibernate/ShoppingcouponDAO.java 96 Potential violation of Law of Demeter (object not created locally)
33288 src/com/gps/hibernate/ShoppingcouponDAO.java 97 Potential violation of Law of Demeter (object not created locally)
33289 src/com/gps/hibernate/ShoppingcouponDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33290 src/com/gps/hibernate/ShoppingcouponDAO.java 99 There is log block not surrounded by if
33291 src/com/gps/hibernate/ShoppingcouponDAO.java 104 Parameter 'groupId' is not assigned and could be declared final
33292 src/com/gps/hibernate/ShoppingcouponDAO.java 104 publicMethodCommentRequirement Required
33293 src/com/gps/hibernate/ShoppingcouponDAO.java 108 Parameter 'companyId' is not assigned and could be declared final
33294 src/com/gps/hibernate/ShoppingcouponDAO.java 108 publicMethodCommentRequirement Required
33295 src/com/gps/hibernate/ShoppingcouponDAO.java 112 Parameter 'userId' is not assigned and could be declared final
33296 src/com/gps/hibernate/ShoppingcouponDAO.java 112 publicMethodCommentRequirement Required
33297 src/com/gps/hibernate/ShoppingcouponDAO.java 116 Parameter 'userName' is not assigned and could be declared final
33298 src/com/gps/hibernate/ShoppingcouponDAO.java 116 publicMethodCommentRequirement Required
33299 src/com/gps/hibernate/ShoppingcouponDAO.java 120 Parameter 'code' is not assigned and could be declared final
33300 src/com/gps/hibernate/ShoppingcouponDAO.java 120 publicMethodCommentRequirement Required
33301 src/com/gps/hibernate/ShoppingcouponDAO.java 124 Parameter 'name' is not assigned and could be declared final
33302 src/com/gps/hibernate/ShoppingcouponDAO.java 124 publicMethodCommentRequirement Required
33303 src/com/gps/hibernate/ShoppingcouponDAO.java 128 Parameter 'description' is not assigned and could be declared final
33304 src/com/gps/hibernate/ShoppingcouponDAO.java 128 publicMethodCommentRequirement Required
33305 src/com/gps/hibernate/ShoppingcouponDAO.java 132 Parameter 'active' is not assigned and could be declared final
33306 src/com/gps/hibernate/ShoppingcouponDAO.java 132 publicMethodCommentRequirement Required
33307 src/com/gps/hibernate/ShoppingcouponDAO.java 136 Parameter 'limitCategories' is not assigned and could be declared final
33308 src/com/gps/hibernate/ShoppingcouponDAO.java 136 publicMethodCommentRequirement Required
33309 src/com/gps/hibernate/ShoppingcouponDAO.java 140 Parameter 'limitSkus' is not assigned and could be declared final
33310 src/com/gps/hibernate/ShoppingcouponDAO.java 140 publicMethodCommentRequirement Required
33311 src/com/gps/hibernate/ShoppingcouponDAO.java 144 Parameter 'minOrder' is not assigned and could be declared final
33312 src/com/gps/hibernate/ShoppingcouponDAO.java 144 publicMethodCommentRequirement Required
33313 src/com/gps/hibernate/ShoppingcouponDAO.java 148 Parameter 'discount' is not assigned and could be declared final
33314 src/com/gps/hibernate/ShoppingcouponDAO.java 148 publicMethodCommentRequirement Required
33315 src/com/gps/hibernate/ShoppingcouponDAO.java 152 Parameter 'discountType' is not assigned and could be declared final
33316 src/com/gps/hibernate/ShoppingcouponDAO.java 152 publicMethodCommentRequirement Required
33317 src/com/gps/hibernate/ShoppingcouponDAO.java 156 publicMethodCommentRequirement Required
33318 src/com/gps/hibernate/ShoppingcouponDAO.java 157 There is log block not surrounded by if
33319 src/com/gps/hibernate/ShoppingcouponDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33320 src/com/gps/hibernate/ShoppingcouponDAO.java 159 Local variable 'queryString' could be declared final
33321 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Local variable 'queryObject' could be declared final
33322 src/com/gps/hibernate/ShoppingcouponDAO.java 160 Potential violation of Law of Demeter (method chain calls)
33323 src/com/gps/hibernate/ShoppingcouponDAO.java 161 Potential violation of Law of Demeter (object not created locally)
33324 src/com/gps/hibernate/ShoppingcouponDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33325 src/com/gps/hibernate/ShoppingcouponDAO.java 163 There is log block not surrounded by if
33326 src/com/gps/hibernate/ShoppingcouponDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
33327 src/com/gps/hibernate/ShoppingcouponDAO.java 168 publicMethodCommentRequirement Required
33328 src/com/gps/hibernate/ShoppingcouponDAO.java 169 There is log block not surrounded by if
33329 src/com/gps/hibernate/ShoppingcouponDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33330 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Local variable 'result' could be declared final
33331 src/com/gps/hibernate/ShoppingcouponDAO.java 171 Potential violation of Law of Demeter (method chain calls)
33332 src/com/gps/hibernate/ShoppingcouponDAO.java 173 There is log block not surrounded by if
33333 src/com/gps/hibernate/ShoppingcouponDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33334 src/com/gps/hibernate/ShoppingcouponDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33335 src/com/gps/hibernate/ShoppingcouponDAO.java 176 There is log block not surrounded by if
33336 src/com/gps/hibernate/ShoppingcouponDAO.java 181 Parameter 'instance' is not assigned and could be declared final
33337 src/com/gps/hibernate/ShoppingcouponDAO.java 181 publicMethodCommentRequirement Required
33338 src/com/gps/hibernate/ShoppingcouponDAO.java 182 There is log block not surrounded by if
33339 src/com/gps/hibernate/ShoppingcouponDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33340 src/com/gps/hibernate/ShoppingcouponDAO.java 184 Potential violation of Law of Demeter (method chain calls)
33341 src/com/gps/hibernate/ShoppingcouponDAO.java 185 There is log block not surrounded by if
33342 src/com/gps/hibernate/ShoppingcouponDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33343 src/com/gps/hibernate/ShoppingcouponDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33344 src/com/gps/hibernate/ShoppingcouponDAO.java 187 There is log block not surrounded by if
33345 src/com/gps/hibernate/ShoppingcouponDAO.java 192 Parameter 'instance' is not assigned and could be declared final
33346 src/com/gps/hibernate/ShoppingcouponDAO.java 192 publicMethodCommentRequirement Required
33347 src/com/gps/hibernate/ShoppingcouponDAO.java 193 There is log block not surrounded by if
33348 src/com/gps/hibernate/ShoppingcouponDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33349 src/com/gps/hibernate/ShoppingcouponDAO.java 195 Potential violation of Law of Demeter (method chain calls)
33350 src/com/gps/hibernate/ShoppingcouponDAO.java 196 There is log block not surrounded by if
33351 src/com/gps/hibernate/ShoppingcouponDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33352 src/com/gps/hibernate/ShoppingcouponDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33353 src/com/gps/hibernate/ShoppingcouponDAO.java 198 There is log block not surrounded by if
33354 src/com/gps/hibernate/Shoppingitem.java 1 This class has a bunch of public methods and attributes
33355 src/com/gps/hibernate/Shoppingitem.java 11 Classes implementing Serializable should set a serialVersionUID
33356 src/com/gps/hibernate/Shoppingitem.java 11 Too many fields
33357 src/com/gps/hibernate/Shoppingitem.java 15 fieldCommentRequirement Required
33358 src/com/gps/hibernate/Shoppingitem.java 16 fieldCommentRequirement Required
33359 src/com/gps/hibernate/Shoppingitem.java 17 fieldCommentRequirement Required
33360 src/com/gps/hibernate/Shoppingitem.java 18 fieldCommentRequirement Required
33361 src/com/gps/hibernate/Shoppingitem.java 19 fieldCommentRequirement Required
33362 src/com/gps/hibernate/Shoppingitem.java 20 fieldCommentRequirement Required
33363 src/com/gps/hibernate/Shoppingitem.java 21 fieldCommentRequirement Required
33364 src/com/gps/hibernate/Shoppingitem.java 22 fieldCommentRequirement Required
33365 src/com/gps/hibernate/Shoppingitem.java 23 fieldCommentRequirement Required
33366 src/com/gps/hibernate/Shoppingitem.java 24 fieldCommentRequirement Required
33367 src/com/gps/hibernate/Shoppingitem.java 25 fieldCommentRequirement Required
33368 src/com/gps/hibernate/Shoppingitem.java 26 fieldCommentRequirement Required
33369 src/com/gps/hibernate/Shoppingitem.java 27 fieldCommentRequirement Required
33370 src/com/gps/hibernate/Shoppingitem.java 28 fieldCommentRequirement Required
33371 src/com/gps/hibernate/Shoppingitem.java 29 fieldCommentRequirement Required
33372 src/com/gps/hibernate/Shoppingitem.java 30 fieldCommentRequirement Required
33373 src/com/gps/hibernate/Shoppingitem.java 31 fieldCommentRequirement Required
33374 src/com/gps/hibernate/Shoppingitem.java 32 fieldCommentRequirement Required
33375 src/com/gps/hibernate/Shoppingitem.java 33 fieldCommentRequirement Required
33376 src/com/gps/hibernate/Shoppingitem.java 34 Avoid excessively long variable names like useShippingFormula
33377 src/com/gps/hibernate/Shoppingitem.java 34 fieldCommentRequirement Required
33378 src/com/gps/hibernate/Shoppingitem.java 35 fieldCommentRequirement Required
33379 src/com/gps/hibernate/Shoppingitem.java 36 fieldCommentRequirement Required
33380 src/com/gps/hibernate/Shoppingitem.java 37 fieldCommentRequirement Required
33381 src/com/gps/hibernate/Shoppingitem.java 38 fieldCommentRequirement Required
33382 src/com/gps/hibernate/Shoppingitem.java 39 fieldCommentRequirement Required
33383 src/com/gps/hibernate/Shoppingitem.java 40 fieldCommentRequirement Required
33384 src/com/gps/hibernate/Shoppingitem.java 41 fieldCommentRequirement Required
33385 src/com/gps/hibernate/Shoppingitem.java 42 fieldCommentRequirement Required
33386 src/com/gps/hibernate/Shoppingitem.java 43 fieldCommentRequirement Required
33387 src/com/gps/hibernate/Shoppingitem.java 44 fieldCommentRequirement Required
33388 src/com/gps/hibernate/Shoppingitem.java 45 fieldCommentRequirement Required
33389 src/com/gps/hibernate/Shoppingitem.java 46 fieldCommentRequirement Required
33390 src/com/gps/hibernate/Shoppingitem.java 47 fieldCommentRequirement Required
33391 src/com/gps/hibernate/Shoppingitem.java 52 Document empty constructor
33392 src/com/gps/hibernate/Shoppingitem.java 56 Parameter 'itemId' is not assigned and could be declared final
33393 src/com/gps/hibernate/Shoppingitem.java 61 Avoid long parameter lists.
33394 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'companyId' is not assigned and could be declared final
33395 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'itemId' is not assigned and could be declared final
33396 src/com/gps/hibernate/Shoppingitem.java 61 Parameter 'userId' is not assigned and could be declared final
33397 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'createDate' is not assigned and could be declared final
33398 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'modifiedDate' is not assigned and could be declared final
33399 src/com/gps/hibernate/Shoppingitem.java 62 Parameter 'userName' is not assigned and could be declared final
33400 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'categoryId' is not assigned and could be declared final
33401 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'description' is not assigned and could be declared final
33402 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'name' is not assigned and could be declared final
33403 src/com/gps/hibernate/Shoppingitem.java 63 Parameter 'sku' is not assigned and could be declared final
33404 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fields' is not assigned and could be declared final
33405 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'fieldsQuantities' is not assigned and could be declared final
33406 src/com/gps/hibernate/Shoppingitem.java 64 Parameter 'properties' is not assigned and could be declared final
33407 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'maxQuantity' is not assigned and could be declared final
33408 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'minQuantity' is not assigned and could be declared final
33409 src/com/gps/hibernate/Shoppingitem.java 65 Parameter 'price' is not assigned and could be declared final
33410 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'discount' is not assigned and could be declared final
33411 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'shipping' is not assigned and could be declared final
33412 src/com/gps/hibernate/Shoppingitem.java 66 Parameter 'taxable' is not assigned and could be declared final
33413 src/com/gps/hibernate/Shoppingitem.java 67 Avoid excessively long variable names like useShippingFormula
33414 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'requiresShipping' is not assigned and could be declared final
33415 src/com/gps/hibernate/Shoppingitem.java 67 Parameter 'useShippingFormula' is not assigned and could be declared final
33416 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'featured' is not assigned and could be declared final
33417 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'sale' is not assigned and could be declared final
33418 src/com/gps/hibernate/Shoppingitem.java 68 Parameter 'stockQuantity' is not assigned and could be declared final
33419 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImage' is not assigned and could be declared final
33420 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageId' is not assigned and could be declared final
33421 src/com/gps/hibernate/Shoppingitem.java 69 Parameter 'smallImageUrl' is not assigned and could be declared final
33422 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImage' is not assigned and could be declared final
33423 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageId' is not assigned and could be declared final
33424 src/com/gps/hibernate/Shoppingitem.java 70 Parameter 'mediumImageUrl' is not assigned and could be declared final
33425 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImage' is not assigned and could be declared final
33426 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageId' is not assigned and could be declared final
33427 src/com/gps/hibernate/Shoppingitem.java 71 Parameter 'largeImageUrl' is not assigned and could be declared final
33428 src/com/gps/hibernate/Shoppingitem.java 109 publicMethodCommentRequirement Required
33429 src/com/gps/hibernate/Shoppingitem.java 113 Parameter 'itemId' is not assigned and could be declared final
33430 src/com/gps/hibernate/Shoppingitem.java 113 publicMethodCommentRequirement Required
33431 src/com/gps/hibernate/Shoppingitem.java 117 publicMethodCommentRequirement Required
33432 src/com/gps/hibernate/Shoppingitem.java 121 Parameter 'companyId' is not assigned and could be declared final
33433 src/com/gps/hibernate/Shoppingitem.java 121 publicMethodCommentRequirement Required
33434 src/com/gps/hibernate/Shoppingitem.java 125 publicMethodCommentRequirement Required
33435 src/com/gps/hibernate/Shoppingitem.java 129 Parameter 'userId' is not assigned and could be declared final
33436 src/com/gps/hibernate/Shoppingitem.java 129 publicMethodCommentRequirement Required
33437 src/com/gps/hibernate/Shoppingitem.java 133 publicMethodCommentRequirement Required
33438 src/com/gps/hibernate/Shoppingitem.java 137 Parameter 'userName' is not assigned and could be declared final
33439 src/com/gps/hibernate/Shoppingitem.java 137 publicMethodCommentRequirement Required
33440 src/com/gps/hibernate/Shoppingitem.java 141 publicMethodCommentRequirement Required
33441 src/com/gps/hibernate/Shoppingitem.java 145 Parameter 'createDate' is not assigned and could be declared final
33442 src/com/gps/hibernate/Shoppingitem.java 145 publicMethodCommentRequirement Required
33443 src/com/gps/hibernate/Shoppingitem.java 149 publicMethodCommentRequirement Required
33444 src/com/gps/hibernate/Shoppingitem.java 153 Parameter 'modifiedDate' is not assigned and could be declared final
33445 src/com/gps/hibernate/Shoppingitem.java 153 publicMethodCommentRequirement Required
33446 src/com/gps/hibernate/Shoppingitem.java 157 publicMethodCommentRequirement Required
33447 src/com/gps/hibernate/Shoppingitem.java 161 Parameter 'categoryId' is not assigned and could be declared final
33448 src/com/gps/hibernate/Shoppingitem.java 161 publicMethodCommentRequirement Required
33449 src/com/gps/hibernate/Shoppingitem.java 165 publicMethodCommentRequirement Required
33450 src/com/gps/hibernate/Shoppingitem.java 169 Parameter 'sku' is not assigned and could be declared final
33451 src/com/gps/hibernate/Shoppingitem.java 169 publicMethodCommentRequirement Required
33452 src/com/gps/hibernate/Shoppingitem.java 173 publicMethodCommentRequirement Required
33453 src/com/gps/hibernate/Shoppingitem.java 177 Parameter 'name' is not assigned and could be declared final
33454 src/com/gps/hibernate/Shoppingitem.java 177 publicMethodCommentRequirement Required
33455 src/com/gps/hibernate/Shoppingitem.java 181 publicMethodCommentRequirement Required
33456 src/com/gps/hibernate/Shoppingitem.java 185 Parameter 'description' is not assigned and could be declared final
33457 src/com/gps/hibernate/Shoppingitem.java 185 publicMethodCommentRequirement Required
33458 src/com/gps/hibernate/Shoppingitem.java 189 publicMethodCommentRequirement Required
33459 src/com/gps/hibernate/Shoppingitem.java 193 Parameter 'properties' is not assigned and could be declared final
33460 src/com/gps/hibernate/Shoppingitem.java 193 publicMethodCommentRequirement Required
33461 src/com/gps/hibernate/Shoppingitem.java 197 publicMethodCommentRequirement Required
33462 src/com/gps/hibernate/Shoppingitem.java 201 Parameter 'fields' is not assigned and could be declared final
33463 src/com/gps/hibernate/Shoppingitem.java 201 publicMethodCommentRequirement Required
33464 src/com/gps/hibernate/Shoppingitem.java 205 publicMethodCommentRequirement Required
33465 src/com/gps/hibernate/Shoppingitem.java 209 Parameter 'fieldsQuantities' is not assigned and could be declared final
33466 src/com/gps/hibernate/Shoppingitem.java 209 publicMethodCommentRequirement Required
33467 src/com/gps/hibernate/Shoppingitem.java 213 publicMethodCommentRequirement Required
33468 src/com/gps/hibernate/Shoppingitem.java 217 Parameter 'minQuantity' is not assigned and could be declared final
33469 src/com/gps/hibernate/Shoppingitem.java 217 publicMethodCommentRequirement Required
33470 src/com/gps/hibernate/Shoppingitem.java 221 publicMethodCommentRequirement Required
33471 src/com/gps/hibernate/Shoppingitem.java 225 Parameter 'maxQuantity' is not assigned and could be declared final
33472 src/com/gps/hibernate/Shoppingitem.java 225 publicMethodCommentRequirement Required
33473 src/com/gps/hibernate/Shoppingitem.java 229 publicMethodCommentRequirement Required
33474 src/com/gps/hibernate/Shoppingitem.java 233 Parameter 'price' is not assigned and could be declared final
33475 src/com/gps/hibernate/Shoppingitem.java 233 publicMethodCommentRequirement Required
33476 src/com/gps/hibernate/Shoppingitem.java 237 publicMethodCommentRequirement Required
33477 src/com/gps/hibernate/Shoppingitem.java 241 Parameter 'discount' is not assigned and could be declared final
33478 src/com/gps/hibernate/Shoppingitem.java 241 publicMethodCommentRequirement Required
33479 src/com/gps/hibernate/Shoppingitem.java 245 publicMethodCommentRequirement Required
33480 src/com/gps/hibernate/Shoppingitem.java 249 Parameter 'taxable' is not assigned and could be declared final
33481 src/com/gps/hibernate/Shoppingitem.java 249 publicMethodCommentRequirement Required
33482 src/com/gps/hibernate/Shoppingitem.java 253 publicMethodCommentRequirement Required
33483 src/com/gps/hibernate/Shoppingitem.java 257 Parameter 'shipping' is not assigned and could be declared final
33484 src/com/gps/hibernate/Shoppingitem.java 257 publicMethodCommentRequirement Required
33485 src/com/gps/hibernate/Shoppingitem.java 261 publicMethodCommentRequirement Required
33486 src/com/gps/hibernate/Shoppingitem.java 265 Avoid excessively long variable names like useShippingFormula
33487 src/com/gps/hibernate/Shoppingitem.java 265 Parameter 'useShippingFormula' is not assigned and could be declared final
33488 src/com/gps/hibernate/Shoppingitem.java 265 publicMethodCommentRequirement Required
33489 src/com/gps/hibernate/Shoppingitem.java 269 publicMethodCommentRequirement Required
33490 src/com/gps/hibernate/Shoppingitem.java 273 Parameter 'requiresShipping' is not assigned and could be declared final
33491 src/com/gps/hibernate/Shoppingitem.java 273 publicMethodCommentRequirement Required
33492 src/com/gps/hibernate/Shoppingitem.java 277 publicMethodCommentRequirement Required
33493 src/com/gps/hibernate/Shoppingitem.java 281 Parameter 'stockQuantity' is not assigned and could be declared final
33494 src/com/gps/hibernate/Shoppingitem.java 281 publicMethodCommentRequirement Required
33495 src/com/gps/hibernate/Shoppingitem.java 285 publicMethodCommentRequirement Required
33496 src/com/gps/hibernate/Shoppingitem.java 289 Parameter 'featured' is not assigned and could be declared final
33497 src/com/gps/hibernate/Shoppingitem.java 289 publicMethodCommentRequirement Required
33498 src/com/gps/hibernate/Shoppingitem.java 293 publicMethodCommentRequirement Required
33499 src/com/gps/hibernate/Shoppingitem.java 297 Parameter 'sale' is not assigned and could be declared final
33500 src/com/gps/hibernate/Shoppingitem.java 297 publicMethodCommentRequirement Required
33501 src/com/gps/hibernate/Shoppingitem.java 301 publicMethodCommentRequirement Required
33502 src/com/gps/hibernate/Shoppingitem.java 305 Parameter 'smallImage' is not assigned and could be declared final
33503 src/com/gps/hibernate/Shoppingitem.java 305 publicMethodCommentRequirement Required
33504 src/com/gps/hibernate/Shoppingitem.java 309 publicMethodCommentRequirement Required
33505 src/com/gps/hibernate/Shoppingitem.java 313 Parameter 'smallImageId' is not assigned and could be declared final
33506 src/com/gps/hibernate/Shoppingitem.java 313 publicMethodCommentRequirement Required
33507 src/com/gps/hibernate/Shoppingitem.java 317 publicMethodCommentRequirement Required
33508 src/com/gps/hibernate/Shoppingitem.java 321 Parameter 'smallImageUrl' is not assigned and could be declared final
33509 src/com/gps/hibernate/Shoppingitem.java 321 publicMethodCommentRequirement Required
33510 src/com/gps/hibernate/Shoppingitem.java 325 publicMethodCommentRequirement Required
33511 src/com/gps/hibernate/Shoppingitem.java 329 Parameter 'mediumImage' is not assigned and could be declared final
33512 src/com/gps/hibernate/Shoppingitem.java 329 publicMethodCommentRequirement Required
33513 src/com/gps/hibernate/Shoppingitem.java 333 publicMethodCommentRequirement Required
33514 src/com/gps/hibernate/Shoppingitem.java 337 Parameter 'mediumImageId' is not assigned and could be declared final
33515 src/com/gps/hibernate/Shoppingitem.java 337 publicMethodCommentRequirement Required
33516 src/com/gps/hibernate/Shoppingitem.java 341 publicMethodCommentRequirement Required
33517 src/com/gps/hibernate/Shoppingitem.java 345 Parameter 'mediumImageUrl' is not assigned and could be declared final
33518 src/com/gps/hibernate/Shoppingitem.java 345 publicMethodCommentRequirement Required
33519 src/com/gps/hibernate/Shoppingitem.java 349 publicMethodCommentRequirement Required
33520 src/com/gps/hibernate/Shoppingitem.java 353 Parameter 'largeImage' is not assigned and could be declared final
33521 src/com/gps/hibernate/Shoppingitem.java 353 publicMethodCommentRequirement Required
33522 src/com/gps/hibernate/Shoppingitem.java 357 publicMethodCommentRequirement Required
33523 src/com/gps/hibernate/Shoppingitem.java 361 Parameter 'largeImageId' is not assigned and could be declared final
33524 src/com/gps/hibernate/Shoppingitem.java 361 publicMethodCommentRequirement Required
33525 src/com/gps/hibernate/Shoppingitem.java 365 publicMethodCommentRequirement Required
33526 src/com/gps/hibernate/Shoppingitem.java 369 Parameter 'largeImageUrl' is not assigned and could be declared final
33527 src/com/gps/hibernate/Shoppingitem.java 369 publicMethodCommentRequirement Required
33528 src/com/gps/hibernate/ShoppingitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
33529 src/com/gps/hibernate/ShoppingitemDAO.java 11 Comment is too large: Too many lines
33530 src/com/gps/hibernate/ShoppingitemDAO.java 23 This class has too many methods, consider refactoring it.
33531 src/com/gps/hibernate/ShoppingitemDAO.java 24 Logger should be defined private static final and have the correct class
33532 src/com/gps/hibernate/ShoppingitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
33533 src/com/gps/hibernate/ShoppingitemDAO.java 24 fieldCommentRequirement Required
33534 src/com/gps/hibernate/ShoppingitemDAO.java 26 fieldCommentRequirement Required
33535 src/com/gps/hibernate/ShoppingitemDAO.java 27 fieldCommentRequirement Required
33536 src/com/gps/hibernate/ShoppingitemDAO.java 28 fieldCommentRequirement Required
33537 src/com/gps/hibernate/ShoppingitemDAO.java 29 fieldCommentRequirement Required
33538 src/com/gps/hibernate/ShoppingitemDAO.java 30 fieldCommentRequirement Required
33539 src/com/gps/hibernate/ShoppingitemDAO.java 31 fieldCommentRequirement Required
33540 src/com/gps/hibernate/ShoppingitemDAO.java 32 fieldCommentRequirement Required
33541 src/com/gps/hibernate/ShoppingitemDAO.java 33 fieldCommentRequirement Required
33542 src/com/gps/hibernate/ShoppingitemDAO.java 34 fieldCommentRequirement Required
33543 src/com/gps/hibernate/ShoppingitemDAO.java 35 fieldCommentRequirement Required
33544 src/com/gps/hibernate/ShoppingitemDAO.java 36 fieldCommentRequirement Required
33545 src/com/gps/hibernate/ShoppingitemDAO.java 37 fieldCommentRequirement Required
33546 src/com/gps/hibernate/ShoppingitemDAO.java 38 fieldCommentRequirement Required
33547 src/com/gps/hibernate/ShoppingitemDAO.java 39 fieldCommentRequirement Required
33548 src/com/gps/hibernate/ShoppingitemDAO.java 40 fieldCommentRequirement Required
33549 src/com/gps/hibernate/ShoppingitemDAO.java 41 fieldCommentRequirement Required
33550 src/com/gps/hibernate/ShoppingitemDAO.java 42 Avoid excessively long variable names like USE_SHIPPING_FORMULA
33551 src/com/gps/hibernate/ShoppingitemDAO.java 42 fieldCommentRequirement Required
33552 src/com/gps/hibernate/ShoppingitemDAO.java 43 fieldCommentRequirement Required
33553 src/com/gps/hibernate/ShoppingitemDAO.java 44 fieldCommentRequirement Required
33554 src/com/gps/hibernate/ShoppingitemDAO.java 45 fieldCommentRequirement Required
33555 src/com/gps/hibernate/ShoppingitemDAO.java 46 fieldCommentRequirement Required
33556 src/com/gps/hibernate/ShoppingitemDAO.java 47 fieldCommentRequirement Required
33557 src/com/gps/hibernate/ShoppingitemDAO.java 48 fieldCommentRequirement Required
33558 src/com/gps/hibernate/ShoppingitemDAO.java 49 fieldCommentRequirement Required
33559 src/com/gps/hibernate/ShoppingitemDAO.java 50 fieldCommentRequirement Required
33560 src/com/gps/hibernate/ShoppingitemDAO.java 51 fieldCommentRequirement Required
33561 src/com/gps/hibernate/ShoppingitemDAO.java 52 fieldCommentRequirement Required
33562 src/com/gps/hibernate/ShoppingitemDAO.java 53 fieldCommentRequirement Required
33563 src/com/gps/hibernate/ShoppingitemDAO.java 54 fieldCommentRequirement Required
33564 src/com/gps/hibernate/ShoppingitemDAO.java 55 fieldCommentRequirement Required
33565 src/com/gps/hibernate/ShoppingitemDAO.java 57 Parameter 'transientInstance' is not assigned and could be declared final
33566 src/com/gps/hibernate/ShoppingitemDAO.java 57 publicMethodCommentRequirement Required
33567 src/com/gps/hibernate/ShoppingitemDAO.java 58 There is log block not surrounded by if
33568 src/com/gps/hibernate/ShoppingitemDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33569 src/com/gps/hibernate/ShoppingitemDAO.java 60 Potential violation of Law of Demeter (method chain calls)
33570 src/com/gps/hibernate/ShoppingitemDAO.java 61 There is log block not surrounded by if
33571 src/com/gps/hibernate/ShoppingitemDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33572 src/com/gps/hibernate/ShoppingitemDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33573 src/com/gps/hibernate/ShoppingitemDAO.java 63 There is log block not surrounded by if
33574 src/com/gps/hibernate/ShoppingitemDAO.java 68 Avoid excessively long variable names like persistentInstance
33575 src/com/gps/hibernate/ShoppingitemDAO.java 68 Parameter 'persistentInstance' is not assigned and could be declared final
33576 src/com/gps/hibernate/ShoppingitemDAO.java 68 publicMethodCommentRequirement Required
33577 src/com/gps/hibernate/ShoppingitemDAO.java 69 There is log block not surrounded by if
33578 src/com/gps/hibernate/ShoppingitemDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33579 src/com/gps/hibernate/ShoppingitemDAO.java 71 Potential violation of Law of Demeter (method chain calls)
33580 src/com/gps/hibernate/ShoppingitemDAO.java 72 There is log block not surrounded by if
33581 src/com/gps/hibernate/ShoppingitemDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33582 src/com/gps/hibernate/ShoppingitemDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33583 src/com/gps/hibernate/ShoppingitemDAO.java 74 There is log block not surrounded by if
33584 src/com/gps/hibernate/ShoppingitemDAO.java 79 Avoid variables with short names like id
33585 src/com/gps/hibernate/ShoppingitemDAO.java 79 Parameter 'id' is not assigned and could be declared final
33586 src/com/gps/hibernate/ShoppingitemDAO.java 79 publicMethodCommentRequirement Required
33587 src/com/gps/hibernate/ShoppingitemDAO.java 80 There is log block not surrounded by if
33588 src/com/gps/hibernate/ShoppingitemDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33589 src/com/gps/hibernate/ShoppingitemDAO.java 82 Local variable 'instance' could be declared final
33590 src/com/gps/hibernate/ShoppingitemDAO.java 82 Potential violation of Law of Demeter (method chain calls)
33591 src/com/gps/hibernate/ShoppingitemDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33592 src/com/gps/hibernate/ShoppingitemDAO.java 86 There is log block not surrounded by if
33593 src/com/gps/hibernate/ShoppingitemDAO.java 91 Parameter 'instance' is not assigned and could be declared final
33594 src/com/gps/hibernate/ShoppingitemDAO.java 91 publicMethodCommentRequirement Required
33595 src/com/gps/hibernate/ShoppingitemDAO.java 92 There is log block not surrounded by if
33596 src/com/gps/hibernate/ShoppingitemDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33597 src/com/gps/hibernate/ShoppingitemDAO.java 94 Local variable 'results' could be declared final
33598 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
33599 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
33600 src/com/gps/hibernate/ShoppingitemDAO.java 94 Potential violation of Law of Demeter (method chain calls)
33601 src/com/gps/hibernate/ShoppingitemDAO.java 97 There is log block not surrounded by if
33602 src/com/gps/hibernate/ShoppingitemDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33603 src/com/gps/hibernate/ShoppingitemDAO.java 98 Potential violation of Law of Demeter (object not created locally)
33604 src/com/gps/hibernate/ShoppingitemDAO.java 100 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33605 src/com/gps/hibernate/ShoppingitemDAO.java 101 There is log block not surrounded by if
33606 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'propertyName' is not assigned and could be declared final
33607 src/com/gps/hibernate/ShoppingitemDAO.java 106 Parameter 'value' is not assigned and could be declared final
33608 src/com/gps/hibernate/ShoppingitemDAO.java 106 publicMethodCommentRequirement Required
33609 src/com/gps/hibernate/ShoppingitemDAO.java 107 There is log block not surrounded by if
33610 src/com/gps/hibernate/ShoppingitemDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33611 src/com/gps/hibernate/ShoppingitemDAO.java 110 Local variable 'queryString' could be declared final
33612 src/com/gps/hibernate/ShoppingitemDAO.java 112 Local variable 'queryObject' could be declared final
33613 src/com/gps/hibernate/ShoppingitemDAO.java 112 Potential violation of Law of Demeter (method chain calls)
33614 src/com/gps/hibernate/ShoppingitemDAO.java 113 Potential violation of Law of Demeter (object not created locally)
33615 src/com/gps/hibernate/ShoppingitemDAO.java 114 Potential violation of Law of Demeter (object not created locally)
33616 src/com/gps/hibernate/ShoppingitemDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33617 src/com/gps/hibernate/ShoppingitemDAO.java 116 There is log block not surrounded by if
33618 src/com/gps/hibernate/ShoppingitemDAO.java 121 Parameter 'companyId' is not assigned and could be declared final
33619 src/com/gps/hibernate/ShoppingitemDAO.java 121 publicMethodCommentRequirement Required
33620 src/com/gps/hibernate/ShoppingitemDAO.java 125 Parameter 'userId' is not assigned and could be declared final
33621 src/com/gps/hibernate/ShoppingitemDAO.java 125 publicMethodCommentRequirement Required
33622 src/com/gps/hibernate/ShoppingitemDAO.java 129 Parameter 'userName' is not assigned and could be declared final
33623 src/com/gps/hibernate/ShoppingitemDAO.java 129 publicMethodCommentRequirement Required
33624 src/com/gps/hibernate/ShoppingitemDAO.java 133 Parameter 'categoryId' is not assigned and could be declared final
33625 src/com/gps/hibernate/ShoppingitemDAO.java 133 publicMethodCommentRequirement Required
33626 src/com/gps/hibernate/ShoppingitemDAO.java 137 Parameter 'sku' is not assigned and could be declared final
33627 src/com/gps/hibernate/ShoppingitemDAO.java 137 publicMethodCommentRequirement Required
33628 src/com/gps/hibernate/ShoppingitemDAO.java 141 Parameter 'name' is not assigned and could be declared final
33629 src/com/gps/hibernate/ShoppingitemDAO.java 141 publicMethodCommentRequirement Required
33630 src/com/gps/hibernate/ShoppingitemDAO.java 145 Parameter 'description' is not assigned and could be declared final
33631 src/com/gps/hibernate/ShoppingitemDAO.java 145 publicMethodCommentRequirement Required
33632 src/com/gps/hibernate/ShoppingitemDAO.java 149 Parameter 'properties' is not assigned and could be declared final
33633 src/com/gps/hibernate/ShoppingitemDAO.java 149 publicMethodCommentRequirement Required
33634 src/com/gps/hibernate/ShoppingitemDAO.java 153 Parameter 'fields' is not assigned and could be declared final
33635 src/com/gps/hibernate/ShoppingitemDAO.java 153 publicMethodCommentRequirement Required
33636 src/com/gps/hibernate/ShoppingitemDAO.java 157 Parameter 'fieldsQuantities' is not assigned and could be declared final
33637 src/com/gps/hibernate/ShoppingitemDAO.java 157 publicMethodCommentRequirement Required
33638 src/com/gps/hibernate/ShoppingitemDAO.java 161 Parameter 'minQuantity' is not assigned and could be declared final
33639 src/com/gps/hibernate/ShoppingitemDAO.java 161 publicMethodCommentRequirement Required
33640 src/com/gps/hibernate/ShoppingitemDAO.java 165 Parameter 'maxQuantity' is not assigned and could be declared final
33641 src/com/gps/hibernate/ShoppingitemDAO.java 165 publicMethodCommentRequirement Required
33642 src/com/gps/hibernate/ShoppingitemDAO.java 169 Parameter 'price' is not assigned and could be declared final
33643 src/com/gps/hibernate/ShoppingitemDAO.java 169 publicMethodCommentRequirement Required
33644 src/com/gps/hibernate/ShoppingitemDAO.java 173 Parameter 'discount' is not assigned and could be declared final
33645 src/com/gps/hibernate/ShoppingitemDAO.java 173 publicMethodCommentRequirement Required
33646 src/com/gps/hibernate/ShoppingitemDAO.java 177 Parameter 'taxable' is not assigned and could be declared final
33647 src/com/gps/hibernate/ShoppingitemDAO.java 177 publicMethodCommentRequirement Required
33648 src/com/gps/hibernate/ShoppingitemDAO.java 181 Parameter 'shipping' is not assigned and could be declared final
33649 src/com/gps/hibernate/ShoppingitemDAO.java 181 publicMethodCommentRequirement Required
33650 src/com/gps/hibernate/ShoppingitemDAO.java 185 Avoid excessively long variable names like useShippingFormula
33651 src/com/gps/hibernate/ShoppingitemDAO.java 185 Parameter 'useShippingFormula' is not assigned and could be declared final
33652 src/com/gps/hibernate/ShoppingitemDAO.java 185 publicMethodCommentRequirement Required
33653 src/com/gps/hibernate/ShoppingitemDAO.java 189 Parameter 'requiresShipping' is not assigned and could be declared final
33654 src/com/gps/hibernate/ShoppingitemDAO.java 189 publicMethodCommentRequirement Required
33655 src/com/gps/hibernate/ShoppingitemDAO.java 193 Parameter 'stockQuantity' is not assigned and could be declared final
33656 src/com/gps/hibernate/ShoppingitemDAO.java 193 publicMethodCommentRequirement Required
33657 src/com/gps/hibernate/ShoppingitemDAO.java 197 Parameter 'featured' is not assigned and could be declared final
33658 src/com/gps/hibernate/ShoppingitemDAO.java 197 publicMethodCommentRequirement Required
33659 src/com/gps/hibernate/ShoppingitemDAO.java 201 Parameter 'sale' is not assigned and could be declared final
33660 src/com/gps/hibernate/ShoppingitemDAO.java 201 publicMethodCommentRequirement Required
33661 src/com/gps/hibernate/ShoppingitemDAO.java 205 Parameter 'smallImage' is not assigned and could be declared final
33662 src/com/gps/hibernate/ShoppingitemDAO.java 205 publicMethodCommentRequirement Required
33663 src/com/gps/hibernate/ShoppingitemDAO.java 209 Parameter 'smallImageId' is not assigned and could be declared final
33664 src/com/gps/hibernate/ShoppingitemDAO.java 209 publicMethodCommentRequirement Required
33665 src/com/gps/hibernate/ShoppingitemDAO.java 213 Parameter 'smallImageUrl' is not assigned and could be declared final
33666 src/com/gps/hibernate/ShoppingitemDAO.java 213 publicMethodCommentRequirement Required
33667 src/com/gps/hibernate/ShoppingitemDAO.java 217 Parameter 'mediumImage' is not assigned and could be declared final
33668 src/com/gps/hibernate/ShoppingitemDAO.java 217 publicMethodCommentRequirement Required
33669 src/com/gps/hibernate/ShoppingitemDAO.java 221 Parameter 'mediumImageId' is not assigned and could be declared final
33670 src/com/gps/hibernate/ShoppingitemDAO.java 221 publicMethodCommentRequirement Required
33671 src/com/gps/hibernate/ShoppingitemDAO.java 225 Parameter 'mediumImageUrl' is not assigned and could be declared final
33672 src/com/gps/hibernate/ShoppingitemDAO.java 225 publicMethodCommentRequirement Required
33673 src/com/gps/hibernate/ShoppingitemDAO.java 229 Parameter 'largeImage' is not assigned and could be declared final
33674 src/com/gps/hibernate/ShoppingitemDAO.java 229 publicMethodCommentRequirement Required
33675 src/com/gps/hibernate/ShoppingitemDAO.java 233 Parameter 'largeImageId' is not assigned and could be declared final
33676 src/com/gps/hibernate/ShoppingitemDAO.java 233 publicMethodCommentRequirement Required
33677 src/com/gps/hibernate/ShoppingitemDAO.java 237 Parameter 'largeImageUrl' is not assigned and could be declared final
33678 src/com/gps/hibernate/ShoppingitemDAO.java 237 publicMethodCommentRequirement Required
33679 src/com/gps/hibernate/ShoppingitemDAO.java 241 publicMethodCommentRequirement Required
33680 src/com/gps/hibernate/ShoppingitemDAO.java 242 There is log block not surrounded by if
33681 src/com/gps/hibernate/ShoppingitemDAO.java 242 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33682 src/com/gps/hibernate/ShoppingitemDAO.java 244 Local variable 'queryString' could be declared final
33683 src/com/gps/hibernate/ShoppingitemDAO.java 245 Local variable 'queryObject' could be declared final
33684 src/com/gps/hibernate/ShoppingitemDAO.java 245 Potential violation of Law of Demeter (method chain calls)
33685 src/com/gps/hibernate/ShoppingitemDAO.java 246 Potential violation of Law of Demeter (object not created locally)
33686 src/com/gps/hibernate/ShoppingitemDAO.java 247 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33687 src/com/gps/hibernate/ShoppingitemDAO.java 248 There is log block not surrounded by if
33688 src/com/gps/hibernate/ShoppingitemDAO.java 253 Parameter 'detachedInstance' is not assigned and could be declared final
33689 src/com/gps/hibernate/ShoppingitemDAO.java 253 publicMethodCommentRequirement Required
33690 src/com/gps/hibernate/ShoppingitemDAO.java 254 There is log block not surrounded by if
33691 src/com/gps/hibernate/ShoppingitemDAO.java 254 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33692 src/com/gps/hibernate/ShoppingitemDAO.java 256 Local variable 'result' could be declared final
33693 src/com/gps/hibernate/ShoppingitemDAO.java 256 Potential violation of Law of Demeter (method chain calls)
33694 src/com/gps/hibernate/ShoppingitemDAO.java 258 There is log block not surrounded by if
33695 src/com/gps/hibernate/ShoppingitemDAO.java 258 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33696 src/com/gps/hibernate/ShoppingitemDAO.java 260 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33697 src/com/gps/hibernate/ShoppingitemDAO.java 261 There is log block not surrounded by if
33698 src/com/gps/hibernate/ShoppingitemDAO.java 266 Parameter 'instance' is not assigned and could be declared final
33699 src/com/gps/hibernate/ShoppingitemDAO.java 266 publicMethodCommentRequirement Required
33700 src/com/gps/hibernate/ShoppingitemDAO.java 267 There is log block not surrounded by if
33701 src/com/gps/hibernate/ShoppingitemDAO.java 267 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33702 src/com/gps/hibernate/ShoppingitemDAO.java 269 Potential violation of Law of Demeter (method chain calls)
33703 src/com/gps/hibernate/ShoppingitemDAO.java 270 There is log block not surrounded by if
33704 src/com/gps/hibernate/ShoppingitemDAO.java 270 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33705 src/com/gps/hibernate/ShoppingitemDAO.java 271 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33706 src/com/gps/hibernate/ShoppingitemDAO.java 272 There is log block not surrounded by if
33707 src/com/gps/hibernate/ShoppingitemDAO.java 277 Parameter 'instance' is not assigned and could be declared final
33708 src/com/gps/hibernate/ShoppingitemDAO.java 277 publicMethodCommentRequirement Required
33709 src/com/gps/hibernate/ShoppingitemDAO.java 278 There is log block not surrounded by if
33710 src/com/gps/hibernate/ShoppingitemDAO.java 278 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33711 src/com/gps/hibernate/ShoppingitemDAO.java 280 Potential violation of Law of Demeter (method chain calls)
33712 src/com/gps/hibernate/ShoppingitemDAO.java 281 There is log block not surrounded by if
33713 src/com/gps/hibernate/ShoppingitemDAO.java 281 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33714 src/com/gps/hibernate/ShoppingitemDAO.java 282 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33715 src/com/gps/hibernate/ShoppingitemDAO.java 283 There is log block not surrounded by if
33716 src/com/gps/hibernate/Shoppingitemfield.java 9 Classes implementing Serializable should set a serialVersionUID
33717 src/com/gps/hibernate/Shoppingitemfield.java 13 fieldCommentRequirement Required
33718 src/com/gps/hibernate/Shoppingitemfield.java 14 fieldCommentRequirement Required
33719 src/com/gps/hibernate/Shoppingitemfield.java 15 fieldCommentRequirement Required
33720 src/com/gps/hibernate/Shoppingitemfield.java 16 fieldCommentRequirement Required
33721 src/com/gps/hibernate/Shoppingitemfield.java 17 fieldCommentRequirement Required
33722 src/com/gps/hibernate/Shoppingitemfield.java 22 Document empty constructor
33723 src/com/gps/hibernate/Shoppingitemfield.java 26 Parameter 'itemFieldId' is not assigned and could be declared final
33724 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemFieldId' is not assigned and could be declared final
33725 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'itemId' is not assigned and could be declared final
33726 src/com/gps/hibernate/Shoppingitemfield.java 31 Parameter 'name' is not assigned and could be declared final
33727 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'description' is not assigned and could be declared final
33728 src/com/gps/hibernate/Shoppingitemfield.java 32 Parameter 'values' is not assigned and could be declared final
33729 src/com/gps/hibernate/Shoppingitemfield.java 42 publicMethodCommentRequirement Required
33730 src/com/gps/hibernate/Shoppingitemfield.java 46 Parameter 'itemFieldId' is not assigned and could be declared final
33731 src/com/gps/hibernate/Shoppingitemfield.java 46 publicMethodCommentRequirement Required
33732 src/com/gps/hibernate/Shoppingitemfield.java 50 publicMethodCommentRequirement Required
33733 src/com/gps/hibernate/Shoppingitemfield.java 54 Parameter 'itemId' is not assigned and could be declared final
33734 src/com/gps/hibernate/Shoppingitemfield.java 54 publicMethodCommentRequirement Required
33735 src/com/gps/hibernate/Shoppingitemfield.java 58 publicMethodCommentRequirement Required
33736 src/com/gps/hibernate/Shoppingitemfield.java 62 Parameter 'name' is not assigned and could be declared final
33737 src/com/gps/hibernate/Shoppingitemfield.java 62 publicMethodCommentRequirement Required
33738 src/com/gps/hibernate/Shoppingitemfield.java 66 publicMethodCommentRequirement Required
33739 src/com/gps/hibernate/Shoppingitemfield.java 70 Parameter 'values' is not assigned and could be declared final
33740 src/com/gps/hibernate/Shoppingitemfield.java 70 publicMethodCommentRequirement Required
33741 src/com/gps/hibernate/Shoppingitemfield.java 74 publicMethodCommentRequirement Required
33742 src/com/gps/hibernate/Shoppingitemfield.java 78 Parameter 'description' is not assigned and could be declared final
33743 src/com/gps/hibernate/Shoppingitemfield.java 78 publicMethodCommentRequirement Required
33744 src/com/gps/hibernate/ShoppingitemfieldDAO.java 10 Comment is too large: Too many lines
33745 src/com/gps/hibernate/ShoppingitemfieldDAO.java 22 This class has too many methods, consider refactoring it.
33746 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Logger should be defined private static final and have the correct class
33747 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
33748 src/com/gps/hibernate/ShoppingitemfieldDAO.java 23 fieldCommentRequirement Required
33749 src/com/gps/hibernate/ShoppingitemfieldDAO.java 26 fieldCommentRequirement Required
33750 src/com/gps/hibernate/ShoppingitemfieldDAO.java 27 fieldCommentRequirement Required
33751 src/com/gps/hibernate/ShoppingitemfieldDAO.java 28 fieldCommentRequirement Required
33752 src/com/gps/hibernate/ShoppingitemfieldDAO.java 29 fieldCommentRequirement Required
33753 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
33754 src/com/gps/hibernate/ShoppingitemfieldDAO.java 31 publicMethodCommentRequirement Required
33755 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 There is log block not surrounded by if
33756 src/com/gps/hibernate/ShoppingitemfieldDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33757 src/com/gps/hibernate/ShoppingitemfieldDAO.java 34 Potential violation of Law of Demeter (method chain calls)
33758 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 There is log block not surrounded by if
33759 src/com/gps/hibernate/ShoppingitemfieldDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33760 src/com/gps/hibernate/ShoppingitemfieldDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33761 src/com/gps/hibernate/ShoppingitemfieldDAO.java 37 There is log block not surrounded by if
33762 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Avoid excessively long variable names like persistentInstance
33763 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
33764 src/com/gps/hibernate/ShoppingitemfieldDAO.java 42 publicMethodCommentRequirement Required
33765 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 There is log block not surrounded by if
33766 src/com/gps/hibernate/ShoppingitemfieldDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33767 src/com/gps/hibernate/ShoppingitemfieldDAO.java 45 Potential violation of Law of Demeter (method chain calls)
33768 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 There is log block not surrounded by if
33769 src/com/gps/hibernate/ShoppingitemfieldDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33770 src/com/gps/hibernate/ShoppingitemfieldDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33771 src/com/gps/hibernate/ShoppingitemfieldDAO.java 48 There is log block not surrounded by if
33772 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Avoid variables with short names like id
33773 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 Parameter 'id' is not assigned and could be declared final
33774 src/com/gps/hibernate/ShoppingitemfieldDAO.java 53 publicMethodCommentRequirement Required
33775 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 There is log block not surrounded by if
33776 src/com/gps/hibernate/ShoppingitemfieldDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33777 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Local variable 'instance' could be declared final
33778 src/com/gps/hibernate/ShoppingitemfieldDAO.java 56 Potential violation of Law of Demeter (method chain calls)
33779 src/com/gps/hibernate/ShoppingitemfieldDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33780 src/com/gps/hibernate/ShoppingitemfieldDAO.java 60 There is log block not surrounded by if
33781 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 Parameter 'instance' is not assigned and could be declared final
33782 src/com/gps/hibernate/ShoppingitemfieldDAO.java 65 publicMethodCommentRequirement Required
33783 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 There is log block not surrounded by if
33784 src/com/gps/hibernate/ShoppingitemfieldDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33785 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Local variable 'results' could be declared final
33786 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
33787 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
33788 src/com/gps/hibernate/ShoppingitemfieldDAO.java 68 Potential violation of Law of Demeter (method chain calls)
33789 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 There is log block not surrounded by if
33790 src/com/gps/hibernate/ShoppingitemfieldDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33791 src/com/gps/hibernate/ShoppingitemfieldDAO.java 72 Potential violation of Law of Demeter (object not created locally)
33792 src/com/gps/hibernate/ShoppingitemfieldDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33793 src/com/gps/hibernate/ShoppingitemfieldDAO.java 75 There is log block not surrounded by if
33794 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
33795 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 Parameter 'value' is not assigned and could be declared final
33796 src/com/gps/hibernate/ShoppingitemfieldDAO.java 80 publicMethodCommentRequirement Required
33797 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 There is log block not surrounded by if
33798 src/com/gps/hibernate/ShoppingitemfieldDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33799 src/com/gps/hibernate/ShoppingitemfieldDAO.java 84 Local variable 'queryString' could be declared final
33800 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Local variable 'queryObject' could be declared final
33801 src/com/gps/hibernate/ShoppingitemfieldDAO.java 86 Potential violation of Law of Demeter (method chain calls)
33802 src/com/gps/hibernate/ShoppingitemfieldDAO.java 87 Potential violation of Law of Demeter (object not created locally)
33803 src/com/gps/hibernate/ShoppingitemfieldDAO.java 88 Potential violation of Law of Demeter (object not created locally)
33804 src/com/gps/hibernate/ShoppingitemfieldDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33805 src/com/gps/hibernate/ShoppingitemfieldDAO.java 90 There is log block not surrounded by if
33806 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 Parameter 'itemId' is not assigned and could be declared final
33807 src/com/gps/hibernate/ShoppingitemfieldDAO.java 95 publicMethodCommentRequirement Required
33808 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 Parameter 'name' is not assigned and could be declared final
33809 src/com/gps/hibernate/ShoppingitemfieldDAO.java 99 publicMethodCommentRequirement Required
33810 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 Parameter 'values' is not assigned and could be declared final
33811 src/com/gps/hibernate/ShoppingitemfieldDAO.java 103 publicMethodCommentRequirement Required
33812 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 Parameter 'description' is not assigned and could be declared final
33813 src/com/gps/hibernate/ShoppingitemfieldDAO.java 107 publicMethodCommentRequirement Required
33814 src/com/gps/hibernate/ShoppingitemfieldDAO.java 111 publicMethodCommentRequirement Required
33815 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 There is log block not surrounded by if
33816 src/com/gps/hibernate/ShoppingitemfieldDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33817 src/com/gps/hibernate/ShoppingitemfieldDAO.java 114 Local variable 'queryString' could be declared final
33818 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Local variable 'queryObject' could be declared final
33819 src/com/gps/hibernate/ShoppingitemfieldDAO.java 115 Potential violation of Law of Demeter (method chain calls)
33820 src/com/gps/hibernate/ShoppingitemfieldDAO.java 116 Potential violation of Law of Demeter (object not created locally)
33821 src/com/gps/hibernate/ShoppingitemfieldDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33822 src/com/gps/hibernate/ShoppingitemfieldDAO.java 118 There is log block not surrounded by if
33823 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
33824 src/com/gps/hibernate/ShoppingitemfieldDAO.java 123 publicMethodCommentRequirement Required
33825 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 There is log block not surrounded by if
33826 src/com/gps/hibernate/ShoppingitemfieldDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33827 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Local variable 'result' could be declared final
33828 src/com/gps/hibernate/ShoppingitemfieldDAO.java 126 Potential violation of Law of Demeter (method chain calls)
33829 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 There is log block not surrounded by if
33830 src/com/gps/hibernate/ShoppingitemfieldDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33831 src/com/gps/hibernate/ShoppingitemfieldDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33832 src/com/gps/hibernate/ShoppingitemfieldDAO.java 131 There is log block not surrounded by if
33833 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 Parameter 'instance' is not assigned and could be declared final
33834 src/com/gps/hibernate/ShoppingitemfieldDAO.java 136 publicMethodCommentRequirement Required
33835 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 There is log block not surrounded by if
33836 src/com/gps/hibernate/ShoppingitemfieldDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33837 src/com/gps/hibernate/ShoppingitemfieldDAO.java 139 Potential violation of Law of Demeter (method chain calls)
33838 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 There is log block not surrounded by if
33839 src/com/gps/hibernate/ShoppingitemfieldDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33840 src/com/gps/hibernate/ShoppingitemfieldDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33841 src/com/gps/hibernate/ShoppingitemfieldDAO.java 142 There is log block not surrounded by if
33842 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 Parameter 'instance' is not assigned and could be declared final
33843 src/com/gps/hibernate/ShoppingitemfieldDAO.java 147 publicMethodCommentRequirement Required
33844 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 There is log block not surrounded by if
33845 src/com/gps/hibernate/ShoppingitemfieldDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33846 src/com/gps/hibernate/ShoppingitemfieldDAO.java 150 Potential violation of Law of Demeter (method chain calls)
33847 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 There is log block not surrounded by if
33848 src/com/gps/hibernate/ShoppingitemfieldDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33849 src/com/gps/hibernate/ShoppingitemfieldDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33850 src/com/gps/hibernate/ShoppingitemfieldDAO.java 153 There is log block not surrounded by if
33851 src/com/gps/hibernate/Shoppingitemprice.java 9 Classes implementing Serializable should set a serialVersionUID
33852 src/com/gps/hibernate/Shoppingitemprice.java 13 fieldCommentRequirement Required
33853 src/com/gps/hibernate/Shoppingitemprice.java 14 fieldCommentRequirement Required
33854 src/com/gps/hibernate/Shoppingitemprice.java 15 fieldCommentRequirement Required
33855 src/com/gps/hibernate/Shoppingitemprice.java 16 fieldCommentRequirement Required
33856 src/com/gps/hibernate/Shoppingitemprice.java 17 fieldCommentRequirement Required
33857 src/com/gps/hibernate/Shoppingitemprice.java 18 fieldCommentRequirement Required
33858 src/com/gps/hibernate/Shoppingitemprice.java 19 fieldCommentRequirement Required
33859 src/com/gps/hibernate/Shoppingitemprice.java 20 fieldCommentRequirement Required
33860 src/com/gps/hibernate/Shoppingitemprice.java 21 Avoid excessively long variable names like useShippingFormula
33861 src/com/gps/hibernate/Shoppingitemprice.java 21 fieldCommentRequirement Required
33862 src/com/gps/hibernate/Shoppingitemprice.java 22 fieldCommentRequirement Required
33863 src/com/gps/hibernate/Shoppingitemprice.java 27 Document empty constructor
33864 src/com/gps/hibernate/Shoppingitemprice.java 31 Parameter 'itemPriceId' is not assigned and could be declared final
33865 src/com/gps/hibernate/Shoppingitemprice.java 36 Avoid long parameter lists.
33866 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemId' is not assigned and could be declared final
33867 src/com/gps/hibernate/Shoppingitemprice.java 36 Parameter 'itemPriceId' is not assigned and could be declared final
33868 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'maxQuantity' is not assigned and could be declared final
33869 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'minQuantity' is not assigned and could be declared final
33870 src/com/gps/hibernate/Shoppingitemprice.java 37 Parameter 'price' is not assigned and could be declared final
33871 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'discount' is not assigned and could be declared final
33872 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'shipping' is not assigned and could be declared final
33873 src/com/gps/hibernate/Shoppingitemprice.java 38 Parameter 'taxable' is not assigned and could be declared final
33874 src/com/gps/hibernate/Shoppingitemprice.java 39 Avoid excessively long variable names like useShippingFormula
33875 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'status' is not assigned and could be declared final
33876 src/com/gps/hibernate/Shoppingitemprice.java 39 Parameter 'useShippingFormula' is not assigned and could be declared final
33877 src/com/gps/hibernate/Shoppingitemprice.java 54 publicMethodCommentRequirement Required
33878 src/com/gps/hibernate/Shoppingitemprice.java 58 Parameter 'itemPriceId' is not assigned and could be declared final
33879 src/com/gps/hibernate/Shoppingitemprice.java 58 publicMethodCommentRequirement Required
33880 src/com/gps/hibernate/Shoppingitemprice.java 62 publicMethodCommentRequirement Required
33881 src/com/gps/hibernate/Shoppingitemprice.java 66 Parameter 'itemId' is not assigned and could be declared final
33882 src/com/gps/hibernate/Shoppingitemprice.java 66 publicMethodCommentRequirement Required
33883 src/com/gps/hibernate/Shoppingitemprice.java 70 publicMethodCommentRequirement Required
33884 src/com/gps/hibernate/Shoppingitemprice.java 74 Parameter 'minQuantity' is not assigned and could be declared final
33885 src/com/gps/hibernate/Shoppingitemprice.java 74 publicMethodCommentRequirement Required
33886 src/com/gps/hibernate/Shoppingitemprice.java 78 publicMethodCommentRequirement Required
33887 src/com/gps/hibernate/Shoppingitemprice.java 82 Parameter 'maxQuantity' is not assigned and could be declared final
33888 src/com/gps/hibernate/Shoppingitemprice.java 82 publicMethodCommentRequirement Required
33889 src/com/gps/hibernate/Shoppingitemprice.java 86 publicMethodCommentRequirement Required
33890 src/com/gps/hibernate/Shoppingitemprice.java 90 Parameter 'price' is not assigned and could be declared final
33891 src/com/gps/hibernate/Shoppingitemprice.java 90 publicMethodCommentRequirement Required
33892 src/com/gps/hibernate/Shoppingitemprice.java 94 publicMethodCommentRequirement Required
33893 src/com/gps/hibernate/Shoppingitemprice.java 98 Parameter 'discount' is not assigned and could be declared final
33894 src/com/gps/hibernate/Shoppingitemprice.java 98 publicMethodCommentRequirement Required
33895 src/com/gps/hibernate/Shoppingitemprice.java 102 publicMethodCommentRequirement Required
33896 src/com/gps/hibernate/Shoppingitemprice.java 106 Parameter 'taxable' is not assigned and could be declared final
33897 src/com/gps/hibernate/Shoppingitemprice.java 106 publicMethodCommentRequirement Required
33898 src/com/gps/hibernate/Shoppingitemprice.java 110 publicMethodCommentRequirement Required
33899 src/com/gps/hibernate/Shoppingitemprice.java 114 Parameter 'shipping' is not assigned and could be declared final
33900 src/com/gps/hibernate/Shoppingitemprice.java 114 publicMethodCommentRequirement Required
33901 src/com/gps/hibernate/Shoppingitemprice.java 118 publicMethodCommentRequirement Required
33902 src/com/gps/hibernate/Shoppingitemprice.java 122 Avoid excessively long variable names like useShippingFormula
33903 src/com/gps/hibernate/Shoppingitemprice.java 122 Parameter 'useShippingFormula' is not assigned and could be declared final
33904 src/com/gps/hibernate/Shoppingitemprice.java 122 publicMethodCommentRequirement Required
33905 src/com/gps/hibernate/Shoppingitemprice.java 126 publicMethodCommentRequirement Required
33906 src/com/gps/hibernate/Shoppingitemprice.java 130 Parameter 'status' is not assigned and could be declared final
33907 src/com/gps/hibernate/Shoppingitemprice.java 130 publicMethodCommentRequirement Required
33908 src/com/gps/hibernate/ShoppingitempriceDAO.java 10 Comment is too large: Too many lines
33909 src/com/gps/hibernate/ShoppingitempriceDAO.java 22 This class has too many methods, consider refactoring it.
33910 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Logger should be defined private static final and have the correct class
33911 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
33912 src/com/gps/hibernate/ShoppingitempriceDAO.java 23 fieldCommentRequirement Required
33913 src/com/gps/hibernate/ShoppingitempriceDAO.java 26 fieldCommentRequirement Required
33914 src/com/gps/hibernate/ShoppingitempriceDAO.java 27 fieldCommentRequirement Required
33915 src/com/gps/hibernate/ShoppingitempriceDAO.java 28 fieldCommentRequirement Required
33916 src/com/gps/hibernate/ShoppingitempriceDAO.java 29 fieldCommentRequirement Required
33917 src/com/gps/hibernate/ShoppingitempriceDAO.java 30 fieldCommentRequirement Required
33918 src/com/gps/hibernate/ShoppingitempriceDAO.java 31 fieldCommentRequirement Required
33919 src/com/gps/hibernate/ShoppingitempriceDAO.java 32 fieldCommentRequirement Required
33920 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 Avoid excessively long variable names like USE_SHIPPING_FORMULA
33921 src/com/gps/hibernate/ShoppingitempriceDAO.java 33 fieldCommentRequirement Required
33922 src/com/gps/hibernate/ShoppingitempriceDAO.java 34 fieldCommentRequirement Required
33923 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
33924 src/com/gps/hibernate/ShoppingitempriceDAO.java 36 publicMethodCommentRequirement Required
33925 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 There is log block not surrounded by if
33926 src/com/gps/hibernate/ShoppingitempriceDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33927 src/com/gps/hibernate/ShoppingitempriceDAO.java 39 Potential violation of Law of Demeter (method chain calls)
33928 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 There is log block not surrounded by if
33929 src/com/gps/hibernate/ShoppingitempriceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33930 src/com/gps/hibernate/ShoppingitempriceDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33931 src/com/gps/hibernate/ShoppingitempriceDAO.java 42 There is log block not surrounded by if
33932 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Avoid excessively long variable names like persistentInstance
33933 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
33934 src/com/gps/hibernate/ShoppingitempriceDAO.java 47 publicMethodCommentRequirement Required
33935 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 There is log block not surrounded by if
33936 src/com/gps/hibernate/ShoppingitempriceDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33937 src/com/gps/hibernate/ShoppingitempriceDAO.java 50 Potential violation of Law of Demeter (method chain calls)
33938 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 There is log block not surrounded by if
33939 src/com/gps/hibernate/ShoppingitempriceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33940 src/com/gps/hibernate/ShoppingitempriceDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33941 src/com/gps/hibernate/ShoppingitempriceDAO.java 53 There is log block not surrounded by if
33942 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Avoid variables with short names like id
33943 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 Parameter 'id' is not assigned and could be declared final
33944 src/com/gps/hibernate/ShoppingitempriceDAO.java 58 publicMethodCommentRequirement Required
33945 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 There is log block not surrounded by if
33946 src/com/gps/hibernate/ShoppingitempriceDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33947 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Local variable 'instance' could be declared final
33948 src/com/gps/hibernate/ShoppingitempriceDAO.java 61 Potential violation of Law of Demeter (method chain calls)
33949 src/com/gps/hibernate/ShoppingitempriceDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33950 src/com/gps/hibernate/ShoppingitempriceDAO.java 65 There is log block not surrounded by if
33951 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 Parameter 'instance' is not assigned and could be declared final
33952 src/com/gps/hibernate/ShoppingitempriceDAO.java 70 publicMethodCommentRequirement Required
33953 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 There is log block not surrounded by if
33954 src/com/gps/hibernate/ShoppingitempriceDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33955 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Local variable 'results' could be declared final
33956 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
33957 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
33958 src/com/gps/hibernate/ShoppingitempriceDAO.java 73 Potential violation of Law of Demeter (method chain calls)
33959 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 There is log block not surrounded by if
33960 src/com/gps/hibernate/ShoppingitempriceDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33961 src/com/gps/hibernate/ShoppingitempriceDAO.java 77 Potential violation of Law of Demeter (object not created locally)
33962 src/com/gps/hibernate/ShoppingitempriceDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33963 src/com/gps/hibernate/ShoppingitempriceDAO.java 80 There is log block not surrounded by if
33964 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
33965 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 Parameter 'value' is not assigned and could be declared final
33966 src/com/gps/hibernate/ShoppingitempriceDAO.java 85 publicMethodCommentRequirement Required
33967 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 There is log block not surrounded by if
33968 src/com/gps/hibernate/ShoppingitempriceDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33969 src/com/gps/hibernate/ShoppingitempriceDAO.java 89 Local variable 'queryString' could be declared final
33970 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Local variable 'queryObject' could be declared final
33971 src/com/gps/hibernate/ShoppingitempriceDAO.java 91 Potential violation of Law of Demeter (method chain calls)
33972 src/com/gps/hibernate/ShoppingitempriceDAO.java 92 Potential violation of Law of Demeter (object not created locally)
33973 src/com/gps/hibernate/ShoppingitempriceDAO.java 93 Potential violation of Law of Demeter (object not created locally)
33974 src/com/gps/hibernate/ShoppingitempriceDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
33975 src/com/gps/hibernate/ShoppingitempriceDAO.java 95 There is log block not surrounded by if
33976 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 Parameter 'itemId' is not assigned and could be declared final
33977 src/com/gps/hibernate/ShoppingitempriceDAO.java 100 publicMethodCommentRequirement Required
33978 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 Parameter 'minQuantity' is not assigned and could be declared final
33979 src/com/gps/hibernate/ShoppingitempriceDAO.java 104 publicMethodCommentRequirement Required
33980 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 Parameter 'maxQuantity' is not assigned and could be declared final
33981 src/com/gps/hibernate/ShoppingitempriceDAO.java 108 publicMethodCommentRequirement Required
33982 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 Parameter 'price' is not assigned and could be declared final
33983 src/com/gps/hibernate/ShoppingitempriceDAO.java 112 publicMethodCommentRequirement Required
33984 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 Parameter 'discount' is not assigned and could be declared final
33985 src/com/gps/hibernate/ShoppingitempriceDAO.java 116 publicMethodCommentRequirement Required
33986 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 Parameter 'taxable' is not assigned and could be declared final
33987 src/com/gps/hibernate/ShoppingitempriceDAO.java 120 publicMethodCommentRequirement Required
33988 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 Parameter 'shipping' is not assigned and could be declared final
33989 src/com/gps/hibernate/ShoppingitempriceDAO.java 124 publicMethodCommentRequirement Required
33990 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Avoid excessively long variable names like useShippingFormula
33991 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 Parameter 'useShippingFormula' is not assigned and could be declared final
33992 src/com/gps/hibernate/ShoppingitempriceDAO.java 128 publicMethodCommentRequirement Required
33993 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 Parameter 'status' is not assigned and could be declared final
33994 src/com/gps/hibernate/ShoppingitempriceDAO.java 132 publicMethodCommentRequirement Required
33995 src/com/gps/hibernate/ShoppingitempriceDAO.java 136 publicMethodCommentRequirement Required
33996 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 There is log block not surrounded by if
33997 src/com/gps/hibernate/ShoppingitempriceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
33998 src/com/gps/hibernate/ShoppingitempriceDAO.java 139 Local variable 'queryString' could be declared final
33999 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Local variable 'queryObject' could be declared final
34000 src/com/gps/hibernate/ShoppingitempriceDAO.java 140 Potential violation of Law of Demeter (method chain calls)
34001 src/com/gps/hibernate/ShoppingitempriceDAO.java 141 Potential violation of Law of Demeter (object not created locally)
34002 src/com/gps/hibernate/ShoppingitempriceDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34003 src/com/gps/hibernate/ShoppingitempriceDAO.java 143 There is log block not surrounded by if
34004 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
34005 src/com/gps/hibernate/ShoppingitempriceDAO.java 148 publicMethodCommentRequirement Required
34006 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 There is log block not surrounded by if
34007 src/com/gps/hibernate/ShoppingitempriceDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34008 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Local variable 'result' could be declared final
34009 src/com/gps/hibernate/ShoppingitempriceDAO.java 151 Potential violation of Law of Demeter (method chain calls)
34010 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 There is log block not surrounded by if
34011 src/com/gps/hibernate/ShoppingitempriceDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34012 src/com/gps/hibernate/ShoppingitempriceDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34013 src/com/gps/hibernate/ShoppingitempriceDAO.java 156 There is log block not surrounded by if
34014 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 Parameter 'instance' is not assigned and could be declared final
34015 src/com/gps/hibernate/ShoppingitempriceDAO.java 161 publicMethodCommentRequirement Required
34016 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 There is log block not surrounded by if
34017 src/com/gps/hibernate/ShoppingitempriceDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34018 src/com/gps/hibernate/ShoppingitempriceDAO.java 164 Potential violation of Law of Demeter (method chain calls)
34019 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 There is log block not surrounded by if
34020 src/com/gps/hibernate/ShoppingitempriceDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34021 src/com/gps/hibernate/ShoppingitempriceDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34022 src/com/gps/hibernate/ShoppingitempriceDAO.java 167 There is log block not surrounded by if
34023 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 Parameter 'instance' is not assigned and could be declared final
34024 src/com/gps/hibernate/ShoppingitempriceDAO.java 172 publicMethodCommentRequirement Required
34025 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 There is log block not surrounded by if
34026 src/com/gps/hibernate/ShoppingitempriceDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34027 src/com/gps/hibernate/ShoppingitempriceDAO.java 175 Potential violation of Law of Demeter (method chain calls)
34028 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 There is log block not surrounded by if
34029 src/com/gps/hibernate/ShoppingitempriceDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34030 src/com/gps/hibernate/ShoppingitempriceDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34031 src/com/gps/hibernate/ShoppingitempriceDAO.java 178 There is log block not surrounded by if
34032 src/com/gps/hibernate/Shoppingorder.java 1 This class has a bunch of public methods and attributes
34033 src/com/gps/hibernate/Shoppingorder.java 11 Classes implementing Serializable should set a serialVersionUID
34034 src/com/gps/hibernate/Shoppingorder.java 11 Too many fields
34035 src/com/gps/hibernate/Shoppingorder.java 15 fieldCommentRequirement Required
34036 src/com/gps/hibernate/Shoppingorder.java 16 fieldCommentRequirement Required
34037 src/com/gps/hibernate/Shoppingorder.java 17 fieldCommentRequirement Required
34038 src/com/gps/hibernate/Shoppingorder.java 18 fieldCommentRequirement Required
34039 src/com/gps/hibernate/Shoppingorder.java 19 fieldCommentRequirement Required
34040 src/com/gps/hibernate/Shoppingorder.java 20 fieldCommentRequirement Required
34041 src/com/gps/hibernate/Shoppingorder.java 21 fieldCommentRequirement Required
34042 src/com/gps/hibernate/Shoppingorder.java 22 fieldCommentRequirement Required
34043 src/com/gps/hibernate/Shoppingorder.java 23 fieldCommentRequirement Required
34044 src/com/gps/hibernate/Shoppingorder.java 24 fieldCommentRequirement Required
34045 src/com/gps/hibernate/Shoppingorder.java 25 fieldCommentRequirement Required
34046 src/com/gps/hibernate/Shoppingorder.java 26 fieldCommentRequirement Required
34047 src/com/gps/hibernate/Shoppingorder.java 27 fieldCommentRequirement Required
34048 src/com/gps/hibernate/Shoppingorder.java 28 fieldCommentRequirement Required
34049 src/com/gps/hibernate/Shoppingorder.java 29 fieldCommentRequirement Required
34050 src/com/gps/hibernate/Shoppingorder.java 30 fieldCommentRequirement Required
34051 src/com/gps/hibernate/Shoppingorder.java 31 fieldCommentRequirement Required
34052 src/com/gps/hibernate/Shoppingorder.java 32 fieldCommentRequirement Required
34053 src/com/gps/hibernate/Shoppingorder.java 33 Avoid excessively long variable names like billingEmailAddress
34054 src/com/gps/hibernate/Shoppingorder.java 33 fieldCommentRequirement Required
34055 src/com/gps/hibernate/Shoppingorder.java 34 fieldCommentRequirement Required
34056 src/com/gps/hibernate/Shoppingorder.java 35 fieldCommentRequirement Required
34057 src/com/gps/hibernate/Shoppingorder.java 36 fieldCommentRequirement Required
34058 src/com/gps/hibernate/Shoppingorder.java 37 fieldCommentRequirement Required
34059 src/com/gps/hibernate/Shoppingorder.java 38 fieldCommentRequirement Required
34060 src/com/gps/hibernate/Shoppingorder.java 39 fieldCommentRequirement Required
34061 src/com/gps/hibernate/Shoppingorder.java 40 fieldCommentRequirement Required
34062 src/com/gps/hibernate/Shoppingorder.java 41 fieldCommentRequirement Required
34063 src/com/gps/hibernate/Shoppingorder.java 42 fieldCommentRequirement Required
34064 src/com/gps/hibernate/Shoppingorder.java 43 fieldCommentRequirement Required
34065 src/com/gps/hibernate/Shoppingorder.java 44 Avoid excessively long variable names like shippingEmailAddress
34066 src/com/gps/hibernate/Shoppingorder.java 44 fieldCommentRequirement Required
34067 src/com/gps/hibernate/Shoppingorder.java 45 fieldCommentRequirement Required
34068 src/com/gps/hibernate/Shoppingorder.java 46 fieldCommentRequirement Required
34069 src/com/gps/hibernate/Shoppingorder.java 47 fieldCommentRequirement Required
34070 src/com/gps/hibernate/Shoppingorder.java 48 fieldCommentRequirement Required
34071 src/com/gps/hibernate/Shoppingorder.java 49 fieldCommentRequirement Required
34072 src/com/gps/hibernate/Shoppingorder.java 50 fieldCommentRequirement Required
34073 src/com/gps/hibernate/Shoppingorder.java 51 fieldCommentRequirement Required
34074 src/com/gps/hibernate/Shoppingorder.java 52 fieldCommentRequirement Required
34075 src/com/gps/hibernate/Shoppingorder.java 53 fieldCommentRequirement Required
34076 src/com/gps/hibernate/Shoppingorder.java 54 fieldCommentRequirement Required
34077 src/com/gps/hibernate/Shoppingorder.java 55 fieldCommentRequirement Required
34078 src/com/gps/hibernate/Shoppingorder.java 56 fieldCommentRequirement Required
34079 src/com/gps/hibernate/Shoppingorder.java 57 fieldCommentRequirement Required
34080 src/com/gps/hibernate/Shoppingorder.java 58 fieldCommentRequirement Required
34081 src/com/gps/hibernate/Shoppingorder.java 59 fieldCommentRequirement Required
34082 src/com/gps/hibernate/Shoppingorder.java 60 fieldCommentRequirement Required
34083 src/com/gps/hibernate/Shoppingorder.java 61 fieldCommentRequirement Required
34084 src/com/gps/hibernate/Shoppingorder.java 62 fieldCommentRequirement Required
34085 src/com/gps/hibernate/Shoppingorder.java 63 fieldCommentRequirement Required
34086 src/com/gps/hibernate/Shoppingorder.java 64 fieldCommentRequirement Required
34087 src/com/gps/hibernate/Shoppingorder.java 65 fieldCommentRequirement Required
34088 src/com/gps/hibernate/Shoppingorder.java 70 Document empty constructor
34089 src/com/gps/hibernate/Shoppingorder.java 74 Parameter 'orderId' is not assigned and could be declared final
34090 src/com/gps/hibernate/Shoppingorder.java 79 Avoid long parameter lists.
34091 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'companyId' is not assigned and could be declared final
34092 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'groupId' is not assigned and could be declared final
34093 src/com/gps/hibernate/Shoppingorder.java 79 Parameter 'orderId' is not assigned and could be declared final
34094 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'createDate' is not assigned and could be declared final
34095 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'modifiedDate' is not assigned and could be declared final
34096 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userId' is not assigned and could be declared final
34097 src/com/gps/hibernate/Shoppingorder.java 80 Parameter 'userName' is not assigned and could be declared final
34098 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'altShipping' is not assigned and could be declared final
34099 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'number' is not assigned and could be declared final
34100 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'shipping' is not assigned and could be declared final
34101 src/com/gps/hibernate/Shoppingorder.java 81 Parameter 'tax' is not assigned and could be declared final
34102 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insurance' is not assigned and could be declared final
34103 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'insure' is not assigned and could be declared final
34104 src/com/gps/hibernate/Shoppingorder.java 82 Parameter 'requiresShipping' is not assigned and could be declared final
34105 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'billingFirstName' is not assigned and could be declared final
34106 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponCodes' is not assigned and could be declared final
34107 src/com/gps/hibernate/Shoppingorder.java 83 Parameter 'couponDiscount' is not assigned and could be declared final
34108 src/com/gps/hibernate/Shoppingorder.java 84 Avoid excessively long variable names like billingEmailAddress
34109 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingEmailAddress' is not assigned and could be declared final
34110 src/com/gps/hibernate/Shoppingorder.java 84 Parameter 'billingLastName' is not assigned and could be declared final
34111 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCity' is not assigned and could be declared final
34112 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingCompany' is not assigned and could be declared final
34113 src/com/gps/hibernate/Shoppingorder.java 85 Parameter 'billingStreet' is not assigned and could be declared final
34114 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingCountry' is not assigned and could be declared final
34115 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingState' is not assigned and could be declared final
34116 src/com/gps/hibernate/Shoppingorder.java 86 Parameter 'billingZip' is not assigned and could be declared final
34117 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'billingPhone' is not assigned and could be declared final
34118 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shipToBilling' is not assigned and could be declared final
34119 src/com/gps/hibernate/Shoppingorder.java 87 Parameter 'shippingFirstName' is not assigned and could be declared final
34120 src/com/gps/hibernate/Shoppingorder.java 88 Avoid excessively long variable names like shippingEmailAddress
34121 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingEmailAddress' is not assigned and could be declared final
34122 src/com/gps/hibernate/Shoppingorder.java 88 Parameter 'shippingLastName' is not assigned and could be declared final
34123 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCity' is not assigned and could be declared final
34124 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingCompany' is not assigned and could be declared final
34125 src/com/gps/hibernate/Shoppingorder.java 89 Parameter 'shippingStreet' is not assigned and could be declared final
34126 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingCountry' is not assigned and could be declared final
34127 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingState' is not assigned and could be declared final
34128 src/com/gps/hibernate/Shoppingorder.java 90 Parameter 'shippingZip' is not assigned and could be declared final
34129 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccName' is not assigned and could be declared final
34130 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'ccType' is not assigned and could be declared final
34131 src/com/gps/hibernate/Shoppingorder.java 91 Parameter 'shippingPhone' is not assigned and could be declared final
34132 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpMonth' is not assigned and could be declared final
34133 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccExpYear' is not assigned and could be declared final
34134 src/com/gps/hibernate/Shoppingorder.java 92 Parameter 'ccNumber' is not assigned and could be declared final
34135 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ccVerNumber' is not assigned and could be declared final
34136 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'comments' is not assigned and could be declared final
34137 src/com/gps/hibernate/Shoppingorder.java 93 Parameter 'ppTxnId' is not assigned and could be declared final
34138 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentGross' is not assigned and could be declared final
34139 src/com/gps/hibernate/Shoppingorder.java 94 Parameter 'ppPaymentStatus' is not assigned and could be declared final
34140 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppPayerEmail' is not assigned and could be declared final
34141 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'ppReceiverEmail' is not assigned and could be declared final
34142 src/com/gps/hibernate/Shoppingorder.java 95 Parameter 'sendOrderEmail' is not assigned and could be declared final
34143 src/com/gps/hibernate/Shoppingorder.java 96 Parameter 'sendShippingEmail' is not assigned and could be declared final
34144 src/com/gps/hibernate/Shoppingorder.java 152 publicMethodCommentRequirement Required
34145 src/com/gps/hibernate/Shoppingorder.java 156 Parameter 'orderId' is not assigned and could be declared final
34146 src/com/gps/hibernate/Shoppingorder.java 156 publicMethodCommentRequirement Required
34147 src/com/gps/hibernate/Shoppingorder.java 160 publicMethodCommentRequirement Required
34148 src/com/gps/hibernate/Shoppingorder.java 164 Parameter 'groupId' is not assigned and could be declared final
34149 src/com/gps/hibernate/Shoppingorder.java 164 publicMethodCommentRequirement Required
34150 src/com/gps/hibernate/Shoppingorder.java 168 publicMethodCommentRequirement Required
34151 src/com/gps/hibernate/Shoppingorder.java 172 Parameter 'companyId' is not assigned and could be declared final
34152 src/com/gps/hibernate/Shoppingorder.java 172 publicMethodCommentRequirement Required
34153 src/com/gps/hibernate/Shoppingorder.java 176 publicMethodCommentRequirement Required
34154 src/com/gps/hibernate/Shoppingorder.java 180 Parameter 'userId' is not assigned and could be declared final
34155 src/com/gps/hibernate/Shoppingorder.java 180 publicMethodCommentRequirement Required
34156 src/com/gps/hibernate/Shoppingorder.java 184 publicMethodCommentRequirement Required
34157 src/com/gps/hibernate/Shoppingorder.java 188 Parameter 'userName' is not assigned and could be declared final
34158 src/com/gps/hibernate/Shoppingorder.java 188 publicMethodCommentRequirement Required
34159 src/com/gps/hibernate/Shoppingorder.java 192 publicMethodCommentRequirement Required
34160 src/com/gps/hibernate/Shoppingorder.java 196 Parameter 'createDate' is not assigned and could be declared final
34161 src/com/gps/hibernate/Shoppingorder.java 196 publicMethodCommentRequirement Required
34162 src/com/gps/hibernate/Shoppingorder.java 200 publicMethodCommentRequirement Required
34163 src/com/gps/hibernate/Shoppingorder.java 204 Parameter 'modifiedDate' is not assigned and could be declared final
34164 src/com/gps/hibernate/Shoppingorder.java 204 publicMethodCommentRequirement Required
34165 src/com/gps/hibernate/Shoppingorder.java 208 publicMethodCommentRequirement Required
34166 src/com/gps/hibernate/Shoppingorder.java 212 Parameter 'number' is not assigned and could be declared final
34167 src/com/gps/hibernate/Shoppingorder.java 212 publicMethodCommentRequirement Required
34168 src/com/gps/hibernate/Shoppingorder.java 216 publicMethodCommentRequirement Required
34169 src/com/gps/hibernate/Shoppingorder.java 220 Parameter 'tax' is not assigned and could be declared final
34170 src/com/gps/hibernate/Shoppingorder.java 220 publicMethodCommentRequirement Required
34171 src/com/gps/hibernate/Shoppingorder.java 224 publicMethodCommentRequirement Required
34172 src/com/gps/hibernate/Shoppingorder.java 228 Parameter 'shipping' is not assigned and could be declared final
34173 src/com/gps/hibernate/Shoppingorder.java 228 publicMethodCommentRequirement Required
34174 src/com/gps/hibernate/Shoppingorder.java 232 publicMethodCommentRequirement Required
34175 src/com/gps/hibernate/Shoppingorder.java 236 Parameter 'altShipping' is not assigned and could be declared final
34176 src/com/gps/hibernate/Shoppingorder.java 236 publicMethodCommentRequirement Required
34177 src/com/gps/hibernate/Shoppingorder.java 240 publicMethodCommentRequirement Required
34178 src/com/gps/hibernate/Shoppingorder.java 244 Parameter 'requiresShipping' is not assigned and could be declared final
34179 src/com/gps/hibernate/Shoppingorder.java 244 publicMethodCommentRequirement Required
34180 src/com/gps/hibernate/Shoppingorder.java 248 publicMethodCommentRequirement Required
34181 src/com/gps/hibernate/Shoppingorder.java 252 Parameter 'insure' is not assigned and could be declared final
34182 src/com/gps/hibernate/Shoppingorder.java 252 publicMethodCommentRequirement Required
34183 src/com/gps/hibernate/Shoppingorder.java 256 publicMethodCommentRequirement Required
34184 src/com/gps/hibernate/Shoppingorder.java 260 Parameter 'insurance' is not assigned and could be declared final
34185 src/com/gps/hibernate/Shoppingorder.java 260 publicMethodCommentRequirement Required
34186 src/com/gps/hibernate/Shoppingorder.java 264 publicMethodCommentRequirement Required
34187 src/com/gps/hibernate/Shoppingorder.java 268 Parameter 'couponCodes' is not assigned and could be declared final
34188 src/com/gps/hibernate/Shoppingorder.java 268 publicMethodCommentRequirement Required
34189 src/com/gps/hibernate/Shoppingorder.java 272 publicMethodCommentRequirement Required
34190 src/com/gps/hibernate/Shoppingorder.java 276 Parameter 'couponDiscount' is not assigned and could be declared final
34191 src/com/gps/hibernate/Shoppingorder.java 276 publicMethodCommentRequirement Required
34192 src/com/gps/hibernate/Shoppingorder.java 280 publicMethodCommentRequirement Required
34193 src/com/gps/hibernate/Shoppingorder.java 284 Parameter 'billingFirstName' is not assigned and could be declared final
34194 src/com/gps/hibernate/Shoppingorder.java 284 publicMethodCommentRequirement Required
34195 src/com/gps/hibernate/Shoppingorder.java 288 publicMethodCommentRequirement Required
34196 src/com/gps/hibernate/Shoppingorder.java 292 Parameter 'billingLastName' is not assigned and could be declared final
34197 src/com/gps/hibernate/Shoppingorder.java 292 publicMethodCommentRequirement Required
34198 src/com/gps/hibernate/Shoppingorder.java 296 publicMethodCommentRequirement Required
34199 src/com/gps/hibernate/Shoppingorder.java 300 Avoid excessively long variable names like billingEmailAddress
34200 src/com/gps/hibernate/Shoppingorder.java 300 Parameter 'billingEmailAddress' is not assigned and could be declared final
34201 src/com/gps/hibernate/Shoppingorder.java 300 publicMethodCommentRequirement Required
34202 src/com/gps/hibernate/Shoppingorder.java 304 publicMethodCommentRequirement Required
34203 src/com/gps/hibernate/Shoppingorder.java 308 Parameter 'billingCompany' is not assigned and could be declared final
34204 src/com/gps/hibernate/Shoppingorder.java 308 publicMethodCommentRequirement Required
34205 src/com/gps/hibernate/Shoppingorder.java 312 publicMethodCommentRequirement Required
34206 src/com/gps/hibernate/Shoppingorder.java 316 Parameter 'billingStreet' is not assigned and could be declared final
34207 src/com/gps/hibernate/Shoppingorder.java 316 publicMethodCommentRequirement Required
34208 src/com/gps/hibernate/Shoppingorder.java 320 publicMethodCommentRequirement Required
34209 src/com/gps/hibernate/Shoppingorder.java 324 Parameter 'billingCity' is not assigned and could be declared final
34210 src/com/gps/hibernate/Shoppingorder.java 324 publicMethodCommentRequirement Required
34211 src/com/gps/hibernate/Shoppingorder.java 328 publicMethodCommentRequirement Required
34212 src/com/gps/hibernate/Shoppingorder.java 332 Parameter 'billingState' is not assigned and could be declared final
34213 src/com/gps/hibernate/Shoppingorder.java 332 publicMethodCommentRequirement Required
34214 src/com/gps/hibernate/Shoppingorder.java 336 publicMethodCommentRequirement Required
34215 src/com/gps/hibernate/Shoppingorder.java 340 Parameter 'billingZip' is not assigned and could be declared final
34216 src/com/gps/hibernate/Shoppingorder.java 340 publicMethodCommentRequirement Required
34217 src/com/gps/hibernate/Shoppingorder.java 344 publicMethodCommentRequirement Required
34218 src/com/gps/hibernate/Shoppingorder.java 348 Parameter 'billingCountry' is not assigned and could be declared final
34219 src/com/gps/hibernate/Shoppingorder.java 348 publicMethodCommentRequirement Required
34220 src/com/gps/hibernate/Shoppingorder.java 352 publicMethodCommentRequirement Required
34221 src/com/gps/hibernate/Shoppingorder.java 356 Parameter 'billingPhone' is not assigned and could be declared final
34222 src/com/gps/hibernate/Shoppingorder.java 356 publicMethodCommentRequirement Required
34223 src/com/gps/hibernate/Shoppingorder.java 360 publicMethodCommentRequirement Required
34224 src/com/gps/hibernate/Shoppingorder.java 364 Parameter 'shipToBilling' is not assigned and could be declared final
34225 src/com/gps/hibernate/Shoppingorder.java 364 publicMethodCommentRequirement Required
34226 src/com/gps/hibernate/Shoppingorder.java 368 publicMethodCommentRequirement Required
34227 src/com/gps/hibernate/Shoppingorder.java 372 Parameter 'shippingFirstName' is not assigned and could be declared final
34228 src/com/gps/hibernate/Shoppingorder.java 372 publicMethodCommentRequirement Required
34229 src/com/gps/hibernate/Shoppingorder.java 376 publicMethodCommentRequirement Required
34230 src/com/gps/hibernate/Shoppingorder.java 380 Parameter 'shippingLastName' is not assigned and could be declared final
34231 src/com/gps/hibernate/Shoppingorder.java 380 publicMethodCommentRequirement Required
34232 src/com/gps/hibernate/Shoppingorder.java 384 publicMethodCommentRequirement Required
34233 src/com/gps/hibernate/Shoppingorder.java 388 Avoid excessively long variable names like shippingEmailAddress
34234 src/com/gps/hibernate/Shoppingorder.java 388 Parameter 'shippingEmailAddress' is not assigned and could be declared final
34235 src/com/gps/hibernate/Shoppingorder.java 388 publicMethodCommentRequirement Required
34236 src/com/gps/hibernate/Shoppingorder.java 392 publicMethodCommentRequirement Required
34237 src/com/gps/hibernate/Shoppingorder.java 396 Parameter 'shippingCompany' is not assigned and could be declared final
34238 src/com/gps/hibernate/Shoppingorder.java 396 publicMethodCommentRequirement Required
34239 src/com/gps/hibernate/Shoppingorder.java 400 publicMethodCommentRequirement Required
34240 src/com/gps/hibernate/Shoppingorder.java 404 Parameter 'shippingStreet' is not assigned and could be declared final
34241 src/com/gps/hibernate/Shoppingorder.java 404 publicMethodCommentRequirement Required
34242 src/com/gps/hibernate/Shoppingorder.java 408 publicMethodCommentRequirement Required
34243 src/com/gps/hibernate/Shoppingorder.java 412 Parameter 'shippingCity' is not assigned and could be declared final
34244 src/com/gps/hibernate/Shoppingorder.java 412 publicMethodCommentRequirement Required
34245 src/com/gps/hibernate/Shoppingorder.java 416 publicMethodCommentRequirement Required
34246 src/com/gps/hibernate/Shoppingorder.java 420 Parameter 'shippingState' is not assigned and could be declared final
34247 src/com/gps/hibernate/Shoppingorder.java 420 publicMethodCommentRequirement Required
34248 src/com/gps/hibernate/Shoppingorder.java 424 publicMethodCommentRequirement Required
34249 src/com/gps/hibernate/Shoppingorder.java 428 Parameter 'shippingZip' is not assigned and could be declared final
34250 src/com/gps/hibernate/Shoppingorder.java 428 publicMethodCommentRequirement Required
34251 src/com/gps/hibernate/Shoppingorder.java 432 publicMethodCommentRequirement Required
34252 src/com/gps/hibernate/Shoppingorder.java 436 Parameter 'shippingCountry' is not assigned and could be declared final
34253 src/com/gps/hibernate/Shoppingorder.java 436 publicMethodCommentRequirement Required
34254 src/com/gps/hibernate/Shoppingorder.java 440 publicMethodCommentRequirement Required
34255 src/com/gps/hibernate/Shoppingorder.java 444 Parameter 'shippingPhone' is not assigned and could be declared final
34256 src/com/gps/hibernate/Shoppingorder.java 444 publicMethodCommentRequirement Required
34257 src/com/gps/hibernate/Shoppingorder.java 448 publicMethodCommentRequirement Required
34258 src/com/gps/hibernate/Shoppingorder.java 452 Parameter 'ccName' is not assigned and could be declared final
34259 src/com/gps/hibernate/Shoppingorder.java 452 publicMethodCommentRequirement Required
34260 src/com/gps/hibernate/Shoppingorder.java 456 publicMethodCommentRequirement Required
34261 src/com/gps/hibernate/Shoppingorder.java 460 Parameter 'ccType' is not assigned and could be declared final
34262 src/com/gps/hibernate/Shoppingorder.java 460 publicMethodCommentRequirement Required
34263 src/com/gps/hibernate/Shoppingorder.java 464 publicMethodCommentRequirement Required
34264 src/com/gps/hibernate/Shoppingorder.java 468 Parameter 'ccNumber' is not assigned and could be declared final
34265 src/com/gps/hibernate/Shoppingorder.java 468 publicMethodCommentRequirement Required
34266 src/com/gps/hibernate/Shoppingorder.java 472 publicMethodCommentRequirement Required
34267 src/com/gps/hibernate/Shoppingorder.java 476 Parameter 'ccExpMonth' is not assigned and could be declared final
34268 src/com/gps/hibernate/Shoppingorder.java 476 publicMethodCommentRequirement Required
34269 src/com/gps/hibernate/Shoppingorder.java 480 publicMethodCommentRequirement Required
34270 src/com/gps/hibernate/Shoppingorder.java 484 Parameter 'ccExpYear' is not assigned and could be declared final
34271 src/com/gps/hibernate/Shoppingorder.java 484 publicMethodCommentRequirement Required
34272 src/com/gps/hibernate/Shoppingorder.java 488 publicMethodCommentRequirement Required
34273 src/com/gps/hibernate/Shoppingorder.java 492 Parameter 'ccVerNumber' is not assigned and could be declared final
34274 src/com/gps/hibernate/Shoppingorder.java 492 publicMethodCommentRequirement Required
34275 src/com/gps/hibernate/Shoppingorder.java 496 publicMethodCommentRequirement Required
34276 src/com/gps/hibernate/Shoppingorder.java 500 Parameter 'comments' is not assigned and could be declared final
34277 src/com/gps/hibernate/Shoppingorder.java 500 publicMethodCommentRequirement Required
34278 src/com/gps/hibernate/Shoppingorder.java 504 publicMethodCommentRequirement Required
34279 src/com/gps/hibernate/Shoppingorder.java 508 Parameter 'ppTxnId' is not assigned and could be declared final
34280 src/com/gps/hibernate/Shoppingorder.java 508 publicMethodCommentRequirement Required
34281 src/com/gps/hibernate/Shoppingorder.java 512 publicMethodCommentRequirement Required
34282 src/com/gps/hibernate/Shoppingorder.java 516 Parameter 'ppPaymentStatus' is not assigned and could be declared final
34283 src/com/gps/hibernate/Shoppingorder.java 516 publicMethodCommentRequirement Required
34284 src/com/gps/hibernate/Shoppingorder.java 520 publicMethodCommentRequirement Required
34285 src/com/gps/hibernate/Shoppingorder.java 524 Parameter 'ppPaymentGross' is not assigned and could be declared final
34286 src/com/gps/hibernate/Shoppingorder.java 524 publicMethodCommentRequirement Required
34287 src/com/gps/hibernate/Shoppingorder.java 528 publicMethodCommentRequirement Required
34288 src/com/gps/hibernate/Shoppingorder.java 532 Parameter 'ppReceiverEmail' is not assigned and could be declared final
34289 src/com/gps/hibernate/Shoppingorder.java 532 publicMethodCommentRequirement Required
34290 src/com/gps/hibernate/Shoppingorder.java 536 publicMethodCommentRequirement Required
34291 src/com/gps/hibernate/Shoppingorder.java 540 Parameter 'ppPayerEmail' is not assigned and could be declared final
34292 src/com/gps/hibernate/Shoppingorder.java 540 publicMethodCommentRequirement Required
34293 src/com/gps/hibernate/Shoppingorder.java 544 publicMethodCommentRequirement Required
34294 src/com/gps/hibernate/Shoppingorder.java 548 Parameter 'sendOrderEmail' is not assigned and could be declared final
34295 src/com/gps/hibernate/Shoppingorder.java 548 publicMethodCommentRequirement Required
34296 src/com/gps/hibernate/Shoppingorder.java 552 publicMethodCommentRequirement Required
34297 src/com/gps/hibernate/Shoppingorder.java 556 Parameter 'sendShippingEmail' is not assigned and could be declared final
34298 src/com/gps/hibernate/Shoppingorder.java 556 publicMethodCommentRequirement Required
34299 src/com/gps/hibernate/ShoppingorderDAO.java 1 This class has a bunch of public methods and attributes
34300 src/com/gps/hibernate/ShoppingorderDAO.java 3 Avoid unused imports such as 'java.util.Date'
34301 src/com/gps/hibernate/ShoppingorderDAO.java 11 Comment is too large: Too many lines
34302 src/com/gps/hibernate/ShoppingorderDAO.java 23 This class has too many methods, consider refactoring it.
34303 src/com/gps/hibernate/ShoppingorderDAO.java 24 Logger should be defined private static final and have the correct class
34304 src/com/gps/hibernate/ShoppingorderDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
34305 src/com/gps/hibernate/ShoppingorderDAO.java 24 fieldCommentRequirement Required
34306 src/com/gps/hibernate/ShoppingorderDAO.java 26 fieldCommentRequirement Required
34307 src/com/gps/hibernate/ShoppingorderDAO.java 27 fieldCommentRequirement Required
34308 src/com/gps/hibernate/ShoppingorderDAO.java 28 fieldCommentRequirement Required
34309 src/com/gps/hibernate/ShoppingorderDAO.java 29 fieldCommentRequirement Required
34310 src/com/gps/hibernate/ShoppingorderDAO.java 30 fieldCommentRequirement Required
34311 src/com/gps/hibernate/ShoppingorderDAO.java 31 fieldCommentRequirement Required
34312 src/com/gps/hibernate/ShoppingorderDAO.java 32 fieldCommentRequirement Required
34313 src/com/gps/hibernate/ShoppingorderDAO.java 33 fieldCommentRequirement Required
34314 src/com/gps/hibernate/ShoppingorderDAO.java 34 fieldCommentRequirement Required
34315 src/com/gps/hibernate/ShoppingorderDAO.java 35 fieldCommentRequirement Required
34316 src/com/gps/hibernate/ShoppingorderDAO.java 36 fieldCommentRequirement Required
34317 src/com/gps/hibernate/ShoppingorderDAO.java 37 fieldCommentRequirement Required
34318 src/com/gps/hibernate/ShoppingorderDAO.java 38 fieldCommentRequirement Required
34319 src/com/gps/hibernate/ShoppingorderDAO.java 39 Avoid excessively long variable names like BILLING_FIRST_NAME
34320 src/com/gps/hibernate/ShoppingorderDAO.java 39 fieldCommentRequirement Required
34321 src/com/gps/hibernate/ShoppingorderDAO.java 40 fieldCommentRequirement Required
34322 src/com/gps/hibernate/ShoppingorderDAO.java 41 Avoid excessively long variable names like BILLING_EMAIL_ADDRESS
34323 src/com/gps/hibernate/ShoppingorderDAO.java 41 fieldCommentRequirement Required
34324 src/com/gps/hibernate/ShoppingorderDAO.java 42 fieldCommentRequirement Required
34325 src/com/gps/hibernate/ShoppingorderDAO.java 43 fieldCommentRequirement Required
34326 src/com/gps/hibernate/ShoppingorderDAO.java 44 fieldCommentRequirement Required
34327 src/com/gps/hibernate/ShoppingorderDAO.java 45 fieldCommentRequirement Required
34328 src/com/gps/hibernate/ShoppingorderDAO.java 46 fieldCommentRequirement Required
34329 src/com/gps/hibernate/ShoppingorderDAO.java 47 fieldCommentRequirement Required
34330 src/com/gps/hibernate/ShoppingorderDAO.java 48 fieldCommentRequirement Required
34331 src/com/gps/hibernate/ShoppingorderDAO.java 49 fieldCommentRequirement Required
34332 src/com/gps/hibernate/ShoppingorderDAO.java 50 Avoid excessively long variable names like SHIPPING_FIRST_NAME
34333 src/com/gps/hibernate/ShoppingorderDAO.java 50 fieldCommentRequirement Required
34334 src/com/gps/hibernate/ShoppingorderDAO.java 51 Avoid excessively long variable names like SHIPPING_LAST_NAME
34335 src/com/gps/hibernate/ShoppingorderDAO.java 51 fieldCommentRequirement Required
34336 src/com/gps/hibernate/ShoppingorderDAO.java 52 Avoid excessively long variable names like SHIPPING_EMAIL_ADDRESS
34337 src/com/gps/hibernate/ShoppingorderDAO.java 52 fieldCommentRequirement Required
34338 src/com/gps/hibernate/ShoppingorderDAO.java 53 fieldCommentRequirement Required
34339 src/com/gps/hibernate/ShoppingorderDAO.java 54 fieldCommentRequirement Required
34340 src/com/gps/hibernate/ShoppingorderDAO.java 55 fieldCommentRequirement Required
34341 src/com/gps/hibernate/ShoppingorderDAO.java 56 fieldCommentRequirement Required
34342 src/com/gps/hibernate/ShoppingorderDAO.java 57 fieldCommentRequirement Required
34343 src/com/gps/hibernate/ShoppingorderDAO.java 58 fieldCommentRequirement Required
34344 src/com/gps/hibernate/ShoppingorderDAO.java 59 fieldCommentRequirement Required
34345 src/com/gps/hibernate/ShoppingorderDAO.java 60 fieldCommentRequirement Required
34346 src/com/gps/hibernate/ShoppingorderDAO.java 61 fieldCommentRequirement Required
34347 src/com/gps/hibernate/ShoppingorderDAO.java 62 fieldCommentRequirement Required
34348 src/com/gps/hibernate/ShoppingorderDAO.java 63 fieldCommentRequirement Required
34349 src/com/gps/hibernate/ShoppingorderDAO.java 64 fieldCommentRequirement Required
34350 src/com/gps/hibernate/ShoppingorderDAO.java 65 fieldCommentRequirement Required
34351 src/com/gps/hibernate/ShoppingorderDAO.java 66 fieldCommentRequirement Required
34352 src/com/gps/hibernate/ShoppingorderDAO.java 67 fieldCommentRequirement Required
34353 src/com/gps/hibernate/ShoppingorderDAO.java 68 fieldCommentRequirement Required
34354 src/com/gps/hibernate/ShoppingorderDAO.java 69 fieldCommentRequirement Required
34355 src/com/gps/hibernate/ShoppingorderDAO.java 70 fieldCommentRequirement Required
34356 src/com/gps/hibernate/ShoppingorderDAO.java 71 fieldCommentRequirement Required
34357 src/com/gps/hibernate/ShoppingorderDAO.java 72 fieldCommentRequirement Required
34358 src/com/gps/hibernate/ShoppingorderDAO.java 73 Avoid excessively long variable names like SEND_SHIPPING_EMAIL
34359 src/com/gps/hibernate/ShoppingorderDAO.java 73 fieldCommentRequirement Required
34360 src/com/gps/hibernate/ShoppingorderDAO.java 75 Parameter 'transientInstance' is not assigned and could be declared final
34361 src/com/gps/hibernate/ShoppingorderDAO.java 75 publicMethodCommentRequirement Required
34362 src/com/gps/hibernate/ShoppingorderDAO.java 76 There is log block not surrounded by if
34363 src/com/gps/hibernate/ShoppingorderDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34364 src/com/gps/hibernate/ShoppingorderDAO.java 78 Potential violation of Law of Demeter (method chain calls)
34365 src/com/gps/hibernate/ShoppingorderDAO.java 79 There is log block not surrounded by if
34366 src/com/gps/hibernate/ShoppingorderDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34367 src/com/gps/hibernate/ShoppingorderDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34368 src/com/gps/hibernate/ShoppingorderDAO.java 81 There is log block not surrounded by if
34369 src/com/gps/hibernate/ShoppingorderDAO.java 86 Avoid excessively long variable names like persistentInstance
34370 src/com/gps/hibernate/ShoppingorderDAO.java 86 Parameter 'persistentInstance' is not assigned and could be declared final
34371 src/com/gps/hibernate/ShoppingorderDAO.java 86 publicMethodCommentRequirement Required
34372 src/com/gps/hibernate/ShoppingorderDAO.java 87 There is log block not surrounded by if
34373 src/com/gps/hibernate/ShoppingorderDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34374 src/com/gps/hibernate/ShoppingorderDAO.java 89 Potential violation of Law of Demeter (method chain calls)
34375 src/com/gps/hibernate/ShoppingorderDAO.java 90 There is log block not surrounded by if
34376 src/com/gps/hibernate/ShoppingorderDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34377 src/com/gps/hibernate/ShoppingorderDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34378 src/com/gps/hibernate/ShoppingorderDAO.java 92 There is log block not surrounded by if
34379 src/com/gps/hibernate/ShoppingorderDAO.java 97 Avoid variables with short names like id
34380 src/com/gps/hibernate/ShoppingorderDAO.java 97 Parameter 'id' is not assigned and could be declared final
34381 src/com/gps/hibernate/ShoppingorderDAO.java 97 publicMethodCommentRequirement Required
34382 src/com/gps/hibernate/ShoppingorderDAO.java 98 There is log block not surrounded by if
34383 src/com/gps/hibernate/ShoppingorderDAO.java 98 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34384 src/com/gps/hibernate/ShoppingorderDAO.java 100 Local variable 'instance' could be declared final
34385 src/com/gps/hibernate/ShoppingorderDAO.java 100 Potential violation of Law of Demeter (method chain calls)
34386 src/com/gps/hibernate/ShoppingorderDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34387 src/com/gps/hibernate/ShoppingorderDAO.java 104 There is log block not surrounded by if
34388 src/com/gps/hibernate/ShoppingorderDAO.java 109 Parameter 'instance' is not assigned and could be declared final
34389 src/com/gps/hibernate/ShoppingorderDAO.java 109 publicMethodCommentRequirement Required
34390 src/com/gps/hibernate/ShoppingorderDAO.java 110 There is log block not surrounded by if
34391 src/com/gps/hibernate/ShoppingorderDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34392 src/com/gps/hibernate/ShoppingorderDAO.java 112 Local variable 'results' could be declared final
34393 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
34394 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
34395 src/com/gps/hibernate/ShoppingorderDAO.java 112 Potential violation of Law of Demeter (method chain calls)
34396 src/com/gps/hibernate/ShoppingorderDAO.java 115 There is log block not surrounded by if
34397 src/com/gps/hibernate/ShoppingorderDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34398 src/com/gps/hibernate/ShoppingorderDAO.java 116 Potential violation of Law of Demeter (object not created locally)
34399 src/com/gps/hibernate/ShoppingorderDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34400 src/com/gps/hibernate/ShoppingorderDAO.java 119 There is log block not surrounded by if
34401 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'propertyName' is not assigned and could be declared final
34402 src/com/gps/hibernate/ShoppingorderDAO.java 124 Parameter 'value' is not assigned and could be declared final
34403 src/com/gps/hibernate/ShoppingorderDAO.java 124 publicMethodCommentRequirement Required
34404 src/com/gps/hibernate/ShoppingorderDAO.java 125 There is log block not surrounded by if
34405 src/com/gps/hibernate/ShoppingorderDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34406 src/com/gps/hibernate/ShoppingorderDAO.java 128 Local variable 'queryString' could be declared final
34407 src/com/gps/hibernate/ShoppingorderDAO.java 130 Local variable 'queryObject' could be declared final
34408 src/com/gps/hibernate/ShoppingorderDAO.java 130 Potential violation of Law of Demeter (method chain calls)
34409 src/com/gps/hibernate/ShoppingorderDAO.java 131 Potential violation of Law of Demeter (object not created locally)
34410 src/com/gps/hibernate/ShoppingorderDAO.java 132 Potential violation of Law of Demeter (object not created locally)
34411 src/com/gps/hibernate/ShoppingorderDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34412 src/com/gps/hibernate/ShoppingorderDAO.java 134 There is log block not surrounded by if
34413 src/com/gps/hibernate/ShoppingorderDAO.java 139 Parameter 'groupId' is not assigned and could be declared final
34414 src/com/gps/hibernate/ShoppingorderDAO.java 139 publicMethodCommentRequirement Required
34415 src/com/gps/hibernate/ShoppingorderDAO.java 143 Parameter 'companyId' is not assigned and could be declared final
34416 src/com/gps/hibernate/ShoppingorderDAO.java 143 publicMethodCommentRequirement Required
34417 src/com/gps/hibernate/ShoppingorderDAO.java 147 Parameter 'userId' is not assigned and could be declared final
34418 src/com/gps/hibernate/ShoppingorderDAO.java 147 publicMethodCommentRequirement Required
34419 src/com/gps/hibernate/ShoppingorderDAO.java 151 Parameter 'userName' is not assigned and could be declared final
34420 src/com/gps/hibernate/ShoppingorderDAO.java 151 publicMethodCommentRequirement Required
34421 src/com/gps/hibernate/ShoppingorderDAO.java 155 Parameter 'number' is not assigned and could be declared final
34422 src/com/gps/hibernate/ShoppingorderDAO.java 155 publicMethodCommentRequirement Required
34423 src/com/gps/hibernate/ShoppingorderDAO.java 159 Parameter 'tax' is not assigned and could be declared final
34424 src/com/gps/hibernate/ShoppingorderDAO.java 159 publicMethodCommentRequirement Required
34425 src/com/gps/hibernate/ShoppingorderDAO.java 163 Parameter 'shipping' is not assigned and could be declared final
34426 src/com/gps/hibernate/ShoppingorderDAO.java 163 publicMethodCommentRequirement Required
34427 src/com/gps/hibernate/ShoppingorderDAO.java 167 Parameter 'altShipping' is not assigned and could be declared final
34428 src/com/gps/hibernate/ShoppingorderDAO.java 167 publicMethodCommentRequirement Required
34429 src/com/gps/hibernate/ShoppingorderDAO.java 171 Parameter 'requiresShipping' is not assigned and could be declared final
34430 src/com/gps/hibernate/ShoppingorderDAO.java 171 publicMethodCommentRequirement Required
34431 src/com/gps/hibernate/ShoppingorderDAO.java 175 Parameter 'insure' is not assigned and could be declared final
34432 src/com/gps/hibernate/ShoppingorderDAO.java 175 publicMethodCommentRequirement Required
34433 src/com/gps/hibernate/ShoppingorderDAO.java 179 Parameter 'insurance' is not assigned and could be declared final
34434 src/com/gps/hibernate/ShoppingorderDAO.java 179 publicMethodCommentRequirement Required
34435 src/com/gps/hibernate/ShoppingorderDAO.java 183 Parameter 'couponCodes' is not assigned and could be declared final
34436 src/com/gps/hibernate/ShoppingorderDAO.java 183 publicMethodCommentRequirement Required
34437 src/com/gps/hibernate/ShoppingorderDAO.java 187 Parameter 'couponDiscount' is not assigned and could be declared final
34438 src/com/gps/hibernate/ShoppingorderDAO.java 187 publicMethodCommentRequirement Required
34439 src/com/gps/hibernate/ShoppingorderDAO.java 191 Parameter 'billingFirstName' is not assigned and could be declared final
34440 src/com/gps/hibernate/ShoppingorderDAO.java 191 publicMethodCommentRequirement Required
34441 src/com/gps/hibernate/ShoppingorderDAO.java 195 Parameter 'billingLastName' is not assigned and could be declared final
34442 src/com/gps/hibernate/ShoppingorderDAO.java 195 publicMethodCommentRequirement Required
34443 src/com/gps/hibernate/ShoppingorderDAO.java 199 Avoid excessively long variable names like billingEmailAddress
34444 src/com/gps/hibernate/ShoppingorderDAO.java 199 Parameter 'billingEmailAddress' is not assigned and could be declared final
34445 src/com/gps/hibernate/ShoppingorderDAO.java 199 publicMethodCommentRequirement Required
34446 src/com/gps/hibernate/ShoppingorderDAO.java 203 Parameter 'billingCompany' is not assigned and could be declared final
34447 src/com/gps/hibernate/ShoppingorderDAO.java 203 publicMethodCommentRequirement Required
34448 src/com/gps/hibernate/ShoppingorderDAO.java 207 Parameter 'billingStreet' is not assigned and could be declared final
34449 src/com/gps/hibernate/ShoppingorderDAO.java 207 publicMethodCommentRequirement Required
34450 src/com/gps/hibernate/ShoppingorderDAO.java 211 Parameter 'billingCity' is not assigned and could be declared final
34451 src/com/gps/hibernate/ShoppingorderDAO.java 211 publicMethodCommentRequirement Required
34452 src/com/gps/hibernate/ShoppingorderDAO.java 215 Parameter 'billingState' is not assigned and could be declared final
34453 src/com/gps/hibernate/ShoppingorderDAO.java 215 publicMethodCommentRequirement Required
34454 src/com/gps/hibernate/ShoppingorderDAO.java 219 Parameter 'billingZip' is not assigned and could be declared final
34455 src/com/gps/hibernate/ShoppingorderDAO.java 219 publicMethodCommentRequirement Required
34456 src/com/gps/hibernate/ShoppingorderDAO.java 223 Parameter 'billingCountry' is not assigned and could be declared final
34457 src/com/gps/hibernate/ShoppingorderDAO.java 223 publicMethodCommentRequirement Required
34458 src/com/gps/hibernate/ShoppingorderDAO.java 227 Parameter 'billingPhone' is not assigned and could be declared final
34459 src/com/gps/hibernate/ShoppingorderDAO.java 227 publicMethodCommentRequirement Required
34460 src/com/gps/hibernate/ShoppingorderDAO.java 231 Parameter 'shipToBilling' is not assigned and could be declared final
34461 src/com/gps/hibernate/ShoppingorderDAO.java 231 publicMethodCommentRequirement Required
34462 src/com/gps/hibernate/ShoppingorderDAO.java 235 Parameter 'shippingFirstName' is not assigned and could be declared final
34463 src/com/gps/hibernate/ShoppingorderDAO.java 235 publicMethodCommentRequirement Required
34464 src/com/gps/hibernate/ShoppingorderDAO.java 239 Parameter 'shippingLastName' is not assigned and could be declared final
34465 src/com/gps/hibernate/ShoppingorderDAO.java 239 publicMethodCommentRequirement Required
34466 src/com/gps/hibernate/ShoppingorderDAO.java 243 Avoid excessively long variable names like shippingEmailAddress
34467 src/com/gps/hibernate/ShoppingorderDAO.java 243 Parameter 'shippingEmailAddress' is not assigned and could be declared final
34468 src/com/gps/hibernate/ShoppingorderDAO.java 243 publicMethodCommentRequirement Required
34469 src/com/gps/hibernate/ShoppingorderDAO.java 247 Parameter 'shippingCompany' is not assigned and could be declared final
34470 src/com/gps/hibernate/ShoppingorderDAO.java 247 publicMethodCommentRequirement Required
34471 src/com/gps/hibernate/ShoppingorderDAO.java 251 Parameter 'shippingStreet' is not assigned and could be declared final
34472 src/com/gps/hibernate/ShoppingorderDAO.java 251 publicMethodCommentRequirement Required
34473 src/com/gps/hibernate/ShoppingorderDAO.java 255 Parameter 'shippingCity' is not assigned and could be declared final
34474 src/com/gps/hibernate/ShoppingorderDAO.java 255 publicMethodCommentRequirement Required
34475 src/com/gps/hibernate/ShoppingorderDAO.java 259 Parameter 'shippingState' is not assigned and could be declared final
34476 src/com/gps/hibernate/ShoppingorderDAO.java 259 publicMethodCommentRequirement Required
34477 src/com/gps/hibernate/ShoppingorderDAO.java 263 Parameter 'shippingZip' is not assigned and could be declared final
34478 src/com/gps/hibernate/ShoppingorderDAO.java 263 publicMethodCommentRequirement Required
34479 src/com/gps/hibernate/ShoppingorderDAO.java 267 Parameter 'shippingCountry' is not assigned and could be declared final
34480 src/com/gps/hibernate/ShoppingorderDAO.java 267 publicMethodCommentRequirement Required
34481 src/com/gps/hibernate/ShoppingorderDAO.java 271 Parameter 'shippingPhone' is not assigned and could be declared final
34482 src/com/gps/hibernate/ShoppingorderDAO.java 271 publicMethodCommentRequirement Required
34483 src/com/gps/hibernate/ShoppingorderDAO.java 275 Parameter 'ccName' is not assigned and could be declared final
34484 src/com/gps/hibernate/ShoppingorderDAO.java 275 publicMethodCommentRequirement Required
34485 src/com/gps/hibernate/ShoppingorderDAO.java 279 Parameter 'ccType' is not assigned and could be declared final
34486 src/com/gps/hibernate/ShoppingorderDAO.java 279 publicMethodCommentRequirement Required
34487 src/com/gps/hibernate/ShoppingorderDAO.java 283 Parameter 'ccNumber' is not assigned and could be declared final
34488 src/com/gps/hibernate/ShoppingorderDAO.java 283 publicMethodCommentRequirement Required
34489 src/com/gps/hibernate/ShoppingorderDAO.java 287 Parameter 'ccExpMonth' is not assigned and could be declared final
34490 src/com/gps/hibernate/ShoppingorderDAO.java 287 publicMethodCommentRequirement Required
34491 src/com/gps/hibernate/ShoppingorderDAO.java 291 Parameter 'ccExpYear' is not assigned and could be declared final
34492 src/com/gps/hibernate/ShoppingorderDAO.java 291 publicMethodCommentRequirement Required
34493 src/com/gps/hibernate/ShoppingorderDAO.java 295 Parameter 'ccVerNumber' is not assigned and could be declared final
34494 src/com/gps/hibernate/ShoppingorderDAO.java 295 publicMethodCommentRequirement Required
34495 src/com/gps/hibernate/ShoppingorderDAO.java 299 Parameter 'comments' is not assigned and could be declared final
34496 src/com/gps/hibernate/ShoppingorderDAO.java 299 publicMethodCommentRequirement Required
34497 src/com/gps/hibernate/ShoppingorderDAO.java 303 Parameter 'ppTxnId' is not assigned and could be declared final
34498 src/com/gps/hibernate/ShoppingorderDAO.java 303 publicMethodCommentRequirement Required
34499 src/com/gps/hibernate/ShoppingorderDAO.java 307 Parameter 'ppPaymentStatus' is not assigned and could be declared final
34500 src/com/gps/hibernate/ShoppingorderDAO.java 307 publicMethodCommentRequirement Required
34501 src/com/gps/hibernate/ShoppingorderDAO.java 311 Parameter 'ppPaymentGross' is not assigned and could be declared final
34502 src/com/gps/hibernate/ShoppingorderDAO.java 311 publicMethodCommentRequirement Required
34503 src/com/gps/hibernate/ShoppingorderDAO.java 315 Parameter 'ppReceiverEmail' is not assigned and could be declared final
34504 src/com/gps/hibernate/ShoppingorderDAO.java 315 publicMethodCommentRequirement Required
34505 src/com/gps/hibernate/ShoppingorderDAO.java 319 Parameter 'ppPayerEmail' is not assigned and could be declared final
34506 src/com/gps/hibernate/ShoppingorderDAO.java 319 publicMethodCommentRequirement Required
34507 src/com/gps/hibernate/ShoppingorderDAO.java 323 Parameter 'sendOrderEmail' is not assigned and could be declared final
34508 src/com/gps/hibernate/ShoppingorderDAO.java 323 publicMethodCommentRequirement Required
34509 src/com/gps/hibernate/ShoppingorderDAO.java 327 Parameter 'sendShippingEmail' is not assigned and could be declared final
34510 src/com/gps/hibernate/ShoppingorderDAO.java 327 publicMethodCommentRequirement Required
34511 src/com/gps/hibernate/ShoppingorderDAO.java 331 publicMethodCommentRequirement Required
34512 src/com/gps/hibernate/ShoppingorderDAO.java 332 There is log block not surrounded by if
34513 src/com/gps/hibernate/ShoppingorderDAO.java 332 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34514 src/com/gps/hibernate/ShoppingorderDAO.java 334 Local variable 'queryString' could be declared final
34515 src/com/gps/hibernate/ShoppingorderDAO.java 335 Local variable 'queryObject' could be declared final
34516 src/com/gps/hibernate/ShoppingorderDAO.java 335 Potential violation of Law of Demeter (method chain calls)
34517 src/com/gps/hibernate/ShoppingorderDAO.java 336 Potential violation of Law of Demeter (object not created locally)
34518 src/com/gps/hibernate/ShoppingorderDAO.java 337 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34519 src/com/gps/hibernate/ShoppingorderDAO.java 338 There is log block not surrounded by if
34520 src/com/gps/hibernate/ShoppingorderDAO.java 343 Parameter 'detachedInstance' is not assigned and could be declared final
34521 src/com/gps/hibernate/ShoppingorderDAO.java 343 publicMethodCommentRequirement Required
34522 src/com/gps/hibernate/ShoppingorderDAO.java 344 There is log block not surrounded by if
34523 src/com/gps/hibernate/ShoppingorderDAO.java 344 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34524 src/com/gps/hibernate/ShoppingorderDAO.java 346 Local variable 'result' could be declared final
34525 src/com/gps/hibernate/ShoppingorderDAO.java 346 Potential violation of Law of Demeter (method chain calls)
34526 src/com/gps/hibernate/ShoppingorderDAO.java 348 There is log block not surrounded by if
34527 src/com/gps/hibernate/ShoppingorderDAO.java 348 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34528 src/com/gps/hibernate/ShoppingorderDAO.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34529 src/com/gps/hibernate/ShoppingorderDAO.java 351 There is log block not surrounded by if
34530 src/com/gps/hibernate/ShoppingorderDAO.java 356 Parameter 'instance' is not assigned and could be declared final
34531 src/com/gps/hibernate/ShoppingorderDAO.java 356 publicMethodCommentRequirement Required
34532 src/com/gps/hibernate/ShoppingorderDAO.java 357 There is log block not surrounded by if
34533 src/com/gps/hibernate/ShoppingorderDAO.java 357 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34534 src/com/gps/hibernate/ShoppingorderDAO.java 359 Potential violation of Law of Demeter (method chain calls)
34535 src/com/gps/hibernate/ShoppingorderDAO.java 360 There is log block not surrounded by if
34536 src/com/gps/hibernate/ShoppingorderDAO.java 360 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34537 src/com/gps/hibernate/ShoppingorderDAO.java 361 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34538 src/com/gps/hibernate/ShoppingorderDAO.java 362 There is log block not surrounded by if
34539 src/com/gps/hibernate/ShoppingorderDAO.java 367 Parameter 'instance' is not assigned and could be declared final
34540 src/com/gps/hibernate/ShoppingorderDAO.java 367 publicMethodCommentRequirement Required
34541 src/com/gps/hibernate/ShoppingorderDAO.java 368 There is log block not surrounded by if
34542 src/com/gps/hibernate/ShoppingorderDAO.java 368 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34543 src/com/gps/hibernate/ShoppingorderDAO.java 370 Potential violation of Law of Demeter (method chain calls)
34544 src/com/gps/hibernate/ShoppingorderDAO.java 371 There is log block not surrounded by if
34545 src/com/gps/hibernate/ShoppingorderDAO.java 371 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34546 src/com/gps/hibernate/ShoppingorderDAO.java 372 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34547 src/com/gps/hibernate/ShoppingorderDAO.java 373 There is log block not surrounded by if
34548 src/com/gps/hibernate/Shoppingorderitem.java 11 Classes implementing Serializable should set a serialVersionUID
34549 src/com/gps/hibernate/Shoppingorderitem.java 15 fieldCommentRequirement Required
34550 src/com/gps/hibernate/Shoppingorderitem.java 16 fieldCommentRequirement Required
34551 src/com/gps/hibernate/Shoppingorderitem.java 17 fieldCommentRequirement Required
34552 src/com/gps/hibernate/Shoppingorderitem.java 18 fieldCommentRequirement Required
34553 src/com/gps/hibernate/Shoppingorderitem.java 19 fieldCommentRequirement Required
34554 src/com/gps/hibernate/Shoppingorderitem.java 20 fieldCommentRequirement Required
34555 src/com/gps/hibernate/Shoppingorderitem.java 21 fieldCommentRequirement Required
34556 src/com/gps/hibernate/Shoppingorderitem.java 22 fieldCommentRequirement Required
34557 src/com/gps/hibernate/Shoppingorderitem.java 23 fieldCommentRequirement Required
34558 src/com/gps/hibernate/Shoppingorderitem.java 24 fieldCommentRequirement Required
34559 src/com/gps/hibernate/Shoppingorderitem.java 29 Document empty constructor
34560 src/com/gps/hibernate/Shoppingorderitem.java 33 Parameter 'orderItemId' is not assigned and could be declared final
34561 src/com/gps/hibernate/Shoppingorderitem.java 38 Avoid long parameter lists.
34562 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'itemId' is not assigned and could be declared final
34563 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderId' is not assigned and could be declared final
34564 src/com/gps/hibernate/Shoppingorderitem.java 38 Parameter 'orderItemId' is not assigned and could be declared final
34565 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'description' is not assigned and could be declared final
34566 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'name' is not assigned and could be declared final
34567 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'properties' is not assigned and could be declared final
34568 src/com/gps/hibernate/Shoppingorderitem.java 39 Parameter 'sku' is not assigned and could be declared final
34569 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'price' is not assigned and could be declared final
34570 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'quantity' is not assigned and could be declared final
34571 src/com/gps/hibernate/Shoppingorderitem.java 40 Parameter 'shippedDate' is not assigned and could be declared final
34572 src/com/gps/hibernate/Shoppingorderitem.java 55 publicMethodCommentRequirement Required
34573 src/com/gps/hibernate/Shoppingorderitem.java 59 Parameter 'orderItemId' is not assigned and could be declared final
34574 src/com/gps/hibernate/Shoppingorderitem.java 59 publicMethodCommentRequirement Required
34575 src/com/gps/hibernate/Shoppingorderitem.java 63 publicMethodCommentRequirement Required
34576 src/com/gps/hibernate/Shoppingorderitem.java 67 Parameter 'orderId' is not assigned and could be declared final
34577 src/com/gps/hibernate/Shoppingorderitem.java 67 publicMethodCommentRequirement Required
34578 src/com/gps/hibernate/Shoppingorderitem.java 71 publicMethodCommentRequirement Required
34579 src/com/gps/hibernate/Shoppingorderitem.java 75 Parameter 'itemId' is not assigned and could be declared final
34580 src/com/gps/hibernate/Shoppingorderitem.java 75 publicMethodCommentRequirement Required
34581 src/com/gps/hibernate/Shoppingorderitem.java 79 publicMethodCommentRequirement Required
34582 src/com/gps/hibernate/Shoppingorderitem.java 83 Parameter 'sku' is not assigned and could be declared final
34583 src/com/gps/hibernate/Shoppingorderitem.java 83 publicMethodCommentRequirement Required
34584 src/com/gps/hibernate/Shoppingorderitem.java 87 publicMethodCommentRequirement Required
34585 src/com/gps/hibernate/Shoppingorderitem.java 91 Parameter 'name' is not assigned and could be declared final
34586 src/com/gps/hibernate/Shoppingorderitem.java 91 publicMethodCommentRequirement Required
34587 src/com/gps/hibernate/Shoppingorderitem.java 95 publicMethodCommentRequirement Required
34588 src/com/gps/hibernate/Shoppingorderitem.java 99 Parameter 'description' is not assigned and could be declared final
34589 src/com/gps/hibernate/Shoppingorderitem.java 99 publicMethodCommentRequirement Required
34590 src/com/gps/hibernate/Shoppingorderitem.java 103 publicMethodCommentRequirement Required
34591 src/com/gps/hibernate/Shoppingorderitem.java 107 Parameter 'properties' is not assigned and could be declared final
34592 src/com/gps/hibernate/Shoppingorderitem.java 107 publicMethodCommentRequirement Required
34593 src/com/gps/hibernate/Shoppingorderitem.java 111 publicMethodCommentRequirement Required
34594 src/com/gps/hibernate/Shoppingorderitem.java 115 Parameter 'price' is not assigned and could be declared final
34595 src/com/gps/hibernate/Shoppingorderitem.java 115 publicMethodCommentRequirement Required
34596 src/com/gps/hibernate/Shoppingorderitem.java 119 publicMethodCommentRequirement Required
34597 src/com/gps/hibernate/Shoppingorderitem.java 123 Parameter 'quantity' is not assigned and could be declared final
34598 src/com/gps/hibernate/Shoppingorderitem.java 123 publicMethodCommentRequirement Required
34599 src/com/gps/hibernate/Shoppingorderitem.java 127 publicMethodCommentRequirement Required
34600 src/com/gps/hibernate/Shoppingorderitem.java 131 Parameter 'shippedDate' is not assigned and could be declared final
34601 src/com/gps/hibernate/Shoppingorderitem.java 131 publicMethodCommentRequirement Required
34602 src/com/gps/hibernate/ShoppingorderitemDAO.java 3 Avoid unused imports such as 'java.util.Date'
34603 src/com/gps/hibernate/ShoppingorderitemDAO.java 11 Comment is too large: Too many lines
34604 src/com/gps/hibernate/ShoppingorderitemDAO.java 23 This class has too many methods, consider refactoring it.
34605 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Logger should be defined private static final and have the correct class
34606 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
34607 src/com/gps/hibernate/ShoppingorderitemDAO.java 24 fieldCommentRequirement Required
34608 src/com/gps/hibernate/ShoppingorderitemDAO.java 27 fieldCommentRequirement Required
34609 src/com/gps/hibernate/ShoppingorderitemDAO.java 28 fieldCommentRequirement Required
34610 src/com/gps/hibernate/ShoppingorderitemDAO.java 29 fieldCommentRequirement Required
34611 src/com/gps/hibernate/ShoppingorderitemDAO.java 30 fieldCommentRequirement Required
34612 src/com/gps/hibernate/ShoppingorderitemDAO.java 31 fieldCommentRequirement Required
34613 src/com/gps/hibernate/ShoppingorderitemDAO.java 32 fieldCommentRequirement Required
34614 src/com/gps/hibernate/ShoppingorderitemDAO.java 33 fieldCommentRequirement Required
34615 src/com/gps/hibernate/ShoppingorderitemDAO.java 34 fieldCommentRequirement Required
34616 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
34617 src/com/gps/hibernate/ShoppingorderitemDAO.java 36 publicMethodCommentRequirement Required
34618 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 There is log block not surrounded by if
34619 src/com/gps/hibernate/ShoppingorderitemDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34620 src/com/gps/hibernate/ShoppingorderitemDAO.java 39 Potential violation of Law of Demeter (method chain calls)
34621 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 There is log block not surrounded by if
34622 src/com/gps/hibernate/ShoppingorderitemDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34623 src/com/gps/hibernate/ShoppingorderitemDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34624 src/com/gps/hibernate/ShoppingorderitemDAO.java 42 There is log block not surrounded by if
34625 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Avoid excessively long variable names like persistentInstance
34626 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
34627 src/com/gps/hibernate/ShoppingorderitemDAO.java 47 publicMethodCommentRequirement Required
34628 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 There is log block not surrounded by if
34629 src/com/gps/hibernate/ShoppingorderitemDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34630 src/com/gps/hibernate/ShoppingorderitemDAO.java 50 Potential violation of Law of Demeter (method chain calls)
34631 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 There is log block not surrounded by if
34632 src/com/gps/hibernate/ShoppingorderitemDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34633 src/com/gps/hibernate/ShoppingorderitemDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34634 src/com/gps/hibernate/ShoppingorderitemDAO.java 53 There is log block not surrounded by if
34635 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Avoid variables with short names like id
34636 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 Parameter 'id' is not assigned and could be declared final
34637 src/com/gps/hibernate/ShoppingorderitemDAO.java 58 publicMethodCommentRequirement Required
34638 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 There is log block not surrounded by if
34639 src/com/gps/hibernate/ShoppingorderitemDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34640 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Local variable 'instance' could be declared final
34641 src/com/gps/hibernate/ShoppingorderitemDAO.java 61 Potential violation of Law of Demeter (method chain calls)
34642 src/com/gps/hibernate/ShoppingorderitemDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34643 src/com/gps/hibernate/ShoppingorderitemDAO.java 65 There is log block not surrounded by if
34644 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 Parameter 'instance' is not assigned and could be declared final
34645 src/com/gps/hibernate/ShoppingorderitemDAO.java 70 publicMethodCommentRequirement Required
34646 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 There is log block not surrounded by if
34647 src/com/gps/hibernate/ShoppingorderitemDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34648 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Local variable 'results' could be declared final
34649 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34650 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34651 src/com/gps/hibernate/ShoppingorderitemDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34652 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 There is log block not surrounded by if
34653 src/com/gps/hibernate/ShoppingorderitemDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34654 src/com/gps/hibernate/ShoppingorderitemDAO.java 77 Potential violation of Law of Demeter (object not created locally)
34655 src/com/gps/hibernate/ShoppingorderitemDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34656 src/com/gps/hibernate/ShoppingorderitemDAO.java 80 There is log block not surrounded by if
34657 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
34658 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 Parameter 'value' is not assigned and could be declared final
34659 src/com/gps/hibernate/ShoppingorderitemDAO.java 85 publicMethodCommentRequirement Required
34660 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 There is log block not surrounded by if
34661 src/com/gps/hibernate/ShoppingorderitemDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34662 src/com/gps/hibernate/ShoppingorderitemDAO.java 89 Local variable 'queryString' could be declared final
34663 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Local variable 'queryObject' could be declared final
34664 src/com/gps/hibernate/ShoppingorderitemDAO.java 91 Potential violation of Law of Demeter (method chain calls)
34665 src/com/gps/hibernate/ShoppingorderitemDAO.java 92 Potential violation of Law of Demeter (object not created locally)
34666 src/com/gps/hibernate/ShoppingorderitemDAO.java 93 Potential violation of Law of Demeter (object not created locally)
34667 src/com/gps/hibernate/ShoppingorderitemDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34668 src/com/gps/hibernate/ShoppingorderitemDAO.java 95 There is log block not surrounded by if
34669 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 Parameter 'orderId' is not assigned and could be declared final
34670 src/com/gps/hibernate/ShoppingorderitemDAO.java 100 publicMethodCommentRequirement Required
34671 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 Parameter 'itemId' is not assigned and could be declared final
34672 src/com/gps/hibernate/ShoppingorderitemDAO.java 104 publicMethodCommentRequirement Required
34673 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 Parameter 'sku' is not assigned and could be declared final
34674 src/com/gps/hibernate/ShoppingorderitemDAO.java 108 publicMethodCommentRequirement Required
34675 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 Parameter 'name' is not assigned and could be declared final
34676 src/com/gps/hibernate/ShoppingorderitemDAO.java 112 publicMethodCommentRequirement Required
34677 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 Parameter 'description' is not assigned and could be declared final
34678 src/com/gps/hibernate/ShoppingorderitemDAO.java 116 publicMethodCommentRequirement Required
34679 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 Parameter 'properties' is not assigned and could be declared final
34680 src/com/gps/hibernate/ShoppingorderitemDAO.java 120 publicMethodCommentRequirement Required
34681 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 Parameter 'price' is not assigned and could be declared final
34682 src/com/gps/hibernate/ShoppingorderitemDAO.java 124 publicMethodCommentRequirement Required
34683 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 Parameter 'quantity' is not assigned and could be declared final
34684 src/com/gps/hibernate/ShoppingorderitemDAO.java 128 publicMethodCommentRequirement Required
34685 src/com/gps/hibernate/ShoppingorderitemDAO.java 132 publicMethodCommentRequirement Required
34686 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 There is log block not surrounded by if
34687 src/com/gps/hibernate/ShoppingorderitemDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34688 src/com/gps/hibernate/ShoppingorderitemDAO.java 135 Local variable 'queryString' could be declared final
34689 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Local variable 'queryObject' could be declared final
34690 src/com/gps/hibernate/ShoppingorderitemDAO.java 136 Potential violation of Law of Demeter (method chain calls)
34691 src/com/gps/hibernate/ShoppingorderitemDAO.java 137 Potential violation of Law of Demeter (object not created locally)
34692 src/com/gps/hibernate/ShoppingorderitemDAO.java 138 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34693 src/com/gps/hibernate/ShoppingorderitemDAO.java 139 There is log block not surrounded by if
34694 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 Parameter 'detachedInstance' is not assigned and could be declared final
34695 src/com/gps/hibernate/ShoppingorderitemDAO.java 144 publicMethodCommentRequirement Required
34696 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 There is log block not surrounded by if
34697 src/com/gps/hibernate/ShoppingorderitemDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34698 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Local variable 'result' could be declared final
34699 src/com/gps/hibernate/ShoppingorderitemDAO.java 147 Potential violation of Law of Demeter (method chain calls)
34700 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 There is log block not surrounded by if
34701 src/com/gps/hibernate/ShoppingorderitemDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34702 src/com/gps/hibernate/ShoppingorderitemDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34703 src/com/gps/hibernate/ShoppingorderitemDAO.java 152 There is log block not surrounded by if
34704 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 Parameter 'instance' is not assigned and could be declared final
34705 src/com/gps/hibernate/ShoppingorderitemDAO.java 157 publicMethodCommentRequirement Required
34706 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 There is log block not surrounded by if
34707 src/com/gps/hibernate/ShoppingorderitemDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34708 src/com/gps/hibernate/ShoppingorderitemDAO.java 160 Potential violation of Law of Demeter (method chain calls)
34709 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 There is log block not surrounded by if
34710 src/com/gps/hibernate/ShoppingorderitemDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34711 src/com/gps/hibernate/ShoppingorderitemDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34712 src/com/gps/hibernate/ShoppingorderitemDAO.java 163 There is log block not surrounded by if
34713 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 Parameter 'instance' is not assigned and could be declared final
34714 src/com/gps/hibernate/ShoppingorderitemDAO.java 168 publicMethodCommentRequirement Required
34715 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 There is log block not surrounded by if
34716 src/com/gps/hibernate/ShoppingorderitemDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34717 src/com/gps/hibernate/ShoppingorderitemDAO.java 171 Potential violation of Law of Demeter (method chain calls)
34718 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 There is log block not surrounded by if
34719 src/com/gps/hibernate/ShoppingorderitemDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34720 src/com/gps/hibernate/ShoppingorderitemDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34721 src/com/gps/hibernate/ShoppingorderitemDAO.java 174 There is log block not surrounded by if
34722 src/com/gps/hibernate/Socialactivity.java 11 Classes implementing Serializable should set a serialVersionUID
34723 src/com/gps/hibernate/Socialactivity.java 15 fieldCommentRequirement Required
34724 src/com/gps/hibernate/Socialactivity.java 16 fieldCommentRequirement Required
34725 src/com/gps/hibernate/Socialactivity.java 17 fieldCommentRequirement Required
34726 src/com/gps/hibernate/Socialactivity.java 18 fieldCommentRequirement Required
34727 src/com/gps/hibernate/Socialactivity.java 19 fieldCommentRequirement Required
34728 src/com/gps/hibernate/Socialactivity.java 20 fieldCommentRequirement Required
34729 src/com/gps/hibernate/Socialactivity.java 21 fieldCommentRequirement Required
34730 src/com/gps/hibernate/Socialactivity.java 22 fieldCommentRequirement Required
34731 src/com/gps/hibernate/Socialactivity.java 23 fieldCommentRequirement Required
34732 src/com/gps/hibernate/Socialactivity.java 24 fieldCommentRequirement Required
34733 src/com/gps/hibernate/Socialactivity.java 25 fieldCommentRequirement Required
34734 src/com/gps/hibernate/Socialactivity.java 30 Document empty constructor
34735 src/com/gps/hibernate/Socialactivity.java 34 Parameter 'activityId' is not assigned and could be declared final
34736 src/com/gps/hibernate/Socialactivity.java 39 Avoid long parameter lists.
34737 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'activityId' is not assigned and could be declared final
34738 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'companyId' is not assigned and could be declared final
34739 src/com/gps/hibernate/Socialactivity.java 39 Parameter 'groupId' is not assigned and could be declared final
34740 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'createDate' is not assigned and could be declared final
34741 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'mirrorActivityId' is not assigned and could be declared final
34742 src/com/gps/hibernate/Socialactivity.java 40 Parameter 'userId' is not assigned and could be declared final
34743 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classNameId' is not assigned and could be declared final
34744 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'classPk' is not assigned and could be declared final
34745 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'extraData' is not assigned and could be declared final
34746 src/com/gps/hibernate/Socialactivity.java 41 Parameter 'type' is not assigned and could be declared final
34747 src/com/gps/hibernate/Socialactivity.java 42 Parameter 'receiverUserId' is not assigned and could be declared final
34748 src/com/gps/hibernate/Socialactivity.java 58 publicMethodCommentRequirement Required
34749 src/com/gps/hibernate/Socialactivity.java 62 Parameter 'activityId' is not assigned and could be declared final
34750 src/com/gps/hibernate/Socialactivity.java 62 publicMethodCommentRequirement Required
34751 src/com/gps/hibernate/Socialactivity.java 66 publicMethodCommentRequirement Required
34752 src/com/gps/hibernate/Socialactivity.java 70 Parameter 'groupId' is not assigned and could be declared final
34753 src/com/gps/hibernate/Socialactivity.java 70 publicMethodCommentRequirement Required
34754 src/com/gps/hibernate/Socialactivity.java 74 publicMethodCommentRequirement Required
34755 src/com/gps/hibernate/Socialactivity.java 78 Parameter 'companyId' is not assigned and could be declared final
34756 src/com/gps/hibernate/Socialactivity.java 78 publicMethodCommentRequirement Required
34757 src/com/gps/hibernate/Socialactivity.java 82 publicMethodCommentRequirement Required
34758 src/com/gps/hibernate/Socialactivity.java 86 Parameter 'userId' is not assigned and could be declared final
34759 src/com/gps/hibernate/Socialactivity.java 86 publicMethodCommentRequirement Required
34760 src/com/gps/hibernate/Socialactivity.java 90 publicMethodCommentRequirement Required
34761 src/com/gps/hibernate/Socialactivity.java 94 Parameter 'createDate' is not assigned and could be declared final
34762 src/com/gps/hibernate/Socialactivity.java 94 publicMethodCommentRequirement Required
34763 src/com/gps/hibernate/Socialactivity.java 98 publicMethodCommentRequirement Required
34764 src/com/gps/hibernate/Socialactivity.java 102 Parameter 'mirrorActivityId' is not assigned and could be declared final
34765 src/com/gps/hibernate/Socialactivity.java 102 publicMethodCommentRequirement Required
34766 src/com/gps/hibernate/Socialactivity.java 106 publicMethodCommentRequirement Required
34767 src/com/gps/hibernate/Socialactivity.java 110 Parameter 'classNameId' is not assigned and could be declared final
34768 src/com/gps/hibernate/Socialactivity.java 110 publicMethodCommentRequirement Required
34769 src/com/gps/hibernate/Socialactivity.java 114 publicMethodCommentRequirement Required
34770 src/com/gps/hibernate/Socialactivity.java 118 Parameter 'classPk' is not assigned and could be declared final
34771 src/com/gps/hibernate/Socialactivity.java 118 publicMethodCommentRequirement Required
34772 src/com/gps/hibernate/Socialactivity.java 122 publicMethodCommentRequirement Required
34773 src/com/gps/hibernate/Socialactivity.java 126 Parameter 'type' is not assigned and could be declared final
34774 src/com/gps/hibernate/Socialactivity.java 126 publicMethodCommentRequirement Required
34775 src/com/gps/hibernate/Socialactivity.java 130 publicMethodCommentRequirement Required
34776 src/com/gps/hibernate/Socialactivity.java 134 Parameter 'extraData' is not assigned and could be declared final
34777 src/com/gps/hibernate/Socialactivity.java 134 publicMethodCommentRequirement Required
34778 src/com/gps/hibernate/Socialactivity.java 138 publicMethodCommentRequirement Required
34779 src/com/gps/hibernate/Socialactivity.java 142 Parameter 'receiverUserId' is not assigned and could be declared final
34780 src/com/gps/hibernate/Socialactivity.java 142 publicMethodCommentRequirement Required
34781 src/com/gps/hibernate/SocialactivityDAO.java 3 Avoid unused imports such as 'java.util.Date'
34782 src/com/gps/hibernate/SocialactivityDAO.java 11 Comment is too large: Too many lines
34783 src/com/gps/hibernate/SocialactivityDAO.java 23 This class has too many methods, consider refactoring it.
34784 src/com/gps/hibernate/SocialactivityDAO.java 24 Logger should be defined private static final and have the correct class
34785 src/com/gps/hibernate/SocialactivityDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
34786 src/com/gps/hibernate/SocialactivityDAO.java 24 fieldCommentRequirement Required
34787 src/com/gps/hibernate/SocialactivityDAO.java 26 fieldCommentRequirement Required
34788 src/com/gps/hibernate/SocialactivityDAO.java 27 fieldCommentRequirement Required
34789 src/com/gps/hibernate/SocialactivityDAO.java 28 fieldCommentRequirement Required
34790 src/com/gps/hibernate/SocialactivityDAO.java 29 Avoid excessively long variable names like MIRROR_ACTIVITY_ID
34791 src/com/gps/hibernate/SocialactivityDAO.java 29 fieldCommentRequirement Required
34792 src/com/gps/hibernate/SocialactivityDAO.java 30 fieldCommentRequirement Required
34793 src/com/gps/hibernate/SocialactivityDAO.java 31 fieldCommentRequirement Required
34794 src/com/gps/hibernate/SocialactivityDAO.java 32 fieldCommentRequirement Required
34795 src/com/gps/hibernate/SocialactivityDAO.java 33 fieldCommentRequirement Required
34796 src/com/gps/hibernate/SocialactivityDAO.java 34 fieldCommentRequirement Required
34797 src/com/gps/hibernate/SocialactivityDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
34798 src/com/gps/hibernate/SocialactivityDAO.java 36 publicMethodCommentRequirement Required
34799 src/com/gps/hibernate/SocialactivityDAO.java 37 There is log block not surrounded by if
34800 src/com/gps/hibernate/SocialactivityDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34801 src/com/gps/hibernate/SocialactivityDAO.java 39 Potential violation of Law of Demeter (method chain calls)
34802 src/com/gps/hibernate/SocialactivityDAO.java 40 There is log block not surrounded by if
34803 src/com/gps/hibernate/SocialactivityDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34804 src/com/gps/hibernate/SocialactivityDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34805 src/com/gps/hibernate/SocialactivityDAO.java 42 There is log block not surrounded by if
34806 src/com/gps/hibernate/SocialactivityDAO.java 47 Avoid excessively long variable names like persistentInstance
34807 src/com/gps/hibernate/SocialactivityDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
34808 src/com/gps/hibernate/SocialactivityDAO.java 47 publicMethodCommentRequirement Required
34809 src/com/gps/hibernate/SocialactivityDAO.java 48 There is log block not surrounded by if
34810 src/com/gps/hibernate/SocialactivityDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34811 src/com/gps/hibernate/SocialactivityDAO.java 50 Potential violation of Law of Demeter (method chain calls)
34812 src/com/gps/hibernate/SocialactivityDAO.java 51 There is log block not surrounded by if
34813 src/com/gps/hibernate/SocialactivityDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34814 src/com/gps/hibernate/SocialactivityDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34815 src/com/gps/hibernate/SocialactivityDAO.java 53 There is log block not surrounded by if
34816 src/com/gps/hibernate/SocialactivityDAO.java 58 Avoid variables with short names like id
34817 src/com/gps/hibernate/SocialactivityDAO.java 58 Parameter 'id' is not assigned and could be declared final
34818 src/com/gps/hibernate/SocialactivityDAO.java 58 publicMethodCommentRequirement Required
34819 src/com/gps/hibernate/SocialactivityDAO.java 59 There is log block not surrounded by if
34820 src/com/gps/hibernate/SocialactivityDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34821 src/com/gps/hibernate/SocialactivityDAO.java 61 Local variable 'instance' could be declared final
34822 src/com/gps/hibernate/SocialactivityDAO.java 61 Potential violation of Law of Demeter (method chain calls)
34823 src/com/gps/hibernate/SocialactivityDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34824 src/com/gps/hibernate/SocialactivityDAO.java 65 There is log block not surrounded by if
34825 src/com/gps/hibernate/SocialactivityDAO.java 70 Parameter 'instance' is not assigned and could be declared final
34826 src/com/gps/hibernate/SocialactivityDAO.java 70 publicMethodCommentRequirement Required
34827 src/com/gps/hibernate/SocialactivityDAO.java 71 There is log block not surrounded by if
34828 src/com/gps/hibernate/SocialactivityDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34829 src/com/gps/hibernate/SocialactivityDAO.java 73 Local variable 'results' could be declared final
34830 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34831 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34832 src/com/gps/hibernate/SocialactivityDAO.java 73 Potential violation of Law of Demeter (method chain calls)
34833 src/com/gps/hibernate/SocialactivityDAO.java 76 There is log block not surrounded by if
34834 src/com/gps/hibernate/SocialactivityDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34835 src/com/gps/hibernate/SocialactivityDAO.java 77 Potential violation of Law of Demeter (object not created locally)
34836 src/com/gps/hibernate/SocialactivityDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34837 src/com/gps/hibernate/SocialactivityDAO.java 80 There is log block not surrounded by if
34838 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
34839 src/com/gps/hibernate/SocialactivityDAO.java 85 Parameter 'value' is not assigned and could be declared final
34840 src/com/gps/hibernate/SocialactivityDAO.java 85 publicMethodCommentRequirement Required
34841 src/com/gps/hibernate/SocialactivityDAO.java 86 There is log block not surrounded by if
34842 src/com/gps/hibernate/SocialactivityDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34843 src/com/gps/hibernate/SocialactivityDAO.java 89 Local variable 'queryString' could be declared final
34844 src/com/gps/hibernate/SocialactivityDAO.java 91 Local variable 'queryObject' could be declared final
34845 src/com/gps/hibernate/SocialactivityDAO.java 91 Potential violation of Law of Demeter (method chain calls)
34846 src/com/gps/hibernate/SocialactivityDAO.java 92 Potential violation of Law of Demeter (object not created locally)
34847 src/com/gps/hibernate/SocialactivityDAO.java 93 Potential violation of Law of Demeter (object not created locally)
34848 src/com/gps/hibernate/SocialactivityDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34849 src/com/gps/hibernate/SocialactivityDAO.java 95 There is log block not surrounded by if
34850 src/com/gps/hibernate/SocialactivityDAO.java 100 Parameter 'groupId' is not assigned and could be declared final
34851 src/com/gps/hibernate/SocialactivityDAO.java 100 publicMethodCommentRequirement Required
34852 src/com/gps/hibernate/SocialactivityDAO.java 104 Parameter 'companyId' is not assigned and could be declared final
34853 src/com/gps/hibernate/SocialactivityDAO.java 104 publicMethodCommentRequirement Required
34854 src/com/gps/hibernate/SocialactivityDAO.java 108 Parameter 'userId' is not assigned and could be declared final
34855 src/com/gps/hibernate/SocialactivityDAO.java 108 publicMethodCommentRequirement Required
34856 src/com/gps/hibernate/SocialactivityDAO.java 112 Parameter 'mirrorActivityId' is not assigned and could be declared final
34857 src/com/gps/hibernate/SocialactivityDAO.java 112 publicMethodCommentRequirement Required
34858 src/com/gps/hibernate/SocialactivityDAO.java 116 Parameter 'classNameId' is not assigned and could be declared final
34859 src/com/gps/hibernate/SocialactivityDAO.java 116 publicMethodCommentRequirement Required
34860 src/com/gps/hibernate/SocialactivityDAO.java 120 Parameter 'classPk' is not assigned and could be declared final
34861 src/com/gps/hibernate/SocialactivityDAO.java 120 publicMethodCommentRequirement Required
34862 src/com/gps/hibernate/SocialactivityDAO.java 124 Parameter 'type' is not assigned and could be declared final
34863 src/com/gps/hibernate/SocialactivityDAO.java 124 publicMethodCommentRequirement Required
34864 src/com/gps/hibernate/SocialactivityDAO.java 128 Parameter 'extraData' is not assigned and could be declared final
34865 src/com/gps/hibernate/SocialactivityDAO.java 128 publicMethodCommentRequirement Required
34866 src/com/gps/hibernate/SocialactivityDAO.java 132 Parameter 'receiverUserId' is not assigned and could be declared final
34867 src/com/gps/hibernate/SocialactivityDAO.java 132 publicMethodCommentRequirement Required
34868 src/com/gps/hibernate/SocialactivityDAO.java 136 publicMethodCommentRequirement Required
34869 src/com/gps/hibernate/SocialactivityDAO.java 137 There is log block not surrounded by if
34870 src/com/gps/hibernate/SocialactivityDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34871 src/com/gps/hibernate/SocialactivityDAO.java 139 Local variable 'queryString' could be declared final
34872 src/com/gps/hibernate/SocialactivityDAO.java 140 Local variable 'queryObject' could be declared final
34873 src/com/gps/hibernate/SocialactivityDAO.java 140 Potential violation of Law of Demeter (method chain calls)
34874 src/com/gps/hibernate/SocialactivityDAO.java 141 Potential violation of Law of Demeter (object not created locally)
34875 src/com/gps/hibernate/SocialactivityDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34876 src/com/gps/hibernate/SocialactivityDAO.java 143 There is log block not surrounded by if
34877 src/com/gps/hibernate/SocialactivityDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
34878 src/com/gps/hibernate/SocialactivityDAO.java 148 publicMethodCommentRequirement Required
34879 src/com/gps/hibernate/SocialactivityDAO.java 149 There is log block not surrounded by if
34880 src/com/gps/hibernate/SocialactivityDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34881 src/com/gps/hibernate/SocialactivityDAO.java 151 Local variable 'result' could be declared final
34882 src/com/gps/hibernate/SocialactivityDAO.java 151 Potential violation of Law of Demeter (method chain calls)
34883 src/com/gps/hibernate/SocialactivityDAO.java 153 There is log block not surrounded by if
34884 src/com/gps/hibernate/SocialactivityDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34885 src/com/gps/hibernate/SocialactivityDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34886 src/com/gps/hibernate/SocialactivityDAO.java 156 There is log block not surrounded by if
34887 src/com/gps/hibernate/SocialactivityDAO.java 161 Parameter 'instance' is not assigned and could be declared final
34888 src/com/gps/hibernate/SocialactivityDAO.java 161 publicMethodCommentRequirement Required
34889 src/com/gps/hibernate/SocialactivityDAO.java 162 There is log block not surrounded by if
34890 src/com/gps/hibernate/SocialactivityDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34891 src/com/gps/hibernate/SocialactivityDAO.java 164 Potential violation of Law of Demeter (method chain calls)
34892 src/com/gps/hibernate/SocialactivityDAO.java 165 There is log block not surrounded by if
34893 src/com/gps/hibernate/SocialactivityDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34894 src/com/gps/hibernate/SocialactivityDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34895 src/com/gps/hibernate/SocialactivityDAO.java 167 There is log block not surrounded by if
34896 src/com/gps/hibernate/SocialactivityDAO.java 172 Parameter 'instance' is not assigned and could be declared final
34897 src/com/gps/hibernate/SocialactivityDAO.java 172 publicMethodCommentRequirement Required
34898 src/com/gps/hibernate/SocialactivityDAO.java 173 There is log block not surrounded by if
34899 src/com/gps/hibernate/SocialactivityDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34900 src/com/gps/hibernate/SocialactivityDAO.java 175 Potential violation of Law of Demeter (method chain calls)
34901 src/com/gps/hibernate/SocialactivityDAO.java 176 There is log block not surrounded by if
34902 src/com/gps/hibernate/SocialactivityDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34903 src/com/gps/hibernate/SocialactivityDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34904 src/com/gps/hibernate/SocialactivityDAO.java 178 There is log block not surrounded by if
34905 src/com/gps/hibernate/Socialrelation.java 11 Classes implementing Serializable should set a serialVersionUID
34906 src/com/gps/hibernate/Socialrelation.java 15 fieldCommentRequirement Required
34907 src/com/gps/hibernate/Socialrelation.java 16 fieldCommentRequirement Required
34908 src/com/gps/hibernate/Socialrelation.java 17 fieldCommentRequirement Required
34909 src/com/gps/hibernate/Socialrelation.java 18 fieldCommentRequirement Required
34910 src/com/gps/hibernate/Socialrelation.java 19 fieldCommentRequirement Required
34911 src/com/gps/hibernate/Socialrelation.java 20 fieldCommentRequirement Required
34912 src/com/gps/hibernate/Socialrelation.java 21 fieldCommentRequirement Required
34913 src/com/gps/hibernate/Socialrelation.java 26 Document empty constructor
34914 src/com/gps/hibernate/Socialrelation.java 30 Parameter 'relationId' is not assigned and could be declared final
34915 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'companyId' is not assigned and could be declared final
34916 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'relationId' is not assigned and could be declared final
34917 src/com/gps/hibernate/Socialrelation.java 35 Parameter 'uuid' is not assigned and could be declared final
34918 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'createDate' is not assigned and could be declared final
34919 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'type' is not assigned and could be declared final
34920 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId1' is not assigned and could be declared final
34921 src/com/gps/hibernate/Socialrelation.java 36 Parameter 'userId2' is not assigned and could be declared final
34922 src/com/gps/hibernate/Socialrelation.java 48 publicMethodCommentRequirement Required
34923 src/com/gps/hibernate/Socialrelation.java 52 Parameter 'relationId' is not assigned and could be declared final
34924 src/com/gps/hibernate/Socialrelation.java 52 publicMethodCommentRequirement Required
34925 src/com/gps/hibernate/Socialrelation.java 56 publicMethodCommentRequirement Required
34926 src/com/gps/hibernate/Socialrelation.java 60 Parameter 'uuid' is not assigned and could be declared final
34927 src/com/gps/hibernate/Socialrelation.java 60 publicMethodCommentRequirement Required
34928 src/com/gps/hibernate/Socialrelation.java 64 publicMethodCommentRequirement Required
34929 src/com/gps/hibernate/Socialrelation.java 68 Parameter 'companyId' is not assigned and could be declared final
34930 src/com/gps/hibernate/Socialrelation.java 68 publicMethodCommentRequirement Required
34931 src/com/gps/hibernate/Socialrelation.java 72 publicMethodCommentRequirement Required
34932 src/com/gps/hibernate/Socialrelation.java 76 Parameter 'createDate' is not assigned and could be declared final
34933 src/com/gps/hibernate/Socialrelation.java 76 publicMethodCommentRequirement Required
34934 src/com/gps/hibernate/Socialrelation.java 80 publicMethodCommentRequirement Required
34935 src/com/gps/hibernate/Socialrelation.java 84 Parameter 'userId1' is not assigned and could be declared final
34936 src/com/gps/hibernate/Socialrelation.java 84 publicMethodCommentRequirement Required
34937 src/com/gps/hibernate/Socialrelation.java 88 publicMethodCommentRequirement Required
34938 src/com/gps/hibernate/Socialrelation.java 92 Parameter 'userId2' is not assigned and could be declared final
34939 src/com/gps/hibernate/Socialrelation.java 92 publicMethodCommentRequirement Required
34940 src/com/gps/hibernate/Socialrelation.java 96 publicMethodCommentRequirement Required
34941 src/com/gps/hibernate/Socialrelation.java 100 Parameter 'type' is not assigned and could be declared final
34942 src/com/gps/hibernate/Socialrelation.java 100 publicMethodCommentRequirement Required
34943 src/com/gps/hibernate/SocialrelationDAO.java 3 Avoid unused imports such as 'java.util.Date'
34944 src/com/gps/hibernate/SocialrelationDAO.java 11 Comment is too large: Too many lines
34945 src/com/gps/hibernate/SocialrelationDAO.java 23 This class has too many methods, consider refactoring it.
34946 src/com/gps/hibernate/SocialrelationDAO.java 24 Logger should be defined private static final and have the correct class
34947 src/com/gps/hibernate/SocialrelationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
34948 src/com/gps/hibernate/SocialrelationDAO.java 24 fieldCommentRequirement Required
34949 src/com/gps/hibernate/SocialrelationDAO.java 26 fieldCommentRequirement Required
34950 src/com/gps/hibernate/SocialrelationDAO.java 27 fieldCommentRequirement Required
34951 src/com/gps/hibernate/SocialrelationDAO.java 28 fieldCommentRequirement Required
34952 src/com/gps/hibernate/SocialrelationDAO.java 29 fieldCommentRequirement Required
34953 src/com/gps/hibernate/SocialrelationDAO.java 30 fieldCommentRequirement Required
34954 src/com/gps/hibernate/SocialrelationDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
34955 src/com/gps/hibernate/SocialrelationDAO.java 32 publicMethodCommentRequirement Required
34956 src/com/gps/hibernate/SocialrelationDAO.java 33 There is log block not surrounded by if
34957 src/com/gps/hibernate/SocialrelationDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34958 src/com/gps/hibernate/SocialrelationDAO.java 35 Potential violation of Law of Demeter (method chain calls)
34959 src/com/gps/hibernate/SocialrelationDAO.java 36 There is log block not surrounded by if
34960 src/com/gps/hibernate/SocialrelationDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34961 src/com/gps/hibernate/SocialrelationDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34962 src/com/gps/hibernate/SocialrelationDAO.java 38 There is log block not surrounded by if
34963 src/com/gps/hibernate/SocialrelationDAO.java 43 Avoid excessively long variable names like persistentInstance
34964 src/com/gps/hibernate/SocialrelationDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
34965 src/com/gps/hibernate/SocialrelationDAO.java 43 publicMethodCommentRequirement Required
34966 src/com/gps/hibernate/SocialrelationDAO.java 44 There is log block not surrounded by if
34967 src/com/gps/hibernate/SocialrelationDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34968 src/com/gps/hibernate/SocialrelationDAO.java 46 Potential violation of Law of Demeter (method chain calls)
34969 src/com/gps/hibernate/SocialrelationDAO.java 47 There is log block not surrounded by if
34970 src/com/gps/hibernate/SocialrelationDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34971 src/com/gps/hibernate/SocialrelationDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34972 src/com/gps/hibernate/SocialrelationDAO.java 49 There is log block not surrounded by if
34973 src/com/gps/hibernate/SocialrelationDAO.java 54 Avoid variables with short names like id
34974 src/com/gps/hibernate/SocialrelationDAO.java 54 Parameter 'id' is not assigned and could be declared final
34975 src/com/gps/hibernate/SocialrelationDAO.java 54 publicMethodCommentRequirement Required
34976 src/com/gps/hibernate/SocialrelationDAO.java 55 There is log block not surrounded by if
34977 src/com/gps/hibernate/SocialrelationDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34978 src/com/gps/hibernate/SocialrelationDAO.java 57 Local variable 'instance' could be declared final
34979 src/com/gps/hibernate/SocialrelationDAO.java 57 Potential violation of Law of Demeter (method chain calls)
34980 src/com/gps/hibernate/SocialrelationDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34981 src/com/gps/hibernate/SocialrelationDAO.java 61 There is log block not surrounded by if
34982 src/com/gps/hibernate/SocialrelationDAO.java 66 Parameter 'instance' is not assigned and could be declared final
34983 src/com/gps/hibernate/SocialrelationDAO.java 66 publicMethodCommentRequirement Required
34984 src/com/gps/hibernate/SocialrelationDAO.java 67 There is log block not surrounded by if
34985 src/com/gps/hibernate/SocialrelationDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34986 src/com/gps/hibernate/SocialrelationDAO.java 69 Local variable 'results' could be declared final
34987 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
34988 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
34989 src/com/gps/hibernate/SocialrelationDAO.java 69 Potential violation of Law of Demeter (method chain calls)
34990 src/com/gps/hibernate/SocialrelationDAO.java 72 There is log block not surrounded by if
34991 src/com/gps/hibernate/SocialrelationDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
34992 src/com/gps/hibernate/SocialrelationDAO.java 73 Potential violation of Law of Demeter (object not created locally)
34993 src/com/gps/hibernate/SocialrelationDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
34994 src/com/gps/hibernate/SocialrelationDAO.java 76 There is log block not surrounded by if
34995 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
34996 src/com/gps/hibernate/SocialrelationDAO.java 81 Parameter 'value' is not assigned and could be declared final
34997 src/com/gps/hibernate/SocialrelationDAO.java 81 publicMethodCommentRequirement Required
34998 src/com/gps/hibernate/SocialrelationDAO.java 82 There is log block not surrounded by if
34999 src/com/gps/hibernate/SocialrelationDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35000 src/com/gps/hibernate/SocialrelationDAO.java 85 Local variable 'queryString' could be declared final
35001 src/com/gps/hibernate/SocialrelationDAO.java 87 Local variable 'queryObject' could be declared final
35002 src/com/gps/hibernate/SocialrelationDAO.java 87 Potential violation of Law of Demeter (method chain calls)
35003 src/com/gps/hibernate/SocialrelationDAO.java 88 Potential violation of Law of Demeter (object not created locally)
35004 src/com/gps/hibernate/SocialrelationDAO.java 89 Potential violation of Law of Demeter (object not created locally)
35005 src/com/gps/hibernate/SocialrelationDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35006 src/com/gps/hibernate/SocialrelationDAO.java 91 There is log block not surrounded by if
35007 src/com/gps/hibernate/SocialrelationDAO.java 96 Parameter 'uuid' is not assigned and could be declared final
35008 src/com/gps/hibernate/SocialrelationDAO.java 96 publicMethodCommentRequirement Required
35009 src/com/gps/hibernate/SocialrelationDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
35010 src/com/gps/hibernate/SocialrelationDAO.java 100 publicMethodCommentRequirement Required
35011 src/com/gps/hibernate/SocialrelationDAO.java 104 Parameter 'userId1' is not assigned and could be declared final
35012 src/com/gps/hibernate/SocialrelationDAO.java 104 publicMethodCommentRequirement Required
35013 src/com/gps/hibernate/SocialrelationDAO.java 108 Parameter 'userId2' is not assigned and could be declared final
35014 src/com/gps/hibernate/SocialrelationDAO.java 108 publicMethodCommentRequirement Required
35015 src/com/gps/hibernate/SocialrelationDAO.java 112 Parameter 'type' is not assigned and could be declared final
35016 src/com/gps/hibernate/SocialrelationDAO.java 112 publicMethodCommentRequirement Required
35017 src/com/gps/hibernate/SocialrelationDAO.java 116 publicMethodCommentRequirement Required
35018 src/com/gps/hibernate/SocialrelationDAO.java 117 There is log block not surrounded by if
35019 src/com/gps/hibernate/SocialrelationDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35020 src/com/gps/hibernate/SocialrelationDAO.java 119 Local variable 'queryString' could be declared final
35021 src/com/gps/hibernate/SocialrelationDAO.java 120 Local variable 'queryObject' could be declared final
35022 src/com/gps/hibernate/SocialrelationDAO.java 120 Potential violation of Law of Demeter (method chain calls)
35023 src/com/gps/hibernate/SocialrelationDAO.java 121 Potential violation of Law of Demeter (object not created locally)
35024 src/com/gps/hibernate/SocialrelationDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35025 src/com/gps/hibernate/SocialrelationDAO.java 123 There is log block not surrounded by if
35026 src/com/gps/hibernate/SocialrelationDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
35027 src/com/gps/hibernate/SocialrelationDAO.java 128 publicMethodCommentRequirement Required
35028 src/com/gps/hibernate/SocialrelationDAO.java 129 There is log block not surrounded by if
35029 src/com/gps/hibernate/SocialrelationDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35030 src/com/gps/hibernate/SocialrelationDAO.java 131 Local variable 'result' could be declared final
35031 src/com/gps/hibernate/SocialrelationDAO.java 131 Potential violation of Law of Demeter (method chain calls)
35032 src/com/gps/hibernate/SocialrelationDAO.java 133 There is log block not surrounded by if
35033 src/com/gps/hibernate/SocialrelationDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35034 src/com/gps/hibernate/SocialrelationDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35035 src/com/gps/hibernate/SocialrelationDAO.java 136 There is log block not surrounded by if
35036 src/com/gps/hibernate/SocialrelationDAO.java 141 Parameter 'instance' is not assigned and could be declared final
35037 src/com/gps/hibernate/SocialrelationDAO.java 141 publicMethodCommentRequirement Required
35038 src/com/gps/hibernate/SocialrelationDAO.java 142 There is log block not surrounded by if
35039 src/com/gps/hibernate/SocialrelationDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35040 src/com/gps/hibernate/SocialrelationDAO.java 144 Potential violation of Law of Demeter (method chain calls)
35041 src/com/gps/hibernate/SocialrelationDAO.java 145 There is log block not surrounded by if
35042 src/com/gps/hibernate/SocialrelationDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35043 src/com/gps/hibernate/SocialrelationDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35044 src/com/gps/hibernate/SocialrelationDAO.java 147 There is log block not surrounded by if
35045 src/com/gps/hibernate/SocialrelationDAO.java 152 Parameter 'instance' is not assigned and could be declared final
35046 src/com/gps/hibernate/SocialrelationDAO.java 152 publicMethodCommentRequirement Required
35047 src/com/gps/hibernate/SocialrelationDAO.java 153 There is log block not surrounded by if
35048 src/com/gps/hibernate/SocialrelationDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35049 src/com/gps/hibernate/SocialrelationDAO.java 155 Potential violation of Law of Demeter (method chain calls)
35050 src/com/gps/hibernate/SocialrelationDAO.java 156 There is log block not surrounded by if
35051 src/com/gps/hibernate/SocialrelationDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35052 src/com/gps/hibernate/SocialrelationDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35053 src/com/gps/hibernate/SocialrelationDAO.java 158 There is log block not surrounded by if
35054 src/com/gps/hibernate/Socialrequest.java 11 Classes implementing Serializable should set a serialVersionUID
35055 src/com/gps/hibernate/Socialrequest.java 15 fieldCommentRequirement Required
35056 src/com/gps/hibernate/Socialrequest.java 16 fieldCommentRequirement Required
35057 src/com/gps/hibernate/Socialrequest.java 17 fieldCommentRequirement Required
35058 src/com/gps/hibernate/Socialrequest.java 18 fieldCommentRequirement Required
35059 src/com/gps/hibernate/Socialrequest.java 19 fieldCommentRequirement Required
35060 src/com/gps/hibernate/Socialrequest.java 20 fieldCommentRequirement Required
35061 src/com/gps/hibernate/Socialrequest.java 21 fieldCommentRequirement Required
35062 src/com/gps/hibernate/Socialrequest.java 22 fieldCommentRequirement Required
35063 src/com/gps/hibernate/Socialrequest.java 23 fieldCommentRequirement Required
35064 src/com/gps/hibernate/Socialrequest.java 24 fieldCommentRequirement Required
35065 src/com/gps/hibernate/Socialrequest.java 25 fieldCommentRequirement Required
35066 src/com/gps/hibernate/Socialrequest.java 26 fieldCommentRequirement Required
35067 src/com/gps/hibernate/Socialrequest.java 27 fieldCommentRequirement Required
35068 src/com/gps/hibernate/Socialrequest.java 32 Document empty constructor
35069 src/com/gps/hibernate/Socialrequest.java 36 Parameter 'requestId' is not assigned and could be declared final
35070 src/com/gps/hibernate/Socialrequest.java 41 Avoid long parameter lists.
35071 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'groupId' is not assigned and could be declared final
35072 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'requestId' is not assigned and could be declared final
35073 src/com/gps/hibernate/Socialrequest.java 41 Parameter 'uuid' is not assigned and could be declared final
35074 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'companyId' is not assigned and could be declared final
35075 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'createDate' is not assigned and could be declared final
35076 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
35077 src/com/gps/hibernate/Socialrequest.java 42 Parameter 'userId' is not assigned and could be declared final
35078 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classNameId' is not assigned and could be declared final
35079 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'classPk' is not assigned and could be declared final
35080 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'extraData' is not assigned and could be declared final
35081 src/com/gps/hibernate/Socialrequest.java 43 Parameter 'type' is not assigned and could be declared final
35082 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'receiverUserId' is not assigned and could be declared final
35083 src/com/gps/hibernate/Socialrequest.java 44 Parameter 'status' is not assigned and could be declared final
35084 src/com/gps/hibernate/Socialrequest.java 62 publicMethodCommentRequirement Required
35085 src/com/gps/hibernate/Socialrequest.java 66 Parameter 'requestId' is not assigned and could be declared final
35086 src/com/gps/hibernate/Socialrequest.java 66 publicMethodCommentRequirement Required
35087 src/com/gps/hibernate/Socialrequest.java 70 publicMethodCommentRequirement Required
35088 src/com/gps/hibernate/Socialrequest.java 74 Parameter 'uuid' is not assigned and could be declared final
35089 src/com/gps/hibernate/Socialrequest.java 74 publicMethodCommentRequirement Required
35090 src/com/gps/hibernate/Socialrequest.java 78 publicMethodCommentRequirement Required
35091 src/com/gps/hibernate/Socialrequest.java 82 Parameter 'groupId' is not assigned and could be declared final
35092 src/com/gps/hibernate/Socialrequest.java 82 publicMethodCommentRequirement Required
35093 src/com/gps/hibernate/Socialrequest.java 86 publicMethodCommentRequirement Required
35094 src/com/gps/hibernate/Socialrequest.java 90 Parameter 'companyId' is not assigned and could be declared final
35095 src/com/gps/hibernate/Socialrequest.java 90 publicMethodCommentRequirement Required
35096 src/com/gps/hibernate/Socialrequest.java 94 publicMethodCommentRequirement Required
35097 src/com/gps/hibernate/Socialrequest.java 98 Parameter 'userId' is not assigned and could be declared final
35098 src/com/gps/hibernate/Socialrequest.java 98 publicMethodCommentRequirement Required
35099 src/com/gps/hibernate/Socialrequest.java 102 publicMethodCommentRequirement Required
35100 src/com/gps/hibernate/Socialrequest.java 106 Parameter 'createDate' is not assigned and could be declared final
35101 src/com/gps/hibernate/Socialrequest.java 106 publicMethodCommentRequirement Required
35102 src/com/gps/hibernate/Socialrequest.java 110 publicMethodCommentRequirement Required
35103 src/com/gps/hibernate/Socialrequest.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
35104 src/com/gps/hibernate/Socialrequest.java 114 publicMethodCommentRequirement Required
35105 src/com/gps/hibernate/Socialrequest.java 118 publicMethodCommentRequirement Required
35106 src/com/gps/hibernate/Socialrequest.java 122 Parameter 'classNameId' is not assigned and could be declared final
35107 src/com/gps/hibernate/Socialrequest.java 122 publicMethodCommentRequirement Required
35108 src/com/gps/hibernate/Socialrequest.java 126 publicMethodCommentRequirement Required
35109 src/com/gps/hibernate/Socialrequest.java 130 Parameter 'classPk' is not assigned and could be declared final
35110 src/com/gps/hibernate/Socialrequest.java 130 publicMethodCommentRequirement Required
35111 src/com/gps/hibernate/Socialrequest.java 134 publicMethodCommentRequirement Required
35112 src/com/gps/hibernate/Socialrequest.java 138 Parameter 'type' is not assigned and could be declared final
35113 src/com/gps/hibernate/Socialrequest.java 138 publicMethodCommentRequirement Required
35114 src/com/gps/hibernate/Socialrequest.java 142 publicMethodCommentRequirement Required
35115 src/com/gps/hibernate/Socialrequest.java 146 Parameter 'extraData' is not assigned and could be declared final
35116 src/com/gps/hibernate/Socialrequest.java 146 publicMethodCommentRequirement Required
35117 src/com/gps/hibernate/Socialrequest.java 150 publicMethodCommentRequirement Required
35118 src/com/gps/hibernate/Socialrequest.java 154 Parameter 'receiverUserId' is not assigned and could be declared final
35119 src/com/gps/hibernate/Socialrequest.java 154 publicMethodCommentRequirement Required
35120 src/com/gps/hibernate/Socialrequest.java 158 publicMethodCommentRequirement Required
35121 src/com/gps/hibernate/Socialrequest.java 162 Parameter 'status' is not assigned and could be declared final
35122 src/com/gps/hibernate/Socialrequest.java 162 publicMethodCommentRequirement Required
35123 src/com/gps/hibernate/SocialrequestDAO.java 3 Avoid unused imports such as 'java.util.Date'
35124 src/com/gps/hibernate/SocialrequestDAO.java 11 Comment is too large: Too many lines
35125 src/com/gps/hibernate/SocialrequestDAO.java 23 This class has too many methods, consider refactoring it.
35126 src/com/gps/hibernate/SocialrequestDAO.java 24 Logger should be defined private static final and have the correct class
35127 src/com/gps/hibernate/SocialrequestDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
35128 src/com/gps/hibernate/SocialrequestDAO.java 24 fieldCommentRequirement Required
35129 src/com/gps/hibernate/SocialrequestDAO.java 26 fieldCommentRequirement Required
35130 src/com/gps/hibernate/SocialrequestDAO.java 27 fieldCommentRequirement Required
35131 src/com/gps/hibernate/SocialrequestDAO.java 28 fieldCommentRequirement Required
35132 src/com/gps/hibernate/SocialrequestDAO.java 29 fieldCommentRequirement Required
35133 src/com/gps/hibernate/SocialrequestDAO.java 30 fieldCommentRequirement Required
35134 src/com/gps/hibernate/SocialrequestDAO.java 31 fieldCommentRequirement Required
35135 src/com/gps/hibernate/SocialrequestDAO.java 32 fieldCommentRequirement Required
35136 src/com/gps/hibernate/SocialrequestDAO.java 33 fieldCommentRequirement Required
35137 src/com/gps/hibernate/SocialrequestDAO.java 34 fieldCommentRequirement Required
35138 src/com/gps/hibernate/SocialrequestDAO.java 35 fieldCommentRequirement Required
35139 src/com/gps/hibernate/SocialrequestDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
35140 src/com/gps/hibernate/SocialrequestDAO.java 37 publicMethodCommentRequirement Required
35141 src/com/gps/hibernate/SocialrequestDAO.java 38 There is log block not surrounded by if
35142 src/com/gps/hibernate/SocialrequestDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35143 src/com/gps/hibernate/SocialrequestDAO.java 40 Potential violation of Law of Demeter (method chain calls)
35144 src/com/gps/hibernate/SocialrequestDAO.java 41 There is log block not surrounded by if
35145 src/com/gps/hibernate/SocialrequestDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35146 src/com/gps/hibernate/SocialrequestDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35147 src/com/gps/hibernate/SocialrequestDAO.java 43 There is log block not surrounded by if
35148 src/com/gps/hibernate/SocialrequestDAO.java 48 Avoid excessively long variable names like persistentInstance
35149 src/com/gps/hibernate/SocialrequestDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
35150 src/com/gps/hibernate/SocialrequestDAO.java 48 publicMethodCommentRequirement Required
35151 src/com/gps/hibernate/SocialrequestDAO.java 49 There is log block not surrounded by if
35152 src/com/gps/hibernate/SocialrequestDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35153 src/com/gps/hibernate/SocialrequestDAO.java 51 Potential violation of Law of Demeter (method chain calls)
35154 src/com/gps/hibernate/SocialrequestDAO.java 52 There is log block not surrounded by if
35155 src/com/gps/hibernate/SocialrequestDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35156 src/com/gps/hibernate/SocialrequestDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35157 src/com/gps/hibernate/SocialrequestDAO.java 54 There is log block not surrounded by if
35158 src/com/gps/hibernate/SocialrequestDAO.java 59 Avoid variables with short names like id
35159 src/com/gps/hibernate/SocialrequestDAO.java 59 Parameter 'id' is not assigned and could be declared final
35160 src/com/gps/hibernate/SocialrequestDAO.java 59 publicMethodCommentRequirement Required
35161 src/com/gps/hibernate/SocialrequestDAO.java 60 There is log block not surrounded by if
35162 src/com/gps/hibernate/SocialrequestDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35163 src/com/gps/hibernate/SocialrequestDAO.java 62 Local variable 'instance' could be declared final
35164 src/com/gps/hibernate/SocialrequestDAO.java 62 Potential violation of Law of Demeter (method chain calls)
35165 src/com/gps/hibernate/SocialrequestDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35166 src/com/gps/hibernate/SocialrequestDAO.java 66 There is log block not surrounded by if
35167 src/com/gps/hibernate/SocialrequestDAO.java 71 Parameter 'instance' is not assigned and could be declared final
35168 src/com/gps/hibernate/SocialrequestDAO.java 71 publicMethodCommentRequirement Required
35169 src/com/gps/hibernate/SocialrequestDAO.java 72 There is log block not surrounded by if
35170 src/com/gps/hibernate/SocialrequestDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35171 src/com/gps/hibernate/SocialrequestDAO.java 74 Local variable 'results' could be declared final
35172 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
35173 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
35174 src/com/gps/hibernate/SocialrequestDAO.java 74 Potential violation of Law of Demeter (method chain calls)
35175 src/com/gps/hibernate/SocialrequestDAO.java 77 There is log block not surrounded by if
35176 src/com/gps/hibernate/SocialrequestDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35177 src/com/gps/hibernate/SocialrequestDAO.java 78 Potential violation of Law of Demeter (object not created locally)
35178 src/com/gps/hibernate/SocialrequestDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35179 src/com/gps/hibernate/SocialrequestDAO.java 81 There is log block not surrounded by if
35180 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
35181 src/com/gps/hibernate/SocialrequestDAO.java 86 Parameter 'value' is not assigned and could be declared final
35182 src/com/gps/hibernate/SocialrequestDAO.java 86 publicMethodCommentRequirement Required
35183 src/com/gps/hibernate/SocialrequestDAO.java 87 There is log block not surrounded by if
35184 src/com/gps/hibernate/SocialrequestDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35185 src/com/gps/hibernate/SocialrequestDAO.java 90 Local variable 'queryString' could be declared final
35186 src/com/gps/hibernate/SocialrequestDAO.java 92 Local variable 'queryObject' could be declared final
35187 src/com/gps/hibernate/SocialrequestDAO.java 92 Potential violation of Law of Demeter (method chain calls)
35188 src/com/gps/hibernate/SocialrequestDAO.java 93 Potential violation of Law of Demeter (object not created locally)
35189 src/com/gps/hibernate/SocialrequestDAO.java 94 Potential violation of Law of Demeter (object not created locally)
35190 src/com/gps/hibernate/SocialrequestDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35191 src/com/gps/hibernate/SocialrequestDAO.java 96 There is log block not surrounded by if
35192 src/com/gps/hibernate/SocialrequestDAO.java 101 Parameter 'uuid' is not assigned and could be declared final
35193 src/com/gps/hibernate/SocialrequestDAO.java 101 publicMethodCommentRequirement Required
35194 src/com/gps/hibernate/SocialrequestDAO.java 105 Parameter 'groupId' is not assigned and could be declared final
35195 src/com/gps/hibernate/SocialrequestDAO.java 105 publicMethodCommentRequirement Required
35196 src/com/gps/hibernate/SocialrequestDAO.java 109 Parameter 'companyId' is not assigned and could be declared final
35197 src/com/gps/hibernate/SocialrequestDAO.java 109 publicMethodCommentRequirement Required
35198 src/com/gps/hibernate/SocialrequestDAO.java 113 Parameter 'userId' is not assigned and could be declared final
35199 src/com/gps/hibernate/SocialrequestDAO.java 113 publicMethodCommentRequirement Required
35200 src/com/gps/hibernate/SocialrequestDAO.java 117 Parameter 'classNameId' is not assigned and could be declared final
35201 src/com/gps/hibernate/SocialrequestDAO.java 117 publicMethodCommentRequirement Required
35202 src/com/gps/hibernate/SocialrequestDAO.java 121 Parameter 'classPk' is not assigned and could be declared final
35203 src/com/gps/hibernate/SocialrequestDAO.java 121 publicMethodCommentRequirement Required
35204 src/com/gps/hibernate/SocialrequestDAO.java 125 Parameter 'type' is not assigned and could be declared final
35205 src/com/gps/hibernate/SocialrequestDAO.java 125 publicMethodCommentRequirement Required
35206 src/com/gps/hibernate/SocialrequestDAO.java 129 Parameter 'extraData' is not assigned and could be declared final
35207 src/com/gps/hibernate/SocialrequestDAO.java 129 publicMethodCommentRequirement Required
35208 src/com/gps/hibernate/SocialrequestDAO.java 133 Parameter 'receiverUserId' is not assigned and could be declared final
35209 src/com/gps/hibernate/SocialrequestDAO.java 133 publicMethodCommentRequirement Required
35210 src/com/gps/hibernate/SocialrequestDAO.java 137 Parameter 'status' is not assigned and could be declared final
35211 src/com/gps/hibernate/SocialrequestDAO.java 137 publicMethodCommentRequirement Required
35212 src/com/gps/hibernate/SocialrequestDAO.java 141 publicMethodCommentRequirement Required
35213 src/com/gps/hibernate/SocialrequestDAO.java 142 There is log block not surrounded by if
35214 src/com/gps/hibernate/SocialrequestDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35215 src/com/gps/hibernate/SocialrequestDAO.java 144 Local variable 'queryString' could be declared final
35216 src/com/gps/hibernate/SocialrequestDAO.java 145 Local variable 'queryObject' could be declared final
35217 src/com/gps/hibernate/SocialrequestDAO.java 145 Potential violation of Law of Demeter (method chain calls)
35218 src/com/gps/hibernate/SocialrequestDAO.java 146 Potential violation of Law of Demeter (object not created locally)
35219 src/com/gps/hibernate/SocialrequestDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35220 src/com/gps/hibernate/SocialrequestDAO.java 148 There is log block not surrounded by if
35221 src/com/gps/hibernate/SocialrequestDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
35222 src/com/gps/hibernate/SocialrequestDAO.java 153 publicMethodCommentRequirement Required
35223 src/com/gps/hibernate/SocialrequestDAO.java 154 There is log block not surrounded by if
35224 src/com/gps/hibernate/SocialrequestDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35225 src/com/gps/hibernate/SocialrequestDAO.java 156 Local variable 'result' could be declared final
35226 src/com/gps/hibernate/SocialrequestDAO.java 156 Potential violation of Law of Demeter (method chain calls)
35227 src/com/gps/hibernate/SocialrequestDAO.java 158 There is log block not surrounded by if
35228 src/com/gps/hibernate/SocialrequestDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35229 src/com/gps/hibernate/SocialrequestDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35230 src/com/gps/hibernate/SocialrequestDAO.java 161 There is log block not surrounded by if
35231 src/com/gps/hibernate/SocialrequestDAO.java 166 Parameter 'instance' is not assigned and could be declared final
35232 src/com/gps/hibernate/SocialrequestDAO.java 166 publicMethodCommentRequirement Required
35233 src/com/gps/hibernate/SocialrequestDAO.java 167 There is log block not surrounded by if
35234 src/com/gps/hibernate/SocialrequestDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35235 src/com/gps/hibernate/SocialrequestDAO.java 169 Potential violation of Law of Demeter (method chain calls)
35236 src/com/gps/hibernate/SocialrequestDAO.java 170 There is log block not surrounded by if
35237 src/com/gps/hibernate/SocialrequestDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35238 src/com/gps/hibernate/SocialrequestDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35239 src/com/gps/hibernate/SocialrequestDAO.java 172 There is log block not surrounded by if
35240 src/com/gps/hibernate/SocialrequestDAO.java 177 Parameter 'instance' is not assigned and could be declared final
35241 src/com/gps/hibernate/SocialrequestDAO.java 177 publicMethodCommentRequirement Required
35242 src/com/gps/hibernate/SocialrequestDAO.java 178 There is log block not surrounded by if
35243 src/com/gps/hibernate/SocialrequestDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35244 src/com/gps/hibernate/SocialrequestDAO.java 180 Potential violation of Law of Demeter (method chain calls)
35245 src/com/gps/hibernate/SocialrequestDAO.java 181 There is log block not surrounded by if
35246 src/com/gps/hibernate/SocialrequestDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35247 src/com/gps/hibernate/SocialrequestDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35248 src/com/gps/hibernate/SocialrequestDAO.java 183 There is log block not surrounded by if
35249 src/com/gps/hibernate/SpeedSettings.java 5 headerCommentRequirement Required
35250 src/com/gps/hibernate/SpeedSettings.java 11 Avoid variables with short names like id
35251 src/com/gps/hibernate/SpeedSettings.java 11 fieldCommentRequirement Required
35252 src/com/gps/hibernate/SpeedSettings.java 12 fieldCommentRequirement Required
35253 src/com/gps/hibernate/SpeedSettings.java 13 fieldCommentRequirement Required
35254 src/com/gps/hibernate/SpeedSettings.java 14 fieldCommentRequirement Required
35255 src/com/gps/hibernate/SpeedSettings.java 15 fieldCommentRequirement Required
35256 src/com/gps/hibernate/SpeedSettings.java 16 fieldCommentRequirement Required
35257 src/com/gps/hibernate/SpeedSettings.java 17 fieldCommentRequirement Required
35258 src/com/gps/hibernate/SpeedSettings.java 18 fieldCommentRequirement Required
35259 src/com/gps/hibernate/SpeedSettings.java 19 fieldCommentRequirement Required
35260 src/com/gps/hibernate/SpeedSettings.java 21 publicMethodCommentRequirement Required
35261 src/com/gps/hibernate/SpeedSettings.java 25 Parameter 'organizationId' is not assigned and could be declared final
35262 src/com/gps/hibernate/SpeedSettings.java 25 Parameter 'speed' is not assigned and could be declared final
35263 src/com/gps/hibernate/SpeedSettings.java 25 Parameter 'vehicleId' is not assigned and could be declared final
35264 src/com/gps/hibernate/SpeedSettings.java 25 publicMethodCommentRequirement Required
35265 src/com/gps/hibernate/SpeedSettings.java 26 Parameter 'createdUserId' is not assigned and could be declared final
35266 src/com/gps/hibernate/SpeedSettings.java 26 Parameter 'creationTime' is not assigned and could be declared final
35267 src/com/gps/hibernate/SpeedSettings.java 26 Parameter 'status' is not assigned and could be declared final
35268 src/com/gps/hibernate/SpeedSettings.java 44 Parameter 'vehicleId' is not assigned and could be declared final
35269 src/com/gps/hibernate/SpeedSettings.java 56 Parameter 'organizationId' is not assigned and could be declared final
35270 src/com/gps/hibernate/SpeedSettings.java 68 Parameter 'speed' is not assigned and could be declared final
35271 src/com/gps/hibernate/SpeedSettings.java 80 Parameter 'creationTime' is not assigned and could be declared final
35272 src/com/gps/hibernate/SpeedSettings.java 92 Parameter 'createdUserId' is not assigned and could be declared final
35273 src/com/gps/hibernate/SpeedSettings.java 104 Parameter 'updationTime' is not assigned and could be declared final
35274 src/com/gps/hibernate/SpeedSettings.java 116 Parameter 'updatedUserId' is not assigned and could be declared final
35275 src/com/gps/hibernate/SpeedSettings.java 128 Parameter 'status' is not assigned and could be declared final
35276 src/com/gps/hibernate/SpeedSettings.java 142 Avoid variables with short names like id
35277 src/com/gps/hibernate/SpeedSettings.java 142 Parameter 'id' is not assigned and could be declared final
35278 src/com/gps/hibernate/SpeedSettingsDAO.java 10 headerCommentRequirement Required
35279 src/com/gps/hibernate/SpeedSettingsDAO.java 12 Logger should be defined private static final and have the correct class
35280 src/com/gps/hibernate/SpeedSettingsDAO.java 12 Variables that are final and static should be all capitals, 'log' is not all capitals.
35281 src/com/gps/hibernate/SpeedSettingsDAO.java 12 fieldCommentRequirement Required
35282 src/com/gps/hibernate/SpeedSettingsDAO.java 14 Parameter 'transientInstance' is not assigned and could be declared final
35283 src/com/gps/hibernate/SpeedSettingsDAO.java 14 publicMethodCommentRequirement Required
35284 src/com/gps/hibernate/SpeedSettingsDAO.java 15 There is log block not surrounded by if
35285 src/com/gps/hibernate/SpeedSettingsDAO.java 15 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35286 src/com/gps/hibernate/SpeedSettingsDAO.java 17 Potential violation of Law of Demeter (method chain calls)
35287 src/com/gps/hibernate/SpeedSettingsDAO.java 18 There is log block not surrounded by if
35288 src/com/gps/hibernate/SpeedSettingsDAO.java 18 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35289 src/com/gps/hibernate/SpeedSettingsDAO.java 19 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35290 src/com/gps/hibernate/SpeedSettingsDAO.java 20 There is log block not surrounded by if
35291 src/com/gps/hibernate/SpeedSettingsDAO.java 25 Avoid excessively long variable names like persistentInstance
35292 src/com/gps/hibernate/SpeedSettingsDAO.java 25 Parameter 'persistentInstance' is not assigned and could be declared final
35293 src/com/gps/hibernate/SpeedSettingsDAO.java 25 publicMethodCommentRequirement Required
35294 src/com/gps/hibernate/SpeedSettingsDAO.java 26 There is log block not surrounded by if
35295 src/com/gps/hibernate/SpeedSettingsDAO.java 26 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35296 src/com/gps/hibernate/SpeedSettingsDAO.java 28 Potential violation of Law of Demeter (method chain calls)
35297 src/com/gps/hibernate/SpeedSettingsDAO.java 29 There is log block not surrounded by if
35298 src/com/gps/hibernate/SpeedSettingsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35299 src/com/gps/hibernate/SpeedSettingsDAO.java 30 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35300 src/com/gps/hibernate/SpeedSettingsDAO.java 31 There is log block not surrounded by if
35301 src/com/gps/hibernate/SpeedSettingsDAO.java 36 Avoid variables with short names like id
35302 src/com/gps/hibernate/SpeedSettingsDAO.java 36 Parameter 'id' is not assigned and could be declared final
35303 src/com/gps/hibernate/SpeedSettingsDAO.java 36 publicMethodCommentRequirement Required
35304 src/com/gps/hibernate/SpeedSettingsDAO.java 37 There is log block not surrounded by if
35305 src/com/gps/hibernate/SpeedSettingsDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35306 src/com/gps/hibernate/SpeedSettingsDAO.java 39 Local variable 'instance' could be declared final
35307 src/com/gps/hibernate/SpeedSettingsDAO.java 39 Potential violation of Law of Demeter (method chain calls)
35308 src/com/gps/hibernate/SpeedSettingsDAO.java 43 Avoid catching NullPointerException; consider removing the cause of the NPE.
35309 src/com/gps/hibernate/SpeedSettingsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35310 src/com/gps/hibernate/SpeedSettingsDAO.java 45 There is log block not surrounded by if
35311 src/com/gps/hibernate/SpeedSettingsDAO.java 45 There is log block not surrounded by if
35312 src/com/gps/hibernate/SpeedSettingsDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35313 src/com/gps/hibernate/SpeedSettingsDAO.java 49 There is log block not surrounded by if
35314 src/com/gps/hibernate/SpeedSettingsDAO.java 54 Parameter 'instance' is not assigned and could be declared final
35315 src/com/gps/hibernate/SpeedSettingsDAO.java 54 publicMethodCommentRequirement Required
35316 src/com/gps/hibernate/SpeedSettingsDAO.java 55 There is log block not surrounded by if
35317 src/com/gps/hibernate/SpeedSettingsDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35318 src/com/gps/hibernate/SpeedSettingsDAO.java 57 Local variable 'results' could be declared final
35319 src/com/gps/hibernate/SpeedSettingsDAO.java 57 Potential violation of Law of Demeter (method chain calls)
35320 src/com/gps/hibernate/SpeedSettingsDAO.java 57 Potential violation of Law of Demeter (method chain calls)
35321 src/com/gps/hibernate/SpeedSettingsDAO.java 57 Potential violation of Law of Demeter (method chain calls)
35322 src/com/gps/hibernate/SpeedSettingsDAO.java 60 There is log block not surrounded by if
35323 src/com/gps/hibernate/SpeedSettingsDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35324 src/com/gps/hibernate/SpeedSettingsDAO.java 61 Potential violation of Law of Demeter (object not created locally)
35325 src/com/gps/hibernate/SpeedSettingsDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35326 src/com/gps/hibernate/SpeedSettingsDAO.java 64 There is log block not surrounded by if
35327 src/com/gps/hibernate/Speedparameter.java 9 Classes implementing Serializable should set a serialVersionUID
35328 src/com/gps/hibernate/Speedparameter.java 13 Avoid variables with short names like id
35329 src/com/gps/hibernate/Speedparameter.java 13 fieldCommentRequirement Required
35330 src/com/gps/hibernate/Speedparameter.java 14 fieldCommentRequirement Required
35331 src/com/gps/hibernate/Speedparameter.java 15 fieldCommentRequirement Required
35332 src/com/gps/hibernate/Speedparameter.java 16 fieldCommentRequirement Required
35333 src/com/gps/hibernate/Speedparameter.java 21 Document empty constructor
35334 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'colourcode' is not assigned and could be declared final
35335 src/com/gps/hibernate/Speedparameter.java 25 Parameter 'parameter' is not assigned and could be declared final
35336 src/com/gps/hibernate/Speedparameter.java 25 publicMethodCommentRequirement Required
35337 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'parameter' is not assigned and could be declared final
35338 src/com/gps/hibernate/Speedparameter.java 32 Parameter 'user' is not assigned and could be declared final
35339 src/com/gps/hibernate/Speedparameter.java 33 Parameter 'colourcode' is not assigned and could be declared final
35340 src/com/gps/hibernate/Speedparameter.java 41 publicMethodCommentRequirement Required
35341 src/com/gps/hibernate/Speedparameter.java 45 Avoid variables with short names like id
35342 src/com/gps/hibernate/Speedparameter.java 45 Parameter 'id' is not assigned and could be declared final
35343 src/com/gps/hibernate/Speedparameter.java 45 publicMethodCommentRequirement Required
35344 src/com/gps/hibernate/Speedparameter.java 49 publicMethodCommentRequirement Required
35345 src/com/gps/hibernate/Speedparameter.java 53 Parameter 'user' is not assigned and could be declared final
35346 src/com/gps/hibernate/Speedparameter.java 53 publicMethodCommentRequirement Required
35347 src/com/gps/hibernate/Speedparameter.java 57 publicMethodCommentRequirement Required
35348 src/com/gps/hibernate/Speedparameter.java 61 Parameter 'parameter' is not assigned and could be declared final
35349 src/com/gps/hibernate/Speedparameter.java 61 publicMethodCommentRequirement Required
35350 src/com/gps/hibernate/Speedparameter.java 65 publicMethodCommentRequirement Required
35351 src/com/gps/hibernate/Speedparameter.java 69 Parameter 'colourcode' is not assigned and could be declared final
35352 src/com/gps/hibernate/Speedparameter.java 69 publicMethodCommentRequirement Required
35353 src/com/gps/hibernate/SpeedparameterDAO.java 10 Comment is too large: Too many lines
35354 src/com/gps/hibernate/SpeedparameterDAO.java 22 This class has too many methods, consider refactoring it.
35355 src/com/gps/hibernate/SpeedparameterDAO.java 23 Logger should be defined private static final and have the correct class
35356 src/com/gps/hibernate/SpeedparameterDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35357 src/com/gps/hibernate/SpeedparameterDAO.java 23 fieldCommentRequirement Required
35358 src/com/gps/hibernate/SpeedparameterDAO.java 25 fieldCommentRequirement Required
35359 src/com/gps/hibernate/SpeedparameterDAO.java 26 fieldCommentRequirement Required
35360 src/com/gps/hibernate/SpeedparameterDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
35361 src/com/gps/hibernate/SpeedparameterDAO.java 28 publicMethodCommentRequirement Required
35362 src/com/gps/hibernate/SpeedparameterDAO.java 29 There is log block not surrounded by if
35363 src/com/gps/hibernate/SpeedparameterDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35364 src/com/gps/hibernate/SpeedparameterDAO.java 31 Potential violation of Law of Demeter (method chain calls)
35365 src/com/gps/hibernate/SpeedparameterDAO.java 32 There is log block not surrounded by if
35366 src/com/gps/hibernate/SpeedparameterDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35367 src/com/gps/hibernate/SpeedparameterDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35368 src/com/gps/hibernate/SpeedparameterDAO.java 34 There is log block not surrounded by if
35369 src/com/gps/hibernate/SpeedparameterDAO.java 39 Avoid excessively long variable names like persistentInstance
35370 src/com/gps/hibernate/SpeedparameterDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
35371 src/com/gps/hibernate/SpeedparameterDAO.java 39 publicMethodCommentRequirement Required
35372 src/com/gps/hibernate/SpeedparameterDAO.java 40 There is log block not surrounded by if
35373 src/com/gps/hibernate/SpeedparameterDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35374 src/com/gps/hibernate/SpeedparameterDAO.java 42 Potential violation of Law of Demeter (method chain calls)
35375 src/com/gps/hibernate/SpeedparameterDAO.java 43 There is log block not surrounded by if
35376 src/com/gps/hibernate/SpeedparameterDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35377 src/com/gps/hibernate/SpeedparameterDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35378 src/com/gps/hibernate/SpeedparameterDAO.java 45 There is log block not surrounded by if
35379 src/com/gps/hibernate/SpeedparameterDAO.java 50 Avoid variables with short names like id
35380 src/com/gps/hibernate/SpeedparameterDAO.java 50 Parameter 'id' is not assigned and could be declared final
35381 src/com/gps/hibernate/SpeedparameterDAO.java 50 publicMethodCommentRequirement Required
35382 src/com/gps/hibernate/SpeedparameterDAO.java 51 There is log block not surrounded by if
35383 src/com/gps/hibernate/SpeedparameterDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35384 src/com/gps/hibernate/SpeedparameterDAO.java 53 Local variable 'instance' could be declared final
35385 src/com/gps/hibernate/SpeedparameterDAO.java 53 Potential violation of Law of Demeter (method chain calls)
35386 src/com/gps/hibernate/SpeedparameterDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35387 src/com/gps/hibernate/SpeedparameterDAO.java 57 There is log block not surrounded by if
35388 src/com/gps/hibernate/SpeedparameterDAO.java 62 Parameter 'instance' is not assigned and could be declared final
35389 src/com/gps/hibernate/SpeedparameterDAO.java 62 publicMethodCommentRequirement Required
35390 src/com/gps/hibernate/SpeedparameterDAO.java 63 There is log block not surrounded by if
35391 src/com/gps/hibernate/SpeedparameterDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35392 src/com/gps/hibernate/SpeedparameterDAO.java 65 Local variable 'results' could be declared final
35393 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35394 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35395 src/com/gps/hibernate/SpeedparameterDAO.java 65 Potential violation of Law of Demeter (method chain calls)
35396 src/com/gps/hibernate/SpeedparameterDAO.java 68 There is log block not surrounded by if
35397 src/com/gps/hibernate/SpeedparameterDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35398 src/com/gps/hibernate/SpeedparameterDAO.java 69 Potential violation of Law of Demeter (object not created locally)
35399 src/com/gps/hibernate/SpeedparameterDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35400 src/com/gps/hibernate/SpeedparameterDAO.java 72 There is log block not surrounded by if
35401 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
35402 src/com/gps/hibernate/SpeedparameterDAO.java 77 Parameter 'value' is not assigned and could be declared final
35403 src/com/gps/hibernate/SpeedparameterDAO.java 77 publicMethodCommentRequirement Required
35404 src/com/gps/hibernate/SpeedparameterDAO.java 78 There is log block not surrounded by if
35405 src/com/gps/hibernate/SpeedparameterDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35406 src/com/gps/hibernate/SpeedparameterDAO.java 81 Local variable 'queryString' could be declared final
35407 src/com/gps/hibernate/SpeedparameterDAO.java 83 Local variable 'queryObject' could be declared final
35408 src/com/gps/hibernate/SpeedparameterDAO.java 83 Potential violation of Law of Demeter (method chain calls)
35409 src/com/gps/hibernate/SpeedparameterDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35410 src/com/gps/hibernate/SpeedparameterDAO.java 85 Potential violation of Law of Demeter (object not created locally)
35411 src/com/gps/hibernate/SpeedparameterDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35412 src/com/gps/hibernate/SpeedparameterDAO.java 87 There is log block not surrounded by if
35413 src/com/gps/hibernate/SpeedparameterDAO.java 92 Parameter 'parameter' is not assigned and could be declared final
35414 src/com/gps/hibernate/SpeedparameterDAO.java 92 publicMethodCommentRequirement Required
35415 src/com/gps/hibernate/SpeedparameterDAO.java 96 Parameter 'colourcode' is not assigned and could be declared final
35416 src/com/gps/hibernate/SpeedparameterDAO.java 96 publicMethodCommentRequirement Required
35417 src/com/gps/hibernate/SpeedparameterDAO.java 100 publicMethodCommentRequirement Required
35418 src/com/gps/hibernate/SpeedparameterDAO.java 101 There is log block not surrounded by if
35419 src/com/gps/hibernate/SpeedparameterDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35420 src/com/gps/hibernate/SpeedparameterDAO.java 103 Local variable 'queryString' could be declared final
35421 src/com/gps/hibernate/SpeedparameterDAO.java 104 Local variable 'queryObject' could be declared final
35422 src/com/gps/hibernate/SpeedparameterDAO.java 104 Potential violation of Law of Demeter (method chain calls)
35423 src/com/gps/hibernate/SpeedparameterDAO.java 105 Potential violation of Law of Demeter (object not created locally)
35424 src/com/gps/hibernate/SpeedparameterDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35425 src/com/gps/hibernate/SpeedparameterDAO.java 107 There is log block not surrounded by if
35426 src/com/gps/hibernate/SpeedparameterDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
35427 src/com/gps/hibernate/SpeedparameterDAO.java 112 publicMethodCommentRequirement Required
35428 src/com/gps/hibernate/SpeedparameterDAO.java 113 There is log block not surrounded by if
35429 src/com/gps/hibernate/SpeedparameterDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35430 src/com/gps/hibernate/SpeedparameterDAO.java 115 Local variable 'result' could be declared final
35431 src/com/gps/hibernate/SpeedparameterDAO.java 115 Potential violation of Law of Demeter (method chain calls)
35432 src/com/gps/hibernate/SpeedparameterDAO.java 117 There is log block not surrounded by if
35433 src/com/gps/hibernate/SpeedparameterDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35434 src/com/gps/hibernate/SpeedparameterDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35435 src/com/gps/hibernate/SpeedparameterDAO.java 120 There is log block not surrounded by if
35436 src/com/gps/hibernate/SpeedparameterDAO.java 125 Parameter 'instance' is not assigned and could be declared final
35437 src/com/gps/hibernate/SpeedparameterDAO.java 125 publicMethodCommentRequirement Required
35438 src/com/gps/hibernate/SpeedparameterDAO.java 126 There is log block not surrounded by if
35439 src/com/gps/hibernate/SpeedparameterDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35440 src/com/gps/hibernate/SpeedparameterDAO.java 128 Potential violation of Law of Demeter (method chain calls)
35441 src/com/gps/hibernate/SpeedparameterDAO.java 129 There is log block not surrounded by if
35442 src/com/gps/hibernate/SpeedparameterDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35443 src/com/gps/hibernate/SpeedparameterDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35444 src/com/gps/hibernate/SpeedparameterDAO.java 131 There is log block not surrounded by if
35445 src/com/gps/hibernate/SpeedparameterDAO.java 136 Parameter 'instance' is not assigned and could be declared final
35446 src/com/gps/hibernate/SpeedparameterDAO.java 136 publicMethodCommentRequirement Required
35447 src/com/gps/hibernate/SpeedparameterDAO.java 137 There is log block not surrounded by if
35448 src/com/gps/hibernate/SpeedparameterDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35449 src/com/gps/hibernate/SpeedparameterDAO.java 139 Potential violation of Law of Demeter (method chain calls)
35450 src/com/gps/hibernate/SpeedparameterDAO.java 140 There is log block not surrounded by if
35451 src/com/gps/hibernate/SpeedparameterDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35452 src/com/gps/hibernate/SpeedparameterDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35453 src/com/gps/hibernate/SpeedparameterDAO.java 142 There is log block not surrounded by if
35454 src/com/gps/hibernate/Subscription.java 11 Classes implementing Serializable should set a serialVersionUID
35455 src/com/gps/hibernate/Subscription.java 15 fieldCommentRequirement Required
35456 src/com/gps/hibernate/Subscription.java 16 fieldCommentRequirement Required
35457 src/com/gps/hibernate/Subscription.java 17 fieldCommentRequirement Required
35458 src/com/gps/hibernate/Subscription.java 18 fieldCommentRequirement Required
35459 src/com/gps/hibernate/Subscription.java 19 fieldCommentRequirement Required
35460 src/com/gps/hibernate/Subscription.java 20 fieldCommentRequirement Required
35461 src/com/gps/hibernate/Subscription.java 21 fieldCommentRequirement Required
35462 src/com/gps/hibernate/Subscription.java 22 fieldCommentRequirement Required
35463 src/com/gps/hibernate/Subscription.java 23 fieldCommentRequirement Required
35464 src/com/gps/hibernate/Subscription.java 28 Document empty constructor
35465 src/com/gps/hibernate/Subscription.java 32 Parameter 'subscriptionId' is not assigned and could be declared final
35466 src/com/gps/hibernate/Subscription.java 37 Parameter 'companyId' is not assigned and could be declared final
35467 src/com/gps/hibernate/Subscription.java 37 Parameter 'subscriptionId' is not assigned and could be declared final
35468 src/com/gps/hibernate/Subscription.java 37 Parameter 'userId' is not assigned and could be declared final
35469 src/com/gps/hibernate/Subscription.java 38 Parameter 'createDate' is not assigned and could be declared final
35470 src/com/gps/hibernate/Subscription.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
35471 src/com/gps/hibernate/Subscription.java 38 Parameter 'userName' is not assigned and could be declared final
35472 src/com/gps/hibernate/Subscription.java 39 Parameter 'classNameId' is not assigned and could be declared final
35473 src/com/gps/hibernate/Subscription.java 39 Parameter 'classPk' is not assigned and could be declared final
35474 src/com/gps/hibernate/Subscription.java 39 Parameter 'frequency' is not assigned and could be declared final
35475 src/com/gps/hibernate/Subscription.java 53 publicMethodCommentRequirement Required
35476 src/com/gps/hibernate/Subscription.java 57 Parameter 'subscriptionId' is not assigned and could be declared final
35477 src/com/gps/hibernate/Subscription.java 57 publicMethodCommentRequirement Required
35478 src/com/gps/hibernate/Subscription.java 61 publicMethodCommentRequirement Required
35479 src/com/gps/hibernate/Subscription.java 65 Parameter 'companyId' is not assigned and could be declared final
35480 src/com/gps/hibernate/Subscription.java 65 publicMethodCommentRequirement Required
35481 src/com/gps/hibernate/Subscription.java 69 publicMethodCommentRequirement Required
35482 src/com/gps/hibernate/Subscription.java 73 Parameter 'userId' is not assigned and could be declared final
35483 src/com/gps/hibernate/Subscription.java 73 publicMethodCommentRequirement Required
35484 src/com/gps/hibernate/Subscription.java 77 publicMethodCommentRequirement Required
35485 src/com/gps/hibernate/Subscription.java 81 Parameter 'userName' is not assigned and could be declared final
35486 src/com/gps/hibernate/Subscription.java 81 publicMethodCommentRequirement Required
35487 src/com/gps/hibernate/Subscription.java 85 publicMethodCommentRequirement Required
35488 src/com/gps/hibernate/Subscription.java 89 Parameter 'createDate' is not assigned and could be declared final
35489 src/com/gps/hibernate/Subscription.java 89 publicMethodCommentRequirement Required
35490 src/com/gps/hibernate/Subscription.java 93 publicMethodCommentRequirement Required
35491 src/com/gps/hibernate/Subscription.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
35492 src/com/gps/hibernate/Subscription.java 97 publicMethodCommentRequirement Required
35493 src/com/gps/hibernate/Subscription.java 101 publicMethodCommentRequirement Required
35494 src/com/gps/hibernate/Subscription.java 105 Parameter 'classNameId' is not assigned and could be declared final
35495 src/com/gps/hibernate/Subscription.java 105 publicMethodCommentRequirement Required
35496 src/com/gps/hibernate/Subscription.java 109 publicMethodCommentRequirement Required
35497 src/com/gps/hibernate/Subscription.java 113 Parameter 'classPk' is not assigned and could be declared final
35498 src/com/gps/hibernate/Subscription.java 113 publicMethodCommentRequirement Required
35499 src/com/gps/hibernate/Subscription.java 117 publicMethodCommentRequirement Required
35500 src/com/gps/hibernate/Subscription.java 121 Parameter 'frequency' is not assigned and could be declared final
35501 src/com/gps/hibernate/Subscription.java 121 publicMethodCommentRequirement Required
35502 src/com/gps/hibernate/SubscriptionDAO.java 3 Avoid unused imports such as 'java.util.Date'
35503 src/com/gps/hibernate/SubscriptionDAO.java 11 Comment is too large: Too many lines
35504 src/com/gps/hibernate/SubscriptionDAO.java 23 This class has too many methods, consider refactoring it.
35505 src/com/gps/hibernate/SubscriptionDAO.java 24 Logger should be defined private static final and have the correct class
35506 src/com/gps/hibernate/SubscriptionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
35507 src/com/gps/hibernate/SubscriptionDAO.java 24 fieldCommentRequirement Required
35508 src/com/gps/hibernate/SubscriptionDAO.java 26 fieldCommentRequirement Required
35509 src/com/gps/hibernate/SubscriptionDAO.java 27 fieldCommentRequirement Required
35510 src/com/gps/hibernate/SubscriptionDAO.java 28 fieldCommentRequirement Required
35511 src/com/gps/hibernate/SubscriptionDAO.java 29 fieldCommentRequirement Required
35512 src/com/gps/hibernate/SubscriptionDAO.java 30 fieldCommentRequirement Required
35513 src/com/gps/hibernate/SubscriptionDAO.java 31 fieldCommentRequirement Required
35514 src/com/gps/hibernate/SubscriptionDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
35515 src/com/gps/hibernate/SubscriptionDAO.java 33 publicMethodCommentRequirement Required
35516 src/com/gps/hibernate/SubscriptionDAO.java 34 There is log block not surrounded by if
35517 src/com/gps/hibernate/SubscriptionDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35518 src/com/gps/hibernate/SubscriptionDAO.java 36 Potential violation of Law of Demeter (method chain calls)
35519 src/com/gps/hibernate/SubscriptionDAO.java 37 There is log block not surrounded by if
35520 src/com/gps/hibernate/SubscriptionDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35521 src/com/gps/hibernate/SubscriptionDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35522 src/com/gps/hibernate/SubscriptionDAO.java 39 There is log block not surrounded by if
35523 src/com/gps/hibernate/SubscriptionDAO.java 44 Avoid excessively long variable names like persistentInstance
35524 src/com/gps/hibernate/SubscriptionDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
35525 src/com/gps/hibernate/SubscriptionDAO.java 44 publicMethodCommentRequirement Required
35526 src/com/gps/hibernate/SubscriptionDAO.java 45 There is log block not surrounded by if
35527 src/com/gps/hibernate/SubscriptionDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35528 src/com/gps/hibernate/SubscriptionDAO.java 47 Potential violation of Law of Demeter (method chain calls)
35529 src/com/gps/hibernate/SubscriptionDAO.java 48 There is log block not surrounded by if
35530 src/com/gps/hibernate/SubscriptionDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35531 src/com/gps/hibernate/SubscriptionDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35532 src/com/gps/hibernate/SubscriptionDAO.java 50 There is log block not surrounded by if
35533 src/com/gps/hibernate/SubscriptionDAO.java 55 Avoid variables with short names like id
35534 src/com/gps/hibernate/SubscriptionDAO.java 55 Parameter 'id' is not assigned and could be declared final
35535 src/com/gps/hibernate/SubscriptionDAO.java 55 publicMethodCommentRequirement Required
35536 src/com/gps/hibernate/SubscriptionDAO.java 56 There is log block not surrounded by if
35537 src/com/gps/hibernate/SubscriptionDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35538 src/com/gps/hibernate/SubscriptionDAO.java 58 Local variable 'instance' could be declared final
35539 src/com/gps/hibernate/SubscriptionDAO.java 58 Potential violation of Law of Demeter (method chain calls)
35540 src/com/gps/hibernate/SubscriptionDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35541 src/com/gps/hibernate/SubscriptionDAO.java 62 There is log block not surrounded by if
35542 src/com/gps/hibernate/SubscriptionDAO.java 67 Parameter 'instance' is not assigned and could be declared final
35543 src/com/gps/hibernate/SubscriptionDAO.java 67 publicMethodCommentRequirement Required
35544 src/com/gps/hibernate/SubscriptionDAO.java 68 There is log block not surrounded by if
35545 src/com/gps/hibernate/SubscriptionDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35546 src/com/gps/hibernate/SubscriptionDAO.java 70 Local variable 'results' could be declared final
35547 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
35548 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
35549 src/com/gps/hibernate/SubscriptionDAO.java 70 Potential violation of Law of Demeter (method chain calls)
35550 src/com/gps/hibernate/SubscriptionDAO.java 73 There is log block not surrounded by if
35551 src/com/gps/hibernate/SubscriptionDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35552 src/com/gps/hibernate/SubscriptionDAO.java 74 Potential violation of Law of Demeter (object not created locally)
35553 src/com/gps/hibernate/SubscriptionDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35554 src/com/gps/hibernate/SubscriptionDAO.java 77 There is log block not surrounded by if
35555 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
35556 src/com/gps/hibernate/SubscriptionDAO.java 82 Parameter 'value' is not assigned and could be declared final
35557 src/com/gps/hibernate/SubscriptionDAO.java 82 publicMethodCommentRequirement Required
35558 src/com/gps/hibernate/SubscriptionDAO.java 83 There is log block not surrounded by if
35559 src/com/gps/hibernate/SubscriptionDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35560 src/com/gps/hibernate/SubscriptionDAO.java 86 Local variable 'queryString' could be declared final
35561 src/com/gps/hibernate/SubscriptionDAO.java 88 Local variable 'queryObject' could be declared final
35562 src/com/gps/hibernate/SubscriptionDAO.java 88 Potential violation of Law of Demeter (method chain calls)
35563 src/com/gps/hibernate/SubscriptionDAO.java 89 Potential violation of Law of Demeter (object not created locally)
35564 src/com/gps/hibernate/SubscriptionDAO.java 90 Potential violation of Law of Demeter (object not created locally)
35565 src/com/gps/hibernate/SubscriptionDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35566 src/com/gps/hibernate/SubscriptionDAO.java 92 There is log block not surrounded by if
35567 src/com/gps/hibernate/SubscriptionDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
35568 src/com/gps/hibernate/SubscriptionDAO.java 97 publicMethodCommentRequirement Required
35569 src/com/gps/hibernate/SubscriptionDAO.java 101 Parameter 'userId' is not assigned and could be declared final
35570 src/com/gps/hibernate/SubscriptionDAO.java 101 publicMethodCommentRequirement Required
35571 src/com/gps/hibernate/SubscriptionDAO.java 105 Parameter 'userName' is not assigned and could be declared final
35572 src/com/gps/hibernate/SubscriptionDAO.java 105 publicMethodCommentRequirement Required
35573 src/com/gps/hibernate/SubscriptionDAO.java 109 Parameter 'classNameId' is not assigned and could be declared final
35574 src/com/gps/hibernate/SubscriptionDAO.java 109 publicMethodCommentRequirement Required
35575 src/com/gps/hibernate/SubscriptionDAO.java 113 Parameter 'classPk' is not assigned and could be declared final
35576 src/com/gps/hibernate/SubscriptionDAO.java 113 publicMethodCommentRequirement Required
35577 src/com/gps/hibernate/SubscriptionDAO.java 117 Parameter 'frequency' is not assigned and could be declared final
35578 src/com/gps/hibernate/SubscriptionDAO.java 117 publicMethodCommentRequirement Required
35579 src/com/gps/hibernate/SubscriptionDAO.java 121 publicMethodCommentRequirement Required
35580 src/com/gps/hibernate/SubscriptionDAO.java 122 There is log block not surrounded by if
35581 src/com/gps/hibernate/SubscriptionDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35582 src/com/gps/hibernate/SubscriptionDAO.java 124 Local variable 'queryString' could be declared final
35583 src/com/gps/hibernate/SubscriptionDAO.java 125 Local variable 'queryObject' could be declared final
35584 src/com/gps/hibernate/SubscriptionDAO.java 125 Potential violation of Law of Demeter (method chain calls)
35585 src/com/gps/hibernate/SubscriptionDAO.java 126 Potential violation of Law of Demeter (object not created locally)
35586 src/com/gps/hibernate/SubscriptionDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35587 src/com/gps/hibernate/SubscriptionDAO.java 128 There is log block not surrounded by if
35588 src/com/gps/hibernate/SubscriptionDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
35589 src/com/gps/hibernate/SubscriptionDAO.java 133 publicMethodCommentRequirement Required
35590 src/com/gps/hibernate/SubscriptionDAO.java 134 There is log block not surrounded by if
35591 src/com/gps/hibernate/SubscriptionDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35592 src/com/gps/hibernate/SubscriptionDAO.java 136 Local variable 'result' could be declared final
35593 src/com/gps/hibernate/SubscriptionDAO.java 136 Potential violation of Law of Demeter (method chain calls)
35594 src/com/gps/hibernate/SubscriptionDAO.java 138 There is log block not surrounded by if
35595 src/com/gps/hibernate/SubscriptionDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35596 src/com/gps/hibernate/SubscriptionDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35597 src/com/gps/hibernate/SubscriptionDAO.java 141 There is log block not surrounded by if
35598 src/com/gps/hibernate/SubscriptionDAO.java 146 Parameter 'instance' is not assigned and could be declared final
35599 src/com/gps/hibernate/SubscriptionDAO.java 146 publicMethodCommentRequirement Required
35600 src/com/gps/hibernate/SubscriptionDAO.java 147 There is log block not surrounded by if
35601 src/com/gps/hibernate/SubscriptionDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35602 src/com/gps/hibernate/SubscriptionDAO.java 149 Potential violation of Law of Demeter (method chain calls)
35603 src/com/gps/hibernate/SubscriptionDAO.java 150 There is log block not surrounded by if
35604 src/com/gps/hibernate/SubscriptionDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35605 src/com/gps/hibernate/SubscriptionDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35606 src/com/gps/hibernate/SubscriptionDAO.java 152 There is log block not surrounded by if
35607 src/com/gps/hibernate/SubscriptionDAO.java 157 Parameter 'instance' is not assigned and could be declared final
35608 src/com/gps/hibernate/SubscriptionDAO.java 157 publicMethodCommentRequirement Required
35609 src/com/gps/hibernate/SubscriptionDAO.java 158 There is log block not surrounded by if
35610 src/com/gps/hibernate/SubscriptionDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35611 src/com/gps/hibernate/SubscriptionDAO.java 160 Potential violation of Law of Demeter (method chain calls)
35612 src/com/gps/hibernate/SubscriptionDAO.java 161 There is log block not surrounded by if
35613 src/com/gps/hibernate/SubscriptionDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35614 src/com/gps/hibernate/SubscriptionDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35615 src/com/gps/hibernate/SubscriptionDAO.java 163 There is log block not surrounded by if
35616 src/com/gps/hibernate/Tagsasset.java 1 This class has a bunch of public methods and attributes
35617 src/com/gps/hibernate/Tagsasset.java 11 Classes implementing Serializable should set a serialVersionUID
35618 src/com/gps/hibernate/Tagsasset.java 11 Too many fields
35619 src/com/gps/hibernate/Tagsasset.java 15 fieldCommentRequirement Required
35620 src/com/gps/hibernate/Tagsasset.java 16 fieldCommentRequirement Required
35621 src/com/gps/hibernate/Tagsasset.java 17 fieldCommentRequirement Required
35622 src/com/gps/hibernate/Tagsasset.java 18 fieldCommentRequirement Required
35623 src/com/gps/hibernate/Tagsasset.java 19 fieldCommentRequirement Required
35624 src/com/gps/hibernate/Tagsasset.java 20 fieldCommentRequirement Required
35625 src/com/gps/hibernate/Tagsasset.java 21 fieldCommentRequirement Required
35626 src/com/gps/hibernate/Tagsasset.java 22 fieldCommentRequirement Required
35627 src/com/gps/hibernate/Tagsasset.java 23 fieldCommentRequirement Required
35628 src/com/gps/hibernate/Tagsasset.java 24 fieldCommentRequirement Required
35629 src/com/gps/hibernate/Tagsasset.java 25 fieldCommentRequirement Required
35630 src/com/gps/hibernate/Tagsasset.java 26 fieldCommentRequirement Required
35631 src/com/gps/hibernate/Tagsasset.java 27 fieldCommentRequirement Required
35632 src/com/gps/hibernate/Tagsasset.java 28 fieldCommentRequirement Required
35633 src/com/gps/hibernate/Tagsasset.java 29 fieldCommentRequirement Required
35634 src/com/gps/hibernate/Tagsasset.java 30 fieldCommentRequirement Required
35635 src/com/gps/hibernate/Tagsasset.java 31 fieldCommentRequirement Required
35636 src/com/gps/hibernate/Tagsasset.java 32 fieldCommentRequirement Required
35637 src/com/gps/hibernate/Tagsasset.java 33 fieldCommentRequirement Required
35638 src/com/gps/hibernate/Tagsasset.java 34 fieldCommentRequirement Required
35639 src/com/gps/hibernate/Tagsasset.java 35 fieldCommentRequirement Required
35640 src/com/gps/hibernate/Tagsasset.java 36 fieldCommentRequirement Required
35641 src/com/gps/hibernate/Tagsasset.java 37 fieldCommentRequirement Required
35642 src/com/gps/hibernate/Tagsasset.java 42 Document empty constructor
35643 src/com/gps/hibernate/Tagsasset.java 46 Parameter 'assetId' is not assigned and could be declared final
35644 src/com/gps/hibernate/Tagsasset.java 51 Avoid long parameter lists.
35645 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'assetId' is not assigned and could be declared final
35646 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'companyId' is not assigned and could be declared final
35647 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'groupId' is not assigned and could be declared final
35648 src/com/gps/hibernate/Tagsasset.java 51 Parameter 'userId' is not assigned and could be declared final
35649 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'createDate' is not assigned and could be declared final
35650 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'modifiedDate' is not assigned and could be declared final
35651 src/com/gps/hibernate/Tagsasset.java 52 Parameter 'userName' is not assigned and could be declared final
35652 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classNameId' is not assigned and could be declared final
35653 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'classPk' is not assigned and could be declared final
35654 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'startDate' is not assigned and could be declared final
35655 src/com/gps/hibernate/Tagsasset.java 53 Parameter 'visible' is not assigned and could be declared final
35656 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'endDate' is not assigned and could be declared final
35657 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'expirationDate' is not assigned and could be declared final
35658 src/com/gps/hibernate/Tagsasset.java 54 Parameter 'publishDate' is not assigned and could be declared final
35659 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'description' is not assigned and could be declared final
35660 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'mimeType' is not assigned and could be declared final
35661 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'summary' is not assigned and could be declared final
35662 src/com/gps/hibernate/Tagsasset.java 55 Parameter 'title' is not assigned and could be declared final
35663 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'height' is not assigned and could be declared final
35664 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'priority' is not assigned and could be declared final
35665 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'url' is not assigned and could be declared final
35666 src/com/gps/hibernate/Tagsasset.java 56 Parameter 'width' is not assigned and could be declared final
35667 src/com/gps/hibernate/Tagsasset.java 57 Parameter 'viewCount' is not assigned and could be declared final
35668 src/com/gps/hibernate/Tagsasset.java 85 publicMethodCommentRequirement Required
35669 src/com/gps/hibernate/Tagsasset.java 89 Parameter 'assetId' is not assigned and could be declared final
35670 src/com/gps/hibernate/Tagsasset.java 89 publicMethodCommentRequirement Required
35671 src/com/gps/hibernate/Tagsasset.java 93 publicMethodCommentRequirement Required
35672 src/com/gps/hibernate/Tagsasset.java 97 Parameter 'groupId' is not assigned and could be declared final
35673 src/com/gps/hibernate/Tagsasset.java 97 publicMethodCommentRequirement Required
35674 src/com/gps/hibernate/Tagsasset.java 101 publicMethodCommentRequirement Required
35675 src/com/gps/hibernate/Tagsasset.java 105 Parameter 'companyId' is not assigned and could be declared final
35676 src/com/gps/hibernate/Tagsasset.java 105 publicMethodCommentRequirement Required
35677 src/com/gps/hibernate/Tagsasset.java 109 publicMethodCommentRequirement Required
35678 src/com/gps/hibernate/Tagsasset.java 113 Parameter 'userId' is not assigned and could be declared final
35679 src/com/gps/hibernate/Tagsasset.java 113 publicMethodCommentRequirement Required
35680 src/com/gps/hibernate/Tagsasset.java 117 publicMethodCommentRequirement Required
35681 src/com/gps/hibernate/Tagsasset.java 121 Parameter 'userName' is not assigned and could be declared final
35682 src/com/gps/hibernate/Tagsasset.java 121 publicMethodCommentRequirement Required
35683 src/com/gps/hibernate/Tagsasset.java 125 publicMethodCommentRequirement Required
35684 src/com/gps/hibernate/Tagsasset.java 129 Parameter 'createDate' is not assigned and could be declared final
35685 src/com/gps/hibernate/Tagsasset.java 129 publicMethodCommentRequirement Required
35686 src/com/gps/hibernate/Tagsasset.java 133 publicMethodCommentRequirement Required
35687 src/com/gps/hibernate/Tagsasset.java 137 Parameter 'modifiedDate' is not assigned and could be declared final
35688 src/com/gps/hibernate/Tagsasset.java 137 publicMethodCommentRequirement Required
35689 src/com/gps/hibernate/Tagsasset.java 141 publicMethodCommentRequirement Required
35690 src/com/gps/hibernate/Tagsasset.java 145 Parameter 'classNameId' is not assigned and could be declared final
35691 src/com/gps/hibernate/Tagsasset.java 145 publicMethodCommentRequirement Required
35692 src/com/gps/hibernate/Tagsasset.java 149 publicMethodCommentRequirement Required
35693 src/com/gps/hibernate/Tagsasset.java 153 Parameter 'classPk' is not assigned and could be declared final
35694 src/com/gps/hibernate/Tagsasset.java 153 publicMethodCommentRequirement Required
35695 src/com/gps/hibernate/Tagsasset.java 157 publicMethodCommentRequirement Required
35696 src/com/gps/hibernate/Tagsasset.java 161 Parameter 'visible' is not assigned and could be declared final
35697 src/com/gps/hibernate/Tagsasset.java 161 publicMethodCommentRequirement Required
35698 src/com/gps/hibernate/Tagsasset.java 165 publicMethodCommentRequirement Required
35699 src/com/gps/hibernate/Tagsasset.java 169 Parameter 'startDate' is not assigned and could be declared final
35700 src/com/gps/hibernate/Tagsasset.java 169 publicMethodCommentRequirement Required
35701 src/com/gps/hibernate/Tagsasset.java 173 publicMethodCommentRequirement Required
35702 src/com/gps/hibernate/Tagsasset.java 177 Parameter 'endDate' is not assigned and could be declared final
35703 src/com/gps/hibernate/Tagsasset.java 177 publicMethodCommentRequirement Required
35704 src/com/gps/hibernate/Tagsasset.java 181 publicMethodCommentRequirement Required
35705 src/com/gps/hibernate/Tagsasset.java 185 Parameter 'publishDate' is not assigned and could be declared final
35706 src/com/gps/hibernate/Tagsasset.java 185 publicMethodCommentRequirement Required
35707 src/com/gps/hibernate/Tagsasset.java 189 publicMethodCommentRequirement Required
35708 src/com/gps/hibernate/Tagsasset.java 193 Parameter 'expirationDate' is not assigned and could be declared final
35709 src/com/gps/hibernate/Tagsasset.java 193 publicMethodCommentRequirement Required
35710 src/com/gps/hibernate/Tagsasset.java 197 publicMethodCommentRequirement Required
35711 src/com/gps/hibernate/Tagsasset.java 201 Parameter 'mimeType' is not assigned and could be declared final
35712 src/com/gps/hibernate/Tagsasset.java 201 publicMethodCommentRequirement Required
35713 src/com/gps/hibernate/Tagsasset.java 205 publicMethodCommentRequirement Required
35714 src/com/gps/hibernate/Tagsasset.java 209 Parameter 'title' is not assigned and could be declared final
35715 src/com/gps/hibernate/Tagsasset.java 209 publicMethodCommentRequirement Required
35716 src/com/gps/hibernate/Tagsasset.java 213 publicMethodCommentRequirement Required
35717 src/com/gps/hibernate/Tagsasset.java 217 Parameter 'description' is not assigned and could be declared final
35718 src/com/gps/hibernate/Tagsasset.java 217 publicMethodCommentRequirement Required
35719 src/com/gps/hibernate/Tagsasset.java 221 publicMethodCommentRequirement Required
35720 src/com/gps/hibernate/Tagsasset.java 225 Parameter 'summary' is not assigned and could be declared final
35721 src/com/gps/hibernate/Tagsasset.java 225 publicMethodCommentRequirement Required
35722 src/com/gps/hibernate/Tagsasset.java 229 publicMethodCommentRequirement Required
35723 src/com/gps/hibernate/Tagsasset.java 233 Parameter 'url' is not assigned and could be declared final
35724 src/com/gps/hibernate/Tagsasset.java 233 publicMethodCommentRequirement Required
35725 src/com/gps/hibernate/Tagsasset.java 237 publicMethodCommentRequirement Required
35726 src/com/gps/hibernate/Tagsasset.java 241 Parameter 'height' is not assigned and could be declared final
35727 src/com/gps/hibernate/Tagsasset.java 241 publicMethodCommentRequirement Required
35728 src/com/gps/hibernate/Tagsasset.java 245 publicMethodCommentRequirement Required
35729 src/com/gps/hibernate/Tagsasset.java 249 Parameter 'width' is not assigned and could be declared final
35730 src/com/gps/hibernate/Tagsasset.java 249 publicMethodCommentRequirement Required
35731 src/com/gps/hibernate/Tagsasset.java 253 publicMethodCommentRequirement Required
35732 src/com/gps/hibernate/Tagsasset.java 257 Parameter 'priority' is not assigned and could be declared final
35733 src/com/gps/hibernate/Tagsasset.java 257 publicMethodCommentRequirement Required
35734 src/com/gps/hibernate/Tagsasset.java 261 publicMethodCommentRequirement Required
35735 src/com/gps/hibernate/Tagsasset.java 265 Parameter 'viewCount' is not assigned and could be declared final
35736 src/com/gps/hibernate/Tagsasset.java 265 publicMethodCommentRequirement Required
35737 src/com/gps/hibernate/TagsassetDAO.java 3 Avoid unused imports such as 'java.util.Date'
35738 src/com/gps/hibernate/TagsassetDAO.java 11 Comment is too large: Too many lines
35739 src/com/gps/hibernate/TagsassetDAO.java 23 This class has too many methods, consider refactoring it.
35740 src/com/gps/hibernate/TagsassetDAO.java 24 Logger should be defined private static final and have the correct class
35741 src/com/gps/hibernate/TagsassetDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
35742 src/com/gps/hibernate/TagsassetDAO.java 24 fieldCommentRequirement Required
35743 src/com/gps/hibernate/TagsassetDAO.java 26 fieldCommentRequirement Required
35744 src/com/gps/hibernate/TagsassetDAO.java 27 fieldCommentRequirement Required
35745 src/com/gps/hibernate/TagsassetDAO.java 28 fieldCommentRequirement Required
35746 src/com/gps/hibernate/TagsassetDAO.java 29 fieldCommentRequirement Required
35747 src/com/gps/hibernate/TagsassetDAO.java 30 fieldCommentRequirement Required
35748 src/com/gps/hibernate/TagsassetDAO.java 31 fieldCommentRequirement Required
35749 src/com/gps/hibernate/TagsassetDAO.java 32 fieldCommentRequirement Required
35750 src/com/gps/hibernate/TagsassetDAO.java 33 fieldCommentRequirement Required
35751 src/com/gps/hibernate/TagsassetDAO.java 34 fieldCommentRequirement Required
35752 src/com/gps/hibernate/TagsassetDAO.java 35 fieldCommentRequirement Required
35753 src/com/gps/hibernate/TagsassetDAO.java 36 fieldCommentRequirement Required
35754 src/com/gps/hibernate/TagsassetDAO.java 37 fieldCommentRequirement Required
35755 src/com/gps/hibernate/TagsassetDAO.java 38 fieldCommentRequirement Required
35756 src/com/gps/hibernate/TagsassetDAO.java 39 fieldCommentRequirement Required
35757 src/com/gps/hibernate/TagsassetDAO.java 40 fieldCommentRequirement Required
35758 src/com/gps/hibernate/TagsassetDAO.java 41 fieldCommentRequirement Required
35759 src/com/gps/hibernate/TagsassetDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
35760 src/com/gps/hibernate/TagsassetDAO.java 43 publicMethodCommentRequirement Required
35761 src/com/gps/hibernate/TagsassetDAO.java 44 There is log block not surrounded by if
35762 src/com/gps/hibernate/TagsassetDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35763 src/com/gps/hibernate/TagsassetDAO.java 46 Potential violation of Law of Demeter (method chain calls)
35764 src/com/gps/hibernate/TagsassetDAO.java 47 There is log block not surrounded by if
35765 src/com/gps/hibernate/TagsassetDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35766 src/com/gps/hibernate/TagsassetDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35767 src/com/gps/hibernate/TagsassetDAO.java 49 There is log block not surrounded by if
35768 src/com/gps/hibernate/TagsassetDAO.java 54 Avoid excessively long variable names like persistentInstance
35769 src/com/gps/hibernate/TagsassetDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
35770 src/com/gps/hibernate/TagsassetDAO.java 54 publicMethodCommentRequirement Required
35771 src/com/gps/hibernate/TagsassetDAO.java 55 There is log block not surrounded by if
35772 src/com/gps/hibernate/TagsassetDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35773 src/com/gps/hibernate/TagsassetDAO.java 57 Potential violation of Law of Demeter (method chain calls)
35774 src/com/gps/hibernate/TagsassetDAO.java 58 There is log block not surrounded by if
35775 src/com/gps/hibernate/TagsassetDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35776 src/com/gps/hibernate/TagsassetDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35777 src/com/gps/hibernate/TagsassetDAO.java 60 There is log block not surrounded by if
35778 src/com/gps/hibernate/TagsassetDAO.java 65 Avoid variables with short names like id
35779 src/com/gps/hibernate/TagsassetDAO.java 65 Parameter 'id' is not assigned and could be declared final
35780 src/com/gps/hibernate/TagsassetDAO.java 65 publicMethodCommentRequirement Required
35781 src/com/gps/hibernate/TagsassetDAO.java 66 There is log block not surrounded by if
35782 src/com/gps/hibernate/TagsassetDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35783 src/com/gps/hibernate/TagsassetDAO.java 68 Local variable 'instance' could be declared final
35784 src/com/gps/hibernate/TagsassetDAO.java 68 Potential violation of Law of Demeter (method chain calls)
35785 src/com/gps/hibernate/TagsassetDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35786 src/com/gps/hibernate/TagsassetDAO.java 72 There is log block not surrounded by if
35787 src/com/gps/hibernate/TagsassetDAO.java 77 Parameter 'instance' is not assigned and could be declared final
35788 src/com/gps/hibernate/TagsassetDAO.java 77 publicMethodCommentRequirement Required
35789 src/com/gps/hibernate/TagsassetDAO.java 78 There is log block not surrounded by if
35790 src/com/gps/hibernate/TagsassetDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35791 src/com/gps/hibernate/TagsassetDAO.java 80 Local variable 'results' could be declared final
35792 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
35793 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
35794 src/com/gps/hibernate/TagsassetDAO.java 80 Potential violation of Law of Demeter (method chain calls)
35795 src/com/gps/hibernate/TagsassetDAO.java 83 There is log block not surrounded by if
35796 src/com/gps/hibernate/TagsassetDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35797 src/com/gps/hibernate/TagsassetDAO.java 84 Potential violation of Law of Demeter (object not created locally)
35798 src/com/gps/hibernate/TagsassetDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35799 src/com/gps/hibernate/TagsassetDAO.java 87 There is log block not surrounded by if
35800 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
35801 src/com/gps/hibernate/TagsassetDAO.java 92 Parameter 'value' is not assigned and could be declared final
35802 src/com/gps/hibernate/TagsassetDAO.java 92 publicMethodCommentRequirement Required
35803 src/com/gps/hibernate/TagsassetDAO.java 93 There is log block not surrounded by if
35804 src/com/gps/hibernate/TagsassetDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35805 src/com/gps/hibernate/TagsassetDAO.java 96 Local variable 'queryString' could be declared final
35806 src/com/gps/hibernate/TagsassetDAO.java 98 Local variable 'queryObject' could be declared final
35807 src/com/gps/hibernate/TagsassetDAO.java 98 Potential violation of Law of Demeter (method chain calls)
35808 src/com/gps/hibernate/TagsassetDAO.java 99 Potential violation of Law of Demeter (object not created locally)
35809 src/com/gps/hibernate/TagsassetDAO.java 100 Potential violation of Law of Demeter (object not created locally)
35810 src/com/gps/hibernate/TagsassetDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35811 src/com/gps/hibernate/TagsassetDAO.java 102 There is log block not surrounded by if
35812 src/com/gps/hibernate/TagsassetDAO.java 107 Parameter 'groupId' is not assigned and could be declared final
35813 src/com/gps/hibernate/TagsassetDAO.java 107 publicMethodCommentRequirement Required
35814 src/com/gps/hibernate/TagsassetDAO.java 111 Parameter 'companyId' is not assigned and could be declared final
35815 src/com/gps/hibernate/TagsassetDAO.java 111 publicMethodCommentRequirement Required
35816 src/com/gps/hibernate/TagsassetDAO.java 115 Parameter 'userId' is not assigned and could be declared final
35817 src/com/gps/hibernate/TagsassetDAO.java 115 publicMethodCommentRequirement Required
35818 src/com/gps/hibernate/TagsassetDAO.java 119 Parameter 'userName' is not assigned and could be declared final
35819 src/com/gps/hibernate/TagsassetDAO.java 119 publicMethodCommentRequirement Required
35820 src/com/gps/hibernate/TagsassetDAO.java 123 Parameter 'classNameId' is not assigned and could be declared final
35821 src/com/gps/hibernate/TagsassetDAO.java 123 publicMethodCommentRequirement Required
35822 src/com/gps/hibernate/TagsassetDAO.java 127 Parameter 'classPk' is not assigned and could be declared final
35823 src/com/gps/hibernate/TagsassetDAO.java 127 publicMethodCommentRequirement Required
35824 src/com/gps/hibernate/TagsassetDAO.java 131 Parameter 'visible' is not assigned and could be declared final
35825 src/com/gps/hibernate/TagsassetDAO.java 131 publicMethodCommentRequirement Required
35826 src/com/gps/hibernate/TagsassetDAO.java 135 Parameter 'mimeType' is not assigned and could be declared final
35827 src/com/gps/hibernate/TagsassetDAO.java 135 publicMethodCommentRequirement Required
35828 src/com/gps/hibernate/TagsassetDAO.java 139 Parameter 'title' is not assigned and could be declared final
35829 src/com/gps/hibernate/TagsassetDAO.java 139 publicMethodCommentRequirement Required
35830 src/com/gps/hibernate/TagsassetDAO.java 143 Parameter 'description' is not assigned and could be declared final
35831 src/com/gps/hibernate/TagsassetDAO.java 143 publicMethodCommentRequirement Required
35832 src/com/gps/hibernate/TagsassetDAO.java 147 Parameter 'summary' is not assigned and could be declared final
35833 src/com/gps/hibernate/TagsassetDAO.java 147 publicMethodCommentRequirement Required
35834 src/com/gps/hibernate/TagsassetDAO.java 151 Parameter 'url' is not assigned and could be declared final
35835 src/com/gps/hibernate/TagsassetDAO.java 151 publicMethodCommentRequirement Required
35836 src/com/gps/hibernate/TagsassetDAO.java 155 Parameter 'height' is not assigned and could be declared final
35837 src/com/gps/hibernate/TagsassetDAO.java 155 publicMethodCommentRequirement Required
35838 src/com/gps/hibernate/TagsassetDAO.java 159 Parameter 'width' is not assigned and could be declared final
35839 src/com/gps/hibernate/TagsassetDAO.java 159 publicMethodCommentRequirement Required
35840 src/com/gps/hibernate/TagsassetDAO.java 163 Parameter 'priority' is not assigned and could be declared final
35841 src/com/gps/hibernate/TagsassetDAO.java 163 publicMethodCommentRequirement Required
35842 src/com/gps/hibernate/TagsassetDAO.java 167 Parameter 'viewCount' is not assigned and could be declared final
35843 src/com/gps/hibernate/TagsassetDAO.java 167 publicMethodCommentRequirement Required
35844 src/com/gps/hibernate/TagsassetDAO.java 171 publicMethodCommentRequirement Required
35845 src/com/gps/hibernate/TagsassetDAO.java 172 There is log block not surrounded by if
35846 src/com/gps/hibernate/TagsassetDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35847 src/com/gps/hibernate/TagsassetDAO.java 174 Local variable 'queryString' could be declared final
35848 src/com/gps/hibernate/TagsassetDAO.java 175 Local variable 'queryObject' could be declared final
35849 src/com/gps/hibernate/TagsassetDAO.java 175 Potential violation of Law of Demeter (method chain calls)
35850 src/com/gps/hibernate/TagsassetDAO.java 176 Potential violation of Law of Demeter (object not created locally)
35851 src/com/gps/hibernate/TagsassetDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35852 src/com/gps/hibernate/TagsassetDAO.java 178 There is log block not surrounded by if
35853 src/com/gps/hibernate/TagsassetDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
35854 src/com/gps/hibernate/TagsassetDAO.java 183 publicMethodCommentRequirement Required
35855 src/com/gps/hibernate/TagsassetDAO.java 184 There is log block not surrounded by if
35856 src/com/gps/hibernate/TagsassetDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35857 src/com/gps/hibernate/TagsassetDAO.java 186 Local variable 'result' could be declared final
35858 src/com/gps/hibernate/TagsassetDAO.java 186 Potential violation of Law of Demeter (method chain calls)
35859 src/com/gps/hibernate/TagsassetDAO.java 187 There is log block not surrounded by if
35860 src/com/gps/hibernate/TagsassetDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35861 src/com/gps/hibernate/TagsassetDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35862 src/com/gps/hibernate/TagsassetDAO.java 190 There is log block not surrounded by if
35863 src/com/gps/hibernate/TagsassetDAO.java 195 Parameter 'instance' is not assigned and could be declared final
35864 src/com/gps/hibernate/TagsassetDAO.java 195 publicMethodCommentRequirement Required
35865 src/com/gps/hibernate/TagsassetDAO.java 196 There is log block not surrounded by if
35866 src/com/gps/hibernate/TagsassetDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35867 src/com/gps/hibernate/TagsassetDAO.java 198 Potential violation of Law of Demeter (method chain calls)
35868 src/com/gps/hibernate/TagsassetDAO.java 199 There is log block not surrounded by if
35869 src/com/gps/hibernate/TagsassetDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35870 src/com/gps/hibernate/TagsassetDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35871 src/com/gps/hibernate/TagsassetDAO.java 201 There is log block not surrounded by if
35872 src/com/gps/hibernate/TagsassetDAO.java 206 Parameter 'instance' is not assigned and could be declared final
35873 src/com/gps/hibernate/TagsassetDAO.java 206 publicMethodCommentRequirement Required
35874 src/com/gps/hibernate/TagsassetDAO.java 207 There is log block not surrounded by if
35875 src/com/gps/hibernate/TagsassetDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35876 src/com/gps/hibernate/TagsassetDAO.java 209 Potential violation of Law of Demeter (method chain calls)
35877 src/com/gps/hibernate/TagsassetDAO.java 210 There is log block not surrounded by if
35878 src/com/gps/hibernate/TagsassetDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35879 src/com/gps/hibernate/TagsassetDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35880 src/com/gps/hibernate/TagsassetDAO.java 212 There is log block not surrounded by if
35881 src/com/gps/hibernate/TagsassetsTagsentries.java 9 Classes implementing Serializable should set a serialVersionUID
35882 src/com/gps/hibernate/TagsassetsTagsentries.java 13 Avoid variables with short names like id
35883 src/com/gps/hibernate/TagsassetsTagsentries.java 13 fieldCommentRequirement Required
35884 src/com/gps/hibernate/TagsassetsTagsentries.java 18 Document empty constructor
35885 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Avoid variables with short names like id
35886 src/com/gps/hibernate/TagsassetsTagsentries.java 22 Parameter 'id' is not assigned and could be declared final
35887 src/com/gps/hibernate/TagsassetsTagsentries.java 28 publicMethodCommentRequirement Required
35888 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Avoid variables with short names like id
35889 src/com/gps/hibernate/TagsassetsTagsentries.java 32 Parameter 'id' is not assigned and could be declared final
35890 src/com/gps/hibernate/TagsassetsTagsentries.java 32 publicMethodCommentRequirement Required
35891 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 10 Comment is too large: Too many lines
35892 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Logger should be defined private static final and have the correct class
35893 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
35894 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 23 fieldCommentRequirement Required
35895 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
35896 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 28 publicMethodCommentRequirement Required
35897 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 There is log block not surrounded by if
35898 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35899 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 31 Potential violation of Law of Demeter (method chain calls)
35900 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 There is log block not surrounded by if
35901 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35902 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35903 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 34 There is log block not surrounded by if
35904 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Avoid excessively long variable names like persistentInstance
35905 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
35906 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 39 publicMethodCommentRequirement Required
35907 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 There is log block not surrounded by if
35908 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35909 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 42 Potential violation of Law of Demeter (method chain calls)
35910 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 There is log block not surrounded by if
35911 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35912 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35913 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 45 There is log block not surrounded by if
35914 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 50 publicMethodCommentRequirement Required
35915 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Avoid variables with short names like id
35916 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 51 Parameter 'id' is not assigned and could be declared final
35917 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 There is log block not surrounded by if
35918 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35919 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Local variable 'instance' could be declared final
35920 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 54 Potential violation of Law of Demeter (method chain calls)
35921 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35922 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 58 There is log block not surrounded by if
35923 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 Parameter 'instance' is not assigned and could be declared final
35924 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 63 publicMethodCommentRequirement Required
35925 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 There is log block not surrounded by if
35926 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35927 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Local variable 'results' could be declared final
35928 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
35929 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
35930 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
35931 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 There is log block not surrounded by if
35932 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35933 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 70 Potential violation of Law of Demeter (object not created locally)
35934 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35935 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 73 There is log block not surrounded by if
35936 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
35937 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 Parameter 'value' is not assigned and could be declared final
35938 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 78 publicMethodCommentRequirement Required
35939 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 There is log block not surrounded by if
35940 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35941 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 82 Local variable 'queryString' could be declared final
35942 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Local variable 'queryObject' could be declared final
35943 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 84 Potential violation of Law of Demeter (method chain calls)
35944 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 85 Potential violation of Law of Demeter (object not created locally)
35945 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 86 Potential violation of Law of Demeter (object not created locally)
35946 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35947 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 88 There is log block not surrounded by if
35948 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 93 publicMethodCommentRequirement Required
35949 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 There is log block not surrounded by if
35950 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35951 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 96 Local variable 'queryString' could be declared final
35952 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Local variable 'queryObject' could be declared final
35953 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 97 Potential violation of Law of Demeter (method chain calls)
35954 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
35955 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35956 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 100 There is log block not surrounded by if
35957 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 Parameter 'detachedInstance' is not assigned and could be declared final
35958 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 105 publicMethodCommentRequirement Required
35959 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 There is log block not surrounded by if
35960 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35961 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Local variable 'result' could be declared final
35962 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 108 Potential violation of Law of Demeter (method chain calls)
35963 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 There is log block not surrounded by if
35964 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 110 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35965 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35966 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 113 There is log block not surrounded by if
35967 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 Parameter 'instance' is not assigned and could be declared final
35968 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 118 publicMethodCommentRequirement Required
35969 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 There is log block not surrounded by if
35970 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35971 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 121 Potential violation of Law of Demeter (method chain calls)
35972 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 There is log block not surrounded by if
35973 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35974 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35975 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 124 There is log block not surrounded by if
35976 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 Parameter 'instance' is not assigned and could be declared final
35977 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 129 publicMethodCommentRequirement Required
35978 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 There is log block not surrounded by if
35979 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35980 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 132 Potential violation of Law of Demeter (method chain calls)
35981 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 There is log block not surrounded by if
35982 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
35983 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 134 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
35984 src/com/gps/hibernate/TagsassetsTagsentriesDAO.java 135 There is log block not surrounded by if
35985 src/com/gps/hibernate/TagsassetsTagsentriesId.java 9 Classes implementing Serializable should set a serialVersionUID
35986 src/com/gps/hibernate/TagsassetsTagsentriesId.java 13 fieldCommentRequirement Required
35987 src/com/gps/hibernate/TagsassetsTagsentriesId.java 14 fieldCommentRequirement Required
35988 src/com/gps/hibernate/TagsassetsTagsentriesId.java 19 Document empty constructor
35989 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'assetId' is not assigned and could be declared final
35990 src/com/gps/hibernate/TagsassetsTagsentriesId.java 23 Parameter 'entryId' is not assigned and could be declared final
35991 src/com/gps/hibernate/TagsassetsTagsentriesId.java 30 publicMethodCommentRequirement Required
35992 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 Parameter 'assetId' is not assigned and could be declared final
35993 src/com/gps/hibernate/TagsassetsTagsentriesId.java 34 publicMethodCommentRequirement Required
35994 src/com/gps/hibernate/TagsassetsTagsentriesId.java 38 publicMethodCommentRequirement Required
35995 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 Parameter 'entryId' is not assigned and could be declared final
35996 src/com/gps/hibernate/TagsassetsTagsentriesId.java 42 publicMethodCommentRequirement Required
35997 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 Parameter 'other' is not assigned and could be declared final
35998 src/com/gps/hibernate/TagsassetsTagsentriesId.java 46 publicMethodCommentRequirement Required
35999 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Avoid using if statements without curly braces
36000 src/com/gps/hibernate/TagsassetsTagsentriesId.java 47 Useless parentheses.
36001 src/com/gps/hibernate/TagsassetsTagsentriesId.java 48 A method should have only one exit point, and that should be the last statement in the method
36002 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Avoid using if statements without curly braces
36003 src/com/gps/hibernate/TagsassetsTagsentriesId.java 49 Useless parentheses.
36004 src/com/gps/hibernate/TagsassetsTagsentriesId.java 50 A method should have only one exit point, and that should be the last statement in the method
36005 src/com/gps/hibernate/TagsassetsTagsentriesId.java 51 Avoid using if statements without curly braces
36006 src/com/gps/hibernate/TagsassetsTagsentriesId.java 52 A method should have only one exit point, and that should be the last statement in the method
36007 src/com/gps/hibernate/TagsassetsTagsentriesId.java 53 Local variable 'castOther' could be declared final
36008 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (method chain calls)
36009 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
36010 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Potential violation of Law of Demeter (object not created locally)
36011 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
36012 src/com/gps/hibernate/TagsassetsTagsentriesId.java 55 Useless parentheses.
36013 src/com/gps/hibernate/TagsassetsTagsentriesId.java 57 Potential violation of Law of Demeter (object not created locally)
36014 src/com/gps/hibernate/TagsassetsTagsentriesId.java 58 Potential violation of Law of Demeter (object not created locally)
36015 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (method chain calls)
36016 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
36017 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Potential violation of Law of Demeter (object not created locally)
36018 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
36019 src/com/gps/hibernate/TagsassetsTagsentriesId.java 59 Useless parentheses.
36020 src/com/gps/hibernate/TagsassetsTagsentriesId.java 61 Potential violation of Law of Demeter (object not created locally)
36021 src/com/gps/hibernate/TagsassetsTagsentriesId.java 62 Potential violation of Law of Demeter (object not created locally)
36022 src/com/gps/hibernate/TagsassetsTagsentriesId.java 65 publicMethodCommentRequirement Required
36023 src/com/gps/hibernate/TagsassetsTagsentriesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
36024 src/com/gps/hibernate/Tagsentry.java 11 Classes implementing Serializable should set a serialVersionUID
36025 src/com/gps/hibernate/Tagsentry.java 15 fieldCommentRequirement Required
36026 src/com/gps/hibernate/Tagsentry.java 16 fieldCommentRequirement Required
36027 src/com/gps/hibernate/Tagsentry.java 17 fieldCommentRequirement Required
36028 src/com/gps/hibernate/Tagsentry.java 18 fieldCommentRequirement Required
36029 src/com/gps/hibernate/Tagsentry.java 19 fieldCommentRequirement Required
36030 src/com/gps/hibernate/Tagsentry.java 20 fieldCommentRequirement Required
36031 src/com/gps/hibernate/Tagsentry.java 21 fieldCommentRequirement Required
36032 src/com/gps/hibernate/Tagsentry.java 22 fieldCommentRequirement Required
36033 src/com/gps/hibernate/Tagsentry.java 23 fieldCommentRequirement Required
36034 src/com/gps/hibernate/Tagsentry.java 24 fieldCommentRequirement Required
36035 src/com/gps/hibernate/Tagsentry.java 29 Document empty constructor
36036 src/com/gps/hibernate/Tagsentry.java 33 Parameter 'entryId' is not assigned and could be declared final
36037 src/com/gps/hibernate/Tagsentry.java 38 Avoid long parameter lists.
36038 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'companyId' is not assigned and could be declared final
36039 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'entryId' is not assigned and could be declared final
36040 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'groupId' is not assigned and could be declared final
36041 src/com/gps/hibernate/Tagsentry.java 38 Parameter 'userId' is not assigned and could be declared final
36042 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'createDate' is not assigned and could be declared final
36043 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
36044 src/com/gps/hibernate/Tagsentry.java 39 Parameter 'userName' is not assigned and could be declared final
36045 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'name' is not assigned and could be declared final
36046 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'parentEntryId' is not assigned and could be declared final
36047 src/com/gps/hibernate/Tagsentry.java 40 Parameter 'vocabularyId' is not assigned and could be declared final
36048 src/com/gps/hibernate/Tagsentry.java 55 publicMethodCommentRequirement Required
36049 src/com/gps/hibernate/Tagsentry.java 59 Parameter 'entryId' is not assigned and could be declared final
36050 src/com/gps/hibernate/Tagsentry.java 59 publicMethodCommentRequirement Required
36051 src/com/gps/hibernate/Tagsentry.java 63 publicMethodCommentRequirement Required
36052 src/com/gps/hibernate/Tagsentry.java 67 Parameter 'groupId' is not assigned and could be declared final
36053 src/com/gps/hibernate/Tagsentry.java 67 publicMethodCommentRequirement Required
36054 src/com/gps/hibernate/Tagsentry.java 71 publicMethodCommentRequirement Required
36055 src/com/gps/hibernate/Tagsentry.java 75 Parameter 'companyId' is not assigned and could be declared final
36056 src/com/gps/hibernate/Tagsentry.java 75 publicMethodCommentRequirement Required
36057 src/com/gps/hibernate/Tagsentry.java 79 publicMethodCommentRequirement Required
36058 src/com/gps/hibernate/Tagsentry.java 83 Parameter 'userId' is not assigned and could be declared final
36059 src/com/gps/hibernate/Tagsentry.java 83 publicMethodCommentRequirement Required
36060 src/com/gps/hibernate/Tagsentry.java 87 publicMethodCommentRequirement Required
36061 src/com/gps/hibernate/Tagsentry.java 91 Parameter 'userName' is not assigned and could be declared final
36062 src/com/gps/hibernate/Tagsentry.java 91 publicMethodCommentRequirement Required
36063 src/com/gps/hibernate/Tagsentry.java 95 publicMethodCommentRequirement Required
36064 src/com/gps/hibernate/Tagsentry.java 99 Parameter 'createDate' is not assigned and could be declared final
36065 src/com/gps/hibernate/Tagsentry.java 99 publicMethodCommentRequirement Required
36066 src/com/gps/hibernate/Tagsentry.java 103 publicMethodCommentRequirement Required
36067 src/com/gps/hibernate/Tagsentry.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
36068 src/com/gps/hibernate/Tagsentry.java 107 publicMethodCommentRequirement Required
36069 src/com/gps/hibernate/Tagsentry.java 111 publicMethodCommentRequirement Required
36070 src/com/gps/hibernate/Tagsentry.java 115 Parameter 'parentEntryId' is not assigned and could be declared final
36071 src/com/gps/hibernate/Tagsentry.java 115 publicMethodCommentRequirement Required
36072 src/com/gps/hibernate/Tagsentry.java 119 publicMethodCommentRequirement Required
36073 src/com/gps/hibernate/Tagsentry.java 123 Parameter 'name' is not assigned and could be declared final
36074 src/com/gps/hibernate/Tagsentry.java 123 publicMethodCommentRequirement Required
36075 src/com/gps/hibernate/Tagsentry.java 127 publicMethodCommentRequirement Required
36076 src/com/gps/hibernate/Tagsentry.java 131 Parameter 'vocabularyId' is not assigned and could be declared final
36077 src/com/gps/hibernate/Tagsentry.java 131 publicMethodCommentRequirement Required
36078 src/com/gps/hibernate/TagsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
36079 src/com/gps/hibernate/TagsentryDAO.java 11 Comment is too large: Too many lines
36080 src/com/gps/hibernate/TagsentryDAO.java 23 This class has too many methods, consider refactoring it.
36081 src/com/gps/hibernate/TagsentryDAO.java 24 Logger should be defined private static final and have the correct class
36082 src/com/gps/hibernate/TagsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
36083 src/com/gps/hibernate/TagsentryDAO.java 24 fieldCommentRequirement Required
36084 src/com/gps/hibernate/TagsentryDAO.java 26 fieldCommentRequirement Required
36085 src/com/gps/hibernate/TagsentryDAO.java 27 fieldCommentRequirement Required
36086 src/com/gps/hibernate/TagsentryDAO.java 28 fieldCommentRequirement Required
36087 src/com/gps/hibernate/TagsentryDAO.java 29 fieldCommentRequirement Required
36088 src/com/gps/hibernate/TagsentryDAO.java 30 fieldCommentRequirement Required
36089 src/com/gps/hibernate/TagsentryDAO.java 31 fieldCommentRequirement Required
36090 src/com/gps/hibernate/TagsentryDAO.java 32 fieldCommentRequirement Required
36091 src/com/gps/hibernate/TagsentryDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
36092 src/com/gps/hibernate/TagsentryDAO.java 34 publicMethodCommentRequirement Required
36093 src/com/gps/hibernate/TagsentryDAO.java 35 There is log block not surrounded by if
36094 src/com/gps/hibernate/TagsentryDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36095 src/com/gps/hibernate/TagsentryDAO.java 37 Potential violation of Law of Demeter (method chain calls)
36096 src/com/gps/hibernate/TagsentryDAO.java 38 There is log block not surrounded by if
36097 src/com/gps/hibernate/TagsentryDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36098 src/com/gps/hibernate/TagsentryDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36099 src/com/gps/hibernate/TagsentryDAO.java 40 There is log block not surrounded by if
36100 src/com/gps/hibernate/TagsentryDAO.java 45 Avoid excessively long variable names like persistentInstance
36101 src/com/gps/hibernate/TagsentryDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
36102 src/com/gps/hibernate/TagsentryDAO.java 45 publicMethodCommentRequirement Required
36103 src/com/gps/hibernate/TagsentryDAO.java 46 There is log block not surrounded by if
36104 src/com/gps/hibernate/TagsentryDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36105 src/com/gps/hibernate/TagsentryDAO.java 48 Potential violation of Law of Demeter (method chain calls)
36106 src/com/gps/hibernate/TagsentryDAO.java 49 There is log block not surrounded by if
36107 src/com/gps/hibernate/TagsentryDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36108 src/com/gps/hibernate/TagsentryDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36109 src/com/gps/hibernate/TagsentryDAO.java 51 There is log block not surrounded by if
36110 src/com/gps/hibernate/TagsentryDAO.java 56 Avoid variables with short names like id
36111 src/com/gps/hibernate/TagsentryDAO.java 56 Parameter 'id' is not assigned and could be declared final
36112 src/com/gps/hibernate/TagsentryDAO.java 56 publicMethodCommentRequirement Required
36113 src/com/gps/hibernate/TagsentryDAO.java 57 There is log block not surrounded by if
36114 src/com/gps/hibernate/TagsentryDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36115 src/com/gps/hibernate/TagsentryDAO.java 59 Local variable 'instance' could be declared final
36116 src/com/gps/hibernate/TagsentryDAO.java 59 Potential violation of Law of Demeter (method chain calls)
36117 src/com/gps/hibernate/TagsentryDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36118 src/com/gps/hibernate/TagsentryDAO.java 63 There is log block not surrounded by if
36119 src/com/gps/hibernate/TagsentryDAO.java 68 Parameter 'instance' is not assigned and could be declared final
36120 src/com/gps/hibernate/TagsentryDAO.java 68 publicMethodCommentRequirement Required
36121 src/com/gps/hibernate/TagsentryDAO.java 69 There is log block not surrounded by if
36122 src/com/gps/hibernate/TagsentryDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36123 src/com/gps/hibernate/TagsentryDAO.java 71 Local variable 'results' could be declared final
36124 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36125 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36126 src/com/gps/hibernate/TagsentryDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36127 src/com/gps/hibernate/TagsentryDAO.java 74 There is log block not surrounded by if
36128 src/com/gps/hibernate/TagsentryDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36129 src/com/gps/hibernate/TagsentryDAO.java 75 Potential violation of Law of Demeter (object not created locally)
36130 src/com/gps/hibernate/TagsentryDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36131 src/com/gps/hibernate/TagsentryDAO.java 78 There is log block not surrounded by if
36132 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
36133 src/com/gps/hibernate/TagsentryDAO.java 83 Parameter 'value' is not assigned and could be declared final
36134 src/com/gps/hibernate/TagsentryDAO.java 83 publicMethodCommentRequirement Required
36135 src/com/gps/hibernate/TagsentryDAO.java 84 There is log block not surrounded by if
36136 src/com/gps/hibernate/TagsentryDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36137 src/com/gps/hibernate/TagsentryDAO.java 87 Local variable 'queryString' could be declared final
36138 src/com/gps/hibernate/TagsentryDAO.java 89 Local variable 'queryObject' could be declared final
36139 src/com/gps/hibernate/TagsentryDAO.java 89 Potential violation of Law of Demeter (method chain calls)
36140 src/com/gps/hibernate/TagsentryDAO.java 90 Potential violation of Law of Demeter (object not created locally)
36141 src/com/gps/hibernate/TagsentryDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36142 src/com/gps/hibernate/TagsentryDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36143 src/com/gps/hibernate/TagsentryDAO.java 93 There is log block not surrounded by if
36144 src/com/gps/hibernate/TagsentryDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
36145 src/com/gps/hibernate/TagsentryDAO.java 98 publicMethodCommentRequirement Required
36146 src/com/gps/hibernate/TagsentryDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
36147 src/com/gps/hibernate/TagsentryDAO.java 102 publicMethodCommentRequirement Required
36148 src/com/gps/hibernate/TagsentryDAO.java 106 Parameter 'userId' is not assigned and could be declared final
36149 src/com/gps/hibernate/TagsentryDAO.java 106 publicMethodCommentRequirement Required
36150 src/com/gps/hibernate/TagsentryDAO.java 110 Parameter 'userName' is not assigned and could be declared final
36151 src/com/gps/hibernate/TagsentryDAO.java 110 publicMethodCommentRequirement Required
36152 src/com/gps/hibernate/TagsentryDAO.java 114 Parameter 'parentEntryId' is not assigned and could be declared final
36153 src/com/gps/hibernate/TagsentryDAO.java 114 publicMethodCommentRequirement Required
36154 src/com/gps/hibernate/TagsentryDAO.java 118 Parameter 'name' is not assigned and could be declared final
36155 src/com/gps/hibernate/TagsentryDAO.java 118 publicMethodCommentRequirement Required
36156 src/com/gps/hibernate/TagsentryDAO.java 122 Parameter 'vocabularyId' is not assigned and could be declared final
36157 src/com/gps/hibernate/TagsentryDAO.java 122 publicMethodCommentRequirement Required
36158 src/com/gps/hibernate/TagsentryDAO.java 126 publicMethodCommentRequirement Required
36159 src/com/gps/hibernate/TagsentryDAO.java 127 There is log block not surrounded by if
36160 src/com/gps/hibernate/TagsentryDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36161 src/com/gps/hibernate/TagsentryDAO.java 129 Local variable 'queryString' could be declared final
36162 src/com/gps/hibernate/TagsentryDAO.java 130 Local variable 'queryObject' could be declared final
36163 src/com/gps/hibernate/TagsentryDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36164 src/com/gps/hibernate/TagsentryDAO.java 131 Potential violation of Law of Demeter (object not created locally)
36165 src/com/gps/hibernate/TagsentryDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36166 src/com/gps/hibernate/TagsentryDAO.java 133 There is log block not surrounded by if
36167 src/com/gps/hibernate/TagsentryDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
36168 src/com/gps/hibernate/TagsentryDAO.java 138 publicMethodCommentRequirement Required
36169 src/com/gps/hibernate/TagsentryDAO.java 139 There is log block not surrounded by if
36170 src/com/gps/hibernate/TagsentryDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36171 src/com/gps/hibernate/TagsentryDAO.java 141 Local variable 'result' could be declared final
36172 src/com/gps/hibernate/TagsentryDAO.java 141 Potential violation of Law of Demeter (method chain calls)
36173 src/com/gps/hibernate/TagsentryDAO.java 142 There is log block not surrounded by if
36174 src/com/gps/hibernate/TagsentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36175 src/com/gps/hibernate/TagsentryDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36176 src/com/gps/hibernate/TagsentryDAO.java 145 There is log block not surrounded by if
36177 src/com/gps/hibernate/TagsentryDAO.java 150 Parameter 'instance' is not assigned and could be declared final
36178 src/com/gps/hibernate/TagsentryDAO.java 150 publicMethodCommentRequirement Required
36179 src/com/gps/hibernate/TagsentryDAO.java 151 There is log block not surrounded by if
36180 src/com/gps/hibernate/TagsentryDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36181 src/com/gps/hibernate/TagsentryDAO.java 153 Potential violation of Law of Demeter (method chain calls)
36182 src/com/gps/hibernate/TagsentryDAO.java 154 There is log block not surrounded by if
36183 src/com/gps/hibernate/TagsentryDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36184 src/com/gps/hibernate/TagsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36185 src/com/gps/hibernate/TagsentryDAO.java 156 There is log block not surrounded by if
36186 src/com/gps/hibernate/TagsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
36187 src/com/gps/hibernate/TagsentryDAO.java 161 publicMethodCommentRequirement Required
36188 src/com/gps/hibernate/TagsentryDAO.java 162 There is log block not surrounded by if
36189 src/com/gps/hibernate/TagsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36190 src/com/gps/hibernate/TagsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
36191 src/com/gps/hibernate/TagsentryDAO.java 165 There is log block not surrounded by if
36192 src/com/gps/hibernate/TagsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36193 src/com/gps/hibernate/TagsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36194 src/com/gps/hibernate/TagsentryDAO.java 167 There is log block not surrounded by if
36195 src/com/gps/hibernate/Tagssource.java 9 Classes implementing Serializable should set a serialVersionUID
36196 src/com/gps/hibernate/Tagssource.java 13 fieldCommentRequirement Required
36197 src/com/gps/hibernate/Tagssource.java 14 fieldCommentRequirement Required
36198 src/com/gps/hibernate/Tagssource.java 15 fieldCommentRequirement Required
36199 src/com/gps/hibernate/Tagssource.java 16 fieldCommentRequirement Required
36200 src/com/gps/hibernate/Tagssource.java 21 Document empty constructor
36201 src/com/gps/hibernate/Tagssource.java 25 Parameter 'sourceId' is not assigned and could be declared final
36202 src/com/gps/hibernate/Tagssource.java 30 Parameter 'name' is not assigned and could be declared final
36203 src/com/gps/hibernate/Tagssource.java 30 Parameter 'parentSourceId' is not assigned and could be declared final
36204 src/com/gps/hibernate/Tagssource.java 30 Parameter 'sourceId' is not assigned and could be declared final
36205 src/com/gps/hibernate/Tagssource.java 31 Parameter 'acronym' is not assigned and could be declared final
36206 src/com/gps/hibernate/Tagssource.java 40 publicMethodCommentRequirement Required
36207 src/com/gps/hibernate/Tagssource.java 44 Parameter 'sourceId' is not assigned and could be declared final
36208 src/com/gps/hibernate/Tagssource.java 44 publicMethodCommentRequirement Required
36209 src/com/gps/hibernate/Tagssource.java 48 publicMethodCommentRequirement Required
36210 src/com/gps/hibernate/Tagssource.java 52 Parameter 'parentSourceId' is not assigned and could be declared final
36211 src/com/gps/hibernate/Tagssource.java 52 publicMethodCommentRequirement Required
36212 src/com/gps/hibernate/Tagssource.java 56 publicMethodCommentRequirement Required
36213 src/com/gps/hibernate/Tagssource.java 60 Parameter 'name' is not assigned and could be declared final
36214 src/com/gps/hibernate/Tagssource.java 60 publicMethodCommentRequirement Required
36215 src/com/gps/hibernate/Tagssource.java 64 publicMethodCommentRequirement Required
36216 src/com/gps/hibernate/Tagssource.java 68 Parameter 'acronym' is not assigned and could be declared final
36217 src/com/gps/hibernate/Tagssource.java 68 publicMethodCommentRequirement Required
36218 src/com/gps/hibernate/TagssourceDAO.java 10 Comment is too large: Too many lines
36219 src/com/gps/hibernate/TagssourceDAO.java 22 This class has too many methods, consider refactoring it.
36220 src/com/gps/hibernate/TagssourceDAO.java 23 Logger should be defined private static final and have the correct class
36221 src/com/gps/hibernate/TagssourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
36222 src/com/gps/hibernate/TagssourceDAO.java 23 fieldCommentRequirement Required
36223 src/com/gps/hibernate/TagssourceDAO.java 25 fieldCommentRequirement Required
36224 src/com/gps/hibernate/TagssourceDAO.java 26 fieldCommentRequirement Required
36225 src/com/gps/hibernate/TagssourceDAO.java 27 fieldCommentRequirement Required
36226 src/com/gps/hibernate/TagssourceDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
36227 src/com/gps/hibernate/TagssourceDAO.java 29 publicMethodCommentRequirement Required
36228 src/com/gps/hibernate/TagssourceDAO.java 30 There is log block not surrounded by if
36229 src/com/gps/hibernate/TagssourceDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36230 src/com/gps/hibernate/TagssourceDAO.java 32 Potential violation of Law of Demeter (method chain calls)
36231 src/com/gps/hibernate/TagssourceDAO.java 33 There is log block not surrounded by if
36232 src/com/gps/hibernate/TagssourceDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36233 src/com/gps/hibernate/TagssourceDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36234 src/com/gps/hibernate/TagssourceDAO.java 35 There is log block not surrounded by if
36235 src/com/gps/hibernate/TagssourceDAO.java 40 Avoid excessively long variable names like persistentInstance
36236 src/com/gps/hibernate/TagssourceDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
36237 src/com/gps/hibernate/TagssourceDAO.java 40 publicMethodCommentRequirement Required
36238 src/com/gps/hibernate/TagssourceDAO.java 41 There is log block not surrounded by if
36239 src/com/gps/hibernate/TagssourceDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36240 src/com/gps/hibernate/TagssourceDAO.java 43 Potential violation of Law of Demeter (method chain calls)
36241 src/com/gps/hibernate/TagssourceDAO.java 44 There is log block not surrounded by if
36242 src/com/gps/hibernate/TagssourceDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36243 src/com/gps/hibernate/TagssourceDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36244 src/com/gps/hibernate/TagssourceDAO.java 46 There is log block not surrounded by if
36245 src/com/gps/hibernate/TagssourceDAO.java 51 Avoid variables with short names like id
36246 src/com/gps/hibernate/TagssourceDAO.java 51 Parameter 'id' is not assigned and could be declared final
36247 src/com/gps/hibernate/TagssourceDAO.java 51 publicMethodCommentRequirement Required
36248 src/com/gps/hibernate/TagssourceDAO.java 52 There is log block not surrounded by if
36249 src/com/gps/hibernate/TagssourceDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36250 src/com/gps/hibernate/TagssourceDAO.java 54 Local variable 'instance' could be declared final
36251 src/com/gps/hibernate/TagssourceDAO.java 54 Potential violation of Law of Demeter (method chain calls)
36252 src/com/gps/hibernate/TagssourceDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36253 src/com/gps/hibernate/TagssourceDAO.java 58 There is log block not surrounded by if
36254 src/com/gps/hibernate/TagssourceDAO.java 63 Parameter 'instance' is not assigned and could be declared final
36255 src/com/gps/hibernate/TagssourceDAO.java 63 publicMethodCommentRequirement Required
36256 src/com/gps/hibernate/TagssourceDAO.java 64 There is log block not surrounded by if
36257 src/com/gps/hibernate/TagssourceDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36258 src/com/gps/hibernate/TagssourceDAO.java 66 Local variable 'results' could be declared final
36259 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36260 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36261 src/com/gps/hibernate/TagssourceDAO.java 66 Potential violation of Law of Demeter (method chain calls)
36262 src/com/gps/hibernate/TagssourceDAO.java 69 There is log block not surrounded by if
36263 src/com/gps/hibernate/TagssourceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36264 src/com/gps/hibernate/TagssourceDAO.java 70 Potential violation of Law of Demeter (object not created locally)
36265 src/com/gps/hibernate/TagssourceDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36266 src/com/gps/hibernate/TagssourceDAO.java 73 There is log block not surrounded by if
36267 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
36268 src/com/gps/hibernate/TagssourceDAO.java 78 Parameter 'value' is not assigned and could be declared final
36269 src/com/gps/hibernate/TagssourceDAO.java 78 publicMethodCommentRequirement Required
36270 src/com/gps/hibernate/TagssourceDAO.java 79 There is log block not surrounded by if
36271 src/com/gps/hibernate/TagssourceDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36272 src/com/gps/hibernate/TagssourceDAO.java 82 Local variable 'queryString' could be declared final
36273 src/com/gps/hibernate/TagssourceDAO.java 84 Local variable 'queryObject' could be declared final
36274 src/com/gps/hibernate/TagssourceDAO.java 84 Potential violation of Law of Demeter (method chain calls)
36275 src/com/gps/hibernate/TagssourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
36276 src/com/gps/hibernate/TagssourceDAO.java 86 Potential violation of Law of Demeter (object not created locally)
36277 src/com/gps/hibernate/TagssourceDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36278 src/com/gps/hibernate/TagssourceDAO.java 88 There is log block not surrounded by if
36279 src/com/gps/hibernate/TagssourceDAO.java 93 Parameter 'parentSourceId' is not assigned and could be declared final
36280 src/com/gps/hibernate/TagssourceDAO.java 93 publicMethodCommentRequirement Required
36281 src/com/gps/hibernate/TagssourceDAO.java 97 Parameter 'name' is not assigned and could be declared final
36282 src/com/gps/hibernate/TagssourceDAO.java 97 publicMethodCommentRequirement Required
36283 src/com/gps/hibernate/TagssourceDAO.java 101 Parameter 'acronym' is not assigned and could be declared final
36284 src/com/gps/hibernate/TagssourceDAO.java 101 publicMethodCommentRequirement Required
36285 src/com/gps/hibernate/TagssourceDAO.java 105 publicMethodCommentRequirement Required
36286 src/com/gps/hibernate/TagssourceDAO.java 106 There is log block not surrounded by if
36287 src/com/gps/hibernate/TagssourceDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36288 src/com/gps/hibernate/TagssourceDAO.java 108 Local variable 'queryString' could be declared final
36289 src/com/gps/hibernate/TagssourceDAO.java 109 Local variable 'queryObject' could be declared final
36290 src/com/gps/hibernate/TagssourceDAO.java 109 Potential violation of Law of Demeter (method chain calls)
36291 src/com/gps/hibernate/TagssourceDAO.java 110 Potential violation of Law of Demeter (object not created locally)
36292 src/com/gps/hibernate/TagssourceDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36293 src/com/gps/hibernate/TagssourceDAO.java 112 There is log block not surrounded by if
36294 src/com/gps/hibernate/TagssourceDAO.java 117 Parameter 'detachedInstance' is not assigned and could be declared final
36295 src/com/gps/hibernate/TagssourceDAO.java 117 publicMethodCommentRequirement Required
36296 src/com/gps/hibernate/TagssourceDAO.java 118 There is log block not surrounded by if
36297 src/com/gps/hibernate/TagssourceDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36298 src/com/gps/hibernate/TagssourceDAO.java 120 Local variable 'result' could be declared final
36299 src/com/gps/hibernate/TagssourceDAO.java 120 Potential violation of Law of Demeter (method chain calls)
36300 src/com/gps/hibernate/TagssourceDAO.java 122 There is log block not surrounded by if
36301 src/com/gps/hibernate/TagssourceDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36302 src/com/gps/hibernate/TagssourceDAO.java 124 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36303 src/com/gps/hibernate/TagssourceDAO.java 125 There is log block not surrounded by if
36304 src/com/gps/hibernate/TagssourceDAO.java 130 Parameter 'instance' is not assigned and could be declared final
36305 src/com/gps/hibernate/TagssourceDAO.java 130 publicMethodCommentRequirement Required
36306 src/com/gps/hibernate/TagssourceDAO.java 131 There is log block not surrounded by if
36307 src/com/gps/hibernate/TagssourceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36308 src/com/gps/hibernate/TagssourceDAO.java 133 Potential violation of Law of Demeter (method chain calls)
36309 src/com/gps/hibernate/TagssourceDAO.java 134 There is log block not surrounded by if
36310 src/com/gps/hibernate/TagssourceDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36311 src/com/gps/hibernate/TagssourceDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36312 src/com/gps/hibernate/TagssourceDAO.java 136 There is log block not surrounded by if
36313 src/com/gps/hibernate/TagssourceDAO.java 141 Parameter 'instance' is not assigned and could be declared final
36314 src/com/gps/hibernate/TagssourceDAO.java 141 publicMethodCommentRequirement Required
36315 src/com/gps/hibernate/TagssourceDAO.java 142 There is log block not surrounded by if
36316 src/com/gps/hibernate/TagssourceDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36317 src/com/gps/hibernate/TagssourceDAO.java 144 Potential violation of Law of Demeter (method chain calls)
36318 src/com/gps/hibernate/TagssourceDAO.java 145 There is log block not surrounded by if
36319 src/com/gps/hibernate/TagssourceDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36320 src/com/gps/hibernate/TagssourceDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36321 src/com/gps/hibernate/TagssourceDAO.java 147 There is log block not surrounded by if
36322 src/com/gps/hibernate/Tagsvocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
36323 src/com/gps/hibernate/Tagsvocabulary.java 15 fieldCommentRequirement Required
36324 src/com/gps/hibernate/Tagsvocabulary.java 16 fieldCommentRequirement Required
36325 src/com/gps/hibernate/Tagsvocabulary.java 17 fieldCommentRequirement Required
36326 src/com/gps/hibernate/Tagsvocabulary.java 18 fieldCommentRequirement Required
36327 src/com/gps/hibernate/Tagsvocabulary.java 19 fieldCommentRequirement Required
36328 src/com/gps/hibernate/Tagsvocabulary.java 20 fieldCommentRequirement Required
36329 src/com/gps/hibernate/Tagsvocabulary.java 21 fieldCommentRequirement Required
36330 src/com/gps/hibernate/Tagsvocabulary.java 22 fieldCommentRequirement Required
36331 src/com/gps/hibernate/Tagsvocabulary.java 23 fieldCommentRequirement Required
36332 src/com/gps/hibernate/Tagsvocabulary.java 24 fieldCommentRequirement Required
36333 src/com/gps/hibernate/Tagsvocabulary.java 29 Document empty constructor
36334 src/com/gps/hibernate/Tagsvocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
36335 src/com/gps/hibernate/Tagsvocabulary.java 38 Avoid long parameter lists.
36336 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
36337 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
36338 src/com/gps/hibernate/Tagsvocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
36339 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
36340 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
36341 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
36342 src/com/gps/hibernate/Tagsvocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
36343 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'description' is not assigned and could be declared final
36344 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
36345 src/com/gps/hibernate/Tagsvocabulary.java 40 Parameter 'name' is not assigned and could be declared final
36346 src/com/gps/hibernate/Tagsvocabulary.java 55 publicMethodCommentRequirement Required
36347 src/com/gps/hibernate/Tagsvocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
36348 src/com/gps/hibernate/Tagsvocabulary.java 59 publicMethodCommentRequirement Required
36349 src/com/gps/hibernate/Tagsvocabulary.java 63 publicMethodCommentRequirement Required
36350 src/com/gps/hibernate/Tagsvocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
36351 src/com/gps/hibernate/Tagsvocabulary.java 67 publicMethodCommentRequirement Required
36352 src/com/gps/hibernate/Tagsvocabulary.java 71 publicMethodCommentRequirement Required
36353 src/com/gps/hibernate/Tagsvocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
36354 src/com/gps/hibernate/Tagsvocabulary.java 75 publicMethodCommentRequirement Required
36355 src/com/gps/hibernate/Tagsvocabulary.java 79 publicMethodCommentRequirement Required
36356 src/com/gps/hibernate/Tagsvocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
36357 src/com/gps/hibernate/Tagsvocabulary.java 83 publicMethodCommentRequirement Required
36358 src/com/gps/hibernate/Tagsvocabulary.java 87 publicMethodCommentRequirement Required
36359 src/com/gps/hibernate/Tagsvocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
36360 src/com/gps/hibernate/Tagsvocabulary.java 91 publicMethodCommentRequirement Required
36361 src/com/gps/hibernate/Tagsvocabulary.java 95 publicMethodCommentRequirement Required
36362 src/com/gps/hibernate/Tagsvocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
36363 src/com/gps/hibernate/Tagsvocabulary.java 99 publicMethodCommentRequirement Required
36364 src/com/gps/hibernate/Tagsvocabulary.java 103 publicMethodCommentRequirement Required
36365 src/com/gps/hibernate/Tagsvocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
36366 src/com/gps/hibernate/Tagsvocabulary.java 107 publicMethodCommentRequirement Required
36367 src/com/gps/hibernate/Tagsvocabulary.java 111 publicMethodCommentRequirement Required
36368 src/com/gps/hibernate/Tagsvocabulary.java 115 Parameter 'name' is not assigned and could be declared final
36369 src/com/gps/hibernate/Tagsvocabulary.java 115 publicMethodCommentRequirement Required
36370 src/com/gps/hibernate/Tagsvocabulary.java 119 publicMethodCommentRequirement Required
36371 src/com/gps/hibernate/Tagsvocabulary.java 123 Parameter 'description' is not assigned and could be declared final
36372 src/com/gps/hibernate/Tagsvocabulary.java 123 publicMethodCommentRequirement Required
36373 src/com/gps/hibernate/Tagsvocabulary.java 127 publicMethodCommentRequirement Required
36374 src/com/gps/hibernate/Tagsvocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
36375 src/com/gps/hibernate/Tagsvocabulary.java 131 publicMethodCommentRequirement Required
36376 src/com/gps/hibernate/TagsvocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
36377 src/com/gps/hibernate/TagsvocabularyDAO.java 11 Comment is too large: Too many lines
36378 src/com/gps/hibernate/TagsvocabularyDAO.java 23 This class has too many methods, consider refactoring it.
36379 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Logger should be defined private static final and have the correct class
36380 src/com/gps/hibernate/TagsvocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
36381 src/com/gps/hibernate/TagsvocabularyDAO.java 24 fieldCommentRequirement Required
36382 src/com/gps/hibernate/TagsvocabularyDAO.java 26 fieldCommentRequirement Required
36383 src/com/gps/hibernate/TagsvocabularyDAO.java 27 fieldCommentRequirement Required
36384 src/com/gps/hibernate/TagsvocabularyDAO.java 28 fieldCommentRequirement Required
36385 src/com/gps/hibernate/TagsvocabularyDAO.java 29 fieldCommentRequirement Required
36386 src/com/gps/hibernate/TagsvocabularyDAO.java 30 fieldCommentRequirement Required
36387 src/com/gps/hibernate/TagsvocabularyDAO.java 31 fieldCommentRequirement Required
36388 src/com/gps/hibernate/TagsvocabularyDAO.java 32 fieldCommentRequirement Required
36389 src/com/gps/hibernate/TagsvocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
36390 src/com/gps/hibernate/TagsvocabularyDAO.java 34 publicMethodCommentRequirement Required
36391 src/com/gps/hibernate/TagsvocabularyDAO.java 35 There is log block not surrounded by if
36392 src/com/gps/hibernate/TagsvocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36393 src/com/gps/hibernate/TagsvocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
36394 src/com/gps/hibernate/TagsvocabularyDAO.java 38 There is log block not surrounded by if
36395 src/com/gps/hibernate/TagsvocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36396 src/com/gps/hibernate/TagsvocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36397 src/com/gps/hibernate/TagsvocabularyDAO.java 40 There is log block not surrounded by if
36398 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
36399 src/com/gps/hibernate/TagsvocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
36400 src/com/gps/hibernate/TagsvocabularyDAO.java 45 publicMethodCommentRequirement Required
36401 src/com/gps/hibernate/TagsvocabularyDAO.java 46 There is log block not surrounded by if
36402 src/com/gps/hibernate/TagsvocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36403 src/com/gps/hibernate/TagsvocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
36404 src/com/gps/hibernate/TagsvocabularyDAO.java 49 There is log block not surrounded by if
36405 src/com/gps/hibernate/TagsvocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36406 src/com/gps/hibernate/TagsvocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36407 src/com/gps/hibernate/TagsvocabularyDAO.java 51 There is log block not surrounded by if
36408 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Avoid variables with short names like id
36409 src/com/gps/hibernate/TagsvocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
36410 src/com/gps/hibernate/TagsvocabularyDAO.java 56 publicMethodCommentRequirement Required
36411 src/com/gps/hibernate/TagsvocabularyDAO.java 57 There is log block not surrounded by if
36412 src/com/gps/hibernate/TagsvocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36413 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Local variable 'instance' could be declared final
36414 src/com/gps/hibernate/TagsvocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
36415 src/com/gps/hibernate/TagsvocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36416 src/com/gps/hibernate/TagsvocabularyDAO.java 63 There is log block not surrounded by if
36417 src/com/gps/hibernate/TagsvocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
36418 src/com/gps/hibernate/TagsvocabularyDAO.java 68 publicMethodCommentRequirement Required
36419 src/com/gps/hibernate/TagsvocabularyDAO.java 69 There is log block not surrounded by if
36420 src/com/gps/hibernate/TagsvocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36421 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Local variable 'results' could be declared final
36422 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36423 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36424 src/com/gps/hibernate/TagsvocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
36425 src/com/gps/hibernate/TagsvocabularyDAO.java 74 There is log block not surrounded by if
36426 src/com/gps/hibernate/TagsvocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36427 src/com/gps/hibernate/TagsvocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
36428 src/com/gps/hibernate/TagsvocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36429 src/com/gps/hibernate/TagsvocabularyDAO.java 78 There is log block not surrounded by if
36430 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
36431 src/com/gps/hibernate/TagsvocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
36432 src/com/gps/hibernate/TagsvocabularyDAO.java 83 publicMethodCommentRequirement Required
36433 src/com/gps/hibernate/TagsvocabularyDAO.java 84 There is log block not surrounded by if
36434 src/com/gps/hibernate/TagsvocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36435 src/com/gps/hibernate/TagsvocabularyDAO.java 87 Local variable 'queryString' could be declared final
36436 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Local variable 'queryObject' could be declared final
36437 src/com/gps/hibernate/TagsvocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
36438 src/com/gps/hibernate/TagsvocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
36439 src/com/gps/hibernate/TagsvocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36440 src/com/gps/hibernate/TagsvocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36441 src/com/gps/hibernate/TagsvocabularyDAO.java 93 There is log block not surrounded by if
36442 src/com/gps/hibernate/TagsvocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
36443 src/com/gps/hibernate/TagsvocabularyDAO.java 98 publicMethodCommentRequirement Required
36444 src/com/gps/hibernate/TagsvocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
36445 src/com/gps/hibernate/TagsvocabularyDAO.java 102 publicMethodCommentRequirement Required
36446 src/com/gps/hibernate/TagsvocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
36447 src/com/gps/hibernate/TagsvocabularyDAO.java 106 publicMethodCommentRequirement Required
36448 src/com/gps/hibernate/TagsvocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
36449 src/com/gps/hibernate/TagsvocabularyDAO.java 110 publicMethodCommentRequirement Required
36450 src/com/gps/hibernate/TagsvocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
36451 src/com/gps/hibernate/TagsvocabularyDAO.java 114 publicMethodCommentRequirement Required
36452 src/com/gps/hibernate/TagsvocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
36453 src/com/gps/hibernate/TagsvocabularyDAO.java 118 publicMethodCommentRequirement Required
36454 src/com/gps/hibernate/TagsvocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
36455 src/com/gps/hibernate/TagsvocabularyDAO.java 122 publicMethodCommentRequirement Required
36456 src/com/gps/hibernate/TagsvocabularyDAO.java 126 publicMethodCommentRequirement Required
36457 src/com/gps/hibernate/TagsvocabularyDAO.java 127 There is log block not surrounded by if
36458 src/com/gps/hibernate/TagsvocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36459 src/com/gps/hibernate/TagsvocabularyDAO.java 129 Local variable 'queryString' could be declared final
36460 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Local variable 'queryObject' could be declared final
36461 src/com/gps/hibernate/TagsvocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
36462 src/com/gps/hibernate/TagsvocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
36463 src/com/gps/hibernate/TagsvocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36464 src/com/gps/hibernate/TagsvocabularyDAO.java 133 There is log block not surrounded by if
36465 src/com/gps/hibernate/TagsvocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
36466 src/com/gps/hibernate/TagsvocabularyDAO.java 138 publicMethodCommentRequirement Required
36467 src/com/gps/hibernate/TagsvocabularyDAO.java 139 There is log block not surrounded by if
36468 src/com/gps/hibernate/TagsvocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36469 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Local variable 'result' could be declared final
36470 src/com/gps/hibernate/TagsvocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
36471 src/com/gps/hibernate/TagsvocabularyDAO.java 143 There is log block not surrounded by if
36472 src/com/gps/hibernate/TagsvocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36473 src/com/gps/hibernate/TagsvocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36474 src/com/gps/hibernate/TagsvocabularyDAO.java 146 There is log block not surrounded by if
36475 src/com/gps/hibernate/TagsvocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
36476 src/com/gps/hibernate/TagsvocabularyDAO.java 151 publicMethodCommentRequirement Required
36477 src/com/gps/hibernate/TagsvocabularyDAO.java 152 There is log block not surrounded by if
36478 src/com/gps/hibernate/TagsvocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36479 src/com/gps/hibernate/TagsvocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
36480 src/com/gps/hibernate/TagsvocabularyDAO.java 155 There is log block not surrounded by if
36481 src/com/gps/hibernate/TagsvocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36482 src/com/gps/hibernate/TagsvocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36483 src/com/gps/hibernate/TagsvocabularyDAO.java 157 There is log block not surrounded by if
36484 src/com/gps/hibernate/TagsvocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
36485 src/com/gps/hibernate/TagsvocabularyDAO.java 162 publicMethodCommentRequirement Required
36486 src/com/gps/hibernate/TagsvocabularyDAO.java 163 There is log block not surrounded by if
36487 src/com/gps/hibernate/TagsvocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36488 src/com/gps/hibernate/TagsvocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
36489 src/com/gps/hibernate/TagsvocabularyDAO.java 166 There is log block not surrounded by if
36490 src/com/gps/hibernate/TagsvocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36491 src/com/gps/hibernate/TagsvocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36492 src/com/gps/hibernate/TagsvocabularyDAO.java 168 There is log block not surrounded by if
36493 src/com/gps/hibernate/Tasksproposal.java 11 Classes implementing Serializable should set a serialVersionUID
36494 src/com/gps/hibernate/Tasksproposal.java 15 fieldCommentRequirement Required
36495 src/com/gps/hibernate/Tasksproposal.java 16 fieldCommentRequirement Required
36496 src/com/gps/hibernate/Tasksproposal.java 17 fieldCommentRequirement Required
36497 src/com/gps/hibernate/Tasksproposal.java 18 fieldCommentRequirement Required
36498 src/com/gps/hibernate/Tasksproposal.java 19 fieldCommentRequirement Required
36499 src/com/gps/hibernate/Tasksproposal.java 20 fieldCommentRequirement Required
36500 src/com/gps/hibernate/Tasksproposal.java 21 fieldCommentRequirement Required
36501 src/com/gps/hibernate/Tasksproposal.java 22 fieldCommentRequirement Required
36502 src/com/gps/hibernate/Tasksproposal.java 23 fieldCommentRequirement Required
36503 src/com/gps/hibernate/Tasksproposal.java 24 fieldCommentRequirement Required
36504 src/com/gps/hibernate/Tasksproposal.java 25 fieldCommentRequirement Required
36505 src/com/gps/hibernate/Tasksproposal.java 26 fieldCommentRequirement Required
36506 src/com/gps/hibernate/Tasksproposal.java 27 fieldCommentRequirement Required
36507 src/com/gps/hibernate/Tasksproposal.java 32 Document empty constructor
36508 src/com/gps/hibernate/Tasksproposal.java 36 Parameter 'proposalId' is not assigned and could be declared final
36509 src/com/gps/hibernate/Tasksproposal.java 41 Avoid long parameter lists.
36510 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'companyId' is not assigned and could be declared final
36511 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'groupId' is not assigned and could be declared final
36512 src/com/gps/hibernate/Tasksproposal.java 41 Parameter 'proposalId' is not assigned and could be declared final
36513 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'createDate' is not assigned and could be declared final
36514 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
36515 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userId' is not assigned and could be declared final
36516 src/com/gps/hibernate/Tasksproposal.java 42 Parameter 'userName' is not assigned and could be declared final
36517 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classNameId' is not assigned and could be declared final
36518 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'classPk' is not assigned and could be declared final
36519 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'description' is not assigned and could be declared final
36520 src/com/gps/hibernate/Tasksproposal.java 43 Parameter 'name' is not assigned and could be declared final
36521 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'dueDate' is not assigned and could be declared final
36522 src/com/gps/hibernate/Tasksproposal.java 44 Parameter 'publishDate' is not assigned and could be declared final
36523 src/com/gps/hibernate/Tasksproposal.java 62 publicMethodCommentRequirement Required
36524 src/com/gps/hibernate/Tasksproposal.java 66 Parameter 'proposalId' is not assigned and could be declared final
36525 src/com/gps/hibernate/Tasksproposal.java 66 publicMethodCommentRequirement Required
36526 src/com/gps/hibernate/Tasksproposal.java 70 publicMethodCommentRequirement Required
36527 src/com/gps/hibernate/Tasksproposal.java 74 Parameter 'groupId' is not assigned and could be declared final
36528 src/com/gps/hibernate/Tasksproposal.java 74 publicMethodCommentRequirement Required
36529 src/com/gps/hibernate/Tasksproposal.java 78 publicMethodCommentRequirement Required
36530 src/com/gps/hibernate/Tasksproposal.java 82 Parameter 'companyId' is not assigned and could be declared final
36531 src/com/gps/hibernate/Tasksproposal.java 82 publicMethodCommentRequirement Required
36532 src/com/gps/hibernate/Tasksproposal.java 86 publicMethodCommentRequirement Required
36533 src/com/gps/hibernate/Tasksproposal.java 90 Parameter 'userId' is not assigned and could be declared final
36534 src/com/gps/hibernate/Tasksproposal.java 90 publicMethodCommentRequirement Required
36535 src/com/gps/hibernate/Tasksproposal.java 94 publicMethodCommentRequirement Required
36536 src/com/gps/hibernate/Tasksproposal.java 98 Parameter 'userName' is not assigned and could be declared final
36537 src/com/gps/hibernate/Tasksproposal.java 98 publicMethodCommentRequirement Required
36538 src/com/gps/hibernate/Tasksproposal.java 102 publicMethodCommentRequirement Required
36539 src/com/gps/hibernate/Tasksproposal.java 106 Parameter 'createDate' is not assigned and could be declared final
36540 src/com/gps/hibernate/Tasksproposal.java 106 publicMethodCommentRequirement Required
36541 src/com/gps/hibernate/Tasksproposal.java 110 publicMethodCommentRequirement Required
36542 src/com/gps/hibernate/Tasksproposal.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
36543 src/com/gps/hibernate/Tasksproposal.java 114 publicMethodCommentRequirement Required
36544 src/com/gps/hibernate/Tasksproposal.java 118 publicMethodCommentRequirement Required
36545 src/com/gps/hibernate/Tasksproposal.java 122 Parameter 'classNameId' is not assigned and could be declared final
36546 src/com/gps/hibernate/Tasksproposal.java 122 publicMethodCommentRequirement Required
36547 src/com/gps/hibernate/Tasksproposal.java 126 publicMethodCommentRequirement Required
36548 src/com/gps/hibernate/Tasksproposal.java 130 Parameter 'classPk' is not assigned and could be declared final
36549 src/com/gps/hibernate/Tasksproposal.java 130 publicMethodCommentRequirement Required
36550 src/com/gps/hibernate/Tasksproposal.java 134 publicMethodCommentRequirement Required
36551 src/com/gps/hibernate/Tasksproposal.java 138 Parameter 'name' is not assigned and could be declared final
36552 src/com/gps/hibernate/Tasksproposal.java 138 publicMethodCommentRequirement Required
36553 src/com/gps/hibernate/Tasksproposal.java 142 publicMethodCommentRequirement Required
36554 src/com/gps/hibernate/Tasksproposal.java 146 Parameter 'description' is not assigned and could be declared final
36555 src/com/gps/hibernate/Tasksproposal.java 146 publicMethodCommentRequirement Required
36556 src/com/gps/hibernate/Tasksproposal.java 150 publicMethodCommentRequirement Required
36557 src/com/gps/hibernate/Tasksproposal.java 154 Parameter 'publishDate' is not assigned and could be declared final
36558 src/com/gps/hibernate/Tasksproposal.java 154 publicMethodCommentRequirement Required
36559 src/com/gps/hibernate/Tasksproposal.java 158 publicMethodCommentRequirement Required
36560 src/com/gps/hibernate/Tasksproposal.java 162 Parameter 'dueDate' is not assigned and could be declared final
36561 src/com/gps/hibernate/Tasksproposal.java 162 publicMethodCommentRequirement Required
36562 src/com/gps/hibernate/TasksproposalDAO.java 3 Avoid unused imports such as 'java.util.Date'
36563 src/com/gps/hibernate/TasksproposalDAO.java 11 Comment is too large: Too many lines
36564 src/com/gps/hibernate/TasksproposalDAO.java 23 This class has too many methods, consider refactoring it.
36565 src/com/gps/hibernate/TasksproposalDAO.java 24 Logger should be defined private static final and have the correct class
36566 src/com/gps/hibernate/TasksproposalDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
36567 src/com/gps/hibernate/TasksproposalDAO.java 24 fieldCommentRequirement Required
36568 src/com/gps/hibernate/TasksproposalDAO.java 26 fieldCommentRequirement Required
36569 src/com/gps/hibernate/TasksproposalDAO.java 27 fieldCommentRequirement Required
36570 src/com/gps/hibernate/TasksproposalDAO.java 28 fieldCommentRequirement Required
36571 src/com/gps/hibernate/TasksproposalDAO.java 29 fieldCommentRequirement Required
36572 src/com/gps/hibernate/TasksproposalDAO.java 30 fieldCommentRequirement Required
36573 src/com/gps/hibernate/TasksproposalDAO.java 31 fieldCommentRequirement Required
36574 src/com/gps/hibernate/TasksproposalDAO.java 32 fieldCommentRequirement Required
36575 src/com/gps/hibernate/TasksproposalDAO.java 33 fieldCommentRequirement Required
36576 src/com/gps/hibernate/TasksproposalDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
36577 src/com/gps/hibernate/TasksproposalDAO.java 35 publicMethodCommentRequirement Required
36578 src/com/gps/hibernate/TasksproposalDAO.java 36 There is log block not surrounded by if
36579 src/com/gps/hibernate/TasksproposalDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36580 src/com/gps/hibernate/TasksproposalDAO.java 38 Potential violation of Law of Demeter (method chain calls)
36581 src/com/gps/hibernate/TasksproposalDAO.java 39 There is log block not surrounded by if
36582 src/com/gps/hibernate/TasksproposalDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36583 src/com/gps/hibernate/TasksproposalDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36584 src/com/gps/hibernate/TasksproposalDAO.java 41 There is log block not surrounded by if
36585 src/com/gps/hibernate/TasksproposalDAO.java 46 Avoid excessively long variable names like persistentInstance
36586 src/com/gps/hibernate/TasksproposalDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
36587 src/com/gps/hibernate/TasksproposalDAO.java 46 publicMethodCommentRequirement Required
36588 src/com/gps/hibernate/TasksproposalDAO.java 47 There is log block not surrounded by if
36589 src/com/gps/hibernate/TasksproposalDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36590 src/com/gps/hibernate/TasksproposalDAO.java 49 Potential violation of Law of Demeter (method chain calls)
36591 src/com/gps/hibernate/TasksproposalDAO.java 50 There is log block not surrounded by if
36592 src/com/gps/hibernate/TasksproposalDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36593 src/com/gps/hibernate/TasksproposalDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36594 src/com/gps/hibernate/TasksproposalDAO.java 52 There is log block not surrounded by if
36595 src/com/gps/hibernate/TasksproposalDAO.java 57 Avoid variables with short names like id
36596 src/com/gps/hibernate/TasksproposalDAO.java 57 Parameter 'id' is not assigned and could be declared final
36597 src/com/gps/hibernate/TasksproposalDAO.java 57 publicMethodCommentRequirement Required
36598 src/com/gps/hibernate/TasksproposalDAO.java 58 There is log block not surrounded by if
36599 src/com/gps/hibernate/TasksproposalDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36600 src/com/gps/hibernate/TasksproposalDAO.java 60 Local variable 'instance' could be declared final
36601 src/com/gps/hibernate/TasksproposalDAO.java 60 Potential violation of Law of Demeter (method chain calls)
36602 src/com/gps/hibernate/TasksproposalDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36603 src/com/gps/hibernate/TasksproposalDAO.java 64 There is log block not surrounded by if
36604 src/com/gps/hibernate/TasksproposalDAO.java 69 Parameter 'instance' is not assigned and could be declared final
36605 src/com/gps/hibernate/TasksproposalDAO.java 69 publicMethodCommentRequirement Required
36606 src/com/gps/hibernate/TasksproposalDAO.java 70 There is log block not surrounded by if
36607 src/com/gps/hibernate/TasksproposalDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36608 src/com/gps/hibernate/TasksproposalDAO.java 72 Local variable 'results' could be declared final
36609 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36610 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36611 src/com/gps/hibernate/TasksproposalDAO.java 72 Potential violation of Law of Demeter (method chain calls)
36612 src/com/gps/hibernate/TasksproposalDAO.java 75 There is log block not surrounded by if
36613 src/com/gps/hibernate/TasksproposalDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36614 src/com/gps/hibernate/TasksproposalDAO.java 76 Potential violation of Law of Demeter (object not created locally)
36615 src/com/gps/hibernate/TasksproposalDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36616 src/com/gps/hibernate/TasksproposalDAO.java 79 There is log block not surrounded by if
36617 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
36618 src/com/gps/hibernate/TasksproposalDAO.java 84 Parameter 'value' is not assigned and could be declared final
36619 src/com/gps/hibernate/TasksproposalDAO.java 84 publicMethodCommentRequirement Required
36620 src/com/gps/hibernate/TasksproposalDAO.java 85 There is log block not surrounded by if
36621 src/com/gps/hibernate/TasksproposalDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36622 src/com/gps/hibernate/TasksproposalDAO.java 88 Local variable 'queryString' could be declared final
36623 src/com/gps/hibernate/TasksproposalDAO.java 90 Local variable 'queryObject' could be declared final
36624 src/com/gps/hibernate/TasksproposalDAO.java 90 Potential violation of Law of Demeter (method chain calls)
36625 src/com/gps/hibernate/TasksproposalDAO.java 91 Potential violation of Law of Demeter (object not created locally)
36626 src/com/gps/hibernate/TasksproposalDAO.java 92 Potential violation of Law of Demeter (object not created locally)
36627 src/com/gps/hibernate/TasksproposalDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36628 src/com/gps/hibernate/TasksproposalDAO.java 94 There is log block not surrounded by if
36629 src/com/gps/hibernate/TasksproposalDAO.java 99 Parameter 'groupId' is not assigned and could be declared final
36630 src/com/gps/hibernate/TasksproposalDAO.java 99 publicMethodCommentRequirement Required
36631 src/com/gps/hibernate/TasksproposalDAO.java 103 Parameter 'companyId' is not assigned and could be declared final
36632 src/com/gps/hibernate/TasksproposalDAO.java 103 publicMethodCommentRequirement Required
36633 src/com/gps/hibernate/TasksproposalDAO.java 107 Parameter 'userId' is not assigned and could be declared final
36634 src/com/gps/hibernate/TasksproposalDAO.java 107 publicMethodCommentRequirement Required
36635 src/com/gps/hibernate/TasksproposalDAO.java 111 Parameter 'userName' is not assigned and could be declared final
36636 src/com/gps/hibernate/TasksproposalDAO.java 111 publicMethodCommentRequirement Required
36637 src/com/gps/hibernate/TasksproposalDAO.java 115 Parameter 'classNameId' is not assigned and could be declared final
36638 src/com/gps/hibernate/TasksproposalDAO.java 115 publicMethodCommentRequirement Required
36639 src/com/gps/hibernate/TasksproposalDAO.java 119 Parameter 'classPk' is not assigned and could be declared final
36640 src/com/gps/hibernate/TasksproposalDAO.java 119 publicMethodCommentRequirement Required
36641 src/com/gps/hibernate/TasksproposalDAO.java 123 Parameter 'name' is not assigned and could be declared final
36642 src/com/gps/hibernate/TasksproposalDAO.java 123 publicMethodCommentRequirement Required
36643 src/com/gps/hibernate/TasksproposalDAO.java 127 Parameter 'description' is not assigned and could be declared final
36644 src/com/gps/hibernate/TasksproposalDAO.java 127 publicMethodCommentRequirement Required
36645 src/com/gps/hibernate/TasksproposalDAO.java 131 publicMethodCommentRequirement Required
36646 src/com/gps/hibernate/TasksproposalDAO.java 132 There is log block not surrounded by if
36647 src/com/gps/hibernate/TasksproposalDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36648 src/com/gps/hibernate/TasksproposalDAO.java 134 Local variable 'queryString' could be declared final
36649 src/com/gps/hibernate/TasksproposalDAO.java 135 Local variable 'queryObject' could be declared final
36650 src/com/gps/hibernate/TasksproposalDAO.java 135 Potential violation of Law of Demeter (method chain calls)
36651 src/com/gps/hibernate/TasksproposalDAO.java 136 Potential violation of Law of Demeter (object not created locally)
36652 src/com/gps/hibernate/TasksproposalDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36653 src/com/gps/hibernate/TasksproposalDAO.java 138 There is log block not surrounded by if
36654 src/com/gps/hibernate/TasksproposalDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
36655 src/com/gps/hibernate/TasksproposalDAO.java 143 publicMethodCommentRequirement Required
36656 src/com/gps/hibernate/TasksproposalDAO.java 144 There is log block not surrounded by if
36657 src/com/gps/hibernate/TasksproposalDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36658 src/com/gps/hibernate/TasksproposalDAO.java 146 Local variable 'result' could be declared final
36659 src/com/gps/hibernate/TasksproposalDAO.java 146 Potential violation of Law of Demeter (method chain calls)
36660 src/com/gps/hibernate/TasksproposalDAO.java 148 There is log block not surrounded by if
36661 src/com/gps/hibernate/TasksproposalDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36662 src/com/gps/hibernate/TasksproposalDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36663 src/com/gps/hibernate/TasksproposalDAO.java 151 There is log block not surrounded by if
36664 src/com/gps/hibernate/TasksproposalDAO.java 156 Parameter 'instance' is not assigned and could be declared final
36665 src/com/gps/hibernate/TasksproposalDAO.java 156 publicMethodCommentRequirement Required
36666 src/com/gps/hibernate/TasksproposalDAO.java 157 There is log block not surrounded by if
36667 src/com/gps/hibernate/TasksproposalDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36668 src/com/gps/hibernate/TasksproposalDAO.java 159 Potential violation of Law of Demeter (method chain calls)
36669 src/com/gps/hibernate/TasksproposalDAO.java 160 There is log block not surrounded by if
36670 src/com/gps/hibernate/TasksproposalDAO.java 160 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36671 src/com/gps/hibernate/TasksproposalDAO.java 161 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36672 src/com/gps/hibernate/TasksproposalDAO.java 162 There is log block not surrounded by if
36673 src/com/gps/hibernate/TasksproposalDAO.java 167 Parameter 'instance' is not assigned and could be declared final
36674 src/com/gps/hibernate/TasksproposalDAO.java 167 publicMethodCommentRequirement Required
36675 src/com/gps/hibernate/TasksproposalDAO.java 168 There is log block not surrounded by if
36676 src/com/gps/hibernate/TasksproposalDAO.java 168 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36677 src/com/gps/hibernate/TasksproposalDAO.java 170 Potential violation of Law of Demeter (method chain calls)
36678 src/com/gps/hibernate/TasksproposalDAO.java 171 There is log block not surrounded by if
36679 src/com/gps/hibernate/TasksproposalDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36680 src/com/gps/hibernate/TasksproposalDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36681 src/com/gps/hibernate/TasksproposalDAO.java 173 There is log block not surrounded by if
36682 src/com/gps/hibernate/Tasksreview.java 11 Classes implementing Serializable should set a serialVersionUID
36683 src/com/gps/hibernate/Tasksreview.java 15 fieldCommentRequirement Required
36684 src/com/gps/hibernate/Tasksreview.java 16 fieldCommentRequirement Required
36685 src/com/gps/hibernate/Tasksreview.java 17 fieldCommentRequirement Required
36686 src/com/gps/hibernate/Tasksreview.java 18 fieldCommentRequirement Required
36687 src/com/gps/hibernate/Tasksreview.java 19 fieldCommentRequirement Required
36688 src/com/gps/hibernate/Tasksreview.java 20 fieldCommentRequirement Required
36689 src/com/gps/hibernate/Tasksreview.java 21 fieldCommentRequirement Required
36690 src/com/gps/hibernate/Tasksreview.java 22 fieldCommentRequirement Required
36691 src/com/gps/hibernate/Tasksreview.java 23 fieldCommentRequirement Required
36692 src/com/gps/hibernate/Tasksreview.java 24 Avoid excessively long variable names like assignedByUserName
36693 src/com/gps/hibernate/Tasksreview.java 24 fieldCommentRequirement Required
36694 src/com/gps/hibernate/Tasksreview.java 25 fieldCommentRequirement Required
36695 src/com/gps/hibernate/Tasksreview.java 26 fieldCommentRequirement Required
36696 src/com/gps/hibernate/Tasksreview.java 27 fieldCommentRequirement Required
36697 src/com/gps/hibernate/Tasksreview.java 32 Document empty constructor
36698 src/com/gps/hibernate/Tasksreview.java 36 Parameter 'reviewId' is not assigned and could be declared final
36699 src/com/gps/hibernate/Tasksreview.java 41 Avoid long parameter lists.
36700 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'companyId' is not assigned and could be declared final
36701 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'groupId' is not assigned and could be declared final
36702 src/com/gps/hibernate/Tasksreview.java 41 Parameter 'reviewId' is not assigned and could be declared final
36703 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'createDate' is not assigned and could be declared final
36704 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'modifiedDate' is not assigned and could be declared final
36705 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userId' is not assigned and could be declared final
36706 src/com/gps/hibernate/Tasksreview.java 42 Parameter 'userName' is not assigned and could be declared final
36707 src/com/gps/hibernate/Tasksreview.java 43 Avoid excessively long variable names like assignedByUserName
36708 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserId' is not assigned and could be declared final
36709 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'assignedByUserName' is not assigned and could be declared final
36710 src/com/gps/hibernate/Tasksreview.java 43 Parameter 'proposalId' is not assigned and could be declared final
36711 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'completed' is not assigned and could be declared final
36712 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'rejected' is not assigned and could be declared final
36713 src/com/gps/hibernate/Tasksreview.java 44 Parameter 'stage' is not assigned and could be declared final
36714 src/com/gps/hibernate/Tasksreview.java 62 publicMethodCommentRequirement Required
36715 src/com/gps/hibernate/Tasksreview.java 66 Parameter 'reviewId' is not assigned and could be declared final
36716 src/com/gps/hibernate/Tasksreview.java 66 publicMethodCommentRequirement Required
36717 src/com/gps/hibernate/Tasksreview.java 70 publicMethodCommentRequirement Required
36718 src/com/gps/hibernate/Tasksreview.java 74 Parameter 'groupId' is not assigned and could be declared final
36719 src/com/gps/hibernate/Tasksreview.java 74 publicMethodCommentRequirement Required
36720 src/com/gps/hibernate/Tasksreview.java 78 publicMethodCommentRequirement Required
36721 src/com/gps/hibernate/Tasksreview.java 82 Parameter 'companyId' is not assigned and could be declared final
36722 src/com/gps/hibernate/Tasksreview.java 82 publicMethodCommentRequirement Required
36723 src/com/gps/hibernate/Tasksreview.java 86 publicMethodCommentRequirement Required
36724 src/com/gps/hibernate/Tasksreview.java 90 Parameter 'userId' is not assigned and could be declared final
36725 src/com/gps/hibernate/Tasksreview.java 90 publicMethodCommentRequirement Required
36726 src/com/gps/hibernate/Tasksreview.java 94 publicMethodCommentRequirement Required
36727 src/com/gps/hibernate/Tasksreview.java 98 Parameter 'userName' is not assigned and could be declared final
36728 src/com/gps/hibernate/Tasksreview.java 98 publicMethodCommentRequirement Required
36729 src/com/gps/hibernate/Tasksreview.java 102 publicMethodCommentRequirement Required
36730 src/com/gps/hibernate/Tasksreview.java 106 Parameter 'createDate' is not assigned and could be declared final
36731 src/com/gps/hibernate/Tasksreview.java 106 publicMethodCommentRequirement Required
36732 src/com/gps/hibernate/Tasksreview.java 110 publicMethodCommentRequirement Required
36733 src/com/gps/hibernate/Tasksreview.java 114 Parameter 'modifiedDate' is not assigned and could be declared final
36734 src/com/gps/hibernate/Tasksreview.java 114 publicMethodCommentRequirement Required
36735 src/com/gps/hibernate/Tasksreview.java 118 publicMethodCommentRequirement Required
36736 src/com/gps/hibernate/Tasksreview.java 122 Parameter 'proposalId' is not assigned and could be declared final
36737 src/com/gps/hibernate/Tasksreview.java 122 publicMethodCommentRequirement Required
36738 src/com/gps/hibernate/Tasksreview.java 126 publicMethodCommentRequirement Required
36739 src/com/gps/hibernate/Tasksreview.java 130 Parameter 'assignedByUserId' is not assigned and could be declared final
36740 src/com/gps/hibernate/Tasksreview.java 130 publicMethodCommentRequirement Required
36741 src/com/gps/hibernate/Tasksreview.java 134 publicMethodCommentRequirement Required
36742 src/com/gps/hibernate/Tasksreview.java 138 Avoid excessively long variable names like assignedByUserName
36743 src/com/gps/hibernate/Tasksreview.java 138 Parameter 'assignedByUserName' is not assigned and could be declared final
36744 src/com/gps/hibernate/Tasksreview.java 138 publicMethodCommentRequirement Required
36745 src/com/gps/hibernate/Tasksreview.java 142 publicMethodCommentRequirement Required
36746 src/com/gps/hibernate/Tasksreview.java 146 Parameter 'stage' is not assigned and could be declared final
36747 src/com/gps/hibernate/Tasksreview.java 146 publicMethodCommentRequirement Required
36748 src/com/gps/hibernate/Tasksreview.java 150 publicMethodCommentRequirement Required
36749 src/com/gps/hibernate/Tasksreview.java 154 Parameter 'completed' is not assigned and could be declared final
36750 src/com/gps/hibernate/Tasksreview.java 154 publicMethodCommentRequirement Required
36751 src/com/gps/hibernate/Tasksreview.java 158 publicMethodCommentRequirement Required
36752 src/com/gps/hibernate/Tasksreview.java 162 Parameter 'rejected' is not assigned and could be declared final
36753 src/com/gps/hibernate/Tasksreview.java 162 publicMethodCommentRequirement Required
36754 src/com/gps/hibernate/TasksreviewDAO.java 3 Avoid unused imports such as 'java.util.Date'
36755 src/com/gps/hibernate/TasksreviewDAO.java 11 Comment is too large: Too many lines
36756 src/com/gps/hibernate/TasksreviewDAO.java 23 This class has too many methods, consider refactoring it.
36757 src/com/gps/hibernate/TasksreviewDAO.java 24 Logger should be defined private static final and have the correct class
36758 src/com/gps/hibernate/TasksreviewDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
36759 src/com/gps/hibernate/TasksreviewDAO.java 24 fieldCommentRequirement Required
36760 src/com/gps/hibernate/TasksreviewDAO.java 26 fieldCommentRequirement Required
36761 src/com/gps/hibernate/TasksreviewDAO.java 27 fieldCommentRequirement Required
36762 src/com/gps/hibernate/TasksreviewDAO.java 28 fieldCommentRequirement Required
36763 src/com/gps/hibernate/TasksreviewDAO.java 29 fieldCommentRequirement Required
36764 src/com/gps/hibernate/TasksreviewDAO.java 30 fieldCommentRequirement Required
36765 src/com/gps/hibernate/TasksreviewDAO.java 31 Avoid excessively long variable names like ASSIGNED_BY_USER_ID
36766 src/com/gps/hibernate/TasksreviewDAO.java 31 fieldCommentRequirement Required
36767 src/com/gps/hibernate/TasksreviewDAO.java 32 Avoid excessively long variable names like ASSIGNED_BY_USER_NAME
36768 src/com/gps/hibernate/TasksreviewDAO.java 32 fieldCommentRequirement Required
36769 src/com/gps/hibernate/TasksreviewDAO.java 33 fieldCommentRequirement Required
36770 src/com/gps/hibernate/TasksreviewDAO.java 34 fieldCommentRequirement Required
36771 src/com/gps/hibernate/TasksreviewDAO.java 35 fieldCommentRequirement Required
36772 src/com/gps/hibernate/TasksreviewDAO.java 37 Parameter 'transientInstance' is not assigned and could be declared final
36773 src/com/gps/hibernate/TasksreviewDAO.java 37 publicMethodCommentRequirement Required
36774 src/com/gps/hibernate/TasksreviewDAO.java 38 There is log block not surrounded by if
36775 src/com/gps/hibernate/TasksreviewDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36776 src/com/gps/hibernate/TasksreviewDAO.java 40 Potential violation of Law of Demeter (method chain calls)
36777 src/com/gps/hibernate/TasksreviewDAO.java 41 There is log block not surrounded by if
36778 src/com/gps/hibernate/TasksreviewDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36779 src/com/gps/hibernate/TasksreviewDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36780 src/com/gps/hibernate/TasksreviewDAO.java 43 There is log block not surrounded by if
36781 src/com/gps/hibernate/TasksreviewDAO.java 48 Avoid excessively long variable names like persistentInstance
36782 src/com/gps/hibernate/TasksreviewDAO.java 48 Parameter 'persistentInstance' is not assigned and could be declared final
36783 src/com/gps/hibernate/TasksreviewDAO.java 48 publicMethodCommentRequirement Required
36784 src/com/gps/hibernate/TasksreviewDAO.java 49 There is log block not surrounded by if
36785 src/com/gps/hibernate/TasksreviewDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36786 src/com/gps/hibernate/TasksreviewDAO.java 51 Potential violation of Law of Demeter (method chain calls)
36787 src/com/gps/hibernate/TasksreviewDAO.java 52 There is log block not surrounded by if
36788 src/com/gps/hibernate/TasksreviewDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36789 src/com/gps/hibernate/TasksreviewDAO.java 53 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36790 src/com/gps/hibernate/TasksreviewDAO.java 54 There is log block not surrounded by if
36791 src/com/gps/hibernate/TasksreviewDAO.java 59 Avoid variables with short names like id
36792 src/com/gps/hibernate/TasksreviewDAO.java 59 Parameter 'id' is not assigned and could be declared final
36793 src/com/gps/hibernate/TasksreviewDAO.java 59 publicMethodCommentRequirement Required
36794 src/com/gps/hibernate/TasksreviewDAO.java 60 There is log block not surrounded by if
36795 src/com/gps/hibernate/TasksreviewDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36796 src/com/gps/hibernate/TasksreviewDAO.java 62 Local variable 'instance' could be declared final
36797 src/com/gps/hibernate/TasksreviewDAO.java 62 Potential violation of Law of Demeter (method chain calls)
36798 src/com/gps/hibernate/TasksreviewDAO.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36799 src/com/gps/hibernate/TasksreviewDAO.java 66 There is log block not surrounded by if
36800 src/com/gps/hibernate/TasksreviewDAO.java 71 Parameter 'instance' is not assigned and could be declared final
36801 src/com/gps/hibernate/TasksreviewDAO.java 71 publicMethodCommentRequirement Required
36802 src/com/gps/hibernate/TasksreviewDAO.java 72 There is log block not surrounded by if
36803 src/com/gps/hibernate/TasksreviewDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36804 src/com/gps/hibernate/TasksreviewDAO.java 74 Local variable 'results' could be declared final
36805 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
36806 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
36807 src/com/gps/hibernate/TasksreviewDAO.java 74 Potential violation of Law of Demeter (method chain calls)
36808 src/com/gps/hibernate/TasksreviewDAO.java 77 There is log block not surrounded by if
36809 src/com/gps/hibernate/TasksreviewDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36810 src/com/gps/hibernate/TasksreviewDAO.java 78 Potential violation of Law of Demeter (object not created locally)
36811 src/com/gps/hibernate/TasksreviewDAO.java 80 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36812 src/com/gps/hibernate/TasksreviewDAO.java 81 There is log block not surrounded by if
36813 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'propertyName' is not assigned and could be declared final
36814 src/com/gps/hibernate/TasksreviewDAO.java 86 Parameter 'value' is not assigned and could be declared final
36815 src/com/gps/hibernate/TasksreviewDAO.java 86 publicMethodCommentRequirement Required
36816 src/com/gps/hibernate/TasksreviewDAO.java 87 There is log block not surrounded by if
36817 src/com/gps/hibernate/TasksreviewDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36818 src/com/gps/hibernate/TasksreviewDAO.java 90 Local variable 'queryString' could be declared final
36819 src/com/gps/hibernate/TasksreviewDAO.java 92 Local variable 'queryObject' could be declared final
36820 src/com/gps/hibernate/TasksreviewDAO.java 92 Potential violation of Law of Demeter (method chain calls)
36821 src/com/gps/hibernate/TasksreviewDAO.java 93 Potential violation of Law of Demeter (object not created locally)
36822 src/com/gps/hibernate/TasksreviewDAO.java 94 Potential violation of Law of Demeter (object not created locally)
36823 src/com/gps/hibernate/TasksreviewDAO.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36824 src/com/gps/hibernate/TasksreviewDAO.java 96 There is log block not surrounded by if
36825 src/com/gps/hibernate/TasksreviewDAO.java 101 Parameter 'groupId' is not assigned and could be declared final
36826 src/com/gps/hibernate/TasksreviewDAO.java 101 publicMethodCommentRequirement Required
36827 src/com/gps/hibernate/TasksreviewDAO.java 105 Parameter 'companyId' is not assigned and could be declared final
36828 src/com/gps/hibernate/TasksreviewDAO.java 105 publicMethodCommentRequirement Required
36829 src/com/gps/hibernate/TasksreviewDAO.java 109 Parameter 'userId' is not assigned and could be declared final
36830 src/com/gps/hibernate/TasksreviewDAO.java 109 publicMethodCommentRequirement Required
36831 src/com/gps/hibernate/TasksreviewDAO.java 113 Parameter 'userName' is not assigned and could be declared final
36832 src/com/gps/hibernate/TasksreviewDAO.java 113 publicMethodCommentRequirement Required
36833 src/com/gps/hibernate/TasksreviewDAO.java 117 Parameter 'proposalId' is not assigned and could be declared final
36834 src/com/gps/hibernate/TasksreviewDAO.java 117 publicMethodCommentRequirement Required
36835 src/com/gps/hibernate/TasksreviewDAO.java 121 Parameter 'assignedByUserId' is not assigned and could be declared final
36836 src/com/gps/hibernate/TasksreviewDAO.java 121 publicMethodCommentRequirement Required
36837 src/com/gps/hibernate/TasksreviewDAO.java 125 Avoid excessively long variable names like assignedByUserName
36838 src/com/gps/hibernate/TasksreviewDAO.java 125 Parameter 'assignedByUserName' is not assigned and could be declared final
36839 src/com/gps/hibernate/TasksreviewDAO.java 125 publicMethodCommentRequirement Required
36840 src/com/gps/hibernate/TasksreviewDAO.java 129 Parameter 'stage' is not assigned and could be declared final
36841 src/com/gps/hibernate/TasksreviewDAO.java 129 publicMethodCommentRequirement Required
36842 src/com/gps/hibernate/TasksreviewDAO.java 133 Parameter 'completed' is not assigned and could be declared final
36843 src/com/gps/hibernate/TasksreviewDAO.java 133 publicMethodCommentRequirement Required
36844 src/com/gps/hibernate/TasksreviewDAO.java 137 Parameter 'rejected' is not assigned and could be declared final
36845 src/com/gps/hibernate/TasksreviewDAO.java 137 publicMethodCommentRequirement Required
36846 src/com/gps/hibernate/TasksreviewDAO.java 141 publicMethodCommentRequirement Required
36847 src/com/gps/hibernate/TasksreviewDAO.java 142 There is log block not surrounded by if
36848 src/com/gps/hibernate/TasksreviewDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36849 src/com/gps/hibernate/TasksreviewDAO.java 144 Local variable 'queryString' could be declared final
36850 src/com/gps/hibernate/TasksreviewDAO.java 145 Local variable 'queryObject' could be declared final
36851 src/com/gps/hibernate/TasksreviewDAO.java 145 Potential violation of Law of Demeter (method chain calls)
36852 src/com/gps/hibernate/TasksreviewDAO.java 146 Potential violation of Law of Demeter (object not created locally)
36853 src/com/gps/hibernate/TasksreviewDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36854 src/com/gps/hibernate/TasksreviewDAO.java 148 There is log block not surrounded by if
36855 src/com/gps/hibernate/TasksreviewDAO.java 153 Parameter 'detachedInstance' is not assigned and could be declared final
36856 src/com/gps/hibernate/TasksreviewDAO.java 153 publicMethodCommentRequirement Required
36857 src/com/gps/hibernate/TasksreviewDAO.java 154 There is log block not surrounded by if
36858 src/com/gps/hibernate/TasksreviewDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36859 src/com/gps/hibernate/TasksreviewDAO.java 156 Local variable 'result' could be declared final
36860 src/com/gps/hibernate/TasksreviewDAO.java 156 Potential violation of Law of Demeter (method chain calls)
36861 src/com/gps/hibernate/TasksreviewDAO.java 158 There is log block not surrounded by if
36862 src/com/gps/hibernate/TasksreviewDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36863 src/com/gps/hibernate/TasksreviewDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36864 src/com/gps/hibernate/TasksreviewDAO.java 161 There is log block not surrounded by if
36865 src/com/gps/hibernate/TasksreviewDAO.java 166 Parameter 'instance' is not assigned and could be declared final
36866 src/com/gps/hibernate/TasksreviewDAO.java 166 publicMethodCommentRequirement Required
36867 src/com/gps/hibernate/TasksreviewDAO.java 167 There is log block not surrounded by if
36868 src/com/gps/hibernate/TasksreviewDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36869 src/com/gps/hibernate/TasksreviewDAO.java 169 Potential violation of Law of Demeter (method chain calls)
36870 src/com/gps/hibernate/TasksreviewDAO.java 170 There is log block not surrounded by if
36871 src/com/gps/hibernate/TasksreviewDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36872 src/com/gps/hibernate/TasksreviewDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36873 src/com/gps/hibernate/TasksreviewDAO.java 172 There is log block not surrounded by if
36874 src/com/gps/hibernate/TasksreviewDAO.java 177 Parameter 'instance' is not assigned and could be declared final
36875 src/com/gps/hibernate/TasksreviewDAO.java 177 publicMethodCommentRequirement Required
36876 src/com/gps/hibernate/TasksreviewDAO.java 178 There is log block not surrounded by if
36877 src/com/gps/hibernate/TasksreviewDAO.java 178 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36878 src/com/gps/hibernate/TasksreviewDAO.java 180 Potential violation of Law of Demeter (method chain calls)
36879 src/com/gps/hibernate/TasksreviewDAO.java 181 There is log block not surrounded by if
36880 src/com/gps/hibernate/TasksreviewDAO.java 181 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
36881 src/com/gps/hibernate/TasksreviewDAO.java 182 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
36882 src/com/gps/hibernate/TasksreviewDAO.java 183 There is log block not surrounded by if
36883 src/com/gps/hibernate/TripDetails.java 2 This class has a bunch of public methods and attributes
36884 src/com/gps/hibernate/TripDetails.java 15 Classes implementing Serializable should set a serialVersionUID
36885 src/com/gps/hibernate/TripDetails.java 15 Too many fields
36886 src/com/gps/hibernate/TripDetails.java 19 fieldCommentRequirement Required
36887 src/com/gps/hibernate/TripDetails.java 20 fieldCommentRequirement Required
36888 src/com/gps/hibernate/TripDetails.java 21 fieldCommentRequirement Required
36889 src/com/gps/hibernate/TripDetails.java 22 fieldCommentRequirement Required
36890 src/com/gps/hibernate/TripDetails.java 23 fieldCommentRequirement Required
36891 src/com/gps/hibernate/TripDetails.java 24 fieldCommentRequirement Required
36892 src/com/gps/hibernate/TripDetails.java 25 fieldCommentRequirement Required
36893 src/com/gps/hibernate/TripDetails.java 26 fieldCommentRequirement Required
36894 src/com/gps/hibernate/TripDetails.java 27 fieldCommentRequirement Required
36895 src/com/gps/hibernate/TripDetails.java 28 fieldCommentRequirement Required
36896 src/com/gps/hibernate/TripDetails.java 29 fieldCommentRequirement Required
36897 src/com/gps/hibernate/TripDetails.java 30 fieldCommentRequirement Required
36898 src/com/gps/hibernate/TripDetails.java 31 fieldCommentRequirement Required
36899 src/com/gps/hibernate/TripDetails.java 32 Avoid excessively long variable names like noConfirmedTravellers
36900 src/com/gps/hibernate/TripDetails.java 32 fieldCommentRequirement Required
36901 src/com/gps/hibernate/TripDetails.java 33 fieldCommentRequirement Required
36902 src/com/gps/hibernate/TripDetails.java 34 fieldCommentRequirement Required
36903 src/com/gps/hibernate/TripDetails.java 35 fieldCommentRequirement Required
36904 src/com/gps/hibernate/TripDetails.java 36 fieldCommentRequirement Required
36905 src/com/gps/hibernate/TripDetails.java 37 fieldCommentRequirement Required
36906 src/com/gps/hibernate/TripDetails.java 38 fieldCommentRequirement Required
36907 src/com/gps/hibernate/TripDetails.java 39 fieldCommentRequirement Required
36908 src/com/gps/hibernate/TripDetails.java 40 fieldCommentRequirement Required
36909 src/com/gps/hibernate/TripDetails.java 41 fieldCommentRequirement Required
36910 src/com/gps/hibernate/TripDetails.java 42 fieldCommentRequirement Required
36911 src/com/gps/hibernate/TripDetails.java 43 fieldCommentRequirement Required
36912 src/com/gps/hibernate/TripDetails.java 44 fieldCommentRequirement Required
36913 src/com/gps/hibernate/TripDetails.java 45 fieldCommentRequirement Required
36914 src/com/gps/hibernate/TripDetails.java 46 fieldCommentRequirement Required
36915 src/com/gps/hibernate/TripDetails.java 47 fieldCommentRequirement Required
36916 src/com/gps/hibernate/TripDetails.java 48 fieldCommentRequirement Required
36917 src/com/gps/hibernate/TripDetails.java 49 fieldCommentRequirement Required
36918 src/com/gps/hibernate/TripDetails.java 50 fieldCommentRequirement Required
36919 src/com/gps/hibernate/TripDetails.java 51 fieldCommentRequirement Required
36920 src/com/gps/hibernate/TripDetails.java 52 fieldCommentRequirement Required
36921 src/com/gps/hibernate/TripDetails.java 53 fieldCommentRequirement Required
36922 src/com/gps/hibernate/TripDetails.java 55 publicMethodCommentRequirement Required
36923 src/com/gps/hibernate/TripDetails.java 59 Parameter 'hasMorning' is not assigned and could be declared final
36924 src/com/gps/hibernate/TripDetails.java 59 publicMethodCommentRequirement Required
36925 src/com/gps/hibernate/TripDetails.java 63 publicMethodCommentRequirement Required
36926 src/com/gps/hibernate/TripDetails.java 67 Parameter 'hasEvening' is not assigned and could be declared final
36927 src/com/gps/hibernate/TripDetails.java 67 publicMethodCommentRequirement Required
36928 src/com/gps/hibernate/TripDetails.java 71 publicMethodCommentRequirement Required
36929 src/com/gps/hibernate/TripDetails.java 75 Parameter 'evenendhours' is not assigned and could be declared final
36930 src/com/gps/hibernate/TripDetails.java 75 publicMethodCommentRequirement Required
36931 src/com/gps/hibernate/TripDetails.java 79 publicMethodCommentRequirement Required
36932 src/com/gps/hibernate/TripDetails.java 83 Parameter 'evenendmins' is not assigned and could be declared final
36933 src/com/gps/hibernate/TripDetails.java 83 publicMethodCommentRequirement Required
36934 src/com/gps/hibernate/TripDetails.java 87 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36935 src/com/gps/hibernate/TripDetails.java 87 fieldCommentRequirement Required
36936 src/com/gps/hibernate/TripDetails.java 88 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36937 src/com/gps/hibernate/TripDetails.java 88 fieldCommentRequirement Required
36938 src/com/gps/hibernate/TripDetails.java 90 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36939 src/com/gps/hibernate/TripDetails.java 90 fieldCommentRequirement Required
36940 src/com/gps/hibernate/TripDetails.java 91 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36941 src/com/gps/hibernate/TripDetails.java 91 fieldCommentRequirement Required
36942 src/com/gps/hibernate/TripDetails.java 93 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36943 src/com/gps/hibernate/TripDetails.java 93 fieldCommentRequirement Required
36944 src/com/gps/hibernate/TripDetails.java 94 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36945 src/com/gps/hibernate/TripDetails.java 94 fieldCommentRequirement Required
36946 src/com/gps/hibernate/TripDetails.java 96 publicMethodCommentRequirement Required
36947 src/com/gps/hibernate/TripDetails.java 100 Parameter 'monendhours' is not assigned and could be declared final
36948 src/com/gps/hibernate/TripDetails.java 100 publicMethodCommentRequirement Required
36949 src/com/gps/hibernate/TripDetails.java 104 publicMethodCommentRequirement Required
36950 src/com/gps/hibernate/TripDetails.java 108 Parameter 'monendmins' is not assigned and could be declared final
36951 src/com/gps/hibernate/TripDetails.java 108 publicMethodCommentRequirement Required
36952 src/com/gps/hibernate/TripDetails.java 112 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36953 src/com/gps/hibernate/TripDetails.java 112 fieldCommentRequirement Required
36954 src/com/gps/hibernate/TripDetails.java 114 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36955 src/com/gps/hibernate/TripDetails.java 114 fieldCommentRequirement Required
36956 src/com/gps/hibernate/TripDetails.java 116 publicMethodCommentRequirement Required
36957 src/com/gps/hibernate/TripDetails.java 121 publicMethodCommentRequirement Required
36958 src/com/gps/hibernate/TripDetails.java 125 Parameter 'startLat' is not assigned and could be declared final
36959 src/com/gps/hibernate/TripDetails.java 125 publicMethodCommentRequirement Required
36960 src/com/gps/hibernate/TripDetails.java 129 publicMethodCommentRequirement Required
36961 src/com/gps/hibernate/TripDetails.java 133 Parameter 'startLong' is not assigned and could be declared final
36962 src/com/gps/hibernate/TripDetails.java 133 publicMethodCommentRequirement Required
36963 src/com/gps/hibernate/TripDetails.java 137 publicMethodCommentRequirement Required
36964 src/com/gps/hibernate/TripDetails.java 141 Parameter 'stopLat' is not assigned and could be declared final
36965 src/com/gps/hibernate/TripDetails.java 141 publicMethodCommentRequirement Required
36966 src/com/gps/hibernate/TripDetails.java 145 publicMethodCommentRequirement Required
36967 src/com/gps/hibernate/TripDetails.java 149 Parameter 'stopLong' is not assigned and could be declared final
36968 src/com/gps/hibernate/TripDetails.java 149 publicMethodCommentRequirement Required
36969 src/com/gps/hibernate/TripDetails.java 154 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36970 src/com/gps/hibernate/TripDetails.java 154 fieldCommentRequirement Required
36971 src/com/gps/hibernate/TripDetails.java 159 Avoid excessively long variable names like frequentTripDetailses
36972 src/com/gps/hibernate/TripDetails.java 159 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
36973 src/com/gps/hibernate/TripDetails.java 159 fieldCommentRequirement Required
36974 src/com/gps/hibernate/TripDetails.java 165 Document empty constructor
36975 src/com/gps/hibernate/TripDetails.java 168 Parameter 'user' is not assigned and could be declared final
36976 src/com/gps/hibernate/TripDetails.java 168 Parameter 'vehicleDetails' is not assigned and could be declared final
36977 src/com/gps/hibernate/TripDetails.java 174 Parameter 'sourceLocation' is not assigned and could be declared final
36978 src/com/gps/hibernate/TripDetails.java 174 Parameter 'tripid' is not assigned and could be declared final
36979 src/com/gps/hibernate/TripDetails.java 174 publicMethodCommentRequirement Required
36980 src/com/gps/hibernate/TripDetails.java 175 Parameter 'destination' is not assigned and could be declared final
36981 src/com/gps/hibernate/TripDetails.java 175 Parameter 'returnTime' is not assigned and could be declared final
36982 src/com/gps/hibernate/TripDetails.java 175 Parameter 'startdate' is not assigned and could be declared final
36983 src/com/gps/hibernate/TripDetails.java 176 Parameter 'returndate' is not assigned and could be declared final
36984 src/com/gps/hibernate/TripDetails.java 176 Parameter 'startTime' is not assigned and could be declared final
36985 src/com/gps/hibernate/TripDetails.java 176 Parameter 'tripFrequency' is not assigned and could be declared final
36986 src/com/gps/hibernate/TripDetails.java 176 Parameter 'tripName' is not assigned and could be declared final
36987 src/com/gps/hibernate/TripDetails.java 190 Avoid long parameter lists.
36988 src/com/gps/hibernate/TripDetails.java 190 Parameter 'userDetails' is not assigned and could be declared final
36989 src/com/gps/hibernate/TripDetails.java 190 Parameter 'vehicleDetails' is not assigned and could be declared final
36990 src/com/gps/hibernate/TripDetails.java 191 Parameter 'costofTrip' is not assigned and could be declared final
36991 src/com/gps/hibernate/TripDetails.java 191 Parameter 'destination' is not assigned and could be declared final
36992 src/com/gps/hibernate/TripDetails.java 191 Parameter 'sourceLocation' is not assigned and could be declared final
36993 src/com/gps/hibernate/TripDetails.java 192 Parameter 'distance' is not assigned and could be declared final
36994 src/com/gps/hibernate/TripDetails.java 192 Parameter 'route' is not assigned and could be declared final
36995 src/com/gps/hibernate/TripDetails.java 192 Parameter 'tripDirection' is not assigned and could be declared final
36996 src/com/gps/hibernate/TripDetails.java 193 Parameter 'noSeats' is not assigned and could be declared final
36997 src/com/gps/hibernate/TripDetails.java 193 Parameter 'startdate' is not assigned and could be declared final
36998 src/com/gps/hibernate/TripDetails.java 193 Parameter 'tripFrequency' is not assigned and could be declared final
36999 src/com/gps/hibernate/TripDetails.java 194 Avoid excessively long variable names like noConfirmedTravellers
37000 src/com/gps/hibernate/TripDetails.java 194 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
37001 src/com/gps/hibernate/TripDetails.java 194 Parameter 'returnTime' is not assigned and could be declared final
37002 src/com/gps/hibernate/TripDetails.java 194 Parameter 'via' is not assigned and could be declared final
37003 src/com/gps/hibernate/TripDetails.java 195 Parameter 'returndate' is not assigned and could be declared final
37004 src/com/gps/hibernate/TripDetails.java 195 Parameter 'role' is not assigned and could be declared final
37005 src/com/gps/hibernate/TripDetails.java 195 Parameter 'startTime' is not assigned and could be declared final
37006 src/com/gps/hibernate/TripDetails.java 195 Parameter 'status' is not assigned and could be declared final
37007 src/com/gps/hibernate/TripDetails.java 196 Avoid unused constructor parameters such as 'pickupPoints'.
37008 src/com/gps/hibernate/TripDetails.java 196 Parameter 'parentId' is not assigned and could be declared final
37009 src/com/gps/hibernate/TripDetails.java 196 Parameter 'pickupPoints' is not assigned and could be declared final
37010 src/com/gps/hibernate/TripDetails.java 196 Parameter 'tripName' is not assigned and could be declared final
37011 src/com/gps/hibernate/TripDetails.java 197 Avoid unused constructor parameters such as 'tripScrapses'.
37012 src/com/gps/hibernate/TripDetails.java 197 Parameter 'tripDesc' is not assigned and could be declared final
37013 src/com/gps/hibernate/TripDetails.java 197 Parameter 'tripParameterses' is not assigned and could be declared final
37014 src/com/gps/hibernate/TripDetails.java 197 Parameter 'tripScrapses' is not assigned and could be declared final
37015 src/com/gps/hibernate/TripDetails.java 198 Avoid excessively long variable names like tripTravelerDetailses
37016 src/com/gps/hibernate/TripDetails.java 198 Avoid unused constructor parameters such as 'feedbacks'.
37017 src/com/gps/hibernate/TripDetails.java 198 Avoid unused constructor parameters such as 'tripTravelerDetailses'.
37018 src/com/gps/hibernate/TripDetails.java 198 Avoid unused constructor parameters such as 'tripVehicleMaps'.
37019 src/com/gps/hibernate/TripDetails.java 198 Parameter 'feedbacks' is not assigned and could be declared final
37020 src/com/gps/hibernate/TripDetails.java 198 Parameter 'tripTravelerDetailses' is not assigned and could be declared final
37021 src/com/gps/hibernate/TripDetails.java 198 Parameter 'tripVehicleMaps' is not assigned and could be declared final
37022 src/com/gps/hibernate/TripDetails.java 199 Avoid excessively long variable names like frequentTripDetailses
37023 src/com/gps/hibernate/TripDetails.java 199 Avoid unused constructor parameters such as 'frequentTripDetailses'.
37024 src/com/gps/hibernate/TripDetails.java 199 Avoid unused constructor parameters such as 'pickupPointses'.
37025 src/com/gps/hibernate/TripDetails.java 199 Parameter 'frequentTripDetailses' is not assigned and could be declared final
37026 src/com/gps/hibernate/TripDetails.java 199 Parameter 'geofences' is not assigned and could be declared final
37027 src/com/gps/hibernate/TripDetails.java 199 Parameter 'pickupPointses' is not assigned and could be declared final
37028 src/com/gps/hibernate/TripDetails.java 234 publicMethodCommentRequirement Required
37029 src/com/gps/hibernate/TripDetails.java 238 Parameter 'tripid' is not assigned and could be declared final
37030 src/com/gps/hibernate/TripDetails.java 238 publicMethodCommentRequirement Required
37031 src/com/gps/hibernate/TripDetails.java 242 publicMethodCommentRequirement Required
37032 src/com/gps/hibernate/TripDetails.java 246 Parameter 'userDetails' is not assigned and could be declared final
37033 src/com/gps/hibernate/TripDetails.java 246 publicMethodCommentRequirement Required
37034 src/com/gps/hibernate/TripDetails.java 260 Parameter 'organization' is not assigned and could be declared final
37035 src/com/gps/hibernate/TripDetails.java 264 publicMethodCommentRequirement Required
37036 src/com/gps/hibernate/TripDetails.java 268 Parameter 'vehicleDetails' is not assigned and could be declared final
37037 src/com/gps/hibernate/TripDetails.java 268 publicMethodCommentRequirement Required
37038 src/com/gps/hibernate/TripDetails.java 272 publicMethodCommentRequirement Required
37039 src/com/gps/hibernate/TripDetails.java 276 Parameter 'costofTrip' is not assigned and could be declared final
37040 src/com/gps/hibernate/TripDetails.java 276 publicMethodCommentRequirement Required
37041 src/com/gps/hibernate/TripDetails.java 280 publicMethodCommentRequirement Required
37042 src/com/gps/hibernate/TripDetails.java 284 Parameter 'sourceLocation' is not assigned and could be declared final
37043 src/com/gps/hibernate/TripDetails.java 284 publicMethodCommentRequirement Required
37044 src/com/gps/hibernate/TripDetails.java 288 publicMethodCommentRequirement Required
37045 src/com/gps/hibernate/TripDetails.java 292 Parameter 'destination' is not assigned and could be declared final
37046 src/com/gps/hibernate/TripDetails.java 292 publicMethodCommentRequirement Required
37047 src/com/gps/hibernate/TripDetails.java 296 publicMethodCommentRequirement Required
37048 src/com/gps/hibernate/TripDetails.java 300 Parameter 'distance' is not assigned and could be declared final
37049 src/com/gps/hibernate/TripDetails.java 300 publicMethodCommentRequirement Required
37050 src/com/gps/hibernate/TripDetails.java 304 publicMethodCommentRequirement Required
37051 src/com/gps/hibernate/TripDetails.java 309 Parameter 'route' is not assigned and could be declared final
37052 src/com/gps/hibernate/TripDetails.java 309 publicMethodCommentRequirement Required
37053 src/com/gps/hibernate/TripDetails.java 314 publicMethodCommentRequirement Required
37054 src/com/gps/hibernate/TripDetails.java 318 Parameter 'tripDirection' is not assigned and could be declared final
37055 src/com/gps/hibernate/TripDetails.java 318 publicMethodCommentRequirement Required
37056 src/com/gps/hibernate/TripDetails.java 322 publicMethodCommentRequirement Required
37057 src/com/gps/hibernate/TripDetails.java 326 Parameter 'noSeats' is not assigned and could be declared final
37058 src/com/gps/hibernate/TripDetails.java 326 publicMethodCommentRequirement Required
37059 src/com/gps/hibernate/TripDetails.java 330 publicMethodCommentRequirement Required
37060 src/com/gps/hibernate/TripDetails.java 334 Parameter 'startdate' is not assigned and could be declared final
37061 src/com/gps/hibernate/TripDetails.java 334 publicMethodCommentRequirement Required
37062 src/com/gps/hibernate/TripDetails.java 338 publicMethodCommentRequirement Required
37063 src/com/gps/hibernate/TripDetails.java 342 Parameter 'tripFrequency' is not assigned and could be declared final
37064 src/com/gps/hibernate/TripDetails.java 342 publicMethodCommentRequirement Required
37065 src/com/gps/hibernate/TripDetails.java 346 publicMethodCommentRequirement Required
37066 src/com/gps/hibernate/TripDetails.java 350 Avoid excessively long variable names like noConfirmedTravellers
37067 src/com/gps/hibernate/TripDetails.java 350 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
37068 src/com/gps/hibernate/TripDetails.java 350 publicMethodCommentRequirement Required
37069 src/com/gps/hibernate/TripDetails.java 354 publicMethodCommentRequirement Required
37070 src/com/gps/hibernate/TripDetails.java 358 Parameter 'via' is not assigned and could be declared final
37071 src/com/gps/hibernate/TripDetails.java 358 publicMethodCommentRequirement Required
37072 src/com/gps/hibernate/TripDetails.java 371 Parameter 'ampm' is not assigned and could be declared final
37073 src/com/gps/hibernate/TripDetails.java 374 publicMethodCommentRequirement Required
37074 src/com/gps/hibernate/TripDetails.java 378 Parameter 'returnTime' is not assigned and could be declared final
37075 src/com/gps/hibernate/TripDetails.java 378 publicMethodCommentRequirement Required
37076 src/com/gps/hibernate/TripDetails.java 382 publicMethodCommentRequirement Required
37077 src/com/gps/hibernate/TripDetails.java 386 Parameter 'returndate' is not assigned and could be declared final
37078 src/com/gps/hibernate/TripDetails.java 386 publicMethodCommentRequirement Required
37079 src/com/gps/hibernate/TripDetails.java 390 publicMethodCommentRequirement Required
37080 src/com/gps/hibernate/TripDetails.java 394 Parameter 'startTime' is not assigned and could be declared final
37081 src/com/gps/hibernate/TripDetails.java 394 publicMethodCommentRequirement Required
37082 src/com/gps/hibernate/TripDetails.java 398 publicMethodCommentRequirement Required
37083 src/com/gps/hibernate/TripDetails.java 402 Parameter 'role' is not assigned and could be declared final
37084 src/com/gps/hibernate/TripDetails.java 402 publicMethodCommentRequirement Required
37085 src/com/gps/hibernate/TripDetails.java 406 publicMethodCommentRequirement Required
37086 src/com/gps/hibernate/TripDetails.java 410 Parameter 'status' is not assigned and could be declared final
37087 src/com/gps/hibernate/TripDetails.java 410 publicMethodCommentRequirement Required
37088 src/com/gps/hibernate/TripDetails.java 414 publicMethodCommentRequirement Required
37089 src/com/gps/hibernate/TripDetails.java 418 Parameter 'parentId' is not assigned and could be declared final
37090 src/com/gps/hibernate/TripDetails.java 418 publicMethodCommentRequirement Required
37091 src/com/gps/hibernate/TripDetails.java 424 publicMethodCommentRequirement Required
37092 src/com/gps/hibernate/TripDetails.java 428 Parameter 'tripName' is not assigned and could be declared final
37093 src/com/gps/hibernate/TripDetails.java 428 publicMethodCommentRequirement Required
37094 src/com/gps/hibernate/TripDetails.java 432 publicMethodCommentRequirement Required
37095 src/com/gps/hibernate/TripDetails.java 436 Parameter 'tripDesc' is not assigned and could be declared final
37096 src/com/gps/hibernate/TripDetails.java 436 publicMethodCommentRequirement Required
37097 src/com/gps/hibernate/TripDetails.java 440 publicMethodCommentRequirement Required
37098 src/com/gps/hibernate/TripDetails.java 443 Parameter 'monhours' is not assigned and could be declared final
37099 src/com/gps/hibernate/TripDetails.java 443 publicMethodCommentRequirement Required
37100 src/com/gps/hibernate/TripDetails.java 446 publicMethodCommentRequirement Required
37101 src/com/gps/hibernate/TripDetails.java 449 Parameter 'monmins' is not assigned and could be declared final
37102 src/com/gps/hibernate/TripDetails.java 449 publicMethodCommentRequirement Required
37103 src/com/gps/hibernate/TripDetails.java 452 publicMethodCommentRequirement Required
37104 src/com/gps/hibernate/TripDetails.java 455 Parameter 'evenhours' is not assigned and could be declared final
37105 src/com/gps/hibernate/TripDetails.java 455 publicMethodCommentRequirement Required
37106 src/com/gps/hibernate/TripDetails.java 458 publicMethodCommentRequirement Required
37107 src/com/gps/hibernate/TripDetails.java 470 Parameter 'monDuration' is not assigned and could be declared final
37108 src/com/gps/hibernate/TripDetails.java 482 Parameter 'evenDuration' is not assigned and could be declared final
37109 src/com/gps/hibernate/TripDetails.java 485 Parameter 'evenmins' is not assigned and could be declared final
37110 src/com/gps/hibernate/TripDetails.java 485 publicMethodCommentRequirement Required
37111 src/com/gps/hibernate/TripDetails.java 497 Parameter 'pickupPoints' is not assigned and could be declared final
37112 src/com/gps/hibernate/TripDetails.java 509 Parameter 'usersTripses' is not assigned and could be declared final
37113 src/com/gps/hibernate/TripDetails.java 515 Parameter 'geofences' is not assigned and could be declared final
37114 src/com/gps/hibernate/TripDetails.java 518 publicMethodCommentRequirement Required
37115 src/com/gps/hibernate/TripDetails.java 522 Parameter 'tripParameterses' is not assigned and could be declared final
37116 src/com/gps/hibernate/TripDetails.java 522 publicMethodCommentRequirement Required
37117 src/com/gps/hibernate/TripDetails.java 558 publicMethodCommentRequirement Required
37118 src/com/gps/hibernate/TripDetails.java 562 Avoid excessively long variable names like frequentTripDetailses
37119 src/com/gps/hibernate/TripDetails.java 562 Parameter 'frequentTripDetailses' is not assigned and could be declared final
37120 src/com/gps/hibernate/TripDetails.java 562 publicMethodCommentRequirement Required
37121 src/com/gps/hibernate/TripDetailsDAO.java 4 Avoid unused imports such as 'java.util.Date'
37122 src/com/gps/hibernate/TripDetailsDAO.java 6 Avoid unused imports such as 'java.util.Set'
37123 src/com/gps/hibernate/TripDetailsDAO.java 13 Comment is too large: Too many lines
37124 src/com/gps/hibernate/TripDetailsDAO.java 25 This class has too many methods, consider refactoring it.
37125 src/com/gps/hibernate/TripDetailsDAO.java 26 Logger should be defined private static final and have the correct class
37126 src/com/gps/hibernate/TripDetailsDAO.java 26 Variables that are final and static should be all capitals, 'log' is not all capitals.
37127 src/com/gps/hibernate/TripDetailsDAO.java 26 fieldCommentRequirement Required
37128 src/com/gps/hibernate/TripDetailsDAO.java 28 fieldCommentRequirement Required
37129 src/com/gps/hibernate/TripDetailsDAO.java 29 fieldCommentRequirement Required
37130 src/com/gps/hibernate/TripDetailsDAO.java 30 fieldCommentRequirement Required
37131 src/com/gps/hibernate/TripDetailsDAO.java 31 fieldCommentRequirement Required
37132 src/com/gps/hibernate/TripDetailsDAO.java 32 fieldCommentRequirement Required
37133 src/com/gps/hibernate/TripDetailsDAO.java 33 fieldCommentRequirement Required
37134 src/com/gps/hibernate/TripDetailsDAO.java 34 fieldCommentRequirement Required
37135 src/com/gps/hibernate/TripDetailsDAO.java 35 fieldCommentRequirement Required
37136 src/com/gps/hibernate/TripDetailsDAO.java 36 Avoid excessively long variable names like NO_CONFIRMED_TRAVELLERS
37137 src/com/gps/hibernate/TripDetailsDAO.java 36 fieldCommentRequirement Required
37138 src/com/gps/hibernate/TripDetailsDAO.java 37 fieldCommentRequirement Required
37139 src/com/gps/hibernate/TripDetailsDAO.java 38 fieldCommentRequirement Required
37140 src/com/gps/hibernate/TripDetailsDAO.java 39 fieldCommentRequirement Required
37141 src/com/gps/hibernate/TripDetailsDAO.java 40 fieldCommentRequirement Required
37142 src/com/gps/hibernate/TripDetailsDAO.java 41 fieldCommentRequirement Required
37143 src/com/gps/hibernate/TripDetailsDAO.java 42 fieldCommentRequirement Required
37144 src/com/gps/hibernate/TripDetailsDAO.java 43 fieldCommentRequirement Required
37145 src/com/gps/hibernate/TripDetailsDAO.java 44 fieldCommentRequirement Required
37146 src/com/gps/hibernate/TripDetailsDAO.java 45 fieldCommentRequirement Required
37147 src/com/gps/hibernate/TripDetailsDAO.java 47 Parameter 'transientInstance' is not assigned and could be declared final
37148 src/com/gps/hibernate/TripDetailsDAO.java 47 publicMethodCommentRequirement Required
37149 src/com/gps/hibernate/TripDetailsDAO.java 48 There is log block not surrounded by if
37150 src/com/gps/hibernate/TripDetailsDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37151 src/com/gps/hibernate/TripDetailsDAO.java 50 Potential violation of Law of Demeter (method chain calls)
37152 src/com/gps/hibernate/TripDetailsDAO.java 51 There is log block not surrounded by if
37153 src/com/gps/hibernate/TripDetailsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37154 src/com/gps/hibernate/TripDetailsDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37155 src/com/gps/hibernate/TripDetailsDAO.java 53 There is log block not surrounded by if
37156 src/com/gps/hibernate/TripDetailsDAO.java 58 Avoid excessively long variable names like persistentInstance
37157 src/com/gps/hibernate/TripDetailsDAO.java 58 Parameter 'persistentInstance' is not assigned and could be declared final
37158 src/com/gps/hibernate/TripDetailsDAO.java 58 publicMethodCommentRequirement Required
37159 src/com/gps/hibernate/TripDetailsDAO.java 59 There is log block not surrounded by if
37160 src/com/gps/hibernate/TripDetailsDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37161 src/com/gps/hibernate/TripDetailsDAO.java 61 Potential violation of Law of Demeter (method chain calls)
37162 src/com/gps/hibernate/TripDetailsDAO.java 62 There is log block not surrounded by if
37163 src/com/gps/hibernate/TripDetailsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37164 src/com/gps/hibernate/TripDetailsDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37165 src/com/gps/hibernate/TripDetailsDAO.java 64 There is log block not surrounded by if
37166 src/com/gps/hibernate/TripDetailsDAO.java 69 Avoid variables with short names like id
37167 src/com/gps/hibernate/TripDetailsDAO.java 69 Parameter 'id' is not assigned and could be declared final
37168 src/com/gps/hibernate/TripDetailsDAO.java 69 publicMethodCommentRequirement Required
37169 src/com/gps/hibernate/TripDetailsDAO.java 70 There is log block not surrounded by if
37170 src/com/gps/hibernate/TripDetailsDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37171 src/com/gps/hibernate/TripDetailsDAO.java 72 Local variable 'instance' could be declared final
37172 src/com/gps/hibernate/TripDetailsDAO.java 72 Potential violation of Law of Demeter (method chain calls)
37173 src/com/gps/hibernate/TripDetailsDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37174 src/com/gps/hibernate/TripDetailsDAO.java 76 There is log block not surrounded by if
37175 src/com/gps/hibernate/TripDetailsDAO.java 81 Parameter 'instance' is not assigned and could be declared final
37176 src/com/gps/hibernate/TripDetailsDAO.java 81 publicMethodCommentRequirement Required
37177 src/com/gps/hibernate/TripDetailsDAO.java 82 There is log block not surrounded by if
37178 src/com/gps/hibernate/TripDetailsDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37179 src/com/gps/hibernate/TripDetailsDAO.java 84 Local variable 'results' could be declared final
37180 src/com/gps/hibernate/TripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
37181 src/com/gps/hibernate/TripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
37182 src/com/gps/hibernate/TripDetailsDAO.java 84 Potential violation of Law of Demeter (method chain calls)
37183 src/com/gps/hibernate/TripDetailsDAO.java 87 There is log block not surrounded by if
37184 src/com/gps/hibernate/TripDetailsDAO.java 87 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37185 src/com/gps/hibernate/TripDetailsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
37186 src/com/gps/hibernate/TripDetailsDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37187 src/com/gps/hibernate/TripDetailsDAO.java 91 There is log block not surrounded by if
37188 src/com/gps/hibernate/TripDetailsDAO.java 96 Parameter 'propertyName' is not assigned and could be declared final
37189 src/com/gps/hibernate/TripDetailsDAO.java 96 Parameter 'value' is not assigned and could be declared final
37190 src/com/gps/hibernate/TripDetailsDAO.java 96 publicMethodCommentRequirement Required
37191 src/com/gps/hibernate/TripDetailsDAO.java 97 There is log block not surrounded by if
37192 src/com/gps/hibernate/TripDetailsDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37193 src/com/gps/hibernate/TripDetailsDAO.java 100 Local variable 'queryString' could be declared final
37194 src/com/gps/hibernate/TripDetailsDAO.java 102 Local variable 'queryObject' could be declared final
37195 src/com/gps/hibernate/TripDetailsDAO.java 102 Potential violation of Law of Demeter (method chain calls)
37196 src/com/gps/hibernate/TripDetailsDAO.java 103 Potential violation of Law of Demeter (object not created locally)
37197 src/com/gps/hibernate/TripDetailsDAO.java 104 Potential violation of Law of Demeter (object not created locally)
37198 src/com/gps/hibernate/TripDetailsDAO.java 105 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37199 src/com/gps/hibernate/TripDetailsDAO.java 106 There is log block not surrounded by if
37200 src/com/gps/hibernate/TripDetailsDAO.java 111 Parameter 'costofTrip' is not assigned and could be declared final
37201 src/com/gps/hibernate/TripDetailsDAO.java 111 publicMethodCommentRequirement Required
37202 src/com/gps/hibernate/TripDetailsDAO.java 115 Parameter 'sourceLocation' is not assigned and could be declared final
37203 src/com/gps/hibernate/TripDetailsDAO.java 115 publicMethodCommentRequirement Required
37204 src/com/gps/hibernate/TripDetailsDAO.java 119 Parameter 'destination' is not assigned and could be declared final
37205 src/com/gps/hibernate/TripDetailsDAO.java 119 publicMethodCommentRequirement Required
37206 src/com/gps/hibernate/TripDetailsDAO.java 123 Parameter 'distance' is not assigned and could be declared final
37207 src/com/gps/hibernate/TripDetailsDAO.java 123 publicMethodCommentRequirement Required
37208 src/com/gps/hibernate/TripDetailsDAO.java 127 Parameter 'route' is not assigned and could be declared final
37209 src/com/gps/hibernate/TripDetailsDAO.java 127 publicMethodCommentRequirement Required
37210 src/com/gps/hibernate/TripDetailsDAO.java 131 Parameter 'tripDirection' is not assigned and could be declared final
37211 src/com/gps/hibernate/TripDetailsDAO.java 131 publicMethodCommentRequirement Required
37212 src/com/gps/hibernate/TripDetailsDAO.java 135 Parameter 'noSeats' is not assigned and could be declared final
37213 src/com/gps/hibernate/TripDetailsDAO.java 135 publicMethodCommentRequirement Required
37214 src/com/gps/hibernate/TripDetailsDAO.java 139 Parameter 'tripFrequency' is not assigned and could be declared final
37215 src/com/gps/hibernate/TripDetailsDAO.java 139 publicMethodCommentRequirement Required
37216 src/com/gps/hibernate/TripDetailsDAO.java 143 Avoid excessively long variable names like noConfirmedTravellers
37217 src/com/gps/hibernate/TripDetailsDAO.java 143 Parameter 'noConfirmedTravellers' is not assigned and could be declared final
37218 src/com/gps/hibernate/TripDetailsDAO.java 143 publicMethodCommentRequirement Required
37219 src/com/gps/hibernate/TripDetailsDAO.java 147 Parameter 'via' is not assigned and could be declared final
37220 src/com/gps/hibernate/TripDetailsDAO.java 147 publicMethodCommentRequirement Required
37221 src/com/gps/hibernate/TripDetailsDAO.java 151 Parameter 'returnTime' is not assigned and could be declared final
37222 src/com/gps/hibernate/TripDetailsDAO.java 151 publicMethodCommentRequirement Required
37223 src/com/gps/hibernate/TripDetailsDAO.java 155 Parameter 'startTime' is not assigned and could be declared final
37224 src/com/gps/hibernate/TripDetailsDAO.java 155 publicMethodCommentRequirement Required
37225 src/com/gps/hibernate/TripDetailsDAO.java 159 Parameter 'role' is not assigned and could be declared final
37226 src/com/gps/hibernate/TripDetailsDAO.java 159 publicMethodCommentRequirement Required
37227 src/com/gps/hibernate/TripDetailsDAO.java 163 Parameter 'status' is not assigned and could be declared final
37228 src/com/gps/hibernate/TripDetailsDAO.java 163 publicMethodCommentRequirement Required
37229 src/com/gps/hibernate/TripDetailsDAO.java 167 Parameter 'parentId' is not assigned and could be declared final
37230 src/com/gps/hibernate/TripDetailsDAO.java 167 publicMethodCommentRequirement Required
37231 src/com/gps/hibernate/TripDetailsDAO.java 171 Parameter 'pickupPoints' is not assigned and could be declared final
37232 src/com/gps/hibernate/TripDetailsDAO.java 171 publicMethodCommentRequirement Required
37233 src/com/gps/hibernate/TripDetailsDAO.java 175 Parameter 'tripName' is not assigned and could be declared final
37234 src/com/gps/hibernate/TripDetailsDAO.java 175 publicMethodCommentRequirement Required
37235 src/com/gps/hibernate/TripDetailsDAO.java 179 Parameter 'tripDesc' is not assigned and could be declared final
37236 src/com/gps/hibernate/TripDetailsDAO.java 179 publicMethodCommentRequirement Required
37237 src/com/gps/hibernate/TripDetailsDAO.java 183 Parameter 'first' is not assigned and could be declared final
37238 src/com/gps/hibernate/TripDetailsDAO.java 183 Parameter 'last' is not assigned and could be declared final
37239 src/com/gps/hibernate/TripDetailsDAO.java 183 publicMethodCommentRequirement Required
37240 src/com/gps/hibernate/TripDetailsDAO.java 185 There is log block not surrounded by if
37241 src/com/gps/hibernate/TripDetailsDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37242 src/com/gps/hibernate/TripDetailsDAO.java 188 Local variable 'queryString' could be declared final
37243 src/com/gps/hibernate/TripDetailsDAO.java 189 Local variable 'queryObject' could be declared final
37244 src/com/gps/hibernate/TripDetailsDAO.java 189 Potential violation of Law of Demeter (method chain calls)
37245 src/com/gps/hibernate/TripDetailsDAO.java 192 Potential violation of Law of Demeter (object not created locally)
37246 src/com/gps/hibernate/TripDetailsDAO.java 193 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37247 src/com/gps/hibernate/TripDetailsDAO.java 194 There is log block not surrounded by if
37248 src/com/gps/hibernate/TripDetailsDAO.java 200 Parameter 'detachedInstance' is not assigned and could be declared final
37249 src/com/gps/hibernate/TripDetailsDAO.java 200 publicMethodCommentRequirement Required
37250 src/com/gps/hibernate/TripDetailsDAO.java 201 There is log block not surrounded by if
37251 src/com/gps/hibernate/TripDetailsDAO.java 201 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37252 src/com/gps/hibernate/TripDetailsDAO.java 203 Local variable 'result' could be declared final
37253 src/com/gps/hibernate/TripDetailsDAO.java 203 Potential violation of Law of Demeter (method chain calls)
37254 src/com/gps/hibernate/TripDetailsDAO.java 205 There is log block not surrounded by if
37255 src/com/gps/hibernate/TripDetailsDAO.java 205 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37256 src/com/gps/hibernate/TripDetailsDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37257 src/com/gps/hibernate/TripDetailsDAO.java 208 There is log block not surrounded by if
37258 src/com/gps/hibernate/TripDetailsDAO.java 213 Parameter 'instance' is not assigned and could be declared final
37259 src/com/gps/hibernate/TripDetailsDAO.java 213 publicMethodCommentRequirement Required
37260 src/com/gps/hibernate/TripDetailsDAO.java 214 There is log block not surrounded by if
37261 src/com/gps/hibernate/TripDetailsDAO.java 214 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37262 src/com/gps/hibernate/TripDetailsDAO.java 216 Potential violation of Law of Demeter (method chain calls)
37263 src/com/gps/hibernate/TripDetailsDAO.java 217 There is log block not surrounded by if
37264 src/com/gps/hibernate/TripDetailsDAO.java 217 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37265 src/com/gps/hibernate/TripDetailsDAO.java 218 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37266 src/com/gps/hibernate/TripDetailsDAO.java 219 There is log block not surrounded by if
37267 src/com/gps/hibernate/TripDetailsDAO.java 224 Parameter 'instance' is not assigned and could be declared final
37268 src/com/gps/hibernate/TripDetailsDAO.java 224 publicMethodCommentRequirement Required
37269 src/com/gps/hibernate/TripDetailsDAO.java 225 There is log block not surrounded by if
37270 src/com/gps/hibernate/TripDetailsDAO.java 225 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37271 src/com/gps/hibernate/TripDetailsDAO.java 227 Potential violation of Law of Demeter (method chain calls)
37272 src/com/gps/hibernate/TripDetailsDAO.java 228 There is log block not surrounded by if
37273 src/com/gps/hibernate/TripDetailsDAO.java 228 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37274 src/com/gps/hibernate/TripDetailsDAO.java 229 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37275 src/com/gps/hibernate/TripDetailsDAO.java 230 There is log block not surrounded by if
37276 src/com/gps/hibernate/TripParameters.java 13 Classes implementing Serializable should set a serialVersionUID
37277 src/com/gps/hibernate/TripParameters.java 13 Too many fields
37278 src/com/gps/hibernate/TripParameters.java 16 fieldCommentRequirement Required
37279 src/com/gps/hibernate/TripParameters.java 17 fieldCommentRequirement Required
37280 src/com/gps/hibernate/TripParameters.java 18 fieldCommentRequirement Required
37281 src/com/gps/hibernate/TripParameters.java 19 fieldCommentRequirement Required
37282 src/com/gps/hibernate/TripParameters.java 20 fieldCommentRequirement Required
37283 src/com/gps/hibernate/TripParameters.java 21 fieldCommentRequirement Required
37284 src/com/gps/hibernate/TripParameters.java 22 fieldCommentRequirement Required
37285 src/com/gps/hibernate/TripParameters.java 23 fieldCommentRequirement Required
37286 src/com/gps/hibernate/TripParameters.java 24 fieldCommentRequirement Required
37287 src/com/gps/hibernate/TripParameters.java 26 fieldCommentRequirement Required
37288 src/com/gps/hibernate/TripParameters.java 27 fieldCommentRequirement Required
37289 src/com/gps/hibernate/TripParameters.java 29 fieldCommentRequirement Required
37290 src/com/gps/hibernate/TripParameters.java 30 fieldCommentRequirement Required
37291 src/com/gps/hibernate/TripParameters.java 31 fieldCommentRequirement Required
37292 src/com/gps/hibernate/TripParameters.java 32 fieldCommentRequirement Required
37293 src/com/gps/hibernate/TripParameters.java 33 fieldCommentRequirement Required
37294 src/com/gps/hibernate/TripParameters.java 34 fieldCommentRequirement Required
37295 src/com/gps/hibernate/TripParameters.java 35 fieldCommentRequirement Required
37296 src/com/gps/hibernate/TripParameters.java 36 fieldCommentRequirement Required
37297 src/com/gps/hibernate/TripParameters.java 48 Parameter 'vehicleDetails' is not assigned and could be declared final
37298 src/com/gps/hibernate/TripParameters.java 52 publicMethodCommentRequirement Required
37299 src/com/gps/hibernate/TripParameters.java 56 Parameter 'cellId' is not assigned and could be declared final
37300 src/com/gps/hibernate/TripParameters.java 56 publicMethodCommentRequirement Required
37301 src/com/gps/hibernate/TripParameters.java 62 publicMethodCommentRequirement Required
37302 src/com/gps/hibernate/TripParameters.java 66 Parameter 'gsmStatus' is not assigned and could be declared final
37303 src/com/gps/hibernate/TripParameters.java 66 publicMethodCommentRequirement Required
37304 src/com/gps/hibernate/TripParameters.java 75 Document empty constructor
37305 src/com/gps/hibernate/TripParameters.java 79 Parameter 'creationTime' is not assigned and could be declared final
37306 src/com/gps/hibernate/TripParameters.java 84 Avoid long parameter lists.
37307 src/com/gps/hibernate/TripParameters.java 84 Parameter 'lattitude' is not assigned and could be declared final
37308 src/com/gps/hibernate/TripParameters.java 84 Parameter 'tripDetails' is not assigned and could be declared final
37309 src/com/gps/hibernate/TripParameters.java 85 Parameter 'altitude' is not assigned and could be declared final
37310 src/com/gps/hibernate/TripParameters.java 85 Parameter 'heading' is not assigned and could be declared final
37311 src/com/gps/hibernate/TripParameters.java 85 Parameter 'longitude' is not assigned and could be declared final
37312 src/com/gps/hibernate/TripParameters.java 85 Parameter 'speed' is not assigned and could be declared final
37313 src/com/gps/hibernate/TripParameters.java 86 Parameter 'engineStatus' is not assigned and could be declared final
37314 src/com/gps/hibernate/TripParameters.java 86 Parameter 'oilPreassure' is not assigned and could be declared final
37315 src/com/gps/hibernate/TripParameters.java 87 Parameter 'brake' is not assigned and could be declared final
37316 src/com/gps/hibernate/TripParameters.java 87 Parameter 'fuelContent' is not assigned and could be declared final
37317 src/com/gps/hibernate/TripParameters.java 88 Parameter 'batteryStatus' is not assigned and could be declared final
37318 src/com/gps/hibernate/TripParameters.java 88 Parameter 'brakelightStatus' is not assigned and could be declared final
37319 src/com/gps/hibernate/TripParameters.java 88 Parameter 'creationTime' is not assigned and could be declared final
37320 src/com/gps/hibernate/TripParameters.java 112 publicMethodCommentRequirement Required
37321 src/com/gps/hibernate/TripParameters.java 116 Parameter 'tripParamid' is not assigned and could be declared final
37322 src/com/gps/hibernate/TripParameters.java 116 publicMethodCommentRequirement Required
37323 src/com/gps/hibernate/TripParameters.java 120 publicMethodCommentRequirement Required
37324 src/com/gps/hibernate/TripParameters.java 124 Parameter 'tripDetails' is not assigned and could be declared final
37325 src/com/gps/hibernate/TripParameters.java 124 publicMethodCommentRequirement Required
37326 src/com/gps/hibernate/TripParameters.java 128 publicMethodCommentRequirement Required
37327 src/com/gps/hibernate/TripParameters.java 132 Parameter 'lattitude' is not assigned and could be declared final
37328 src/com/gps/hibernate/TripParameters.java 132 publicMethodCommentRequirement Required
37329 src/com/gps/hibernate/TripParameters.java 136 publicMethodCommentRequirement Required
37330 src/com/gps/hibernate/TripParameters.java 140 Parameter 'longitude' is not assigned and could be declared final
37331 src/com/gps/hibernate/TripParameters.java 140 publicMethodCommentRequirement Required
37332 src/com/gps/hibernate/TripParameters.java 144 publicMethodCommentRequirement Required
37333 src/com/gps/hibernate/TripParameters.java 148 Avoid reassigning parameters such as 'speed'
37334 src/com/gps/hibernate/TripParameters.java 148 Avoid reassigning parameters such as 'speed'
37335 src/com/gps/hibernate/TripParameters.java 148 Avoid reassigning parameters such as 'speed'
37336 src/com/gps/hibernate/TripParameters.java 148 publicMethodCommentRequirement Required
37337 src/com/gps/hibernate/TripParameters.java 149 Local variable 'twoDForm' could be declared final
37338 src/com/gps/hibernate/TripParameters.java 151 Avoid using Literals in Conditional Statements
37339 src/com/gps/hibernate/TripParameters.java 151 Avoid using if statements without curly braces
37340 src/com/gps/hibernate/TripParameters.java 153 Potential violation of Law of Demeter (object not created locally)
37341 src/com/gps/hibernate/TripParameters.java 157 publicMethodCommentRequirement Required
37342 src/com/gps/hibernate/TripParameters.java 161 Parameter 'heading' is not assigned and could be declared final
37343 src/com/gps/hibernate/TripParameters.java 161 publicMethodCommentRequirement Required
37344 src/com/gps/hibernate/TripParameters.java 165 publicMethodCommentRequirement Required
37345 src/com/gps/hibernate/TripParameters.java 169 Parameter 'altitude' is not assigned and could be declared final
37346 src/com/gps/hibernate/TripParameters.java 169 publicMethodCommentRequirement Required
37347 src/com/gps/hibernate/TripParameters.java 181 publicMethodCommentRequirement Required
37348 src/com/gps/hibernate/TripParameters.java 185 Parameter 'engineStatus' is not assigned and could be declared final
37349 src/com/gps/hibernate/TripParameters.java 185 publicMethodCommentRequirement Required
37350 src/com/gps/hibernate/TripParameters.java 189 publicMethodCommentRequirement Required
37351 src/com/gps/hibernate/TripParameters.java 193 Parameter 'oilPreassure' is not assigned and could be declared final
37352 src/com/gps/hibernate/TripParameters.java 193 publicMethodCommentRequirement Required
37353 src/com/gps/hibernate/TripParameters.java 207 publicMethodCommentRequirement Required
37354 src/com/gps/hibernate/TripParameters.java 211 Parameter 'fuelContent' is not assigned and could be declared final
37355 src/com/gps/hibernate/TripParameters.java 211 publicMethodCommentRequirement Required
37356 src/com/gps/hibernate/TripParameters.java 215 publicMethodCommentRequirement Required
37357 src/com/gps/hibernate/TripParameters.java 219 Parameter 'brake' is not assigned and could be declared final
37358 src/com/gps/hibernate/TripParameters.java 219 publicMethodCommentRequirement Required
37359 src/com/gps/hibernate/TripParameters.java 223 publicMethodCommentRequirement Required
37360 src/com/gps/hibernate/TripParameters.java 227 Parameter 'creationTime' is not assigned and could be declared final
37361 src/com/gps/hibernate/TripParameters.java 227 publicMethodCommentRequirement Required
37362 src/com/gps/hibernate/TripParameters.java 231 publicMethodCommentRequirement Required
37363 src/com/gps/hibernate/TripParameters.java 235 Parameter 'brakelightStatus' is not assigned and could be declared final
37364 src/com/gps/hibernate/TripParameters.java 235 publicMethodCommentRequirement Required
37365 src/com/gps/hibernate/TripParameters.java 239 publicMethodCommentRequirement Required
37366 src/com/gps/hibernate/TripParameters.java 243 Parameter 'batteryStatus' is not assigned and could be declared final
37367 src/com/gps/hibernate/TripParameters.java 243 publicMethodCommentRequirement Required
37368 src/com/gps/hibernate/TripParameters.java 247 Parameter 'reportRef' is not assigned and could be declared final
37369 src/com/gps/hibernate/TripParameters.java 247 publicMethodCommentRequirement Required
37370 src/com/gps/hibernate/TripParameters.java 251 publicMethodCommentRequirement Required
37371 src/com/gps/hibernate/TripParameters.java 265 Parameter 'distance' is not assigned and could be declared final
37372 src/com/gps/hibernate/TripParametersDAO.java 3 Avoid unused imports such as 'java.util.Date'
37373 src/com/gps/hibernate/TripParametersDAO.java 11 Comment is too large: Too many lines
37374 src/com/gps/hibernate/TripParametersDAO.java 23 This class has too many methods, consider refactoring it.
37375 src/com/gps/hibernate/TripParametersDAO.java 24 Logger should be defined private static final and have the correct class
37376 src/com/gps/hibernate/TripParametersDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
37377 src/com/gps/hibernate/TripParametersDAO.java 24 fieldCommentRequirement Required
37378 src/com/gps/hibernate/TripParametersDAO.java 26 fieldCommentRequirement Required
37379 src/com/gps/hibernate/TripParametersDAO.java 27 fieldCommentRequirement Required
37380 src/com/gps/hibernate/TripParametersDAO.java 28 fieldCommentRequirement Required
37381 src/com/gps/hibernate/TripParametersDAO.java 29 fieldCommentRequirement Required
37382 src/com/gps/hibernate/TripParametersDAO.java 30 fieldCommentRequirement Required
37383 src/com/gps/hibernate/TripParametersDAO.java 32 fieldCommentRequirement Required
37384 src/com/gps/hibernate/TripParametersDAO.java 33 fieldCommentRequirement Required
37385 src/com/gps/hibernate/TripParametersDAO.java 35 fieldCommentRequirement Required
37386 src/com/gps/hibernate/TripParametersDAO.java 36 fieldCommentRequirement Required
37387 src/com/gps/hibernate/TripParametersDAO.java 37 fieldCommentRequirement Required
37388 src/com/gps/hibernate/TripParametersDAO.java 38 fieldCommentRequirement Required
37389 src/com/gps/hibernate/TripParametersDAO.java 40 Parameter 'transientInstance' is not assigned and could be declared final
37390 src/com/gps/hibernate/TripParametersDAO.java 40 publicMethodCommentRequirement Required
37391 src/com/gps/hibernate/TripParametersDAO.java 41 There is log block not surrounded by if
37392 src/com/gps/hibernate/TripParametersDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37393 src/com/gps/hibernate/TripParametersDAO.java 43 Potential violation of Law of Demeter (method chain calls)
37394 src/com/gps/hibernate/TripParametersDAO.java 44 There is log block not surrounded by if
37395 src/com/gps/hibernate/TripParametersDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37396 src/com/gps/hibernate/TripParametersDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37397 src/com/gps/hibernate/TripParametersDAO.java 46 There is log block not surrounded by if
37398 src/com/gps/hibernate/TripParametersDAO.java 51 Avoid excessively long variable names like persistentInstance
37399 src/com/gps/hibernate/TripParametersDAO.java 51 Parameter 'persistentInstance' is not assigned and could be declared final
37400 src/com/gps/hibernate/TripParametersDAO.java 51 publicMethodCommentRequirement Required
37401 src/com/gps/hibernate/TripParametersDAO.java 52 There is log block not surrounded by if
37402 src/com/gps/hibernate/TripParametersDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37403 src/com/gps/hibernate/TripParametersDAO.java 54 Potential violation of Law of Demeter (method chain calls)
37404 src/com/gps/hibernate/TripParametersDAO.java 55 There is log block not surrounded by if
37405 src/com/gps/hibernate/TripParametersDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37406 src/com/gps/hibernate/TripParametersDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37407 src/com/gps/hibernate/TripParametersDAO.java 57 There is log block not surrounded by if
37408 src/com/gps/hibernate/TripParametersDAO.java 62 Avoid variables with short names like id
37409 src/com/gps/hibernate/TripParametersDAO.java 62 Parameter 'id' is not assigned and could be declared final
37410 src/com/gps/hibernate/TripParametersDAO.java 62 publicMethodCommentRequirement Required
37411 src/com/gps/hibernate/TripParametersDAO.java 63 There is log block not surrounded by if
37412 src/com/gps/hibernate/TripParametersDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37413 src/com/gps/hibernate/TripParametersDAO.java 65 Local variable 'instance' could be declared final
37414 src/com/gps/hibernate/TripParametersDAO.java 65 Potential violation of Law of Demeter (method chain calls)
37415 src/com/gps/hibernate/TripParametersDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37416 src/com/gps/hibernate/TripParametersDAO.java 69 There is log block not surrounded by if
37417 src/com/gps/hibernate/TripParametersDAO.java 74 Parameter 'instance' is not assigned and could be declared final
37418 src/com/gps/hibernate/TripParametersDAO.java 74 publicMethodCommentRequirement Required
37419 src/com/gps/hibernate/TripParametersDAO.java 75 There is log block not surrounded by if
37420 src/com/gps/hibernate/TripParametersDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37421 src/com/gps/hibernate/TripParametersDAO.java 77 Local variable 'results' could be declared final
37422 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
37423 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
37424 src/com/gps/hibernate/TripParametersDAO.java 77 Potential violation of Law of Demeter (method chain calls)
37425 src/com/gps/hibernate/TripParametersDAO.java 80 There is log block not surrounded by if
37426 src/com/gps/hibernate/TripParametersDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37427 src/com/gps/hibernate/TripParametersDAO.java 81 Potential violation of Law of Demeter (object not created locally)
37428 src/com/gps/hibernate/TripParametersDAO.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37429 src/com/gps/hibernate/TripParametersDAO.java 84 There is log block not surrounded by if
37430 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'propertyName' is not assigned and could be declared final
37431 src/com/gps/hibernate/TripParametersDAO.java 89 Parameter 'value' is not assigned and could be declared final
37432 src/com/gps/hibernate/TripParametersDAO.java 89 publicMethodCommentRequirement Required
37433 src/com/gps/hibernate/TripParametersDAO.java 90 There is log block not surrounded by if
37434 src/com/gps/hibernate/TripParametersDAO.java 90 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37435 src/com/gps/hibernate/TripParametersDAO.java 93 Local variable 'queryString' could be declared final
37436 src/com/gps/hibernate/TripParametersDAO.java 95 Local variable 'queryObject' could be declared final
37437 src/com/gps/hibernate/TripParametersDAO.java 95 Potential violation of Law of Demeter (method chain calls)
37438 src/com/gps/hibernate/TripParametersDAO.java 96 Potential violation of Law of Demeter (object not created locally)
37439 src/com/gps/hibernate/TripParametersDAO.java 97 Potential violation of Law of Demeter (object not created locally)
37440 src/com/gps/hibernate/TripParametersDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37441 src/com/gps/hibernate/TripParametersDAO.java 99 There is log block not surrounded by if
37442 src/com/gps/hibernate/TripParametersDAO.java 104 Parameter 'lattitude' is not assigned and could be declared final
37443 src/com/gps/hibernate/TripParametersDAO.java 104 publicMethodCommentRequirement Required
37444 src/com/gps/hibernate/TripParametersDAO.java 108 Parameter 'longitude' is not assigned and could be declared final
37445 src/com/gps/hibernate/TripParametersDAO.java 108 publicMethodCommentRequirement Required
37446 src/com/gps/hibernate/TripParametersDAO.java 112 Parameter 'speed' is not assigned and could be declared final
37447 src/com/gps/hibernate/TripParametersDAO.java 112 publicMethodCommentRequirement Required
37448 src/com/gps/hibernate/TripParametersDAO.java 116 Parameter 'heading' is not assigned and could be declared final
37449 src/com/gps/hibernate/TripParametersDAO.java 116 publicMethodCommentRequirement Required
37450 src/com/gps/hibernate/TripParametersDAO.java 120 Parameter 'altitude' is not assigned and could be declared final
37451 src/com/gps/hibernate/TripParametersDAO.java 120 publicMethodCommentRequirement Required
37452 src/com/gps/hibernate/TripParametersDAO.java 128 Parameter 'engineStatus' is not assigned and could be declared final
37453 src/com/gps/hibernate/TripParametersDAO.java 128 publicMethodCommentRequirement Required
37454 src/com/gps/hibernate/TripParametersDAO.java 132 Parameter 'oilPreassure' is not assigned and could be declared final
37455 src/com/gps/hibernate/TripParametersDAO.java 132 publicMethodCommentRequirement Required
37456 src/com/gps/hibernate/TripParametersDAO.java 140 Parameter 'fuelContent' is not assigned and could be declared final
37457 src/com/gps/hibernate/TripParametersDAO.java 140 publicMethodCommentRequirement Required
37458 src/com/gps/hibernate/TripParametersDAO.java 144 Parameter 'brake' is not assigned and could be declared final
37459 src/com/gps/hibernate/TripParametersDAO.java 144 publicMethodCommentRequirement Required
37460 src/com/gps/hibernate/TripParametersDAO.java 148 Parameter 'brakelightStatus' is not assigned and could be declared final
37461 src/com/gps/hibernate/TripParametersDAO.java 148 publicMethodCommentRequirement Required
37462 src/com/gps/hibernate/TripParametersDAO.java 152 Parameter 'batteryStatus' is not assigned and could be declared final
37463 src/com/gps/hibernate/TripParametersDAO.java 152 publicMethodCommentRequirement Required
37464 src/com/gps/hibernate/TripParametersDAO.java 156 publicMethodCommentRequirement Required
37465 src/com/gps/hibernate/TripParametersDAO.java 157 There is log block not surrounded by if
37466 src/com/gps/hibernate/TripParametersDAO.java 157 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37467 src/com/gps/hibernate/TripParametersDAO.java 159 Local variable 'queryString' could be declared final
37468 src/com/gps/hibernate/TripParametersDAO.java 160 Local variable 'queryObject' could be declared final
37469 src/com/gps/hibernate/TripParametersDAO.java 160 Potential violation of Law of Demeter (method chain calls)
37470 src/com/gps/hibernate/TripParametersDAO.java 161 Potential violation of Law of Demeter (object not created locally)
37471 src/com/gps/hibernate/TripParametersDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37472 src/com/gps/hibernate/TripParametersDAO.java 163 There is log block not surrounded by if
37473 src/com/gps/hibernate/TripParametersDAO.java 168 Parameter 'detachedInstance' is not assigned and could be declared final
37474 src/com/gps/hibernate/TripParametersDAO.java 168 publicMethodCommentRequirement Required
37475 src/com/gps/hibernate/TripParametersDAO.java 169 There is log block not surrounded by if
37476 src/com/gps/hibernate/TripParametersDAO.java 169 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37477 src/com/gps/hibernate/TripParametersDAO.java 171 Local variable 'result' could be declared final
37478 src/com/gps/hibernate/TripParametersDAO.java 171 Potential violation of Law of Demeter (method chain calls)
37479 src/com/gps/hibernate/TripParametersDAO.java 173 There is log block not surrounded by if
37480 src/com/gps/hibernate/TripParametersDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37481 src/com/gps/hibernate/TripParametersDAO.java 175 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37482 src/com/gps/hibernate/TripParametersDAO.java 176 There is log block not surrounded by if
37483 src/com/gps/hibernate/TripParametersDAO.java 181 Parameter 'instance' is not assigned and could be declared final
37484 src/com/gps/hibernate/TripParametersDAO.java 181 publicMethodCommentRequirement Required
37485 src/com/gps/hibernate/TripParametersDAO.java 182 There is log block not surrounded by if
37486 src/com/gps/hibernate/TripParametersDAO.java 182 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37487 src/com/gps/hibernate/TripParametersDAO.java 184 Potential violation of Law of Demeter (method chain calls)
37488 src/com/gps/hibernate/TripParametersDAO.java 185 There is log block not surrounded by if
37489 src/com/gps/hibernate/TripParametersDAO.java 185 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37490 src/com/gps/hibernate/TripParametersDAO.java 186 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37491 src/com/gps/hibernate/TripParametersDAO.java 187 There is log block not surrounded by if
37492 src/com/gps/hibernate/TripParametersDAO.java 192 Parameter 'instance' is not assigned and could be declared final
37493 src/com/gps/hibernate/TripParametersDAO.java 192 publicMethodCommentRequirement Required
37494 src/com/gps/hibernate/TripParametersDAO.java 193 There is log block not surrounded by if
37495 src/com/gps/hibernate/TripParametersDAO.java 193 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37496 src/com/gps/hibernate/TripParametersDAO.java 195 Potential violation of Law of Demeter (method chain calls)
37497 src/com/gps/hibernate/TripParametersDAO.java 196 There is log block not surrounded by if
37498 src/com/gps/hibernate/TripParametersDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37499 src/com/gps/hibernate/TripParametersDAO.java 197 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37500 src/com/gps/hibernate/TripParametersDAO.java 198 There is log block not surrounded by if
37501 src/com/gps/hibernate/TripPreference.java 9 Classes implementing Serializable should set a serialVersionUID
37502 src/com/gps/hibernate/TripPreference.java 13 fieldCommentRequirement Required
37503 src/com/gps/hibernate/TripPreference.java 14 fieldCommentRequirement Required
37504 src/com/gps/hibernate/TripPreference.java 15 fieldCommentRequirement Required
37505 src/com/gps/hibernate/TripPreference.java 16 fieldCommentRequirement Required
37506 src/com/gps/hibernate/TripPreference.java 17 fieldCommentRequirement Required
37507 src/com/gps/hibernate/TripPreference.java 18 fieldCommentRequirement Required
37508 src/com/gps/hibernate/TripPreference.java 19 fieldCommentRequirement Required
37509 src/com/gps/hibernate/TripPreference.java 20 fieldCommentRequirement Required
37510 src/com/gps/hibernate/TripPreference.java 21 fieldCommentRequirement Required
37511 src/com/gps/hibernate/TripPreference.java 26 Document empty constructor
37512 src/com/gps/hibernate/TripPreference.java 30 Parameter 'genderPreference' is not assigned and could be declared final
37513 src/com/gps/hibernate/TripPreference.java 30 Parameter 'tripid' is not assigned and could be declared final
37514 src/com/gps/hibernate/TripPreference.java 36 Parameter 'pets' is not assigned and could be declared final
37515 src/com/gps/hibernate/TripPreference.java 36 Parameter 'smoking' is not assigned and could be declared final
37516 src/com/gps/hibernate/TripPreference.java 36 Parameter 'tripid' is not assigned and could be declared final
37517 src/com/gps/hibernate/TripPreference.java 37 Parameter 'music' is not assigned and could be declared final
37518 src/com/gps/hibernate/TripPreference.java 37 Parameter 'returnTimeFlex' is not assigned and could be declared final
37519 src/com/gps/hibernate/TripPreference.java 37 Parameter 'startTimeFlex' is not assigned and could be declared final
37520 src/com/gps/hibernate/TripPreference.java 38 Parameter 'drivingSpeed' is not assigned and could be declared final
37521 src/com/gps/hibernate/TripPreference.java 38 Parameter 'genderPreference' is not assigned and could be declared final
37522 src/com/gps/hibernate/TripPreference.java 51 publicMethodCommentRequirement Required
37523 src/com/gps/hibernate/TripPreference.java 55 Parameter 'tripPreferenceId' is not assigned and could be declared final
37524 src/com/gps/hibernate/TripPreference.java 55 publicMethodCommentRequirement Required
37525 src/com/gps/hibernate/TripPreference.java 59 publicMethodCommentRequirement Required
37526 src/com/gps/hibernate/TripPreference.java 63 Parameter 'tripid' is not assigned and could be declared final
37527 src/com/gps/hibernate/TripPreference.java 63 publicMethodCommentRequirement Required
37528 src/com/gps/hibernate/TripPreference.java 67 publicMethodCommentRequirement Required
37529 src/com/gps/hibernate/TripPreference.java 71 Parameter 'smoking' is not assigned and could be declared final
37530 src/com/gps/hibernate/TripPreference.java 71 publicMethodCommentRequirement Required
37531 src/com/gps/hibernate/TripPreference.java 75 publicMethodCommentRequirement Required
37532 src/com/gps/hibernate/TripPreference.java 79 Parameter 'pets' is not assigned and could be declared final
37533 src/com/gps/hibernate/TripPreference.java 79 publicMethodCommentRequirement Required
37534 src/com/gps/hibernate/TripPreference.java 83 publicMethodCommentRequirement Required
37535 src/com/gps/hibernate/TripPreference.java 87 Parameter 'startTimeFlex' is not assigned and could be declared final
37536 src/com/gps/hibernate/TripPreference.java 87 publicMethodCommentRequirement Required
37537 src/com/gps/hibernate/TripPreference.java 91 publicMethodCommentRequirement Required
37538 src/com/gps/hibernate/TripPreference.java 95 Parameter 'returnTimeFlex' is not assigned and could be declared final
37539 src/com/gps/hibernate/TripPreference.java 95 publicMethodCommentRequirement Required
37540 src/com/gps/hibernate/TripPreference.java 99 publicMethodCommentRequirement Required
37541 src/com/gps/hibernate/TripPreference.java 103 Parameter 'music' is not assigned and could be declared final
37542 src/com/gps/hibernate/TripPreference.java 103 publicMethodCommentRequirement Required
37543 src/com/gps/hibernate/TripPreference.java 107 publicMethodCommentRequirement Required
37544 src/com/gps/hibernate/TripPreference.java 111 Parameter 'genderPreference' is not assigned and could be declared final
37545 src/com/gps/hibernate/TripPreference.java 111 publicMethodCommentRequirement Required
37546 src/com/gps/hibernate/TripPreference.java 115 publicMethodCommentRequirement Required
37547 src/com/gps/hibernate/TripPreference.java 119 Parameter 'drivingSpeed' is not assigned and could be declared final
37548 src/com/gps/hibernate/TripPreference.java 119 publicMethodCommentRequirement Required
37549 src/com/gps/hibernate/TripPreferenceDAO.java 10 Comment is too large: Too many lines
37550 src/com/gps/hibernate/TripPreferenceDAO.java 22 This class has too many methods, consider refactoring it.
37551 src/com/gps/hibernate/TripPreferenceDAO.java 23 Logger should be defined private static final and have the correct class
37552 src/com/gps/hibernate/TripPreferenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
37553 src/com/gps/hibernate/TripPreferenceDAO.java 23 fieldCommentRequirement Required
37554 src/com/gps/hibernate/TripPreferenceDAO.java 25 fieldCommentRequirement Required
37555 src/com/gps/hibernate/TripPreferenceDAO.java 26 fieldCommentRequirement Required
37556 src/com/gps/hibernate/TripPreferenceDAO.java 27 fieldCommentRequirement Required
37557 src/com/gps/hibernate/TripPreferenceDAO.java 28 fieldCommentRequirement Required
37558 src/com/gps/hibernate/TripPreferenceDAO.java 29 fieldCommentRequirement Required
37559 src/com/gps/hibernate/TripPreferenceDAO.java 30 fieldCommentRequirement Required
37560 src/com/gps/hibernate/TripPreferenceDAO.java 31 fieldCommentRequirement Required
37561 src/com/gps/hibernate/TripPreferenceDAO.java 32 fieldCommentRequirement Required
37562 src/com/gps/hibernate/TripPreferenceDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
37563 src/com/gps/hibernate/TripPreferenceDAO.java 34 publicMethodCommentRequirement Required
37564 src/com/gps/hibernate/TripPreferenceDAO.java 35 There is log block not surrounded by if
37565 src/com/gps/hibernate/TripPreferenceDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37566 src/com/gps/hibernate/TripPreferenceDAO.java 37 Potential violation of Law of Demeter (method chain calls)
37567 src/com/gps/hibernate/TripPreferenceDAO.java 38 There is log block not surrounded by if
37568 src/com/gps/hibernate/TripPreferenceDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37569 src/com/gps/hibernate/TripPreferenceDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37570 src/com/gps/hibernate/TripPreferenceDAO.java 40 There is log block not surrounded by if
37571 src/com/gps/hibernate/TripPreferenceDAO.java 45 Avoid excessively long variable names like persistentInstance
37572 src/com/gps/hibernate/TripPreferenceDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
37573 src/com/gps/hibernate/TripPreferenceDAO.java 45 publicMethodCommentRequirement Required
37574 src/com/gps/hibernate/TripPreferenceDAO.java 46 There is log block not surrounded by if
37575 src/com/gps/hibernate/TripPreferenceDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37576 src/com/gps/hibernate/TripPreferenceDAO.java 48 Potential violation of Law of Demeter (method chain calls)
37577 src/com/gps/hibernate/TripPreferenceDAO.java 49 There is log block not surrounded by if
37578 src/com/gps/hibernate/TripPreferenceDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37579 src/com/gps/hibernate/TripPreferenceDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37580 src/com/gps/hibernate/TripPreferenceDAO.java 51 There is log block not surrounded by if
37581 src/com/gps/hibernate/TripPreferenceDAO.java 56 Avoid variables with short names like id
37582 src/com/gps/hibernate/TripPreferenceDAO.java 56 Parameter 'id' is not assigned and could be declared final
37583 src/com/gps/hibernate/TripPreferenceDAO.java 56 publicMethodCommentRequirement Required
37584 src/com/gps/hibernate/TripPreferenceDAO.java 57 There is log block not surrounded by if
37585 src/com/gps/hibernate/TripPreferenceDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37586 src/com/gps/hibernate/TripPreferenceDAO.java 59 Local variable 'instance' could be declared final
37587 src/com/gps/hibernate/TripPreferenceDAO.java 59 Potential violation of Law of Demeter (method chain calls)
37588 src/com/gps/hibernate/TripPreferenceDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37589 src/com/gps/hibernate/TripPreferenceDAO.java 63 There is log block not surrounded by if
37590 src/com/gps/hibernate/TripPreferenceDAO.java 68 Parameter 'instance' is not assigned and could be declared final
37591 src/com/gps/hibernate/TripPreferenceDAO.java 68 publicMethodCommentRequirement Required
37592 src/com/gps/hibernate/TripPreferenceDAO.java 69 There is log block not surrounded by if
37593 src/com/gps/hibernate/TripPreferenceDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37594 src/com/gps/hibernate/TripPreferenceDAO.java 71 Local variable 'results' could be declared final
37595 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
37596 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
37597 src/com/gps/hibernate/TripPreferenceDAO.java 71 Potential violation of Law of Demeter (method chain calls)
37598 src/com/gps/hibernate/TripPreferenceDAO.java 74 There is log block not surrounded by if
37599 src/com/gps/hibernate/TripPreferenceDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37600 src/com/gps/hibernate/TripPreferenceDAO.java 75 Potential violation of Law of Demeter (object not created locally)
37601 src/com/gps/hibernate/TripPreferenceDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37602 src/com/gps/hibernate/TripPreferenceDAO.java 78 There is log block not surrounded by if
37603 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
37604 src/com/gps/hibernate/TripPreferenceDAO.java 83 Parameter 'value' is not assigned and could be declared final
37605 src/com/gps/hibernate/TripPreferenceDAO.java 83 publicMethodCommentRequirement Required
37606 src/com/gps/hibernate/TripPreferenceDAO.java 84 There is log block not surrounded by if
37607 src/com/gps/hibernate/TripPreferenceDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37608 src/com/gps/hibernate/TripPreferenceDAO.java 87 Local variable 'queryString' could be declared final
37609 src/com/gps/hibernate/TripPreferenceDAO.java 89 Local variable 'queryObject' could be declared final
37610 src/com/gps/hibernate/TripPreferenceDAO.java 89 Potential violation of Law of Demeter (method chain calls)
37611 src/com/gps/hibernate/TripPreferenceDAO.java 90 Potential violation of Law of Demeter (object not created locally)
37612 src/com/gps/hibernate/TripPreferenceDAO.java 91 Potential violation of Law of Demeter (object not created locally)
37613 src/com/gps/hibernate/TripPreferenceDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37614 src/com/gps/hibernate/TripPreferenceDAO.java 93 There is log block not surrounded by if
37615 src/com/gps/hibernate/TripPreferenceDAO.java 98 Parameter 'tripid' is not assigned and could be declared final
37616 src/com/gps/hibernate/TripPreferenceDAO.java 98 publicMethodCommentRequirement Required
37617 src/com/gps/hibernate/TripPreferenceDAO.java 102 Parameter 'smoking' is not assigned and could be declared final
37618 src/com/gps/hibernate/TripPreferenceDAO.java 102 publicMethodCommentRequirement Required
37619 src/com/gps/hibernate/TripPreferenceDAO.java 106 Parameter 'pets' is not assigned and could be declared final
37620 src/com/gps/hibernate/TripPreferenceDAO.java 106 publicMethodCommentRequirement Required
37621 src/com/gps/hibernate/TripPreferenceDAO.java 110 Parameter 'startTimeFlex' is not assigned and could be declared final
37622 src/com/gps/hibernate/TripPreferenceDAO.java 110 publicMethodCommentRequirement Required
37623 src/com/gps/hibernate/TripPreferenceDAO.java 114 Parameter 'returnTimeFlex' is not assigned and could be declared final
37624 src/com/gps/hibernate/TripPreferenceDAO.java 114 publicMethodCommentRequirement Required
37625 src/com/gps/hibernate/TripPreferenceDAO.java 118 Parameter 'music' is not assigned and could be declared final
37626 src/com/gps/hibernate/TripPreferenceDAO.java 118 publicMethodCommentRequirement Required
37627 src/com/gps/hibernate/TripPreferenceDAO.java 122 Parameter 'genderPreference' is not assigned and could be declared final
37628 src/com/gps/hibernate/TripPreferenceDAO.java 122 publicMethodCommentRequirement Required
37629 src/com/gps/hibernate/TripPreferenceDAO.java 126 Parameter 'drivingSpeed' is not assigned and could be declared final
37630 src/com/gps/hibernate/TripPreferenceDAO.java 126 publicMethodCommentRequirement Required
37631 src/com/gps/hibernate/TripPreferenceDAO.java 130 publicMethodCommentRequirement Required
37632 src/com/gps/hibernate/TripPreferenceDAO.java 131 There is log block not surrounded by if
37633 src/com/gps/hibernate/TripPreferenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37634 src/com/gps/hibernate/TripPreferenceDAO.java 133 Local variable 'queryString' could be declared final
37635 src/com/gps/hibernate/TripPreferenceDAO.java 134 Local variable 'queryObject' could be declared final
37636 src/com/gps/hibernate/TripPreferenceDAO.java 134 Potential violation of Law of Demeter (method chain calls)
37637 src/com/gps/hibernate/TripPreferenceDAO.java 135 Potential violation of Law of Demeter (object not created locally)
37638 src/com/gps/hibernate/TripPreferenceDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37639 src/com/gps/hibernate/TripPreferenceDAO.java 137 There is log block not surrounded by if
37640 src/com/gps/hibernate/TripPreferenceDAO.java 142 Parameter 'detachedInstance' is not assigned and could be declared final
37641 src/com/gps/hibernate/TripPreferenceDAO.java 142 publicMethodCommentRequirement Required
37642 src/com/gps/hibernate/TripPreferenceDAO.java 143 There is log block not surrounded by if
37643 src/com/gps/hibernate/TripPreferenceDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37644 src/com/gps/hibernate/TripPreferenceDAO.java 145 Local variable 'result' could be declared final
37645 src/com/gps/hibernate/TripPreferenceDAO.java 145 Potential violation of Law of Demeter (method chain calls)
37646 src/com/gps/hibernate/TripPreferenceDAO.java 147 There is log block not surrounded by if
37647 src/com/gps/hibernate/TripPreferenceDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37648 src/com/gps/hibernate/TripPreferenceDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37649 src/com/gps/hibernate/TripPreferenceDAO.java 150 There is log block not surrounded by if
37650 src/com/gps/hibernate/TripPreferenceDAO.java 155 Parameter 'instance' is not assigned and could be declared final
37651 src/com/gps/hibernate/TripPreferenceDAO.java 155 publicMethodCommentRequirement Required
37652 src/com/gps/hibernate/TripPreferenceDAO.java 156 There is log block not surrounded by if
37653 src/com/gps/hibernate/TripPreferenceDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37654 src/com/gps/hibernate/TripPreferenceDAO.java 158 Potential violation of Law of Demeter (method chain calls)
37655 src/com/gps/hibernate/TripPreferenceDAO.java 159 There is log block not surrounded by if
37656 src/com/gps/hibernate/TripPreferenceDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37657 src/com/gps/hibernate/TripPreferenceDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37658 src/com/gps/hibernate/TripPreferenceDAO.java 161 There is log block not surrounded by if
37659 src/com/gps/hibernate/TripPreferenceDAO.java 166 Parameter 'instance' is not assigned and could be declared final
37660 src/com/gps/hibernate/TripPreferenceDAO.java 166 publicMethodCommentRequirement Required
37661 src/com/gps/hibernate/TripPreferenceDAO.java 167 There is log block not surrounded by if
37662 src/com/gps/hibernate/TripPreferenceDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37663 src/com/gps/hibernate/TripPreferenceDAO.java 169 Potential violation of Law of Demeter (method chain calls)
37664 src/com/gps/hibernate/TripPreferenceDAO.java 170 There is log block not surrounded by if
37665 src/com/gps/hibernate/TripPreferenceDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37666 src/com/gps/hibernate/TripPreferenceDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37667 src/com/gps/hibernate/TripPreferenceDAO.java 172 There is log block not surrounded by if
37668 src/com/gps/hibernate/TripScraps.java 9 Classes implementing Serializable should set a serialVersionUID
37669 src/com/gps/hibernate/TripScraps.java 13 fieldCommentRequirement Required
37670 src/com/gps/hibernate/TripScraps.java 14 fieldCommentRequirement Required
37671 src/com/gps/hibernate/TripScraps.java 15 fieldCommentRequirement Required
37672 src/com/gps/hibernate/TripScraps.java 16 fieldCommentRequirement Required
37673 src/com/gps/hibernate/TripScraps.java 21 Document empty constructor
37674 src/com/gps/hibernate/TripScraps.java 25 Parameter 'tripDetails' is not assigned and could be declared final
37675 src/com/gps/hibernate/TripScraps.java 25 Parameter 'userid' is not assigned and could be declared final
37676 src/com/gps/hibernate/TripScraps.java 31 Parameter 'messages' is not assigned and could be declared final
37677 src/com/gps/hibernate/TripScraps.java 31 Parameter 'tripDetails' is not assigned and could be declared final
37678 src/com/gps/hibernate/TripScraps.java 31 Parameter 'userid' is not assigned and could be declared final
37679 src/com/gps/hibernate/TripScraps.java 39 publicMethodCommentRequirement Required
37680 src/com/gps/hibernate/TripScraps.java 43 Parameter 'scrapId' is not assigned and could be declared final
37681 src/com/gps/hibernate/TripScraps.java 43 publicMethodCommentRequirement Required
37682 src/com/gps/hibernate/TripScraps.java 47 publicMethodCommentRequirement Required
37683 src/com/gps/hibernate/TripScraps.java 51 Parameter 'tripDetails' is not assigned and could be declared final
37684 src/com/gps/hibernate/TripScraps.java 51 publicMethodCommentRequirement Required
37685 src/com/gps/hibernate/TripScraps.java 55 publicMethodCommentRequirement Required
37686 src/com/gps/hibernate/TripScraps.java 59 Parameter 'userid' is not assigned and could be declared final
37687 src/com/gps/hibernate/TripScraps.java 59 publicMethodCommentRequirement Required
37688 src/com/gps/hibernate/TripScraps.java 63 publicMethodCommentRequirement Required
37689 src/com/gps/hibernate/TripScraps.java 67 Parameter 'messages' is not assigned and could be declared final
37690 src/com/gps/hibernate/TripScraps.java 67 publicMethodCommentRequirement Required
37691 src/com/gps/hibernate/TripScrapsDAO.java 10 Comment is too large: Too many lines
37692 src/com/gps/hibernate/TripScrapsDAO.java 22 This class has too many methods, consider refactoring it.
37693 src/com/gps/hibernate/TripScrapsDAO.java 23 Logger should be defined private static final and have the correct class
37694 src/com/gps/hibernate/TripScrapsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
37695 src/com/gps/hibernate/TripScrapsDAO.java 23 fieldCommentRequirement Required
37696 src/com/gps/hibernate/TripScrapsDAO.java 25 fieldCommentRequirement Required
37697 src/com/gps/hibernate/TripScrapsDAO.java 26 fieldCommentRequirement Required
37698 src/com/gps/hibernate/TripScrapsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
37699 src/com/gps/hibernate/TripScrapsDAO.java 28 publicMethodCommentRequirement Required
37700 src/com/gps/hibernate/TripScrapsDAO.java 29 There is log block not surrounded by if
37701 src/com/gps/hibernate/TripScrapsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37702 src/com/gps/hibernate/TripScrapsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
37703 src/com/gps/hibernate/TripScrapsDAO.java 32 There is log block not surrounded by if
37704 src/com/gps/hibernate/TripScrapsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37705 src/com/gps/hibernate/TripScrapsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37706 src/com/gps/hibernate/TripScrapsDAO.java 34 There is log block not surrounded by if
37707 src/com/gps/hibernate/TripScrapsDAO.java 39 Avoid excessively long variable names like persistentInstance
37708 src/com/gps/hibernate/TripScrapsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
37709 src/com/gps/hibernate/TripScrapsDAO.java 39 publicMethodCommentRequirement Required
37710 src/com/gps/hibernate/TripScrapsDAO.java 40 There is log block not surrounded by if
37711 src/com/gps/hibernate/TripScrapsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37712 src/com/gps/hibernate/TripScrapsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
37713 src/com/gps/hibernate/TripScrapsDAO.java 43 There is log block not surrounded by if
37714 src/com/gps/hibernate/TripScrapsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37715 src/com/gps/hibernate/TripScrapsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37716 src/com/gps/hibernate/TripScrapsDAO.java 45 There is log block not surrounded by if
37717 src/com/gps/hibernate/TripScrapsDAO.java 50 Avoid variables with short names like id
37718 src/com/gps/hibernate/TripScrapsDAO.java 50 Parameter 'id' is not assigned and could be declared final
37719 src/com/gps/hibernate/TripScrapsDAO.java 50 publicMethodCommentRequirement Required
37720 src/com/gps/hibernate/TripScrapsDAO.java 51 There is log block not surrounded by if
37721 src/com/gps/hibernate/TripScrapsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37722 src/com/gps/hibernate/TripScrapsDAO.java 53 Local variable 'instance' could be declared final
37723 src/com/gps/hibernate/TripScrapsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
37724 src/com/gps/hibernate/TripScrapsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37725 src/com/gps/hibernate/TripScrapsDAO.java 57 There is log block not surrounded by if
37726 src/com/gps/hibernate/TripScrapsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
37727 src/com/gps/hibernate/TripScrapsDAO.java 62 publicMethodCommentRequirement Required
37728 src/com/gps/hibernate/TripScrapsDAO.java 63 There is log block not surrounded by if
37729 src/com/gps/hibernate/TripScrapsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37730 src/com/gps/hibernate/TripScrapsDAO.java 65 Local variable 'results' could be declared final
37731 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
37732 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
37733 src/com/gps/hibernate/TripScrapsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
37734 src/com/gps/hibernate/TripScrapsDAO.java 68 There is log block not surrounded by if
37735 src/com/gps/hibernate/TripScrapsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37736 src/com/gps/hibernate/TripScrapsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
37737 src/com/gps/hibernate/TripScrapsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37738 src/com/gps/hibernate/TripScrapsDAO.java 72 There is log block not surrounded by if
37739 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
37740 src/com/gps/hibernate/TripScrapsDAO.java 77 Parameter 'value' is not assigned and could be declared final
37741 src/com/gps/hibernate/TripScrapsDAO.java 77 publicMethodCommentRequirement Required
37742 src/com/gps/hibernate/TripScrapsDAO.java 78 There is log block not surrounded by if
37743 src/com/gps/hibernate/TripScrapsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37744 src/com/gps/hibernate/TripScrapsDAO.java 81 Local variable 'queryString' could be declared final
37745 src/com/gps/hibernate/TripScrapsDAO.java 83 Local variable 'queryObject' could be declared final
37746 src/com/gps/hibernate/TripScrapsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
37747 src/com/gps/hibernate/TripScrapsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
37748 src/com/gps/hibernate/TripScrapsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
37749 src/com/gps/hibernate/TripScrapsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37750 src/com/gps/hibernate/TripScrapsDAO.java 87 There is log block not surrounded by if
37751 src/com/gps/hibernate/TripScrapsDAO.java 92 Parameter 'userid' is not assigned and could be declared final
37752 src/com/gps/hibernate/TripScrapsDAO.java 92 publicMethodCommentRequirement Required
37753 src/com/gps/hibernate/TripScrapsDAO.java 96 Parameter 'messages' is not assigned and could be declared final
37754 src/com/gps/hibernate/TripScrapsDAO.java 96 publicMethodCommentRequirement Required
37755 src/com/gps/hibernate/TripScrapsDAO.java 100 publicMethodCommentRequirement Required
37756 src/com/gps/hibernate/TripScrapsDAO.java 101 There is log block not surrounded by if
37757 src/com/gps/hibernate/TripScrapsDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37758 src/com/gps/hibernate/TripScrapsDAO.java 103 Local variable 'queryString' could be declared final
37759 src/com/gps/hibernate/TripScrapsDAO.java 104 Local variable 'queryObject' could be declared final
37760 src/com/gps/hibernate/TripScrapsDAO.java 104 Potential violation of Law of Demeter (method chain calls)
37761 src/com/gps/hibernate/TripScrapsDAO.java 105 Potential violation of Law of Demeter (object not created locally)
37762 src/com/gps/hibernate/TripScrapsDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37763 src/com/gps/hibernate/TripScrapsDAO.java 107 There is log block not surrounded by if
37764 src/com/gps/hibernate/TripScrapsDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
37765 src/com/gps/hibernate/TripScrapsDAO.java 112 publicMethodCommentRequirement Required
37766 src/com/gps/hibernate/TripScrapsDAO.java 113 There is log block not surrounded by if
37767 src/com/gps/hibernate/TripScrapsDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37768 src/com/gps/hibernate/TripScrapsDAO.java 115 Local variable 'result' could be declared final
37769 src/com/gps/hibernate/TripScrapsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
37770 src/com/gps/hibernate/TripScrapsDAO.java 117 There is log block not surrounded by if
37771 src/com/gps/hibernate/TripScrapsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37772 src/com/gps/hibernate/TripScrapsDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37773 src/com/gps/hibernate/TripScrapsDAO.java 120 There is log block not surrounded by if
37774 src/com/gps/hibernate/TripScrapsDAO.java 125 Parameter 'instance' is not assigned and could be declared final
37775 src/com/gps/hibernate/TripScrapsDAO.java 125 publicMethodCommentRequirement Required
37776 src/com/gps/hibernate/TripScrapsDAO.java 126 There is log block not surrounded by if
37777 src/com/gps/hibernate/TripScrapsDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37778 src/com/gps/hibernate/TripScrapsDAO.java 128 Potential violation of Law of Demeter (method chain calls)
37779 src/com/gps/hibernate/TripScrapsDAO.java 129 There is log block not surrounded by if
37780 src/com/gps/hibernate/TripScrapsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37781 src/com/gps/hibernate/TripScrapsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37782 src/com/gps/hibernate/TripScrapsDAO.java 131 There is log block not surrounded by if
37783 src/com/gps/hibernate/TripScrapsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
37784 src/com/gps/hibernate/TripScrapsDAO.java 136 publicMethodCommentRequirement Required
37785 src/com/gps/hibernate/TripScrapsDAO.java 137 There is log block not surrounded by if
37786 src/com/gps/hibernate/TripScrapsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37787 src/com/gps/hibernate/TripScrapsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
37788 src/com/gps/hibernate/TripScrapsDAO.java 140 There is log block not surrounded by if
37789 src/com/gps/hibernate/TripScrapsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37790 src/com/gps/hibernate/TripScrapsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37791 src/com/gps/hibernate/TripScrapsDAO.java 142 There is log block not surrounded by if
37792 src/com/gps/hibernate/TripTravelerDetails.java 13 Classes implementing Serializable should set a serialVersionUID
37793 src/com/gps/hibernate/TripTravelerDetails.java 13 Too many fields
37794 src/com/gps/hibernate/TripTravelerDetails.java 17 fieldCommentRequirement Required
37795 src/com/gps/hibernate/TripTravelerDetails.java 18 fieldCommentRequirement Required
37796 src/com/gps/hibernate/TripTravelerDetails.java 19 fieldCommentRequirement Required
37797 src/com/gps/hibernate/TripTravelerDetails.java 20 fieldCommentRequirement Required
37798 src/com/gps/hibernate/TripTravelerDetails.java 21 Avoid excessively long variable names like travellerFrequency
37799 src/com/gps/hibernate/TripTravelerDetails.java 21 fieldCommentRequirement Required
37800 src/com/gps/hibernate/TripTravelerDetails.java 22 fieldCommentRequirement Required
37801 src/com/gps/hibernate/TripTravelerDetails.java 23 fieldCommentRequirement Required
37802 src/com/gps/hibernate/TripTravelerDetails.java 24 Avoid excessively long variable names like startTimeFlexibility
37803 src/com/gps/hibernate/TripTravelerDetails.java 24 fieldCommentRequirement Required
37804 src/com/gps/hibernate/TripTravelerDetails.java 25 fieldCommentRequirement Required
37805 src/com/gps/hibernate/TripTravelerDetails.java 26 fieldCommentRequirement Required
37806 src/com/gps/hibernate/TripTravelerDetails.java 27 fieldCommentRequirement Required
37807 src/com/gps/hibernate/TripTravelerDetails.java 28 Avoid excessively long variable names like coPassengerRelationship
37808 src/com/gps/hibernate/TripTravelerDetails.java 28 fieldCommentRequirement Required
37809 src/com/gps/hibernate/TripTravelerDetails.java 29 fieldCommentRequirement Required
37810 src/com/gps/hibernate/TripTravelerDetails.java 30 fieldCommentRequirement Required
37811 src/com/gps/hibernate/TripTravelerDetails.java 31 fieldCommentRequirement Required
37812 src/com/gps/hibernate/TripTravelerDetails.java 32 Avoid excessively long variable names like frequentTravellerDetailses
37813 src/com/gps/hibernate/TripTravelerDetails.java 32 fieldCommentRequirement Required
37814 src/com/gps/hibernate/TripTravelerDetails.java 37 Document empty constructor
37815 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'tripDetails' is not assigned and could be declared final
37816 src/com/gps/hibernate/TripTravelerDetails.java 41 Parameter 'userid' is not assigned and could be declared final
37817 src/com/gps/hibernate/TripTravelerDetails.java 47 Avoid long parameter lists.
37818 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'seatsRequested' is not assigned and could be declared final
37819 src/com/gps/hibernate/TripTravelerDetails.java 47 Parameter 'tripDetails' is not assigned and could be declared final
37820 src/com/gps/hibernate/TripTravelerDetails.java 48 Avoid excessively long variable names like travellerFrequency
37821 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'travellerFrequency' is not assigned and could be declared final
37822 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userStatus' is not assigned and could be declared final
37823 src/com/gps/hibernate/TripTravelerDetails.java 48 Parameter 'userid' is not assigned and could be declared final
37824 src/com/gps/hibernate/TripTravelerDetails.java 49 Avoid excessively long variable names like startTimeFlexibility
37825 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'messageSubject' is not assigned and could be declared final
37826 src/com/gps/hibernate/TripTravelerDetails.java 49 Parameter 'startTimeFlexibility' is not assigned and could be declared final
37827 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'date' is not assigned and could be declared final
37828 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'gender' is not assigned and could be declared final
37829 src/com/gps/hibernate/TripTravelerDetails.java 50 Parameter 'message' is not assigned and could be declared final
37830 src/com/gps/hibernate/TripTravelerDetails.java 51 Avoid excessively long variable names like coPassengerRelationship
37831 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'coPassengerRelationship' is not assigned and could be declared final
37832 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'isreturn' is not assigned and could be declared final
37833 src/com/gps/hibernate/TripTravelerDetails.java 51 Parameter 'role' is not assigned and could be declared final
37834 src/com/gps/hibernate/TripTravelerDetails.java 52 Avoid excessively long variable names like frequentTravellerDetailses
37835 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
37836 src/com/gps/hibernate/TripTravelerDetails.java 52 Parameter 'genderCopy' is not assigned and could be declared final
37837 src/com/gps/hibernate/TripTravelerDetails.java 72 publicMethodCommentRequirement Required
37838 src/com/gps/hibernate/TripTravelerDetails.java 76 Parameter 'tripTravellerId' is not assigned and could be declared final
37839 src/com/gps/hibernate/TripTravelerDetails.java 76 publicMethodCommentRequirement Required
37840 src/com/gps/hibernate/TripTravelerDetails.java 80 publicMethodCommentRequirement Required
37841 src/com/gps/hibernate/TripTravelerDetails.java 84 Parameter 'tripDetails' is not assigned and could be declared final
37842 src/com/gps/hibernate/TripTravelerDetails.java 84 publicMethodCommentRequirement Required
37843 src/com/gps/hibernate/TripTravelerDetails.java 88 publicMethodCommentRequirement Required
37844 src/com/gps/hibernate/TripTravelerDetails.java 92 Parameter 'seatsRequested' is not assigned and could be declared final
37845 src/com/gps/hibernate/TripTravelerDetails.java 92 publicMethodCommentRequirement Required
37846 src/com/gps/hibernate/TripTravelerDetails.java 96 publicMethodCommentRequirement Required
37847 src/com/gps/hibernate/TripTravelerDetails.java 100 Parameter 'userid' is not assigned and could be declared final
37848 src/com/gps/hibernate/TripTravelerDetails.java 100 publicMethodCommentRequirement Required
37849 src/com/gps/hibernate/TripTravelerDetails.java 104 publicMethodCommentRequirement Required
37850 src/com/gps/hibernate/TripTravelerDetails.java 108 Avoid excessively long variable names like travellerFrequency
37851 src/com/gps/hibernate/TripTravelerDetails.java 108 Parameter 'travellerFrequency' is not assigned and could be declared final
37852 src/com/gps/hibernate/TripTravelerDetails.java 108 publicMethodCommentRequirement Required
37853 src/com/gps/hibernate/TripTravelerDetails.java 112 publicMethodCommentRequirement Required
37854 src/com/gps/hibernate/TripTravelerDetails.java 116 Parameter 'userStatus' is not assigned and could be declared final
37855 src/com/gps/hibernate/TripTravelerDetails.java 116 publicMethodCommentRequirement Required
37856 src/com/gps/hibernate/TripTravelerDetails.java 120 publicMethodCommentRequirement Required
37857 src/com/gps/hibernate/TripTravelerDetails.java 124 Parameter 'messageSubject' is not assigned and could be declared final
37858 src/com/gps/hibernate/TripTravelerDetails.java 124 publicMethodCommentRequirement Required
37859 src/com/gps/hibernate/TripTravelerDetails.java 128 publicMethodCommentRequirement Required
37860 src/com/gps/hibernate/TripTravelerDetails.java 132 Avoid excessively long variable names like startTimeFlexibility
37861 src/com/gps/hibernate/TripTravelerDetails.java 132 Parameter 'startTimeFlexibility' is not assigned and could be declared final
37862 src/com/gps/hibernate/TripTravelerDetails.java 132 publicMethodCommentRequirement Required
37863 src/com/gps/hibernate/TripTravelerDetails.java 136 publicMethodCommentRequirement Required
37864 src/com/gps/hibernate/TripTravelerDetails.java 140 Parameter 'message' is not assigned and could be declared final
37865 src/com/gps/hibernate/TripTravelerDetails.java 140 publicMethodCommentRequirement Required
37866 src/com/gps/hibernate/TripTravelerDetails.java 144 publicMethodCommentRequirement Required
37867 src/com/gps/hibernate/TripTravelerDetails.java 148 Parameter 'gender' is not assigned and could be declared final
37868 src/com/gps/hibernate/TripTravelerDetails.java 148 publicMethodCommentRequirement Required
37869 src/com/gps/hibernate/TripTravelerDetails.java 152 publicMethodCommentRequirement Required
37870 src/com/gps/hibernate/TripTravelerDetails.java 156 Parameter 'date' is not assigned and could be declared final
37871 src/com/gps/hibernate/TripTravelerDetails.java 156 publicMethodCommentRequirement Required
37872 src/com/gps/hibernate/TripTravelerDetails.java 160 publicMethodCommentRequirement Required
37873 src/com/gps/hibernate/TripTravelerDetails.java 164 Avoid excessively long variable names like coPassengerRelationship
37874 src/com/gps/hibernate/TripTravelerDetails.java 164 Parameter 'coPassengerRelationship' is not assigned and could be declared final
37875 src/com/gps/hibernate/TripTravelerDetails.java 164 publicMethodCommentRequirement Required
37876 src/com/gps/hibernate/TripTravelerDetails.java 168 publicMethodCommentRequirement Required
37877 src/com/gps/hibernate/TripTravelerDetails.java 172 Parameter 'isreturn' is not assigned and could be declared final
37878 src/com/gps/hibernate/TripTravelerDetails.java 172 publicMethodCommentRequirement Required
37879 src/com/gps/hibernate/TripTravelerDetails.java 176 publicMethodCommentRequirement Required
37880 src/com/gps/hibernate/TripTravelerDetails.java 180 Parameter 'role' is not assigned and could be declared final
37881 src/com/gps/hibernate/TripTravelerDetails.java 180 publicMethodCommentRequirement Required
37882 src/com/gps/hibernate/TripTravelerDetails.java 184 publicMethodCommentRequirement Required
37883 src/com/gps/hibernate/TripTravelerDetails.java 188 Parameter 'genderCopy' is not assigned and could be declared final
37884 src/com/gps/hibernate/TripTravelerDetails.java 188 publicMethodCommentRequirement Required
37885 src/com/gps/hibernate/TripTravelerDetails.java 192 publicMethodCommentRequirement Required
37886 src/com/gps/hibernate/TripTravelerDetails.java 196 Avoid excessively long variable names like frequentTravellerDetailses
37887 src/com/gps/hibernate/TripTravelerDetails.java 196 Parameter 'frequentTravellerDetailses' is not assigned and could be declared final
37888 src/com/gps/hibernate/TripTravelerDetails.java 196 publicMethodCommentRequirement Required
37889 src/com/gps/hibernate/TripTravelerDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
37890 src/com/gps/hibernate/TripTravelerDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
37891 src/com/gps/hibernate/TripTravelerDetailsDAO.java 12 Comment is too large: Too many lines
37892 src/com/gps/hibernate/TripTravelerDetailsDAO.java 24 This class has too many methods, consider refactoring it.
37893 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Logger should be defined private static final and have the correct class
37894 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
37895 src/com/gps/hibernate/TripTravelerDetailsDAO.java 25 fieldCommentRequirement Required
37896 src/com/gps/hibernate/TripTravelerDetailsDAO.java 28 fieldCommentRequirement Required
37897 src/com/gps/hibernate/TripTravelerDetailsDAO.java 29 fieldCommentRequirement Required
37898 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 Avoid excessively long variable names like TRAVELLER_FREQUENCY
37899 src/com/gps/hibernate/TripTravelerDetailsDAO.java 30 fieldCommentRequirement Required
37900 src/com/gps/hibernate/TripTravelerDetailsDAO.java 31 fieldCommentRequirement Required
37901 src/com/gps/hibernate/TripTravelerDetailsDAO.java 32 fieldCommentRequirement Required
37902 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 Avoid excessively long variable names like START_TIME_FLEXIBILITY
37903 src/com/gps/hibernate/TripTravelerDetailsDAO.java 33 fieldCommentRequirement Required
37904 src/com/gps/hibernate/TripTravelerDetailsDAO.java 34 fieldCommentRequirement Required
37905 src/com/gps/hibernate/TripTravelerDetailsDAO.java 35 fieldCommentRequirement Required
37906 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 Avoid excessively long variable names like CO_PASSENGER_RELATIONSHIP
37907 src/com/gps/hibernate/TripTravelerDetailsDAO.java 36 fieldCommentRequirement Required
37908 src/com/gps/hibernate/TripTravelerDetailsDAO.java 37 fieldCommentRequirement Required
37909 src/com/gps/hibernate/TripTravelerDetailsDAO.java 38 fieldCommentRequirement Required
37910 src/com/gps/hibernate/TripTravelerDetailsDAO.java 39 fieldCommentRequirement Required
37911 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
37912 src/com/gps/hibernate/TripTravelerDetailsDAO.java 41 publicMethodCommentRequirement Required
37913 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 There is log block not surrounded by if
37914 src/com/gps/hibernate/TripTravelerDetailsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37915 src/com/gps/hibernate/TripTravelerDetailsDAO.java 44 Potential violation of Law of Demeter (method chain calls)
37916 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 There is log block not surrounded by if
37917 src/com/gps/hibernate/TripTravelerDetailsDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37918 src/com/gps/hibernate/TripTravelerDetailsDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37919 src/com/gps/hibernate/TripTravelerDetailsDAO.java 47 There is log block not surrounded by if
37920 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Avoid excessively long variable names like persistentInstance
37921 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
37922 src/com/gps/hibernate/TripTravelerDetailsDAO.java 52 publicMethodCommentRequirement Required
37923 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 There is log block not surrounded by if
37924 src/com/gps/hibernate/TripTravelerDetailsDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37925 src/com/gps/hibernate/TripTravelerDetailsDAO.java 55 Potential violation of Law of Demeter (method chain calls)
37926 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 There is log block not surrounded by if
37927 src/com/gps/hibernate/TripTravelerDetailsDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37928 src/com/gps/hibernate/TripTravelerDetailsDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37929 src/com/gps/hibernate/TripTravelerDetailsDAO.java 58 There is log block not surrounded by if
37930 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Avoid variables with short names like id
37931 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 Parameter 'id' is not assigned and could be declared final
37932 src/com/gps/hibernate/TripTravelerDetailsDAO.java 63 publicMethodCommentRequirement Required
37933 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 There is log block not surrounded by if
37934 src/com/gps/hibernate/TripTravelerDetailsDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37935 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Local variable 'instance' could be declared final
37936 src/com/gps/hibernate/TripTravelerDetailsDAO.java 66 Potential violation of Law of Demeter (method chain calls)
37937 src/com/gps/hibernate/TripTravelerDetailsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37938 src/com/gps/hibernate/TripTravelerDetailsDAO.java 70 There is log block not surrounded by if
37939 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 Parameter 'instance' is not assigned and could be declared final
37940 src/com/gps/hibernate/TripTravelerDetailsDAO.java 75 publicMethodCommentRequirement Required
37941 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 There is log block not surrounded by if
37942 src/com/gps/hibernate/TripTravelerDetailsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37943 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Local variable 'results' could be declared final
37944 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
37945 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
37946 src/com/gps/hibernate/TripTravelerDetailsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
37947 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 There is log block not surrounded by if
37948 src/com/gps/hibernate/TripTravelerDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37949 src/com/gps/hibernate/TripTravelerDetailsDAO.java 82 Potential violation of Law of Demeter (object not created locally)
37950 src/com/gps/hibernate/TripTravelerDetailsDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37951 src/com/gps/hibernate/TripTravelerDetailsDAO.java 85 There is log block not surrounded by if
37952 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
37953 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 Parameter 'value' is not assigned and could be declared final
37954 src/com/gps/hibernate/TripTravelerDetailsDAO.java 90 publicMethodCommentRequirement Required
37955 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 There is log block not surrounded by if
37956 src/com/gps/hibernate/TripTravelerDetailsDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37957 src/com/gps/hibernate/TripTravelerDetailsDAO.java 94 Local variable 'queryString' could be declared final
37958 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Local variable 'queryObject' could be declared final
37959 src/com/gps/hibernate/TripTravelerDetailsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
37960 src/com/gps/hibernate/TripTravelerDetailsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
37961 src/com/gps/hibernate/TripTravelerDetailsDAO.java 98 Potential violation of Law of Demeter (object not created locally)
37962 src/com/gps/hibernate/TripTravelerDetailsDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37963 src/com/gps/hibernate/TripTravelerDetailsDAO.java 100 There is log block not surrounded by if
37964 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 Parameter 'seatsRequested' is not assigned and could be declared final
37965 src/com/gps/hibernate/TripTravelerDetailsDAO.java 105 publicMethodCommentRequirement Required
37966 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 Parameter 'userid' is not assigned and could be declared final
37967 src/com/gps/hibernate/TripTravelerDetailsDAO.java 109 publicMethodCommentRequirement Required
37968 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Avoid excessively long variable names like travellerFrequency
37969 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 Parameter 'travellerFrequency' is not assigned and could be declared final
37970 src/com/gps/hibernate/TripTravelerDetailsDAO.java 113 publicMethodCommentRequirement Required
37971 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 Parameter 'userStatus' is not assigned and could be declared final
37972 src/com/gps/hibernate/TripTravelerDetailsDAO.java 117 publicMethodCommentRequirement Required
37973 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 Parameter 'messageSubject' is not assigned and could be declared final
37974 src/com/gps/hibernate/TripTravelerDetailsDAO.java 121 publicMethodCommentRequirement Required
37975 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Avoid excessively long variable names like startTimeFlexibility
37976 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 Parameter 'startTimeFlexibility' is not assigned and could be declared final
37977 src/com/gps/hibernate/TripTravelerDetailsDAO.java 125 publicMethodCommentRequirement Required
37978 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 Parameter 'message' is not assigned and could be declared final
37979 src/com/gps/hibernate/TripTravelerDetailsDAO.java 129 publicMethodCommentRequirement Required
37980 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 Parameter 'gender' is not assigned and could be declared final
37981 src/com/gps/hibernate/TripTravelerDetailsDAO.java 133 publicMethodCommentRequirement Required
37982 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Avoid excessively long variable names like coPassengerRelationship
37983 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 Parameter 'coPassengerRelationship' is not assigned and could be declared final
37984 src/com/gps/hibernate/TripTravelerDetailsDAO.java 137 publicMethodCommentRequirement Required
37985 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 Parameter 'isreturn' is not assigned and could be declared final
37986 src/com/gps/hibernate/TripTravelerDetailsDAO.java 142 publicMethodCommentRequirement Required
37987 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
37988 src/com/gps/hibernate/TripTravelerDetailsDAO.java 146 publicMethodCommentRequirement Required
37989 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 Parameter 'genderCopy' is not assigned and could be declared final
37990 src/com/gps/hibernate/TripTravelerDetailsDAO.java 150 publicMethodCommentRequirement Required
37991 src/com/gps/hibernate/TripTravelerDetailsDAO.java 154 publicMethodCommentRequirement Required
37992 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 There is log block not surrounded by if
37993 src/com/gps/hibernate/TripTravelerDetailsDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
37994 src/com/gps/hibernate/TripTravelerDetailsDAO.java 157 Local variable 'queryString' could be declared final
37995 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Local variable 'queryObject' could be declared final
37996 src/com/gps/hibernate/TripTravelerDetailsDAO.java 158 Potential violation of Law of Demeter (method chain calls)
37997 src/com/gps/hibernate/TripTravelerDetailsDAO.java 159 Potential violation of Law of Demeter (object not created locally)
37998 src/com/gps/hibernate/TripTravelerDetailsDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
37999 src/com/gps/hibernate/TripTravelerDetailsDAO.java 161 There is log block not surrounded by if
38000 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 Parameter 'detachedInstance' is not assigned and could be declared final
38001 src/com/gps/hibernate/TripTravelerDetailsDAO.java 166 publicMethodCommentRequirement Required
38002 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 There is log block not surrounded by if
38003 src/com/gps/hibernate/TripTravelerDetailsDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38004 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Local variable 'result' could be declared final
38005 src/com/gps/hibernate/TripTravelerDetailsDAO.java 169 Potential violation of Law of Demeter (method chain calls)
38006 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 There is log block not surrounded by if
38007 src/com/gps/hibernate/TripTravelerDetailsDAO.java 171 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38008 src/com/gps/hibernate/TripTravelerDetailsDAO.java 173 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38009 src/com/gps/hibernate/TripTravelerDetailsDAO.java 174 There is log block not surrounded by if
38010 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 Parameter 'instance' is not assigned and could be declared final
38011 src/com/gps/hibernate/TripTravelerDetailsDAO.java 179 publicMethodCommentRequirement Required
38012 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 There is log block not surrounded by if
38013 src/com/gps/hibernate/TripTravelerDetailsDAO.java 180 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38014 src/com/gps/hibernate/TripTravelerDetailsDAO.java 182 Potential violation of Law of Demeter (method chain calls)
38015 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 There is log block not surrounded by if
38016 src/com/gps/hibernate/TripTravelerDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38017 src/com/gps/hibernate/TripTravelerDetailsDAO.java 184 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38018 src/com/gps/hibernate/TripTravelerDetailsDAO.java 185 There is log block not surrounded by if
38019 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 Parameter 'instance' is not assigned and could be declared final
38020 src/com/gps/hibernate/TripTravelerDetailsDAO.java 190 publicMethodCommentRequirement Required
38021 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 There is log block not surrounded by if
38022 src/com/gps/hibernate/TripTravelerDetailsDAO.java 191 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38023 src/com/gps/hibernate/TripTravelerDetailsDAO.java 193 Potential violation of Law of Demeter (method chain calls)
38024 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 There is log block not surrounded by if
38025 src/com/gps/hibernate/TripTravelerDetailsDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38026 src/com/gps/hibernate/TripTravelerDetailsDAO.java 195 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38027 src/com/gps/hibernate/TripTravelerDetailsDAO.java 196 There is log block not surrounded by if
38028 src/com/gps/hibernate/TripVehicleMap.java 9 Classes implementing Serializable should set a serialVersionUID
38029 src/com/gps/hibernate/TripVehicleMap.java 13 Avoid variables with short names like id
38030 src/com/gps/hibernate/TripVehicleMap.java 13 fieldCommentRequirement Required
38031 src/com/gps/hibernate/TripVehicleMap.java 14 fieldCommentRequirement Required
38032 src/com/gps/hibernate/TripVehicleMap.java 15 fieldCommentRequirement Required
38033 src/com/gps/hibernate/TripVehicleMap.java 20 Document empty constructor
38034 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'tripDetails' is not assigned and could be declared final
38035 src/com/gps/hibernate/TripVehicleMap.java 24 Parameter 'vehicleDetails' is not assigned and could be declared final
38036 src/com/gps/hibernate/TripVehicleMap.java 31 publicMethodCommentRequirement Required
38037 src/com/gps/hibernate/TripVehicleMap.java 35 Avoid variables with short names like id
38038 src/com/gps/hibernate/TripVehicleMap.java 35 Parameter 'id' is not assigned and could be declared final
38039 src/com/gps/hibernate/TripVehicleMap.java 35 publicMethodCommentRequirement Required
38040 src/com/gps/hibernate/TripVehicleMap.java 39 publicMethodCommentRequirement Required
38041 src/com/gps/hibernate/TripVehicleMap.java 43 Parameter 'vehicleDetails' is not assigned and could be declared final
38042 src/com/gps/hibernate/TripVehicleMap.java 43 publicMethodCommentRequirement Required
38043 src/com/gps/hibernate/TripVehicleMap.java 47 publicMethodCommentRequirement Required
38044 src/com/gps/hibernate/TripVehicleMap.java 51 Parameter 'tripDetails' is not assigned and could be declared final
38045 src/com/gps/hibernate/TripVehicleMap.java 51 publicMethodCommentRequirement Required
38046 src/com/gps/hibernate/TripVehicleMapDAO.java 10 Comment is too large: Too many lines
38047 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Logger should be defined private static final and have the correct class
38048 src/com/gps/hibernate/TripVehicleMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38049 src/com/gps/hibernate/TripVehicleMapDAO.java 23 fieldCommentRequirement Required
38050 src/com/gps/hibernate/TripVehicleMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
38051 src/com/gps/hibernate/TripVehicleMapDAO.java 27 publicMethodCommentRequirement Required
38052 src/com/gps/hibernate/TripVehicleMapDAO.java 28 There is log block not surrounded by if
38053 src/com/gps/hibernate/TripVehicleMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38054 src/com/gps/hibernate/TripVehicleMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
38055 src/com/gps/hibernate/TripVehicleMapDAO.java 31 There is log block not surrounded by if
38056 src/com/gps/hibernate/TripVehicleMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38057 src/com/gps/hibernate/TripVehicleMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38058 src/com/gps/hibernate/TripVehicleMapDAO.java 33 There is log block not surrounded by if
38059 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Avoid excessively long variable names like persistentInstance
38060 src/com/gps/hibernate/TripVehicleMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
38061 src/com/gps/hibernate/TripVehicleMapDAO.java 38 publicMethodCommentRequirement Required
38062 src/com/gps/hibernate/TripVehicleMapDAO.java 39 There is log block not surrounded by if
38063 src/com/gps/hibernate/TripVehicleMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38064 src/com/gps/hibernate/TripVehicleMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
38065 src/com/gps/hibernate/TripVehicleMapDAO.java 42 There is log block not surrounded by if
38066 src/com/gps/hibernate/TripVehicleMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38067 src/com/gps/hibernate/TripVehicleMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38068 src/com/gps/hibernate/TripVehicleMapDAO.java 44 There is log block not surrounded by if
38069 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Avoid variables with short names like id
38070 src/com/gps/hibernate/TripVehicleMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
38071 src/com/gps/hibernate/TripVehicleMapDAO.java 49 publicMethodCommentRequirement Required
38072 src/com/gps/hibernate/TripVehicleMapDAO.java 50 There is log block not surrounded by if
38073 src/com/gps/hibernate/TripVehicleMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38074 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Local variable 'instance' could be declared final
38075 src/com/gps/hibernate/TripVehicleMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
38076 src/com/gps/hibernate/TripVehicleMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38077 src/com/gps/hibernate/TripVehicleMapDAO.java 56 There is log block not surrounded by if
38078 src/com/gps/hibernate/TripVehicleMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
38079 src/com/gps/hibernate/TripVehicleMapDAO.java 61 publicMethodCommentRequirement Required
38080 src/com/gps/hibernate/TripVehicleMapDAO.java 62 There is log block not surrounded by if
38081 src/com/gps/hibernate/TripVehicleMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38082 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Local variable 'results' could be declared final
38083 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38084 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38085 src/com/gps/hibernate/TripVehicleMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38086 src/com/gps/hibernate/TripVehicleMapDAO.java 67 There is log block not surrounded by if
38087 src/com/gps/hibernate/TripVehicleMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38088 src/com/gps/hibernate/TripVehicleMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
38089 src/com/gps/hibernate/TripVehicleMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38090 src/com/gps/hibernate/TripVehicleMapDAO.java 71 There is log block not surrounded by if
38091 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
38092 src/com/gps/hibernate/TripVehicleMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
38093 src/com/gps/hibernate/TripVehicleMapDAO.java 76 publicMethodCommentRequirement Required
38094 src/com/gps/hibernate/TripVehicleMapDAO.java 77 There is log block not surrounded by if
38095 src/com/gps/hibernate/TripVehicleMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38096 src/com/gps/hibernate/TripVehicleMapDAO.java 80 Local variable 'queryString' could be declared final
38097 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Local variable 'queryObject' could be declared final
38098 src/com/gps/hibernate/TripVehicleMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
38099 src/com/gps/hibernate/TripVehicleMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
38100 src/com/gps/hibernate/TripVehicleMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38101 src/com/gps/hibernate/TripVehicleMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38102 src/com/gps/hibernate/TripVehicleMapDAO.java 86 There is log block not surrounded by if
38103 src/com/gps/hibernate/TripVehicleMapDAO.java 91 publicMethodCommentRequirement Required
38104 src/com/gps/hibernate/TripVehicleMapDAO.java 92 There is log block not surrounded by if
38105 src/com/gps/hibernate/TripVehicleMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38106 src/com/gps/hibernate/TripVehicleMapDAO.java 94 Local variable 'queryString' could be declared final
38107 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Local variable 'queryObject' could be declared final
38108 src/com/gps/hibernate/TripVehicleMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
38109 src/com/gps/hibernate/TripVehicleMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
38110 src/com/gps/hibernate/TripVehicleMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38111 src/com/gps/hibernate/TripVehicleMapDAO.java 98 There is log block not surrounded by if
38112 src/com/gps/hibernate/TripVehicleMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
38113 src/com/gps/hibernate/TripVehicleMapDAO.java 103 publicMethodCommentRequirement Required
38114 src/com/gps/hibernate/TripVehicleMapDAO.java 104 There is log block not surrounded by if
38115 src/com/gps/hibernate/TripVehicleMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38116 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Local variable 'result' could be declared final
38117 src/com/gps/hibernate/TripVehicleMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
38118 src/com/gps/hibernate/TripVehicleMapDAO.java 108 There is log block not surrounded by if
38119 src/com/gps/hibernate/TripVehicleMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38120 src/com/gps/hibernate/TripVehicleMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38121 src/com/gps/hibernate/TripVehicleMapDAO.java 111 There is log block not surrounded by if
38122 src/com/gps/hibernate/TripVehicleMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
38123 src/com/gps/hibernate/TripVehicleMapDAO.java 116 publicMethodCommentRequirement Required
38124 src/com/gps/hibernate/TripVehicleMapDAO.java 117 There is log block not surrounded by if
38125 src/com/gps/hibernate/TripVehicleMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38126 src/com/gps/hibernate/TripVehicleMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
38127 src/com/gps/hibernate/TripVehicleMapDAO.java 120 There is log block not surrounded by if
38128 src/com/gps/hibernate/TripVehicleMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38129 src/com/gps/hibernate/TripVehicleMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38130 src/com/gps/hibernate/TripVehicleMapDAO.java 122 There is log block not surrounded by if
38131 src/com/gps/hibernate/TripVehicleMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
38132 src/com/gps/hibernate/TripVehicleMapDAO.java 127 publicMethodCommentRequirement Required
38133 src/com/gps/hibernate/TripVehicleMapDAO.java 128 There is log block not surrounded by if
38134 src/com/gps/hibernate/TripVehicleMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38135 src/com/gps/hibernate/TripVehicleMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
38136 src/com/gps/hibernate/TripVehicleMapDAO.java 131 There is log block not surrounded by if
38137 src/com/gps/hibernate/TripVehicleMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38138 src/com/gps/hibernate/TripVehicleMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38139 src/com/gps/hibernate/TripVehicleMapDAO.java 133 There is log block not surrounded by if
38140 src/com/gps/hibernate/User.java 1 This class has a bunch of public methods and attributes
38141 src/com/gps/hibernate/User.java 13 A Classname should have a minimum of five characters
38142 src/com/gps/hibernate/User.java 13 Classes implementing Serializable should set a serialVersionUID
38143 src/com/gps/hibernate/User.java 13 Too many fields
38144 src/com/gps/hibernate/User.java 17 fieldCommentRequirement Required
38145 src/com/gps/hibernate/User.java 18 fieldCommentRequirement Required
38146 src/com/gps/hibernate/User.java 19 fieldCommentRequirement Required
38147 src/com/gps/hibernate/User.java 20 fieldCommentRequirement Required
38148 src/com/gps/hibernate/User.java 21 fieldCommentRequirement Required
38149 src/com/gps/hibernate/User.java 22 fieldCommentRequirement Required
38150 src/com/gps/hibernate/User.java 23 fieldCommentRequirement Required
38151 src/com/gps/hibernate/User.java 24 fieldCommentRequirement Required
38152 src/com/gps/hibernate/User.java 25 fieldCommentRequirement Required
38153 src/com/gps/hibernate/User.java 26 fieldCommentRequirement Required
38154 src/com/gps/hibernate/User.java 27 Avoid excessively long variable names like passwordModifiedDate
38155 src/com/gps/hibernate/User.java 27 fieldCommentRequirement Required
38156 src/com/gps/hibernate/User.java 28 Avoid excessively long variable names like reminderQueryQuestion
38157 src/com/gps/hibernate/User.java 28 fieldCommentRequirement Required
38158 src/com/gps/hibernate/User.java 29 Avoid excessively long variable names like reminderQueryAnswer
38159 src/com/gps/hibernate/User.java 29 fieldCommentRequirement Required
38160 src/com/gps/hibernate/User.java 30 fieldCommentRequirement Required
38161 src/com/gps/hibernate/User.java 31 fieldCommentRequirement Required
38162 src/com/gps/hibernate/User.java 32 fieldCommentRequirement Required
38163 src/com/gps/hibernate/User.java 33 fieldCommentRequirement Required
38164 src/com/gps/hibernate/User.java 34 fieldCommentRequirement Required
38165 src/com/gps/hibernate/User.java 35 fieldCommentRequirement Required
38166 src/com/gps/hibernate/User.java 36 fieldCommentRequirement Required
38167 src/com/gps/hibernate/User.java 37 fieldCommentRequirement Required
38168 src/com/gps/hibernate/User.java 38 fieldCommentRequirement Required
38169 src/com/gps/hibernate/User.java 39 fieldCommentRequirement Required
38170 src/com/gps/hibernate/User.java 40 fieldCommentRequirement Required
38171 src/com/gps/hibernate/User.java 41 fieldCommentRequirement Required
38172 src/com/gps/hibernate/User.java 42 fieldCommentRequirement Required
38173 src/com/gps/hibernate/User.java 43 fieldCommentRequirement Required
38174 src/com/gps/hibernate/User.java 44 fieldCommentRequirement Required
38175 src/com/gps/hibernate/User.java 45 fieldCommentRequirement Required
38176 src/com/gps/hibernate/User.java 46 fieldCommentRequirement Required
38177 src/com/gps/hibernate/User.java 47 Avoid excessively long variable names like lastFailedLoginDate
38178 src/com/gps/hibernate/User.java 47 fieldCommentRequirement Required
38179 src/com/gps/hibernate/User.java 48 Avoid excessively long variable names like failedLoginAttempts
38180 src/com/gps/hibernate/User.java 48 fieldCommentRequirement Required
38181 src/com/gps/hibernate/User.java 49 fieldCommentRequirement Required
38182 src/com/gps/hibernate/User.java 50 fieldCommentRequirement Required
38183 src/com/gps/hibernate/User.java 51 Avoid excessively long variable names like agreedToTermsOfUse
38184 src/com/gps/hibernate/User.java 51 fieldCommentRequirement Required
38185 src/com/gps/hibernate/User.java 52 fieldCommentRequirement Required
38186 src/com/gps/hibernate/User.java 53 fieldCommentRequirement Required
38187 src/com/gps/hibernate/User.java 54 fieldCommentRequirement Required
38188 src/com/gps/hibernate/User.java 55 fieldCommentRequirement Required
38189 src/com/gps/hibernate/User.java 56 fieldCommentRequirement Required
38190 src/com/gps/hibernate/User.java 57 fieldCommentRequirement Required
38191 src/com/gps/hibernate/User.java 58 fieldCommentRequirement Required
38192 src/com/gps/hibernate/User.java 63 Document empty constructor
38193 src/com/gps/hibernate/User.java 67 Parameter 'userId' is not assigned and could be declared final
38194 src/com/gps/hibernate/User.java 72 Avoid long parameter lists.
38195 src/com/gps/hibernate/User.java 72 Parameter 'companyId' is not assigned and could be declared final
38196 src/com/gps/hibernate/User.java 72 Parameter 'createDate' is not assigned and could be declared final
38197 src/com/gps/hibernate/User.java 72 Parameter 'userId' is not assigned and could be declared final
38198 src/com/gps/hibernate/User.java 72 Parameter 'uuid' is not assigned and could be declared final
38199 src/com/gps/hibernate/User.java 73 Parameter 'contactId' is not assigned and could be declared final
38200 src/com/gps/hibernate/User.java 73 Parameter 'defaultUser' is not assigned and could be declared final
38201 src/com/gps/hibernate/User.java 73 Parameter 'modifiedDate' is not assigned and could be declared final
38202 src/com/gps/hibernate/User.java 74 Parameter 'password' is not assigned and could be declared final
38203 src/com/gps/hibernate/User.java 74 Parameter 'passwordEncrypted' is not assigned and could be declared final
38204 src/com/gps/hibernate/User.java 74 Parameter 'passwordReset' is not assigned and could be declared final
38205 src/com/gps/hibernate/User.java 75 Avoid excessively long variable names like passwordModifiedDate
38206 src/com/gps/hibernate/User.java 75 Avoid excessively long variable names like reminderQueryQuestion
38207 src/com/gps/hibernate/User.java 75 Parameter 'passwordModifiedDate' is not assigned and could be declared final
38208 src/com/gps/hibernate/User.java 75 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
38209 src/com/gps/hibernate/User.java 76 Avoid excessively long variable names like reminderQueryAnswer
38210 src/com/gps/hibernate/User.java 76 Parameter 'graceLoginCount' is not assigned and could be declared final
38211 src/com/gps/hibernate/User.java 76 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
38212 src/com/gps/hibernate/User.java 77 Parameter 'emailAddress' is not assigned and could be declared final
38213 src/com/gps/hibernate/User.java 77 Parameter 'openId' is not assigned and could be declared final
38214 src/com/gps/hibernate/User.java 77 Parameter 'screenName' is not assigned and could be declared final
38215 src/com/gps/hibernate/User.java 78 Parameter 'languageId' is not assigned and could be declared final
38216 src/com/gps/hibernate/User.java 78 Parameter 'portraitId' is not assigned and could be declared final
38217 src/com/gps/hibernate/User.java 78 Parameter 'timeZoneId' is not assigned and could be declared final
38218 src/com/gps/hibernate/User.java 79 Parameter 'comments' is not assigned and could be declared final
38219 src/com/gps/hibernate/User.java 79 Parameter 'firstName' is not assigned and could be declared final
38220 src/com/gps/hibernate/User.java 79 Parameter 'greeting' is not assigned and could be declared final
38221 src/com/gps/hibernate/User.java 80 Parameter 'jobTitle' is not assigned and could be declared final
38222 src/com/gps/hibernate/User.java 80 Parameter 'lastName' is not assigned and could be declared final
38223 src/com/gps/hibernate/User.java 80 Parameter 'middleName' is not assigned and could be declared final
38224 src/com/gps/hibernate/User.java 81 Parameter 'lastLoginDate' is not assigned and could be declared final
38225 src/com/gps/hibernate/User.java 81 Parameter 'loginDate' is not assigned and could be declared final
38226 src/com/gps/hibernate/User.java 81 Parameter 'loginIp' is not assigned and could be declared final
38227 src/com/gps/hibernate/User.java 82 Avoid excessively long variable names like lastFailedLoginDate
38228 src/com/gps/hibernate/User.java 82 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
38229 src/com/gps/hibernate/User.java 82 Parameter 'lastLoginIp' is not assigned and could be declared final
38230 src/com/gps/hibernate/User.java 83 Avoid excessively long variable names like failedLoginAttempts
38231 src/com/gps/hibernate/User.java 83 Parameter 'failedLoginAttempts' is not assigned and could be declared final
38232 src/com/gps/hibernate/User.java 83 Parameter 'lockout' is not assigned and could be declared final
38233 src/com/gps/hibernate/User.java 83 Parameter 'lockoutDate' is not assigned and could be declared final
38234 src/com/gps/hibernate/User.java 84 Avoid excessively long variable names like agreedToTermsOfUse
38235 src/com/gps/hibernate/User.java 84 Parameter 'active' is not assigned and could be declared final
38236 src/com/gps/hibernate/User.java 84 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
38237 src/com/gps/hibernate/User.java 84 Parameter 'vehicleDetailses' is not assigned and could be declared final
38238 src/com/gps/hibernate/User.java 85 Parameter 'rfIds' is not assigned and could be declared final
38239 src/com/gps/hibernate/User.java 85 Parameter 'tripDetailses' is not assigned and could be declared final
38240 src/com/gps/hibernate/User.java 85 Parameter 'usersGeofences' is not assigned and could be declared final
38241 src/com/gps/hibernate/User.java 85 Parameter 'usersTripses' is not assigned and could be declared final
38242 src/com/gps/hibernate/User.java 131 publicMethodCommentRequirement Required
38243 src/com/gps/hibernate/User.java 135 Parameter 'userId' is not assigned and could be declared final
38244 src/com/gps/hibernate/User.java 135 publicMethodCommentRequirement Required
38245 src/com/gps/hibernate/User.java 139 publicMethodCommentRequirement Required
38246 src/com/gps/hibernate/User.java 143 Parameter 'uuid' is not assigned and could be declared final
38247 src/com/gps/hibernate/User.java 143 publicMethodCommentRequirement Required
38248 src/com/gps/hibernate/User.java 147 publicMethodCommentRequirement Required
38249 src/com/gps/hibernate/User.java 151 Parameter 'companyId' is not assigned and could be declared final
38250 src/com/gps/hibernate/User.java 151 publicMethodCommentRequirement Required
38251 src/com/gps/hibernate/User.java 155 publicMethodCommentRequirement Required
38252 src/com/gps/hibernate/User.java 159 Parameter 'createDate' is not assigned and could be declared final
38253 src/com/gps/hibernate/User.java 159 publicMethodCommentRequirement Required
38254 src/com/gps/hibernate/User.java 163 publicMethodCommentRequirement Required
38255 src/com/gps/hibernate/User.java 167 Parameter 'modifiedDate' is not assigned and could be declared final
38256 src/com/gps/hibernate/User.java 167 publicMethodCommentRequirement Required
38257 src/com/gps/hibernate/User.java 171 publicMethodCommentRequirement Required
38258 src/com/gps/hibernate/User.java 175 Parameter 'defaultUser' is not assigned and could be declared final
38259 src/com/gps/hibernate/User.java 175 publicMethodCommentRequirement Required
38260 src/com/gps/hibernate/User.java 179 publicMethodCommentRequirement Required
38261 src/com/gps/hibernate/User.java 183 Parameter 'contactId' is not assigned and could be declared final
38262 src/com/gps/hibernate/User.java 183 publicMethodCommentRequirement Required
38263 src/com/gps/hibernate/User.java 187 publicMethodCommentRequirement Required
38264 src/com/gps/hibernate/User.java 191 Parameter 'password' is not assigned and could be declared final
38265 src/com/gps/hibernate/User.java 191 publicMethodCommentRequirement Required
38266 src/com/gps/hibernate/User.java 195 publicMethodCommentRequirement Required
38267 src/com/gps/hibernate/User.java 199 Parameter 'passwordEncrypted' is not assigned and could be declared final
38268 src/com/gps/hibernate/User.java 199 publicMethodCommentRequirement Required
38269 src/com/gps/hibernate/User.java 203 publicMethodCommentRequirement Required
38270 src/com/gps/hibernate/User.java 207 Parameter 'passwordReset' is not assigned and could be declared final
38271 src/com/gps/hibernate/User.java 207 publicMethodCommentRequirement Required
38272 src/com/gps/hibernate/User.java 211 publicMethodCommentRequirement Required
38273 src/com/gps/hibernate/User.java 215 Avoid excessively long variable names like passwordModifiedDate
38274 src/com/gps/hibernate/User.java 215 Parameter 'passwordModifiedDate' is not assigned and could be declared final
38275 src/com/gps/hibernate/User.java 215 publicMethodCommentRequirement Required
38276 src/com/gps/hibernate/User.java 219 publicMethodCommentRequirement Required
38277 src/com/gps/hibernate/User.java 223 Avoid excessively long variable names like reminderQueryQuestion
38278 src/com/gps/hibernate/User.java 223 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
38279 src/com/gps/hibernate/User.java 223 publicMethodCommentRequirement Required
38280 src/com/gps/hibernate/User.java 227 publicMethodCommentRequirement Required
38281 src/com/gps/hibernate/User.java 231 Avoid excessively long variable names like reminderQueryAnswer
38282 src/com/gps/hibernate/User.java 231 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
38283 src/com/gps/hibernate/User.java 231 publicMethodCommentRequirement Required
38284 src/com/gps/hibernate/User.java 235 publicMethodCommentRequirement Required
38285 src/com/gps/hibernate/User.java 239 Parameter 'graceLoginCount' is not assigned and could be declared final
38286 src/com/gps/hibernate/User.java 239 publicMethodCommentRequirement Required
38287 src/com/gps/hibernate/User.java 243 publicMethodCommentRequirement Required
38288 src/com/gps/hibernate/User.java 247 Parameter 'screenName' is not assigned and could be declared final
38289 src/com/gps/hibernate/User.java 247 publicMethodCommentRequirement Required
38290 src/com/gps/hibernate/User.java 251 publicMethodCommentRequirement Required
38291 src/com/gps/hibernate/User.java 255 Parameter 'emailAddress' is not assigned and could be declared final
38292 src/com/gps/hibernate/User.java 255 publicMethodCommentRequirement Required
38293 src/com/gps/hibernate/User.java 259 publicMethodCommentRequirement Required
38294 src/com/gps/hibernate/User.java 263 Parameter 'openId' is not assigned and could be declared final
38295 src/com/gps/hibernate/User.java 263 publicMethodCommentRequirement Required
38296 src/com/gps/hibernate/User.java 267 publicMethodCommentRequirement Required
38297 src/com/gps/hibernate/User.java 271 Parameter 'portraitId' is not assigned and could be declared final
38298 src/com/gps/hibernate/User.java 271 publicMethodCommentRequirement Required
38299 src/com/gps/hibernate/User.java 275 publicMethodCommentRequirement Required
38300 src/com/gps/hibernate/User.java 279 Parameter 'languageId' is not assigned and could be declared final
38301 src/com/gps/hibernate/User.java 279 publicMethodCommentRequirement Required
38302 src/com/gps/hibernate/User.java 283 publicMethodCommentRequirement Required
38303 src/com/gps/hibernate/User.java 287 Parameter 'timeZoneId' is not assigned and could be declared final
38304 src/com/gps/hibernate/User.java 287 publicMethodCommentRequirement Required
38305 src/com/gps/hibernate/User.java 291 publicMethodCommentRequirement Required
38306 src/com/gps/hibernate/User.java 295 Parameter 'greeting' is not assigned and could be declared final
38307 src/com/gps/hibernate/User.java 295 publicMethodCommentRequirement Required
38308 src/com/gps/hibernate/User.java 299 publicMethodCommentRequirement Required
38309 src/com/gps/hibernate/User.java 303 Parameter 'comments' is not assigned and could be declared final
38310 src/com/gps/hibernate/User.java 303 publicMethodCommentRequirement Required
38311 src/com/gps/hibernate/User.java 307 publicMethodCommentRequirement Required
38312 src/com/gps/hibernate/User.java 311 Parameter 'firstName' is not assigned and could be declared final
38313 src/com/gps/hibernate/User.java 311 publicMethodCommentRequirement Required
38314 src/com/gps/hibernate/User.java 315 publicMethodCommentRequirement Required
38315 src/com/gps/hibernate/User.java 319 Parameter 'middleName' is not assigned and could be declared final
38316 src/com/gps/hibernate/User.java 319 publicMethodCommentRequirement Required
38317 src/com/gps/hibernate/User.java 323 publicMethodCommentRequirement Required
38318 src/com/gps/hibernate/User.java 327 Parameter 'lastName' is not assigned and could be declared final
38319 src/com/gps/hibernate/User.java 327 publicMethodCommentRequirement Required
38320 src/com/gps/hibernate/User.java 331 publicMethodCommentRequirement Required
38321 src/com/gps/hibernate/User.java 335 Parameter 'jobTitle' is not assigned and could be declared final
38322 src/com/gps/hibernate/User.java 335 publicMethodCommentRequirement Required
38323 src/com/gps/hibernate/User.java 339 publicMethodCommentRequirement Required
38324 src/com/gps/hibernate/User.java 343 Parameter 'loginDate' is not assigned and could be declared final
38325 src/com/gps/hibernate/User.java 343 publicMethodCommentRequirement Required
38326 src/com/gps/hibernate/User.java 347 publicMethodCommentRequirement Required
38327 src/com/gps/hibernate/User.java 351 Parameter 'loginIp' is not assigned and could be declared final
38328 src/com/gps/hibernate/User.java 351 publicMethodCommentRequirement Required
38329 src/com/gps/hibernate/User.java 355 publicMethodCommentRequirement Required
38330 src/com/gps/hibernate/User.java 359 Parameter 'lastLoginDate' is not assigned and could be declared final
38331 src/com/gps/hibernate/User.java 359 publicMethodCommentRequirement Required
38332 src/com/gps/hibernate/User.java 363 publicMethodCommentRequirement Required
38333 src/com/gps/hibernate/User.java 367 Parameter 'lastLoginIp' is not assigned and could be declared final
38334 src/com/gps/hibernate/User.java 367 publicMethodCommentRequirement Required
38335 src/com/gps/hibernate/User.java 371 publicMethodCommentRequirement Required
38336 src/com/gps/hibernate/User.java 375 Avoid excessively long variable names like lastFailedLoginDate
38337 src/com/gps/hibernate/User.java 375 Parameter 'lastFailedLoginDate' is not assigned and could be declared final
38338 src/com/gps/hibernate/User.java 375 publicMethodCommentRequirement Required
38339 src/com/gps/hibernate/User.java 379 publicMethodCommentRequirement Required
38340 src/com/gps/hibernate/User.java 383 Avoid excessively long variable names like failedLoginAttempts
38341 src/com/gps/hibernate/User.java 383 Parameter 'failedLoginAttempts' is not assigned and could be declared final
38342 src/com/gps/hibernate/User.java 383 publicMethodCommentRequirement Required
38343 src/com/gps/hibernate/User.java 387 publicMethodCommentRequirement Required
38344 src/com/gps/hibernate/User.java 391 Parameter 'lockout' is not assigned and could be declared final
38345 src/com/gps/hibernate/User.java 391 publicMethodCommentRequirement Required
38346 src/com/gps/hibernate/User.java 395 publicMethodCommentRequirement Required
38347 src/com/gps/hibernate/User.java 399 Parameter 'lockoutDate' is not assigned and could be declared final
38348 src/com/gps/hibernate/User.java 399 publicMethodCommentRequirement Required
38349 src/com/gps/hibernate/User.java 403 publicMethodCommentRequirement Required
38350 src/com/gps/hibernate/User.java 407 Avoid excessively long variable names like agreedToTermsOfUse
38351 src/com/gps/hibernate/User.java 407 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
38352 src/com/gps/hibernate/User.java 407 publicMethodCommentRequirement Required
38353 src/com/gps/hibernate/User.java 411 publicMethodCommentRequirement Required
38354 src/com/gps/hibernate/User.java 415 Parameter 'active' is not assigned and could be declared final
38355 src/com/gps/hibernate/User.java 415 publicMethodCommentRequirement Required
38356 src/com/gps/hibernate/User.java 419 publicMethodCommentRequirement Required
38357 src/com/gps/hibernate/User.java 423 Parameter 'vehicleDetailses' is not assigned and could be declared final
38358 src/com/gps/hibernate/User.java 423 publicMethodCommentRequirement Required
38359 src/com/gps/hibernate/User.java 427 publicMethodCommentRequirement Required
38360 src/com/gps/hibernate/User.java 431 Parameter 'usersGeofences' is not assigned and could be declared final
38361 src/com/gps/hibernate/User.java 431 publicMethodCommentRequirement Required
38362 src/com/gps/hibernate/User.java 435 publicMethodCommentRequirement Required
38363 src/com/gps/hibernate/User.java 439 Parameter 'tripDetailses' is not assigned and could be declared final
38364 src/com/gps/hibernate/User.java 439 publicMethodCommentRequirement Required
38365 src/com/gps/hibernate/User.java 443 publicMethodCommentRequirement Required
38366 src/com/gps/hibernate/User.java 447 Parameter 'usersTripses' is not assigned and could be declared final
38367 src/com/gps/hibernate/User.java 447 publicMethodCommentRequirement Required
38368 src/com/gps/hibernate/User.java 452 Parameter 'obj' is not assigned and could be declared final
38369 src/com/gps/hibernate/User.java 452 publicMethodCommentRequirement Required
38370 src/com/gps/hibernate/User.java 458 Local variable 'user' could be declared final
38371 src/com/gps/hibernate/User.java 460 Local variable 'lastCmp' could be declared final
38372 src/com/gps/hibernate/User.java 462 A method should have only one exit point, and that should be the last statement in the method
38373 src/com/gps/hibernate/User.java 478 Parameter 'rfIds' is not assigned and could be declared final
38374 src/com/gps/hibernate/User.java 482 Parameter 'userGrades' is not assigned and could be declared final
38375 src/com/gps/hibernate/User.java 482 publicMethodCommentRequirement Required
38376 src/com/gps/hibernate/User.java 486 publicMethodCommentRequirement Required
38377 src/com/gps/hibernate/UserDAO.java 3 Avoid unused imports such as 'java.util.Date'
38378 src/com/gps/hibernate/UserDAO.java 5 Avoid unused imports such as 'java.util.Set'
38379 src/com/gps/hibernate/UserDAO.java 12 Comment is too large: Too many lines
38380 src/com/gps/hibernate/UserDAO.java 24 This class has too many methods, consider refactoring it.
38381 src/com/gps/hibernate/UserDAO.java 25 Logger should be defined private static final and have the correct class
38382 src/com/gps/hibernate/UserDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
38383 src/com/gps/hibernate/UserDAO.java 25 fieldCommentRequirement Required
38384 src/com/gps/hibernate/UserDAO.java 27 fieldCommentRequirement Required
38385 src/com/gps/hibernate/UserDAO.java 28 fieldCommentRequirement Required
38386 src/com/gps/hibernate/UserDAO.java 29 fieldCommentRequirement Required
38387 src/com/gps/hibernate/UserDAO.java 30 fieldCommentRequirement Required
38388 src/com/gps/hibernate/UserDAO.java 31 fieldCommentRequirement Required
38389 src/com/gps/hibernate/UserDAO.java 32 Avoid excessively long variable names like PASSWORD_ENCRYPTED
38390 src/com/gps/hibernate/UserDAO.java 32 fieldCommentRequirement Required
38391 src/com/gps/hibernate/UserDAO.java 33 fieldCommentRequirement Required
38392 src/com/gps/hibernate/UserDAO.java 34 Avoid excessively long variable names like REMINDER_QUERY_QUESTION
38393 src/com/gps/hibernate/UserDAO.java 34 fieldCommentRequirement Required
38394 src/com/gps/hibernate/UserDAO.java 35 Avoid excessively long variable names like REMINDER_QUERY_ANSWER
38395 src/com/gps/hibernate/UserDAO.java 35 fieldCommentRequirement Required
38396 src/com/gps/hibernate/UserDAO.java 36 fieldCommentRequirement Required
38397 src/com/gps/hibernate/UserDAO.java 37 fieldCommentRequirement Required
38398 src/com/gps/hibernate/UserDAO.java 38 fieldCommentRequirement Required
38399 src/com/gps/hibernate/UserDAO.java 39 fieldCommentRequirement Required
38400 src/com/gps/hibernate/UserDAO.java 40 fieldCommentRequirement Required
38401 src/com/gps/hibernate/UserDAO.java 41 fieldCommentRequirement Required
38402 src/com/gps/hibernate/UserDAO.java 42 fieldCommentRequirement Required
38403 src/com/gps/hibernate/UserDAO.java 43 fieldCommentRequirement Required
38404 src/com/gps/hibernate/UserDAO.java 44 fieldCommentRequirement Required
38405 src/com/gps/hibernate/UserDAO.java 45 fieldCommentRequirement Required
38406 src/com/gps/hibernate/UserDAO.java 46 fieldCommentRequirement Required
38407 src/com/gps/hibernate/UserDAO.java 47 fieldCommentRequirement Required
38408 src/com/gps/hibernate/UserDAO.java 48 fieldCommentRequirement Required
38409 src/com/gps/hibernate/UserDAO.java 49 fieldCommentRequirement Required
38410 src/com/gps/hibernate/UserDAO.java 50 fieldCommentRequirement Required
38411 src/com/gps/hibernate/UserDAO.java 51 Avoid excessively long variable names like FAILED_LOGIN_ATTEMPTS
38412 src/com/gps/hibernate/UserDAO.java 51 fieldCommentRequirement Required
38413 src/com/gps/hibernate/UserDAO.java 52 fieldCommentRequirement Required
38414 src/com/gps/hibernate/UserDAO.java 53 Avoid excessively long variable names like AGREED_TO_TERMS_OF_USE
38415 src/com/gps/hibernate/UserDAO.java 53 fieldCommentRequirement Required
38416 src/com/gps/hibernate/UserDAO.java 54 fieldCommentRequirement Required
38417 src/com/gps/hibernate/UserDAO.java 56 Parameter 'transientInstance' is not assigned and could be declared final
38418 src/com/gps/hibernate/UserDAO.java 56 publicMethodCommentRequirement Required
38419 src/com/gps/hibernate/UserDAO.java 57 There is log block not surrounded by if
38420 src/com/gps/hibernate/UserDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38421 src/com/gps/hibernate/UserDAO.java 59 Potential violation of Law of Demeter (method chain calls)
38422 src/com/gps/hibernate/UserDAO.java 60 There is log block not surrounded by if
38423 src/com/gps/hibernate/UserDAO.java 60 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38424 src/com/gps/hibernate/UserDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38425 src/com/gps/hibernate/UserDAO.java 62 There is log block not surrounded by if
38426 src/com/gps/hibernate/UserDAO.java 67 Avoid excessively long variable names like persistentInstance
38427 src/com/gps/hibernate/UserDAO.java 67 Parameter 'persistentInstance' is not assigned and could be declared final
38428 src/com/gps/hibernate/UserDAO.java 67 publicMethodCommentRequirement Required
38429 src/com/gps/hibernate/UserDAO.java 68 There is log block not surrounded by if
38430 src/com/gps/hibernate/UserDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38431 src/com/gps/hibernate/UserDAO.java 70 Potential violation of Law of Demeter (method chain calls)
38432 src/com/gps/hibernate/UserDAO.java 71 There is log block not surrounded by if
38433 src/com/gps/hibernate/UserDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38434 src/com/gps/hibernate/UserDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38435 src/com/gps/hibernate/UserDAO.java 73 There is log block not surrounded by if
38436 src/com/gps/hibernate/UserDAO.java 78 Avoid variables with short names like id
38437 src/com/gps/hibernate/UserDAO.java 78 Parameter 'id' is not assigned and could be declared final
38438 src/com/gps/hibernate/UserDAO.java 78 publicMethodCommentRequirement Required
38439 src/com/gps/hibernate/UserDAO.java 79 There is log block not surrounded by if
38440 src/com/gps/hibernate/UserDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38441 src/com/gps/hibernate/UserDAO.java 81 Local variable 'instance' could be declared final
38442 src/com/gps/hibernate/UserDAO.java 81 Potential violation of Law of Demeter (method chain calls)
38443 src/com/gps/hibernate/UserDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38444 src/com/gps/hibernate/UserDAO.java 85 There is log block not surrounded by if
38445 src/com/gps/hibernate/UserDAO.java 90 Parameter 'instance' is not assigned and could be declared final
38446 src/com/gps/hibernate/UserDAO.java 90 publicMethodCommentRequirement Required
38447 src/com/gps/hibernate/UserDAO.java 91 There is log block not surrounded by if
38448 src/com/gps/hibernate/UserDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38449 src/com/gps/hibernate/UserDAO.java 93 Local variable 'results' could be declared final
38450 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
38451 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
38452 src/com/gps/hibernate/UserDAO.java 93 Potential violation of Law of Demeter (method chain calls)
38453 src/com/gps/hibernate/UserDAO.java 96 There is log block not surrounded by if
38454 src/com/gps/hibernate/UserDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38455 src/com/gps/hibernate/UserDAO.java 97 Potential violation of Law of Demeter (object not created locally)
38456 src/com/gps/hibernate/UserDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38457 src/com/gps/hibernate/UserDAO.java 100 There is log block not surrounded by if
38458 src/com/gps/hibernate/UserDAO.java 105 Parameter 'propertyName' is not assigned and could be declared final
38459 src/com/gps/hibernate/UserDAO.java 105 Parameter 'value' is not assigned and could be declared final
38460 src/com/gps/hibernate/UserDAO.java 105 publicMethodCommentRequirement Required
38461 src/com/gps/hibernate/UserDAO.java 106 There is log block not surrounded by if
38462 src/com/gps/hibernate/UserDAO.java 106 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38463 src/com/gps/hibernate/UserDAO.java 109 Local variable 'queryString' could be declared final
38464 src/com/gps/hibernate/UserDAO.java 111 Local variable 'queryObject' could be declared final
38465 src/com/gps/hibernate/UserDAO.java 111 Potential violation of Law of Demeter (method chain calls)
38466 src/com/gps/hibernate/UserDAO.java 112 Potential violation of Law of Demeter (object not created locally)
38467 src/com/gps/hibernate/UserDAO.java 113 Potential violation of Law of Demeter (object not created locally)
38468 src/com/gps/hibernate/UserDAO.java 114 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38469 src/com/gps/hibernate/UserDAO.java 115 There is log block not surrounded by if
38470 src/com/gps/hibernate/UserDAO.java 120 Parameter 'uuid' is not assigned and could be declared final
38471 src/com/gps/hibernate/UserDAO.java 120 publicMethodCommentRequirement Required
38472 src/com/gps/hibernate/UserDAO.java 124 Parameter 'companyId' is not assigned and could be declared final
38473 src/com/gps/hibernate/UserDAO.java 124 publicMethodCommentRequirement Required
38474 src/com/gps/hibernate/UserDAO.java 128 Parameter 'defaultUser' is not assigned and could be declared final
38475 src/com/gps/hibernate/UserDAO.java 128 publicMethodCommentRequirement Required
38476 src/com/gps/hibernate/UserDAO.java 132 Parameter 'contactId' is not assigned and could be declared final
38477 src/com/gps/hibernate/UserDAO.java 132 publicMethodCommentRequirement Required
38478 src/com/gps/hibernate/UserDAO.java 136 Parameter 'password' is not assigned and could be declared final
38479 src/com/gps/hibernate/UserDAO.java 136 publicMethodCommentRequirement Required
38480 src/com/gps/hibernate/UserDAO.java 140 Parameter 'passwordEncrypted' is not assigned and could be declared final
38481 src/com/gps/hibernate/UserDAO.java 140 publicMethodCommentRequirement Required
38482 src/com/gps/hibernate/UserDAO.java 144 Parameter 'passwordReset' is not assigned and could be declared final
38483 src/com/gps/hibernate/UserDAO.java 144 publicMethodCommentRequirement Required
38484 src/com/gps/hibernate/UserDAO.java 148 Avoid excessively long variable names like reminderQueryQuestion
38485 src/com/gps/hibernate/UserDAO.java 148 Parameter 'reminderQueryQuestion' is not assigned and could be declared final
38486 src/com/gps/hibernate/UserDAO.java 148 publicMethodCommentRequirement Required
38487 src/com/gps/hibernate/UserDAO.java 152 Avoid excessively long variable names like reminderQueryAnswer
38488 src/com/gps/hibernate/UserDAO.java 152 Parameter 'reminderQueryAnswer' is not assigned and could be declared final
38489 src/com/gps/hibernate/UserDAO.java 152 publicMethodCommentRequirement Required
38490 src/com/gps/hibernate/UserDAO.java 156 Parameter 'graceLoginCount' is not assigned and could be declared final
38491 src/com/gps/hibernate/UserDAO.java 156 publicMethodCommentRequirement Required
38492 src/com/gps/hibernate/UserDAO.java 160 Parameter 'screenName' is not assigned and could be declared final
38493 src/com/gps/hibernate/UserDAO.java 160 publicMethodCommentRequirement Required
38494 src/com/gps/hibernate/UserDAO.java 164 Parameter 'emailAddress' is not assigned and could be declared final
38495 src/com/gps/hibernate/UserDAO.java 164 publicMethodCommentRequirement Required
38496 src/com/gps/hibernate/UserDAO.java 168 Parameter 'openId' is not assigned and could be declared final
38497 src/com/gps/hibernate/UserDAO.java 168 publicMethodCommentRequirement Required
38498 src/com/gps/hibernate/UserDAO.java 172 Parameter 'portraitId' is not assigned and could be declared final
38499 src/com/gps/hibernate/UserDAO.java 172 publicMethodCommentRequirement Required
38500 src/com/gps/hibernate/UserDAO.java 176 Parameter 'languageId' is not assigned and could be declared final
38501 src/com/gps/hibernate/UserDAO.java 176 publicMethodCommentRequirement Required
38502 src/com/gps/hibernate/UserDAO.java 180 Parameter 'timeZoneId' is not assigned and could be declared final
38503 src/com/gps/hibernate/UserDAO.java 180 publicMethodCommentRequirement Required
38504 src/com/gps/hibernate/UserDAO.java 184 Parameter 'greeting' is not assigned and could be declared final
38505 src/com/gps/hibernate/UserDAO.java 184 publicMethodCommentRequirement Required
38506 src/com/gps/hibernate/UserDAO.java 188 Parameter 'comments' is not assigned and could be declared final
38507 src/com/gps/hibernate/UserDAO.java 188 publicMethodCommentRequirement Required
38508 src/com/gps/hibernate/UserDAO.java 192 Parameter 'firstName' is not assigned and could be declared final
38509 src/com/gps/hibernate/UserDAO.java 192 publicMethodCommentRequirement Required
38510 src/com/gps/hibernate/UserDAO.java 196 Parameter 'middleName' is not assigned and could be declared final
38511 src/com/gps/hibernate/UserDAO.java 196 publicMethodCommentRequirement Required
38512 src/com/gps/hibernate/UserDAO.java 200 Parameter 'lastName' is not assigned and could be declared final
38513 src/com/gps/hibernate/UserDAO.java 200 publicMethodCommentRequirement Required
38514 src/com/gps/hibernate/UserDAO.java 204 Parameter 'jobTitle' is not assigned and could be declared final
38515 src/com/gps/hibernate/UserDAO.java 204 publicMethodCommentRequirement Required
38516 src/com/gps/hibernate/UserDAO.java 208 Parameter 'loginIp' is not assigned and could be declared final
38517 src/com/gps/hibernate/UserDAO.java 208 publicMethodCommentRequirement Required
38518 src/com/gps/hibernate/UserDAO.java 212 Parameter 'lastLoginIp' is not assigned and could be declared final
38519 src/com/gps/hibernate/UserDAO.java 212 publicMethodCommentRequirement Required
38520 src/com/gps/hibernate/UserDAO.java 216 Avoid excessively long variable names like failedLoginAttempts
38521 src/com/gps/hibernate/UserDAO.java 216 Parameter 'failedLoginAttempts' is not assigned and could be declared final
38522 src/com/gps/hibernate/UserDAO.java 216 publicMethodCommentRequirement Required
38523 src/com/gps/hibernate/UserDAO.java 220 Parameter 'lockout' is not assigned and could be declared final
38524 src/com/gps/hibernate/UserDAO.java 220 publicMethodCommentRequirement Required
38525 src/com/gps/hibernate/UserDAO.java 224 Avoid excessively long variable names like agreedToTermsOfUse
38526 src/com/gps/hibernate/UserDAO.java 224 Parameter 'agreedToTermsOfUse' is not assigned and could be declared final
38527 src/com/gps/hibernate/UserDAO.java 224 publicMethodCommentRequirement Required
38528 src/com/gps/hibernate/UserDAO.java 228 Parameter 'active' is not assigned and could be declared final
38529 src/com/gps/hibernate/UserDAO.java 228 publicMethodCommentRequirement Required
38530 src/com/gps/hibernate/UserDAO.java 232 publicMethodCommentRequirement Required
38531 src/com/gps/hibernate/UserDAO.java 233 There is log block not surrounded by if
38532 src/com/gps/hibernate/UserDAO.java 233 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38533 src/com/gps/hibernate/UserDAO.java 235 Local variable 'queryString' could be declared final
38534 src/com/gps/hibernate/UserDAO.java 236 Local variable 'queryObject' could be declared final
38535 src/com/gps/hibernate/UserDAO.java 236 Potential violation of Law of Demeter (method chain calls)
38536 src/com/gps/hibernate/UserDAO.java 237 Potential violation of Law of Demeter (object not created locally)
38537 src/com/gps/hibernate/UserDAO.java 238 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38538 src/com/gps/hibernate/UserDAO.java 239 There is log block not surrounded by if
38539 src/com/gps/hibernate/UserDAO.java 244 Parameter 'detachedInstance' is not assigned and could be declared final
38540 src/com/gps/hibernate/UserDAO.java 244 publicMethodCommentRequirement Required
38541 src/com/gps/hibernate/UserDAO.java 245 There is log block not surrounded by if
38542 src/com/gps/hibernate/UserDAO.java 245 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38543 src/com/gps/hibernate/UserDAO.java 247 Local variable 'result' could be declared final
38544 src/com/gps/hibernate/UserDAO.java 247 Potential violation of Law of Demeter (method chain calls)
38545 src/com/gps/hibernate/UserDAO.java 248 There is log block not surrounded by if
38546 src/com/gps/hibernate/UserDAO.java 248 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38547 src/com/gps/hibernate/UserDAO.java 250 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38548 src/com/gps/hibernate/UserDAO.java 251 There is log block not surrounded by if
38549 src/com/gps/hibernate/UserDAO.java 256 Parameter 'instance' is not assigned and could be declared final
38550 src/com/gps/hibernate/UserDAO.java 256 publicMethodCommentRequirement Required
38551 src/com/gps/hibernate/UserDAO.java 257 There is log block not surrounded by if
38552 src/com/gps/hibernate/UserDAO.java 257 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38553 src/com/gps/hibernate/UserDAO.java 259 Potential violation of Law of Demeter (method chain calls)
38554 src/com/gps/hibernate/UserDAO.java 260 There is log block not surrounded by if
38555 src/com/gps/hibernate/UserDAO.java 260 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38556 src/com/gps/hibernate/UserDAO.java 261 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38557 src/com/gps/hibernate/UserDAO.java 262 There is log block not surrounded by if
38558 src/com/gps/hibernate/UserDAO.java 267 Parameter 'instance' is not assigned and could be declared final
38559 src/com/gps/hibernate/UserDAO.java 267 publicMethodCommentRequirement Required
38560 src/com/gps/hibernate/UserDAO.java 268 There is log block not surrounded by if
38561 src/com/gps/hibernate/UserDAO.java 268 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38562 src/com/gps/hibernate/UserDAO.java 270 Potential violation of Law of Demeter (method chain calls)
38563 src/com/gps/hibernate/UserDAO.java 271 There is log block not surrounded by if
38564 src/com/gps/hibernate/UserDAO.java 271 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38565 src/com/gps/hibernate/UserDAO.java 272 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38566 src/com/gps/hibernate/UserDAO.java 273 There is log block not surrounded by if
38567 src/com/gps/hibernate/UserDetails.java 1 This class has a bunch of public methods and attributes
38568 src/com/gps/hibernate/UserDetails.java 13 Classes implementing Serializable should set a serialVersionUID
38569 src/com/gps/hibernate/UserDetails.java 13 Too many fields
38570 src/com/gps/hibernate/UserDetails.java 17 fieldCommentRequirement Required
38571 src/com/gps/hibernate/UserDetails.java 18 fieldCommentRequirement Required
38572 src/com/gps/hibernate/UserDetails.java 19 fieldCommentRequirement Required
38573 src/com/gps/hibernate/UserDetails.java 20 fieldCommentRequirement Required
38574 src/com/gps/hibernate/UserDetails.java 21 fieldCommentRequirement Required
38575 src/com/gps/hibernate/UserDetails.java 22 fieldCommentRequirement Required
38576 src/com/gps/hibernate/UserDetails.java 23 fieldCommentRequirement Required
38577 src/com/gps/hibernate/UserDetails.java 24 fieldCommentRequirement Required
38578 src/com/gps/hibernate/UserDetails.java 25 fieldCommentRequirement Required
38579 src/com/gps/hibernate/UserDetails.java 26 fieldCommentRequirement Required
38580 src/com/gps/hibernate/UserDetails.java 27 fieldCommentRequirement Required
38581 src/com/gps/hibernate/UserDetails.java 28 fieldCommentRequirement Required
38582 src/com/gps/hibernate/UserDetails.java 29 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
38583 src/com/gps/hibernate/UserDetails.java 29 fieldCommentRequirement Required
38584 src/com/gps/hibernate/UserDetails.java 30 fieldCommentRequirement Required
38585 src/com/gps/hibernate/UserDetails.java 31 fieldCommentRequirement Required
38586 src/com/gps/hibernate/UserDetails.java 32 fieldCommentRequirement Required
38587 src/com/gps/hibernate/UserDetails.java 33 fieldCommentRequirement Required
38588 src/com/gps/hibernate/UserDetails.java 34 fieldCommentRequirement Required
38589 src/com/gps/hibernate/UserDetails.java 35 fieldCommentRequirement Required
38590 src/com/gps/hibernate/UserDetails.java 36 fieldCommentRequirement Required
38591 src/com/gps/hibernate/UserDetails.java 37 fieldCommentRequirement Required
38592 src/com/gps/hibernate/UserDetails.java 38 fieldCommentRequirement Required
38593 src/com/gps/hibernate/UserDetails.java 39 fieldCommentRequirement Required
38594 src/com/gps/hibernate/UserDetails.java 40 fieldCommentRequirement Required
38595 src/com/gps/hibernate/UserDetails.java 41 fieldCommentRequirement Required
38596 src/com/gps/hibernate/UserDetails.java 42 fieldCommentRequirement Required
38597 src/com/gps/hibernate/UserDetails.java 43 fieldCommentRequirement Required
38598 src/com/gps/hibernate/UserDetails.java 44 fieldCommentRequirement Required
38599 src/com/gps/hibernate/UserDetails.java 45 fieldCommentRequirement Required
38600 src/com/gps/hibernate/UserDetails.java 46 fieldCommentRequirement Required
38601 src/com/gps/hibernate/UserDetails.java 47 fieldCommentRequirement Required
38602 src/com/gps/hibernate/UserDetails.java 48 fieldCommentRequirement Required
38603 src/com/gps/hibernate/UserDetails.java 49 fieldCommentRequirement Required
38604 src/com/gps/hibernate/UserDetails.java 50 fieldCommentRequirement Required
38605 src/com/gps/hibernate/UserDetails.java 55 Document empty constructor
38606 src/com/gps/hibernate/UserDetails.java 59 Parameter 'email' is not assigned and could be declared final
38607 src/com/gps/hibernate/UserDetails.java 59 Parameter 'userStatus' is not assigned and could be declared final
38608 src/com/gps/hibernate/UserDetails.java 59 Parameter 'username' is not assigned and could be declared final
38609 src/com/gps/hibernate/UserDetails.java 60 Parameter 'accCreationTime' is not assigned and could be declared final
38610 src/com/gps/hibernate/UserDetails.java 60 Parameter 'lastLoginTime' is not assigned and could be declared final
38611 src/com/gps/hibernate/UserDetails.java 60 Parameter 'password' is not assigned and could be declared final
38612 src/com/gps/hibernate/UserDetails.java 61 Parameter 'lastUpdateTime' is not assigned and could be declared final
38613 src/com/gps/hibernate/UserDetails.java 72 Avoid long parameter lists.
38614 src/com/gps/hibernate/UserDetails.java 72 Parameter 'organization' is not assigned and could be declared final
38615 src/com/gps/hibernate/UserDetails.java 72 Parameter 'username' is not assigned and could be declared final
38616 src/com/gps/hibernate/UserDetails.java 73 Parameter 'email' is not assigned and could be declared final
38617 src/com/gps/hibernate/UserDetails.java 73 Parameter 'gender' is not assigned and could be declared final
38618 src/com/gps/hibernate/UserDetails.java 73 Parameter 'loginname' is not assigned and could be declared final
38619 src/com/gps/hibernate/UserDetails.java 73 Parameter 'userStatus' is not assigned and could be declared final
38620 src/com/gps/hibernate/UserDetails.java 74 Parameter 'chatId' is not assigned and could be declared final
38621 src/com/gps/hibernate/UserDetails.java 74 Parameter 'phNumber' is not assigned and could be declared final
38622 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secAnswer' is not assigned and could be declared final
38623 src/com/gps/hibernate/UserDetails.java 74 Parameter 'secQuest' is not assigned and could be declared final
38624 src/com/gps/hibernate/UserDetails.java 75 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
38625 src/com/gps/hibernate/UserDetails.java 75 Parameter 'age' is not assigned and could be declared final
38626 src/com/gps/hibernate/UserDetails.java 75 Parameter 'organization_1' is not assigned and could be declared final
38627 src/com/gps/hibernate/UserDetails.java 75 Parameter 'role' is not assigned and could be declared final
38628 src/com/gps/hibernate/UserDetails.java 75 Parameter 'userImage' is not assigned and could be declared final
38629 src/com/gps/hibernate/UserDetails.java 76 Parameter 'accCreationTime' is not assigned and could be declared final
38630 src/com/gps/hibernate/UserDetails.java 76 Parameter 'password' is not assigned and could be declared final
38631 src/com/gps/hibernate/UserDetails.java 76 Parameter 'smsStatus' is not assigned and could be declared final
38632 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastLoginTime' is not assigned and could be declared final
38633 src/com/gps/hibernate/UserDetails.java 77 Parameter 'lastUpdateTime' is not assigned and could be declared final
38634 src/com/gps/hibernate/UserDetails.java 77 Parameter 'timezone' is not assigned and could be declared final
38635 src/com/gps/hibernate/UserDetails.java 78 Parameter 'firstname' is not assigned and could be declared final
38636 src/com/gps/hibernate/UserDetails.java 78 Parameter 'lastname' is not assigned and could be declared final
38637 src/com/gps/hibernate/UserDetails.java 78 Parameter 'userPreferenceses' is not assigned and could be declared final
38638 src/com/gps/hibernate/UserDetails.java 79 Parameter 'geofences' is not assigned and could be declared final
38639 src/com/gps/hibernate/UserDetails.java 79 Parameter 'tripDetailses' is not assigned and could be declared final
38640 src/com/gps/hibernate/UserDetails.java 79 Parameter 'userGeofenceMaps' is not assigned and could be declared final
38641 src/com/gps/hibernate/UserDetails.java 80 Parameter 'feedbacks' is not assigned and could be declared final
38642 src/com/gps/hibernate/UserDetails.java 80 Parameter 'inboxes' is not assigned and could be declared final
38643 src/com/gps/hibernate/UserDetails.java 80 Parameter 'savingStatuses' is not assigned and could be declared final
38644 src/com/gps/hibernate/UserDetails.java 81 Parameter 'charityBarometers' is not assigned and could be declared final
38645 src/com/gps/hibernate/UserDetails.java 81 Parameter 'speedparameters' is not assigned and could be declared final
38646 src/com/gps/hibernate/UserDetails.java 81 Parameter 'vehicleDetailses' is not assigned and could be declared final
38647 src/com/gps/hibernate/UserDetails.java 82 Parameter 'userLandmarkses' is not assigned and could be declared final
38648 src/com/gps/hibernate/UserDetails.java 120 publicMethodCommentRequirement Required
38649 src/com/gps/hibernate/UserDetails.java 124 Parameter 'userid' is not assigned and could be declared final
38650 src/com/gps/hibernate/UserDetails.java 124 publicMethodCommentRequirement Required
38651 src/com/gps/hibernate/UserDetails.java 128 publicMethodCommentRequirement Required
38652 src/com/gps/hibernate/UserDetails.java 132 Parameter 'organization' is not assigned and could be declared final
38653 src/com/gps/hibernate/UserDetails.java 132 publicMethodCommentRequirement Required
38654 src/com/gps/hibernate/UserDetails.java 136 publicMethodCommentRequirement Required
38655 src/com/gps/hibernate/UserDetails.java 140 Parameter 'username' is not assigned and could be declared final
38656 src/com/gps/hibernate/UserDetails.java 140 publicMethodCommentRequirement Required
38657 src/com/gps/hibernate/UserDetails.java 144 publicMethodCommentRequirement Required
38658 src/com/gps/hibernate/UserDetails.java 148 Parameter 'loginname' is not assigned and could be declared final
38659 src/com/gps/hibernate/UserDetails.java 148 publicMethodCommentRequirement Required
38660 src/com/gps/hibernate/UserDetails.java 152 publicMethodCommentRequirement Required
38661 src/com/gps/hibernate/UserDetails.java 156 Parameter 'userStatus' is not assigned and could be declared final
38662 src/com/gps/hibernate/UserDetails.java 156 publicMethodCommentRequirement Required
38663 src/com/gps/hibernate/UserDetails.java 160 publicMethodCommentRequirement Required
38664 src/com/gps/hibernate/UserDetails.java 164 Parameter 'email' is not assigned and could be declared final
38665 src/com/gps/hibernate/UserDetails.java 164 publicMethodCommentRequirement Required
38666 src/com/gps/hibernate/UserDetails.java 168 publicMethodCommentRequirement Required
38667 src/com/gps/hibernate/UserDetails.java 172 Parameter 'gender' is not assigned and could be declared final
38668 src/com/gps/hibernate/UserDetails.java 172 publicMethodCommentRequirement Required
38669 src/com/gps/hibernate/UserDetails.java 176 publicMethodCommentRequirement Required
38670 src/com/gps/hibernate/UserDetails.java 180 Parameter 'phNumber' is not assigned and could be declared final
38671 src/com/gps/hibernate/UserDetails.java 180 publicMethodCommentRequirement Required
38672 src/com/gps/hibernate/UserDetails.java 184 publicMethodCommentRequirement Required
38673 src/com/gps/hibernate/UserDetails.java 188 Parameter 'chatId' is not assigned and could be declared final
38674 src/com/gps/hibernate/UserDetails.java 188 publicMethodCommentRequirement Required
38675 src/com/gps/hibernate/UserDetails.java 192 publicMethodCommentRequirement Required
38676 src/com/gps/hibernate/UserDetails.java 196 Parameter 'secQuest' is not assigned and could be declared final
38677 src/com/gps/hibernate/UserDetails.java 196 publicMethodCommentRequirement Required
38678 src/com/gps/hibernate/UserDetails.java 200 publicMethodCommentRequirement Required
38679 src/com/gps/hibernate/UserDetails.java 204 Parameter 'secAnswer' is not assigned and could be declared final
38680 src/com/gps/hibernate/UserDetails.java 204 publicMethodCommentRequirement Required
38681 src/com/gps/hibernate/UserDetails.java 208 publicMethodCommentRequirement Required
38682 src/com/gps/hibernate/UserDetails.java 212 Parameter 'role' is not assigned and could be declared final
38683 src/com/gps/hibernate/UserDetails.java 212 publicMethodCommentRequirement Required
38684 src/com/gps/hibernate/UserDetails.java 216 Method names should not contain underscores
38685 src/com/gps/hibernate/UserDetails.java 216 publicMethodCommentRequirement Required
38686 src/com/gps/hibernate/UserDetails.java 220 Method names should not contain underscores
38687 src/com/gps/hibernate/UserDetails.java 220 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
38688 src/com/gps/hibernate/UserDetails.java 220 Parameter 'organization_1' is not assigned and could be declared final
38689 src/com/gps/hibernate/UserDetails.java 220 publicMethodCommentRequirement Required
38690 src/com/gps/hibernate/UserDetails.java 224 publicMethodCommentRequirement Required
38691 src/com/gps/hibernate/UserDetails.java 228 Parameter 'age' is not assigned and could be declared final
38692 src/com/gps/hibernate/UserDetails.java 228 publicMethodCommentRequirement Required
38693 src/com/gps/hibernate/UserDetails.java 232 publicMethodCommentRequirement Required
38694 src/com/gps/hibernate/UserDetails.java 236 Parameter 'userImage' is not assigned and could be declared final
38695 src/com/gps/hibernate/UserDetails.java 236 publicMethodCommentRequirement Required
38696 src/com/gps/hibernate/UserDetails.java 240 publicMethodCommentRequirement Required
38697 src/com/gps/hibernate/UserDetails.java 244 Parameter 'password' is not assigned and could be declared final
38698 src/com/gps/hibernate/UserDetails.java 244 publicMethodCommentRequirement Required
38699 src/com/gps/hibernate/UserDetails.java 248 publicMethodCommentRequirement Required
38700 src/com/gps/hibernate/UserDetails.java 252 Parameter 'accCreationTime' is not assigned and could be declared final
38701 src/com/gps/hibernate/UserDetails.java 252 publicMethodCommentRequirement Required
38702 src/com/gps/hibernate/UserDetails.java 256 publicMethodCommentRequirement Required
38703 src/com/gps/hibernate/UserDetails.java 260 Parameter 'smsStatus' is not assigned and could be declared final
38704 src/com/gps/hibernate/UserDetails.java 260 publicMethodCommentRequirement Required
38705 src/com/gps/hibernate/UserDetails.java 264 publicMethodCommentRequirement Required
38706 src/com/gps/hibernate/UserDetails.java 268 Parameter 'lastLoginTime' is not assigned and could be declared final
38707 src/com/gps/hibernate/UserDetails.java 268 publicMethodCommentRequirement Required
38708 src/com/gps/hibernate/UserDetails.java 272 publicMethodCommentRequirement Required
38709 src/com/gps/hibernate/UserDetails.java 276 Parameter 'lastUpdateTime' is not assigned and could be declared final
38710 src/com/gps/hibernate/UserDetails.java 276 publicMethodCommentRequirement Required
38711 src/com/gps/hibernate/UserDetails.java 280 publicMethodCommentRequirement Required
38712 src/com/gps/hibernate/UserDetails.java 284 Parameter 'timezone' is not assigned and could be declared final
38713 src/com/gps/hibernate/UserDetails.java 284 publicMethodCommentRequirement Required
38714 src/com/gps/hibernate/UserDetails.java 288 publicMethodCommentRequirement Required
38715 src/com/gps/hibernate/UserDetails.java 292 Parameter 'firstname' is not assigned and could be declared final
38716 src/com/gps/hibernate/UserDetails.java 292 publicMethodCommentRequirement Required
38717 src/com/gps/hibernate/UserDetails.java 296 publicMethodCommentRequirement Required
38718 src/com/gps/hibernate/UserDetails.java 300 Parameter 'lastname' is not assigned and could be declared final
38719 src/com/gps/hibernate/UserDetails.java 300 publicMethodCommentRequirement Required
38720 src/com/gps/hibernate/UserDetails.java 304 publicMethodCommentRequirement Required
38721 src/com/gps/hibernate/UserDetails.java 308 Parameter 'userPreferenceses' is not assigned and could be declared final
38722 src/com/gps/hibernate/UserDetails.java 308 publicMethodCommentRequirement Required
38723 src/com/gps/hibernate/UserDetails.java 312 publicMethodCommentRequirement Required
38724 src/com/gps/hibernate/UserDetails.java 316 Parameter 'tripDetailses' is not assigned and could be declared final
38725 src/com/gps/hibernate/UserDetails.java 316 publicMethodCommentRequirement Required
38726 src/com/gps/hibernate/UserDetails.java 320 publicMethodCommentRequirement Required
38727 src/com/gps/hibernate/UserDetails.java 324 Parameter 'geofences' is not assigned and could be declared final
38728 src/com/gps/hibernate/UserDetails.java 324 publicMethodCommentRequirement Required
38729 src/com/gps/hibernate/UserDetails.java 328 publicMethodCommentRequirement Required
38730 src/com/gps/hibernate/UserDetails.java 332 Parameter 'userGeofenceMaps' is not assigned and could be declared final
38731 src/com/gps/hibernate/UserDetails.java 332 publicMethodCommentRequirement Required
38732 src/com/gps/hibernate/UserDetails.java 336 publicMethodCommentRequirement Required
38733 src/com/gps/hibernate/UserDetails.java 340 Parameter 'feedbacks' is not assigned and could be declared final
38734 src/com/gps/hibernate/UserDetails.java 340 publicMethodCommentRequirement Required
38735 src/com/gps/hibernate/UserDetails.java 344 publicMethodCommentRequirement Required
38736 src/com/gps/hibernate/UserDetails.java 348 Parameter 'savingStatuses' is not assigned and could be declared final
38737 src/com/gps/hibernate/UserDetails.java 348 publicMethodCommentRequirement Required
38738 src/com/gps/hibernate/UserDetails.java 352 publicMethodCommentRequirement Required
38739 src/com/gps/hibernate/UserDetails.java 356 Parameter 'inboxes' is not assigned and could be declared final
38740 src/com/gps/hibernate/UserDetails.java 356 publicMethodCommentRequirement Required
38741 src/com/gps/hibernate/UserDetails.java 360 publicMethodCommentRequirement Required
38742 src/com/gps/hibernate/UserDetails.java 364 Parameter 'speedparameters' is not assigned and could be declared final
38743 src/com/gps/hibernate/UserDetails.java 364 publicMethodCommentRequirement Required
38744 src/com/gps/hibernate/UserDetails.java 368 publicMethodCommentRequirement Required
38745 src/com/gps/hibernate/UserDetails.java 372 Parameter 'charityBarometers' is not assigned and could be declared final
38746 src/com/gps/hibernate/UserDetails.java 372 publicMethodCommentRequirement Required
38747 src/com/gps/hibernate/UserDetails.java 376 publicMethodCommentRequirement Required
38748 src/com/gps/hibernate/UserDetails.java 380 Parameter 'vehicleDetailses' is not assigned and could be declared final
38749 src/com/gps/hibernate/UserDetails.java 380 publicMethodCommentRequirement Required
38750 src/com/gps/hibernate/UserDetails.java 384 publicMethodCommentRequirement Required
38751 src/com/gps/hibernate/UserDetails.java 388 Parameter 'userLandmarkses' is not assigned and could be declared final
38752 src/com/gps/hibernate/UserDetails.java 388 publicMethodCommentRequirement Required
38753 src/com/gps/hibernate/UserDetailsDAO.java 3 Avoid unused imports such as 'java.util.Date'
38754 src/com/gps/hibernate/UserDetailsDAO.java 5 Avoid unused imports such as 'java.util.Set'
38755 src/com/gps/hibernate/UserDetailsDAO.java 12 Comment is too large: Too many lines
38756 src/com/gps/hibernate/UserDetailsDAO.java 24 This class has too many methods, consider refactoring it.
38757 src/com/gps/hibernate/UserDetailsDAO.java 25 Logger should be defined private static final and have the correct class
38758 src/com/gps/hibernate/UserDetailsDAO.java 25 Variables that are final and static should be all capitals, 'log' is not all capitals.
38759 src/com/gps/hibernate/UserDetailsDAO.java 25 fieldCommentRequirement Required
38760 src/com/gps/hibernate/UserDetailsDAO.java 27 fieldCommentRequirement Required
38761 src/com/gps/hibernate/UserDetailsDAO.java 28 fieldCommentRequirement Required
38762 src/com/gps/hibernate/UserDetailsDAO.java 29 fieldCommentRequirement Required
38763 src/com/gps/hibernate/UserDetailsDAO.java 30 fieldCommentRequirement Required
38764 src/com/gps/hibernate/UserDetailsDAO.java 31 fieldCommentRequirement Required
38765 src/com/gps/hibernate/UserDetailsDAO.java 32 fieldCommentRequirement Required
38766 src/com/gps/hibernate/UserDetailsDAO.java 33 fieldCommentRequirement Required
38767 src/com/gps/hibernate/UserDetailsDAO.java 34 fieldCommentRequirement Required
38768 src/com/gps/hibernate/UserDetailsDAO.java 35 fieldCommentRequirement Required
38769 src/com/gps/hibernate/UserDetailsDAO.java 36 fieldCommentRequirement Required
38770 src/com/gps/hibernate/UserDetailsDAO.java 37 fieldCommentRequirement Required
38771 src/com/gps/hibernate/UserDetailsDAO.java 38 fieldCommentRequirement Required
38772 src/com/gps/hibernate/UserDetailsDAO.java 39 fieldCommentRequirement Required
38773 src/com/gps/hibernate/UserDetailsDAO.java 40 fieldCommentRequirement Required
38774 src/com/gps/hibernate/UserDetailsDAO.java 41 fieldCommentRequirement Required
38775 src/com/gps/hibernate/UserDetailsDAO.java 42 fieldCommentRequirement Required
38776 src/com/gps/hibernate/UserDetailsDAO.java 43 fieldCommentRequirement Required
38777 src/com/gps/hibernate/UserDetailsDAO.java 44 fieldCommentRequirement Required
38778 src/com/gps/hibernate/UserDetailsDAO.java 46 Parameter 'transientInstance' is not assigned and could be declared final
38779 src/com/gps/hibernate/UserDetailsDAO.java 46 publicMethodCommentRequirement Required
38780 src/com/gps/hibernate/UserDetailsDAO.java 47 There is log block not surrounded by if
38781 src/com/gps/hibernate/UserDetailsDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38782 src/com/gps/hibernate/UserDetailsDAO.java 49 Potential violation of Law of Demeter (method chain calls)
38783 src/com/gps/hibernate/UserDetailsDAO.java 50 There is log block not surrounded by if
38784 src/com/gps/hibernate/UserDetailsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38785 src/com/gps/hibernate/UserDetailsDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38786 src/com/gps/hibernate/UserDetailsDAO.java 52 There is log block not surrounded by if
38787 src/com/gps/hibernate/UserDetailsDAO.java 57 Avoid excessively long variable names like persistentInstance
38788 src/com/gps/hibernate/UserDetailsDAO.java 57 Parameter 'persistentInstance' is not assigned and could be declared final
38789 src/com/gps/hibernate/UserDetailsDAO.java 57 publicMethodCommentRequirement Required
38790 src/com/gps/hibernate/UserDetailsDAO.java 58 There is log block not surrounded by if
38791 src/com/gps/hibernate/UserDetailsDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38792 src/com/gps/hibernate/UserDetailsDAO.java 60 Potential violation of Law of Demeter (method chain calls)
38793 src/com/gps/hibernate/UserDetailsDAO.java 61 There is log block not surrounded by if
38794 src/com/gps/hibernate/UserDetailsDAO.java 61 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38795 src/com/gps/hibernate/UserDetailsDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38796 src/com/gps/hibernate/UserDetailsDAO.java 63 There is log block not surrounded by if
38797 src/com/gps/hibernate/UserDetailsDAO.java 68 Avoid variables with short names like id
38798 src/com/gps/hibernate/UserDetailsDAO.java 68 Parameter 'id' is not assigned and could be declared final
38799 src/com/gps/hibernate/UserDetailsDAO.java 68 publicMethodCommentRequirement Required
38800 src/com/gps/hibernate/UserDetailsDAO.java 69 There is log block not surrounded by if
38801 src/com/gps/hibernate/UserDetailsDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38802 src/com/gps/hibernate/UserDetailsDAO.java 71 Local variable 'instance' could be declared final
38803 src/com/gps/hibernate/UserDetailsDAO.java 71 Potential violation of Law of Demeter (method chain calls)
38804 src/com/gps/hibernate/UserDetailsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38805 src/com/gps/hibernate/UserDetailsDAO.java 75 There is log block not surrounded by if
38806 src/com/gps/hibernate/UserDetailsDAO.java 80 Parameter 'instance' is not assigned and could be declared final
38807 src/com/gps/hibernate/UserDetailsDAO.java 80 publicMethodCommentRequirement Required
38808 src/com/gps/hibernate/UserDetailsDAO.java 81 There is log block not surrounded by if
38809 src/com/gps/hibernate/UserDetailsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38810 src/com/gps/hibernate/UserDetailsDAO.java 83 Local variable 'results' could be declared final
38811 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38812 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38813 src/com/gps/hibernate/UserDetailsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
38814 src/com/gps/hibernate/UserDetailsDAO.java 86 There is log block not surrounded by if
38815 src/com/gps/hibernate/UserDetailsDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38816 src/com/gps/hibernate/UserDetailsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
38817 src/com/gps/hibernate/UserDetailsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38818 src/com/gps/hibernate/UserDetailsDAO.java 90 There is log block not surrounded by if
38819 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'propertyName' is not assigned and could be declared final
38820 src/com/gps/hibernate/UserDetailsDAO.java 95 Parameter 'value' is not assigned and could be declared final
38821 src/com/gps/hibernate/UserDetailsDAO.java 95 publicMethodCommentRequirement Required
38822 src/com/gps/hibernate/UserDetailsDAO.java 96 There is log block not surrounded by if
38823 src/com/gps/hibernate/UserDetailsDAO.java 96 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38824 src/com/gps/hibernate/UserDetailsDAO.java 99 Local variable 'queryString' could be declared final
38825 src/com/gps/hibernate/UserDetailsDAO.java 101 Local variable 'queryObject' could be declared final
38826 src/com/gps/hibernate/UserDetailsDAO.java 101 Potential violation of Law of Demeter (method chain calls)
38827 src/com/gps/hibernate/UserDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
38828 src/com/gps/hibernate/UserDetailsDAO.java 103 Potential violation of Law of Demeter (object not created locally)
38829 src/com/gps/hibernate/UserDetailsDAO.java 104 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38830 src/com/gps/hibernate/UserDetailsDAO.java 105 There is log block not surrounded by if
38831 src/com/gps/hibernate/UserDetailsDAO.java 110 Parameter 'username' is not assigned and could be declared final
38832 src/com/gps/hibernate/UserDetailsDAO.java 110 publicMethodCommentRequirement Required
38833 src/com/gps/hibernate/UserDetailsDAO.java 114 Parameter 'loginname' is not assigned and could be declared final
38834 src/com/gps/hibernate/UserDetailsDAO.java 114 publicMethodCommentRequirement Required
38835 src/com/gps/hibernate/UserDetailsDAO.java 118 Parameter 'userStatus' is not assigned and could be declared final
38836 src/com/gps/hibernate/UserDetailsDAO.java 118 publicMethodCommentRequirement Required
38837 src/com/gps/hibernate/UserDetailsDAO.java 122 Parameter 'email' is not assigned and could be declared final
38838 src/com/gps/hibernate/UserDetailsDAO.java 122 publicMethodCommentRequirement Required
38839 src/com/gps/hibernate/UserDetailsDAO.java 126 Parameter 'gender' is not assigned and could be declared final
38840 src/com/gps/hibernate/UserDetailsDAO.java 126 publicMethodCommentRequirement Required
38841 src/com/gps/hibernate/UserDetailsDAO.java 130 Parameter 'phNumber' is not assigned and could be declared final
38842 src/com/gps/hibernate/UserDetailsDAO.java 130 publicMethodCommentRequirement Required
38843 src/com/gps/hibernate/UserDetailsDAO.java 134 Parameter 'chatId' is not assigned and could be declared final
38844 src/com/gps/hibernate/UserDetailsDAO.java 134 publicMethodCommentRequirement Required
38845 src/com/gps/hibernate/UserDetailsDAO.java 138 Parameter 'secQuest' is not assigned and could be declared final
38846 src/com/gps/hibernate/UserDetailsDAO.java 138 publicMethodCommentRequirement Required
38847 src/com/gps/hibernate/UserDetailsDAO.java 142 Parameter 'secAnswer' is not assigned and could be declared final
38848 src/com/gps/hibernate/UserDetailsDAO.java 142 publicMethodCommentRequirement Required
38849 src/com/gps/hibernate/UserDetailsDAO.java 146 Parameter 'role' is not assigned and could be declared final
38850 src/com/gps/hibernate/UserDetailsDAO.java 146 publicMethodCommentRequirement Required
38851 src/com/gps/hibernate/UserDetailsDAO.java 150 Method names should not contain underscores
38852 src/com/gps/hibernate/UserDetailsDAO.java 150 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'organization_1' is not final.
38853 src/com/gps/hibernate/UserDetailsDAO.java 150 Parameter 'organization_1' is not assigned and could be declared final
38854 src/com/gps/hibernate/UserDetailsDAO.java 150 publicMethodCommentRequirement Required
38855 src/com/gps/hibernate/UserDetailsDAO.java 154 Parameter 'age' is not assigned and could be declared final
38856 src/com/gps/hibernate/UserDetailsDAO.java 154 publicMethodCommentRequirement Required
38857 src/com/gps/hibernate/UserDetailsDAO.java 158 Parameter 'userImage' is not assigned and could be declared final
38858 src/com/gps/hibernate/UserDetailsDAO.java 158 publicMethodCommentRequirement Required
38859 src/com/gps/hibernate/UserDetailsDAO.java 162 Parameter 'password' is not assigned and could be declared final
38860 src/com/gps/hibernate/UserDetailsDAO.java 162 publicMethodCommentRequirement Required
38861 src/com/gps/hibernate/UserDetailsDAO.java 166 Parameter 'smsStatus' is not assigned and could be declared final
38862 src/com/gps/hibernate/UserDetailsDAO.java 166 publicMethodCommentRequirement Required
38863 src/com/gps/hibernate/UserDetailsDAO.java 170 Parameter 'timezone' is not assigned and could be declared final
38864 src/com/gps/hibernate/UserDetailsDAO.java 170 publicMethodCommentRequirement Required
38865 src/com/gps/hibernate/UserDetailsDAO.java 174 Parameter 'firstname' is not assigned and could be declared final
38866 src/com/gps/hibernate/UserDetailsDAO.java 174 publicMethodCommentRequirement Required
38867 src/com/gps/hibernate/UserDetailsDAO.java 178 Parameter 'lastname' is not assigned and could be declared final
38868 src/com/gps/hibernate/UserDetailsDAO.java 178 publicMethodCommentRequirement Required
38869 src/com/gps/hibernate/UserDetailsDAO.java 182 publicMethodCommentRequirement Required
38870 src/com/gps/hibernate/UserDetailsDAO.java 183 There is log block not surrounded by if
38871 src/com/gps/hibernate/UserDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38872 src/com/gps/hibernate/UserDetailsDAO.java 185 Local variable 'queryString' could be declared final
38873 src/com/gps/hibernate/UserDetailsDAO.java 186 Local variable 'queryObject' could be declared final
38874 src/com/gps/hibernate/UserDetailsDAO.java 186 Potential violation of Law of Demeter (method chain calls)
38875 src/com/gps/hibernate/UserDetailsDAO.java 187 Potential violation of Law of Demeter (object not created locally)
38876 src/com/gps/hibernate/UserDetailsDAO.java 188 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38877 src/com/gps/hibernate/UserDetailsDAO.java 189 There is log block not surrounded by if
38878 src/com/gps/hibernate/UserDetailsDAO.java 194 Parameter 'detachedInstance' is not assigned and could be declared final
38879 src/com/gps/hibernate/UserDetailsDAO.java 194 publicMethodCommentRequirement Required
38880 src/com/gps/hibernate/UserDetailsDAO.java 195 There is log block not surrounded by if
38881 src/com/gps/hibernate/UserDetailsDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38882 src/com/gps/hibernate/UserDetailsDAO.java 197 Local variable 'result' could be declared final
38883 src/com/gps/hibernate/UserDetailsDAO.java 197 Potential violation of Law of Demeter (method chain calls)
38884 src/com/gps/hibernate/UserDetailsDAO.java 199 There is log block not surrounded by if
38885 src/com/gps/hibernate/UserDetailsDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38886 src/com/gps/hibernate/UserDetailsDAO.java 201 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38887 src/com/gps/hibernate/UserDetailsDAO.java 202 There is log block not surrounded by if
38888 src/com/gps/hibernate/UserDetailsDAO.java 207 Parameter 'instance' is not assigned and could be declared final
38889 src/com/gps/hibernate/UserDetailsDAO.java 207 publicMethodCommentRequirement Required
38890 src/com/gps/hibernate/UserDetailsDAO.java 208 There is log block not surrounded by if
38891 src/com/gps/hibernate/UserDetailsDAO.java 208 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38892 src/com/gps/hibernate/UserDetailsDAO.java 210 Potential violation of Law of Demeter (method chain calls)
38893 src/com/gps/hibernate/UserDetailsDAO.java 211 There is log block not surrounded by if
38894 src/com/gps/hibernate/UserDetailsDAO.java 211 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38895 src/com/gps/hibernate/UserDetailsDAO.java 212 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38896 src/com/gps/hibernate/UserDetailsDAO.java 213 There is log block not surrounded by if
38897 src/com/gps/hibernate/UserDetailsDAO.java 218 Parameter 'instance' is not assigned and could be declared final
38898 src/com/gps/hibernate/UserDetailsDAO.java 218 publicMethodCommentRequirement Required
38899 src/com/gps/hibernate/UserDetailsDAO.java 219 There is log block not surrounded by if
38900 src/com/gps/hibernate/UserDetailsDAO.java 219 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38901 src/com/gps/hibernate/UserDetailsDAO.java 221 Potential violation of Law of Demeter (method chain calls)
38902 src/com/gps/hibernate/UserDetailsDAO.java 222 There is log block not surrounded by if
38903 src/com/gps/hibernate/UserDetailsDAO.java 222 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38904 src/com/gps/hibernate/UserDetailsDAO.java 223 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38905 src/com/gps/hibernate/UserDetailsDAO.java 224 There is log block not surrounded by if
38906 src/com/gps/hibernate/UserGeofenceMap.java 9 Classes implementing Serializable should set a serialVersionUID
38907 src/com/gps/hibernate/UserGeofenceMap.java 13 fieldCommentRequirement Required
38908 src/com/gps/hibernate/UserGeofenceMap.java 14 fieldCommentRequirement Required
38909 src/com/gps/hibernate/UserGeofenceMap.java 15 fieldCommentRequirement Required
38910 src/com/gps/hibernate/UserGeofenceMap.java 20 Document empty constructor
38911 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'geofence' is not assigned and could be declared final
38912 src/com/gps/hibernate/UserGeofenceMap.java 24 Parameter 'userDetails' is not assigned and could be declared final
38913 src/com/gps/hibernate/UserGeofenceMap.java 31 publicMethodCommentRequirement Required
38914 src/com/gps/hibernate/UserGeofenceMap.java 35 Parameter 'ugmapid' is not assigned and could be declared final
38915 src/com/gps/hibernate/UserGeofenceMap.java 35 publicMethodCommentRequirement Required
38916 src/com/gps/hibernate/UserGeofenceMap.java 39 publicMethodCommentRequirement Required
38917 src/com/gps/hibernate/UserGeofenceMap.java 43 Parameter 'userDetails' is not assigned and could be declared final
38918 src/com/gps/hibernate/UserGeofenceMap.java 43 publicMethodCommentRequirement Required
38919 src/com/gps/hibernate/UserGeofenceMap.java 47 publicMethodCommentRequirement Required
38920 src/com/gps/hibernate/UserGeofenceMap.java 51 Parameter 'geofence' is not assigned and could be declared final
38921 src/com/gps/hibernate/UserGeofenceMap.java 51 publicMethodCommentRequirement Required
38922 src/com/gps/hibernate/UserGeofenceMapDAO.java 10 Comment is too large: Too many lines
38923 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Logger should be defined private static final and have the correct class
38924 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
38925 src/com/gps/hibernate/UserGeofenceMapDAO.java 23 fieldCommentRequirement Required
38926 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
38927 src/com/gps/hibernate/UserGeofenceMapDAO.java 27 publicMethodCommentRequirement Required
38928 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 There is log block not surrounded by if
38929 src/com/gps/hibernate/UserGeofenceMapDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38930 src/com/gps/hibernate/UserGeofenceMapDAO.java 30 Potential violation of Law of Demeter (method chain calls)
38931 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 There is log block not surrounded by if
38932 src/com/gps/hibernate/UserGeofenceMapDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38933 src/com/gps/hibernate/UserGeofenceMapDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38934 src/com/gps/hibernate/UserGeofenceMapDAO.java 33 There is log block not surrounded by if
38935 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Avoid excessively long variable names like persistentInstance
38936 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
38937 src/com/gps/hibernate/UserGeofenceMapDAO.java 38 publicMethodCommentRequirement Required
38938 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 There is log block not surrounded by if
38939 src/com/gps/hibernate/UserGeofenceMapDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38940 src/com/gps/hibernate/UserGeofenceMapDAO.java 41 Potential violation of Law of Demeter (method chain calls)
38941 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 There is log block not surrounded by if
38942 src/com/gps/hibernate/UserGeofenceMapDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38943 src/com/gps/hibernate/UserGeofenceMapDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38944 src/com/gps/hibernate/UserGeofenceMapDAO.java 44 There is log block not surrounded by if
38945 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Avoid variables with short names like id
38946 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 Parameter 'id' is not assigned and could be declared final
38947 src/com/gps/hibernate/UserGeofenceMapDAO.java 49 publicMethodCommentRequirement Required
38948 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 There is log block not surrounded by if
38949 src/com/gps/hibernate/UserGeofenceMapDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38950 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Local variable 'instance' could be declared final
38951 src/com/gps/hibernate/UserGeofenceMapDAO.java 52 Potential violation of Law of Demeter (method chain calls)
38952 src/com/gps/hibernate/UserGeofenceMapDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38953 src/com/gps/hibernate/UserGeofenceMapDAO.java 56 There is log block not surrounded by if
38954 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 Parameter 'instance' is not assigned and could be declared final
38955 src/com/gps/hibernate/UserGeofenceMapDAO.java 61 publicMethodCommentRequirement Required
38956 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 There is log block not surrounded by if
38957 src/com/gps/hibernate/UserGeofenceMapDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38958 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Local variable 'results' could be declared final
38959 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38960 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38961 src/com/gps/hibernate/UserGeofenceMapDAO.java 64 Potential violation of Law of Demeter (method chain calls)
38962 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 There is log block not surrounded by if
38963 src/com/gps/hibernate/UserGeofenceMapDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38964 src/com/gps/hibernate/UserGeofenceMapDAO.java 68 Potential violation of Law of Demeter (object not created locally)
38965 src/com/gps/hibernate/UserGeofenceMapDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38966 src/com/gps/hibernate/UserGeofenceMapDAO.java 71 There is log block not surrounded by if
38967 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
38968 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 Parameter 'value' is not assigned and could be declared final
38969 src/com/gps/hibernate/UserGeofenceMapDAO.java 76 publicMethodCommentRequirement Required
38970 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 There is log block not surrounded by if
38971 src/com/gps/hibernate/UserGeofenceMapDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38972 src/com/gps/hibernate/UserGeofenceMapDAO.java 80 Local variable 'queryString' could be declared final
38973 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Local variable 'queryObject' could be declared final
38974 src/com/gps/hibernate/UserGeofenceMapDAO.java 82 Potential violation of Law of Demeter (method chain calls)
38975 src/com/gps/hibernate/UserGeofenceMapDAO.java 83 Potential violation of Law of Demeter (object not created locally)
38976 src/com/gps/hibernate/UserGeofenceMapDAO.java 84 Potential violation of Law of Demeter (object not created locally)
38977 src/com/gps/hibernate/UserGeofenceMapDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38978 src/com/gps/hibernate/UserGeofenceMapDAO.java 86 There is log block not surrounded by if
38979 src/com/gps/hibernate/UserGeofenceMapDAO.java 91 publicMethodCommentRequirement Required
38980 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 There is log block not surrounded by if
38981 src/com/gps/hibernate/UserGeofenceMapDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38982 src/com/gps/hibernate/UserGeofenceMapDAO.java 94 Local variable 'queryString' could be declared final
38983 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Local variable 'queryObject' could be declared final
38984 src/com/gps/hibernate/UserGeofenceMapDAO.java 95 Potential violation of Law of Demeter (method chain calls)
38985 src/com/gps/hibernate/UserGeofenceMapDAO.java 96 Potential violation of Law of Demeter (object not created locally)
38986 src/com/gps/hibernate/UserGeofenceMapDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38987 src/com/gps/hibernate/UserGeofenceMapDAO.java 98 There is log block not surrounded by if
38988 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
38989 src/com/gps/hibernate/UserGeofenceMapDAO.java 103 publicMethodCommentRequirement Required
38990 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 There is log block not surrounded by if
38991 src/com/gps/hibernate/UserGeofenceMapDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38992 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Local variable 'result' could be declared final
38993 src/com/gps/hibernate/UserGeofenceMapDAO.java 106 Potential violation of Law of Demeter (method chain calls)
38994 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 There is log block not surrounded by if
38995 src/com/gps/hibernate/UserGeofenceMapDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
38996 src/com/gps/hibernate/UserGeofenceMapDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
38997 src/com/gps/hibernate/UserGeofenceMapDAO.java 111 There is log block not surrounded by if
38998 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 Parameter 'instance' is not assigned and could be declared final
38999 src/com/gps/hibernate/UserGeofenceMapDAO.java 116 publicMethodCommentRequirement Required
39000 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 There is log block not surrounded by if
39001 src/com/gps/hibernate/UserGeofenceMapDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39002 src/com/gps/hibernate/UserGeofenceMapDAO.java 119 Potential violation of Law of Demeter (method chain calls)
39003 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 There is log block not surrounded by if
39004 src/com/gps/hibernate/UserGeofenceMapDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39005 src/com/gps/hibernate/UserGeofenceMapDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39006 src/com/gps/hibernate/UserGeofenceMapDAO.java 122 There is log block not surrounded by if
39007 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 Parameter 'instance' is not assigned and could be declared final
39008 src/com/gps/hibernate/UserGeofenceMapDAO.java 127 publicMethodCommentRequirement Required
39009 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 There is log block not surrounded by if
39010 src/com/gps/hibernate/UserGeofenceMapDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39011 src/com/gps/hibernate/UserGeofenceMapDAO.java 130 Potential violation of Law of Demeter (method chain calls)
39012 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 There is log block not surrounded by if
39013 src/com/gps/hibernate/UserGeofenceMapDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39014 src/com/gps/hibernate/UserGeofenceMapDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39015 src/com/gps/hibernate/UserGeofenceMapDAO.java 133 There is log block not surrounded by if
39016 src/com/gps/hibernate/UserGrades.java 3 Classes implementing Serializable should set a serialVersionUID
39017 src/com/gps/hibernate/UserGrades.java 3 headerCommentRequirement Required
39018 src/com/gps/hibernate/UserGrades.java 5 Avoid variables with short names like id
39019 src/com/gps/hibernate/UserGrades.java 5 fieldCommentRequirement Required
39020 src/com/gps/hibernate/UserGrades.java 6 fieldCommentRequirement Required
39021 src/com/gps/hibernate/UserGrades.java 7 fieldCommentRequirement Required
39022 src/com/gps/hibernate/UserGrades.java 8 fieldCommentRequirement Required
39023 src/com/gps/hibernate/UserGrades.java 18 Avoid variables with short names like id
39024 src/com/gps/hibernate/UserGrades.java 18 Parameter 'id' is not assigned and could be declared final
39025 src/com/gps/hibernate/UserGrades.java 30 Parameter 'user' is not assigned and could be declared final
39026 src/com/gps/hibernate/UserGrades.java 42 Parameter 'grade' is not assigned and could be declared final
39027 src/com/gps/hibernate/UserGrades.java 54 Parameter 'batch' is not assigned and could be declared final
39028 src/com/gps/hibernate/UserGradesDAO.java 6 Each class should declare at least one constructor
39029 src/com/gps/hibernate/UserGradesDAO.java 6 headerCommentRequirement Required
39030 src/com/gps/hibernate/UserGradesDAO.java 8 Avoid unused private fields such as 'log'.
39031 src/com/gps/hibernate/UserGradesDAO.java 8 Logger should be defined private static final and have the correct class
39032 src/com/gps/hibernate/UserGradesDAO.java 8 Variables that are final and static should be all capitals, 'log' is not all capitals.
39033 src/com/gps/hibernate/UserGradesDAO.java 8 fieldCommentRequirement Required
39034 src/com/gps/hibernate/UserLandmarks.java 9 Classes implementing Serializable should set a serialVersionUID
39035 src/com/gps/hibernate/UserLandmarks.java 13 fieldCommentRequirement Required
39036 src/com/gps/hibernate/UserLandmarks.java 14 fieldCommentRequirement Required
39037 src/com/gps/hibernate/UserLandmarks.java 15 fieldCommentRequirement Required
39038 src/com/gps/hibernate/UserLandmarks.java 16 fieldCommentRequirement Required
39039 src/com/gps/hibernate/UserLandmarks.java 17 fieldCommentRequirement Required
39040 src/com/gps/hibernate/UserLandmarks.java 18 fieldCommentRequirement Required
39041 src/com/gps/hibernate/UserLandmarks.java 23 Document empty constructor
39042 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'description' is not assigned and could be declared final
39043 src/com/gps/hibernate/UserLandmarks.java 27 Parameter 'userDetails' is not assigned and could be declared final
39044 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'description' is not assigned and could be declared final
39045 src/com/gps/hibernate/UserLandmarks.java 33 Parameter 'userDetails' is not assigned and could be declared final
39046 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'landmark' is not assigned and could be declared final
39047 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'latitude' is not assigned and could be declared final
39048 src/com/gps/hibernate/UserLandmarks.java 34 Parameter 'longitude' is not assigned and could be declared final
39049 src/com/gps/hibernate/UserLandmarks.java 44 publicMethodCommentRequirement Required
39050 src/com/gps/hibernate/UserLandmarks.java 48 Parameter 'landmarkid' is not assigned and could be declared final
39051 src/com/gps/hibernate/UserLandmarks.java 48 publicMethodCommentRequirement Required
39052 src/com/gps/hibernate/UserLandmarks.java 52 publicMethodCommentRequirement Required
39053 src/com/gps/hibernate/UserLandmarks.java 56 Parameter 'userDetails' is not assigned and could be declared final
39054 src/com/gps/hibernate/UserLandmarks.java 56 publicMethodCommentRequirement Required
39055 src/com/gps/hibernate/UserLandmarks.java 60 publicMethodCommentRequirement Required
39056 src/com/gps/hibernate/UserLandmarks.java 64 Parameter 'description' is not assigned and could be declared final
39057 src/com/gps/hibernate/UserLandmarks.java 64 publicMethodCommentRequirement Required
39058 src/com/gps/hibernate/UserLandmarks.java 68 publicMethodCommentRequirement Required
39059 src/com/gps/hibernate/UserLandmarks.java 72 Parameter 'landmark' is not assigned and could be declared final
39060 src/com/gps/hibernate/UserLandmarks.java 72 publicMethodCommentRequirement Required
39061 src/com/gps/hibernate/UserLandmarks.java 76 publicMethodCommentRequirement Required
39062 src/com/gps/hibernate/UserLandmarks.java 80 Parameter 'latitude' is not assigned and could be declared final
39063 src/com/gps/hibernate/UserLandmarks.java 80 publicMethodCommentRequirement Required
39064 src/com/gps/hibernate/UserLandmarks.java 84 publicMethodCommentRequirement Required
39065 src/com/gps/hibernate/UserLandmarks.java 88 Parameter 'longitude' is not assigned and could be declared final
39066 src/com/gps/hibernate/UserLandmarks.java 88 publicMethodCommentRequirement Required
39067 src/com/gps/hibernate/UserLandmarksDAO.java 10 Comment is too large: Too many lines
39068 src/com/gps/hibernate/UserLandmarksDAO.java 22 This class has too many methods, consider refactoring it.
39069 src/com/gps/hibernate/UserLandmarksDAO.java 23 Logger should be defined private static final and have the correct class
39070 src/com/gps/hibernate/UserLandmarksDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39071 src/com/gps/hibernate/UserLandmarksDAO.java 23 fieldCommentRequirement Required
39072 src/com/gps/hibernate/UserLandmarksDAO.java 25 fieldCommentRequirement Required
39073 src/com/gps/hibernate/UserLandmarksDAO.java 26 fieldCommentRequirement Required
39074 src/com/gps/hibernate/UserLandmarksDAO.java 27 fieldCommentRequirement Required
39075 src/com/gps/hibernate/UserLandmarksDAO.java 28 fieldCommentRequirement Required
39076 src/com/gps/hibernate/UserLandmarksDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
39077 src/com/gps/hibernate/UserLandmarksDAO.java 30 publicMethodCommentRequirement Required
39078 src/com/gps/hibernate/UserLandmarksDAO.java 31 There is log block not surrounded by if
39079 src/com/gps/hibernate/UserLandmarksDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39080 src/com/gps/hibernate/UserLandmarksDAO.java 33 Potential violation of Law of Demeter (method chain calls)
39081 src/com/gps/hibernate/UserLandmarksDAO.java 34 There is log block not surrounded by if
39082 src/com/gps/hibernate/UserLandmarksDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39083 src/com/gps/hibernate/UserLandmarksDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39084 src/com/gps/hibernate/UserLandmarksDAO.java 36 There is log block not surrounded by if
39085 src/com/gps/hibernate/UserLandmarksDAO.java 41 Avoid excessively long variable names like persistentInstance
39086 src/com/gps/hibernate/UserLandmarksDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
39087 src/com/gps/hibernate/UserLandmarksDAO.java 41 publicMethodCommentRequirement Required
39088 src/com/gps/hibernate/UserLandmarksDAO.java 42 There is log block not surrounded by if
39089 src/com/gps/hibernate/UserLandmarksDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39090 src/com/gps/hibernate/UserLandmarksDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39091 src/com/gps/hibernate/UserLandmarksDAO.java 45 There is log block not surrounded by if
39092 src/com/gps/hibernate/UserLandmarksDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39093 src/com/gps/hibernate/UserLandmarksDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39094 src/com/gps/hibernate/UserLandmarksDAO.java 47 There is log block not surrounded by if
39095 src/com/gps/hibernate/UserLandmarksDAO.java 52 Avoid variables with short names like id
39096 src/com/gps/hibernate/UserLandmarksDAO.java 52 Parameter 'id' is not assigned and could be declared final
39097 src/com/gps/hibernate/UserLandmarksDAO.java 52 publicMethodCommentRequirement Required
39098 src/com/gps/hibernate/UserLandmarksDAO.java 53 There is log block not surrounded by if
39099 src/com/gps/hibernate/UserLandmarksDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39100 src/com/gps/hibernate/UserLandmarksDAO.java 55 Local variable 'instance' could be declared final
39101 src/com/gps/hibernate/UserLandmarksDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39102 src/com/gps/hibernate/UserLandmarksDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39103 src/com/gps/hibernate/UserLandmarksDAO.java 59 There is log block not surrounded by if
39104 src/com/gps/hibernate/UserLandmarksDAO.java 64 Parameter 'instance' is not assigned and could be declared final
39105 src/com/gps/hibernate/UserLandmarksDAO.java 64 publicMethodCommentRequirement Required
39106 src/com/gps/hibernate/UserLandmarksDAO.java 65 There is log block not surrounded by if
39107 src/com/gps/hibernate/UserLandmarksDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39108 src/com/gps/hibernate/UserLandmarksDAO.java 67 Local variable 'results' could be declared final
39109 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39110 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39111 src/com/gps/hibernate/UserLandmarksDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39112 src/com/gps/hibernate/UserLandmarksDAO.java 70 There is log block not surrounded by if
39113 src/com/gps/hibernate/UserLandmarksDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39114 src/com/gps/hibernate/UserLandmarksDAO.java 71 Potential violation of Law of Demeter (object not created locally)
39115 src/com/gps/hibernate/UserLandmarksDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39116 src/com/gps/hibernate/UserLandmarksDAO.java 74 There is log block not surrounded by if
39117 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
39118 src/com/gps/hibernate/UserLandmarksDAO.java 79 Parameter 'value' is not assigned and could be declared final
39119 src/com/gps/hibernate/UserLandmarksDAO.java 79 publicMethodCommentRequirement Required
39120 src/com/gps/hibernate/UserLandmarksDAO.java 80 There is log block not surrounded by if
39121 src/com/gps/hibernate/UserLandmarksDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39122 src/com/gps/hibernate/UserLandmarksDAO.java 83 Local variable 'queryString' could be declared final
39123 src/com/gps/hibernate/UserLandmarksDAO.java 85 Local variable 'queryObject' could be declared final
39124 src/com/gps/hibernate/UserLandmarksDAO.java 85 Potential violation of Law of Demeter (method chain calls)
39125 src/com/gps/hibernate/UserLandmarksDAO.java 86 Potential violation of Law of Demeter (object not created locally)
39126 src/com/gps/hibernate/UserLandmarksDAO.java 87 Potential violation of Law of Demeter (object not created locally)
39127 src/com/gps/hibernate/UserLandmarksDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39128 src/com/gps/hibernate/UserLandmarksDAO.java 89 There is log block not surrounded by if
39129 src/com/gps/hibernate/UserLandmarksDAO.java 94 Parameter 'description' is not assigned and could be declared final
39130 src/com/gps/hibernate/UserLandmarksDAO.java 94 publicMethodCommentRequirement Required
39131 src/com/gps/hibernate/UserLandmarksDAO.java 98 Parameter 'landmark' is not assigned and could be declared final
39132 src/com/gps/hibernate/UserLandmarksDAO.java 98 publicMethodCommentRequirement Required
39133 src/com/gps/hibernate/UserLandmarksDAO.java 102 Parameter 'latitude' is not assigned and could be declared final
39134 src/com/gps/hibernate/UserLandmarksDAO.java 102 publicMethodCommentRequirement Required
39135 src/com/gps/hibernate/UserLandmarksDAO.java 106 Parameter 'longitude' is not assigned and could be declared final
39136 src/com/gps/hibernate/UserLandmarksDAO.java 106 publicMethodCommentRequirement Required
39137 src/com/gps/hibernate/UserLandmarksDAO.java 110 publicMethodCommentRequirement Required
39138 src/com/gps/hibernate/UserLandmarksDAO.java 111 There is log block not surrounded by if
39139 src/com/gps/hibernate/UserLandmarksDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39140 src/com/gps/hibernate/UserLandmarksDAO.java 113 Local variable 'queryString' could be declared final
39141 src/com/gps/hibernate/UserLandmarksDAO.java 114 Local variable 'queryObject' could be declared final
39142 src/com/gps/hibernate/UserLandmarksDAO.java 114 Potential violation of Law of Demeter (method chain calls)
39143 src/com/gps/hibernate/UserLandmarksDAO.java 115 Potential violation of Law of Demeter (object not created locally)
39144 src/com/gps/hibernate/UserLandmarksDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39145 src/com/gps/hibernate/UserLandmarksDAO.java 117 There is log block not surrounded by if
39146 src/com/gps/hibernate/UserLandmarksDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
39147 src/com/gps/hibernate/UserLandmarksDAO.java 122 publicMethodCommentRequirement Required
39148 src/com/gps/hibernate/UserLandmarksDAO.java 123 There is log block not surrounded by if
39149 src/com/gps/hibernate/UserLandmarksDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39150 src/com/gps/hibernate/UserLandmarksDAO.java 125 Local variable 'result' could be declared final
39151 src/com/gps/hibernate/UserLandmarksDAO.java 125 Potential violation of Law of Demeter (method chain calls)
39152 src/com/gps/hibernate/UserLandmarksDAO.java 127 There is log block not surrounded by if
39153 src/com/gps/hibernate/UserLandmarksDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39154 src/com/gps/hibernate/UserLandmarksDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39155 src/com/gps/hibernate/UserLandmarksDAO.java 130 There is log block not surrounded by if
39156 src/com/gps/hibernate/UserLandmarksDAO.java 135 Parameter 'instance' is not assigned and could be declared final
39157 src/com/gps/hibernate/UserLandmarksDAO.java 135 publicMethodCommentRequirement Required
39158 src/com/gps/hibernate/UserLandmarksDAO.java 136 There is log block not surrounded by if
39159 src/com/gps/hibernate/UserLandmarksDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39160 src/com/gps/hibernate/UserLandmarksDAO.java 138 Potential violation of Law of Demeter (method chain calls)
39161 src/com/gps/hibernate/UserLandmarksDAO.java 139 There is log block not surrounded by if
39162 src/com/gps/hibernate/UserLandmarksDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39163 src/com/gps/hibernate/UserLandmarksDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39164 src/com/gps/hibernate/UserLandmarksDAO.java 141 There is log block not surrounded by if
39165 src/com/gps/hibernate/UserLandmarksDAO.java 146 Parameter 'instance' is not assigned and could be declared final
39166 src/com/gps/hibernate/UserLandmarksDAO.java 146 publicMethodCommentRequirement Required
39167 src/com/gps/hibernate/UserLandmarksDAO.java 147 There is log block not surrounded by if
39168 src/com/gps/hibernate/UserLandmarksDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39169 src/com/gps/hibernate/UserLandmarksDAO.java 149 Potential violation of Law of Demeter (method chain calls)
39170 src/com/gps/hibernate/UserLandmarksDAO.java 150 There is log block not surrounded by if
39171 src/com/gps/hibernate/UserLandmarksDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39172 src/com/gps/hibernate/UserLandmarksDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39173 src/com/gps/hibernate/UserLandmarksDAO.java 152 There is log block not surrounded by if
39174 src/com/gps/hibernate/UserPreferences.java 9 Classes implementing Serializable should set a serialVersionUID
39175 src/com/gps/hibernate/UserPreferences.java 9 Too many fields
39176 src/com/gps/hibernate/UserPreferences.java 13 fieldCommentRequirement Required
39177 src/com/gps/hibernate/UserPreferences.java 14 fieldCommentRequirement Required
39178 src/com/gps/hibernate/UserPreferences.java 15 fieldCommentRequirement Required
39179 src/com/gps/hibernate/UserPreferences.java 16 fieldCommentRequirement Required
39180 src/com/gps/hibernate/UserPreferences.java 17 Avoid excessively long variable names like searchPreferenceStatus
39181 src/com/gps/hibernate/UserPreferences.java 17 fieldCommentRequirement Required
39182 src/com/gps/hibernate/UserPreferences.java 18 fieldCommentRequirement Required
39183 src/com/gps/hibernate/UserPreferences.java 19 Avoid excessively long variable names like startDistanceLimit
39184 src/com/gps/hibernate/UserPreferences.java 19 fieldCommentRequirement Required
39185 src/com/gps/hibernate/UserPreferences.java 20 Avoid excessively long variable names like distancePreferenceStatus
39186 src/com/gps/hibernate/UserPreferences.java 20 fieldCommentRequirement Required
39187 src/com/gps/hibernate/UserPreferences.java 21 fieldCommentRequirement Required
39188 src/com/gps/hibernate/UserPreferences.java 22 fieldCommentRequirement Required
39189 src/com/gps/hibernate/UserPreferences.java 23 fieldCommentRequirement Required
39190 src/com/gps/hibernate/UserPreferences.java 24 fieldCommentRequirement Required
39191 src/com/gps/hibernate/UserPreferences.java 25 fieldCommentRequirement Required
39192 src/com/gps/hibernate/UserPreferences.java 26 fieldCommentRequirement Required
39193 src/com/gps/hibernate/UserPreferences.java 27 fieldCommentRequirement Required
39194 src/com/gps/hibernate/UserPreferences.java 28 fieldCommentRequirement Required
39195 src/com/gps/hibernate/UserPreferences.java 29 fieldCommentRequirement Required
39196 src/com/gps/hibernate/UserPreferences.java 34 Document empty constructor
39197 src/com/gps/hibernate/UserPreferences.java 38 Parameter 'userDetails' is not assigned and could be declared final
39198 src/com/gps/hibernate/UserPreferences.java 43 Avoid long parameter lists.
39199 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'sourceLocation' is not assigned and could be declared final
39200 src/com/gps/hibernate/UserPreferences.java 43 Parameter 'userDetails' is not assigned and could be declared final
39201 src/com/gps/hibernate/UserPreferences.java 44 Avoid excessively long variable names like searchPreferenceStatus
39202 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'destination' is not assigned and could be declared final
39203 src/com/gps/hibernate/UserPreferences.java 44 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
39204 src/com/gps/hibernate/UserPreferences.java 45 Avoid excessively long variable names like startDistanceLimit
39205 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'destinationLimit' is not assigned and could be declared final
39206 src/com/gps/hibernate/UserPreferences.java 45 Parameter 'startDistanceLimit' is not assigned and could be declared final
39207 src/com/gps/hibernate/UserPreferences.java 46 Avoid excessively long variable names like distancePreferenceStatus
39208 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
39209 src/com/gps/hibernate/UserPreferences.java 46 Parameter 'roleType' is not assigned and could be declared final
39210 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'genderPreference' is not assigned and could be declared final
39211 src/com/gps/hibernate/UserPreferences.java 47 Parameter 'smokingPreference' is not assigned and could be declared final
39212 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'emailAlert' is not assigned and could be declared final
39213 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'smsAlert' is not assigned and could be declared final
39214 src/com/gps/hibernate/UserPreferences.java 48 Parameter 'tripFrequency' is not assigned and could be declared final
39215 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'drivingPreference' is not assigned and could be declared final
39216 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'speedLimit' is not assigned and could be declared final
39217 src/com/gps/hibernate/UserPreferences.java 49 Parameter 'stopLimit' is not assigned and could be declared final
39218 src/com/gps/hibernate/UserPreferences.java 70 publicMethodCommentRequirement Required
39219 src/com/gps/hibernate/UserPreferences.java 74 Parameter 'userPrefId' is not assigned and could be declared final
39220 src/com/gps/hibernate/UserPreferences.java 74 publicMethodCommentRequirement Required
39221 src/com/gps/hibernate/UserPreferences.java 78 publicMethodCommentRequirement Required
39222 src/com/gps/hibernate/UserPreferences.java 82 Parameter 'userDetails' is not assigned and could be declared final
39223 src/com/gps/hibernate/UserPreferences.java 82 publicMethodCommentRequirement Required
39224 src/com/gps/hibernate/UserPreferences.java 86 publicMethodCommentRequirement Required
39225 src/com/gps/hibernate/UserPreferences.java 90 Parameter 'sourceLocation' is not assigned and could be declared final
39226 src/com/gps/hibernate/UserPreferences.java 90 publicMethodCommentRequirement Required
39227 src/com/gps/hibernate/UserPreferences.java 94 publicMethodCommentRequirement Required
39228 src/com/gps/hibernate/UserPreferences.java 98 Parameter 'destination' is not assigned and could be declared final
39229 src/com/gps/hibernate/UserPreferences.java 98 publicMethodCommentRequirement Required
39230 src/com/gps/hibernate/UserPreferences.java 102 publicMethodCommentRequirement Required
39231 src/com/gps/hibernate/UserPreferences.java 106 Avoid excessively long variable names like searchPreferenceStatus
39232 src/com/gps/hibernate/UserPreferences.java 106 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
39233 src/com/gps/hibernate/UserPreferences.java 106 publicMethodCommentRequirement Required
39234 src/com/gps/hibernate/UserPreferences.java 110 publicMethodCommentRequirement Required
39235 src/com/gps/hibernate/UserPreferences.java 114 Parameter 'destinationLimit' is not assigned and could be declared final
39236 src/com/gps/hibernate/UserPreferences.java 114 publicMethodCommentRequirement Required
39237 src/com/gps/hibernate/UserPreferences.java 118 publicMethodCommentRequirement Required
39238 src/com/gps/hibernate/UserPreferences.java 122 Avoid excessively long variable names like startDistanceLimit
39239 src/com/gps/hibernate/UserPreferences.java 122 Parameter 'startDistanceLimit' is not assigned and could be declared final
39240 src/com/gps/hibernate/UserPreferences.java 122 publicMethodCommentRequirement Required
39241 src/com/gps/hibernate/UserPreferences.java 126 publicMethodCommentRequirement Required
39242 src/com/gps/hibernate/UserPreferences.java 130 Avoid excessively long variable names like distancePreferenceStatus
39243 src/com/gps/hibernate/UserPreferences.java 130 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
39244 src/com/gps/hibernate/UserPreferences.java 130 publicMethodCommentRequirement Required
39245 src/com/gps/hibernate/UserPreferences.java 134 publicMethodCommentRequirement Required
39246 src/com/gps/hibernate/UserPreferences.java 138 Parameter 'roleType' is not assigned and could be declared final
39247 src/com/gps/hibernate/UserPreferences.java 138 publicMethodCommentRequirement Required
39248 src/com/gps/hibernate/UserPreferences.java 142 publicMethodCommentRequirement Required
39249 src/com/gps/hibernate/UserPreferences.java 146 Parameter 'smokingPreference' is not assigned and could be declared final
39250 src/com/gps/hibernate/UserPreferences.java 146 publicMethodCommentRequirement Required
39251 src/com/gps/hibernate/UserPreferences.java 150 publicMethodCommentRequirement Required
39252 src/com/gps/hibernate/UserPreferences.java 154 Parameter 'genderPreference' is not assigned and could be declared final
39253 src/com/gps/hibernate/UserPreferences.java 154 publicMethodCommentRequirement Required
39254 src/com/gps/hibernate/UserPreferences.java 158 publicMethodCommentRequirement Required
39255 src/com/gps/hibernate/UserPreferences.java 162 Parameter 'emailAlert' is not assigned and could be declared final
39256 src/com/gps/hibernate/UserPreferences.java 162 publicMethodCommentRequirement Required
39257 src/com/gps/hibernate/UserPreferences.java 166 publicMethodCommentRequirement Required
39258 src/com/gps/hibernate/UserPreferences.java 170 Parameter 'smsAlert' is not assigned and could be declared final
39259 src/com/gps/hibernate/UserPreferences.java 170 publicMethodCommentRequirement Required
39260 src/com/gps/hibernate/UserPreferences.java 174 publicMethodCommentRequirement Required
39261 src/com/gps/hibernate/UserPreferences.java 178 Parameter 'tripFrequency' is not assigned and could be declared final
39262 src/com/gps/hibernate/UserPreferences.java 178 publicMethodCommentRequirement Required
39263 src/com/gps/hibernate/UserPreferences.java 182 publicMethodCommentRequirement Required
39264 src/com/gps/hibernate/UserPreferences.java 186 Parameter 'drivingPreference' is not assigned and could be declared final
39265 src/com/gps/hibernate/UserPreferences.java 186 publicMethodCommentRequirement Required
39266 src/com/gps/hibernate/UserPreferences.java 190 publicMethodCommentRequirement Required
39267 src/com/gps/hibernate/UserPreferences.java 194 Parameter 'speedLimit' is not assigned and could be declared final
39268 src/com/gps/hibernate/UserPreferences.java 194 publicMethodCommentRequirement Required
39269 src/com/gps/hibernate/UserPreferences.java 198 publicMethodCommentRequirement Required
39270 src/com/gps/hibernate/UserPreferences.java 202 Parameter 'stopLimit' is not assigned and could be declared final
39271 src/com/gps/hibernate/UserPreferences.java 202 publicMethodCommentRequirement Required
39272 src/com/gps/hibernate/UserPreferencesDAO.java 10 Comment is too large: Too many lines
39273 src/com/gps/hibernate/UserPreferencesDAO.java 22 This class has too many methods, consider refactoring it.
39274 src/com/gps/hibernate/UserPreferencesDAO.java 23 Logger should be defined private static final and have the correct class
39275 src/com/gps/hibernate/UserPreferencesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39276 src/com/gps/hibernate/UserPreferencesDAO.java 23 fieldCommentRequirement Required
39277 src/com/gps/hibernate/UserPreferencesDAO.java 25 fieldCommentRequirement Required
39278 src/com/gps/hibernate/UserPreferencesDAO.java 26 fieldCommentRequirement Required
39279 src/com/gps/hibernate/UserPreferencesDAO.java 27 Avoid excessively long variable names like SEARCH_PREFERENCE_STATUS
39280 src/com/gps/hibernate/UserPreferencesDAO.java 27 fieldCommentRequirement Required
39281 src/com/gps/hibernate/UserPreferencesDAO.java 28 fieldCommentRequirement Required
39282 src/com/gps/hibernate/UserPreferencesDAO.java 29 Avoid excessively long variable names like START_DISTANCE_LIMIT
39283 src/com/gps/hibernate/UserPreferencesDAO.java 29 fieldCommentRequirement Required
39284 src/com/gps/hibernate/UserPreferencesDAO.java 30 Avoid excessively long variable names like DISTANCE_PREFERENCE_STATUS
39285 src/com/gps/hibernate/UserPreferencesDAO.java 30 fieldCommentRequirement Required
39286 src/com/gps/hibernate/UserPreferencesDAO.java 31 fieldCommentRequirement Required
39287 src/com/gps/hibernate/UserPreferencesDAO.java 32 Avoid excessively long variable names like SMOKING_PREFERENCE
39288 src/com/gps/hibernate/UserPreferencesDAO.java 32 fieldCommentRequirement Required
39289 src/com/gps/hibernate/UserPreferencesDAO.java 33 fieldCommentRequirement Required
39290 src/com/gps/hibernate/UserPreferencesDAO.java 34 fieldCommentRequirement Required
39291 src/com/gps/hibernate/UserPreferencesDAO.java 35 fieldCommentRequirement Required
39292 src/com/gps/hibernate/UserPreferencesDAO.java 36 fieldCommentRequirement Required
39293 src/com/gps/hibernate/UserPreferencesDAO.java 37 Avoid excessively long variable names like DRIVING_PREFERENCE
39294 src/com/gps/hibernate/UserPreferencesDAO.java 37 fieldCommentRequirement Required
39295 src/com/gps/hibernate/UserPreferencesDAO.java 38 fieldCommentRequirement Required
39296 src/com/gps/hibernate/UserPreferencesDAO.java 39 fieldCommentRequirement Required
39297 src/com/gps/hibernate/UserPreferencesDAO.java 41 Parameter 'transientInstance' is not assigned and could be declared final
39298 src/com/gps/hibernate/UserPreferencesDAO.java 41 publicMethodCommentRequirement Required
39299 src/com/gps/hibernate/UserPreferencesDAO.java 42 There is log block not surrounded by if
39300 src/com/gps/hibernate/UserPreferencesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39301 src/com/gps/hibernate/UserPreferencesDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39302 src/com/gps/hibernate/UserPreferencesDAO.java 45 There is log block not surrounded by if
39303 src/com/gps/hibernate/UserPreferencesDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39304 src/com/gps/hibernate/UserPreferencesDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39305 src/com/gps/hibernate/UserPreferencesDAO.java 47 There is log block not surrounded by if
39306 src/com/gps/hibernate/UserPreferencesDAO.java 52 Avoid excessively long variable names like persistentInstance
39307 src/com/gps/hibernate/UserPreferencesDAO.java 52 Parameter 'persistentInstance' is not assigned and could be declared final
39308 src/com/gps/hibernate/UserPreferencesDAO.java 52 publicMethodCommentRequirement Required
39309 src/com/gps/hibernate/UserPreferencesDAO.java 53 There is log block not surrounded by if
39310 src/com/gps/hibernate/UserPreferencesDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39311 src/com/gps/hibernate/UserPreferencesDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39312 src/com/gps/hibernate/UserPreferencesDAO.java 56 There is log block not surrounded by if
39313 src/com/gps/hibernate/UserPreferencesDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39314 src/com/gps/hibernate/UserPreferencesDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39315 src/com/gps/hibernate/UserPreferencesDAO.java 58 There is log block not surrounded by if
39316 src/com/gps/hibernate/UserPreferencesDAO.java 63 Avoid variables with short names like id
39317 src/com/gps/hibernate/UserPreferencesDAO.java 63 Parameter 'id' is not assigned and could be declared final
39318 src/com/gps/hibernate/UserPreferencesDAO.java 63 publicMethodCommentRequirement Required
39319 src/com/gps/hibernate/UserPreferencesDAO.java 64 There is log block not surrounded by if
39320 src/com/gps/hibernate/UserPreferencesDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39321 src/com/gps/hibernate/UserPreferencesDAO.java 66 Local variable 'instance' could be declared final
39322 src/com/gps/hibernate/UserPreferencesDAO.java 66 Potential violation of Law of Demeter (method chain calls)
39323 src/com/gps/hibernate/UserPreferencesDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39324 src/com/gps/hibernate/UserPreferencesDAO.java 70 There is log block not surrounded by if
39325 src/com/gps/hibernate/UserPreferencesDAO.java 75 Parameter 'instance' is not assigned and could be declared final
39326 src/com/gps/hibernate/UserPreferencesDAO.java 75 publicMethodCommentRequirement Required
39327 src/com/gps/hibernate/UserPreferencesDAO.java 76 There is log block not surrounded by if
39328 src/com/gps/hibernate/UserPreferencesDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39329 src/com/gps/hibernate/UserPreferencesDAO.java 78 Local variable 'results' could be declared final
39330 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
39331 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
39332 src/com/gps/hibernate/UserPreferencesDAO.java 78 Potential violation of Law of Demeter (method chain calls)
39333 src/com/gps/hibernate/UserPreferencesDAO.java 81 There is log block not surrounded by if
39334 src/com/gps/hibernate/UserPreferencesDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39335 src/com/gps/hibernate/UserPreferencesDAO.java 82 Potential violation of Law of Demeter (object not created locally)
39336 src/com/gps/hibernate/UserPreferencesDAO.java 84 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39337 src/com/gps/hibernate/UserPreferencesDAO.java 85 There is log block not surrounded by if
39338 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'propertyName' is not assigned and could be declared final
39339 src/com/gps/hibernate/UserPreferencesDAO.java 90 Parameter 'value' is not assigned and could be declared final
39340 src/com/gps/hibernate/UserPreferencesDAO.java 90 publicMethodCommentRequirement Required
39341 src/com/gps/hibernate/UserPreferencesDAO.java 91 There is log block not surrounded by if
39342 src/com/gps/hibernate/UserPreferencesDAO.java 91 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39343 src/com/gps/hibernate/UserPreferencesDAO.java 94 Local variable 'queryString' could be declared final
39344 src/com/gps/hibernate/UserPreferencesDAO.java 96 Local variable 'queryObject' could be declared final
39345 src/com/gps/hibernate/UserPreferencesDAO.java 96 Potential violation of Law of Demeter (method chain calls)
39346 src/com/gps/hibernate/UserPreferencesDAO.java 97 Potential violation of Law of Demeter (object not created locally)
39347 src/com/gps/hibernate/UserPreferencesDAO.java 98 Potential violation of Law of Demeter (object not created locally)
39348 src/com/gps/hibernate/UserPreferencesDAO.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39349 src/com/gps/hibernate/UserPreferencesDAO.java 100 There is log block not surrounded by if
39350 src/com/gps/hibernate/UserPreferencesDAO.java 105 Parameter 'sourceLocation' is not assigned and could be declared final
39351 src/com/gps/hibernate/UserPreferencesDAO.java 105 publicMethodCommentRequirement Required
39352 src/com/gps/hibernate/UserPreferencesDAO.java 109 Parameter 'destination' is not assigned and could be declared final
39353 src/com/gps/hibernate/UserPreferencesDAO.java 109 publicMethodCommentRequirement Required
39354 src/com/gps/hibernate/UserPreferencesDAO.java 113 Avoid excessively long variable names like searchPreferenceStatus
39355 src/com/gps/hibernate/UserPreferencesDAO.java 113 Parameter 'searchPreferenceStatus' is not assigned and could be declared final
39356 src/com/gps/hibernate/UserPreferencesDAO.java 113 publicMethodCommentRequirement Required
39357 src/com/gps/hibernate/UserPreferencesDAO.java 117 Parameter 'destinationLimit' is not assigned and could be declared final
39358 src/com/gps/hibernate/UserPreferencesDAO.java 117 publicMethodCommentRequirement Required
39359 src/com/gps/hibernate/UserPreferencesDAO.java 121 Avoid excessively long variable names like startDistanceLimit
39360 src/com/gps/hibernate/UserPreferencesDAO.java 121 Parameter 'startDistanceLimit' is not assigned and could be declared final
39361 src/com/gps/hibernate/UserPreferencesDAO.java 121 publicMethodCommentRequirement Required
39362 src/com/gps/hibernate/UserPreferencesDAO.java 125 Avoid excessively long variable names like distancePreferenceStatus
39363 src/com/gps/hibernate/UserPreferencesDAO.java 125 Parameter 'distancePreferenceStatus' is not assigned and could be declared final
39364 src/com/gps/hibernate/UserPreferencesDAO.java 125 publicMethodCommentRequirement Required
39365 src/com/gps/hibernate/UserPreferencesDAO.java 130 Parameter 'roleType' is not assigned and could be declared final
39366 src/com/gps/hibernate/UserPreferencesDAO.java 130 publicMethodCommentRequirement Required
39367 src/com/gps/hibernate/UserPreferencesDAO.java 134 Parameter 'smokingPreference' is not assigned and could be declared final
39368 src/com/gps/hibernate/UserPreferencesDAO.java 134 publicMethodCommentRequirement Required
39369 src/com/gps/hibernate/UserPreferencesDAO.java 138 Parameter 'genderPreference' is not assigned and could be declared final
39370 src/com/gps/hibernate/UserPreferencesDAO.java 138 publicMethodCommentRequirement Required
39371 src/com/gps/hibernate/UserPreferencesDAO.java 142 Parameter 'emailAlert' is not assigned and could be declared final
39372 src/com/gps/hibernate/UserPreferencesDAO.java 142 publicMethodCommentRequirement Required
39373 src/com/gps/hibernate/UserPreferencesDAO.java 146 Parameter 'smsAlert' is not assigned and could be declared final
39374 src/com/gps/hibernate/UserPreferencesDAO.java 146 publicMethodCommentRequirement Required
39375 src/com/gps/hibernate/UserPreferencesDAO.java 150 Parameter 'tripFrequency' is not assigned and could be declared final
39376 src/com/gps/hibernate/UserPreferencesDAO.java 150 publicMethodCommentRequirement Required
39377 src/com/gps/hibernate/UserPreferencesDAO.java 154 Parameter 'drivingPreference' is not assigned and could be declared final
39378 src/com/gps/hibernate/UserPreferencesDAO.java 154 publicMethodCommentRequirement Required
39379 src/com/gps/hibernate/UserPreferencesDAO.java 158 Parameter 'speedLimit' is not assigned and could be declared final
39380 src/com/gps/hibernate/UserPreferencesDAO.java 158 publicMethodCommentRequirement Required
39381 src/com/gps/hibernate/UserPreferencesDAO.java 162 Parameter 'stopLimit' is not assigned and could be declared final
39382 src/com/gps/hibernate/UserPreferencesDAO.java 162 publicMethodCommentRequirement Required
39383 src/com/gps/hibernate/UserPreferencesDAO.java 166 publicMethodCommentRequirement Required
39384 src/com/gps/hibernate/UserPreferencesDAO.java 167 There is log block not surrounded by if
39385 src/com/gps/hibernate/UserPreferencesDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39386 src/com/gps/hibernate/UserPreferencesDAO.java 169 Local variable 'queryString' could be declared final
39387 src/com/gps/hibernate/UserPreferencesDAO.java 170 Local variable 'queryObject' could be declared final
39388 src/com/gps/hibernate/UserPreferencesDAO.java 170 Potential violation of Law of Demeter (method chain calls)
39389 src/com/gps/hibernate/UserPreferencesDAO.java 171 Potential violation of Law of Demeter (object not created locally)
39390 src/com/gps/hibernate/UserPreferencesDAO.java 172 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39391 src/com/gps/hibernate/UserPreferencesDAO.java 173 There is log block not surrounded by if
39392 src/com/gps/hibernate/UserPreferencesDAO.java 178 Parameter 'detachedInstance' is not assigned and could be declared final
39393 src/com/gps/hibernate/UserPreferencesDAO.java 178 publicMethodCommentRequirement Required
39394 src/com/gps/hibernate/UserPreferencesDAO.java 179 There is log block not surrounded by if
39395 src/com/gps/hibernate/UserPreferencesDAO.java 179 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39396 src/com/gps/hibernate/UserPreferencesDAO.java 181 Local variable 'result' could be declared final
39397 src/com/gps/hibernate/UserPreferencesDAO.java 181 Potential violation of Law of Demeter (method chain calls)
39398 src/com/gps/hibernate/UserPreferencesDAO.java 183 There is log block not surrounded by if
39399 src/com/gps/hibernate/UserPreferencesDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39400 src/com/gps/hibernate/UserPreferencesDAO.java 185 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39401 src/com/gps/hibernate/UserPreferencesDAO.java 186 There is log block not surrounded by if
39402 src/com/gps/hibernate/UserPreferencesDAO.java 191 Parameter 'instance' is not assigned and could be declared final
39403 src/com/gps/hibernate/UserPreferencesDAO.java 191 publicMethodCommentRequirement Required
39404 src/com/gps/hibernate/UserPreferencesDAO.java 192 There is log block not surrounded by if
39405 src/com/gps/hibernate/UserPreferencesDAO.java 192 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39406 src/com/gps/hibernate/UserPreferencesDAO.java 194 Potential violation of Law of Demeter (method chain calls)
39407 src/com/gps/hibernate/UserPreferencesDAO.java 195 There is log block not surrounded by if
39408 src/com/gps/hibernate/UserPreferencesDAO.java 195 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39409 src/com/gps/hibernate/UserPreferencesDAO.java 196 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39410 src/com/gps/hibernate/UserPreferencesDAO.java 197 There is log block not surrounded by if
39411 src/com/gps/hibernate/UserPreferencesDAO.java 202 Parameter 'instance' is not assigned and could be declared final
39412 src/com/gps/hibernate/UserPreferencesDAO.java 202 publicMethodCommentRequirement Required
39413 src/com/gps/hibernate/UserPreferencesDAO.java 203 There is log block not surrounded by if
39414 src/com/gps/hibernate/UserPreferencesDAO.java 203 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39415 src/com/gps/hibernate/UserPreferencesDAO.java 205 Potential violation of Law of Demeter (method chain calls)
39416 src/com/gps/hibernate/UserPreferencesDAO.java 206 There is log block not surrounded by if
39417 src/com/gps/hibernate/UserPreferencesDAO.java 206 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39418 src/com/gps/hibernate/UserPreferencesDAO.java 207 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39419 src/com/gps/hibernate/UserPreferencesDAO.java 208 There is log block not surrounded by if
39420 src/com/gps/hibernate/UserRfid.java 3 Classes implementing Serializable should set a serialVersionUID
39421 src/com/gps/hibernate/UserRfid.java 3 headerCommentRequirement Required
39422 src/com/gps/hibernate/UserRfid.java 8 Avoid variables with short names like id
39423 src/com/gps/hibernate/UserRfid.java 8 fieldCommentRequirement Required
39424 src/com/gps/hibernate/UserRfid.java 9 fieldCommentRequirement Required
39425 src/com/gps/hibernate/UserRfid.java 10 fieldCommentRequirement Required
39426 src/com/gps/hibernate/UserRfid.java 11 fieldCommentRequirement Required
39427 src/com/gps/hibernate/UserRfid.java 17 Document empty constructor
39428 src/com/gps/hibernate/UserRfid.java 21 Avoid variables with short names like id
39429 src/com/gps/hibernate/UserRfid.java 21 Parameter 'id' is not assigned and could be declared final
39430 src/com/gps/hibernate/UserRfid.java 21 Parameter 'rfidNo' is not assigned and could be declared final
39431 src/com/gps/hibernate/UserRfid.java 21 Parameter 'status' is not assigned and could be declared final
39432 src/com/gps/hibernate/UserRfid.java 21 Parameter 'user' is not assigned and could be declared final
39433 src/com/gps/hibernate/UserRfid.java 32 publicMethodCommentRequirement Required
39434 src/com/gps/hibernate/UserRfid.java 36 Avoid variables with short names like id
39435 src/com/gps/hibernate/UserRfid.java 36 Parameter 'id' is not assigned and could be declared final
39436 src/com/gps/hibernate/UserRfid.java 36 publicMethodCommentRequirement Required
39437 src/com/gps/hibernate/UserRfid.java 40 publicMethodCommentRequirement Required
39438 src/com/gps/hibernate/UserRfid.java 44 Parameter 'user' is not assigned and could be declared final
39439 src/com/gps/hibernate/UserRfid.java 44 publicMethodCommentRequirement Required
39440 src/com/gps/hibernate/UserRfid.java 48 publicMethodCommentRequirement Required
39441 src/com/gps/hibernate/UserRfid.java 52 Parameter 'rfidNo' is not assigned and could be declared final
39442 src/com/gps/hibernate/UserRfid.java 52 publicMethodCommentRequirement Required
39443 src/com/gps/hibernate/UserRfid.java 56 publicMethodCommentRequirement Required
39444 src/com/gps/hibernate/UserRfid.java 60 Parameter 'status' is not assigned and could be declared final
39445 src/com/gps/hibernate/UserRfid.java 60 publicMethodCommentRequirement Required
39446 src/com/gps/hibernate/UserRfidDAO.java 5 Avoid unused imports such as 'javax.naming.InitialContext'
39447 src/com/gps/hibernate/UserRfidDAO.java 9 Avoid unused imports such as 'org.hibernate.SessionFactory'
39448 src/com/gps/hibernate/UserRfidDAO.java 21 Logger should be defined private static final and have the correct class
39449 src/com/gps/hibernate/UserRfidDAO.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
39450 src/com/gps/hibernate/UserRfidDAO.java 21 fieldCommentRequirement Required
39451 src/com/gps/hibernate/UserRfidDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
39452 src/com/gps/hibernate/UserRfidDAO.java 26 publicMethodCommentRequirement Required
39453 src/com/gps/hibernate/UserRfidDAO.java 27 There is log block not surrounded by if
39454 src/com/gps/hibernate/UserRfidDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39455 src/com/gps/hibernate/UserRfidDAO.java 29 Potential violation of Law of Demeter (method chain calls)
39456 src/com/gps/hibernate/UserRfidDAO.java 30 There is log block not surrounded by if
39457 src/com/gps/hibernate/UserRfidDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39458 src/com/gps/hibernate/UserRfidDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39459 src/com/gps/hibernate/UserRfidDAO.java 33 There is log block not surrounded by if
39460 src/com/gps/hibernate/UserRfidDAO.java 38 Parameter 'instance' is not assigned and could be declared final
39461 src/com/gps/hibernate/UserRfidDAO.java 38 publicMethodCommentRequirement Required
39462 src/com/gps/hibernate/UserRfidDAO.java 39 There is log block not surrounded by if
39463 src/com/gps/hibernate/UserRfidDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39464 src/com/gps/hibernate/UserRfidDAO.java 41 Potential violation of Law of Demeter (method chain calls)
39465 src/com/gps/hibernate/UserRfidDAO.java 42 There is log block not surrounded by if
39466 src/com/gps/hibernate/UserRfidDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39467 src/com/gps/hibernate/UserRfidDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39468 src/com/gps/hibernate/UserRfidDAO.java 45 There is log block not surrounded by if
39469 src/com/gps/hibernate/UserRfidDAO.java 50 Parameter 'instance' is not assigned and could be declared final
39470 src/com/gps/hibernate/UserRfidDAO.java 50 publicMethodCommentRequirement Required
39471 src/com/gps/hibernate/UserRfidDAO.java 51 There is log block not surrounded by if
39472 src/com/gps/hibernate/UserRfidDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39473 src/com/gps/hibernate/UserRfidDAO.java 53 Potential violation of Law of Demeter (method chain calls)
39474 src/com/gps/hibernate/UserRfidDAO.java 54 There is log block not surrounded by if
39475 src/com/gps/hibernate/UserRfidDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39476 src/com/gps/hibernate/UserRfidDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39477 src/com/gps/hibernate/UserRfidDAO.java 57 There is log block not surrounded by if
39478 src/com/gps/hibernate/UserRfidDAO.java 62 Avoid excessively long variable names like persistentInstance
39479 src/com/gps/hibernate/UserRfidDAO.java 62 Parameter 'persistentInstance' is not assigned and could be declared final
39480 src/com/gps/hibernate/UserRfidDAO.java 62 publicMethodCommentRequirement Required
39481 src/com/gps/hibernate/UserRfidDAO.java 63 There is log block not surrounded by if
39482 src/com/gps/hibernate/UserRfidDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39483 src/com/gps/hibernate/UserRfidDAO.java 65 Potential violation of Law of Demeter (method chain calls)
39484 src/com/gps/hibernate/UserRfidDAO.java 66 There is log block not surrounded by if
39485 src/com/gps/hibernate/UserRfidDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39486 src/com/gps/hibernate/UserRfidDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39487 src/com/gps/hibernate/UserRfidDAO.java 69 There is log block not surrounded by if
39488 src/com/gps/hibernate/UserRfidDAO.java 74 Parameter 'detachedInstance' is not assigned and could be declared final
39489 src/com/gps/hibernate/UserRfidDAO.java 74 publicMethodCommentRequirement Required
39490 src/com/gps/hibernate/UserRfidDAO.java 75 There is log block not surrounded by if
39491 src/com/gps/hibernate/UserRfidDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39492 src/com/gps/hibernate/UserRfidDAO.java 77 Local variable 'result' could be declared final
39493 src/com/gps/hibernate/UserRfidDAO.java 77 Potential violation of Law of Demeter (method chain calls)
39494 src/com/gps/hibernate/UserRfidDAO.java 79 There is log block not surrounded by if
39495 src/com/gps/hibernate/UserRfidDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39496 src/com/gps/hibernate/UserRfidDAO.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39497 src/com/gps/hibernate/UserRfidDAO.java 83 There is log block not surrounded by if
39498 src/com/gps/hibernate/UserRfidDAO.java 88 Avoid variables with short names like id
39499 src/com/gps/hibernate/UserRfidDAO.java 88 Parameter 'id' is not assigned and could be declared final
39500 src/com/gps/hibernate/UserRfidDAO.java 88 publicMethodCommentRequirement Required
39501 src/com/gps/hibernate/UserRfidDAO.java 89 There is log block not surrounded by if
39502 src/com/gps/hibernate/UserRfidDAO.java 89 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39503 src/com/gps/hibernate/UserRfidDAO.java 91 Local variable 'instance' could be declared final
39504 src/com/gps/hibernate/UserRfidDAO.java 91 Potential violation of Law of Demeter (method chain calls)
39505 src/com/gps/hibernate/UserRfidDAO.java 94 There is log block not surrounded by if
39506 src/com/gps/hibernate/UserRfidDAO.java 94 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39507 src/com/gps/hibernate/UserRfidDAO.java 97 There is log block not surrounded by if
39508 src/com/gps/hibernate/UserRfidDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39509 src/com/gps/hibernate/UserRfidDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39510 src/com/gps/hibernate/UserRfidDAO.java 102 There is log block not surrounded by if
39511 src/com/gps/hibernate/UserRfidDAO.java 108 Parameter 'instance' is not assigned and could be declared final
39512 src/com/gps/hibernate/UserRfidDAO.java 108 publicMethodCommentRequirement Required
39513 src/com/gps/hibernate/UserRfidDAO.java 109 There is log block not surrounded by if
39514 src/com/gps/hibernate/UserRfidDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39515 src/com/gps/hibernate/UserRfidDAO.java 111 Local variable 'results' could be declared final
39516 src/com/gps/hibernate/UserRfidDAO.java 111 Potential violation of Law of Demeter (method chain calls)
39517 src/com/gps/hibernate/UserRfidDAO.java 111 Potential violation of Law of Demeter (method chain calls)
39518 src/com/gps/hibernate/UserRfidDAO.java 111 Potential violation of Law of Demeter (method chain calls)
39519 src/com/gps/hibernate/UserRfidDAO.java 115 Potential violation of Law of Demeter (object not created locally)
39520 src/com/gps/hibernate/UserRfidDAO.java 115 There is log block not surrounded by if
39521 src/com/gps/hibernate/UserRfidDAO.java 115 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39522 src/com/gps/hibernate/UserRfidDAO.java 118 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39523 src/com/gps/hibernate/UserRfidDAO.java 119 There is log block not surrounded by if
39524 src/com/gps/hibernate/Usergroup.java 9 Classes implementing Serializable should set a serialVersionUID
39525 src/com/gps/hibernate/Usergroup.java 13 fieldCommentRequirement Required
39526 src/com/gps/hibernate/Usergroup.java 14 fieldCommentRequirement Required
39527 src/com/gps/hibernate/Usergroup.java 15 fieldCommentRequirement Required
39528 src/com/gps/hibernate/Usergroup.java 16 fieldCommentRequirement Required
39529 src/com/gps/hibernate/Usergroup.java 17 fieldCommentRequirement Required
39530 src/com/gps/hibernate/Usergroup.java 22 Document empty constructor
39531 src/com/gps/hibernate/Usergroup.java 26 Parameter 'userGroupId' is not assigned and could be declared final
39532 src/com/gps/hibernate/Usergroup.java 31 Parameter 'companyId' is not assigned and could be declared final
39533 src/com/gps/hibernate/Usergroup.java 31 Parameter 'parentUserGroupId' is not assigned and could be declared final
39534 src/com/gps/hibernate/Usergroup.java 31 Parameter 'userGroupId' is not assigned and could be declared final
39535 src/com/gps/hibernate/Usergroup.java 32 Parameter 'description' is not assigned and could be declared final
39536 src/com/gps/hibernate/Usergroup.java 32 Parameter 'name' is not assigned and could be declared final
39537 src/com/gps/hibernate/Usergroup.java 42 publicMethodCommentRequirement Required
39538 src/com/gps/hibernate/Usergroup.java 46 Parameter 'userGroupId' is not assigned and could be declared final
39539 src/com/gps/hibernate/Usergroup.java 46 publicMethodCommentRequirement Required
39540 src/com/gps/hibernate/Usergroup.java 50 publicMethodCommentRequirement Required
39541 src/com/gps/hibernate/Usergroup.java 54 Parameter 'companyId' is not assigned and could be declared final
39542 src/com/gps/hibernate/Usergroup.java 54 publicMethodCommentRequirement Required
39543 src/com/gps/hibernate/Usergroup.java 58 publicMethodCommentRequirement Required
39544 src/com/gps/hibernate/Usergroup.java 62 Parameter 'parentUserGroupId' is not assigned and could be declared final
39545 src/com/gps/hibernate/Usergroup.java 62 publicMethodCommentRequirement Required
39546 src/com/gps/hibernate/Usergroup.java 66 publicMethodCommentRequirement Required
39547 src/com/gps/hibernate/Usergroup.java 70 Parameter 'name' is not assigned and could be declared final
39548 src/com/gps/hibernate/Usergroup.java 70 publicMethodCommentRequirement Required
39549 src/com/gps/hibernate/Usergroup.java 74 publicMethodCommentRequirement Required
39550 src/com/gps/hibernate/Usergroup.java 78 Parameter 'description' is not assigned and could be declared final
39551 src/com/gps/hibernate/Usergroup.java 78 publicMethodCommentRequirement Required
39552 src/com/gps/hibernate/UsergroupDAO.java 10 Comment is too large: Too many lines
39553 src/com/gps/hibernate/UsergroupDAO.java 22 This class has too many methods, consider refactoring it.
39554 src/com/gps/hibernate/UsergroupDAO.java 23 Logger should be defined private static final and have the correct class
39555 src/com/gps/hibernate/UsergroupDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39556 src/com/gps/hibernate/UsergroupDAO.java 23 fieldCommentRequirement Required
39557 src/com/gps/hibernate/UsergroupDAO.java 25 fieldCommentRequirement Required
39558 src/com/gps/hibernate/UsergroupDAO.java 26 Avoid excessively long variable names like PARENT_USER_GROUP_ID
39559 src/com/gps/hibernate/UsergroupDAO.java 26 fieldCommentRequirement Required
39560 src/com/gps/hibernate/UsergroupDAO.java 27 fieldCommentRequirement Required
39561 src/com/gps/hibernate/UsergroupDAO.java 28 fieldCommentRequirement Required
39562 src/com/gps/hibernate/UsergroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
39563 src/com/gps/hibernate/UsergroupDAO.java 30 publicMethodCommentRequirement Required
39564 src/com/gps/hibernate/UsergroupDAO.java 31 There is log block not surrounded by if
39565 src/com/gps/hibernate/UsergroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39566 src/com/gps/hibernate/UsergroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
39567 src/com/gps/hibernate/UsergroupDAO.java 34 There is log block not surrounded by if
39568 src/com/gps/hibernate/UsergroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39569 src/com/gps/hibernate/UsergroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39570 src/com/gps/hibernate/UsergroupDAO.java 36 There is log block not surrounded by if
39571 src/com/gps/hibernate/UsergroupDAO.java 41 Avoid excessively long variable names like persistentInstance
39572 src/com/gps/hibernate/UsergroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
39573 src/com/gps/hibernate/UsergroupDAO.java 41 publicMethodCommentRequirement Required
39574 src/com/gps/hibernate/UsergroupDAO.java 42 There is log block not surrounded by if
39575 src/com/gps/hibernate/UsergroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39576 src/com/gps/hibernate/UsergroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39577 src/com/gps/hibernate/UsergroupDAO.java 45 There is log block not surrounded by if
39578 src/com/gps/hibernate/UsergroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39579 src/com/gps/hibernate/UsergroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39580 src/com/gps/hibernate/UsergroupDAO.java 47 There is log block not surrounded by if
39581 src/com/gps/hibernate/UsergroupDAO.java 52 Avoid variables with short names like id
39582 src/com/gps/hibernate/UsergroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
39583 src/com/gps/hibernate/UsergroupDAO.java 52 publicMethodCommentRequirement Required
39584 src/com/gps/hibernate/UsergroupDAO.java 53 There is log block not surrounded by if
39585 src/com/gps/hibernate/UsergroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39586 src/com/gps/hibernate/UsergroupDAO.java 55 Local variable 'instance' could be declared final
39587 src/com/gps/hibernate/UsergroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39588 src/com/gps/hibernate/UsergroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39589 src/com/gps/hibernate/UsergroupDAO.java 59 There is log block not surrounded by if
39590 src/com/gps/hibernate/UsergroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
39591 src/com/gps/hibernate/UsergroupDAO.java 64 publicMethodCommentRequirement Required
39592 src/com/gps/hibernate/UsergroupDAO.java 65 There is log block not surrounded by if
39593 src/com/gps/hibernate/UsergroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39594 src/com/gps/hibernate/UsergroupDAO.java 67 Local variable 'results' could be declared final
39595 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39596 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39597 src/com/gps/hibernate/UsergroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39598 src/com/gps/hibernate/UsergroupDAO.java 70 There is log block not surrounded by if
39599 src/com/gps/hibernate/UsergroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39600 src/com/gps/hibernate/UsergroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
39601 src/com/gps/hibernate/UsergroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39602 src/com/gps/hibernate/UsergroupDAO.java 74 There is log block not surrounded by if
39603 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
39604 src/com/gps/hibernate/UsergroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
39605 src/com/gps/hibernate/UsergroupDAO.java 79 publicMethodCommentRequirement Required
39606 src/com/gps/hibernate/UsergroupDAO.java 80 There is log block not surrounded by if
39607 src/com/gps/hibernate/UsergroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39608 src/com/gps/hibernate/UsergroupDAO.java 83 Local variable 'queryString' could be declared final
39609 src/com/gps/hibernate/UsergroupDAO.java 85 Local variable 'queryObject' could be declared final
39610 src/com/gps/hibernate/UsergroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
39611 src/com/gps/hibernate/UsergroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
39612 src/com/gps/hibernate/UsergroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
39613 src/com/gps/hibernate/UsergroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39614 src/com/gps/hibernate/UsergroupDAO.java 89 There is log block not surrounded by if
39615 src/com/gps/hibernate/UsergroupDAO.java 94 Parameter 'companyId' is not assigned and could be declared final
39616 src/com/gps/hibernate/UsergroupDAO.java 94 publicMethodCommentRequirement Required
39617 src/com/gps/hibernate/UsergroupDAO.java 98 Parameter 'parentUserGroupId' is not assigned and could be declared final
39618 src/com/gps/hibernate/UsergroupDAO.java 98 publicMethodCommentRequirement Required
39619 src/com/gps/hibernate/UsergroupDAO.java 102 Parameter 'name' is not assigned and could be declared final
39620 src/com/gps/hibernate/UsergroupDAO.java 102 publicMethodCommentRequirement Required
39621 src/com/gps/hibernate/UsergroupDAO.java 106 Parameter 'description' is not assigned and could be declared final
39622 src/com/gps/hibernate/UsergroupDAO.java 106 publicMethodCommentRequirement Required
39623 src/com/gps/hibernate/UsergroupDAO.java 110 publicMethodCommentRequirement Required
39624 src/com/gps/hibernate/UsergroupDAO.java 111 There is log block not surrounded by if
39625 src/com/gps/hibernate/UsergroupDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39626 src/com/gps/hibernate/UsergroupDAO.java 113 Local variable 'queryString' could be declared final
39627 src/com/gps/hibernate/UsergroupDAO.java 114 Local variable 'queryObject' could be declared final
39628 src/com/gps/hibernate/UsergroupDAO.java 114 Potential violation of Law of Demeter (method chain calls)
39629 src/com/gps/hibernate/UsergroupDAO.java 115 Potential violation of Law of Demeter (object not created locally)
39630 src/com/gps/hibernate/UsergroupDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39631 src/com/gps/hibernate/UsergroupDAO.java 117 There is log block not surrounded by if
39632 src/com/gps/hibernate/UsergroupDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
39633 src/com/gps/hibernate/UsergroupDAO.java 122 publicMethodCommentRequirement Required
39634 src/com/gps/hibernate/UsergroupDAO.java 123 There is log block not surrounded by if
39635 src/com/gps/hibernate/UsergroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39636 src/com/gps/hibernate/UsergroupDAO.java 125 Local variable 'result' could be declared final
39637 src/com/gps/hibernate/UsergroupDAO.java 125 Potential violation of Law of Demeter (method chain calls)
39638 src/com/gps/hibernate/UsergroupDAO.java 126 There is log block not surrounded by if
39639 src/com/gps/hibernate/UsergroupDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39640 src/com/gps/hibernate/UsergroupDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39641 src/com/gps/hibernate/UsergroupDAO.java 129 There is log block not surrounded by if
39642 src/com/gps/hibernate/UsergroupDAO.java 134 Parameter 'instance' is not assigned and could be declared final
39643 src/com/gps/hibernate/UsergroupDAO.java 134 publicMethodCommentRequirement Required
39644 src/com/gps/hibernate/UsergroupDAO.java 135 There is log block not surrounded by if
39645 src/com/gps/hibernate/UsergroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39646 src/com/gps/hibernate/UsergroupDAO.java 137 Potential violation of Law of Demeter (method chain calls)
39647 src/com/gps/hibernate/UsergroupDAO.java 138 There is log block not surrounded by if
39648 src/com/gps/hibernate/UsergroupDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39649 src/com/gps/hibernate/UsergroupDAO.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39650 src/com/gps/hibernate/UsergroupDAO.java 140 There is log block not surrounded by if
39651 src/com/gps/hibernate/UsergroupDAO.java 145 Parameter 'instance' is not assigned and could be declared final
39652 src/com/gps/hibernate/UsergroupDAO.java 145 publicMethodCommentRequirement Required
39653 src/com/gps/hibernate/UsergroupDAO.java 146 There is log block not surrounded by if
39654 src/com/gps/hibernate/UsergroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39655 src/com/gps/hibernate/UsergroupDAO.java 148 Potential violation of Law of Demeter (method chain calls)
39656 src/com/gps/hibernate/UsergroupDAO.java 149 There is log block not surrounded by if
39657 src/com/gps/hibernate/UsergroupDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39658 src/com/gps/hibernate/UsergroupDAO.java 150 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39659 src/com/gps/hibernate/UsergroupDAO.java 151 There is log block not surrounded by if
39660 src/com/gps/hibernate/Usergrouprole.java 9 Classes implementing Serializable should set a serialVersionUID
39661 src/com/gps/hibernate/Usergrouprole.java 13 Avoid variables with short names like id
39662 src/com/gps/hibernate/Usergrouprole.java 13 fieldCommentRequirement Required
39663 src/com/gps/hibernate/Usergrouprole.java 18 Document empty constructor
39664 src/com/gps/hibernate/Usergrouprole.java 22 Avoid variables with short names like id
39665 src/com/gps/hibernate/Usergrouprole.java 22 Parameter 'id' is not assigned and could be declared final
39666 src/com/gps/hibernate/Usergrouprole.java 28 publicMethodCommentRequirement Required
39667 src/com/gps/hibernate/Usergrouprole.java 32 Avoid variables with short names like id
39668 src/com/gps/hibernate/Usergrouprole.java 32 Parameter 'id' is not assigned and could be declared final
39669 src/com/gps/hibernate/Usergrouprole.java 32 publicMethodCommentRequirement Required
39670 src/com/gps/hibernate/UsergrouproleDAO.java 10 Comment is too large: Too many lines
39671 src/com/gps/hibernate/UsergrouproleDAO.java 23 Logger should be defined private static final and have the correct class
39672 src/com/gps/hibernate/UsergrouproleDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39673 src/com/gps/hibernate/UsergrouproleDAO.java 23 fieldCommentRequirement Required
39674 src/com/gps/hibernate/UsergrouproleDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
39675 src/com/gps/hibernate/UsergrouproleDAO.java 27 publicMethodCommentRequirement Required
39676 src/com/gps/hibernate/UsergrouproleDAO.java 28 There is log block not surrounded by if
39677 src/com/gps/hibernate/UsergrouproleDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39678 src/com/gps/hibernate/UsergrouproleDAO.java 30 Potential violation of Law of Demeter (method chain calls)
39679 src/com/gps/hibernate/UsergrouproleDAO.java 31 There is log block not surrounded by if
39680 src/com/gps/hibernate/UsergrouproleDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39681 src/com/gps/hibernate/UsergrouproleDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39682 src/com/gps/hibernate/UsergrouproleDAO.java 33 There is log block not surrounded by if
39683 src/com/gps/hibernate/UsergrouproleDAO.java 38 Avoid excessively long variable names like persistentInstance
39684 src/com/gps/hibernate/UsergrouproleDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
39685 src/com/gps/hibernate/UsergrouproleDAO.java 38 publicMethodCommentRequirement Required
39686 src/com/gps/hibernate/UsergrouproleDAO.java 39 There is log block not surrounded by if
39687 src/com/gps/hibernate/UsergrouproleDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39688 src/com/gps/hibernate/UsergrouproleDAO.java 41 Potential violation of Law of Demeter (method chain calls)
39689 src/com/gps/hibernate/UsergrouproleDAO.java 42 There is log block not surrounded by if
39690 src/com/gps/hibernate/UsergrouproleDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39691 src/com/gps/hibernate/UsergrouproleDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39692 src/com/gps/hibernate/UsergrouproleDAO.java 44 There is log block not surrounded by if
39693 src/com/gps/hibernate/UsergrouproleDAO.java 49 Avoid variables with short names like id
39694 src/com/gps/hibernate/UsergrouproleDAO.java 49 Parameter 'id' is not assigned and could be declared final
39695 src/com/gps/hibernate/UsergrouproleDAO.java 49 publicMethodCommentRequirement Required
39696 src/com/gps/hibernate/UsergrouproleDAO.java 50 There is log block not surrounded by if
39697 src/com/gps/hibernate/UsergrouproleDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39698 src/com/gps/hibernate/UsergrouproleDAO.java 52 Local variable 'instance' could be declared final
39699 src/com/gps/hibernate/UsergrouproleDAO.java 52 Potential violation of Law of Demeter (method chain calls)
39700 src/com/gps/hibernate/UsergrouproleDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39701 src/com/gps/hibernate/UsergrouproleDAO.java 56 There is log block not surrounded by if
39702 src/com/gps/hibernate/UsergrouproleDAO.java 61 Parameter 'instance' is not assigned and could be declared final
39703 src/com/gps/hibernate/UsergrouproleDAO.java 61 publicMethodCommentRequirement Required
39704 src/com/gps/hibernate/UsergrouproleDAO.java 62 There is log block not surrounded by if
39705 src/com/gps/hibernate/UsergrouproleDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39706 src/com/gps/hibernate/UsergrouproleDAO.java 64 Local variable 'results' could be declared final
39707 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39708 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39709 src/com/gps/hibernate/UsergrouproleDAO.java 64 Potential violation of Law of Demeter (method chain calls)
39710 src/com/gps/hibernate/UsergrouproleDAO.java 67 There is log block not surrounded by if
39711 src/com/gps/hibernate/UsergrouproleDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39712 src/com/gps/hibernate/UsergrouproleDAO.java 68 Potential violation of Law of Demeter (object not created locally)
39713 src/com/gps/hibernate/UsergrouproleDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39714 src/com/gps/hibernate/UsergrouproleDAO.java 71 There is log block not surrounded by if
39715 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
39716 src/com/gps/hibernate/UsergrouproleDAO.java 76 Parameter 'value' is not assigned and could be declared final
39717 src/com/gps/hibernate/UsergrouproleDAO.java 76 publicMethodCommentRequirement Required
39718 src/com/gps/hibernate/UsergrouproleDAO.java 77 There is log block not surrounded by if
39719 src/com/gps/hibernate/UsergrouproleDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39720 src/com/gps/hibernate/UsergrouproleDAO.java 80 Local variable 'queryString' could be declared final
39721 src/com/gps/hibernate/UsergrouproleDAO.java 82 Local variable 'queryObject' could be declared final
39722 src/com/gps/hibernate/UsergrouproleDAO.java 82 Potential violation of Law of Demeter (method chain calls)
39723 src/com/gps/hibernate/UsergrouproleDAO.java 83 Potential violation of Law of Demeter (object not created locally)
39724 src/com/gps/hibernate/UsergrouproleDAO.java 84 Potential violation of Law of Demeter (object not created locally)
39725 src/com/gps/hibernate/UsergrouproleDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39726 src/com/gps/hibernate/UsergrouproleDAO.java 86 There is log block not surrounded by if
39727 src/com/gps/hibernate/UsergrouproleDAO.java 91 publicMethodCommentRequirement Required
39728 src/com/gps/hibernate/UsergrouproleDAO.java 92 There is log block not surrounded by if
39729 src/com/gps/hibernate/UsergrouproleDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39730 src/com/gps/hibernate/UsergrouproleDAO.java 94 Local variable 'queryString' could be declared final
39731 src/com/gps/hibernate/UsergrouproleDAO.java 95 Local variable 'queryObject' could be declared final
39732 src/com/gps/hibernate/UsergrouproleDAO.java 95 Potential violation of Law of Demeter (method chain calls)
39733 src/com/gps/hibernate/UsergrouproleDAO.java 96 Potential violation of Law of Demeter (object not created locally)
39734 src/com/gps/hibernate/UsergrouproleDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39735 src/com/gps/hibernate/UsergrouproleDAO.java 98 There is log block not surrounded by if
39736 src/com/gps/hibernate/UsergrouproleDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
39737 src/com/gps/hibernate/UsergrouproleDAO.java 103 publicMethodCommentRequirement Required
39738 src/com/gps/hibernate/UsergrouproleDAO.java 104 There is log block not surrounded by if
39739 src/com/gps/hibernate/UsergrouproleDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39740 src/com/gps/hibernate/UsergrouproleDAO.java 106 Local variable 'result' could be declared final
39741 src/com/gps/hibernate/UsergrouproleDAO.java 106 Potential violation of Law of Demeter (method chain calls)
39742 src/com/gps/hibernate/UsergrouproleDAO.java 108 There is log block not surrounded by if
39743 src/com/gps/hibernate/UsergrouproleDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39744 src/com/gps/hibernate/UsergrouproleDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39745 src/com/gps/hibernate/UsergrouproleDAO.java 111 There is log block not surrounded by if
39746 src/com/gps/hibernate/UsergrouproleDAO.java 116 Parameter 'instance' is not assigned and could be declared final
39747 src/com/gps/hibernate/UsergrouproleDAO.java 116 publicMethodCommentRequirement Required
39748 src/com/gps/hibernate/UsergrouproleDAO.java 117 There is log block not surrounded by if
39749 src/com/gps/hibernate/UsergrouproleDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39750 src/com/gps/hibernate/UsergrouproleDAO.java 119 Potential violation of Law of Demeter (method chain calls)
39751 src/com/gps/hibernate/UsergrouproleDAO.java 120 There is log block not surrounded by if
39752 src/com/gps/hibernate/UsergrouproleDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39753 src/com/gps/hibernate/UsergrouproleDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39754 src/com/gps/hibernate/UsergrouproleDAO.java 122 There is log block not surrounded by if
39755 src/com/gps/hibernate/UsergrouproleDAO.java 127 Parameter 'instance' is not assigned and could be declared final
39756 src/com/gps/hibernate/UsergrouproleDAO.java 127 publicMethodCommentRequirement Required
39757 src/com/gps/hibernate/UsergrouproleDAO.java 128 There is log block not surrounded by if
39758 src/com/gps/hibernate/UsergrouproleDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39759 src/com/gps/hibernate/UsergrouproleDAO.java 130 Potential violation of Law of Demeter (method chain calls)
39760 src/com/gps/hibernate/UsergrouproleDAO.java 131 There is log block not surrounded by if
39761 src/com/gps/hibernate/UsergrouproleDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39762 src/com/gps/hibernate/UsergrouproleDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39763 src/com/gps/hibernate/UsergrouproleDAO.java 133 There is log block not surrounded by if
39764 src/com/gps/hibernate/UsergrouproleId.java 9 Classes implementing Serializable should set a serialVersionUID
39765 src/com/gps/hibernate/UsergrouproleId.java 13 fieldCommentRequirement Required
39766 src/com/gps/hibernate/UsergrouproleId.java 14 fieldCommentRequirement Required
39767 src/com/gps/hibernate/UsergrouproleId.java 15 fieldCommentRequirement Required
39768 src/com/gps/hibernate/UsergrouproleId.java 20 Document empty constructor
39769 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'groupId' is not assigned and could be declared final
39770 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'roleId' is not assigned and could be declared final
39771 src/com/gps/hibernate/UsergrouproleId.java 24 Parameter 'userId' is not assigned and could be declared final
39772 src/com/gps/hibernate/UsergrouproleId.java 32 publicMethodCommentRequirement Required
39773 src/com/gps/hibernate/UsergrouproleId.java 36 Parameter 'userId' is not assigned and could be declared final
39774 src/com/gps/hibernate/UsergrouproleId.java 36 publicMethodCommentRequirement Required
39775 src/com/gps/hibernate/UsergrouproleId.java 40 publicMethodCommentRequirement Required
39776 src/com/gps/hibernate/UsergrouproleId.java 44 Parameter 'groupId' is not assigned and could be declared final
39777 src/com/gps/hibernate/UsergrouproleId.java 44 publicMethodCommentRequirement Required
39778 src/com/gps/hibernate/UsergrouproleId.java 48 publicMethodCommentRequirement Required
39779 src/com/gps/hibernate/UsergrouproleId.java 52 Parameter 'roleId' is not assigned and could be declared final
39780 src/com/gps/hibernate/UsergrouproleId.java 52 publicMethodCommentRequirement Required
39781 src/com/gps/hibernate/UsergrouproleId.java 56 Parameter 'other' is not assigned and could be declared final
39782 src/com/gps/hibernate/UsergrouproleId.java 56 publicMethodCommentRequirement Required
39783 src/com/gps/hibernate/UsergrouproleId.java 57 Avoid using if statements without curly braces
39784 src/com/gps/hibernate/UsergrouproleId.java 57 Useless parentheses.
39785 src/com/gps/hibernate/UsergrouproleId.java 58 A method should have only one exit point, and that should be the last statement in the method
39786 src/com/gps/hibernate/UsergrouproleId.java 59 Avoid using if statements without curly braces
39787 src/com/gps/hibernate/UsergrouproleId.java 59 Useless parentheses.
39788 src/com/gps/hibernate/UsergrouproleId.java 60 A method should have only one exit point, and that should be the last statement in the method
39789 src/com/gps/hibernate/UsergrouproleId.java 61 Avoid using if statements without curly braces
39790 src/com/gps/hibernate/UsergrouproleId.java 62 A method should have only one exit point, and that should be the last statement in the method
39791 src/com/gps/hibernate/UsergrouproleId.java 63 Local variable 'castOther' could be declared final
39792 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (method chain calls)
39793 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
39794 src/com/gps/hibernate/UsergrouproleId.java 65 Potential violation of Law of Demeter (object not created locally)
39795 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
39796 src/com/gps/hibernate/UsergrouproleId.java 65 Useless parentheses.
39797 src/com/gps/hibernate/UsergrouproleId.java 67 Potential violation of Law of Demeter (object not created locally)
39798 src/com/gps/hibernate/UsergrouproleId.java 68 Potential violation of Law of Demeter (object not created locally)
39799 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (method chain calls)
39800 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
39801 src/com/gps/hibernate/UsergrouproleId.java 69 Potential violation of Law of Demeter (object not created locally)
39802 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
39803 src/com/gps/hibernate/UsergrouproleId.java 69 Useless parentheses.
39804 src/com/gps/hibernate/UsergrouproleId.java 71 Potential violation of Law of Demeter (object not created locally)
39805 src/com/gps/hibernate/UsergrouproleId.java 72 Potential violation of Law of Demeter (object not created locally)
39806 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (method chain calls)
39807 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
39808 src/com/gps/hibernate/UsergrouproleId.java 73 Potential violation of Law of Demeter (object not created locally)
39809 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
39810 src/com/gps/hibernate/UsergrouproleId.java 73 Useless parentheses.
39811 src/com/gps/hibernate/UsergrouproleId.java 75 Potential violation of Law of Demeter (object not created locally)
39812 src/com/gps/hibernate/UsergrouproleId.java 76 Potential violation of Law of Demeter (object not created locally)
39813 src/com/gps/hibernate/UsergrouproleId.java 79 publicMethodCommentRequirement Required
39814 src/com/gps/hibernate/UsergrouproleId.java 80 Found 'DD'-anomaly for variable 'result' (lines '80'-'82').
39815 src/com/gps/hibernate/Useridmapper.java 9 Classes implementing Serializable should set a serialVersionUID
39816 src/com/gps/hibernate/Useridmapper.java 13 fieldCommentRequirement Required
39817 src/com/gps/hibernate/Useridmapper.java 14 fieldCommentRequirement Required
39818 src/com/gps/hibernate/Useridmapper.java 15 fieldCommentRequirement Required
39819 src/com/gps/hibernate/Useridmapper.java 16 fieldCommentRequirement Required
39820 src/com/gps/hibernate/Useridmapper.java 17 fieldCommentRequirement Required
39821 src/com/gps/hibernate/Useridmapper.java 22 Document empty constructor
39822 src/com/gps/hibernate/Useridmapper.java 26 Parameter 'userIdMapperId' is not assigned and could be declared final
39823 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'type' is not assigned and could be declared final
39824 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userId' is not assigned and could be declared final
39825 src/com/gps/hibernate/Useridmapper.java 31 Parameter 'userIdMapperId' is not assigned and could be declared final
39826 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'description' is not assigned and could be declared final
39827 src/com/gps/hibernate/Useridmapper.java 32 Parameter 'externalUserId' is not assigned and could be declared final
39828 src/com/gps/hibernate/Useridmapper.java 42 publicMethodCommentRequirement Required
39829 src/com/gps/hibernate/Useridmapper.java 46 Parameter 'userIdMapperId' is not assigned and could be declared final
39830 src/com/gps/hibernate/Useridmapper.java 46 publicMethodCommentRequirement Required
39831 src/com/gps/hibernate/Useridmapper.java 50 publicMethodCommentRequirement Required
39832 src/com/gps/hibernate/Useridmapper.java 54 Parameter 'userId' is not assigned and could be declared final
39833 src/com/gps/hibernate/Useridmapper.java 54 publicMethodCommentRequirement Required
39834 src/com/gps/hibernate/Useridmapper.java 58 publicMethodCommentRequirement Required
39835 src/com/gps/hibernate/Useridmapper.java 62 Parameter 'type' is not assigned and could be declared final
39836 src/com/gps/hibernate/Useridmapper.java 62 publicMethodCommentRequirement Required
39837 src/com/gps/hibernate/Useridmapper.java 66 publicMethodCommentRequirement Required
39838 src/com/gps/hibernate/Useridmapper.java 70 Parameter 'description' is not assigned and could be declared final
39839 src/com/gps/hibernate/Useridmapper.java 70 publicMethodCommentRequirement Required
39840 src/com/gps/hibernate/Useridmapper.java 74 publicMethodCommentRequirement Required
39841 src/com/gps/hibernate/Useridmapper.java 78 Parameter 'externalUserId' is not assigned and could be declared final
39842 src/com/gps/hibernate/Useridmapper.java 78 publicMethodCommentRequirement Required
39843 src/com/gps/hibernate/UseridmapperDAO.java 10 Comment is too large: Too many lines
39844 src/com/gps/hibernate/UseridmapperDAO.java 22 This class has too many methods, consider refactoring it.
39845 src/com/gps/hibernate/UseridmapperDAO.java 23 Logger should be defined private static final and have the correct class
39846 src/com/gps/hibernate/UseridmapperDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39847 src/com/gps/hibernate/UseridmapperDAO.java 23 fieldCommentRequirement Required
39848 src/com/gps/hibernate/UseridmapperDAO.java 25 fieldCommentRequirement Required
39849 src/com/gps/hibernate/UseridmapperDAO.java 26 fieldCommentRequirement Required
39850 src/com/gps/hibernate/UseridmapperDAO.java 27 fieldCommentRequirement Required
39851 src/com/gps/hibernate/UseridmapperDAO.java 28 fieldCommentRequirement Required
39852 src/com/gps/hibernate/UseridmapperDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
39853 src/com/gps/hibernate/UseridmapperDAO.java 30 publicMethodCommentRequirement Required
39854 src/com/gps/hibernate/UseridmapperDAO.java 31 There is log block not surrounded by if
39855 src/com/gps/hibernate/UseridmapperDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39856 src/com/gps/hibernate/UseridmapperDAO.java 33 Potential violation of Law of Demeter (method chain calls)
39857 src/com/gps/hibernate/UseridmapperDAO.java 34 There is log block not surrounded by if
39858 src/com/gps/hibernate/UseridmapperDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39859 src/com/gps/hibernate/UseridmapperDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39860 src/com/gps/hibernate/UseridmapperDAO.java 36 There is log block not surrounded by if
39861 src/com/gps/hibernate/UseridmapperDAO.java 41 Avoid excessively long variable names like persistentInstance
39862 src/com/gps/hibernate/UseridmapperDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
39863 src/com/gps/hibernate/UseridmapperDAO.java 41 publicMethodCommentRequirement Required
39864 src/com/gps/hibernate/UseridmapperDAO.java 42 There is log block not surrounded by if
39865 src/com/gps/hibernate/UseridmapperDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39866 src/com/gps/hibernate/UseridmapperDAO.java 44 Potential violation of Law of Demeter (method chain calls)
39867 src/com/gps/hibernate/UseridmapperDAO.java 45 There is log block not surrounded by if
39868 src/com/gps/hibernate/UseridmapperDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39869 src/com/gps/hibernate/UseridmapperDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39870 src/com/gps/hibernate/UseridmapperDAO.java 47 There is log block not surrounded by if
39871 src/com/gps/hibernate/UseridmapperDAO.java 52 Avoid variables with short names like id
39872 src/com/gps/hibernate/UseridmapperDAO.java 52 Parameter 'id' is not assigned and could be declared final
39873 src/com/gps/hibernate/UseridmapperDAO.java 52 publicMethodCommentRequirement Required
39874 src/com/gps/hibernate/UseridmapperDAO.java 53 There is log block not surrounded by if
39875 src/com/gps/hibernate/UseridmapperDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39876 src/com/gps/hibernate/UseridmapperDAO.java 55 Local variable 'instance' could be declared final
39877 src/com/gps/hibernate/UseridmapperDAO.java 55 Potential violation of Law of Demeter (method chain calls)
39878 src/com/gps/hibernate/UseridmapperDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39879 src/com/gps/hibernate/UseridmapperDAO.java 59 There is log block not surrounded by if
39880 src/com/gps/hibernate/UseridmapperDAO.java 64 Parameter 'instance' is not assigned and could be declared final
39881 src/com/gps/hibernate/UseridmapperDAO.java 64 publicMethodCommentRequirement Required
39882 src/com/gps/hibernate/UseridmapperDAO.java 65 There is log block not surrounded by if
39883 src/com/gps/hibernate/UseridmapperDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39884 src/com/gps/hibernate/UseridmapperDAO.java 67 Local variable 'results' could be declared final
39885 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39886 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39887 src/com/gps/hibernate/UseridmapperDAO.java 67 Potential violation of Law of Demeter (method chain calls)
39888 src/com/gps/hibernate/UseridmapperDAO.java 70 There is log block not surrounded by if
39889 src/com/gps/hibernate/UseridmapperDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39890 src/com/gps/hibernate/UseridmapperDAO.java 71 Potential violation of Law of Demeter (object not created locally)
39891 src/com/gps/hibernate/UseridmapperDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39892 src/com/gps/hibernate/UseridmapperDAO.java 74 There is log block not surrounded by if
39893 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
39894 src/com/gps/hibernate/UseridmapperDAO.java 79 Parameter 'value' is not assigned and could be declared final
39895 src/com/gps/hibernate/UseridmapperDAO.java 79 publicMethodCommentRequirement Required
39896 src/com/gps/hibernate/UseridmapperDAO.java 80 There is log block not surrounded by if
39897 src/com/gps/hibernate/UseridmapperDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39898 src/com/gps/hibernate/UseridmapperDAO.java 83 Local variable 'queryString' could be declared final
39899 src/com/gps/hibernate/UseridmapperDAO.java 85 Local variable 'queryObject' could be declared final
39900 src/com/gps/hibernate/UseridmapperDAO.java 85 Potential violation of Law of Demeter (method chain calls)
39901 src/com/gps/hibernate/UseridmapperDAO.java 86 Potential violation of Law of Demeter (object not created locally)
39902 src/com/gps/hibernate/UseridmapperDAO.java 87 Potential violation of Law of Demeter (object not created locally)
39903 src/com/gps/hibernate/UseridmapperDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39904 src/com/gps/hibernate/UseridmapperDAO.java 89 There is log block not surrounded by if
39905 src/com/gps/hibernate/UseridmapperDAO.java 94 Parameter 'userId' is not assigned and could be declared final
39906 src/com/gps/hibernate/UseridmapperDAO.java 94 publicMethodCommentRequirement Required
39907 src/com/gps/hibernate/UseridmapperDAO.java 98 Parameter 'type' is not assigned and could be declared final
39908 src/com/gps/hibernate/UseridmapperDAO.java 98 publicMethodCommentRequirement Required
39909 src/com/gps/hibernate/UseridmapperDAO.java 102 Parameter 'description' is not assigned and could be declared final
39910 src/com/gps/hibernate/UseridmapperDAO.java 102 publicMethodCommentRequirement Required
39911 src/com/gps/hibernate/UseridmapperDAO.java 106 Parameter 'externalUserId' is not assigned and could be declared final
39912 src/com/gps/hibernate/UseridmapperDAO.java 106 publicMethodCommentRequirement Required
39913 src/com/gps/hibernate/UseridmapperDAO.java 110 publicMethodCommentRequirement Required
39914 src/com/gps/hibernate/UseridmapperDAO.java 111 There is log block not surrounded by if
39915 src/com/gps/hibernate/UseridmapperDAO.java 111 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39916 src/com/gps/hibernate/UseridmapperDAO.java 113 Local variable 'queryString' could be declared final
39917 src/com/gps/hibernate/UseridmapperDAO.java 114 Local variable 'queryObject' could be declared final
39918 src/com/gps/hibernate/UseridmapperDAO.java 114 Potential violation of Law of Demeter (method chain calls)
39919 src/com/gps/hibernate/UseridmapperDAO.java 115 Potential violation of Law of Demeter (object not created locally)
39920 src/com/gps/hibernate/UseridmapperDAO.java 116 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39921 src/com/gps/hibernate/UseridmapperDAO.java 117 There is log block not surrounded by if
39922 src/com/gps/hibernate/UseridmapperDAO.java 122 Parameter 'detachedInstance' is not assigned and could be declared final
39923 src/com/gps/hibernate/UseridmapperDAO.java 122 publicMethodCommentRequirement Required
39924 src/com/gps/hibernate/UseridmapperDAO.java 123 There is log block not surrounded by if
39925 src/com/gps/hibernate/UseridmapperDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39926 src/com/gps/hibernate/UseridmapperDAO.java 125 Local variable 'result' could be declared final
39927 src/com/gps/hibernate/UseridmapperDAO.java 125 Potential violation of Law of Demeter (method chain calls)
39928 src/com/gps/hibernate/UseridmapperDAO.java 127 There is log block not surrounded by if
39929 src/com/gps/hibernate/UseridmapperDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39930 src/com/gps/hibernate/UseridmapperDAO.java 129 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39931 src/com/gps/hibernate/UseridmapperDAO.java 130 There is log block not surrounded by if
39932 src/com/gps/hibernate/UseridmapperDAO.java 135 Parameter 'instance' is not assigned and could be declared final
39933 src/com/gps/hibernate/UseridmapperDAO.java 135 publicMethodCommentRequirement Required
39934 src/com/gps/hibernate/UseridmapperDAO.java 136 There is log block not surrounded by if
39935 src/com/gps/hibernate/UseridmapperDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39936 src/com/gps/hibernate/UseridmapperDAO.java 138 Potential violation of Law of Demeter (method chain calls)
39937 src/com/gps/hibernate/UseridmapperDAO.java 139 There is log block not surrounded by if
39938 src/com/gps/hibernate/UseridmapperDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39939 src/com/gps/hibernate/UseridmapperDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39940 src/com/gps/hibernate/UseridmapperDAO.java 141 There is log block not surrounded by if
39941 src/com/gps/hibernate/UseridmapperDAO.java 146 Parameter 'instance' is not assigned and could be declared final
39942 src/com/gps/hibernate/UseridmapperDAO.java 146 publicMethodCommentRequirement Required
39943 src/com/gps/hibernate/UseridmapperDAO.java 147 There is log block not surrounded by if
39944 src/com/gps/hibernate/UseridmapperDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39945 src/com/gps/hibernate/UseridmapperDAO.java 149 Potential violation of Law of Demeter (method chain calls)
39946 src/com/gps/hibernate/UseridmapperDAO.java 150 There is log block not surrounded by if
39947 src/com/gps/hibernate/UseridmapperDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39948 src/com/gps/hibernate/UseridmapperDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39949 src/com/gps/hibernate/UseridmapperDAO.java 152 There is log block not surrounded by if
39950 src/com/gps/hibernate/UsersGeofence.java 3 Avoid unused imports such as 'java.util.HashSet'
39951 src/com/gps/hibernate/UsersGeofence.java 4 Avoid unused imports such as 'java.util.Set'
39952 src/com/gps/hibernate/UsersGeofence.java 12 Classes implementing Serializable should set a serialVersionUID
39953 src/com/gps/hibernate/UsersGeofence.java 16 fieldCommentRequirement Required
39954 src/com/gps/hibernate/UsersGeofence.java 17 fieldCommentRequirement Required
39955 src/com/gps/hibernate/UsersGeofence.java 18 fieldCommentRequirement Required
39956 src/com/gps/hibernate/UsersGeofence.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'mobile_no' is not final.
39957 src/com/gps/hibernate/UsersGeofence.java 19 fieldCommentRequirement Required
39958 src/com/gps/hibernate/UsersGeofence.java 20 fieldCommentRequirement Required
39959 src/com/gps/hibernate/UsersGeofence.java 27 publicMethodCommentRequirement Required
39960 src/com/gps/hibernate/UsersGeofence.java 31 Parameter 'intrSession' is not assigned and could be declared final
39961 src/com/gps/hibernate/UsersGeofence.java 31 publicMethodCommentRequirement Required
39962 src/com/gps/hibernate/UsersGeofence.java 35 Method names should not contain underscores
39963 src/com/gps/hibernate/UsersGeofence.java 35 publicMethodCommentRequirement Required
39964 src/com/gps/hibernate/UsersGeofence.java 39 Method names should not contain underscores
39965 src/com/gps/hibernate/UsersGeofence.java 39 Parameter 'mobileNo' is not assigned and could be declared final
39966 src/com/gps/hibernate/UsersGeofence.java 39 publicMethodCommentRequirement Required
39967 src/com/gps/hibernate/UsersGeofence.java 43 Comment is too large: Too many lines
39968 src/com/gps/hibernate/UsersGeofence.java 52 Document empty constructor
39969 src/com/gps/hibernate/UsersGeofence.java 56 Parameter 'geofence' is not assigned and could be declared final
39970 src/com/gps/hibernate/UsersGeofence.java 56 Parameter 'user' is not assigned and could be declared final
39971 src/com/gps/hibernate/UsersGeofence.java 63 publicMethodCommentRequirement Required
39972 src/com/gps/hibernate/UsersGeofence.java 67 Parameter 'usersGeoId' is not assigned and could be declared final
39973 src/com/gps/hibernate/UsersGeofence.java 67 publicMethodCommentRequirement Required
39974 src/com/gps/hibernate/UsersGeofence.java 71 publicMethodCommentRequirement Required
39975 src/com/gps/hibernate/UsersGeofence.java 75 Parameter 'user' is not assigned and could be declared final
39976 src/com/gps/hibernate/UsersGeofence.java 75 publicMethodCommentRequirement Required
39977 src/com/gps/hibernate/UsersGeofence.java 79 publicMethodCommentRequirement Required
39978 src/com/gps/hibernate/UsersGeofence.java 83 Parameter 'geofence' is not assigned and could be declared final
39979 src/com/gps/hibernate/UsersGeofence.java 83 publicMethodCommentRequirement Required
39980 src/com/gps/hibernate/UsersGeofenceDAO.java 10 Comment is too large: Too many lines
39981 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Logger should be defined private static final and have the correct class
39982 src/com/gps/hibernate/UsersGeofenceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
39983 src/com/gps/hibernate/UsersGeofenceDAO.java 23 fieldCommentRequirement Required
39984 src/com/gps/hibernate/UsersGeofenceDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
39985 src/com/gps/hibernate/UsersGeofenceDAO.java 27 publicMethodCommentRequirement Required
39986 src/com/gps/hibernate/UsersGeofenceDAO.java 28 There is log block not surrounded by if
39987 src/com/gps/hibernate/UsersGeofenceDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39988 src/com/gps/hibernate/UsersGeofenceDAO.java 30 Potential violation of Law of Demeter (method chain calls)
39989 src/com/gps/hibernate/UsersGeofenceDAO.java 31 There is log block not surrounded by if
39990 src/com/gps/hibernate/UsersGeofenceDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39991 src/com/gps/hibernate/UsersGeofenceDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
39992 src/com/gps/hibernate/UsersGeofenceDAO.java 33 There is log block not surrounded by if
39993 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Avoid excessively long variable names like persistentInstance
39994 src/com/gps/hibernate/UsersGeofenceDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
39995 src/com/gps/hibernate/UsersGeofenceDAO.java 38 publicMethodCommentRequirement Required
39996 src/com/gps/hibernate/UsersGeofenceDAO.java 39 There is log block not surrounded by if
39997 src/com/gps/hibernate/UsersGeofenceDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
39998 src/com/gps/hibernate/UsersGeofenceDAO.java 41 Potential violation of Law of Demeter (method chain calls)
39999 src/com/gps/hibernate/UsersGeofenceDAO.java 42 There is log block not surrounded by if
40000 src/com/gps/hibernate/UsersGeofenceDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40001 src/com/gps/hibernate/UsersGeofenceDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40002 src/com/gps/hibernate/UsersGeofenceDAO.java 44 There is log block not surrounded by if
40003 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Avoid variables with short names like id
40004 src/com/gps/hibernate/UsersGeofenceDAO.java 49 Parameter 'id' is not assigned and could be declared final
40005 src/com/gps/hibernate/UsersGeofenceDAO.java 49 publicMethodCommentRequirement Required
40006 src/com/gps/hibernate/UsersGeofenceDAO.java 50 There is log block not surrounded by if
40007 src/com/gps/hibernate/UsersGeofenceDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40008 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Local variable 'instance' could be declared final
40009 src/com/gps/hibernate/UsersGeofenceDAO.java 52 Potential violation of Law of Demeter (method chain calls)
40010 src/com/gps/hibernate/UsersGeofenceDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40011 src/com/gps/hibernate/UsersGeofenceDAO.java 56 There is log block not surrounded by if
40012 src/com/gps/hibernate/UsersGeofenceDAO.java 61 Parameter 'instance' is not assigned and could be declared final
40013 src/com/gps/hibernate/UsersGeofenceDAO.java 61 publicMethodCommentRequirement Required
40014 src/com/gps/hibernate/UsersGeofenceDAO.java 62 There is log block not surrounded by if
40015 src/com/gps/hibernate/UsersGeofenceDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40016 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Local variable 'results' could be declared final
40017 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40018 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40019 src/com/gps/hibernate/UsersGeofenceDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40020 src/com/gps/hibernate/UsersGeofenceDAO.java 67 There is log block not surrounded by if
40021 src/com/gps/hibernate/UsersGeofenceDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40022 src/com/gps/hibernate/UsersGeofenceDAO.java 68 Potential violation of Law of Demeter (object not created locally)
40023 src/com/gps/hibernate/UsersGeofenceDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40024 src/com/gps/hibernate/UsersGeofenceDAO.java 71 There is log block not surrounded by if
40025 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
40026 src/com/gps/hibernate/UsersGeofenceDAO.java 76 Parameter 'value' is not assigned and could be declared final
40027 src/com/gps/hibernate/UsersGeofenceDAO.java 76 publicMethodCommentRequirement Required
40028 src/com/gps/hibernate/UsersGeofenceDAO.java 77 There is log block not surrounded by if
40029 src/com/gps/hibernate/UsersGeofenceDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40030 src/com/gps/hibernate/UsersGeofenceDAO.java 80 Local variable 'queryString' could be declared final
40031 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Local variable 'queryObject' could be declared final
40032 src/com/gps/hibernate/UsersGeofenceDAO.java 82 Potential violation of Law of Demeter (method chain calls)
40033 src/com/gps/hibernate/UsersGeofenceDAO.java 83 Potential violation of Law of Demeter (object not created locally)
40034 src/com/gps/hibernate/UsersGeofenceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40035 src/com/gps/hibernate/UsersGeofenceDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40036 src/com/gps/hibernate/UsersGeofenceDAO.java 86 There is log block not surrounded by if
40037 src/com/gps/hibernate/UsersGeofenceDAO.java 91 publicMethodCommentRequirement Required
40038 src/com/gps/hibernate/UsersGeofenceDAO.java 92 There is log block not surrounded by if
40039 src/com/gps/hibernate/UsersGeofenceDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40040 src/com/gps/hibernate/UsersGeofenceDAO.java 94 Local variable 'queryString' could be declared final
40041 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Local variable 'queryObject' could be declared final
40042 src/com/gps/hibernate/UsersGeofenceDAO.java 95 Potential violation of Law of Demeter (method chain calls)
40043 src/com/gps/hibernate/UsersGeofenceDAO.java 96 Potential violation of Law of Demeter (object not created locally)
40044 src/com/gps/hibernate/UsersGeofenceDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40045 src/com/gps/hibernate/UsersGeofenceDAO.java 98 There is log block not surrounded by if
40046 src/com/gps/hibernate/UsersGeofenceDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
40047 src/com/gps/hibernate/UsersGeofenceDAO.java 103 publicMethodCommentRequirement Required
40048 src/com/gps/hibernate/UsersGeofenceDAO.java 104 There is log block not surrounded by if
40049 src/com/gps/hibernate/UsersGeofenceDAO.java 104 There is log block not surrounded by if
40050 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Local variable 'result' could be declared final
40051 src/com/gps/hibernate/UsersGeofenceDAO.java 106 Potential violation of Law of Demeter (method chain calls)
40052 src/com/gps/hibernate/UsersGeofenceDAO.java 108 There is log block not surrounded by if
40053 src/com/gps/hibernate/UsersGeofenceDAO.java 108 There is log block not surrounded by if
40054 src/com/gps/hibernate/UsersGeofenceDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40055 src/com/gps/hibernate/UsersGeofenceDAO.java 111 There is log block not surrounded by if
40056 src/com/gps/hibernate/UsersGeofenceDAO.java 111 There is log block not surrounded by if
40057 src/com/gps/hibernate/UsersGeofenceDAO.java 116 Parameter 'instance' is not assigned and could be declared final
40058 src/com/gps/hibernate/UsersGeofenceDAO.java 116 publicMethodCommentRequirement Required
40059 src/com/gps/hibernate/UsersGeofenceDAO.java 117 There is log block not surrounded by if
40060 src/com/gps/hibernate/UsersGeofenceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40061 src/com/gps/hibernate/UsersGeofenceDAO.java 119 Potential violation of Law of Demeter (method chain calls)
40062 src/com/gps/hibernate/UsersGeofenceDAO.java 120 There is log block not surrounded by if
40063 src/com/gps/hibernate/UsersGeofenceDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40064 src/com/gps/hibernate/UsersGeofenceDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40065 src/com/gps/hibernate/UsersGeofenceDAO.java 122 There is log block not surrounded by if
40066 src/com/gps/hibernate/UsersGeofenceDAO.java 127 Parameter 'instance' is not assigned and could be declared final
40067 src/com/gps/hibernate/UsersGeofenceDAO.java 127 publicMethodCommentRequirement Required
40068 src/com/gps/hibernate/UsersGeofenceDAO.java 128 There is log block not surrounded by if
40069 src/com/gps/hibernate/UsersGeofenceDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40070 src/com/gps/hibernate/UsersGeofenceDAO.java 130 Potential violation of Law of Demeter (method chain calls)
40071 src/com/gps/hibernate/UsersGeofenceDAO.java 131 There is log block not surrounded by if
40072 src/com/gps/hibernate/UsersGeofenceDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40073 src/com/gps/hibernate/UsersGeofenceDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40074 src/com/gps/hibernate/UsersGeofenceDAO.java 133 There is log block not surrounded by if
40075 src/com/gps/hibernate/UsersGroups.java 9 Classes implementing Serializable should set a serialVersionUID
40076 src/com/gps/hibernate/UsersGroups.java 13 Avoid variables with short names like id
40077 src/com/gps/hibernate/UsersGroups.java 13 fieldCommentRequirement Required
40078 src/com/gps/hibernate/UsersGroups.java 18 Document empty constructor
40079 src/com/gps/hibernate/UsersGroups.java 22 Avoid variables with short names like id
40080 src/com/gps/hibernate/UsersGroups.java 22 Parameter 'id' is not assigned and could be declared final
40081 src/com/gps/hibernate/UsersGroups.java 28 publicMethodCommentRequirement Required
40082 src/com/gps/hibernate/UsersGroups.java 32 Avoid variables with short names like id
40083 src/com/gps/hibernate/UsersGroups.java 32 Parameter 'id' is not assigned and could be declared final
40084 src/com/gps/hibernate/UsersGroups.java 32 publicMethodCommentRequirement Required
40085 src/com/gps/hibernate/UsersGroupsDAO.java 10 Comment is too large: Too many lines
40086 src/com/gps/hibernate/UsersGroupsDAO.java 23 Logger should be defined private static final and have the correct class
40087 src/com/gps/hibernate/UsersGroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
40088 src/com/gps/hibernate/UsersGroupsDAO.java 23 fieldCommentRequirement Required
40089 src/com/gps/hibernate/UsersGroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
40090 src/com/gps/hibernate/UsersGroupsDAO.java 27 publicMethodCommentRequirement Required
40091 src/com/gps/hibernate/UsersGroupsDAO.java 28 There is log block not surrounded by if
40092 src/com/gps/hibernate/UsersGroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40093 src/com/gps/hibernate/UsersGroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
40094 src/com/gps/hibernate/UsersGroupsDAO.java 31 There is log block not surrounded by if
40095 src/com/gps/hibernate/UsersGroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40096 src/com/gps/hibernate/UsersGroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40097 src/com/gps/hibernate/UsersGroupsDAO.java 33 There is log block not surrounded by if
40098 src/com/gps/hibernate/UsersGroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
40099 src/com/gps/hibernate/UsersGroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
40100 src/com/gps/hibernate/UsersGroupsDAO.java 38 publicMethodCommentRequirement Required
40101 src/com/gps/hibernate/UsersGroupsDAO.java 39 There is log block not surrounded by if
40102 src/com/gps/hibernate/UsersGroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40103 src/com/gps/hibernate/UsersGroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
40104 src/com/gps/hibernate/UsersGroupsDAO.java 42 There is log block not surrounded by if
40105 src/com/gps/hibernate/UsersGroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40106 src/com/gps/hibernate/UsersGroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40107 src/com/gps/hibernate/UsersGroupsDAO.java 44 There is log block not surrounded by if
40108 src/com/gps/hibernate/UsersGroupsDAO.java 49 Avoid variables with short names like id
40109 src/com/gps/hibernate/UsersGroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
40110 src/com/gps/hibernate/UsersGroupsDAO.java 49 publicMethodCommentRequirement Required
40111 src/com/gps/hibernate/UsersGroupsDAO.java 50 There is log block not surrounded by if
40112 src/com/gps/hibernate/UsersGroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40113 src/com/gps/hibernate/UsersGroupsDAO.java 52 Local variable 'instance' could be declared final
40114 src/com/gps/hibernate/UsersGroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
40115 src/com/gps/hibernate/UsersGroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40116 src/com/gps/hibernate/UsersGroupsDAO.java 56 There is log block not surrounded by if
40117 src/com/gps/hibernate/UsersGroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
40118 src/com/gps/hibernate/UsersGroupsDAO.java 61 publicMethodCommentRequirement Required
40119 src/com/gps/hibernate/UsersGroupsDAO.java 62 There is log block not surrounded by if
40120 src/com/gps/hibernate/UsersGroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40121 src/com/gps/hibernate/UsersGroupsDAO.java 64 Local variable 'results' could be declared final
40122 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40123 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40124 src/com/gps/hibernate/UsersGroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40125 src/com/gps/hibernate/UsersGroupsDAO.java 67 There is log block not surrounded by if
40126 src/com/gps/hibernate/UsersGroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40127 src/com/gps/hibernate/UsersGroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
40128 src/com/gps/hibernate/UsersGroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40129 src/com/gps/hibernate/UsersGroupsDAO.java 71 There is log block not surrounded by if
40130 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
40131 src/com/gps/hibernate/UsersGroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
40132 src/com/gps/hibernate/UsersGroupsDAO.java 76 publicMethodCommentRequirement Required
40133 src/com/gps/hibernate/UsersGroupsDAO.java 77 There is log block not surrounded by if
40134 src/com/gps/hibernate/UsersGroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40135 src/com/gps/hibernate/UsersGroupsDAO.java 80 Local variable 'queryString' could be declared final
40136 src/com/gps/hibernate/UsersGroupsDAO.java 82 Local variable 'queryObject' could be declared final
40137 src/com/gps/hibernate/UsersGroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
40138 src/com/gps/hibernate/UsersGroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
40139 src/com/gps/hibernate/UsersGroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40140 src/com/gps/hibernate/UsersGroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40141 src/com/gps/hibernate/UsersGroupsDAO.java 86 There is log block not surrounded by if
40142 src/com/gps/hibernate/UsersGroupsDAO.java 91 publicMethodCommentRequirement Required
40143 src/com/gps/hibernate/UsersGroupsDAO.java 92 There is log block not surrounded by if
40144 src/com/gps/hibernate/UsersGroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40145 src/com/gps/hibernate/UsersGroupsDAO.java 94 Local variable 'queryString' could be declared final
40146 src/com/gps/hibernate/UsersGroupsDAO.java 95 Local variable 'queryObject' could be declared final
40147 src/com/gps/hibernate/UsersGroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
40148 src/com/gps/hibernate/UsersGroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
40149 src/com/gps/hibernate/UsersGroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40150 src/com/gps/hibernate/UsersGroupsDAO.java 98 There is log block not surrounded by if
40151 src/com/gps/hibernate/UsersGroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
40152 src/com/gps/hibernate/UsersGroupsDAO.java 103 publicMethodCommentRequirement Required
40153 src/com/gps/hibernate/UsersGroupsDAO.java 104 There is log block not surrounded by if
40154 src/com/gps/hibernate/UsersGroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40155 src/com/gps/hibernate/UsersGroupsDAO.java 106 Local variable 'result' could be declared final
40156 src/com/gps/hibernate/UsersGroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
40157 src/com/gps/hibernate/UsersGroupsDAO.java 108 There is log block not surrounded by if
40158 src/com/gps/hibernate/UsersGroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40159 src/com/gps/hibernate/UsersGroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40160 src/com/gps/hibernate/UsersGroupsDAO.java 111 There is log block not surrounded by if
40161 src/com/gps/hibernate/UsersGroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
40162 src/com/gps/hibernate/UsersGroupsDAO.java 116 publicMethodCommentRequirement Required
40163 src/com/gps/hibernate/UsersGroupsDAO.java 117 There is log block not surrounded by if
40164 src/com/gps/hibernate/UsersGroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40165 src/com/gps/hibernate/UsersGroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
40166 src/com/gps/hibernate/UsersGroupsDAO.java 120 There is log block not surrounded by if
40167 src/com/gps/hibernate/UsersGroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40168 src/com/gps/hibernate/UsersGroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40169 src/com/gps/hibernate/UsersGroupsDAO.java 122 There is log block not surrounded by if
40170 src/com/gps/hibernate/UsersGroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
40171 src/com/gps/hibernate/UsersGroupsDAO.java 127 publicMethodCommentRequirement Required
40172 src/com/gps/hibernate/UsersGroupsDAO.java 128 There is log block not surrounded by if
40173 src/com/gps/hibernate/UsersGroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40174 src/com/gps/hibernate/UsersGroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
40175 src/com/gps/hibernate/UsersGroupsDAO.java 131 There is log block not surrounded by if
40176 src/com/gps/hibernate/UsersGroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40177 src/com/gps/hibernate/UsersGroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40178 src/com/gps/hibernate/UsersGroupsDAO.java 133 There is log block not surrounded by if
40179 src/com/gps/hibernate/UsersGroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
40180 src/com/gps/hibernate/UsersGroupsId.java 13 fieldCommentRequirement Required
40181 src/com/gps/hibernate/UsersGroupsId.java 14 fieldCommentRequirement Required
40182 src/com/gps/hibernate/UsersGroupsId.java 19 Document empty constructor
40183 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'groupId' is not assigned and could be declared final
40184 src/com/gps/hibernate/UsersGroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
40185 src/com/gps/hibernate/UsersGroupsId.java 30 publicMethodCommentRequirement Required
40186 src/com/gps/hibernate/UsersGroupsId.java 34 Parameter 'userId' is not assigned and could be declared final
40187 src/com/gps/hibernate/UsersGroupsId.java 34 publicMethodCommentRequirement Required
40188 src/com/gps/hibernate/UsersGroupsId.java 38 publicMethodCommentRequirement Required
40189 src/com/gps/hibernate/UsersGroupsId.java 42 Parameter 'groupId' is not assigned and could be declared final
40190 src/com/gps/hibernate/UsersGroupsId.java 42 publicMethodCommentRequirement Required
40191 src/com/gps/hibernate/UsersGroupsId.java 46 Parameter 'other' is not assigned and could be declared final
40192 src/com/gps/hibernate/UsersGroupsId.java 46 publicMethodCommentRequirement Required
40193 src/com/gps/hibernate/UsersGroupsId.java 47 Avoid using if statements without curly braces
40194 src/com/gps/hibernate/UsersGroupsId.java 47 Useless parentheses.
40195 src/com/gps/hibernate/UsersGroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
40196 src/com/gps/hibernate/UsersGroupsId.java 49 Avoid using if statements without curly braces
40197 src/com/gps/hibernate/UsersGroupsId.java 49 Useless parentheses.
40198 src/com/gps/hibernate/UsersGroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
40199 src/com/gps/hibernate/UsersGroupsId.java 51 Avoid using if statements without curly braces
40200 src/com/gps/hibernate/UsersGroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
40201 src/com/gps/hibernate/UsersGroupsId.java 53 Local variable 'castOther' could be declared final
40202 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
40203 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
40204 src/com/gps/hibernate/UsersGroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
40205 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
40206 src/com/gps/hibernate/UsersGroupsId.java 55 Useless parentheses.
40207 src/com/gps/hibernate/UsersGroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
40208 src/com/gps/hibernate/UsersGroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
40209 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
40210 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
40211 src/com/gps/hibernate/UsersGroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
40212 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
40213 src/com/gps/hibernate/UsersGroupsId.java 59 Useless parentheses.
40214 src/com/gps/hibernate/UsersGroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
40215 src/com/gps/hibernate/UsersGroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
40216 src/com/gps/hibernate/UsersGroupsId.java 65 publicMethodCommentRequirement Required
40217 src/com/gps/hibernate/UsersGroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
40218 src/com/gps/hibernate/UsersOrgs.java 9 Classes implementing Serializable should set a serialVersionUID
40219 src/com/gps/hibernate/UsersOrgs.java 13 Avoid variables with short names like id
40220 src/com/gps/hibernate/UsersOrgs.java 13 fieldCommentRequirement Required
40221 src/com/gps/hibernate/UsersOrgs.java 18 Document empty constructor
40222 src/com/gps/hibernate/UsersOrgs.java 22 Avoid variables with short names like id
40223 src/com/gps/hibernate/UsersOrgs.java 22 Parameter 'id' is not assigned and could be declared final
40224 src/com/gps/hibernate/UsersOrgs.java 28 publicMethodCommentRequirement Required
40225 src/com/gps/hibernate/UsersOrgs.java 32 Avoid variables with short names like id
40226 src/com/gps/hibernate/UsersOrgs.java 32 Parameter 'id' is not assigned and could be declared final
40227 src/com/gps/hibernate/UsersOrgs.java 32 publicMethodCommentRequirement Required
40228 src/com/gps/hibernate/UsersOrgsDAO.java 11 Comment is too large: Too many lines
40229 src/com/gps/hibernate/UsersOrgsDAO.java 24 Logger should be defined private static final and have the correct class
40230 src/com/gps/hibernate/UsersOrgsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
40231 src/com/gps/hibernate/UsersOrgsDAO.java 24 fieldCommentRequirement Required
40232 src/com/gps/hibernate/UsersOrgsDAO.java 28 Parameter 'userId' is not assigned and could be declared final
40233 src/com/gps/hibernate/UsersOrgsDAO.java 28 publicMethodCommentRequirement Required
40234 src/com/gps/hibernate/UsersOrgsDAO.java 30 Found 'DD'-anomaly for variable 'orgs_list' (lines '30'-'35').
40235 src/com/gps/hibernate/UsersOrgsDAO.java 30 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'orgs_list' is not final.
40236 src/com/gps/hibernate/UsersOrgsDAO.java 31 Found 'DD'-anomaly for variable 'sess' (lines '31'-'34').
40237 src/com/gps/hibernate/UsersOrgsDAO.java 35 Potential violation of Law of Demeter (method chain calls)
40238 src/com/gps/hibernate/UsersOrgsDAO.java 35 Potential violation of Law of Demeter (method chain calls)
40239 src/com/gps/hibernate/UsersOrgsDAO.java 35 Potential violation of Law of Demeter (object not created locally)
40240 src/com/gps/hibernate/UsersOrgsDAO.java 36 Avoid if (x != y) ..; else ..;
40241 src/com/gps/hibernate/UsersOrgsDAO.java 37 Avoid using if...else statements without curly braces
40242 src/com/gps/hibernate/UsersOrgsDAO.java 37 Potential violation of Law of Demeter (object not created locally)
40243 src/com/gps/hibernate/UsersOrgsDAO.java 37 There is log block not surrounded by if
40244 src/com/gps/hibernate/UsersOrgsDAO.java 37 There is log block not surrounded by if
40245 src/com/gps/hibernate/UsersOrgsDAO.java 39 Avoid using if...else statements without curly braces
40246 src/com/gps/hibernate/UsersOrgsDAO.java 39 There is log block not surrounded by if
40247 src/com/gps/hibernate/UsersOrgsDAO.java 39 There is log block not surrounded by if
40248 src/com/gps/hibernate/UsersOrgsDAO.java 40 A method should have only one exit point, and that should be the last statement in the method
40249 src/com/gps/hibernate/UsersOrgsDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40250 src/com/gps/hibernate/UsersOrgsDAO.java 44 Potential violation of Law of Demeter (object not created locally)
40251 src/com/gps/hibernate/UsersOrgsDAO.java 44 There is log block not surrounded by if
40252 src/com/gps/hibernate/UsersOrgsDAO.java 49 Potential violation of Law of Demeter (object not created locally)
40253 src/com/gps/hibernate/UsersOrgsDAO.java 53 Parameter 'transientInstance' is not assigned and could be declared final
40254 src/com/gps/hibernate/UsersOrgsDAO.java 53 publicMethodCommentRequirement Required
40255 src/com/gps/hibernate/UsersOrgsDAO.java 54 There is log block not surrounded by if
40256 src/com/gps/hibernate/UsersOrgsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40257 src/com/gps/hibernate/UsersOrgsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
40258 src/com/gps/hibernate/UsersOrgsDAO.java 57 There is log block not surrounded by if
40259 src/com/gps/hibernate/UsersOrgsDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40260 src/com/gps/hibernate/UsersOrgsDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40261 src/com/gps/hibernate/UsersOrgsDAO.java 59 There is log block not surrounded by if
40262 src/com/gps/hibernate/UsersOrgsDAO.java 64 Avoid excessively long variable names like persistentInstance
40263 src/com/gps/hibernate/UsersOrgsDAO.java 64 Parameter 'persistentInstance' is not assigned and could be declared final
40264 src/com/gps/hibernate/UsersOrgsDAO.java 64 publicMethodCommentRequirement Required
40265 src/com/gps/hibernate/UsersOrgsDAO.java 65 There is log block not surrounded by if
40266 src/com/gps/hibernate/UsersOrgsDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40267 src/com/gps/hibernate/UsersOrgsDAO.java 67 Potential violation of Law of Demeter (method chain calls)
40268 src/com/gps/hibernate/UsersOrgsDAO.java 68 There is log block not surrounded by if
40269 src/com/gps/hibernate/UsersOrgsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40270 src/com/gps/hibernate/UsersOrgsDAO.java 69 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40271 src/com/gps/hibernate/UsersOrgsDAO.java 70 There is log block not surrounded by if
40272 src/com/gps/hibernate/UsersOrgsDAO.java 75 Avoid variables with short names like id
40273 src/com/gps/hibernate/UsersOrgsDAO.java 75 Parameter 'id' is not assigned and could be declared final
40274 src/com/gps/hibernate/UsersOrgsDAO.java 75 publicMethodCommentRequirement Required
40275 src/com/gps/hibernate/UsersOrgsDAO.java 76 There is log block not surrounded by if
40276 src/com/gps/hibernate/UsersOrgsDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40277 src/com/gps/hibernate/UsersOrgsDAO.java 78 Local variable 'instance' could be declared final
40278 src/com/gps/hibernate/UsersOrgsDAO.java 78 Potential violation of Law of Demeter (method chain calls)
40279 src/com/gps/hibernate/UsersOrgsDAO.java 81 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40280 src/com/gps/hibernate/UsersOrgsDAO.java 82 There is log block not surrounded by if
40281 src/com/gps/hibernate/UsersOrgsDAO.java 87 Parameter 'instance' is not assigned and could be declared final
40282 src/com/gps/hibernate/UsersOrgsDAO.java 87 publicMethodCommentRequirement Required
40283 src/com/gps/hibernate/UsersOrgsDAO.java 88 There is log block not surrounded by if
40284 src/com/gps/hibernate/UsersOrgsDAO.java 88 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40285 src/com/gps/hibernate/UsersOrgsDAO.java 90 Local variable 'results' could be declared final
40286 src/com/gps/hibernate/UsersOrgsDAO.java 90 Potential violation of Law of Demeter (method chain calls)
40287 src/com/gps/hibernate/UsersOrgsDAO.java 90 Potential violation of Law of Demeter (method chain calls)
40288 src/com/gps/hibernate/UsersOrgsDAO.java 90 Potential violation of Law of Demeter (method chain calls)
40289 src/com/gps/hibernate/UsersOrgsDAO.java 93 There is log block not surrounded by if
40290 src/com/gps/hibernate/UsersOrgsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40291 src/com/gps/hibernate/UsersOrgsDAO.java 94 Potential violation of Law of Demeter (object not created locally)
40292 src/com/gps/hibernate/UsersOrgsDAO.java 96 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40293 src/com/gps/hibernate/UsersOrgsDAO.java 97 There is log block not surrounded by if
40294 src/com/gps/hibernate/UsersOrgsDAO.java 102 Parameter 'propertyName' is not assigned and could be declared final
40295 src/com/gps/hibernate/UsersOrgsDAO.java 102 Parameter 'value' is not assigned and could be declared final
40296 src/com/gps/hibernate/UsersOrgsDAO.java 102 publicMethodCommentRequirement Required
40297 src/com/gps/hibernate/UsersOrgsDAO.java 103 There is log block not surrounded by if
40298 src/com/gps/hibernate/UsersOrgsDAO.java 103 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40299 src/com/gps/hibernate/UsersOrgsDAO.java 106 Local variable 'queryString' could be declared final
40300 src/com/gps/hibernate/UsersOrgsDAO.java 108 Local variable 'queryObject' could be declared final
40301 src/com/gps/hibernate/UsersOrgsDAO.java 108 Potential violation of Law of Demeter (method chain calls)
40302 src/com/gps/hibernate/UsersOrgsDAO.java 109 Potential violation of Law of Demeter (object not created locally)
40303 src/com/gps/hibernate/UsersOrgsDAO.java 110 Potential violation of Law of Demeter (object not created locally)
40304 src/com/gps/hibernate/UsersOrgsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40305 src/com/gps/hibernate/UsersOrgsDAO.java 112 There is log block not surrounded by if
40306 src/com/gps/hibernate/UsersOrgsDAO.java 117 publicMethodCommentRequirement Required
40307 src/com/gps/hibernate/UsersOrgsDAO.java 118 There is log block not surrounded by if
40308 src/com/gps/hibernate/UsersOrgsDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40309 src/com/gps/hibernate/UsersOrgsDAO.java 120 Local variable 'queryString' could be declared final
40310 src/com/gps/hibernate/UsersOrgsDAO.java 121 Local variable 'queryObject' could be declared final
40311 src/com/gps/hibernate/UsersOrgsDAO.java 121 Potential violation of Law of Demeter (method chain calls)
40312 src/com/gps/hibernate/UsersOrgsDAO.java 122 Potential violation of Law of Demeter (object not created locally)
40313 src/com/gps/hibernate/UsersOrgsDAO.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40314 src/com/gps/hibernate/UsersOrgsDAO.java 124 There is log block not surrounded by if
40315 src/com/gps/hibernate/UsersOrgsDAO.java 129 Parameter 'detachedInstance' is not assigned and could be declared final
40316 src/com/gps/hibernate/UsersOrgsDAO.java 129 publicMethodCommentRequirement Required
40317 src/com/gps/hibernate/UsersOrgsDAO.java 130 There is log block not surrounded by if
40318 src/com/gps/hibernate/UsersOrgsDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40319 src/com/gps/hibernate/UsersOrgsDAO.java 132 Local variable 'result' could be declared final
40320 src/com/gps/hibernate/UsersOrgsDAO.java 132 Potential violation of Law of Demeter (method chain calls)
40321 src/com/gps/hibernate/UsersOrgsDAO.java 133 There is log block not surrounded by if
40322 src/com/gps/hibernate/UsersOrgsDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40323 src/com/gps/hibernate/UsersOrgsDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40324 src/com/gps/hibernate/UsersOrgsDAO.java 136 There is log block not surrounded by if
40325 src/com/gps/hibernate/UsersOrgsDAO.java 141 Parameter 'instance' is not assigned and could be declared final
40326 src/com/gps/hibernate/UsersOrgsDAO.java 141 publicMethodCommentRequirement Required
40327 src/com/gps/hibernate/UsersOrgsDAO.java 142 There is log block not surrounded by if
40328 src/com/gps/hibernate/UsersOrgsDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40329 src/com/gps/hibernate/UsersOrgsDAO.java 144 Potential violation of Law of Demeter (method chain calls)
40330 src/com/gps/hibernate/UsersOrgsDAO.java 145 There is log block not surrounded by if
40331 src/com/gps/hibernate/UsersOrgsDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40332 src/com/gps/hibernate/UsersOrgsDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40333 src/com/gps/hibernate/UsersOrgsDAO.java 147 There is log block not surrounded by if
40334 src/com/gps/hibernate/UsersOrgsDAO.java 152 Parameter 'instance' is not assigned and could be declared final
40335 src/com/gps/hibernate/UsersOrgsDAO.java 152 publicMethodCommentRequirement Required
40336 src/com/gps/hibernate/UsersOrgsDAO.java 153 There is log block not surrounded by if
40337 src/com/gps/hibernate/UsersOrgsDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40338 src/com/gps/hibernate/UsersOrgsDAO.java 155 Potential violation of Law of Demeter (method chain calls)
40339 src/com/gps/hibernate/UsersOrgsDAO.java 156 There is log block not surrounded by if
40340 src/com/gps/hibernate/UsersOrgsDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40341 src/com/gps/hibernate/UsersOrgsDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40342 src/com/gps/hibernate/UsersOrgsDAO.java 158 There is log block not surrounded by if
40343 src/com/gps/hibernate/UsersOrgsId.java 9 Classes implementing Serializable should set a serialVersionUID
40344 src/com/gps/hibernate/UsersOrgsId.java 13 fieldCommentRequirement Required
40345 src/com/gps/hibernate/UsersOrgsId.java 14 fieldCommentRequirement Required
40346 src/com/gps/hibernate/UsersOrgsId.java 19 Document empty constructor
40347 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'organizationId' is not assigned and could be declared final
40348 src/com/gps/hibernate/UsersOrgsId.java 23 Parameter 'userId' is not assigned and could be declared final
40349 src/com/gps/hibernate/UsersOrgsId.java 30 publicMethodCommentRequirement Required
40350 src/com/gps/hibernate/UsersOrgsId.java 34 Parameter 'userId' is not assigned and could be declared final
40351 src/com/gps/hibernate/UsersOrgsId.java 34 publicMethodCommentRequirement Required
40352 src/com/gps/hibernate/UsersOrgsId.java 38 publicMethodCommentRequirement Required
40353 src/com/gps/hibernate/UsersOrgsId.java 42 Parameter 'organizationId' is not assigned and could be declared final
40354 src/com/gps/hibernate/UsersOrgsId.java 42 publicMethodCommentRequirement Required
40355 src/com/gps/hibernate/UsersOrgsId.java 46 Parameter 'other' is not assigned and could be declared final
40356 src/com/gps/hibernate/UsersOrgsId.java 46 publicMethodCommentRequirement Required
40357 src/com/gps/hibernate/UsersOrgsId.java 47 Avoid using if statements without curly braces
40358 src/com/gps/hibernate/UsersOrgsId.java 47 Useless parentheses.
40359 src/com/gps/hibernate/UsersOrgsId.java 48 A method should have only one exit point, and that should be the last statement in the method
40360 src/com/gps/hibernate/UsersOrgsId.java 49 Avoid using if statements without curly braces
40361 src/com/gps/hibernate/UsersOrgsId.java 49 Useless parentheses.
40362 src/com/gps/hibernate/UsersOrgsId.java 50 A method should have only one exit point, and that should be the last statement in the method
40363 src/com/gps/hibernate/UsersOrgsId.java 51 Avoid using if statements without curly braces
40364 src/com/gps/hibernate/UsersOrgsId.java 52 A method should have only one exit point, and that should be the last statement in the method
40365 src/com/gps/hibernate/UsersOrgsId.java 53 Local variable 'castOther' could be declared final
40366 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (method chain calls)
40367 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
40368 src/com/gps/hibernate/UsersOrgsId.java 55 Potential violation of Law of Demeter (object not created locally)
40369 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
40370 src/com/gps/hibernate/UsersOrgsId.java 55 Useless parentheses.
40371 src/com/gps/hibernate/UsersOrgsId.java 57 Potential violation of Law of Demeter (object not created locally)
40372 src/com/gps/hibernate/UsersOrgsId.java 58 Potential violation of Law of Demeter (object not created locally)
40373 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (method chain calls)
40374 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
40375 src/com/gps/hibernate/UsersOrgsId.java 59 Potential violation of Law of Demeter (object not created locally)
40376 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
40377 src/com/gps/hibernate/UsersOrgsId.java 59 Useless parentheses.
40378 src/com/gps/hibernate/UsersOrgsId.java 61 Potential violation of Law of Demeter (object not created locally)
40379 src/com/gps/hibernate/UsersOrgsId.java 63 Potential violation of Law of Demeter (object not created locally)
40380 src/com/gps/hibernate/UsersOrgsId.java 66 publicMethodCommentRequirement Required
40381 src/com/gps/hibernate/UsersOrgsId.java 67 Found 'DD'-anomaly for variable 'result' (lines '67'-'69').
40382 src/com/gps/hibernate/UsersPermissions.java 9 Classes implementing Serializable should set a serialVersionUID
40383 src/com/gps/hibernate/UsersPermissions.java 13 Avoid variables with short names like id
40384 src/com/gps/hibernate/UsersPermissions.java 13 fieldCommentRequirement Required
40385 src/com/gps/hibernate/UsersPermissions.java 18 Document empty constructor
40386 src/com/gps/hibernate/UsersPermissions.java 22 Avoid variables with short names like id
40387 src/com/gps/hibernate/UsersPermissions.java 22 Parameter 'id' is not assigned and could be declared final
40388 src/com/gps/hibernate/UsersPermissions.java 28 publicMethodCommentRequirement Required
40389 src/com/gps/hibernate/UsersPermissions.java 32 Avoid variables with short names like id
40390 src/com/gps/hibernate/UsersPermissions.java 32 Parameter 'id' is not assigned and could be declared final
40391 src/com/gps/hibernate/UsersPermissions.java 32 publicMethodCommentRequirement Required
40392 src/com/gps/hibernate/UsersPermissionsDAO.java 10 Comment is too large: Too many lines
40393 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Logger should be defined private static final and have the correct class
40394 src/com/gps/hibernate/UsersPermissionsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
40395 src/com/gps/hibernate/UsersPermissionsDAO.java 23 fieldCommentRequirement Required
40396 src/com/gps/hibernate/UsersPermissionsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
40397 src/com/gps/hibernate/UsersPermissionsDAO.java 27 publicMethodCommentRequirement Required
40398 src/com/gps/hibernate/UsersPermissionsDAO.java 28 There is log block not surrounded by if
40399 src/com/gps/hibernate/UsersPermissionsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40400 src/com/gps/hibernate/UsersPermissionsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
40401 src/com/gps/hibernate/UsersPermissionsDAO.java 31 There is log block not surrounded by if
40402 src/com/gps/hibernate/UsersPermissionsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40403 src/com/gps/hibernate/UsersPermissionsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40404 src/com/gps/hibernate/UsersPermissionsDAO.java 33 There is log block not surrounded by if
40405 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Avoid excessively long variable names like persistentInstance
40406 src/com/gps/hibernate/UsersPermissionsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
40407 src/com/gps/hibernate/UsersPermissionsDAO.java 38 publicMethodCommentRequirement Required
40408 src/com/gps/hibernate/UsersPermissionsDAO.java 39 There is log block not surrounded by if
40409 src/com/gps/hibernate/UsersPermissionsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40410 src/com/gps/hibernate/UsersPermissionsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
40411 src/com/gps/hibernate/UsersPermissionsDAO.java 42 There is log block not surrounded by if
40412 src/com/gps/hibernate/UsersPermissionsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40413 src/com/gps/hibernate/UsersPermissionsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40414 src/com/gps/hibernate/UsersPermissionsDAO.java 44 There is log block not surrounded by if
40415 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Avoid variables with short names like id
40416 src/com/gps/hibernate/UsersPermissionsDAO.java 49 Parameter 'id' is not assigned and could be declared final
40417 src/com/gps/hibernate/UsersPermissionsDAO.java 49 publicMethodCommentRequirement Required
40418 src/com/gps/hibernate/UsersPermissionsDAO.java 50 There is log block not surrounded by if
40419 src/com/gps/hibernate/UsersPermissionsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40420 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Local variable 'instance' could be declared final
40421 src/com/gps/hibernate/UsersPermissionsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
40422 src/com/gps/hibernate/UsersPermissionsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40423 src/com/gps/hibernate/UsersPermissionsDAO.java 56 There is log block not surrounded by if
40424 src/com/gps/hibernate/UsersPermissionsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
40425 src/com/gps/hibernate/UsersPermissionsDAO.java 61 publicMethodCommentRequirement Required
40426 src/com/gps/hibernate/UsersPermissionsDAO.java 62 There is log block not surrounded by if
40427 src/com/gps/hibernate/UsersPermissionsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40428 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Local variable 'results' could be declared final
40429 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40430 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40431 src/com/gps/hibernate/UsersPermissionsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40432 src/com/gps/hibernate/UsersPermissionsDAO.java 67 There is log block not surrounded by if
40433 src/com/gps/hibernate/UsersPermissionsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40434 src/com/gps/hibernate/UsersPermissionsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
40435 src/com/gps/hibernate/UsersPermissionsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40436 src/com/gps/hibernate/UsersPermissionsDAO.java 71 There is log block not surrounded by if
40437 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
40438 src/com/gps/hibernate/UsersPermissionsDAO.java 76 Parameter 'value' is not assigned and could be declared final
40439 src/com/gps/hibernate/UsersPermissionsDAO.java 76 publicMethodCommentRequirement Required
40440 src/com/gps/hibernate/UsersPermissionsDAO.java 77 There is log block not surrounded by if
40441 src/com/gps/hibernate/UsersPermissionsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40442 src/com/gps/hibernate/UsersPermissionsDAO.java 80 Local variable 'queryString' could be declared final
40443 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Local variable 'queryObject' could be declared final
40444 src/com/gps/hibernate/UsersPermissionsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
40445 src/com/gps/hibernate/UsersPermissionsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
40446 src/com/gps/hibernate/UsersPermissionsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40447 src/com/gps/hibernate/UsersPermissionsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40448 src/com/gps/hibernate/UsersPermissionsDAO.java 86 There is log block not surrounded by if
40449 src/com/gps/hibernate/UsersPermissionsDAO.java 91 publicMethodCommentRequirement Required
40450 src/com/gps/hibernate/UsersPermissionsDAO.java 92 There is log block not surrounded by if
40451 src/com/gps/hibernate/UsersPermissionsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40452 src/com/gps/hibernate/UsersPermissionsDAO.java 94 Local variable 'queryString' could be declared final
40453 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Local variable 'queryObject' could be declared final
40454 src/com/gps/hibernate/UsersPermissionsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
40455 src/com/gps/hibernate/UsersPermissionsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
40456 src/com/gps/hibernate/UsersPermissionsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40457 src/com/gps/hibernate/UsersPermissionsDAO.java 98 There is log block not surrounded by if
40458 src/com/gps/hibernate/UsersPermissionsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
40459 src/com/gps/hibernate/UsersPermissionsDAO.java 103 publicMethodCommentRequirement Required
40460 src/com/gps/hibernate/UsersPermissionsDAO.java 104 There is log block not surrounded by if
40461 src/com/gps/hibernate/UsersPermissionsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40462 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Local variable 'result' could be declared final
40463 src/com/gps/hibernate/UsersPermissionsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
40464 src/com/gps/hibernate/UsersPermissionsDAO.java 108 There is log block not surrounded by if
40465 src/com/gps/hibernate/UsersPermissionsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40466 src/com/gps/hibernate/UsersPermissionsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40467 src/com/gps/hibernate/UsersPermissionsDAO.java 111 There is log block not surrounded by if
40468 src/com/gps/hibernate/UsersPermissionsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
40469 src/com/gps/hibernate/UsersPermissionsDAO.java 116 publicMethodCommentRequirement Required
40470 src/com/gps/hibernate/UsersPermissionsDAO.java 117 There is log block not surrounded by if
40471 src/com/gps/hibernate/UsersPermissionsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40472 src/com/gps/hibernate/UsersPermissionsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
40473 src/com/gps/hibernate/UsersPermissionsDAO.java 120 There is log block not surrounded by if
40474 src/com/gps/hibernate/UsersPermissionsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40475 src/com/gps/hibernate/UsersPermissionsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40476 src/com/gps/hibernate/UsersPermissionsDAO.java 122 There is log block not surrounded by if
40477 src/com/gps/hibernate/UsersPermissionsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
40478 src/com/gps/hibernate/UsersPermissionsDAO.java 127 publicMethodCommentRequirement Required
40479 src/com/gps/hibernate/UsersPermissionsDAO.java 128 There is log block not surrounded by if
40480 src/com/gps/hibernate/UsersPermissionsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40481 src/com/gps/hibernate/UsersPermissionsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
40482 src/com/gps/hibernate/UsersPermissionsDAO.java 131 There is log block not surrounded by if
40483 src/com/gps/hibernate/UsersPermissionsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40484 src/com/gps/hibernate/UsersPermissionsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40485 src/com/gps/hibernate/UsersPermissionsDAO.java 133 There is log block not surrounded by if
40486 src/com/gps/hibernate/UsersPermissionsId.java 9 Classes implementing Serializable should set a serialVersionUID
40487 src/com/gps/hibernate/UsersPermissionsId.java 13 fieldCommentRequirement Required
40488 src/com/gps/hibernate/UsersPermissionsId.java 14 fieldCommentRequirement Required
40489 src/com/gps/hibernate/UsersPermissionsId.java 19 Document empty constructor
40490 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'permissionId' is not assigned and could be declared final
40491 src/com/gps/hibernate/UsersPermissionsId.java 23 Parameter 'userId' is not assigned and could be declared final
40492 src/com/gps/hibernate/UsersPermissionsId.java 30 publicMethodCommentRequirement Required
40493 src/com/gps/hibernate/UsersPermissionsId.java 34 Parameter 'userId' is not assigned and could be declared final
40494 src/com/gps/hibernate/UsersPermissionsId.java 34 publicMethodCommentRequirement Required
40495 src/com/gps/hibernate/UsersPermissionsId.java 38 publicMethodCommentRequirement Required
40496 src/com/gps/hibernate/UsersPermissionsId.java 42 Parameter 'permissionId' is not assigned and could be declared final
40497 src/com/gps/hibernate/UsersPermissionsId.java 42 publicMethodCommentRequirement Required
40498 src/com/gps/hibernate/UsersPermissionsId.java 46 Parameter 'other' is not assigned and could be declared final
40499 src/com/gps/hibernate/UsersPermissionsId.java 46 publicMethodCommentRequirement Required
40500 src/com/gps/hibernate/UsersPermissionsId.java 47 Avoid using if statements without curly braces
40501 src/com/gps/hibernate/UsersPermissionsId.java 47 Useless parentheses.
40502 src/com/gps/hibernate/UsersPermissionsId.java 48 A method should have only one exit point, and that should be the last statement in the method
40503 src/com/gps/hibernate/UsersPermissionsId.java 49 Avoid using if statements without curly braces
40504 src/com/gps/hibernate/UsersPermissionsId.java 49 Useless parentheses.
40505 src/com/gps/hibernate/UsersPermissionsId.java 50 A method should have only one exit point, and that should be the last statement in the method
40506 src/com/gps/hibernate/UsersPermissionsId.java 51 Avoid using if statements without curly braces
40507 src/com/gps/hibernate/UsersPermissionsId.java 52 A method should have only one exit point, and that should be the last statement in the method
40508 src/com/gps/hibernate/UsersPermissionsId.java 53 Local variable 'castOther' could be declared final
40509 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (method chain calls)
40510 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
40511 src/com/gps/hibernate/UsersPermissionsId.java 55 Potential violation of Law of Demeter (object not created locally)
40512 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
40513 src/com/gps/hibernate/UsersPermissionsId.java 55 Useless parentheses.
40514 src/com/gps/hibernate/UsersPermissionsId.java 57 Potential violation of Law of Demeter (object not created locally)
40515 src/com/gps/hibernate/UsersPermissionsId.java 58 Potential violation of Law of Demeter (object not created locally)
40516 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (method chain calls)
40517 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
40518 src/com/gps/hibernate/UsersPermissionsId.java 59 Potential violation of Law of Demeter (object not created locally)
40519 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
40520 src/com/gps/hibernate/UsersPermissionsId.java 59 Useless parentheses.
40521 src/com/gps/hibernate/UsersPermissionsId.java 61 Potential violation of Law of Demeter (object not created locally)
40522 src/com/gps/hibernate/UsersPermissionsId.java 62 Potential violation of Law of Demeter (object not created locally)
40523 src/com/gps/hibernate/UsersPermissionsId.java 65 publicMethodCommentRequirement Required
40524 src/com/gps/hibernate/UsersPermissionsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
40525 src/com/gps/hibernate/UsersRoles.java 9 Classes implementing Serializable should set a serialVersionUID
40526 src/com/gps/hibernate/UsersRoles.java 13 Avoid variables with short names like id
40527 src/com/gps/hibernate/UsersRoles.java 13 fieldCommentRequirement Required
40528 src/com/gps/hibernate/UsersRoles.java 18 Document empty constructor
40529 src/com/gps/hibernate/UsersRoles.java 22 Avoid variables with short names like id
40530 src/com/gps/hibernate/UsersRoles.java 22 Parameter 'id' is not assigned and could be declared final
40531 src/com/gps/hibernate/UsersRoles.java 28 publicMethodCommentRequirement Required
40532 src/com/gps/hibernate/UsersRoles.java 32 Avoid variables with short names like id
40533 src/com/gps/hibernate/UsersRoles.java 32 Parameter 'id' is not assigned and could be declared final
40534 src/com/gps/hibernate/UsersRoles.java 32 publicMethodCommentRequirement Required
40535 src/com/gps/hibernate/UsersRolesDAO.java 10 Comment is too large: Too many lines
40536 src/com/gps/hibernate/UsersRolesDAO.java 23 Logger should be defined private static final and have the correct class
40537 src/com/gps/hibernate/UsersRolesDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
40538 src/com/gps/hibernate/UsersRolesDAO.java 23 fieldCommentRequirement Required
40539 src/com/gps/hibernate/UsersRolesDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
40540 src/com/gps/hibernate/UsersRolesDAO.java 27 publicMethodCommentRequirement Required
40541 src/com/gps/hibernate/UsersRolesDAO.java 28 There is log block not surrounded by if
40542 src/com/gps/hibernate/UsersRolesDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40543 src/com/gps/hibernate/UsersRolesDAO.java 30 Potential violation of Law of Demeter (method chain calls)
40544 src/com/gps/hibernate/UsersRolesDAO.java 31 There is log block not surrounded by if
40545 src/com/gps/hibernate/UsersRolesDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40546 src/com/gps/hibernate/UsersRolesDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40547 src/com/gps/hibernate/UsersRolesDAO.java 33 There is log block not surrounded by if
40548 src/com/gps/hibernate/UsersRolesDAO.java 38 Avoid excessively long variable names like persistentInstance
40549 src/com/gps/hibernate/UsersRolesDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
40550 src/com/gps/hibernate/UsersRolesDAO.java 38 publicMethodCommentRequirement Required
40551 src/com/gps/hibernate/UsersRolesDAO.java 39 There is log block not surrounded by if
40552 src/com/gps/hibernate/UsersRolesDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40553 src/com/gps/hibernate/UsersRolesDAO.java 41 Potential violation of Law of Demeter (method chain calls)
40554 src/com/gps/hibernate/UsersRolesDAO.java 42 There is log block not surrounded by if
40555 src/com/gps/hibernate/UsersRolesDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40556 src/com/gps/hibernate/UsersRolesDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40557 src/com/gps/hibernate/UsersRolesDAO.java 44 There is log block not surrounded by if
40558 src/com/gps/hibernate/UsersRolesDAO.java 49 Avoid variables with short names like id
40559 src/com/gps/hibernate/UsersRolesDAO.java 49 Parameter 'id' is not assigned and could be declared final
40560 src/com/gps/hibernate/UsersRolesDAO.java 49 publicMethodCommentRequirement Required
40561 src/com/gps/hibernate/UsersRolesDAO.java 50 There is log block not surrounded by if
40562 src/com/gps/hibernate/UsersRolesDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40563 src/com/gps/hibernate/UsersRolesDAO.java 52 Local variable 'instance' could be declared final
40564 src/com/gps/hibernate/UsersRolesDAO.java 52 Potential violation of Law of Demeter (method chain calls)
40565 src/com/gps/hibernate/UsersRolesDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40566 src/com/gps/hibernate/UsersRolesDAO.java 56 There is log block not surrounded by if
40567 src/com/gps/hibernate/UsersRolesDAO.java 61 Parameter 'instance' is not assigned and could be declared final
40568 src/com/gps/hibernate/UsersRolesDAO.java 61 publicMethodCommentRequirement Required
40569 src/com/gps/hibernate/UsersRolesDAO.java 62 There is log block not surrounded by if
40570 src/com/gps/hibernate/UsersRolesDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40571 src/com/gps/hibernate/UsersRolesDAO.java 64 Local variable 'results' could be declared final
40572 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40573 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40574 src/com/gps/hibernate/UsersRolesDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40575 src/com/gps/hibernate/UsersRolesDAO.java 67 There is log block not surrounded by if
40576 src/com/gps/hibernate/UsersRolesDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40577 src/com/gps/hibernate/UsersRolesDAO.java 68 Potential violation of Law of Demeter (object not created locally)
40578 src/com/gps/hibernate/UsersRolesDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40579 src/com/gps/hibernate/UsersRolesDAO.java 71 There is log block not surrounded by if
40580 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
40581 src/com/gps/hibernate/UsersRolesDAO.java 76 Parameter 'value' is not assigned and could be declared final
40582 src/com/gps/hibernate/UsersRolesDAO.java 76 publicMethodCommentRequirement Required
40583 src/com/gps/hibernate/UsersRolesDAO.java 77 There is log block not surrounded by if
40584 src/com/gps/hibernate/UsersRolesDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40585 src/com/gps/hibernate/UsersRolesDAO.java 80 Local variable 'queryString' could be declared final
40586 src/com/gps/hibernate/UsersRolesDAO.java 82 Local variable 'queryObject' could be declared final
40587 src/com/gps/hibernate/UsersRolesDAO.java 82 Potential violation of Law of Demeter (method chain calls)
40588 src/com/gps/hibernate/UsersRolesDAO.java 83 Potential violation of Law of Demeter (object not created locally)
40589 src/com/gps/hibernate/UsersRolesDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40590 src/com/gps/hibernate/UsersRolesDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40591 src/com/gps/hibernate/UsersRolesDAO.java 86 There is log block not surrounded by if
40592 src/com/gps/hibernate/UsersRolesDAO.java 91 publicMethodCommentRequirement Required
40593 src/com/gps/hibernate/UsersRolesDAO.java 92 There is log block not surrounded by if
40594 src/com/gps/hibernate/UsersRolesDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40595 src/com/gps/hibernate/UsersRolesDAO.java 94 Local variable 'queryString' could be declared final
40596 src/com/gps/hibernate/UsersRolesDAO.java 95 Local variable 'queryObject' could be declared final
40597 src/com/gps/hibernate/UsersRolesDAO.java 95 Potential violation of Law of Demeter (method chain calls)
40598 src/com/gps/hibernate/UsersRolesDAO.java 96 Potential violation of Law of Demeter (object not created locally)
40599 src/com/gps/hibernate/UsersRolesDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40600 src/com/gps/hibernate/UsersRolesDAO.java 98 There is log block not surrounded by if
40601 src/com/gps/hibernate/UsersRolesDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
40602 src/com/gps/hibernate/UsersRolesDAO.java 103 publicMethodCommentRequirement Required
40603 src/com/gps/hibernate/UsersRolesDAO.java 104 There is log block not surrounded by if
40604 src/com/gps/hibernate/UsersRolesDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40605 src/com/gps/hibernate/UsersRolesDAO.java 106 Local variable 'result' could be declared final
40606 src/com/gps/hibernate/UsersRolesDAO.java 106 Potential violation of Law of Demeter (method chain calls)
40607 src/com/gps/hibernate/UsersRolesDAO.java 108 There is log block not surrounded by if
40608 src/com/gps/hibernate/UsersRolesDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40609 src/com/gps/hibernate/UsersRolesDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40610 src/com/gps/hibernate/UsersRolesDAO.java 111 There is log block not surrounded by if
40611 src/com/gps/hibernate/UsersRolesDAO.java 116 Parameter 'instance' is not assigned and could be declared final
40612 src/com/gps/hibernate/UsersRolesDAO.java 116 publicMethodCommentRequirement Required
40613 src/com/gps/hibernate/UsersRolesDAO.java 117 There is log block not surrounded by if
40614 src/com/gps/hibernate/UsersRolesDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40615 src/com/gps/hibernate/UsersRolesDAO.java 119 Potential violation of Law of Demeter (method chain calls)
40616 src/com/gps/hibernate/UsersRolesDAO.java 120 There is log block not surrounded by if
40617 src/com/gps/hibernate/UsersRolesDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40618 src/com/gps/hibernate/UsersRolesDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40619 src/com/gps/hibernate/UsersRolesDAO.java 122 There is log block not surrounded by if
40620 src/com/gps/hibernate/UsersRolesDAO.java 127 Parameter 'instance' is not assigned and could be declared final
40621 src/com/gps/hibernate/UsersRolesDAO.java 127 publicMethodCommentRequirement Required
40622 src/com/gps/hibernate/UsersRolesDAO.java 128 There is log block not surrounded by if
40623 src/com/gps/hibernate/UsersRolesDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40624 src/com/gps/hibernate/UsersRolesDAO.java 130 Potential violation of Law of Demeter (method chain calls)
40625 src/com/gps/hibernate/UsersRolesDAO.java 131 There is log block not surrounded by if
40626 src/com/gps/hibernate/UsersRolesDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40627 src/com/gps/hibernate/UsersRolesDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40628 src/com/gps/hibernate/UsersRolesDAO.java 133 There is log block not surrounded by if
40629 src/com/gps/hibernate/UsersRolesId.java 9 Classes implementing Serializable should set a serialVersionUID
40630 src/com/gps/hibernate/UsersRolesId.java 13 fieldCommentRequirement Required
40631 src/com/gps/hibernate/UsersRolesId.java 14 fieldCommentRequirement Required
40632 src/com/gps/hibernate/UsersRolesId.java 19 Document empty constructor
40633 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'roleId' is not assigned and could be declared final
40634 src/com/gps/hibernate/UsersRolesId.java 23 Parameter 'userId' is not assigned and could be declared final
40635 src/com/gps/hibernate/UsersRolesId.java 30 publicMethodCommentRequirement Required
40636 src/com/gps/hibernate/UsersRolesId.java 34 Parameter 'userId' is not assigned and could be declared final
40637 src/com/gps/hibernate/UsersRolesId.java 34 publicMethodCommentRequirement Required
40638 src/com/gps/hibernate/UsersRolesId.java 38 publicMethodCommentRequirement Required
40639 src/com/gps/hibernate/UsersRolesId.java 42 Parameter 'roleId' is not assigned and could be declared final
40640 src/com/gps/hibernate/UsersRolesId.java 42 publicMethodCommentRequirement Required
40641 src/com/gps/hibernate/UsersRolesId.java 46 Parameter 'other' is not assigned and could be declared final
40642 src/com/gps/hibernate/UsersRolesId.java 46 publicMethodCommentRequirement Required
40643 src/com/gps/hibernate/UsersRolesId.java 47 Avoid using if statements without curly braces
40644 src/com/gps/hibernate/UsersRolesId.java 47 Useless parentheses.
40645 src/com/gps/hibernate/UsersRolesId.java 48 A method should have only one exit point, and that should be the last statement in the method
40646 src/com/gps/hibernate/UsersRolesId.java 49 Avoid using if statements without curly braces
40647 src/com/gps/hibernate/UsersRolesId.java 49 Useless parentheses.
40648 src/com/gps/hibernate/UsersRolesId.java 50 A method should have only one exit point, and that should be the last statement in the method
40649 src/com/gps/hibernate/UsersRolesId.java 51 Avoid using if statements without curly braces
40650 src/com/gps/hibernate/UsersRolesId.java 52 A method should have only one exit point, and that should be the last statement in the method
40651 src/com/gps/hibernate/UsersRolesId.java 53 Local variable 'castOther' could be declared final
40652 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (method chain calls)
40653 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
40654 src/com/gps/hibernate/UsersRolesId.java 55 Potential violation of Law of Demeter (object not created locally)
40655 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
40656 src/com/gps/hibernate/UsersRolesId.java 55 Useless parentheses.
40657 src/com/gps/hibernate/UsersRolesId.java 57 Potential violation of Law of Demeter (object not created locally)
40658 src/com/gps/hibernate/UsersRolesId.java 58 Potential violation of Law of Demeter (object not created locally)
40659 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (method chain calls)
40660 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
40661 src/com/gps/hibernate/UsersRolesId.java 59 Potential violation of Law of Demeter (object not created locally)
40662 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
40663 src/com/gps/hibernate/UsersRolesId.java 59 Useless parentheses.
40664 src/com/gps/hibernate/UsersRolesId.java 61 Potential violation of Law of Demeter (object not created locally)
40665 src/com/gps/hibernate/UsersRolesId.java 62 Potential violation of Law of Demeter (object not created locally)
40666 src/com/gps/hibernate/UsersRolesId.java 65 publicMethodCommentRequirement Required
40667 src/com/gps/hibernate/UsersRolesId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
40668 src/com/gps/hibernate/UsersTrips.java 10 Classes implementing Serializable should set a serialVersionUID
40669 src/com/gps/hibernate/UsersTrips.java 14 fieldCommentRequirement Required
40670 src/com/gps/hibernate/UsersTrips.java 15 fieldCommentRequirement Required
40671 src/com/gps/hibernate/UsersTrips.java 16 fieldCommentRequirement Required
40672 src/com/gps/hibernate/UsersTrips.java 21 Document empty constructor
40673 src/com/gps/hibernate/UsersTrips.java 25 Parameter 'tripDetails' is not assigned and could be declared final
40674 src/com/gps/hibernate/UsersTrips.java 25 Parameter 'user' is not assigned and could be declared final
40675 src/com/gps/hibernate/UsersTrips.java 32 publicMethodCommentRequirement Required
40676 src/com/gps/hibernate/UsersTrips.java 36 Parameter 'usersTripsId' is not assigned and could be declared final
40677 src/com/gps/hibernate/UsersTrips.java 36 publicMethodCommentRequirement Required
40678 src/com/gps/hibernate/UsersTrips.java 40 publicMethodCommentRequirement Required
40679 src/com/gps/hibernate/UsersTrips.java 44 Parameter 'user' is not assigned and could be declared final
40680 src/com/gps/hibernate/UsersTrips.java 44 publicMethodCommentRequirement Required
40681 src/com/gps/hibernate/UsersTrips.java 48 publicMethodCommentRequirement Required
40682 src/com/gps/hibernate/UsersTrips.java 52 Parameter 'tripDetails' is not assigned and could be declared final
40683 src/com/gps/hibernate/UsersTrips.java 52 publicMethodCommentRequirement Required
40684 src/com/gps/hibernate/UsersTripsDAO.java 11 Comment is too large: Too many lines
40685 src/com/gps/hibernate/UsersTripsDAO.java 24 Logger should be defined private static final and have the correct class
40686 src/com/gps/hibernate/UsersTripsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
40687 src/com/gps/hibernate/UsersTripsDAO.java 24 fieldCommentRequirement Required
40688 src/com/gps/hibernate/UsersTripsDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
40689 src/com/gps/hibernate/UsersTripsDAO.java 28 publicMethodCommentRequirement Required
40690 src/com/gps/hibernate/UsersTripsDAO.java 29 There is log block not surrounded by if
40691 src/com/gps/hibernate/UsersTripsDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40692 src/com/gps/hibernate/UsersTripsDAO.java 31 Potential violation of Law of Demeter (method chain calls)
40693 src/com/gps/hibernate/UsersTripsDAO.java 32 There is log block not surrounded by if
40694 src/com/gps/hibernate/UsersTripsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40695 src/com/gps/hibernate/UsersTripsDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40696 src/com/gps/hibernate/UsersTripsDAO.java 34 There is log block not surrounded by if
40697 src/com/gps/hibernate/UsersTripsDAO.java 39 Avoid excessively long variable names like persistentInstance
40698 src/com/gps/hibernate/UsersTripsDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
40699 src/com/gps/hibernate/UsersTripsDAO.java 39 publicMethodCommentRequirement Required
40700 src/com/gps/hibernate/UsersTripsDAO.java 40 There is log block not surrounded by if
40701 src/com/gps/hibernate/UsersTripsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40702 src/com/gps/hibernate/UsersTripsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
40703 src/com/gps/hibernate/UsersTripsDAO.java 43 There is log block not surrounded by if
40704 src/com/gps/hibernate/UsersTripsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40705 src/com/gps/hibernate/UsersTripsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40706 src/com/gps/hibernate/UsersTripsDAO.java 45 There is log block not surrounded by if
40707 src/com/gps/hibernate/UsersTripsDAO.java 50 Avoid variables with short names like id
40708 src/com/gps/hibernate/UsersTripsDAO.java 50 Parameter 'id' is not assigned and could be declared final
40709 src/com/gps/hibernate/UsersTripsDAO.java 50 publicMethodCommentRequirement Required
40710 src/com/gps/hibernate/UsersTripsDAO.java 51 There is log block not surrounded by if
40711 src/com/gps/hibernate/UsersTripsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40712 src/com/gps/hibernate/UsersTripsDAO.java 53 Local variable 'instance' could be declared final
40713 src/com/gps/hibernate/UsersTripsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
40714 src/com/gps/hibernate/UsersTripsDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40715 src/com/gps/hibernate/UsersTripsDAO.java 57 There is log block not surrounded by if
40716 src/com/gps/hibernate/UsersTripsDAO.java 62 Parameter 'instance' is not assigned and could be declared final
40717 src/com/gps/hibernate/UsersTripsDAO.java 62 publicMethodCommentRequirement Required
40718 src/com/gps/hibernate/UsersTripsDAO.java 63 There is log block not surrounded by if
40719 src/com/gps/hibernate/UsersTripsDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40720 src/com/gps/hibernate/UsersTripsDAO.java 65 Local variable 'results' could be declared final
40721 src/com/gps/hibernate/UsersTripsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
40722 src/com/gps/hibernate/UsersTripsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
40723 src/com/gps/hibernate/UsersTripsDAO.java 65 Potential violation of Law of Demeter (method chain calls)
40724 src/com/gps/hibernate/UsersTripsDAO.java 68 There is log block not surrounded by if
40725 src/com/gps/hibernate/UsersTripsDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40726 src/com/gps/hibernate/UsersTripsDAO.java 69 Potential violation of Law of Demeter (object not created locally)
40727 src/com/gps/hibernate/UsersTripsDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40728 src/com/gps/hibernate/UsersTripsDAO.java 72 There is log block not surrounded by if
40729 src/com/gps/hibernate/UsersTripsDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
40730 src/com/gps/hibernate/UsersTripsDAO.java 77 Parameter 'value' is not assigned and could be declared final
40731 src/com/gps/hibernate/UsersTripsDAO.java 77 publicMethodCommentRequirement Required
40732 src/com/gps/hibernate/UsersTripsDAO.java 78 There is log block not surrounded by if
40733 src/com/gps/hibernate/UsersTripsDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40734 src/com/gps/hibernate/UsersTripsDAO.java 81 Local variable 'queryString' could be declared final
40735 src/com/gps/hibernate/UsersTripsDAO.java 83 Local variable 'queryObject' could be declared final
40736 src/com/gps/hibernate/UsersTripsDAO.java 83 Potential violation of Law of Demeter (method chain calls)
40737 src/com/gps/hibernate/UsersTripsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40738 src/com/gps/hibernate/UsersTripsDAO.java 85 Potential violation of Law of Demeter (object not created locally)
40739 src/com/gps/hibernate/UsersTripsDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40740 src/com/gps/hibernate/UsersTripsDAO.java 87 There is log block not surrounded by if
40741 src/com/gps/hibernate/UsersTripsDAO.java 92 publicMethodCommentRequirement Required
40742 src/com/gps/hibernate/UsersTripsDAO.java 93 There is log block not surrounded by if
40743 src/com/gps/hibernate/UsersTripsDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40744 src/com/gps/hibernate/UsersTripsDAO.java 95 Local variable 'queryString' could be declared final
40745 src/com/gps/hibernate/UsersTripsDAO.java 96 Local variable 'queryObject' could be declared final
40746 src/com/gps/hibernate/UsersTripsDAO.java 96 Potential violation of Law of Demeter (method chain calls)
40747 src/com/gps/hibernate/UsersTripsDAO.java 97 Potential violation of Law of Demeter (object not created locally)
40748 src/com/gps/hibernate/UsersTripsDAO.java 98 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40749 src/com/gps/hibernate/UsersTripsDAO.java 99 There is log block not surrounded by if
40750 src/com/gps/hibernate/UsersTripsDAO.java 104 Parameter 'detachedInstance' is not assigned and could be declared final
40751 src/com/gps/hibernate/UsersTripsDAO.java 104 publicMethodCommentRequirement Required
40752 src/com/gps/hibernate/UsersTripsDAO.java 105 There is log block not surrounded by if
40753 src/com/gps/hibernate/UsersTripsDAO.java 105 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40754 src/com/gps/hibernate/UsersTripsDAO.java 107 Local variable 'result' could be declared final
40755 src/com/gps/hibernate/UsersTripsDAO.java 107 Potential violation of Law of Demeter (method chain calls)
40756 src/com/gps/hibernate/UsersTripsDAO.java 109 There is log block not surrounded by if
40757 src/com/gps/hibernate/UsersTripsDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40758 src/com/gps/hibernate/UsersTripsDAO.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40759 src/com/gps/hibernate/UsersTripsDAO.java 112 There is log block not surrounded by if
40760 src/com/gps/hibernate/UsersTripsDAO.java 117 Parameter 'instance' is not assigned and could be declared final
40761 src/com/gps/hibernate/UsersTripsDAO.java 117 publicMethodCommentRequirement Required
40762 src/com/gps/hibernate/UsersTripsDAO.java 118 There is log block not surrounded by if
40763 src/com/gps/hibernate/UsersTripsDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40764 src/com/gps/hibernate/UsersTripsDAO.java 120 Potential violation of Law of Demeter (method chain calls)
40765 src/com/gps/hibernate/UsersTripsDAO.java 121 There is log block not surrounded by if
40766 src/com/gps/hibernate/UsersTripsDAO.java 121 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40767 src/com/gps/hibernate/UsersTripsDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40768 src/com/gps/hibernate/UsersTripsDAO.java 123 There is log block not surrounded by if
40769 src/com/gps/hibernate/UsersTripsDAO.java 128 Parameter 'instance' is not assigned and could be declared final
40770 src/com/gps/hibernate/UsersTripsDAO.java 128 publicMethodCommentRequirement Required
40771 src/com/gps/hibernate/UsersTripsDAO.java 129 There is log block not surrounded by if
40772 src/com/gps/hibernate/UsersTripsDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40773 src/com/gps/hibernate/UsersTripsDAO.java 131 Potential violation of Law of Demeter (method chain calls)
40774 src/com/gps/hibernate/UsersTripsDAO.java 132 There is log block not surrounded by if
40775 src/com/gps/hibernate/UsersTripsDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40776 src/com/gps/hibernate/UsersTripsDAO.java 133 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40777 src/com/gps/hibernate/UsersTripsDAO.java 134 There is log block not surrounded by if
40778 src/com/gps/hibernate/UsersUsergroups.java 9 Classes implementing Serializable should set a serialVersionUID
40779 src/com/gps/hibernate/UsersUsergroups.java 13 Avoid variables with short names like id
40780 src/com/gps/hibernate/UsersUsergroups.java 13 fieldCommentRequirement Required
40781 src/com/gps/hibernate/UsersUsergroups.java 18 Document empty constructor
40782 src/com/gps/hibernate/UsersUsergroups.java 22 Avoid variables with short names like id
40783 src/com/gps/hibernate/UsersUsergroups.java 22 Parameter 'id' is not assigned and could be declared final
40784 src/com/gps/hibernate/UsersUsergroups.java 28 publicMethodCommentRequirement Required
40785 src/com/gps/hibernate/UsersUsergroups.java 32 Avoid variables with short names like id
40786 src/com/gps/hibernate/UsersUsergroups.java 32 Parameter 'id' is not assigned and could be declared final
40787 src/com/gps/hibernate/UsersUsergroups.java 32 publicMethodCommentRequirement Required
40788 src/com/gps/hibernate/UsersUsergroupsDAO.java 10 Comment is too large: Too many lines
40789 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Logger should be defined private static final and have the correct class
40790 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
40791 src/com/gps/hibernate/UsersUsergroupsDAO.java 23 fieldCommentRequirement Required
40792 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 Parameter 'transientInstance' is not assigned and could be declared final
40793 src/com/gps/hibernate/UsersUsergroupsDAO.java 27 publicMethodCommentRequirement Required
40794 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 There is log block not surrounded by if
40795 src/com/gps/hibernate/UsersUsergroupsDAO.java 28 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40796 src/com/gps/hibernate/UsersUsergroupsDAO.java 30 Potential violation of Law of Demeter (method chain calls)
40797 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 There is log block not surrounded by if
40798 src/com/gps/hibernate/UsersUsergroupsDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40799 src/com/gps/hibernate/UsersUsergroupsDAO.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40800 src/com/gps/hibernate/UsersUsergroupsDAO.java 33 There is log block not surrounded by if
40801 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Avoid excessively long variable names like persistentInstance
40802 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 Parameter 'persistentInstance' is not assigned and could be declared final
40803 src/com/gps/hibernate/UsersUsergroupsDAO.java 38 publicMethodCommentRequirement Required
40804 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 There is log block not surrounded by if
40805 src/com/gps/hibernate/UsersUsergroupsDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40806 src/com/gps/hibernate/UsersUsergroupsDAO.java 41 Potential violation of Law of Demeter (method chain calls)
40807 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 There is log block not surrounded by if
40808 src/com/gps/hibernate/UsersUsergroupsDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40809 src/com/gps/hibernate/UsersUsergroupsDAO.java 43 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40810 src/com/gps/hibernate/UsersUsergroupsDAO.java 44 There is log block not surrounded by if
40811 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Avoid variables with short names like id
40812 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 Parameter 'id' is not assigned and could be declared final
40813 src/com/gps/hibernate/UsersUsergroupsDAO.java 49 publicMethodCommentRequirement Required
40814 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 There is log block not surrounded by if
40815 src/com/gps/hibernate/UsersUsergroupsDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40816 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Local variable 'instance' could be declared final
40817 src/com/gps/hibernate/UsersUsergroupsDAO.java 52 Potential violation of Law of Demeter (method chain calls)
40818 src/com/gps/hibernate/UsersUsergroupsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40819 src/com/gps/hibernate/UsersUsergroupsDAO.java 56 There is log block not surrounded by if
40820 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 Parameter 'instance' is not assigned and could be declared final
40821 src/com/gps/hibernate/UsersUsergroupsDAO.java 61 publicMethodCommentRequirement Required
40822 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 There is log block not surrounded by if
40823 src/com/gps/hibernate/UsersUsergroupsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40824 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Local variable 'results' could be declared final
40825 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40826 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40827 src/com/gps/hibernate/UsersUsergroupsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
40828 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 There is log block not surrounded by if
40829 src/com/gps/hibernate/UsersUsergroupsDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40830 src/com/gps/hibernate/UsersUsergroupsDAO.java 68 Potential violation of Law of Demeter (object not created locally)
40831 src/com/gps/hibernate/UsersUsergroupsDAO.java 70 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40832 src/com/gps/hibernate/UsersUsergroupsDAO.java 71 There is log block not surrounded by if
40833 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'propertyName' is not assigned and could be declared final
40834 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 Parameter 'value' is not assigned and could be declared final
40835 src/com/gps/hibernate/UsersUsergroupsDAO.java 76 publicMethodCommentRequirement Required
40836 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 There is log block not surrounded by if
40837 src/com/gps/hibernate/UsersUsergroupsDAO.java 77 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40838 src/com/gps/hibernate/UsersUsergroupsDAO.java 80 Local variable 'queryString' could be declared final
40839 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Local variable 'queryObject' could be declared final
40840 src/com/gps/hibernate/UsersUsergroupsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
40841 src/com/gps/hibernate/UsersUsergroupsDAO.java 83 Potential violation of Law of Demeter (object not created locally)
40842 src/com/gps/hibernate/UsersUsergroupsDAO.java 84 Potential violation of Law of Demeter (object not created locally)
40843 src/com/gps/hibernate/UsersUsergroupsDAO.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40844 src/com/gps/hibernate/UsersUsergroupsDAO.java 86 There is log block not surrounded by if
40845 src/com/gps/hibernate/UsersUsergroupsDAO.java 91 publicMethodCommentRequirement Required
40846 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 There is log block not surrounded by if
40847 src/com/gps/hibernate/UsersUsergroupsDAO.java 92 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40848 src/com/gps/hibernate/UsersUsergroupsDAO.java 94 Local variable 'queryString' could be declared final
40849 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Local variable 'queryObject' could be declared final
40850 src/com/gps/hibernate/UsersUsergroupsDAO.java 95 Potential violation of Law of Demeter (method chain calls)
40851 src/com/gps/hibernate/UsersUsergroupsDAO.java 96 Potential violation of Law of Demeter (object not created locally)
40852 src/com/gps/hibernate/UsersUsergroupsDAO.java 97 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40853 src/com/gps/hibernate/UsersUsergroupsDAO.java 98 There is log block not surrounded by if
40854 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 Parameter 'detachedInstance' is not assigned and could be declared final
40855 src/com/gps/hibernate/UsersUsergroupsDAO.java 103 publicMethodCommentRequirement Required
40856 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 There is log block not surrounded by if
40857 src/com/gps/hibernate/UsersUsergroupsDAO.java 104 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40858 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Local variable 'result' could be declared final
40859 src/com/gps/hibernate/UsersUsergroupsDAO.java 106 Potential violation of Law of Demeter (method chain calls)
40860 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 There is log block not surrounded by if
40861 src/com/gps/hibernate/UsersUsergroupsDAO.java 108 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40862 src/com/gps/hibernate/UsersUsergroupsDAO.java 110 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40863 src/com/gps/hibernate/UsersUsergroupsDAO.java 111 There is log block not surrounded by if
40864 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 Parameter 'instance' is not assigned and could be declared final
40865 src/com/gps/hibernate/UsersUsergroupsDAO.java 116 publicMethodCommentRequirement Required
40866 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 There is log block not surrounded by if
40867 src/com/gps/hibernate/UsersUsergroupsDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40868 src/com/gps/hibernate/UsersUsergroupsDAO.java 119 Potential violation of Law of Demeter (method chain calls)
40869 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 There is log block not surrounded by if
40870 src/com/gps/hibernate/UsersUsergroupsDAO.java 120 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40871 src/com/gps/hibernate/UsersUsergroupsDAO.java 121 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40872 src/com/gps/hibernate/UsersUsergroupsDAO.java 122 There is log block not surrounded by if
40873 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 Parameter 'instance' is not assigned and could be declared final
40874 src/com/gps/hibernate/UsersUsergroupsDAO.java 127 publicMethodCommentRequirement Required
40875 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 There is log block not surrounded by if
40876 src/com/gps/hibernate/UsersUsergroupsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40877 src/com/gps/hibernate/UsersUsergroupsDAO.java 130 Potential violation of Law of Demeter (method chain calls)
40878 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 There is log block not surrounded by if
40879 src/com/gps/hibernate/UsersUsergroupsDAO.java 131 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40880 src/com/gps/hibernate/UsersUsergroupsDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40881 src/com/gps/hibernate/UsersUsergroupsDAO.java 133 There is log block not surrounded by if
40882 src/com/gps/hibernate/UsersUsergroupsId.java 9 Classes implementing Serializable should set a serialVersionUID
40883 src/com/gps/hibernate/UsersUsergroupsId.java 13 fieldCommentRequirement Required
40884 src/com/gps/hibernate/UsersUsergroupsId.java 14 fieldCommentRequirement Required
40885 src/com/gps/hibernate/UsersUsergroupsId.java 19 Document empty constructor
40886 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userGroupId' is not assigned and could be declared final
40887 src/com/gps/hibernate/UsersUsergroupsId.java 23 Parameter 'userId' is not assigned and could be declared final
40888 src/com/gps/hibernate/UsersUsergroupsId.java 30 publicMethodCommentRequirement Required
40889 src/com/gps/hibernate/UsersUsergroupsId.java 34 Parameter 'userGroupId' is not assigned and could be declared final
40890 src/com/gps/hibernate/UsersUsergroupsId.java 34 publicMethodCommentRequirement Required
40891 src/com/gps/hibernate/UsersUsergroupsId.java 38 publicMethodCommentRequirement Required
40892 src/com/gps/hibernate/UsersUsergroupsId.java 42 Parameter 'userId' is not assigned and could be declared final
40893 src/com/gps/hibernate/UsersUsergroupsId.java 42 publicMethodCommentRequirement Required
40894 src/com/gps/hibernate/UsersUsergroupsId.java 46 Parameter 'other' is not assigned and could be declared final
40895 src/com/gps/hibernate/UsersUsergroupsId.java 46 publicMethodCommentRequirement Required
40896 src/com/gps/hibernate/UsersUsergroupsId.java 47 Avoid using if statements without curly braces
40897 src/com/gps/hibernate/UsersUsergroupsId.java 47 Useless parentheses.
40898 src/com/gps/hibernate/UsersUsergroupsId.java 48 A method should have only one exit point, and that should be the last statement in the method
40899 src/com/gps/hibernate/UsersUsergroupsId.java 49 Avoid using if statements without curly braces
40900 src/com/gps/hibernate/UsersUsergroupsId.java 49 Useless parentheses.
40901 src/com/gps/hibernate/UsersUsergroupsId.java 50 A method should have only one exit point, and that should be the last statement in the method
40902 src/com/gps/hibernate/UsersUsergroupsId.java 51 Avoid using if statements without curly braces
40903 src/com/gps/hibernate/UsersUsergroupsId.java 52 A method should have only one exit point, and that should be the last statement in the method
40904 src/com/gps/hibernate/UsersUsergroupsId.java 53 Local variable 'castOther' could be declared final
40905 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (method chain calls)
40906 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
40907 src/com/gps/hibernate/UsersUsergroupsId.java 55 Potential violation of Law of Demeter (object not created locally)
40908 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
40909 src/com/gps/hibernate/UsersUsergroupsId.java 55 Useless parentheses.
40910 src/com/gps/hibernate/UsersUsergroupsId.java 57 Potential violation of Law of Demeter (object not created locally)
40911 src/com/gps/hibernate/UsersUsergroupsId.java 58 Potential violation of Law of Demeter (object not created locally)
40912 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (method chain calls)
40913 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
40914 src/com/gps/hibernate/UsersUsergroupsId.java 59 Potential violation of Law of Demeter (object not created locally)
40915 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
40916 src/com/gps/hibernate/UsersUsergroupsId.java 59 Useless parentheses.
40917 src/com/gps/hibernate/UsersUsergroupsId.java 61 Potential violation of Law of Demeter (object not created locally)
40918 src/com/gps/hibernate/UsersUsergroupsId.java 62 Potential violation of Law of Demeter (object not created locally)
40919 src/com/gps/hibernate/UsersUsergroupsId.java 65 publicMethodCommentRequirement Required
40920 src/com/gps/hibernate/UsersUsergroupsId.java 66 Found 'DD'-anomaly for variable 'result' (lines '66'-'68').
40921 src/com/gps/hibernate/Usertracker.java 11 Classes implementing Serializable should set a serialVersionUID
40922 src/com/gps/hibernate/Usertracker.java 15 fieldCommentRequirement Required
40923 src/com/gps/hibernate/Usertracker.java 16 fieldCommentRequirement Required
40924 src/com/gps/hibernate/Usertracker.java 17 fieldCommentRequirement Required
40925 src/com/gps/hibernate/Usertracker.java 18 fieldCommentRequirement Required
40926 src/com/gps/hibernate/Usertracker.java 19 fieldCommentRequirement Required
40927 src/com/gps/hibernate/Usertracker.java 20 fieldCommentRequirement Required
40928 src/com/gps/hibernate/Usertracker.java 21 fieldCommentRequirement Required
40929 src/com/gps/hibernate/Usertracker.java 22 fieldCommentRequirement Required
40930 src/com/gps/hibernate/Usertracker.java 27 Document empty constructor
40931 src/com/gps/hibernate/Usertracker.java 31 Parameter 'userTrackerId' is not assigned and could be declared final
40932 src/com/gps/hibernate/Usertracker.java 36 Parameter 'companyId' is not assigned and could be declared final
40933 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userId' is not assigned and could be declared final
40934 src/com/gps/hibernate/Usertracker.java 36 Parameter 'userTrackerId' is not assigned and could be declared final
40935 src/com/gps/hibernate/Usertracker.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
40936 src/com/gps/hibernate/Usertracker.java 37 Parameter 'remoteAddr' is not assigned and could be declared final
40937 src/com/gps/hibernate/Usertracker.java 37 Parameter 'sessionId' is not assigned and could be declared final
40938 src/com/gps/hibernate/Usertracker.java 38 Parameter 'remoteHost' is not assigned and could be declared final
40939 src/com/gps/hibernate/Usertracker.java 38 Parameter 'userAgent' is not assigned and could be declared final
40940 src/com/gps/hibernate/Usertracker.java 51 publicMethodCommentRequirement Required
40941 src/com/gps/hibernate/Usertracker.java 55 Parameter 'userTrackerId' is not assigned and could be declared final
40942 src/com/gps/hibernate/Usertracker.java 55 publicMethodCommentRequirement Required
40943 src/com/gps/hibernate/Usertracker.java 59 publicMethodCommentRequirement Required
40944 src/com/gps/hibernate/Usertracker.java 63 Parameter 'companyId' is not assigned and could be declared final
40945 src/com/gps/hibernate/Usertracker.java 63 publicMethodCommentRequirement Required
40946 src/com/gps/hibernate/Usertracker.java 67 publicMethodCommentRequirement Required
40947 src/com/gps/hibernate/Usertracker.java 71 Parameter 'userId' is not assigned and could be declared final
40948 src/com/gps/hibernate/Usertracker.java 71 publicMethodCommentRequirement Required
40949 src/com/gps/hibernate/Usertracker.java 75 publicMethodCommentRequirement Required
40950 src/com/gps/hibernate/Usertracker.java 79 Parameter 'modifiedDate' is not assigned and could be declared final
40951 src/com/gps/hibernate/Usertracker.java 79 publicMethodCommentRequirement Required
40952 src/com/gps/hibernate/Usertracker.java 83 publicMethodCommentRequirement Required
40953 src/com/gps/hibernate/Usertracker.java 87 Parameter 'sessionId' is not assigned and could be declared final
40954 src/com/gps/hibernate/Usertracker.java 87 publicMethodCommentRequirement Required
40955 src/com/gps/hibernate/Usertracker.java 91 publicMethodCommentRequirement Required
40956 src/com/gps/hibernate/Usertracker.java 95 Parameter 'remoteAddr' is not assigned and could be declared final
40957 src/com/gps/hibernate/Usertracker.java 95 publicMethodCommentRequirement Required
40958 src/com/gps/hibernate/Usertracker.java 99 publicMethodCommentRequirement Required
40959 src/com/gps/hibernate/Usertracker.java 103 Parameter 'remoteHost' is not assigned and could be declared final
40960 src/com/gps/hibernate/Usertracker.java 103 publicMethodCommentRequirement Required
40961 src/com/gps/hibernate/Usertracker.java 107 publicMethodCommentRequirement Required
40962 src/com/gps/hibernate/Usertracker.java 111 Parameter 'userAgent' is not assigned and could be declared final
40963 src/com/gps/hibernate/Usertracker.java 111 publicMethodCommentRequirement Required
40964 src/com/gps/hibernate/UsertrackerDAO.java 3 Avoid unused imports such as 'java.util.Date'
40965 src/com/gps/hibernate/UsertrackerDAO.java 11 Comment is too large: Too many lines
40966 src/com/gps/hibernate/UsertrackerDAO.java 23 This class has too many methods, consider refactoring it.
40967 src/com/gps/hibernate/UsertrackerDAO.java 24 Logger should be defined private static final and have the correct class
40968 src/com/gps/hibernate/UsertrackerDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
40969 src/com/gps/hibernate/UsertrackerDAO.java 24 fieldCommentRequirement Required
40970 src/com/gps/hibernate/UsertrackerDAO.java 26 fieldCommentRequirement Required
40971 src/com/gps/hibernate/UsertrackerDAO.java 27 fieldCommentRequirement Required
40972 src/com/gps/hibernate/UsertrackerDAO.java 28 fieldCommentRequirement Required
40973 src/com/gps/hibernate/UsertrackerDAO.java 29 fieldCommentRequirement Required
40974 src/com/gps/hibernate/UsertrackerDAO.java 30 fieldCommentRequirement Required
40975 src/com/gps/hibernate/UsertrackerDAO.java 31 fieldCommentRequirement Required
40976 src/com/gps/hibernate/UsertrackerDAO.java 33 Parameter 'transientInstance' is not assigned and could be declared final
40977 src/com/gps/hibernate/UsertrackerDAO.java 33 publicMethodCommentRequirement Required
40978 src/com/gps/hibernate/UsertrackerDAO.java 34 There is log block not surrounded by if
40979 src/com/gps/hibernate/UsertrackerDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40980 src/com/gps/hibernate/UsertrackerDAO.java 36 Potential violation of Law of Demeter (method chain calls)
40981 src/com/gps/hibernate/UsertrackerDAO.java 37 There is log block not surrounded by if
40982 src/com/gps/hibernate/UsertrackerDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40983 src/com/gps/hibernate/UsertrackerDAO.java 38 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40984 src/com/gps/hibernate/UsertrackerDAO.java 39 There is log block not surrounded by if
40985 src/com/gps/hibernate/UsertrackerDAO.java 44 Avoid excessively long variable names like persistentInstance
40986 src/com/gps/hibernate/UsertrackerDAO.java 44 Parameter 'persistentInstance' is not assigned and could be declared final
40987 src/com/gps/hibernate/UsertrackerDAO.java 44 publicMethodCommentRequirement Required
40988 src/com/gps/hibernate/UsertrackerDAO.java 45 There is log block not surrounded by if
40989 src/com/gps/hibernate/UsertrackerDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40990 src/com/gps/hibernate/UsertrackerDAO.java 47 Potential violation of Law of Demeter (method chain calls)
40991 src/com/gps/hibernate/UsertrackerDAO.java 48 There is log block not surrounded by if
40992 src/com/gps/hibernate/UsertrackerDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
40993 src/com/gps/hibernate/UsertrackerDAO.java 49 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
40994 src/com/gps/hibernate/UsertrackerDAO.java 50 There is log block not surrounded by if
40995 src/com/gps/hibernate/UsertrackerDAO.java 55 Avoid variables with short names like id
40996 src/com/gps/hibernate/UsertrackerDAO.java 55 Parameter 'id' is not assigned and could be declared final
40997 src/com/gps/hibernate/UsertrackerDAO.java 55 publicMethodCommentRequirement Required
40998 src/com/gps/hibernate/UsertrackerDAO.java 56 There is log block not surrounded by if
40999 src/com/gps/hibernate/UsertrackerDAO.java 56 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41000 src/com/gps/hibernate/UsertrackerDAO.java 58 Local variable 'instance' could be declared final
41001 src/com/gps/hibernate/UsertrackerDAO.java 58 Potential violation of Law of Demeter (method chain calls)
41002 src/com/gps/hibernate/UsertrackerDAO.java 61 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41003 src/com/gps/hibernate/UsertrackerDAO.java 62 There is log block not surrounded by if
41004 src/com/gps/hibernate/UsertrackerDAO.java 67 Parameter 'instance' is not assigned and could be declared final
41005 src/com/gps/hibernate/UsertrackerDAO.java 67 publicMethodCommentRequirement Required
41006 src/com/gps/hibernate/UsertrackerDAO.java 68 There is log block not surrounded by if
41007 src/com/gps/hibernate/UsertrackerDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41008 src/com/gps/hibernate/UsertrackerDAO.java 70 Local variable 'results' could be declared final
41009 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
41010 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
41011 src/com/gps/hibernate/UsertrackerDAO.java 70 Potential violation of Law of Demeter (method chain calls)
41012 src/com/gps/hibernate/UsertrackerDAO.java 73 There is log block not surrounded by if
41013 src/com/gps/hibernate/UsertrackerDAO.java 73 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41014 src/com/gps/hibernate/UsertrackerDAO.java 74 Potential violation of Law of Demeter (object not created locally)
41015 src/com/gps/hibernate/UsertrackerDAO.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41016 src/com/gps/hibernate/UsertrackerDAO.java 77 There is log block not surrounded by if
41017 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'propertyName' is not assigned and could be declared final
41018 src/com/gps/hibernate/UsertrackerDAO.java 82 Parameter 'value' is not assigned and could be declared final
41019 src/com/gps/hibernate/UsertrackerDAO.java 82 publicMethodCommentRequirement Required
41020 src/com/gps/hibernate/UsertrackerDAO.java 83 There is log block not surrounded by if
41021 src/com/gps/hibernate/UsertrackerDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41022 src/com/gps/hibernate/UsertrackerDAO.java 86 Local variable 'queryString' could be declared final
41023 src/com/gps/hibernate/UsertrackerDAO.java 88 Local variable 'queryObject' could be declared final
41024 src/com/gps/hibernate/UsertrackerDAO.java 88 Potential violation of Law of Demeter (method chain calls)
41025 src/com/gps/hibernate/UsertrackerDAO.java 89 Potential violation of Law of Demeter (object not created locally)
41026 src/com/gps/hibernate/UsertrackerDAO.java 90 Potential violation of Law of Demeter (object not created locally)
41027 src/com/gps/hibernate/UsertrackerDAO.java 91 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41028 src/com/gps/hibernate/UsertrackerDAO.java 92 There is log block not surrounded by if
41029 src/com/gps/hibernate/UsertrackerDAO.java 97 Parameter 'companyId' is not assigned and could be declared final
41030 src/com/gps/hibernate/UsertrackerDAO.java 97 publicMethodCommentRequirement Required
41031 src/com/gps/hibernate/UsertrackerDAO.java 101 Parameter 'userId' is not assigned and could be declared final
41032 src/com/gps/hibernate/UsertrackerDAO.java 101 publicMethodCommentRequirement Required
41033 src/com/gps/hibernate/UsertrackerDAO.java 105 Parameter 'sessionId' is not assigned and could be declared final
41034 src/com/gps/hibernate/UsertrackerDAO.java 105 publicMethodCommentRequirement Required
41035 src/com/gps/hibernate/UsertrackerDAO.java 109 Parameter 'remoteAddr' is not assigned and could be declared final
41036 src/com/gps/hibernate/UsertrackerDAO.java 109 publicMethodCommentRequirement Required
41037 src/com/gps/hibernate/UsertrackerDAO.java 113 Parameter 'remoteHost' is not assigned and could be declared final
41038 src/com/gps/hibernate/UsertrackerDAO.java 113 publicMethodCommentRequirement Required
41039 src/com/gps/hibernate/UsertrackerDAO.java 117 Parameter 'userAgent' is not assigned and could be declared final
41040 src/com/gps/hibernate/UsertrackerDAO.java 117 publicMethodCommentRequirement Required
41041 src/com/gps/hibernate/UsertrackerDAO.java 121 publicMethodCommentRequirement Required
41042 src/com/gps/hibernate/UsertrackerDAO.java 122 There is log block not surrounded by if
41043 src/com/gps/hibernate/UsertrackerDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41044 src/com/gps/hibernate/UsertrackerDAO.java 124 Local variable 'queryString' could be declared final
41045 src/com/gps/hibernate/UsertrackerDAO.java 125 Local variable 'queryObject' could be declared final
41046 src/com/gps/hibernate/UsertrackerDAO.java 125 Potential violation of Law of Demeter (method chain calls)
41047 src/com/gps/hibernate/UsertrackerDAO.java 126 Potential violation of Law of Demeter (object not created locally)
41048 src/com/gps/hibernate/UsertrackerDAO.java 127 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41049 src/com/gps/hibernate/UsertrackerDAO.java 128 There is log block not surrounded by if
41050 src/com/gps/hibernate/UsertrackerDAO.java 133 Parameter 'detachedInstance' is not assigned and could be declared final
41051 src/com/gps/hibernate/UsertrackerDAO.java 133 publicMethodCommentRequirement Required
41052 src/com/gps/hibernate/UsertrackerDAO.java 134 There is log block not surrounded by if
41053 src/com/gps/hibernate/UsertrackerDAO.java 134 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41054 src/com/gps/hibernate/UsertrackerDAO.java 136 Local variable 'result' could be declared final
41055 src/com/gps/hibernate/UsertrackerDAO.java 136 Potential violation of Law of Demeter (method chain calls)
41056 src/com/gps/hibernate/UsertrackerDAO.java 138 There is log block not surrounded by if
41057 src/com/gps/hibernate/UsertrackerDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41058 src/com/gps/hibernate/UsertrackerDAO.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41059 src/com/gps/hibernate/UsertrackerDAO.java 141 There is log block not surrounded by if
41060 src/com/gps/hibernate/UsertrackerDAO.java 146 Parameter 'instance' is not assigned and could be declared final
41061 src/com/gps/hibernate/UsertrackerDAO.java 146 publicMethodCommentRequirement Required
41062 src/com/gps/hibernate/UsertrackerDAO.java 147 There is log block not surrounded by if
41063 src/com/gps/hibernate/UsertrackerDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41064 src/com/gps/hibernate/UsertrackerDAO.java 149 Potential violation of Law of Demeter (method chain calls)
41065 src/com/gps/hibernate/UsertrackerDAO.java 150 There is log block not surrounded by if
41066 src/com/gps/hibernate/UsertrackerDAO.java 150 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41067 src/com/gps/hibernate/UsertrackerDAO.java 151 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41068 src/com/gps/hibernate/UsertrackerDAO.java 152 There is log block not surrounded by if
41069 src/com/gps/hibernate/UsertrackerDAO.java 157 Parameter 'instance' is not assigned and could be declared final
41070 src/com/gps/hibernate/UsertrackerDAO.java 157 publicMethodCommentRequirement Required
41071 src/com/gps/hibernate/UsertrackerDAO.java 158 There is log block not surrounded by if
41072 src/com/gps/hibernate/UsertrackerDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41073 src/com/gps/hibernate/UsertrackerDAO.java 160 Potential violation of Law of Demeter (method chain calls)
41074 src/com/gps/hibernate/UsertrackerDAO.java 161 There is log block not surrounded by if
41075 src/com/gps/hibernate/UsertrackerDAO.java 161 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41076 src/com/gps/hibernate/UsertrackerDAO.java 162 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41077 src/com/gps/hibernate/UsertrackerDAO.java 163 There is log block not surrounded by if
41078 src/com/gps/hibernate/Usertrackerpath.java 11 Classes implementing Serializable should set a serialVersionUID
41079 src/com/gps/hibernate/Usertrackerpath.java 15 fieldCommentRequirement Required
41080 src/com/gps/hibernate/Usertrackerpath.java 16 fieldCommentRequirement Required
41081 src/com/gps/hibernate/Usertrackerpath.java 17 fieldCommentRequirement Required
41082 src/com/gps/hibernate/Usertrackerpath.java 18 fieldCommentRequirement Required
41083 src/com/gps/hibernate/Usertrackerpath.java 23 Document empty constructor
41084 src/com/gps/hibernate/Usertrackerpath.java 27 Parameter 'userTrackerPathId' is not assigned and could be declared final
41085 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerId' is not assigned and could be declared final
41086 src/com/gps/hibernate/Usertrackerpath.java 32 Parameter 'userTrackerPathId' is not assigned and could be declared final
41087 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'path' is not assigned and could be declared final
41088 src/com/gps/hibernate/Usertrackerpath.java 33 Parameter 'pathDate' is not assigned and could be declared final
41089 src/com/gps/hibernate/Usertrackerpath.java 42 publicMethodCommentRequirement Required
41090 src/com/gps/hibernate/Usertrackerpath.java 46 Parameter 'userTrackerPathId' is not assigned and could be declared final
41091 src/com/gps/hibernate/Usertrackerpath.java 46 publicMethodCommentRequirement Required
41092 src/com/gps/hibernate/Usertrackerpath.java 50 publicMethodCommentRequirement Required
41093 src/com/gps/hibernate/Usertrackerpath.java 54 Parameter 'userTrackerId' is not assigned and could be declared final
41094 src/com/gps/hibernate/Usertrackerpath.java 54 publicMethodCommentRequirement Required
41095 src/com/gps/hibernate/Usertrackerpath.java 58 publicMethodCommentRequirement Required
41096 src/com/gps/hibernate/Usertrackerpath.java 62 Parameter 'path' is not assigned and could be declared final
41097 src/com/gps/hibernate/Usertrackerpath.java 62 publicMethodCommentRequirement Required
41098 src/com/gps/hibernate/Usertrackerpath.java 66 publicMethodCommentRequirement Required
41099 src/com/gps/hibernate/Usertrackerpath.java 70 Parameter 'pathDate' is not assigned and could be declared final
41100 src/com/gps/hibernate/Usertrackerpath.java 70 publicMethodCommentRequirement Required
41101 src/com/gps/hibernate/UsertrackerpathDAO.java 3 Avoid unused imports such as 'java.util.Date'
41102 src/com/gps/hibernate/UsertrackerpathDAO.java 11 Comment is too large: Too many lines
41103 src/com/gps/hibernate/UsertrackerpathDAO.java 23 This class has too many methods, consider refactoring it.
41104 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Logger should be defined private static final and have the correct class
41105 src/com/gps/hibernate/UsertrackerpathDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41106 src/com/gps/hibernate/UsertrackerpathDAO.java 24 fieldCommentRequirement Required
41107 src/com/gps/hibernate/UsertrackerpathDAO.java 26 fieldCommentRequirement Required
41108 src/com/gps/hibernate/UsertrackerpathDAO.java 27 fieldCommentRequirement Required
41109 src/com/gps/hibernate/UsertrackerpathDAO.java 29 Parameter 'transientInstance' is not assigned and could be declared final
41110 src/com/gps/hibernate/UsertrackerpathDAO.java 29 publicMethodCommentRequirement Required
41111 src/com/gps/hibernate/UsertrackerpathDAO.java 30 There is log block not surrounded by if
41112 src/com/gps/hibernate/UsertrackerpathDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41113 src/com/gps/hibernate/UsertrackerpathDAO.java 32 Potential violation of Law of Demeter (method chain calls)
41114 src/com/gps/hibernate/UsertrackerpathDAO.java 33 There is log block not surrounded by if
41115 src/com/gps/hibernate/UsertrackerpathDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41116 src/com/gps/hibernate/UsertrackerpathDAO.java 34 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41117 src/com/gps/hibernate/UsertrackerpathDAO.java 35 There is log block not surrounded by if
41118 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Avoid excessively long variable names like persistentInstance
41119 src/com/gps/hibernate/UsertrackerpathDAO.java 40 Parameter 'persistentInstance' is not assigned and could be declared final
41120 src/com/gps/hibernate/UsertrackerpathDAO.java 40 publicMethodCommentRequirement Required
41121 src/com/gps/hibernate/UsertrackerpathDAO.java 41 There is log block not surrounded by if
41122 src/com/gps/hibernate/UsertrackerpathDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41123 src/com/gps/hibernate/UsertrackerpathDAO.java 43 Potential violation of Law of Demeter (method chain calls)
41124 src/com/gps/hibernate/UsertrackerpathDAO.java 44 There is log block not surrounded by if
41125 src/com/gps/hibernate/UsertrackerpathDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41126 src/com/gps/hibernate/UsertrackerpathDAO.java 45 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41127 src/com/gps/hibernate/UsertrackerpathDAO.java 46 There is log block not surrounded by if
41128 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Avoid variables with short names like id
41129 src/com/gps/hibernate/UsertrackerpathDAO.java 51 Parameter 'id' is not assigned and could be declared final
41130 src/com/gps/hibernate/UsertrackerpathDAO.java 51 publicMethodCommentRequirement Required
41131 src/com/gps/hibernate/UsertrackerpathDAO.java 52 There is log block not surrounded by if
41132 src/com/gps/hibernate/UsertrackerpathDAO.java 52 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41133 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Local variable 'instance' could be declared final
41134 src/com/gps/hibernate/UsertrackerpathDAO.java 54 Potential violation of Law of Demeter (method chain calls)
41135 src/com/gps/hibernate/UsertrackerpathDAO.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41136 src/com/gps/hibernate/UsertrackerpathDAO.java 58 There is log block not surrounded by if
41137 src/com/gps/hibernate/UsertrackerpathDAO.java 63 Parameter 'instance' is not assigned and could be declared final
41138 src/com/gps/hibernate/UsertrackerpathDAO.java 63 publicMethodCommentRequirement Required
41139 src/com/gps/hibernate/UsertrackerpathDAO.java 64 There is log block not surrounded by if
41140 src/com/gps/hibernate/UsertrackerpathDAO.java 64 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41141 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Local variable 'results' could be declared final
41142 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
41143 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
41144 src/com/gps/hibernate/UsertrackerpathDAO.java 66 Potential violation of Law of Demeter (method chain calls)
41145 src/com/gps/hibernate/UsertrackerpathDAO.java 69 There is log block not surrounded by if
41146 src/com/gps/hibernate/UsertrackerpathDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41147 src/com/gps/hibernate/UsertrackerpathDAO.java 70 Potential violation of Law of Demeter (object not created locally)
41148 src/com/gps/hibernate/UsertrackerpathDAO.java 72 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41149 src/com/gps/hibernate/UsertrackerpathDAO.java 73 There is log block not surrounded by if
41150 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'propertyName' is not assigned and could be declared final
41151 src/com/gps/hibernate/UsertrackerpathDAO.java 78 Parameter 'value' is not assigned and could be declared final
41152 src/com/gps/hibernate/UsertrackerpathDAO.java 78 publicMethodCommentRequirement Required
41153 src/com/gps/hibernate/UsertrackerpathDAO.java 79 There is log block not surrounded by if
41154 src/com/gps/hibernate/UsertrackerpathDAO.java 79 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41155 src/com/gps/hibernate/UsertrackerpathDAO.java 82 Local variable 'queryString' could be declared final
41156 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Local variable 'queryObject' could be declared final
41157 src/com/gps/hibernate/UsertrackerpathDAO.java 84 Potential violation of Law of Demeter (method chain calls)
41158 src/com/gps/hibernate/UsertrackerpathDAO.java 85 Potential violation of Law of Demeter (object not created locally)
41159 src/com/gps/hibernate/UsertrackerpathDAO.java 86 Potential violation of Law of Demeter (object not created locally)
41160 src/com/gps/hibernate/UsertrackerpathDAO.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41161 src/com/gps/hibernate/UsertrackerpathDAO.java 88 There is log block not surrounded by if
41162 src/com/gps/hibernate/UsertrackerpathDAO.java 93 Parameter 'userTrackerId' is not assigned and could be declared final
41163 src/com/gps/hibernate/UsertrackerpathDAO.java 93 publicMethodCommentRequirement Required
41164 src/com/gps/hibernate/UsertrackerpathDAO.java 97 Parameter 'path' is not assigned and could be declared final
41165 src/com/gps/hibernate/UsertrackerpathDAO.java 97 publicMethodCommentRequirement Required
41166 src/com/gps/hibernate/UsertrackerpathDAO.java 101 publicMethodCommentRequirement Required
41167 src/com/gps/hibernate/UsertrackerpathDAO.java 102 There is log block not surrounded by if
41168 src/com/gps/hibernate/UsertrackerpathDAO.java 102 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41169 src/com/gps/hibernate/UsertrackerpathDAO.java 104 Local variable 'queryString' could be declared final
41170 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Local variable 'queryObject' could be declared final
41171 src/com/gps/hibernate/UsertrackerpathDAO.java 105 Potential violation of Law of Demeter (method chain calls)
41172 src/com/gps/hibernate/UsertrackerpathDAO.java 106 Potential violation of Law of Demeter (object not created locally)
41173 src/com/gps/hibernate/UsertrackerpathDAO.java 107 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41174 src/com/gps/hibernate/UsertrackerpathDAO.java 108 There is log block not surrounded by if
41175 src/com/gps/hibernate/UsertrackerpathDAO.java 113 Parameter 'detachedInstance' is not assigned and could be declared final
41176 src/com/gps/hibernate/UsertrackerpathDAO.java 113 publicMethodCommentRequirement Required
41177 src/com/gps/hibernate/UsertrackerpathDAO.java 114 There is log block not surrounded by if
41178 src/com/gps/hibernate/UsertrackerpathDAO.java 114 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41179 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Local variable 'result' could be declared final
41180 src/com/gps/hibernate/UsertrackerpathDAO.java 116 Potential violation of Law of Demeter (method chain calls)
41181 src/com/gps/hibernate/UsertrackerpathDAO.java 118 There is log block not surrounded by if
41182 src/com/gps/hibernate/UsertrackerpathDAO.java 118 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41183 src/com/gps/hibernate/UsertrackerpathDAO.java 120 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41184 src/com/gps/hibernate/UsertrackerpathDAO.java 121 There is log block not surrounded by if
41185 src/com/gps/hibernate/UsertrackerpathDAO.java 126 Parameter 'instance' is not assigned and could be declared final
41186 src/com/gps/hibernate/UsertrackerpathDAO.java 126 publicMethodCommentRequirement Required
41187 src/com/gps/hibernate/UsertrackerpathDAO.java 127 There is log block not surrounded by if
41188 src/com/gps/hibernate/UsertrackerpathDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41189 src/com/gps/hibernate/UsertrackerpathDAO.java 129 Potential violation of Law of Demeter (method chain calls)
41190 src/com/gps/hibernate/UsertrackerpathDAO.java 130 There is log block not surrounded by if
41191 src/com/gps/hibernate/UsertrackerpathDAO.java 130 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41192 src/com/gps/hibernate/UsertrackerpathDAO.java 131 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41193 src/com/gps/hibernate/UsertrackerpathDAO.java 132 There is log block not surrounded by if
41194 src/com/gps/hibernate/UsertrackerpathDAO.java 137 Parameter 'instance' is not assigned and could be declared final
41195 src/com/gps/hibernate/UsertrackerpathDAO.java 137 publicMethodCommentRequirement Required
41196 src/com/gps/hibernate/UsertrackerpathDAO.java 138 There is log block not surrounded by if
41197 src/com/gps/hibernate/UsertrackerpathDAO.java 138 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41198 src/com/gps/hibernate/UsertrackerpathDAO.java 140 Potential violation of Law of Demeter (method chain calls)
41199 src/com/gps/hibernate/UsertrackerpathDAO.java 141 There is log block not surrounded by if
41200 src/com/gps/hibernate/UsertrackerpathDAO.java 141 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41201 src/com/gps/hibernate/UsertrackerpathDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41202 src/com/gps/hibernate/UsertrackerpathDAO.java 143 There is log block not surrounded by if
41203 src/com/gps/hibernate/VehicleDetails.java 21 Classes implementing Serializable should set a serialVersionUID
41204 src/com/gps/hibernate/VehicleDetails.java 21 Too many fields
41205 src/com/gps/hibernate/VehicleDetails.java 25 fieldCommentRequirement Required
41206 src/com/gps/hibernate/VehicleDetails.java 26 fieldCommentRequirement Required
41207 src/com/gps/hibernate/VehicleDetails.java 27 fieldCommentRequirement Required
41208 src/com/gps/hibernate/VehicleDetails.java 28 fieldCommentRequirement Required
41209 src/com/gps/hibernate/VehicleDetails.java 29 fieldCommentRequirement Required
41210 src/com/gps/hibernate/VehicleDetails.java 30 fieldCommentRequirement Required
41211 src/com/gps/hibernate/VehicleDetails.java 31 fieldCommentRequirement Required
41212 src/com/gps/hibernate/VehicleDetails.java 32 fieldCommentRequirement Required
41213 src/com/gps/hibernate/VehicleDetails.java 33 fieldCommentRequirement Required
41214 src/com/gps/hibernate/VehicleDetails.java 34 fieldCommentRequirement Required
41215 src/com/gps/hibernate/VehicleDetails.java 35 fieldCommentRequirement Required
41216 src/com/gps/hibernate/VehicleDetails.java 36 fieldCommentRequirement Required
41217 src/com/gps/hibernate/VehicleDetails.java 37 fieldCommentRequirement Required
41218 src/com/gps/hibernate/VehicleDetails.java 38 fieldCommentRequirement Required
41219 src/com/gps/hibernate/VehicleDetails.java 39 fieldCommentRequirement Required
41220 src/com/gps/hibernate/VehicleDetails.java 40 fieldCommentRequirement Required
41221 src/com/gps/hibernate/VehicleDetails.java 41 fieldCommentRequirement Required
41222 src/com/gps/hibernate/VehicleDetails.java 42 fieldCommentRequirement Required
41223 src/com/gps/hibernate/VehicleDetails.java 43 fieldCommentRequirement Required
41224 src/com/gps/hibernate/VehicleDetails.java 44 fieldCommentRequirement Required
41225 src/com/gps/hibernate/VehicleDetails.java 45 fieldCommentRequirement Required
41226 src/com/gps/hibernate/VehicleDetails.java 47 Use explicit scoping instead of the default package private level
41227 src/com/gps/hibernate/VehicleDetails.java 47 fieldCommentRequirement Required
41228 src/com/gps/hibernate/VehicleDetails.java 52 Document empty constructor
41229 src/com/gps/hibernate/VehicleDetails.java 56 Parameter 'regNo' is not assigned and could be declared final
41230 src/com/gps/hibernate/VehicleDetails.java 56 Parameter 'totalSeats' is not assigned and could be declared final
41231 src/com/gps/hibernate/VehicleDetails.java 62 Avoid long parameter lists.
41232 src/com/gps/hibernate/VehicleDetails.java 62 Parameter 'organization' is not assigned and could be declared final
41233 src/com/gps/hibernate/VehicleDetails.java 62 Parameter 'user' is not assigned and could be declared final
41234 src/com/gps/hibernate/VehicleDetails.java 63 Parameter 'device' is not assigned and could be declared final
41235 src/com/gps/hibernate/VehicleDetails.java 63 Parameter 'totalSeats' is not assigned and could be declared final
41236 src/com/gps/hibernate/VehicleDetails.java 63 Parameter 'vehicleGroup' is not assigned and could be declared final
41237 src/com/gps/hibernate/VehicleDetails.java 64 Parameter 'carMileage' is not assigned and could be declared final
41238 src/com/gps/hibernate/VehicleDetails.java 64 Parameter 'carType' is not assigned and could be declared final
41239 src/com/gps/hibernate/VehicleDetails.java 64 Parameter 'musicStatus' is not assigned and could be declared final
41240 src/com/gps/hibernate/VehicleDetails.java 65 Parameter 'acStatus' is not assigned and could be declared final
41241 src/com/gps/hibernate/VehicleDetails.java 65 Parameter 'amFmStatus' is not assigned and could be declared final
41242 src/com/gps/hibernate/VehicleDetails.java 65 Parameter 'cdDvdStatus' is not assigned and could be declared final
41243 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'color' is not assigned and could be declared final
41244 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'imeiNumber' is not assigned and could be declared final
41245 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'regNo' is not assigned and could be declared final
41246 src/com/gps/hibernate/VehicleDetails.java 66 Parameter 'vehicleName' is not assigned and could be declared final
41247 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'companyName' is not assigned and could be declared final
41248 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'runningStatus' is not assigned and could be declared final
41249 src/com/gps/hibernate/VehicleDetails.java 67 Parameter 'useStatus' is not assigned and could be declared final
41250 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'geovehicleMaps' is not assigned and could be declared final
41251 src/com/gps/hibernate/VehicleDetails.java 68 Parameter 'tripDetailses' is not assigned and could be declared final
41252 src/com/gps/hibernate/VehicleDetails.java 91 Parameter 'carType' is not assigned and could be declared final
41253 src/com/gps/hibernate/VehicleDetails.java 91 Parameter 'vehicleId' is not assigned and could be declared final
41254 src/com/gps/hibernate/VehicleDetails.java 91 publicMethodCommentRequirement Required
41255 src/com/gps/hibernate/VehicleDetails.java 92 Parameter 'color' is not assigned and could be declared final
41256 src/com/gps/hibernate/VehicleDetails.java 92 Parameter 'imeiNumber' is not assigned and could be declared final
41257 src/com/gps/hibernate/VehicleDetails.java 92 Parameter 'regNo' is not assigned and could be declared final
41258 src/com/gps/hibernate/VehicleDetails.java 92 Parameter 'vehicleName' is not assigned and could be declared final
41259 src/com/gps/hibernate/VehicleDetails.java 93 Parameter 'companyName' is not assigned and could be declared final
41260 src/com/gps/hibernate/VehicleDetails.java 106 publicMethodCommentRequirement Required
41261 src/com/gps/hibernate/VehicleDetails.java 110 Parameter 'vehicleId' is not assigned and could be declared final
41262 src/com/gps/hibernate/VehicleDetails.java 110 publicMethodCommentRequirement Required
41263 src/com/gps/hibernate/VehicleDetails.java 114 publicMethodCommentRequirement Required
41264 src/com/gps/hibernate/VehicleDetails.java 118 Parameter 'user' is not assigned and could be declared final
41265 src/com/gps/hibernate/VehicleDetails.java 118 publicMethodCommentRequirement Required
41266 src/com/gps/hibernate/VehicleDetails.java 122 publicMethodCommentRequirement Required
41267 src/com/gps/hibernate/VehicleDetails.java 126 Parameter 'organization' is not assigned and could be declared final
41268 src/com/gps/hibernate/VehicleDetails.java 126 publicMethodCommentRequirement Required
41269 src/com/gps/hibernate/VehicleDetails.java 130 publicMethodCommentRequirement Required
41270 src/com/gps/hibernate/VehicleDetails.java 134 Parameter 'vehicleGroup' is not assigned and could be declared final
41271 src/com/gps/hibernate/VehicleDetails.java 134 publicMethodCommentRequirement Required
41272 src/com/gps/hibernate/VehicleDetails.java 138 publicMethodCommentRequirement Required
41273 src/com/gps/hibernate/VehicleDetails.java 142 Parameter 'device' is not assigned and could be declared final
41274 src/com/gps/hibernate/VehicleDetails.java 142 publicMethodCommentRequirement Required
41275 src/com/gps/hibernate/VehicleDetails.java 146 publicMethodCommentRequirement Required
41276 src/com/gps/hibernate/VehicleDetails.java 150 Parameter 'totalSeats' is not assigned and could be declared final
41277 src/com/gps/hibernate/VehicleDetails.java 150 publicMethodCommentRequirement Required
41278 src/com/gps/hibernate/VehicleDetails.java 154 publicMethodCommentRequirement Required
41279 src/com/gps/hibernate/VehicleDetails.java 158 Parameter 'musicStatus' is not assigned and could be declared final
41280 src/com/gps/hibernate/VehicleDetails.java 158 publicMethodCommentRequirement Required
41281 src/com/gps/hibernate/VehicleDetails.java 162 publicMethodCommentRequirement Required
41282 src/com/gps/hibernate/VehicleDetails.java 166 Parameter 'carMileage' is not assigned and could be declared final
41283 src/com/gps/hibernate/VehicleDetails.java 166 publicMethodCommentRequirement Required
41284 src/com/gps/hibernate/VehicleDetails.java 170 publicMethodCommentRequirement Required
41285 src/com/gps/hibernate/VehicleDetails.java 174 Parameter 'carType' is not assigned and could be declared final
41286 src/com/gps/hibernate/VehicleDetails.java 174 publicMethodCommentRequirement Required
41287 src/com/gps/hibernate/VehicleDetails.java 178 publicMethodCommentRequirement Required
41288 src/com/gps/hibernate/VehicleDetails.java 182 Parameter 'acStatus' is not assigned and could be declared final
41289 src/com/gps/hibernate/VehicleDetails.java 182 publicMethodCommentRequirement Required
41290 src/com/gps/hibernate/VehicleDetails.java 186 publicMethodCommentRequirement Required
41291 src/com/gps/hibernate/VehicleDetails.java 190 Parameter 'cdDvdStatus' is not assigned and could be declared final
41292 src/com/gps/hibernate/VehicleDetails.java 190 publicMethodCommentRequirement Required
41293 src/com/gps/hibernate/VehicleDetails.java 194 publicMethodCommentRequirement Required
41294 src/com/gps/hibernate/VehicleDetails.java 198 Parameter 'amFmStatus' is not assigned and could be declared final
41295 src/com/gps/hibernate/VehicleDetails.java 198 publicMethodCommentRequirement Required
41296 src/com/gps/hibernate/VehicleDetails.java 202 publicMethodCommentRequirement Required
41297 src/com/gps/hibernate/VehicleDetails.java 206 Parameter 'vehicleName' is not assigned and could be declared final
41298 src/com/gps/hibernate/VehicleDetails.java 206 publicMethodCommentRequirement Required
41299 src/com/gps/hibernate/VehicleDetails.java 210 publicMethodCommentRequirement Required
41300 src/com/gps/hibernate/VehicleDetails.java 214 Parameter 'imeiNumber' is not assigned and could be declared final
41301 src/com/gps/hibernate/VehicleDetails.java 214 publicMethodCommentRequirement Required
41302 src/com/gps/hibernate/VehicleDetails.java 218 publicMethodCommentRequirement Required
41303 src/com/gps/hibernate/VehicleDetails.java 222 Parameter 'color' is not assigned and could be declared final
41304 src/com/gps/hibernate/VehicleDetails.java 222 publicMethodCommentRequirement Required
41305 src/com/gps/hibernate/VehicleDetails.java 226 publicMethodCommentRequirement Required
41306 src/com/gps/hibernate/VehicleDetails.java 230 Parameter 'regNo' is not assigned and could be declared final
41307 src/com/gps/hibernate/VehicleDetails.java 230 publicMethodCommentRequirement Required
41308 src/com/gps/hibernate/VehicleDetails.java 234 publicMethodCommentRequirement Required
41309 src/com/gps/hibernate/VehicleDetails.java 238 Parameter 'companyName' is not assigned and could be declared final
41310 src/com/gps/hibernate/VehicleDetails.java 238 publicMethodCommentRequirement Required
41311 src/com/gps/hibernate/VehicleDetails.java 242 publicMethodCommentRequirement Required
41312 src/com/gps/hibernate/VehicleDetails.java 246 Parameter 'runningStatus' is not assigned and could be declared final
41313 src/com/gps/hibernate/VehicleDetails.java 246 publicMethodCommentRequirement Required
41314 src/com/gps/hibernate/VehicleDetails.java 250 publicMethodCommentRequirement Required
41315 src/com/gps/hibernate/VehicleDetails.java 254 Parameter 'useStatus' is not assigned and could be declared final
41316 src/com/gps/hibernate/VehicleDetails.java 254 publicMethodCommentRequirement Required
41317 src/com/gps/hibernate/VehicleDetails.java 258 publicMethodCommentRequirement Required
41318 src/com/gps/hibernate/VehicleDetails.java 262 Parameter 'tripDetailses' is not assigned and could be declared final
41319 src/com/gps/hibernate/VehicleDetails.java 262 publicMethodCommentRequirement Required
41320 src/com/gps/hibernate/VehicleDetails.java 266 publicMethodCommentRequirement Required
41321 src/com/gps/hibernate/VehicleDetails.java 270 Parameter 'geovehicleMaps' is not assigned and could be declared final
41322 src/com/gps/hibernate/VehicleDetails.java 270 publicMethodCommentRequirement Required
41323 src/com/gps/hibernate/VehicleDetails.java 275 publicMethodCommentRequirement Required
41324 src/com/gps/hibernate/VehicleDetails.java 279 Parameter 'correctionValue' is not assigned and could be declared final
41325 src/com/gps/hibernate/VehicleDetails.java 279 publicMethodCommentRequirement Required
41326 src/com/gps/hibernate/VehicleDetailsDAO.java 4 Avoid unused imports such as 'java.util.Set'
41327 src/com/gps/hibernate/VehicleDetailsDAO.java 11 Comment is too large: Too many lines
41328 src/com/gps/hibernate/VehicleDetailsDAO.java 23 This class has too many methods, consider refactoring it.
41329 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Logger should be defined private static final and have the correct class
41330 src/com/gps/hibernate/VehicleDetailsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41331 src/com/gps/hibernate/VehicleDetailsDAO.java 24 fieldCommentRequirement Required
41332 src/com/gps/hibernate/VehicleDetailsDAO.java 26 fieldCommentRequirement Required
41333 src/com/gps/hibernate/VehicleDetailsDAO.java 27 fieldCommentRequirement Required
41334 src/com/gps/hibernate/VehicleDetailsDAO.java 28 fieldCommentRequirement Required
41335 src/com/gps/hibernate/VehicleDetailsDAO.java 29 fieldCommentRequirement Required
41336 src/com/gps/hibernate/VehicleDetailsDAO.java 30 fieldCommentRequirement Required
41337 src/com/gps/hibernate/VehicleDetailsDAO.java 31 fieldCommentRequirement Required
41338 src/com/gps/hibernate/VehicleDetailsDAO.java 32 fieldCommentRequirement Required
41339 src/com/gps/hibernate/VehicleDetailsDAO.java 33 fieldCommentRequirement Required
41340 src/com/gps/hibernate/VehicleDetailsDAO.java 34 fieldCommentRequirement Required
41341 src/com/gps/hibernate/VehicleDetailsDAO.java 35 fieldCommentRequirement Required
41342 src/com/gps/hibernate/VehicleDetailsDAO.java 36 fieldCommentRequirement Required
41343 src/com/gps/hibernate/VehicleDetailsDAO.java 37 fieldCommentRequirement Required
41344 src/com/gps/hibernate/VehicleDetailsDAO.java 39 Parameter 'transientInstance' is not assigned and could be declared final
41345 src/com/gps/hibernate/VehicleDetailsDAO.java 39 publicMethodCommentRequirement Required
41346 src/com/gps/hibernate/VehicleDetailsDAO.java 40 There is log block not surrounded by if
41347 src/com/gps/hibernate/VehicleDetailsDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41348 src/com/gps/hibernate/VehicleDetailsDAO.java 42 Potential violation of Law of Demeter (method chain calls)
41349 src/com/gps/hibernate/VehicleDetailsDAO.java 43 There is log block not surrounded by if
41350 src/com/gps/hibernate/VehicleDetailsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41351 src/com/gps/hibernate/VehicleDetailsDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41352 src/com/gps/hibernate/VehicleDetailsDAO.java 45 There is log block not surrounded by if
41353 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Avoid excessively long variable names like persistentInstance
41354 src/com/gps/hibernate/VehicleDetailsDAO.java 50 Parameter 'persistentInstance' is not assigned and could be declared final
41355 src/com/gps/hibernate/VehicleDetailsDAO.java 50 publicMethodCommentRequirement Required
41356 src/com/gps/hibernate/VehicleDetailsDAO.java 51 There is log block not surrounded by if
41357 src/com/gps/hibernate/VehicleDetailsDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41358 src/com/gps/hibernate/VehicleDetailsDAO.java 53 Potential violation of Law of Demeter (method chain calls)
41359 src/com/gps/hibernate/VehicleDetailsDAO.java 54 There is log block not surrounded by if
41360 src/com/gps/hibernate/VehicleDetailsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41361 src/com/gps/hibernate/VehicleDetailsDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41362 src/com/gps/hibernate/VehicleDetailsDAO.java 56 There is log block not surrounded by if
41363 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Avoid variables with short names like id
41364 src/com/gps/hibernate/VehicleDetailsDAO.java 61 Parameter 'id' is not assigned and could be declared final
41365 src/com/gps/hibernate/VehicleDetailsDAO.java 61 publicMethodCommentRequirement Required
41366 src/com/gps/hibernate/VehicleDetailsDAO.java 62 There is log block not surrounded by if
41367 src/com/gps/hibernate/VehicleDetailsDAO.java 62 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41368 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Local variable 'instance' could be declared final
41369 src/com/gps/hibernate/VehicleDetailsDAO.java 64 Potential violation of Law of Demeter (method chain calls)
41370 src/com/gps/hibernate/VehicleDetailsDAO.java 68 Avoid catching NullPointerException; consider removing the cause of the NPE.
41371 src/com/gps/hibernate/VehicleDetailsDAO.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41372 src/com/gps/hibernate/VehicleDetailsDAO.java 70 There is log block not surrounded by if
41373 src/com/gps/hibernate/VehicleDetailsDAO.java 70 There is log block not surrounded by if
41374 src/com/gps/hibernate/VehicleDetailsDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41375 src/com/gps/hibernate/VehicleDetailsDAO.java 74 There is log block not surrounded by if
41376 src/com/gps/hibernate/VehicleDetailsDAO.java 79 Parameter 'instance' is not assigned and could be declared final
41377 src/com/gps/hibernate/VehicleDetailsDAO.java 79 publicMethodCommentRequirement Required
41378 src/com/gps/hibernate/VehicleDetailsDAO.java 80 There is log block not surrounded by if
41379 src/com/gps/hibernate/VehicleDetailsDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41380 src/com/gps/hibernate/VehicleDetailsDAO.java 82 Local variable 'results' could be declared final
41381 src/com/gps/hibernate/VehicleDetailsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
41382 src/com/gps/hibernate/VehicleDetailsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
41383 src/com/gps/hibernate/VehicleDetailsDAO.java 82 Potential violation of Law of Demeter (method chain calls)
41384 src/com/gps/hibernate/VehicleDetailsDAO.java 85 There is log block not surrounded by if
41385 src/com/gps/hibernate/VehicleDetailsDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41386 src/com/gps/hibernate/VehicleDetailsDAO.java 86 Potential violation of Law of Demeter (object not created locally)
41387 src/com/gps/hibernate/VehicleDetailsDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41388 src/com/gps/hibernate/VehicleDetailsDAO.java 89 There is log block not surrounded by if
41389 src/com/gps/hibernate/VehicleDetailsDAO.java 94 Parameter 'propertyName' is not assigned and could be declared final
41390 src/com/gps/hibernate/VehicleDetailsDAO.java 94 Parameter 'value' is not assigned and could be declared final
41391 src/com/gps/hibernate/VehicleDetailsDAO.java 94 publicMethodCommentRequirement Required
41392 src/com/gps/hibernate/VehicleDetailsDAO.java 95 There is log block not surrounded by if
41393 src/com/gps/hibernate/VehicleDetailsDAO.java 95 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41394 src/com/gps/hibernate/VehicleDetailsDAO.java 98 Local variable 'queryString' could be declared final
41395 src/com/gps/hibernate/VehicleDetailsDAO.java 100 Local variable 'queryObject' could be declared final
41396 src/com/gps/hibernate/VehicleDetailsDAO.java 100 Potential violation of Law of Demeter (method chain calls)
41397 src/com/gps/hibernate/VehicleDetailsDAO.java 101 Potential violation of Law of Demeter (object not created locally)
41398 src/com/gps/hibernate/VehicleDetailsDAO.java 102 Potential violation of Law of Demeter (object not created locally)
41399 src/com/gps/hibernate/VehicleDetailsDAO.java 103 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41400 src/com/gps/hibernate/VehicleDetailsDAO.java 104 There is log block not surrounded by if
41401 src/com/gps/hibernate/VehicleDetailsDAO.java 109 Parameter 'totalSeats' is not assigned and could be declared final
41402 src/com/gps/hibernate/VehicleDetailsDAO.java 109 publicMethodCommentRequirement Required
41403 src/com/gps/hibernate/VehicleDetailsDAO.java 113 Parameter 'musicStatus' is not assigned and could be declared final
41404 src/com/gps/hibernate/VehicleDetailsDAO.java 113 publicMethodCommentRequirement Required
41405 src/com/gps/hibernate/VehicleDetailsDAO.java 117 Parameter 'carMileage' is not assigned and could be declared final
41406 src/com/gps/hibernate/VehicleDetailsDAO.java 117 publicMethodCommentRequirement Required
41407 src/com/gps/hibernate/VehicleDetailsDAO.java 121 Parameter 'carType' is not assigned and could be declared final
41408 src/com/gps/hibernate/VehicleDetailsDAO.java 121 publicMethodCommentRequirement Required
41409 src/com/gps/hibernate/VehicleDetailsDAO.java 125 Parameter 'acStatus' is not assigned and could be declared final
41410 src/com/gps/hibernate/VehicleDetailsDAO.java 125 publicMethodCommentRequirement Required
41411 src/com/gps/hibernate/VehicleDetailsDAO.java 129 Parameter 'cdDvdStatus' is not assigned and could be declared final
41412 src/com/gps/hibernate/VehicleDetailsDAO.java 129 publicMethodCommentRequirement Required
41413 src/com/gps/hibernate/VehicleDetailsDAO.java 133 Parameter 'amFmStatus' is not assigned and could be declared final
41414 src/com/gps/hibernate/VehicleDetailsDAO.java 133 publicMethodCommentRequirement Required
41415 src/com/gps/hibernate/VehicleDetailsDAO.java 137 Parameter 'vehicleName' is not assigned and could be declared final
41416 src/com/gps/hibernate/VehicleDetailsDAO.java 137 publicMethodCommentRequirement Required
41417 src/com/gps/hibernate/VehicleDetailsDAO.java 141 Parameter 'imeiNumber' is not assigned and could be declared final
41418 src/com/gps/hibernate/VehicleDetailsDAO.java 141 publicMethodCommentRequirement Required
41419 src/com/gps/hibernate/VehicleDetailsDAO.java 145 Parameter 'color' is not assigned and could be declared final
41420 src/com/gps/hibernate/VehicleDetailsDAO.java 145 publicMethodCommentRequirement Required
41421 src/com/gps/hibernate/VehicleDetailsDAO.java 149 Parameter 'regNo' is not assigned and could be declared final
41422 src/com/gps/hibernate/VehicleDetailsDAO.java 149 publicMethodCommentRequirement Required
41423 src/com/gps/hibernate/VehicleDetailsDAO.java 153 Parameter 'companyName' is not assigned and could be declared final
41424 src/com/gps/hibernate/VehicleDetailsDAO.java 153 publicMethodCommentRequirement Required
41425 src/com/gps/hibernate/VehicleDetailsDAO.java 157 Parameter 'first' is not assigned and could be declared final
41426 src/com/gps/hibernate/VehicleDetailsDAO.java 157 Parameter 'last' is not assigned and could be declared final
41427 src/com/gps/hibernate/VehicleDetailsDAO.java 157 publicMethodCommentRequirement Required
41428 src/com/gps/hibernate/VehicleDetailsDAO.java 158 There is log block not surrounded by if
41429 src/com/gps/hibernate/VehicleDetailsDAO.java 158 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41430 src/com/gps/hibernate/VehicleDetailsDAO.java 160 Local variable 'queryString' could be declared final
41431 src/com/gps/hibernate/VehicleDetailsDAO.java 161 Local variable 'queryObject' could be declared final
41432 src/com/gps/hibernate/VehicleDetailsDAO.java 161 Potential violation of Law of Demeter (method chain calls)
41433 src/com/gps/hibernate/VehicleDetailsDAO.java 162 Potential violation of Law of Demeter (object not created locally)
41434 src/com/gps/hibernate/VehicleDetailsDAO.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41435 src/com/gps/hibernate/VehicleDetailsDAO.java 164 There is log block not surrounded by if
41436 src/com/gps/hibernate/VehicleDetailsDAO.java 169 Parameter 'detachedInstance' is not assigned and could be declared final
41437 src/com/gps/hibernate/VehicleDetailsDAO.java 169 publicMethodCommentRequirement Required
41438 src/com/gps/hibernate/VehicleDetailsDAO.java 170 There is log block not surrounded by if
41439 src/com/gps/hibernate/VehicleDetailsDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41440 src/com/gps/hibernate/VehicleDetailsDAO.java 172 Local variable 'result' could be declared final
41441 src/com/gps/hibernate/VehicleDetailsDAO.java 172 Potential violation of Law of Demeter (method chain calls)
41442 src/com/gps/hibernate/VehicleDetailsDAO.java 174 There is log block not surrounded by if
41443 src/com/gps/hibernate/VehicleDetailsDAO.java 174 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41444 src/com/gps/hibernate/VehicleDetailsDAO.java 176 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41445 src/com/gps/hibernate/VehicleDetailsDAO.java 177 There is log block not surrounded by if
41446 src/com/gps/hibernate/VehicleDetailsDAO.java 182 Parameter 'instance' is not assigned and could be declared final
41447 src/com/gps/hibernate/VehicleDetailsDAO.java 182 publicMethodCommentRequirement Required
41448 src/com/gps/hibernate/VehicleDetailsDAO.java 183 There is log block not surrounded by if
41449 src/com/gps/hibernate/VehicleDetailsDAO.java 183 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41450 src/com/gps/hibernate/VehicleDetailsDAO.java 185 Potential violation of Law of Demeter (method chain calls)
41451 src/com/gps/hibernate/VehicleDetailsDAO.java 186 There is log block not surrounded by if
41452 src/com/gps/hibernate/VehicleDetailsDAO.java 186 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41453 src/com/gps/hibernate/VehicleDetailsDAO.java 187 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41454 src/com/gps/hibernate/VehicleDetailsDAO.java 188 There is log block not surrounded by if
41455 src/com/gps/hibernate/VehicleDetailsDAO.java 193 Parameter 'instance' is not assigned and could be declared final
41456 src/com/gps/hibernate/VehicleDetailsDAO.java 193 publicMethodCommentRequirement Required
41457 src/com/gps/hibernate/VehicleDetailsDAO.java 194 There is log block not surrounded by if
41458 src/com/gps/hibernate/VehicleDetailsDAO.java 194 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41459 src/com/gps/hibernate/VehicleDetailsDAO.java 196 Potential violation of Law of Demeter (method chain calls)
41460 src/com/gps/hibernate/VehicleDetailsDAO.java 197 There is log block not surrounded by if
41461 src/com/gps/hibernate/VehicleDetailsDAO.java 197 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41462 src/com/gps/hibernate/VehicleDetailsDAO.java 198 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41463 src/com/gps/hibernate/VehicleDetailsDAO.java 199 There is log block not surrounded by if
41464 src/com/gps/hibernate/VehicleGroup.java 12 Classes implementing Serializable should set a serialVersionUID
41465 src/com/gps/hibernate/VehicleGroup.java 16 fieldCommentRequirement Required
41466 src/com/gps/hibernate/VehicleGroup.java 17 fieldCommentRequirement Required
41467 src/com/gps/hibernate/VehicleGroup.java 18 fieldCommentRequirement Required
41468 src/com/gps/hibernate/VehicleGroup.java 19 fieldCommentRequirement Required
41469 src/com/gps/hibernate/VehicleGroup.java 20 fieldCommentRequirement Required
41470 src/com/gps/hibernate/VehicleGroup.java 25 Document empty constructor
41471 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupName' is not assigned and could be declared final
41472 src/com/gps/hibernate/VehicleGroup.java 27 Parameter 'vehicleGroupid' is not assigned and could be declared final
41473 src/com/gps/hibernate/VehicleGroup.java 27 publicMethodCommentRequirement Required
41474 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehicleDesc' is not assigned and could be declared final
41475 src/com/gps/hibernate/VehicleGroup.java 28 Parameter 'vehiclePurpose' is not assigned and could be declared final
41476 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleDesc' is not assigned and could be declared final
41477 src/com/gps/hibernate/VehicleGroup.java 38 Parameter 'vehicleGroupName' is not assigned and could be declared final
41478 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehicleDetailses' is not assigned and could be declared final
41479 src/com/gps/hibernate/VehicleGroup.java 39 Parameter 'vehiclePurpose' is not assigned and could be declared final
41480 src/com/gps/hibernate/VehicleGroup.java 48 publicMethodCommentRequirement Required
41481 src/com/gps/hibernate/VehicleGroup.java 52 Parameter 'vehicleGroupid' is not assigned and could be declared final
41482 src/com/gps/hibernate/VehicleGroup.java 52 publicMethodCommentRequirement Required
41483 src/com/gps/hibernate/VehicleGroup.java 56 publicMethodCommentRequirement Required
41484 src/com/gps/hibernate/VehicleGroup.java 60 Parameter 'vehicleGroupName' is not assigned and could be declared final
41485 src/com/gps/hibernate/VehicleGroup.java 60 publicMethodCommentRequirement Required
41486 src/com/gps/hibernate/VehicleGroup.java 64 publicMethodCommentRequirement Required
41487 src/com/gps/hibernate/VehicleGroup.java 68 Parameter 'vehicleDesc' is not assigned and could be declared final
41488 src/com/gps/hibernate/VehicleGroup.java 68 publicMethodCommentRequirement Required
41489 src/com/gps/hibernate/VehicleGroup.java 72 publicMethodCommentRequirement Required
41490 src/com/gps/hibernate/VehicleGroup.java 76 Parameter 'vehiclePurpose' is not assigned and could be declared final
41491 src/com/gps/hibernate/VehicleGroup.java 76 publicMethodCommentRequirement Required
41492 src/com/gps/hibernate/VehicleGroup.java 80 publicMethodCommentRequirement Required
41493 src/com/gps/hibernate/VehicleGroup.java 84 Parameter 'vehicleDetailses' is not assigned and could be declared final
41494 src/com/gps/hibernate/VehicleGroup.java 84 publicMethodCommentRequirement Required
41495 src/com/gps/hibernate/VehicleGroupDAO.java 4 Avoid unused imports such as 'java.util.Set'
41496 src/com/gps/hibernate/VehicleGroupDAO.java 11 Comment is too large: Too many lines
41497 src/com/gps/hibernate/VehicleGroupDAO.java 23 This class has too many methods, consider refactoring it.
41498 src/com/gps/hibernate/VehicleGroupDAO.java 24 Logger should be defined private static final and have the correct class
41499 src/com/gps/hibernate/VehicleGroupDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41500 src/com/gps/hibernate/VehicleGroupDAO.java 24 fieldCommentRequirement Required
41501 src/com/gps/hibernate/VehicleGroupDAO.java 26 Avoid excessively long variable names like VEHICLE_GROUP_NAME
41502 src/com/gps/hibernate/VehicleGroupDAO.java 26 fieldCommentRequirement Required
41503 src/com/gps/hibernate/VehicleGroupDAO.java 27 fieldCommentRequirement Required
41504 src/com/gps/hibernate/VehicleGroupDAO.java 28 fieldCommentRequirement Required
41505 src/com/gps/hibernate/VehicleGroupDAO.java 30 Parameter 'transientInstance' is not assigned and could be declared final
41506 src/com/gps/hibernate/VehicleGroupDAO.java 30 publicMethodCommentRequirement Required
41507 src/com/gps/hibernate/VehicleGroupDAO.java 31 There is log block not surrounded by if
41508 src/com/gps/hibernate/VehicleGroupDAO.java 31 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41509 src/com/gps/hibernate/VehicleGroupDAO.java 33 Potential violation of Law of Demeter (method chain calls)
41510 src/com/gps/hibernate/VehicleGroupDAO.java 34 There is log block not surrounded by if
41511 src/com/gps/hibernate/VehicleGroupDAO.java 34 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41512 src/com/gps/hibernate/VehicleGroupDAO.java 35 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41513 src/com/gps/hibernate/VehicleGroupDAO.java 36 There is log block not surrounded by if
41514 src/com/gps/hibernate/VehicleGroupDAO.java 41 Avoid excessively long variable names like persistentInstance
41515 src/com/gps/hibernate/VehicleGroupDAO.java 41 Parameter 'persistentInstance' is not assigned and could be declared final
41516 src/com/gps/hibernate/VehicleGroupDAO.java 41 publicMethodCommentRequirement Required
41517 src/com/gps/hibernate/VehicleGroupDAO.java 42 There is log block not surrounded by if
41518 src/com/gps/hibernate/VehicleGroupDAO.java 42 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41519 src/com/gps/hibernate/VehicleGroupDAO.java 44 Potential violation of Law of Demeter (method chain calls)
41520 src/com/gps/hibernate/VehicleGroupDAO.java 45 There is log block not surrounded by if
41521 src/com/gps/hibernate/VehicleGroupDAO.java 45 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41522 src/com/gps/hibernate/VehicleGroupDAO.java 46 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41523 src/com/gps/hibernate/VehicleGroupDAO.java 47 There is log block not surrounded by if
41524 src/com/gps/hibernate/VehicleGroupDAO.java 52 Avoid variables with short names like id
41525 src/com/gps/hibernate/VehicleGroupDAO.java 52 Parameter 'id' is not assigned and could be declared final
41526 src/com/gps/hibernate/VehicleGroupDAO.java 52 publicMethodCommentRequirement Required
41527 src/com/gps/hibernate/VehicleGroupDAO.java 53 There is log block not surrounded by if
41528 src/com/gps/hibernate/VehicleGroupDAO.java 53 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41529 src/com/gps/hibernate/VehicleGroupDAO.java 55 Local variable 'instance' could be declared final
41530 src/com/gps/hibernate/VehicleGroupDAO.java 55 Potential violation of Law of Demeter (method chain calls)
41531 src/com/gps/hibernate/VehicleGroupDAO.java 58 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41532 src/com/gps/hibernate/VehicleGroupDAO.java 59 There is log block not surrounded by if
41533 src/com/gps/hibernate/VehicleGroupDAO.java 64 Parameter 'instance' is not assigned and could be declared final
41534 src/com/gps/hibernate/VehicleGroupDAO.java 64 publicMethodCommentRequirement Required
41535 src/com/gps/hibernate/VehicleGroupDAO.java 65 There is log block not surrounded by if
41536 src/com/gps/hibernate/VehicleGroupDAO.java 65 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41537 src/com/gps/hibernate/VehicleGroupDAO.java 67 Local variable 'results' could be declared final
41538 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
41539 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
41540 src/com/gps/hibernate/VehicleGroupDAO.java 67 Potential violation of Law of Demeter (method chain calls)
41541 src/com/gps/hibernate/VehicleGroupDAO.java 70 There is log block not surrounded by if
41542 src/com/gps/hibernate/VehicleGroupDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41543 src/com/gps/hibernate/VehicleGroupDAO.java 71 Potential violation of Law of Demeter (object not created locally)
41544 src/com/gps/hibernate/VehicleGroupDAO.java 73 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41545 src/com/gps/hibernate/VehicleGroupDAO.java 74 There is log block not surrounded by if
41546 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'propertyName' is not assigned and could be declared final
41547 src/com/gps/hibernate/VehicleGroupDAO.java 79 Parameter 'value' is not assigned and could be declared final
41548 src/com/gps/hibernate/VehicleGroupDAO.java 79 publicMethodCommentRequirement Required
41549 src/com/gps/hibernate/VehicleGroupDAO.java 80 There is log block not surrounded by if
41550 src/com/gps/hibernate/VehicleGroupDAO.java 80 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41551 src/com/gps/hibernate/VehicleGroupDAO.java 83 Local variable 'queryString' could be declared final
41552 src/com/gps/hibernate/VehicleGroupDAO.java 85 Local variable 'queryObject' could be declared final
41553 src/com/gps/hibernate/VehicleGroupDAO.java 85 Potential violation of Law of Demeter (method chain calls)
41554 src/com/gps/hibernate/VehicleGroupDAO.java 86 Potential violation of Law of Demeter (object not created locally)
41555 src/com/gps/hibernate/VehicleGroupDAO.java 87 Potential violation of Law of Demeter (object not created locally)
41556 src/com/gps/hibernate/VehicleGroupDAO.java 88 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41557 src/com/gps/hibernate/VehicleGroupDAO.java 89 There is log block not surrounded by if
41558 src/com/gps/hibernate/VehicleGroupDAO.java 94 Parameter 'vehicleGroupName' is not assigned and could be declared final
41559 src/com/gps/hibernate/VehicleGroupDAO.java 94 publicMethodCommentRequirement Required
41560 src/com/gps/hibernate/VehicleGroupDAO.java 98 Parameter 'vehicleDesc' is not assigned and could be declared final
41561 src/com/gps/hibernate/VehicleGroupDAO.java 98 publicMethodCommentRequirement Required
41562 src/com/gps/hibernate/VehicleGroupDAO.java 102 Parameter 'vehiclePurpose' is not assigned and could be declared final
41563 src/com/gps/hibernate/VehicleGroupDAO.java 102 publicMethodCommentRequirement Required
41564 src/com/gps/hibernate/VehicleGroupDAO.java 106 publicMethodCommentRequirement Required
41565 src/com/gps/hibernate/VehicleGroupDAO.java 107 There is log block not surrounded by if
41566 src/com/gps/hibernate/VehicleGroupDAO.java 107 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41567 src/com/gps/hibernate/VehicleGroupDAO.java 109 Local variable 'queryString' could be declared final
41568 src/com/gps/hibernate/VehicleGroupDAO.java 110 Local variable 'queryObject' could be declared final
41569 src/com/gps/hibernate/VehicleGroupDAO.java 110 Potential violation of Law of Demeter (method chain calls)
41570 src/com/gps/hibernate/VehicleGroupDAO.java 111 Potential violation of Law of Demeter (object not created locally)
41571 src/com/gps/hibernate/VehicleGroupDAO.java 112 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41572 src/com/gps/hibernate/VehicleGroupDAO.java 113 There is log block not surrounded by if
41573 src/com/gps/hibernate/VehicleGroupDAO.java 118 Parameter 'detachedInstance' is not assigned and could be declared final
41574 src/com/gps/hibernate/VehicleGroupDAO.java 118 publicMethodCommentRequirement Required
41575 src/com/gps/hibernate/VehicleGroupDAO.java 119 There is log block not surrounded by if
41576 src/com/gps/hibernate/VehicleGroupDAO.java 119 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41577 src/com/gps/hibernate/VehicleGroupDAO.java 121 Local variable 'result' could be declared final
41578 src/com/gps/hibernate/VehicleGroupDAO.java 121 Potential violation of Law of Demeter (method chain calls)
41579 src/com/gps/hibernate/VehicleGroupDAO.java 123 There is log block not surrounded by if
41580 src/com/gps/hibernate/VehicleGroupDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41581 src/com/gps/hibernate/VehicleGroupDAO.java 125 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41582 src/com/gps/hibernate/VehicleGroupDAO.java 126 There is log block not surrounded by if
41583 src/com/gps/hibernate/VehicleGroupDAO.java 131 Parameter 'instance' is not assigned and could be declared final
41584 src/com/gps/hibernate/VehicleGroupDAO.java 131 publicMethodCommentRequirement Required
41585 src/com/gps/hibernate/VehicleGroupDAO.java 132 There is log block not surrounded by if
41586 src/com/gps/hibernate/VehicleGroupDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41587 src/com/gps/hibernate/VehicleGroupDAO.java 134 Potential violation of Law of Demeter (method chain calls)
41588 src/com/gps/hibernate/VehicleGroupDAO.java 135 There is log block not surrounded by if
41589 src/com/gps/hibernate/VehicleGroupDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41590 src/com/gps/hibernate/VehicleGroupDAO.java 136 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41591 src/com/gps/hibernate/VehicleGroupDAO.java 137 There is log block not surrounded by if
41592 src/com/gps/hibernate/VehicleGroupDAO.java 142 Parameter 'instance' is not assigned and could be declared final
41593 src/com/gps/hibernate/VehicleGroupDAO.java 142 publicMethodCommentRequirement Required
41594 src/com/gps/hibernate/VehicleGroupDAO.java 143 There is log block not surrounded by if
41595 src/com/gps/hibernate/VehicleGroupDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41596 src/com/gps/hibernate/VehicleGroupDAO.java 145 Potential violation of Law of Demeter (method chain calls)
41597 src/com/gps/hibernate/VehicleGroupDAO.java 146 There is log block not surrounded by if
41598 src/com/gps/hibernate/VehicleGroupDAO.java 146 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41599 src/com/gps/hibernate/VehicleGroupDAO.java 147 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41600 src/com/gps/hibernate/VehicleGroupDAO.java 148 There is log block not surrounded by if
41601 src/com/gps/hibernate/VehicleType.java 12 Avoid unused imports such as 'java.util.HashSet'
41602 src/com/gps/hibernate/VehicleType.java 13 Avoid unused imports such as 'java.util.Set'
41603 src/com/gps/hibernate/VehicleType.java 21 Classes implementing Serializable should set a serialVersionUID
41604 src/com/gps/hibernate/VehicleType.java 23 Use explicit scoping instead of the default package private level
41605 src/com/gps/hibernate/VehicleType.java 23 fieldCommentRequirement Required
41606 src/com/gps/hibernate/VehicleType.java 24 Use explicit scoping instead of the default package private level
41607 src/com/gps/hibernate/VehicleType.java 24 fieldCommentRequirement Required
41608 src/com/gps/hibernate/VehicleType.java 25 Use explicit scoping instead of the default package private level
41609 src/com/gps/hibernate/VehicleType.java 25 fieldCommentRequirement Required
41610 src/com/gps/hibernate/VehicleType.java 26 Use explicit scoping instead of the default package private level
41611 src/com/gps/hibernate/VehicleType.java 26 fieldCommentRequirement Required
41612 src/com/gps/hibernate/VehicleType.java 27 Use explicit scoping instead of the default package private level
41613 src/com/gps/hibernate/VehicleType.java 27 fieldCommentRequirement Required
41614 src/com/gps/hibernate/VehicleType.java 28 Use explicit scoping instead of the default package private level
41615 src/com/gps/hibernate/VehicleType.java 28 fieldCommentRequirement Required
41616 src/com/gps/hibernate/VehicleType.java 30 Use explicit scoping instead of the default package private level
41617 src/com/gps/hibernate/VehicleType.java 30 fieldCommentRequirement Required
41618 src/com/gps/hibernate/VehicleType.java 45 Parameter 'tankCapacity' is not assigned and could be declared final
41619 src/com/gps/hibernate/VehicleType.java 45 Parameter 'typeId' is not assigned and could be declared final
41620 src/com/gps/hibernate/VehicleType.java 45 Parameter 'typeName' is not assigned and could be declared final
41621 src/com/gps/hibernate/VehicleType.java 46 Parameter 'emptyVolt' is not assigned and could be declared final
41622 src/com/gps/hibernate/VehicleType.java 46 Parameter 'fullVolt' is not assigned and could be declared final
41623 src/com/gps/hibernate/VehicleType.java 46 Parameter 'valueOrder' is not assigned and could be declared final
41624 src/com/gps/hibernate/VehicleType.java 64 Parameter 'typeId' is not assigned and could be declared final
41625 src/com/gps/hibernate/VehicleType.java 76 Parameter 'typeName' is not assigned and could be declared final
41626 src/com/gps/hibernate/VehicleType.java 88 Parameter 'tankCapacity' is not assigned and could be declared final
41627 src/com/gps/hibernate/VehicleType.java 100 Parameter 'fullVolt' is not assigned and could be declared final
41628 src/com/gps/hibernate/VehicleType.java 112 Parameter 'emptyVolt' is not assigned and could be declared final
41629 src/com/gps/hibernate/VehicleType.java 124 Parameter 'valueOrder' is not assigned and could be declared final
41630 src/com/gps/hibernate/VehicleType.java 137 Parameter 'correctionValue' is not assigned and could be declared final
41631 src/com/gps/hibernate/VehicleTypeDAO.java 4 Avoid unused imports such as 'java.util.Set'
41632 src/com/gps/hibernate/VehicleTypeDAO.java 11 Comment is too large: Too many lines
41633 src/com/gps/hibernate/VehicleTypeDAO.java 24 Logger should be defined private static final and have the correct class
41634 src/com/gps/hibernate/VehicleTypeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41635 src/com/gps/hibernate/VehicleTypeDAO.java 24 fieldCommentRequirement Required
41636 src/com/gps/hibernate/VehicleTypeDAO.java 26 Parameter 'transientInstance' is not assigned and could be declared final
41637 src/com/gps/hibernate/VehicleTypeDAO.java 26 publicMethodCommentRequirement Required
41638 src/com/gps/hibernate/VehicleTypeDAO.java 27 There is log block not surrounded by if
41639 src/com/gps/hibernate/VehicleTypeDAO.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41640 src/com/gps/hibernate/VehicleTypeDAO.java 29 Potential violation of Law of Demeter (method chain calls)
41641 src/com/gps/hibernate/VehicleTypeDAO.java 30 There is log block not surrounded by if
41642 src/com/gps/hibernate/VehicleTypeDAO.java 30 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41643 src/com/gps/hibernate/VehicleTypeDAO.java 31 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41644 src/com/gps/hibernate/VehicleTypeDAO.java 32 There is log block not surrounded by if
41645 src/com/gps/hibernate/VehicleTypeDAO.java 37 Avoid excessively long variable names like persistentInstance
41646 src/com/gps/hibernate/VehicleTypeDAO.java 37 Parameter 'persistentInstance' is not assigned and could be declared final
41647 src/com/gps/hibernate/VehicleTypeDAO.java 37 publicMethodCommentRequirement Required
41648 src/com/gps/hibernate/VehicleTypeDAO.java 38 There is log block not surrounded by if
41649 src/com/gps/hibernate/VehicleTypeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41650 src/com/gps/hibernate/VehicleTypeDAO.java 40 Potential violation of Law of Demeter (method chain calls)
41651 src/com/gps/hibernate/VehicleTypeDAO.java 41 There is log block not surrounded by if
41652 src/com/gps/hibernate/VehicleTypeDAO.java 41 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41653 src/com/gps/hibernate/VehicleTypeDAO.java 42 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41654 src/com/gps/hibernate/VehicleTypeDAO.java 43 There is log block not surrounded by if
41655 src/com/gps/hibernate/VehicleTypeDAO.java 48 Avoid variables with short names like id
41656 src/com/gps/hibernate/VehicleTypeDAO.java 48 Parameter 'id' is not assigned and could be declared final
41657 src/com/gps/hibernate/VehicleTypeDAO.java 48 publicMethodCommentRequirement Required
41658 src/com/gps/hibernate/VehicleTypeDAO.java 49 There is log block not surrounded by if
41659 src/com/gps/hibernate/VehicleTypeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41660 src/com/gps/hibernate/VehicleTypeDAO.java 51 Local variable 'instance' could be declared final
41661 src/com/gps/hibernate/VehicleTypeDAO.java 51 Potential violation of Law of Demeter (method chain calls)
41662 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching NullPointerException; consider removing the cause of the NPE.
41663 src/com/gps/hibernate/VehicleTypeDAO.java 55 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41664 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
41665 src/com/gps/hibernate/VehicleTypeDAO.java 57 There is log block not surrounded by if
41666 src/com/gps/hibernate/VehicleTypeDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41667 src/com/gps/hibernate/VehicleTypeDAO.java 61 There is log block not surrounded by if
41668 src/com/gps/hibernate/VehicleTypeDAO.java 66 Parameter 'instance' is not assigned and could be declared final
41669 src/com/gps/hibernate/VehicleTypeDAO.java 66 publicMethodCommentRequirement Required
41670 src/com/gps/hibernate/VehicleTypeDAO.java 67 There is log block not surrounded by if
41671 src/com/gps/hibernate/VehicleTypeDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41672 src/com/gps/hibernate/VehicleTypeDAO.java 69 Local variable 'results' could be declared final
41673 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
41674 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
41675 src/com/gps/hibernate/VehicleTypeDAO.java 69 Potential violation of Law of Demeter (method chain calls)
41676 src/com/gps/hibernate/VehicleTypeDAO.java 72 There is log block not surrounded by if
41677 src/com/gps/hibernate/VehicleTypeDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41678 src/com/gps/hibernate/VehicleTypeDAO.java 73 Potential violation of Law of Demeter (object not created locally)
41679 src/com/gps/hibernate/VehicleTypeDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41680 src/com/gps/hibernate/VehicleTypeDAO.java 76 There is log block not surrounded by if
41681 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
41682 src/com/gps/hibernate/VehicleTypeDAO.java 81 Parameter 'value' is not assigned and could be declared final
41683 src/com/gps/hibernate/VehicleTypeDAO.java 81 publicMethodCommentRequirement Required
41684 src/com/gps/hibernate/VehicleTypeDAO.java 82 There is log block not surrounded by if
41685 src/com/gps/hibernate/VehicleTypeDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41686 src/com/gps/hibernate/VehicleTypeDAO.java 85 Local variable 'queryString' could be declared final
41687 src/com/gps/hibernate/VehicleTypeDAO.java 87 Local variable 'queryObject' could be declared final
41688 src/com/gps/hibernate/VehicleTypeDAO.java 87 Potential violation of Law of Demeter (method chain calls)
41689 src/com/gps/hibernate/VehicleTypeDAO.java 88 Potential violation of Law of Demeter (object not created locally)
41690 src/com/gps/hibernate/VehicleTypeDAO.java 89 Potential violation of Law of Demeter (object not created locally)
41691 src/com/gps/hibernate/VehicleTypeDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41692 src/com/gps/hibernate/VehicleTypeDAO.java 91 There is log block not surrounded by if
41693 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'first' is not assigned and could be declared final
41694 src/com/gps/hibernate/VehicleTypeDAO.java 96 Parameter 'last' is not assigned and could be declared final
41695 src/com/gps/hibernate/VehicleTypeDAO.java 96 publicMethodCommentRequirement Required
41696 src/com/gps/hibernate/VehicleTypeDAO.java 97 There is log block not surrounded by if
41697 src/com/gps/hibernate/VehicleTypeDAO.java 97 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41698 src/com/gps/hibernate/VehicleTypeDAO.java 99 Local variable 'queryString' could be declared final
41699 src/com/gps/hibernate/VehicleTypeDAO.java 100 Local variable 'queryObject' could be declared final
41700 src/com/gps/hibernate/VehicleTypeDAO.java 100 Potential violation of Law of Demeter (method chain calls)
41701 src/com/gps/hibernate/VehicleTypeDAO.java 101 Potential violation of Law of Demeter (object not created locally)
41702 src/com/gps/hibernate/VehicleTypeDAO.java 102 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41703 src/com/gps/hibernate/VehicleTypeDAO.java 103 There is log block not surrounded by if
41704 src/com/gps/hibernate/VehicleTypeDAO.java 108 Parameter 'detachedInstance' is not assigned and could be declared final
41705 src/com/gps/hibernate/VehicleTypeDAO.java 108 publicMethodCommentRequirement Required
41706 src/com/gps/hibernate/VehicleTypeDAO.java 109 There is log block not surrounded by if
41707 src/com/gps/hibernate/VehicleTypeDAO.java 109 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41708 src/com/gps/hibernate/VehicleTypeDAO.java 111 Local variable 'result' could be declared final
41709 src/com/gps/hibernate/VehicleTypeDAO.java 111 Potential violation of Law of Demeter (method chain calls)
41710 src/com/gps/hibernate/VehicleTypeDAO.java 113 There is log block not surrounded by if
41711 src/com/gps/hibernate/VehicleTypeDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41712 src/com/gps/hibernate/VehicleTypeDAO.java 115 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41713 src/com/gps/hibernate/VehicleTypeDAO.java 116 There is log block not surrounded by if
41714 src/com/gps/hibernate/VehicleTypeDAO.java 121 Parameter 'instance' is not assigned and could be declared final
41715 src/com/gps/hibernate/VehicleTypeDAO.java 121 publicMethodCommentRequirement Required
41716 src/com/gps/hibernate/VehicleTypeDAO.java 122 There is log block not surrounded by if
41717 src/com/gps/hibernate/VehicleTypeDAO.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41718 src/com/gps/hibernate/VehicleTypeDAO.java 124 Potential violation of Law of Demeter (method chain calls)
41719 src/com/gps/hibernate/VehicleTypeDAO.java 125 There is log block not surrounded by if
41720 src/com/gps/hibernate/VehicleTypeDAO.java 125 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41721 src/com/gps/hibernate/VehicleTypeDAO.java 126 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41722 src/com/gps/hibernate/VehicleTypeDAO.java 127 There is log block not surrounded by if
41723 src/com/gps/hibernate/VehicleTypeDAO.java 132 Parameter 'instance' is not assigned and could be declared final
41724 src/com/gps/hibernate/VehicleTypeDAO.java 132 publicMethodCommentRequirement Required
41725 src/com/gps/hibernate/VehicleTypeDAO.java 133 There is log block not surrounded by if
41726 src/com/gps/hibernate/VehicleTypeDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41727 src/com/gps/hibernate/VehicleTypeDAO.java 135 Potential violation of Law of Demeter (method chain calls)
41728 src/com/gps/hibernate/VehicleTypeDAO.java 136 There is log block not surrounded by if
41729 src/com/gps/hibernate/VehicleTypeDAO.java 136 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41730 src/com/gps/hibernate/VehicleTypeDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41731 src/com/gps/hibernate/VehicleTypeDAO.java 138 There is log block not surrounded by if
41732 src/com/gps/hibernate/Vocabulary.java 11 Classes implementing Serializable should set a serialVersionUID
41733 src/com/gps/hibernate/Vocabulary.java 15 fieldCommentRequirement Required
41734 src/com/gps/hibernate/Vocabulary.java 16 fieldCommentRequirement Required
41735 src/com/gps/hibernate/Vocabulary.java 17 fieldCommentRequirement Required
41736 src/com/gps/hibernate/Vocabulary.java 18 fieldCommentRequirement Required
41737 src/com/gps/hibernate/Vocabulary.java 19 fieldCommentRequirement Required
41738 src/com/gps/hibernate/Vocabulary.java 20 fieldCommentRequirement Required
41739 src/com/gps/hibernate/Vocabulary.java 21 fieldCommentRequirement Required
41740 src/com/gps/hibernate/Vocabulary.java 22 fieldCommentRequirement Required
41741 src/com/gps/hibernate/Vocabulary.java 23 fieldCommentRequirement Required
41742 src/com/gps/hibernate/Vocabulary.java 24 fieldCommentRequirement Required
41743 src/com/gps/hibernate/Vocabulary.java 29 Document empty constructor
41744 src/com/gps/hibernate/Vocabulary.java 33 Parameter 'vocabularyId' is not assigned and could be declared final
41745 src/com/gps/hibernate/Vocabulary.java 38 Avoid long parameter lists.
41746 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'companyId' is not assigned and could be declared final
41747 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'groupId' is not assigned and could be declared final
41748 src/com/gps/hibernate/Vocabulary.java 38 Parameter 'vocabularyId' is not assigned and could be declared final
41749 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'createDate' is not assigned and could be declared final
41750 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'modifiedDate' is not assigned and could be declared final
41751 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userId' is not assigned and could be declared final
41752 src/com/gps/hibernate/Vocabulary.java 39 Parameter 'userName' is not assigned and could be declared final
41753 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'description' is not assigned and could be declared final
41754 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'folksonomy' is not assigned and could be declared final
41755 src/com/gps/hibernate/Vocabulary.java 40 Parameter 'name' is not assigned and could be declared final
41756 src/com/gps/hibernate/Vocabulary.java 55 publicMethodCommentRequirement Required
41757 src/com/gps/hibernate/Vocabulary.java 59 Parameter 'vocabularyId' is not assigned and could be declared final
41758 src/com/gps/hibernate/Vocabulary.java 59 publicMethodCommentRequirement Required
41759 src/com/gps/hibernate/Vocabulary.java 63 publicMethodCommentRequirement Required
41760 src/com/gps/hibernate/Vocabulary.java 67 Parameter 'groupId' is not assigned and could be declared final
41761 src/com/gps/hibernate/Vocabulary.java 67 publicMethodCommentRequirement Required
41762 src/com/gps/hibernate/Vocabulary.java 71 publicMethodCommentRequirement Required
41763 src/com/gps/hibernate/Vocabulary.java 75 Parameter 'companyId' is not assigned and could be declared final
41764 src/com/gps/hibernate/Vocabulary.java 75 publicMethodCommentRequirement Required
41765 src/com/gps/hibernate/Vocabulary.java 79 publicMethodCommentRequirement Required
41766 src/com/gps/hibernate/Vocabulary.java 83 Parameter 'userId' is not assigned and could be declared final
41767 src/com/gps/hibernate/Vocabulary.java 83 publicMethodCommentRequirement Required
41768 src/com/gps/hibernate/Vocabulary.java 87 publicMethodCommentRequirement Required
41769 src/com/gps/hibernate/Vocabulary.java 91 Parameter 'userName' is not assigned and could be declared final
41770 src/com/gps/hibernate/Vocabulary.java 91 publicMethodCommentRequirement Required
41771 src/com/gps/hibernate/Vocabulary.java 95 publicMethodCommentRequirement Required
41772 src/com/gps/hibernate/Vocabulary.java 99 Parameter 'createDate' is not assigned and could be declared final
41773 src/com/gps/hibernate/Vocabulary.java 99 publicMethodCommentRequirement Required
41774 src/com/gps/hibernate/Vocabulary.java 103 publicMethodCommentRequirement Required
41775 src/com/gps/hibernate/Vocabulary.java 107 Parameter 'modifiedDate' is not assigned and could be declared final
41776 src/com/gps/hibernate/Vocabulary.java 107 publicMethodCommentRequirement Required
41777 src/com/gps/hibernate/Vocabulary.java 111 publicMethodCommentRequirement Required
41778 src/com/gps/hibernate/Vocabulary.java 115 Parameter 'name' is not assigned and could be declared final
41779 src/com/gps/hibernate/Vocabulary.java 115 publicMethodCommentRequirement Required
41780 src/com/gps/hibernate/Vocabulary.java 119 publicMethodCommentRequirement Required
41781 src/com/gps/hibernate/Vocabulary.java 123 Parameter 'description' is not assigned and could be declared final
41782 src/com/gps/hibernate/Vocabulary.java 123 publicMethodCommentRequirement Required
41783 src/com/gps/hibernate/Vocabulary.java 127 publicMethodCommentRequirement Required
41784 src/com/gps/hibernate/Vocabulary.java 131 Parameter 'folksonomy' is not assigned and could be declared final
41785 src/com/gps/hibernate/Vocabulary.java 131 publicMethodCommentRequirement Required
41786 src/com/gps/hibernate/VocabularyDAO.java 3 Avoid unused imports such as 'java.util.Date'
41787 src/com/gps/hibernate/VocabularyDAO.java 11 Comment is too large: Too many lines
41788 src/com/gps/hibernate/VocabularyDAO.java 23 This class has too many methods, consider refactoring it.
41789 src/com/gps/hibernate/VocabularyDAO.java 24 Logger should be defined private static final and have the correct class
41790 src/com/gps/hibernate/VocabularyDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41791 src/com/gps/hibernate/VocabularyDAO.java 24 fieldCommentRequirement Required
41792 src/com/gps/hibernate/VocabularyDAO.java 26 fieldCommentRequirement Required
41793 src/com/gps/hibernate/VocabularyDAO.java 27 fieldCommentRequirement Required
41794 src/com/gps/hibernate/VocabularyDAO.java 28 fieldCommentRequirement Required
41795 src/com/gps/hibernate/VocabularyDAO.java 29 fieldCommentRequirement Required
41796 src/com/gps/hibernate/VocabularyDAO.java 30 fieldCommentRequirement Required
41797 src/com/gps/hibernate/VocabularyDAO.java 31 fieldCommentRequirement Required
41798 src/com/gps/hibernate/VocabularyDAO.java 32 fieldCommentRequirement Required
41799 src/com/gps/hibernate/VocabularyDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
41800 src/com/gps/hibernate/VocabularyDAO.java 34 publicMethodCommentRequirement Required
41801 src/com/gps/hibernate/VocabularyDAO.java 35 There is log block not surrounded by if
41802 src/com/gps/hibernate/VocabularyDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41803 src/com/gps/hibernate/VocabularyDAO.java 37 Potential violation of Law of Demeter (method chain calls)
41804 src/com/gps/hibernate/VocabularyDAO.java 38 There is log block not surrounded by if
41805 src/com/gps/hibernate/VocabularyDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41806 src/com/gps/hibernate/VocabularyDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41807 src/com/gps/hibernate/VocabularyDAO.java 40 There is log block not surrounded by if
41808 src/com/gps/hibernate/VocabularyDAO.java 45 Avoid excessively long variable names like persistentInstance
41809 src/com/gps/hibernate/VocabularyDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
41810 src/com/gps/hibernate/VocabularyDAO.java 45 publicMethodCommentRequirement Required
41811 src/com/gps/hibernate/VocabularyDAO.java 46 There is log block not surrounded by if
41812 src/com/gps/hibernate/VocabularyDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41813 src/com/gps/hibernate/VocabularyDAO.java 48 Potential violation of Law of Demeter (method chain calls)
41814 src/com/gps/hibernate/VocabularyDAO.java 49 There is log block not surrounded by if
41815 src/com/gps/hibernate/VocabularyDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41816 src/com/gps/hibernate/VocabularyDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41817 src/com/gps/hibernate/VocabularyDAO.java 51 There is log block not surrounded by if
41818 src/com/gps/hibernate/VocabularyDAO.java 56 Avoid variables with short names like id
41819 src/com/gps/hibernate/VocabularyDAO.java 56 Parameter 'id' is not assigned and could be declared final
41820 src/com/gps/hibernate/VocabularyDAO.java 56 publicMethodCommentRequirement Required
41821 src/com/gps/hibernate/VocabularyDAO.java 57 There is log block not surrounded by if
41822 src/com/gps/hibernate/VocabularyDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41823 src/com/gps/hibernate/VocabularyDAO.java 59 Local variable 'instance' could be declared final
41824 src/com/gps/hibernate/VocabularyDAO.java 59 Potential violation of Law of Demeter (method chain calls)
41825 src/com/gps/hibernate/VocabularyDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41826 src/com/gps/hibernate/VocabularyDAO.java 63 There is log block not surrounded by if
41827 src/com/gps/hibernate/VocabularyDAO.java 68 Parameter 'instance' is not assigned and could be declared final
41828 src/com/gps/hibernate/VocabularyDAO.java 68 publicMethodCommentRequirement Required
41829 src/com/gps/hibernate/VocabularyDAO.java 69 There is log block not surrounded by if
41830 src/com/gps/hibernate/VocabularyDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41831 src/com/gps/hibernate/VocabularyDAO.java 71 Local variable 'results' could be declared final
41832 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
41833 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
41834 src/com/gps/hibernate/VocabularyDAO.java 71 Potential violation of Law of Demeter (method chain calls)
41835 src/com/gps/hibernate/VocabularyDAO.java 74 There is log block not surrounded by if
41836 src/com/gps/hibernate/VocabularyDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41837 src/com/gps/hibernate/VocabularyDAO.java 75 Potential violation of Law of Demeter (object not created locally)
41838 src/com/gps/hibernate/VocabularyDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41839 src/com/gps/hibernate/VocabularyDAO.java 78 There is log block not surrounded by if
41840 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
41841 src/com/gps/hibernate/VocabularyDAO.java 83 Parameter 'value' is not assigned and could be declared final
41842 src/com/gps/hibernate/VocabularyDAO.java 83 publicMethodCommentRequirement Required
41843 src/com/gps/hibernate/VocabularyDAO.java 84 There is log block not surrounded by if
41844 src/com/gps/hibernate/VocabularyDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41845 src/com/gps/hibernate/VocabularyDAO.java 87 Local variable 'queryString' could be declared final
41846 src/com/gps/hibernate/VocabularyDAO.java 89 Local variable 'queryObject' could be declared final
41847 src/com/gps/hibernate/VocabularyDAO.java 89 Potential violation of Law of Demeter (method chain calls)
41848 src/com/gps/hibernate/VocabularyDAO.java 90 Potential violation of Law of Demeter (object not created locally)
41849 src/com/gps/hibernate/VocabularyDAO.java 91 Potential violation of Law of Demeter (object not created locally)
41850 src/com/gps/hibernate/VocabularyDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41851 src/com/gps/hibernate/VocabularyDAO.java 93 There is log block not surrounded by if
41852 src/com/gps/hibernate/VocabularyDAO.java 98 Parameter 'groupId' is not assigned and could be declared final
41853 src/com/gps/hibernate/VocabularyDAO.java 98 publicMethodCommentRequirement Required
41854 src/com/gps/hibernate/VocabularyDAO.java 102 Parameter 'companyId' is not assigned and could be declared final
41855 src/com/gps/hibernate/VocabularyDAO.java 102 publicMethodCommentRequirement Required
41856 src/com/gps/hibernate/VocabularyDAO.java 106 Parameter 'userId' is not assigned and could be declared final
41857 src/com/gps/hibernate/VocabularyDAO.java 106 publicMethodCommentRequirement Required
41858 src/com/gps/hibernate/VocabularyDAO.java 110 Parameter 'userName' is not assigned and could be declared final
41859 src/com/gps/hibernate/VocabularyDAO.java 110 publicMethodCommentRequirement Required
41860 src/com/gps/hibernate/VocabularyDAO.java 114 Parameter 'name' is not assigned and could be declared final
41861 src/com/gps/hibernate/VocabularyDAO.java 114 publicMethodCommentRequirement Required
41862 src/com/gps/hibernate/VocabularyDAO.java 118 Parameter 'description' is not assigned and could be declared final
41863 src/com/gps/hibernate/VocabularyDAO.java 118 publicMethodCommentRequirement Required
41864 src/com/gps/hibernate/VocabularyDAO.java 122 Parameter 'folksonomy' is not assigned and could be declared final
41865 src/com/gps/hibernate/VocabularyDAO.java 122 publicMethodCommentRequirement Required
41866 src/com/gps/hibernate/VocabularyDAO.java 126 publicMethodCommentRequirement Required
41867 src/com/gps/hibernate/VocabularyDAO.java 127 There is log block not surrounded by if
41868 src/com/gps/hibernate/VocabularyDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41869 src/com/gps/hibernate/VocabularyDAO.java 129 Local variable 'queryString' could be declared final
41870 src/com/gps/hibernate/VocabularyDAO.java 130 Local variable 'queryObject' could be declared final
41871 src/com/gps/hibernate/VocabularyDAO.java 130 Potential violation of Law of Demeter (method chain calls)
41872 src/com/gps/hibernate/VocabularyDAO.java 131 Potential violation of Law of Demeter (object not created locally)
41873 src/com/gps/hibernate/VocabularyDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41874 src/com/gps/hibernate/VocabularyDAO.java 133 There is log block not surrounded by if
41875 src/com/gps/hibernate/VocabularyDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
41876 src/com/gps/hibernate/VocabularyDAO.java 138 publicMethodCommentRequirement Required
41877 src/com/gps/hibernate/VocabularyDAO.java 139 There is log block not surrounded by if
41878 src/com/gps/hibernate/VocabularyDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41879 src/com/gps/hibernate/VocabularyDAO.java 141 Local variable 'result' could be declared final
41880 src/com/gps/hibernate/VocabularyDAO.java 141 Potential violation of Law of Demeter (method chain calls)
41881 src/com/gps/hibernate/VocabularyDAO.java 143 There is log block not surrounded by if
41882 src/com/gps/hibernate/VocabularyDAO.java 143 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41883 src/com/gps/hibernate/VocabularyDAO.java 145 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41884 src/com/gps/hibernate/VocabularyDAO.java 146 There is log block not surrounded by if
41885 src/com/gps/hibernate/VocabularyDAO.java 151 Parameter 'instance' is not assigned and could be declared final
41886 src/com/gps/hibernate/VocabularyDAO.java 151 publicMethodCommentRequirement Required
41887 src/com/gps/hibernate/VocabularyDAO.java 152 There is log block not surrounded by if
41888 src/com/gps/hibernate/VocabularyDAO.java 152 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41889 src/com/gps/hibernate/VocabularyDAO.java 154 Potential violation of Law of Demeter (method chain calls)
41890 src/com/gps/hibernate/VocabularyDAO.java 155 There is log block not surrounded by if
41891 src/com/gps/hibernate/VocabularyDAO.java 155 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41892 src/com/gps/hibernate/VocabularyDAO.java 156 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41893 src/com/gps/hibernate/VocabularyDAO.java 157 There is log block not surrounded by if
41894 src/com/gps/hibernate/VocabularyDAO.java 162 Parameter 'instance' is not assigned and could be declared final
41895 src/com/gps/hibernate/VocabularyDAO.java 162 publicMethodCommentRequirement Required
41896 src/com/gps/hibernate/VocabularyDAO.java 163 There is log block not surrounded by if
41897 src/com/gps/hibernate/VocabularyDAO.java 163 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41898 src/com/gps/hibernate/VocabularyDAO.java 165 Potential violation of Law of Demeter (method chain calls)
41899 src/com/gps/hibernate/VocabularyDAO.java 166 There is log block not surrounded by if
41900 src/com/gps/hibernate/VocabularyDAO.java 166 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41901 src/com/gps/hibernate/VocabularyDAO.java 167 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41902 src/com/gps/hibernate/VocabularyDAO.java 168 There is log block not surrounded by if
41903 src/com/gps/hibernate/Webdavprops.java 11 Classes implementing Serializable should set a serialVersionUID
41904 src/com/gps/hibernate/Webdavprops.java 15 fieldCommentRequirement Required
41905 src/com/gps/hibernate/Webdavprops.java 16 fieldCommentRequirement Required
41906 src/com/gps/hibernate/Webdavprops.java 17 fieldCommentRequirement Required
41907 src/com/gps/hibernate/Webdavprops.java 18 fieldCommentRequirement Required
41908 src/com/gps/hibernate/Webdavprops.java 19 fieldCommentRequirement Required
41909 src/com/gps/hibernate/Webdavprops.java 20 fieldCommentRequirement Required
41910 src/com/gps/hibernate/Webdavprops.java 21 fieldCommentRequirement Required
41911 src/com/gps/hibernate/Webdavprops.java 26 Document empty constructor
41912 src/com/gps/hibernate/Webdavprops.java 30 Parameter 'webDavPropsId' is not assigned and could be declared final
41913 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'companyId' is not assigned and could be declared final
41914 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'createDate' is not assigned and could be declared final
41915 src/com/gps/hibernate/Webdavprops.java 35 Parameter 'webDavPropsId' is not assigned and could be declared final
41916 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classNameId' is not assigned and could be declared final
41917 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'classPk' is not assigned and could be declared final
41918 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'modifiedDate' is not assigned and could be declared final
41919 src/com/gps/hibernate/Webdavprops.java 36 Parameter 'props' is not assigned and could be declared final
41920 src/com/gps/hibernate/Webdavprops.java 48 publicMethodCommentRequirement Required
41921 src/com/gps/hibernate/Webdavprops.java 52 Parameter 'webDavPropsId' is not assigned and could be declared final
41922 src/com/gps/hibernate/Webdavprops.java 52 publicMethodCommentRequirement Required
41923 src/com/gps/hibernate/Webdavprops.java 56 publicMethodCommentRequirement Required
41924 src/com/gps/hibernate/Webdavprops.java 60 Parameter 'companyId' is not assigned and could be declared final
41925 src/com/gps/hibernate/Webdavprops.java 60 publicMethodCommentRequirement Required
41926 src/com/gps/hibernate/Webdavprops.java 64 publicMethodCommentRequirement Required
41927 src/com/gps/hibernate/Webdavprops.java 68 Parameter 'createDate' is not assigned and could be declared final
41928 src/com/gps/hibernate/Webdavprops.java 68 publicMethodCommentRequirement Required
41929 src/com/gps/hibernate/Webdavprops.java 72 publicMethodCommentRequirement Required
41930 src/com/gps/hibernate/Webdavprops.java 76 Parameter 'modifiedDate' is not assigned and could be declared final
41931 src/com/gps/hibernate/Webdavprops.java 76 publicMethodCommentRequirement Required
41932 src/com/gps/hibernate/Webdavprops.java 80 publicMethodCommentRequirement Required
41933 src/com/gps/hibernate/Webdavprops.java 84 Parameter 'classNameId' is not assigned and could be declared final
41934 src/com/gps/hibernate/Webdavprops.java 84 publicMethodCommentRequirement Required
41935 src/com/gps/hibernate/Webdavprops.java 88 publicMethodCommentRequirement Required
41936 src/com/gps/hibernate/Webdavprops.java 92 Parameter 'classPk' is not assigned and could be declared final
41937 src/com/gps/hibernate/Webdavprops.java 92 publicMethodCommentRequirement Required
41938 src/com/gps/hibernate/Webdavprops.java 96 publicMethodCommentRequirement Required
41939 src/com/gps/hibernate/Webdavprops.java 100 Parameter 'props' is not assigned and could be declared final
41940 src/com/gps/hibernate/Webdavprops.java 100 publicMethodCommentRequirement Required
41941 src/com/gps/hibernate/WebdavpropsDAO.java 3 Avoid unused imports such as 'java.util.Date'
41942 src/com/gps/hibernate/WebdavpropsDAO.java 11 Comment is too large: Too many lines
41943 src/com/gps/hibernate/WebdavpropsDAO.java 23 This class has too many methods, consider refactoring it.
41944 src/com/gps/hibernate/WebdavpropsDAO.java 24 Logger should be defined private static final and have the correct class
41945 src/com/gps/hibernate/WebdavpropsDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
41946 src/com/gps/hibernate/WebdavpropsDAO.java 24 fieldCommentRequirement Required
41947 src/com/gps/hibernate/WebdavpropsDAO.java 26 fieldCommentRequirement Required
41948 src/com/gps/hibernate/WebdavpropsDAO.java 27 fieldCommentRequirement Required
41949 src/com/gps/hibernate/WebdavpropsDAO.java 28 fieldCommentRequirement Required
41950 src/com/gps/hibernate/WebdavpropsDAO.java 29 fieldCommentRequirement Required
41951 src/com/gps/hibernate/WebdavpropsDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
41952 src/com/gps/hibernate/WebdavpropsDAO.java 31 publicMethodCommentRequirement Required
41953 src/com/gps/hibernate/WebdavpropsDAO.java 32 There is log block not surrounded by if
41954 src/com/gps/hibernate/WebdavpropsDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41955 src/com/gps/hibernate/WebdavpropsDAO.java 34 Potential violation of Law of Demeter (method chain calls)
41956 src/com/gps/hibernate/WebdavpropsDAO.java 35 There is log block not surrounded by if
41957 src/com/gps/hibernate/WebdavpropsDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41958 src/com/gps/hibernate/WebdavpropsDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41959 src/com/gps/hibernate/WebdavpropsDAO.java 37 There is log block not surrounded by if
41960 src/com/gps/hibernate/WebdavpropsDAO.java 42 Avoid excessively long variable names like persistentInstance
41961 src/com/gps/hibernate/WebdavpropsDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
41962 src/com/gps/hibernate/WebdavpropsDAO.java 42 publicMethodCommentRequirement Required
41963 src/com/gps/hibernate/WebdavpropsDAO.java 43 There is log block not surrounded by if
41964 src/com/gps/hibernate/WebdavpropsDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41965 src/com/gps/hibernate/WebdavpropsDAO.java 45 Potential violation of Law of Demeter (method chain calls)
41966 src/com/gps/hibernate/WebdavpropsDAO.java 46 There is log block not surrounded by if
41967 src/com/gps/hibernate/WebdavpropsDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41968 src/com/gps/hibernate/WebdavpropsDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41969 src/com/gps/hibernate/WebdavpropsDAO.java 48 There is log block not surrounded by if
41970 src/com/gps/hibernate/WebdavpropsDAO.java 53 Avoid variables with short names like id
41971 src/com/gps/hibernate/WebdavpropsDAO.java 53 Parameter 'id' is not assigned and could be declared final
41972 src/com/gps/hibernate/WebdavpropsDAO.java 53 publicMethodCommentRequirement Required
41973 src/com/gps/hibernate/WebdavpropsDAO.java 54 There is log block not surrounded by if
41974 src/com/gps/hibernate/WebdavpropsDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41975 src/com/gps/hibernate/WebdavpropsDAO.java 56 Local variable 'instance' could be declared final
41976 src/com/gps/hibernate/WebdavpropsDAO.java 56 Potential violation of Law of Demeter (method chain calls)
41977 src/com/gps/hibernate/WebdavpropsDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41978 src/com/gps/hibernate/WebdavpropsDAO.java 60 There is log block not surrounded by if
41979 src/com/gps/hibernate/WebdavpropsDAO.java 65 Parameter 'instance' is not assigned and could be declared final
41980 src/com/gps/hibernate/WebdavpropsDAO.java 65 publicMethodCommentRequirement Required
41981 src/com/gps/hibernate/WebdavpropsDAO.java 66 There is log block not surrounded by if
41982 src/com/gps/hibernate/WebdavpropsDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41983 src/com/gps/hibernate/WebdavpropsDAO.java 68 Local variable 'results' could be declared final
41984 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
41985 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
41986 src/com/gps/hibernate/WebdavpropsDAO.java 68 Potential violation of Law of Demeter (method chain calls)
41987 src/com/gps/hibernate/WebdavpropsDAO.java 71 There is log block not surrounded by if
41988 src/com/gps/hibernate/WebdavpropsDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41989 src/com/gps/hibernate/WebdavpropsDAO.java 72 Potential violation of Law of Demeter (object not created locally)
41990 src/com/gps/hibernate/WebdavpropsDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
41991 src/com/gps/hibernate/WebdavpropsDAO.java 75 There is log block not surrounded by if
41992 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
41993 src/com/gps/hibernate/WebdavpropsDAO.java 80 Parameter 'value' is not assigned and could be declared final
41994 src/com/gps/hibernate/WebdavpropsDAO.java 80 publicMethodCommentRequirement Required
41995 src/com/gps/hibernate/WebdavpropsDAO.java 81 There is log block not surrounded by if
41996 src/com/gps/hibernate/WebdavpropsDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
41997 src/com/gps/hibernate/WebdavpropsDAO.java 84 Local variable 'queryString' could be declared final
41998 src/com/gps/hibernate/WebdavpropsDAO.java 86 Local variable 'queryObject' could be declared final
41999 src/com/gps/hibernate/WebdavpropsDAO.java 86 Potential violation of Law of Demeter (method chain calls)
42000 src/com/gps/hibernate/WebdavpropsDAO.java 87 Potential violation of Law of Demeter (object not created locally)
42001 src/com/gps/hibernate/WebdavpropsDAO.java 88 Potential violation of Law of Demeter (object not created locally)
42002 src/com/gps/hibernate/WebdavpropsDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42003 src/com/gps/hibernate/WebdavpropsDAO.java 90 There is log block not surrounded by if
42004 src/com/gps/hibernate/WebdavpropsDAO.java 95 Parameter 'companyId' is not assigned and could be declared final
42005 src/com/gps/hibernate/WebdavpropsDAO.java 95 publicMethodCommentRequirement Required
42006 src/com/gps/hibernate/WebdavpropsDAO.java 99 Parameter 'classNameId' is not assigned and could be declared final
42007 src/com/gps/hibernate/WebdavpropsDAO.java 99 publicMethodCommentRequirement Required
42008 src/com/gps/hibernate/WebdavpropsDAO.java 103 Parameter 'classPk' is not assigned and could be declared final
42009 src/com/gps/hibernate/WebdavpropsDAO.java 103 publicMethodCommentRequirement Required
42010 src/com/gps/hibernate/WebdavpropsDAO.java 107 Parameter 'props' is not assigned and could be declared final
42011 src/com/gps/hibernate/WebdavpropsDAO.java 107 publicMethodCommentRequirement Required
42012 src/com/gps/hibernate/WebdavpropsDAO.java 111 publicMethodCommentRequirement Required
42013 src/com/gps/hibernate/WebdavpropsDAO.java 112 There is log block not surrounded by if
42014 src/com/gps/hibernate/WebdavpropsDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42015 src/com/gps/hibernate/WebdavpropsDAO.java 114 Local variable 'queryString' could be declared final
42016 src/com/gps/hibernate/WebdavpropsDAO.java 115 Local variable 'queryObject' could be declared final
42017 src/com/gps/hibernate/WebdavpropsDAO.java 115 Potential violation of Law of Demeter (method chain calls)
42018 src/com/gps/hibernate/WebdavpropsDAO.java 116 Potential violation of Law of Demeter (object not created locally)
42019 src/com/gps/hibernate/WebdavpropsDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42020 src/com/gps/hibernate/WebdavpropsDAO.java 118 There is log block not surrounded by if
42021 src/com/gps/hibernate/WebdavpropsDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
42022 src/com/gps/hibernate/WebdavpropsDAO.java 123 publicMethodCommentRequirement Required
42023 src/com/gps/hibernate/WebdavpropsDAO.java 124 There is log block not surrounded by if
42024 src/com/gps/hibernate/WebdavpropsDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42025 src/com/gps/hibernate/WebdavpropsDAO.java 126 Local variable 'result' could be declared final
42026 src/com/gps/hibernate/WebdavpropsDAO.java 126 Potential violation of Law of Demeter (method chain calls)
42027 src/com/gps/hibernate/WebdavpropsDAO.java 128 There is log block not surrounded by if
42028 src/com/gps/hibernate/WebdavpropsDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42029 src/com/gps/hibernate/WebdavpropsDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42030 src/com/gps/hibernate/WebdavpropsDAO.java 131 There is log block not surrounded by if
42031 src/com/gps/hibernate/WebdavpropsDAO.java 136 Parameter 'instance' is not assigned and could be declared final
42032 src/com/gps/hibernate/WebdavpropsDAO.java 136 publicMethodCommentRequirement Required
42033 src/com/gps/hibernate/WebdavpropsDAO.java 137 There is log block not surrounded by if
42034 src/com/gps/hibernate/WebdavpropsDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42035 src/com/gps/hibernate/WebdavpropsDAO.java 139 Potential violation of Law of Demeter (method chain calls)
42036 src/com/gps/hibernate/WebdavpropsDAO.java 140 There is log block not surrounded by if
42037 src/com/gps/hibernate/WebdavpropsDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42038 src/com/gps/hibernate/WebdavpropsDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42039 src/com/gps/hibernate/WebdavpropsDAO.java 142 There is log block not surrounded by if
42040 src/com/gps/hibernate/WebdavpropsDAO.java 147 Parameter 'instance' is not assigned and could be declared final
42041 src/com/gps/hibernate/WebdavpropsDAO.java 147 publicMethodCommentRequirement Required
42042 src/com/gps/hibernate/WebdavpropsDAO.java 148 There is log block not surrounded by if
42043 src/com/gps/hibernate/WebdavpropsDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42044 src/com/gps/hibernate/WebdavpropsDAO.java 150 Potential violation of Law of Demeter (method chain calls)
42045 src/com/gps/hibernate/WebdavpropsDAO.java 151 There is log block not surrounded by if
42046 src/com/gps/hibernate/WebdavpropsDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42047 src/com/gps/hibernate/WebdavpropsDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42048 src/com/gps/hibernate/WebdavpropsDAO.java 153 There is log block not surrounded by if
42049 src/com/gps/hibernate/Website.java 11 Classes implementing Serializable should set a serialVersionUID
42050 src/com/gps/hibernate/Website.java 15 fieldCommentRequirement Required
42051 src/com/gps/hibernate/Website.java 16 fieldCommentRequirement Required
42052 src/com/gps/hibernate/Website.java 17 fieldCommentRequirement Required
42053 src/com/gps/hibernate/Website.java 18 fieldCommentRequirement Required
42054 src/com/gps/hibernate/Website.java 19 fieldCommentRequirement Required
42055 src/com/gps/hibernate/Website.java 20 fieldCommentRequirement Required
42056 src/com/gps/hibernate/Website.java 21 fieldCommentRequirement Required
42057 src/com/gps/hibernate/Website.java 22 fieldCommentRequirement Required
42058 src/com/gps/hibernate/Website.java 23 fieldCommentRequirement Required
42059 src/com/gps/hibernate/Website.java 24 fieldCommentRequirement Required
42060 src/com/gps/hibernate/Website.java 25 fieldCommentRequirement Required
42061 src/com/gps/hibernate/Website.java 30 Document empty constructor
42062 src/com/gps/hibernate/Website.java 34 Parameter 'websiteId' is not assigned and could be declared final
42063 src/com/gps/hibernate/Website.java 39 Avoid long parameter lists.
42064 src/com/gps/hibernate/Website.java 39 Parameter 'companyId' is not assigned and could be declared final
42065 src/com/gps/hibernate/Website.java 39 Parameter 'userId' is not assigned and could be declared final
42066 src/com/gps/hibernate/Website.java 39 Parameter 'websiteId' is not assigned and could be declared final
42067 src/com/gps/hibernate/Website.java 40 Parameter 'createDate' is not assigned and could be declared final
42068 src/com/gps/hibernate/Website.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
42069 src/com/gps/hibernate/Website.java 40 Parameter 'userName' is not assigned and could be declared final
42070 src/com/gps/hibernate/Website.java 41 Parameter 'classNameId' is not assigned and could be declared final
42071 src/com/gps/hibernate/Website.java 41 Parameter 'classPk' is not assigned and could be declared final
42072 src/com/gps/hibernate/Website.java 41 Parameter 'typeId' is not assigned and could be declared final
42073 src/com/gps/hibernate/Website.java 41 Parameter 'url' is not assigned and could be declared final
42074 src/com/gps/hibernate/Website.java 42 Parameter 'primary' is not assigned and could be declared final
42075 src/com/gps/hibernate/Website.java 58 publicMethodCommentRequirement Required
42076 src/com/gps/hibernate/Website.java 62 Parameter 'websiteId' is not assigned and could be declared final
42077 src/com/gps/hibernate/Website.java 62 publicMethodCommentRequirement Required
42078 src/com/gps/hibernate/Website.java 66 publicMethodCommentRequirement Required
42079 src/com/gps/hibernate/Website.java 70 Parameter 'companyId' is not assigned and could be declared final
42080 src/com/gps/hibernate/Website.java 70 publicMethodCommentRequirement Required
42081 src/com/gps/hibernate/Website.java 74 publicMethodCommentRequirement Required
42082 src/com/gps/hibernate/Website.java 78 Parameter 'userId' is not assigned and could be declared final
42083 src/com/gps/hibernate/Website.java 78 publicMethodCommentRequirement Required
42084 src/com/gps/hibernate/Website.java 82 publicMethodCommentRequirement Required
42085 src/com/gps/hibernate/Website.java 86 Parameter 'userName' is not assigned and could be declared final
42086 src/com/gps/hibernate/Website.java 86 publicMethodCommentRequirement Required
42087 src/com/gps/hibernate/Website.java 90 publicMethodCommentRequirement Required
42088 src/com/gps/hibernate/Website.java 94 Parameter 'createDate' is not assigned and could be declared final
42089 src/com/gps/hibernate/Website.java 94 publicMethodCommentRequirement Required
42090 src/com/gps/hibernate/Website.java 98 publicMethodCommentRequirement Required
42091 src/com/gps/hibernate/Website.java 102 Parameter 'modifiedDate' is not assigned and could be declared final
42092 src/com/gps/hibernate/Website.java 102 publicMethodCommentRequirement Required
42093 src/com/gps/hibernate/Website.java 106 publicMethodCommentRequirement Required
42094 src/com/gps/hibernate/Website.java 110 Parameter 'classNameId' is not assigned and could be declared final
42095 src/com/gps/hibernate/Website.java 110 publicMethodCommentRequirement Required
42096 src/com/gps/hibernate/Website.java 114 publicMethodCommentRequirement Required
42097 src/com/gps/hibernate/Website.java 118 Parameter 'classPk' is not assigned and could be declared final
42098 src/com/gps/hibernate/Website.java 118 publicMethodCommentRequirement Required
42099 src/com/gps/hibernate/Website.java 122 publicMethodCommentRequirement Required
42100 src/com/gps/hibernate/Website.java 126 Parameter 'url' is not assigned and could be declared final
42101 src/com/gps/hibernate/Website.java 126 publicMethodCommentRequirement Required
42102 src/com/gps/hibernate/Website.java 130 publicMethodCommentRequirement Required
42103 src/com/gps/hibernate/Website.java 134 Parameter 'typeId' is not assigned and could be declared final
42104 src/com/gps/hibernate/Website.java 134 publicMethodCommentRequirement Required
42105 src/com/gps/hibernate/Website.java 138 publicMethodCommentRequirement Required
42106 src/com/gps/hibernate/Website.java 142 Parameter 'primary' is not assigned and could be declared final
42107 src/com/gps/hibernate/Website.java 142 publicMethodCommentRequirement Required
42108 src/com/gps/hibernate/WebsiteDAO.java 3 Avoid unused imports such as 'java.util.Date'
42109 src/com/gps/hibernate/WebsiteDAO.java 11 Comment is too large: Too many lines
42110 src/com/gps/hibernate/WebsiteDAO.java 23 This class has too many methods, consider refactoring it.
42111 src/com/gps/hibernate/WebsiteDAO.java 24 Logger should be defined private static final and have the correct class
42112 src/com/gps/hibernate/WebsiteDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
42113 src/com/gps/hibernate/WebsiteDAO.java 24 fieldCommentRequirement Required
42114 src/com/gps/hibernate/WebsiteDAO.java 26 fieldCommentRequirement Required
42115 src/com/gps/hibernate/WebsiteDAO.java 27 fieldCommentRequirement Required
42116 src/com/gps/hibernate/WebsiteDAO.java 28 fieldCommentRequirement Required
42117 src/com/gps/hibernate/WebsiteDAO.java 29 fieldCommentRequirement Required
42118 src/com/gps/hibernate/WebsiteDAO.java 30 fieldCommentRequirement Required
42119 src/com/gps/hibernate/WebsiteDAO.java 31 fieldCommentRequirement Required
42120 src/com/gps/hibernate/WebsiteDAO.java 32 fieldCommentRequirement Required
42121 src/com/gps/hibernate/WebsiteDAO.java 33 fieldCommentRequirement Required
42122 src/com/gps/hibernate/WebsiteDAO.java 35 Parameter 'transientInstance' is not assigned and could be declared final
42123 src/com/gps/hibernate/WebsiteDAO.java 35 publicMethodCommentRequirement Required
42124 src/com/gps/hibernate/WebsiteDAO.java 36 There is log block not surrounded by if
42125 src/com/gps/hibernate/WebsiteDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42126 src/com/gps/hibernate/WebsiteDAO.java 38 Potential violation of Law of Demeter (method chain calls)
42127 src/com/gps/hibernate/WebsiteDAO.java 39 There is log block not surrounded by if
42128 src/com/gps/hibernate/WebsiteDAO.java 39 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42129 src/com/gps/hibernate/WebsiteDAO.java 40 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42130 src/com/gps/hibernate/WebsiteDAO.java 41 There is log block not surrounded by if
42131 src/com/gps/hibernate/WebsiteDAO.java 46 Avoid excessively long variable names like persistentInstance
42132 src/com/gps/hibernate/WebsiteDAO.java 46 Parameter 'persistentInstance' is not assigned and could be declared final
42133 src/com/gps/hibernate/WebsiteDAO.java 46 publicMethodCommentRequirement Required
42134 src/com/gps/hibernate/WebsiteDAO.java 47 There is log block not surrounded by if
42135 src/com/gps/hibernate/WebsiteDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42136 src/com/gps/hibernate/WebsiteDAO.java 49 Potential violation of Law of Demeter (method chain calls)
42137 src/com/gps/hibernate/WebsiteDAO.java 50 There is log block not surrounded by if
42138 src/com/gps/hibernate/WebsiteDAO.java 50 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42139 src/com/gps/hibernate/WebsiteDAO.java 51 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42140 src/com/gps/hibernate/WebsiteDAO.java 52 There is log block not surrounded by if
42141 src/com/gps/hibernate/WebsiteDAO.java 57 Avoid variables with short names like id
42142 src/com/gps/hibernate/WebsiteDAO.java 57 Parameter 'id' is not assigned and could be declared final
42143 src/com/gps/hibernate/WebsiteDAO.java 57 publicMethodCommentRequirement Required
42144 src/com/gps/hibernate/WebsiteDAO.java 58 There is log block not surrounded by if
42145 src/com/gps/hibernate/WebsiteDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42146 src/com/gps/hibernate/WebsiteDAO.java 60 Local variable 'instance' could be declared final
42147 src/com/gps/hibernate/WebsiteDAO.java 60 Potential violation of Law of Demeter (method chain calls)
42148 src/com/gps/hibernate/WebsiteDAO.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42149 src/com/gps/hibernate/WebsiteDAO.java 64 There is log block not surrounded by if
42150 src/com/gps/hibernate/WebsiteDAO.java 69 Parameter 'instance' is not assigned and could be declared final
42151 src/com/gps/hibernate/WebsiteDAO.java 69 publicMethodCommentRequirement Required
42152 src/com/gps/hibernate/WebsiteDAO.java 70 There is log block not surrounded by if
42153 src/com/gps/hibernate/WebsiteDAO.java 70 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42154 src/com/gps/hibernate/WebsiteDAO.java 72 Local variable 'results' could be declared final
42155 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
42156 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
42157 src/com/gps/hibernate/WebsiteDAO.java 72 Potential violation of Law of Demeter (method chain calls)
42158 src/com/gps/hibernate/WebsiteDAO.java 75 There is log block not surrounded by if
42159 src/com/gps/hibernate/WebsiteDAO.java 75 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42160 src/com/gps/hibernate/WebsiteDAO.java 76 Potential violation of Law of Demeter (object not created locally)
42161 src/com/gps/hibernate/WebsiteDAO.java 78 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42162 src/com/gps/hibernate/WebsiteDAO.java 79 There is log block not surrounded by if
42163 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'propertyName' is not assigned and could be declared final
42164 src/com/gps/hibernate/WebsiteDAO.java 84 Parameter 'value' is not assigned and could be declared final
42165 src/com/gps/hibernate/WebsiteDAO.java 84 publicMethodCommentRequirement Required
42166 src/com/gps/hibernate/WebsiteDAO.java 85 There is log block not surrounded by if
42167 src/com/gps/hibernate/WebsiteDAO.java 85 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42168 src/com/gps/hibernate/WebsiteDAO.java 88 Local variable 'queryString' could be declared final
42169 src/com/gps/hibernate/WebsiteDAO.java 90 Local variable 'queryObject' could be declared final
42170 src/com/gps/hibernate/WebsiteDAO.java 90 Potential violation of Law of Demeter (method chain calls)
42171 src/com/gps/hibernate/WebsiteDAO.java 91 Potential violation of Law of Demeter (object not created locally)
42172 src/com/gps/hibernate/WebsiteDAO.java 92 Potential violation of Law of Demeter (object not created locally)
42173 src/com/gps/hibernate/WebsiteDAO.java 93 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42174 src/com/gps/hibernate/WebsiteDAO.java 94 There is log block not surrounded by if
42175 src/com/gps/hibernate/WebsiteDAO.java 99 Parameter 'companyId' is not assigned and could be declared final
42176 src/com/gps/hibernate/WebsiteDAO.java 99 publicMethodCommentRequirement Required
42177 src/com/gps/hibernate/WebsiteDAO.java 103 Parameter 'userId' is not assigned and could be declared final
42178 src/com/gps/hibernate/WebsiteDAO.java 103 publicMethodCommentRequirement Required
42179 src/com/gps/hibernate/WebsiteDAO.java 107 Parameter 'userName' is not assigned and could be declared final
42180 src/com/gps/hibernate/WebsiteDAO.java 107 publicMethodCommentRequirement Required
42181 src/com/gps/hibernate/WebsiteDAO.java 111 Parameter 'classNameId' is not assigned and could be declared final
42182 src/com/gps/hibernate/WebsiteDAO.java 111 publicMethodCommentRequirement Required
42183 src/com/gps/hibernate/WebsiteDAO.java 115 Parameter 'classPk' is not assigned and could be declared final
42184 src/com/gps/hibernate/WebsiteDAO.java 115 publicMethodCommentRequirement Required
42185 src/com/gps/hibernate/WebsiteDAO.java 119 Parameter 'url' is not assigned and could be declared final
42186 src/com/gps/hibernate/WebsiteDAO.java 119 publicMethodCommentRequirement Required
42187 src/com/gps/hibernate/WebsiteDAO.java 123 Parameter 'typeId' is not assigned and could be declared final
42188 src/com/gps/hibernate/WebsiteDAO.java 123 publicMethodCommentRequirement Required
42189 src/com/gps/hibernate/WebsiteDAO.java 127 Parameter 'primary' is not assigned and could be declared final
42190 src/com/gps/hibernate/WebsiteDAO.java 127 publicMethodCommentRequirement Required
42191 src/com/gps/hibernate/WebsiteDAO.java 131 publicMethodCommentRequirement Required
42192 src/com/gps/hibernate/WebsiteDAO.java 132 There is log block not surrounded by if
42193 src/com/gps/hibernate/WebsiteDAO.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42194 src/com/gps/hibernate/WebsiteDAO.java 134 Local variable 'queryString' could be declared final
42195 src/com/gps/hibernate/WebsiteDAO.java 135 Local variable 'queryObject' could be declared final
42196 src/com/gps/hibernate/WebsiteDAO.java 135 Potential violation of Law of Demeter (method chain calls)
42197 src/com/gps/hibernate/WebsiteDAO.java 136 Potential violation of Law of Demeter (object not created locally)
42198 src/com/gps/hibernate/WebsiteDAO.java 137 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42199 src/com/gps/hibernate/WebsiteDAO.java 138 There is log block not surrounded by if
42200 src/com/gps/hibernate/WebsiteDAO.java 143 Parameter 'detachedInstance' is not assigned and could be declared final
42201 src/com/gps/hibernate/WebsiteDAO.java 143 publicMethodCommentRequirement Required
42202 src/com/gps/hibernate/WebsiteDAO.java 144 There is log block not surrounded by if
42203 src/com/gps/hibernate/WebsiteDAO.java 144 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42204 src/com/gps/hibernate/WebsiteDAO.java 146 Local variable 'result' could be declared final
42205 src/com/gps/hibernate/WebsiteDAO.java 146 Potential violation of Law of Demeter (method chain calls)
42206 src/com/gps/hibernate/WebsiteDAO.java 147 There is log block not surrounded by if
42207 src/com/gps/hibernate/WebsiteDAO.java 147 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42208 src/com/gps/hibernate/WebsiteDAO.java 149 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42209 src/com/gps/hibernate/WebsiteDAO.java 150 There is log block not surrounded by if
42210 src/com/gps/hibernate/WebsiteDAO.java 155 Parameter 'instance' is not assigned and could be declared final
42211 src/com/gps/hibernate/WebsiteDAO.java 155 publicMethodCommentRequirement Required
42212 src/com/gps/hibernate/WebsiteDAO.java 156 There is log block not surrounded by if
42213 src/com/gps/hibernate/WebsiteDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42214 src/com/gps/hibernate/WebsiteDAO.java 158 Potential violation of Law of Demeter (method chain calls)
42215 src/com/gps/hibernate/WebsiteDAO.java 159 There is log block not surrounded by if
42216 src/com/gps/hibernate/WebsiteDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42217 src/com/gps/hibernate/WebsiteDAO.java 160 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42218 src/com/gps/hibernate/WebsiteDAO.java 161 There is log block not surrounded by if
42219 src/com/gps/hibernate/WebsiteDAO.java 166 Parameter 'instance' is not assigned and could be declared final
42220 src/com/gps/hibernate/WebsiteDAO.java 166 publicMethodCommentRequirement Required
42221 src/com/gps/hibernate/WebsiteDAO.java 167 There is log block not surrounded by if
42222 src/com/gps/hibernate/WebsiteDAO.java 167 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42223 src/com/gps/hibernate/WebsiteDAO.java 169 Potential violation of Law of Demeter (method chain calls)
42224 src/com/gps/hibernate/WebsiteDAO.java 170 There is log block not surrounded by if
42225 src/com/gps/hibernate/WebsiteDAO.java 170 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42226 src/com/gps/hibernate/WebsiteDAO.java 171 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42227 src/com/gps/hibernate/WebsiteDAO.java 172 There is log block not surrounded by if
42228 src/com/gps/hibernate/Wikinode.java 11 Classes implementing Serializable should set a serialVersionUID
42229 src/com/gps/hibernate/Wikinode.java 15 fieldCommentRequirement Required
42230 src/com/gps/hibernate/Wikinode.java 16 fieldCommentRequirement Required
42231 src/com/gps/hibernate/Wikinode.java 17 fieldCommentRequirement Required
42232 src/com/gps/hibernate/Wikinode.java 18 fieldCommentRequirement Required
42233 src/com/gps/hibernate/Wikinode.java 19 fieldCommentRequirement Required
42234 src/com/gps/hibernate/Wikinode.java 20 fieldCommentRequirement Required
42235 src/com/gps/hibernate/Wikinode.java 21 fieldCommentRequirement Required
42236 src/com/gps/hibernate/Wikinode.java 22 fieldCommentRequirement Required
42237 src/com/gps/hibernate/Wikinode.java 23 fieldCommentRequirement Required
42238 src/com/gps/hibernate/Wikinode.java 24 fieldCommentRequirement Required
42239 src/com/gps/hibernate/Wikinode.java 25 fieldCommentRequirement Required
42240 src/com/gps/hibernate/Wikinode.java 30 Document empty constructor
42241 src/com/gps/hibernate/Wikinode.java 34 Parameter 'nodeId' is not assigned and could be declared final
42242 src/com/gps/hibernate/Wikinode.java 39 Avoid long parameter lists.
42243 src/com/gps/hibernate/Wikinode.java 39 Parameter 'companyId' is not assigned and could be declared final
42244 src/com/gps/hibernate/Wikinode.java 39 Parameter 'groupId' is not assigned and could be declared final
42245 src/com/gps/hibernate/Wikinode.java 39 Parameter 'nodeId' is not assigned and could be declared final
42246 src/com/gps/hibernate/Wikinode.java 39 Parameter 'uuid' is not assigned and could be declared final
42247 src/com/gps/hibernate/Wikinode.java 40 Parameter 'createDate' is not assigned and could be declared final
42248 src/com/gps/hibernate/Wikinode.java 40 Parameter 'modifiedDate' is not assigned and could be declared final
42249 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userId' is not assigned and could be declared final
42250 src/com/gps/hibernate/Wikinode.java 40 Parameter 'userName' is not assigned and could be declared final
42251 src/com/gps/hibernate/Wikinode.java 41 Parameter 'description' is not assigned and could be declared final
42252 src/com/gps/hibernate/Wikinode.java 41 Parameter 'lastPostDate' is not assigned and could be declared final
42253 src/com/gps/hibernate/Wikinode.java 41 Parameter 'name' is not assigned and could be declared final
42254 src/com/gps/hibernate/Wikinode.java 57 publicMethodCommentRequirement Required
42255 src/com/gps/hibernate/Wikinode.java 61 Parameter 'nodeId' is not assigned and could be declared final
42256 src/com/gps/hibernate/Wikinode.java 61 publicMethodCommentRequirement Required
42257 src/com/gps/hibernate/Wikinode.java 65 publicMethodCommentRequirement Required
42258 src/com/gps/hibernate/Wikinode.java 69 Parameter 'uuid' is not assigned and could be declared final
42259 src/com/gps/hibernate/Wikinode.java 69 publicMethodCommentRequirement Required
42260 src/com/gps/hibernate/Wikinode.java 73 publicMethodCommentRequirement Required
42261 src/com/gps/hibernate/Wikinode.java 77 Parameter 'groupId' is not assigned and could be declared final
42262 src/com/gps/hibernate/Wikinode.java 77 publicMethodCommentRequirement Required
42263 src/com/gps/hibernate/Wikinode.java 81 publicMethodCommentRequirement Required
42264 src/com/gps/hibernate/Wikinode.java 85 Parameter 'companyId' is not assigned and could be declared final
42265 src/com/gps/hibernate/Wikinode.java 85 publicMethodCommentRequirement Required
42266 src/com/gps/hibernate/Wikinode.java 89 publicMethodCommentRequirement Required
42267 src/com/gps/hibernate/Wikinode.java 93 Parameter 'userId' is not assigned and could be declared final
42268 src/com/gps/hibernate/Wikinode.java 93 publicMethodCommentRequirement Required
42269 src/com/gps/hibernate/Wikinode.java 97 publicMethodCommentRequirement Required
42270 src/com/gps/hibernate/Wikinode.java 101 Parameter 'userName' is not assigned and could be declared final
42271 src/com/gps/hibernate/Wikinode.java 101 publicMethodCommentRequirement Required
42272 src/com/gps/hibernate/Wikinode.java 105 publicMethodCommentRequirement Required
42273 src/com/gps/hibernate/Wikinode.java 109 Parameter 'createDate' is not assigned and could be declared final
42274 src/com/gps/hibernate/Wikinode.java 109 publicMethodCommentRequirement Required
42275 src/com/gps/hibernate/Wikinode.java 113 publicMethodCommentRequirement Required
42276 src/com/gps/hibernate/Wikinode.java 117 Parameter 'modifiedDate' is not assigned and could be declared final
42277 src/com/gps/hibernate/Wikinode.java 117 publicMethodCommentRequirement Required
42278 src/com/gps/hibernate/Wikinode.java 121 publicMethodCommentRequirement Required
42279 src/com/gps/hibernate/Wikinode.java 125 Parameter 'name' is not assigned and could be declared final
42280 src/com/gps/hibernate/Wikinode.java 125 publicMethodCommentRequirement Required
42281 src/com/gps/hibernate/Wikinode.java 129 publicMethodCommentRequirement Required
42282 src/com/gps/hibernate/Wikinode.java 133 Parameter 'description' is not assigned and could be declared final
42283 src/com/gps/hibernate/Wikinode.java 133 publicMethodCommentRequirement Required
42284 src/com/gps/hibernate/Wikinode.java 137 publicMethodCommentRequirement Required
42285 src/com/gps/hibernate/Wikinode.java 141 Parameter 'lastPostDate' is not assigned and could be declared final
42286 src/com/gps/hibernate/Wikinode.java 141 publicMethodCommentRequirement Required
42287 src/com/gps/hibernate/WikinodeDAO.java 3 Avoid unused imports such as 'java.util.Date'
42288 src/com/gps/hibernate/WikinodeDAO.java 11 Comment is too large: Too many lines
42289 src/com/gps/hibernate/WikinodeDAO.java 23 This class has too many methods, consider refactoring it.
42290 src/com/gps/hibernate/WikinodeDAO.java 24 Logger should be defined private static final and have the correct class
42291 src/com/gps/hibernate/WikinodeDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
42292 src/com/gps/hibernate/WikinodeDAO.java 24 fieldCommentRequirement Required
42293 src/com/gps/hibernate/WikinodeDAO.java 26 fieldCommentRequirement Required
42294 src/com/gps/hibernate/WikinodeDAO.java 27 fieldCommentRequirement Required
42295 src/com/gps/hibernate/WikinodeDAO.java 28 fieldCommentRequirement Required
42296 src/com/gps/hibernate/WikinodeDAO.java 29 fieldCommentRequirement Required
42297 src/com/gps/hibernate/WikinodeDAO.java 30 fieldCommentRequirement Required
42298 src/com/gps/hibernate/WikinodeDAO.java 31 fieldCommentRequirement Required
42299 src/com/gps/hibernate/WikinodeDAO.java 32 fieldCommentRequirement Required
42300 src/com/gps/hibernate/WikinodeDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
42301 src/com/gps/hibernate/WikinodeDAO.java 34 publicMethodCommentRequirement Required
42302 src/com/gps/hibernate/WikinodeDAO.java 35 There is log block not surrounded by if
42303 src/com/gps/hibernate/WikinodeDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42304 src/com/gps/hibernate/WikinodeDAO.java 37 Potential violation of Law of Demeter (method chain calls)
42305 src/com/gps/hibernate/WikinodeDAO.java 38 There is log block not surrounded by if
42306 src/com/gps/hibernate/WikinodeDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42307 src/com/gps/hibernate/WikinodeDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42308 src/com/gps/hibernate/WikinodeDAO.java 40 There is log block not surrounded by if
42309 src/com/gps/hibernate/WikinodeDAO.java 45 Avoid excessively long variable names like persistentInstance
42310 src/com/gps/hibernate/WikinodeDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
42311 src/com/gps/hibernate/WikinodeDAO.java 45 publicMethodCommentRequirement Required
42312 src/com/gps/hibernate/WikinodeDAO.java 46 There is log block not surrounded by if
42313 src/com/gps/hibernate/WikinodeDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42314 src/com/gps/hibernate/WikinodeDAO.java 48 Potential violation of Law of Demeter (method chain calls)
42315 src/com/gps/hibernate/WikinodeDAO.java 49 There is log block not surrounded by if
42316 src/com/gps/hibernate/WikinodeDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42317 src/com/gps/hibernate/WikinodeDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42318 src/com/gps/hibernate/WikinodeDAO.java 51 There is log block not surrounded by if
42319 src/com/gps/hibernate/WikinodeDAO.java 56 Avoid variables with short names like id
42320 src/com/gps/hibernate/WikinodeDAO.java 56 Parameter 'id' is not assigned and could be declared final
42321 src/com/gps/hibernate/WikinodeDAO.java 56 publicMethodCommentRequirement Required
42322 src/com/gps/hibernate/WikinodeDAO.java 57 There is log block not surrounded by if
42323 src/com/gps/hibernate/WikinodeDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42324 src/com/gps/hibernate/WikinodeDAO.java 59 Local variable 'instance' could be declared final
42325 src/com/gps/hibernate/WikinodeDAO.java 59 Potential violation of Law of Demeter (method chain calls)
42326 src/com/gps/hibernate/WikinodeDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42327 src/com/gps/hibernate/WikinodeDAO.java 63 There is log block not surrounded by if
42328 src/com/gps/hibernate/WikinodeDAO.java 68 Parameter 'instance' is not assigned and could be declared final
42329 src/com/gps/hibernate/WikinodeDAO.java 68 publicMethodCommentRequirement Required
42330 src/com/gps/hibernate/WikinodeDAO.java 69 There is log block not surrounded by if
42331 src/com/gps/hibernate/WikinodeDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42332 src/com/gps/hibernate/WikinodeDAO.java 71 Local variable 'results' could be declared final
42333 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
42334 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
42335 src/com/gps/hibernate/WikinodeDAO.java 71 Potential violation of Law of Demeter (method chain calls)
42336 src/com/gps/hibernate/WikinodeDAO.java 74 There is log block not surrounded by if
42337 src/com/gps/hibernate/WikinodeDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42338 src/com/gps/hibernate/WikinodeDAO.java 75 Potential violation of Law of Demeter (object not created locally)
42339 src/com/gps/hibernate/WikinodeDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42340 src/com/gps/hibernate/WikinodeDAO.java 78 There is log block not surrounded by if
42341 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
42342 src/com/gps/hibernate/WikinodeDAO.java 83 Parameter 'value' is not assigned and could be declared final
42343 src/com/gps/hibernate/WikinodeDAO.java 83 publicMethodCommentRequirement Required
42344 src/com/gps/hibernate/WikinodeDAO.java 84 There is log block not surrounded by if
42345 src/com/gps/hibernate/WikinodeDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42346 src/com/gps/hibernate/WikinodeDAO.java 87 Local variable 'queryString' could be declared final
42347 src/com/gps/hibernate/WikinodeDAO.java 89 Local variable 'queryObject' could be declared final
42348 src/com/gps/hibernate/WikinodeDAO.java 89 Potential violation of Law of Demeter (method chain calls)
42349 src/com/gps/hibernate/WikinodeDAO.java 90 Potential violation of Law of Demeter (object not created locally)
42350 src/com/gps/hibernate/WikinodeDAO.java 91 Potential violation of Law of Demeter (object not created locally)
42351 src/com/gps/hibernate/WikinodeDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42352 src/com/gps/hibernate/WikinodeDAO.java 93 There is log block not surrounded by if
42353 src/com/gps/hibernate/WikinodeDAO.java 98 Parameter 'uuid' is not assigned and could be declared final
42354 src/com/gps/hibernate/WikinodeDAO.java 98 publicMethodCommentRequirement Required
42355 src/com/gps/hibernate/WikinodeDAO.java 102 Parameter 'groupId' is not assigned and could be declared final
42356 src/com/gps/hibernate/WikinodeDAO.java 102 publicMethodCommentRequirement Required
42357 src/com/gps/hibernate/WikinodeDAO.java 106 Parameter 'companyId' is not assigned and could be declared final
42358 src/com/gps/hibernate/WikinodeDAO.java 106 publicMethodCommentRequirement Required
42359 src/com/gps/hibernate/WikinodeDAO.java 110 Parameter 'userId' is not assigned and could be declared final
42360 src/com/gps/hibernate/WikinodeDAO.java 110 publicMethodCommentRequirement Required
42361 src/com/gps/hibernate/WikinodeDAO.java 114 Parameter 'userName' is not assigned and could be declared final
42362 src/com/gps/hibernate/WikinodeDAO.java 114 publicMethodCommentRequirement Required
42363 src/com/gps/hibernate/WikinodeDAO.java 118 Parameter 'name' is not assigned and could be declared final
42364 src/com/gps/hibernate/WikinodeDAO.java 118 publicMethodCommentRequirement Required
42365 src/com/gps/hibernate/WikinodeDAO.java 122 Parameter 'description' is not assigned and could be declared final
42366 src/com/gps/hibernate/WikinodeDAO.java 122 publicMethodCommentRequirement Required
42367 src/com/gps/hibernate/WikinodeDAO.java 126 publicMethodCommentRequirement Required
42368 src/com/gps/hibernate/WikinodeDAO.java 127 There is log block not surrounded by if
42369 src/com/gps/hibernate/WikinodeDAO.java 127 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42370 src/com/gps/hibernate/WikinodeDAO.java 129 Local variable 'queryString' could be declared final
42371 src/com/gps/hibernate/WikinodeDAO.java 130 Local variable 'queryObject' could be declared final
42372 src/com/gps/hibernate/WikinodeDAO.java 130 Potential violation of Law of Demeter (method chain calls)
42373 src/com/gps/hibernate/WikinodeDAO.java 131 Potential violation of Law of Demeter (object not created locally)
42374 src/com/gps/hibernate/WikinodeDAO.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42375 src/com/gps/hibernate/WikinodeDAO.java 133 There is log block not surrounded by if
42376 src/com/gps/hibernate/WikinodeDAO.java 138 Parameter 'detachedInstance' is not assigned and could be declared final
42377 src/com/gps/hibernate/WikinodeDAO.java 138 publicMethodCommentRequirement Required
42378 src/com/gps/hibernate/WikinodeDAO.java 139 There is log block not surrounded by if
42379 src/com/gps/hibernate/WikinodeDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42380 src/com/gps/hibernate/WikinodeDAO.java 141 Local variable 'result' could be declared final
42381 src/com/gps/hibernate/WikinodeDAO.java 141 Potential violation of Law of Demeter (method chain calls)
42382 src/com/gps/hibernate/WikinodeDAO.java 142 There is log block not surrounded by if
42383 src/com/gps/hibernate/WikinodeDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42384 src/com/gps/hibernate/WikinodeDAO.java 144 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42385 src/com/gps/hibernate/WikinodeDAO.java 145 There is log block not surrounded by if
42386 src/com/gps/hibernate/WikinodeDAO.java 150 Parameter 'instance' is not assigned and could be declared final
42387 src/com/gps/hibernate/WikinodeDAO.java 150 publicMethodCommentRequirement Required
42388 src/com/gps/hibernate/WikinodeDAO.java 151 There is log block not surrounded by if
42389 src/com/gps/hibernate/WikinodeDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42390 src/com/gps/hibernate/WikinodeDAO.java 153 Potential violation of Law of Demeter (method chain calls)
42391 src/com/gps/hibernate/WikinodeDAO.java 154 There is log block not surrounded by if
42392 src/com/gps/hibernate/WikinodeDAO.java 154 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42393 src/com/gps/hibernate/WikinodeDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42394 src/com/gps/hibernate/WikinodeDAO.java 156 There is log block not surrounded by if
42395 src/com/gps/hibernate/WikinodeDAO.java 161 Parameter 'instance' is not assigned and could be declared final
42396 src/com/gps/hibernate/WikinodeDAO.java 161 publicMethodCommentRequirement Required
42397 src/com/gps/hibernate/WikinodeDAO.java 162 There is log block not surrounded by if
42398 src/com/gps/hibernate/WikinodeDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42399 src/com/gps/hibernate/WikinodeDAO.java 164 Potential violation of Law of Demeter (method chain calls)
42400 src/com/gps/hibernate/WikinodeDAO.java 165 There is log block not surrounded by if
42401 src/com/gps/hibernate/WikinodeDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42402 src/com/gps/hibernate/WikinodeDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42403 src/com/gps/hibernate/WikinodeDAO.java 167 There is log block not surrounded by if
42404 src/com/gps/hibernate/Wikipage.java 11 Classes implementing Serializable should set a serialVersionUID
42405 src/com/gps/hibernate/Wikipage.java 11 Too many fields
42406 src/com/gps/hibernate/Wikipage.java 15 fieldCommentRequirement Required
42407 src/com/gps/hibernate/Wikipage.java 16 fieldCommentRequirement Required
42408 src/com/gps/hibernate/Wikipage.java 17 fieldCommentRequirement Required
42409 src/com/gps/hibernate/Wikipage.java 18 fieldCommentRequirement Required
42410 src/com/gps/hibernate/Wikipage.java 19 fieldCommentRequirement Required
42411 src/com/gps/hibernate/Wikipage.java 20 fieldCommentRequirement Required
42412 src/com/gps/hibernate/Wikipage.java 21 fieldCommentRequirement Required
42413 src/com/gps/hibernate/Wikipage.java 22 fieldCommentRequirement Required
42414 src/com/gps/hibernate/Wikipage.java 23 fieldCommentRequirement Required
42415 src/com/gps/hibernate/Wikipage.java 24 fieldCommentRequirement Required
42416 src/com/gps/hibernate/Wikipage.java 25 fieldCommentRequirement Required
42417 src/com/gps/hibernate/Wikipage.java 26 fieldCommentRequirement Required
42418 src/com/gps/hibernate/Wikipage.java 27 fieldCommentRequirement Required
42419 src/com/gps/hibernate/Wikipage.java 28 fieldCommentRequirement Required
42420 src/com/gps/hibernate/Wikipage.java 29 fieldCommentRequirement Required
42421 src/com/gps/hibernate/Wikipage.java 30 fieldCommentRequirement Required
42422 src/com/gps/hibernate/Wikipage.java 31 fieldCommentRequirement Required
42423 src/com/gps/hibernate/Wikipage.java 32 fieldCommentRequirement Required
42424 src/com/gps/hibernate/Wikipage.java 33 fieldCommentRequirement Required
42425 src/com/gps/hibernate/Wikipage.java 38 Document empty constructor
42426 src/com/gps/hibernate/Wikipage.java 42 Parameter 'pageId' is not assigned and could be declared final
42427 src/com/gps/hibernate/Wikipage.java 47 Avoid long parameter lists.
42428 src/com/gps/hibernate/Wikipage.java 47 Parameter 'pageId' is not assigned and could be declared final
42429 src/com/gps/hibernate/Wikipage.java 47 Parameter 'resourcePrimKey' is not assigned and could be declared final
42430 src/com/gps/hibernate/Wikipage.java 47 Parameter 'uuid' is not assigned and could be declared final
42431 src/com/gps/hibernate/Wikipage.java 48 Parameter 'companyId' is not assigned and could be declared final
42432 src/com/gps/hibernate/Wikipage.java 48 Parameter 'groupId' is not assigned and could be declared final
42433 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userId' is not assigned and could be declared final
42434 src/com/gps/hibernate/Wikipage.java 48 Parameter 'userName' is not assigned and could be declared final
42435 src/com/gps/hibernate/Wikipage.java 49 Parameter 'createDate' is not assigned and could be declared final
42436 src/com/gps/hibernate/Wikipage.java 49 Parameter 'modifiedDate' is not assigned and could be declared final
42437 src/com/gps/hibernate/Wikipage.java 49 Parameter 'nodeId' is not assigned and could be declared final
42438 src/com/gps/hibernate/Wikipage.java 49 Parameter 'title' is not assigned and could be declared final
42439 src/com/gps/hibernate/Wikipage.java 50 Parameter 'content' is not assigned and could be declared final
42440 src/com/gps/hibernate/Wikipage.java 50 Parameter 'minorEdit' is not assigned and could be declared final
42441 src/com/gps/hibernate/Wikipage.java 50 Parameter 'summary' is not assigned and could be declared final
42442 src/com/gps/hibernate/Wikipage.java 50 Parameter 'version' is not assigned and could be declared final
42443 src/com/gps/hibernate/Wikipage.java 51 Parameter 'format' is not assigned and could be declared final
42444 src/com/gps/hibernate/Wikipage.java 51 Parameter 'head' is not assigned and could be declared final
42445 src/com/gps/hibernate/Wikipage.java 51 Parameter 'parentTitle' is not assigned and could be declared final
42446 src/com/gps/hibernate/Wikipage.java 51 Parameter 'redirectTitle' is not assigned and could be declared final
42447 src/com/gps/hibernate/Wikipage.java 75 publicMethodCommentRequirement Required
42448 src/com/gps/hibernate/Wikipage.java 79 Parameter 'pageId' is not assigned and could be declared final
42449 src/com/gps/hibernate/Wikipage.java 79 publicMethodCommentRequirement Required
42450 src/com/gps/hibernate/Wikipage.java 83 publicMethodCommentRequirement Required
42451 src/com/gps/hibernate/Wikipage.java 87 Parameter 'uuid' is not assigned and could be declared final
42452 src/com/gps/hibernate/Wikipage.java 87 publicMethodCommentRequirement Required
42453 src/com/gps/hibernate/Wikipage.java 91 publicMethodCommentRequirement Required
42454 src/com/gps/hibernate/Wikipage.java 95 Parameter 'resourcePrimKey' is not assigned and could be declared final
42455 src/com/gps/hibernate/Wikipage.java 95 publicMethodCommentRequirement Required
42456 src/com/gps/hibernate/Wikipage.java 99 publicMethodCommentRequirement Required
42457 src/com/gps/hibernate/Wikipage.java 103 Parameter 'groupId' is not assigned and could be declared final
42458 src/com/gps/hibernate/Wikipage.java 103 publicMethodCommentRequirement Required
42459 src/com/gps/hibernate/Wikipage.java 107 publicMethodCommentRequirement Required
42460 src/com/gps/hibernate/Wikipage.java 111 Parameter 'companyId' is not assigned and could be declared final
42461 src/com/gps/hibernate/Wikipage.java 111 publicMethodCommentRequirement Required
42462 src/com/gps/hibernate/Wikipage.java 115 publicMethodCommentRequirement Required
42463 src/com/gps/hibernate/Wikipage.java 119 Parameter 'userId' is not assigned and could be declared final
42464 src/com/gps/hibernate/Wikipage.java 119 publicMethodCommentRequirement Required
42465 src/com/gps/hibernate/Wikipage.java 123 publicMethodCommentRequirement Required
42466 src/com/gps/hibernate/Wikipage.java 127 Parameter 'userName' is not assigned and could be declared final
42467 src/com/gps/hibernate/Wikipage.java 127 publicMethodCommentRequirement Required
42468 src/com/gps/hibernate/Wikipage.java 131 publicMethodCommentRequirement Required
42469 src/com/gps/hibernate/Wikipage.java 135 Parameter 'createDate' is not assigned and could be declared final
42470 src/com/gps/hibernate/Wikipage.java 135 publicMethodCommentRequirement Required
42471 src/com/gps/hibernate/Wikipage.java 139 publicMethodCommentRequirement Required
42472 src/com/gps/hibernate/Wikipage.java 143 Parameter 'modifiedDate' is not assigned and could be declared final
42473 src/com/gps/hibernate/Wikipage.java 143 publicMethodCommentRequirement Required
42474 src/com/gps/hibernate/Wikipage.java 147 publicMethodCommentRequirement Required
42475 src/com/gps/hibernate/Wikipage.java 151 Parameter 'nodeId' is not assigned and could be declared final
42476 src/com/gps/hibernate/Wikipage.java 151 publicMethodCommentRequirement Required
42477 src/com/gps/hibernate/Wikipage.java 155 publicMethodCommentRequirement Required
42478 src/com/gps/hibernate/Wikipage.java 159 Parameter 'title' is not assigned and could be declared final
42479 src/com/gps/hibernate/Wikipage.java 159 publicMethodCommentRequirement Required
42480 src/com/gps/hibernate/Wikipage.java 163 publicMethodCommentRequirement Required
42481 src/com/gps/hibernate/Wikipage.java 167 Parameter 'version' is not assigned and could be declared final
42482 src/com/gps/hibernate/Wikipage.java 167 publicMethodCommentRequirement Required
42483 src/com/gps/hibernate/Wikipage.java 171 publicMethodCommentRequirement Required
42484 src/com/gps/hibernate/Wikipage.java 175 Parameter 'minorEdit' is not assigned and could be declared final
42485 src/com/gps/hibernate/Wikipage.java 175 publicMethodCommentRequirement Required
42486 src/com/gps/hibernate/Wikipage.java 179 publicMethodCommentRequirement Required
42487 src/com/gps/hibernate/Wikipage.java 183 Parameter 'content' is not assigned and could be declared final
42488 src/com/gps/hibernate/Wikipage.java 183 publicMethodCommentRequirement Required
42489 src/com/gps/hibernate/Wikipage.java 187 publicMethodCommentRequirement Required
42490 src/com/gps/hibernate/Wikipage.java 191 Parameter 'summary' is not assigned and could be declared final
42491 src/com/gps/hibernate/Wikipage.java 191 publicMethodCommentRequirement Required
42492 src/com/gps/hibernate/Wikipage.java 195 publicMethodCommentRequirement Required
42493 src/com/gps/hibernate/Wikipage.java 199 Parameter 'format' is not assigned and could be declared final
42494 src/com/gps/hibernate/Wikipage.java 199 publicMethodCommentRequirement Required
42495 src/com/gps/hibernate/Wikipage.java 203 publicMethodCommentRequirement Required
42496 src/com/gps/hibernate/Wikipage.java 207 Parameter 'head' is not assigned and could be declared final
42497 src/com/gps/hibernate/Wikipage.java 207 publicMethodCommentRequirement Required
42498 src/com/gps/hibernate/Wikipage.java 211 publicMethodCommentRequirement Required
42499 src/com/gps/hibernate/Wikipage.java 215 Parameter 'parentTitle' is not assigned and could be declared final
42500 src/com/gps/hibernate/Wikipage.java 215 publicMethodCommentRequirement Required
42501 src/com/gps/hibernate/Wikipage.java 219 publicMethodCommentRequirement Required
42502 src/com/gps/hibernate/Wikipage.java 223 Parameter 'redirectTitle' is not assigned and could be declared final
42503 src/com/gps/hibernate/Wikipage.java 223 publicMethodCommentRequirement Required
42504 src/com/gps/hibernate/WikipageDAO.java 3 Avoid unused imports such as 'java.util.Date'
42505 src/com/gps/hibernate/WikipageDAO.java 11 Comment is too large: Too many lines
42506 src/com/gps/hibernate/WikipageDAO.java 23 This class has too many methods, consider refactoring it.
42507 src/com/gps/hibernate/WikipageDAO.java 24 Logger should be defined private static final and have the correct class
42508 src/com/gps/hibernate/WikipageDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
42509 src/com/gps/hibernate/WikipageDAO.java 24 fieldCommentRequirement Required
42510 src/com/gps/hibernate/WikipageDAO.java 26 fieldCommentRequirement Required
42511 src/com/gps/hibernate/WikipageDAO.java 27 fieldCommentRequirement Required
42512 src/com/gps/hibernate/WikipageDAO.java 28 fieldCommentRequirement Required
42513 src/com/gps/hibernate/WikipageDAO.java 29 fieldCommentRequirement Required
42514 src/com/gps/hibernate/WikipageDAO.java 30 fieldCommentRequirement Required
42515 src/com/gps/hibernate/WikipageDAO.java 31 fieldCommentRequirement Required
42516 src/com/gps/hibernate/WikipageDAO.java 32 fieldCommentRequirement Required
42517 src/com/gps/hibernate/WikipageDAO.java 33 fieldCommentRequirement Required
42518 src/com/gps/hibernate/WikipageDAO.java 34 fieldCommentRequirement Required
42519 src/com/gps/hibernate/WikipageDAO.java 35 fieldCommentRequirement Required
42520 src/com/gps/hibernate/WikipageDAO.java 36 fieldCommentRequirement Required
42521 src/com/gps/hibernate/WikipageDAO.java 37 fieldCommentRequirement Required
42522 src/com/gps/hibernate/WikipageDAO.java 38 fieldCommentRequirement Required
42523 src/com/gps/hibernate/WikipageDAO.java 39 fieldCommentRequirement Required
42524 src/com/gps/hibernate/WikipageDAO.java 40 fieldCommentRequirement Required
42525 src/com/gps/hibernate/WikipageDAO.java 41 fieldCommentRequirement Required
42526 src/com/gps/hibernate/WikipageDAO.java 43 Parameter 'transientInstance' is not assigned and could be declared final
42527 src/com/gps/hibernate/WikipageDAO.java 43 publicMethodCommentRequirement Required
42528 src/com/gps/hibernate/WikipageDAO.java 44 There is log block not surrounded by if
42529 src/com/gps/hibernate/WikipageDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42530 src/com/gps/hibernate/WikipageDAO.java 46 Potential violation of Law of Demeter (method chain calls)
42531 src/com/gps/hibernate/WikipageDAO.java 47 There is log block not surrounded by if
42532 src/com/gps/hibernate/WikipageDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42533 src/com/gps/hibernate/WikipageDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42534 src/com/gps/hibernate/WikipageDAO.java 49 There is log block not surrounded by if
42535 src/com/gps/hibernate/WikipageDAO.java 54 Avoid excessively long variable names like persistentInstance
42536 src/com/gps/hibernate/WikipageDAO.java 54 Parameter 'persistentInstance' is not assigned and could be declared final
42537 src/com/gps/hibernate/WikipageDAO.java 54 publicMethodCommentRequirement Required
42538 src/com/gps/hibernate/WikipageDAO.java 55 There is log block not surrounded by if
42539 src/com/gps/hibernate/WikipageDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42540 src/com/gps/hibernate/WikipageDAO.java 57 Potential violation of Law of Demeter (method chain calls)
42541 src/com/gps/hibernate/WikipageDAO.java 58 There is log block not surrounded by if
42542 src/com/gps/hibernate/WikipageDAO.java 58 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42543 src/com/gps/hibernate/WikipageDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42544 src/com/gps/hibernate/WikipageDAO.java 60 There is log block not surrounded by if
42545 src/com/gps/hibernate/WikipageDAO.java 65 Avoid variables with short names like id
42546 src/com/gps/hibernate/WikipageDAO.java 65 Parameter 'id' is not assigned and could be declared final
42547 src/com/gps/hibernate/WikipageDAO.java 65 publicMethodCommentRequirement Required
42548 src/com/gps/hibernate/WikipageDAO.java 66 There is log block not surrounded by if
42549 src/com/gps/hibernate/WikipageDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42550 src/com/gps/hibernate/WikipageDAO.java 68 Local variable 'instance' could be declared final
42551 src/com/gps/hibernate/WikipageDAO.java 68 Potential violation of Law of Demeter (method chain calls)
42552 src/com/gps/hibernate/WikipageDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42553 src/com/gps/hibernate/WikipageDAO.java 72 There is log block not surrounded by if
42554 src/com/gps/hibernate/WikipageDAO.java 77 Parameter 'instance' is not assigned and could be declared final
42555 src/com/gps/hibernate/WikipageDAO.java 77 publicMethodCommentRequirement Required
42556 src/com/gps/hibernate/WikipageDAO.java 78 There is log block not surrounded by if
42557 src/com/gps/hibernate/WikipageDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42558 src/com/gps/hibernate/WikipageDAO.java 80 Local variable 'results' could be declared final
42559 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
42560 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
42561 src/com/gps/hibernate/WikipageDAO.java 80 Potential violation of Law of Demeter (method chain calls)
42562 src/com/gps/hibernate/WikipageDAO.java 83 There is log block not surrounded by if
42563 src/com/gps/hibernate/WikipageDAO.java 83 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42564 src/com/gps/hibernate/WikipageDAO.java 84 Potential violation of Law of Demeter (object not created locally)
42565 src/com/gps/hibernate/WikipageDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42566 src/com/gps/hibernate/WikipageDAO.java 87 There is log block not surrounded by if
42567 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'propertyName' is not assigned and could be declared final
42568 src/com/gps/hibernate/WikipageDAO.java 92 Parameter 'value' is not assigned and could be declared final
42569 src/com/gps/hibernate/WikipageDAO.java 92 publicMethodCommentRequirement Required
42570 src/com/gps/hibernate/WikipageDAO.java 93 There is log block not surrounded by if
42571 src/com/gps/hibernate/WikipageDAO.java 93 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42572 src/com/gps/hibernate/WikipageDAO.java 96 Local variable 'queryString' could be declared final
42573 src/com/gps/hibernate/WikipageDAO.java 98 Local variable 'queryObject' could be declared final
42574 src/com/gps/hibernate/WikipageDAO.java 98 Potential violation of Law of Demeter (method chain calls)
42575 src/com/gps/hibernate/WikipageDAO.java 99 Potential violation of Law of Demeter (object not created locally)
42576 src/com/gps/hibernate/WikipageDAO.java 100 Potential violation of Law of Demeter (object not created locally)
42577 src/com/gps/hibernate/WikipageDAO.java 101 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42578 src/com/gps/hibernate/WikipageDAO.java 102 There is log block not surrounded by if
42579 src/com/gps/hibernate/WikipageDAO.java 107 Parameter 'uuid' is not assigned and could be declared final
42580 src/com/gps/hibernate/WikipageDAO.java 107 publicMethodCommentRequirement Required
42581 src/com/gps/hibernate/WikipageDAO.java 111 Parameter 'resourcePrimKey' is not assigned and could be declared final
42582 src/com/gps/hibernate/WikipageDAO.java 111 publicMethodCommentRequirement Required
42583 src/com/gps/hibernate/WikipageDAO.java 115 Parameter 'groupId' is not assigned and could be declared final
42584 src/com/gps/hibernate/WikipageDAO.java 115 publicMethodCommentRequirement Required
42585 src/com/gps/hibernate/WikipageDAO.java 119 Parameter 'companyId' is not assigned and could be declared final
42586 src/com/gps/hibernate/WikipageDAO.java 119 publicMethodCommentRequirement Required
42587 src/com/gps/hibernate/WikipageDAO.java 123 Parameter 'userId' is not assigned and could be declared final
42588 src/com/gps/hibernate/WikipageDAO.java 123 publicMethodCommentRequirement Required
42589 src/com/gps/hibernate/WikipageDAO.java 127 Parameter 'userName' is not assigned and could be declared final
42590 src/com/gps/hibernate/WikipageDAO.java 127 publicMethodCommentRequirement Required
42591 src/com/gps/hibernate/WikipageDAO.java 131 Parameter 'nodeId' is not assigned and could be declared final
42592 src/com/gps/hibernate/WikipageDAO.java 131 publicMethodCommentRequirement Required
42593 src/com/gps/hibernate/WikipageDAO.java 135 Parameter 'title' is not assigned and could be declared final
42594 src/com/gps/hibernate/WikipageDAO.java 135 publicMethodCommentRequirement Required
42595 src/com/gps/hibernate/WikipageDAO.java 139 Parameter 'version' is not assigned and could be declared final
42596 src/com/gps/hibernate/WikipageDAO.java 139 publicMethodCommentRequirement Required
42597 src/com/gps/hibernate/WikipageDAO.java 143 Parameter 'minorEdit' is not assigned and could be declared final
42598 src/com/gps/hibernate/WikipageDAO.java 143 publicMethodCommentRequirement Required
42599 src/com/gps/hibernate/WikipageDAO.java 147 Parameter 'content' is not assigned and could be declared final
42600 src/com/gps/hibernate/WikipageDAO.java 147 publicMethodCommentRequirement Required
42601 src/com/gps/hibernate/WikipageDAO.java 151 Parameter 'summary' is not assigned and could be declared final
42602 src/com/gps/hibernate/WikipageDAO.java 151 publicMethodCommentRequirement Required
42603 src/com/gps/hibernate/WikipageDAO.java 155 Parameter 'format' is not assigned and could be declared final
42604 src/com/gps/hibernate/WikipageDAO.java 155 publicMethodCommentRequirement Required
42605 src/com/gps/hibernate/WikipageDAO.java 159 Parameter 'head' is not assigned and could be declared final
42606 src/com/gps/hibernate/WikipageDAO.java 159 publicMethodCommentRequirement Required
42607 src/com/gps/hibernate/WikipageDAO.java 163 Parameter 'parentTitle' is not assigned and could be declared final
42608 src/com/gps/hibernate/WikipageDAO.java 163 publicMethodCommentRequirement Required
42609 src/com/gps/hibernate/WikipageDAO.java 167 Parameter 'redirectTitle' is not assigned and could be declared final
42610 src/com/gps/hibernate/WikipageDAO.java 167 publicMethodCommentRequirement Required
42611 src/com/gps/hibernate/WikipageDAO.java 171 publicMethodCommentRequirement Required
42612 src/com/gps/hibernate/WikipageDAO.java 172 There is log block not surrounded by if
42613 src/com/gps/hibernate/WikipageDAO.java 172 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42614 src/com/gps/hibernate/WikipageDAO.java 174 Local variable 'queryString' could be declared final
42615 src/com/gps/hibernate/WikipageDAO.java 175 Local variable 'queryObject' could be declared final
42616 src/com/gps/hibernate/WikipageDAO.java 175 Potential violation of Law of Demeter (method chain calls)
42617 src/com/gps/hibernate/WikipageDAO.java 176 Potential violation of Law of Demeter (object not created locally)
42618 src/com/gps/hibernate/WikipageDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42619 src/com/gps/hibernate/WikipageDAO.java 178 There is log block not surrounded by if
42620 src/com/gps/hibernate/WikipageDAO.java 183 Parameter 'detachedInstance' is not assigned and could be declared final
42621 src/com/gps/hibernate/WikipageDAO.java 183 publicMethodCommentRequirement Required
42622 src/com/gps/hibernate/WikipageDAO.java 184 There is log block not surrounded by if
42623 src/com/gps/hibernate/WikipageDAO.java 184 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42624 src/com/gps/hibernate/WikipageDAO.java 186 Local variable 'result' could be declared final
42625 src/com/gps/hibernate/WikipageDAO.java 186 Potential violation of Law of Demeter (method chain calls)
42626 src/com/gps/hibernate/WikipageDAO.java 187 There is log block not surrounded by if
42627 src/com/gps/hibernate/WikipageDAO.java 187 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42628 src/com/gps/hibernate/WikipageDAO.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42629 src/com/gps/hibernate/WikipageDAO.java 190 There is log block not surrounded by if
42630 src/com/gps/hibernate/WikipageDAO.java 195 Parameter 'instance' is not assigned and could be declared final
42631 src/com/gps/hibernate/WikipageDAO.java 195 publicMethodCommentRequirement Required
42632 src/com/gps/hibernate/WikipageDAO.java 196 There is log block not surrounded by if
42633 src/com/gps/hibernate/WikipageDAO.java 196 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42634 src/com/gps/hibernate/WikipageDAO.java 198 Potential violation of Law of Demeter (method chain calls)
42635 src/com/gps/hibernate/WikipageDAO.java 199 There is log block not surrounded by if
42636 src/com/gps/hibernate/WikipageDAO.java 199 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42637 src/com/gps/hibernate/WikipageDAO.java 200 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42638 src/com/gps/hibernate/WikipageDAO.java 201 There is log block not surrounded by if
42639 src/com/gps/hibernate/WikipageDAO.java 206 Parameter 'instance' is not assigned and could be declared final
42640 src/com/gps/hibernate/WikipageDAO.java 206 publicMethodCommentRequirement Required
42641 src/com/gps/hibernate/WikipageDAO.java 207 There is log block not surrounded by if
42642 src/com/gps/hibernate/WikipageDAO.java 207 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42643 src/com/gps/hibernate/WikipageDAO.java 209 Potential violation of Law of Demeter (method chain calls)
42644 src/com/gps/hibernate/WikipageDAO.java 210 There is log block not surrounded by if
42645 src/com/gps/hibernate/WikipageDAO.java 210 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42646 src/com/gps/hibernate/WikipageDAO.java 211 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42647 src/com/gps/hibernate/WikipageDAO.java 212 There is log block not surrounded by if
42648 src/com/gps/hibernate/Wikipageresource.java 9 Classes implementing Serializable should set a serialVersionUID
42649 src/com/gps/hibernate/Wikipageresource.java 13 fieldCommentRequirement Required
42650 src/com/gps/hibernate/Wikipageresource.java 14 fieldCommentRequirement Required
42651 src/com/gps/hibernate/Wikipageresource.java 15 fieldCommentRequirement Required
42652 src/com/gps/hibernate/Wikipageresource.java 20 Document empty constructor
42653 src/com/gps/hibernate/Wikipageresource.java 24 Parameter 'resourcePrimKey' is not assigned and could be declared final
42654 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'nodeId' is not assigned and could be declared final
42655 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'resourcePrimKey' is not assigned and could be declared final
42656 src/com/gps/hibernate/Wikipageresource.java 29 Parameter 'title' is not assigned and could be declared final
42657 src/com/gps/hibernate/Wikipageresource.java 37 publicMethodCommentRequirement Required
42658 src/com/gps/hibernate/Wikipageresource.java 41 Parameter 'resourcePrimKey' is not assigned and could be declared final
42659 src/com/gps/hibernate/Wikipageresource.java 41 publicMethodCommentRequirement Required
42660 src/com/gps/hibernate/Wikipageresource.java 45 publicMethodCommentRequirement Required
42661 src/com/gps/hibernate/Wikipageresource.java 49 Parameter 'nodeId' is not assigned and could be declared final
42662 src/com/gps/hibernate/Wikipageresource.java 49 publicMethodCommentRequirement Required
42663 src/com/gps/hibernate/Wikipageresource.java 53 publicMethodCommentRequirement Required
42664 src/com/gps/hibernate/Wikipageresource.java 57 Parameter 'title' is not assigned and could be declared final
42665 src/com/gps/hibernate/Wikipageresource.java 57 publicMethodCommentRequirement Required
42666 src/com/gps/hibernate/WikipageresourceDAO.java 10 Comment is too large: Too many lines
42667 src/com/gps/hibernate/WikipageresourceDAO.java 22 This class has too many methods, consider refactoring it.
42668 src/com/gps/hibernate/WikipageresourceDAO.java 23 Logger should be defined private static final and have the correct class
42669 src/com/gps/hibernate/WikipageresourceDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
42670 src/com/gps/hibernate/WikipageresourceDAO.java 23 fieldCommentRequirement Required
42671 src/com/gps/hibernate/WikipageresourceDAO.java 25 fieldCommentRequirement Required
42672 src/com/gps/hibernate/WikipageresourceDAO.java 26 fieldCommentRequirement Required
42673 src/com/gps/hibernate/WikipageresourceDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
42674 src/com/gps/hibernate/WikipageresourceDAO.java 28 publicMethodCommentRequirement Required
42675 src/com/gps/hibernate/WikipageresourceDAO.java 29 There is log block not surrounded by if
42676 src/com/gps/hibernate/WikipageresourceDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42677 src/com/gps/hibernate/WikipageresourceDAO.java 31 Potential violation of Law of Demeter (method chain calls)
42678 src/com/gps/hibernate/WikipageresourceDAO.java 32 There is log block not surrounded by if
42679 src/com/gps/hibernate/WikipageresourceDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42680 src/com/gps/hibernate/WikipageresourceDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42681 src/com/gps/hibernate/WikipageresourceDAO.java 34 There is log block not surrounded by if
42682 src/com/gps/hibernate/WikipageresourceDAO.java 39 Avoid excessively long variable names like persistentInstance
42683 src/com/gps/hibernate/WikipageresourceDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
42684 src/com/gps/hibernate/WikipageresourceDAO.java 39 publicMethodCommentRequirement Required
42685 src/com/gps/hibernate/WikipageresourceDAO.java 40 There is log block not surrounded by if
42686 src/com/gps/hibernate/WikipageresourceDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42687 src/com/gps/hibernate/WikipageresourceDAO.java 42 Potential violation of Law of Demeter (method chain calls)
42688 src/com/gps/hibernate/WikipageresourceDAO.java 43 There is log block not surrounded by if
42689 src/com/gps/hibernate/WikipageresourceDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42690 src/com/gps/hibernate/WikipageresourceDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42691 src/com/gps/hibernate/WikipageresourceDAO.java 45 There is log block not surrounded by if
42692 src/com/gps/hibernate/WikipageresourceDAO.java 50 Avoid variables with short names like id
42693 src/com/gps/hibernate/WikipageresourceDAO.java 50 Parameter 'id' is not assigned and could be declared final
42694 src/com/gps/hibernate/WikipageresourceDAO.java 50 publicMethodCommentRequirement Required
42695 src/com/gps/hibernate/WikipageresourceDAO.java 51 There is log block not surrounded by if
42696 src/com/gps/hibernate/WikipageresourceDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42697 src/com/gps/hibernate/WikipageresourceDAO.java 53 Local variable 'instance' could be declared final
42698 src/com/gps/hibernate/WikipageresourceDAO.java 53 Potential violation of Law of Demeter (method chain calls)
42699 src/com/gps/hibernate/WikipageresourceDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42700 src/com/gps/hibernate/WikipageresourceDAO.java 57 There is log block not surrounded by if
42701 src/com/gps/hibernate/WikipageresourceDAO.java 62 Parameter 'instance' is not assigned and could be declared final
42702 src/com/gps/hibernate/WikipageresourceDAO.java 62 publicMethodCommentRequirement Required
42703 src/com/gps/hibernate/WikipageresourceDAO.java 63 There is log block not surrounded by if
42704 src/com/gps/hibernate/WikipageresourceDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42705 src/com/gps/hibernate/WikipageresourceDAO.java 65 Local variable 'results' could be declared final
42706 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
42707 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
42708 src/com/gps/hibernate/WikipageresourceDAO.java 65 Potential violation of Law of Demeter (method chain calls)
42709 src/com/gps/hibernate/WikipageresourceDAO.java 68 There is log block not surrounded by if
42710 src/com/gps/hibernate/WikipageresourceDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42711 src/com/gps/hibernate/WikipageresourceDAO.java 69 Potential violation of Law of Demeter (object not created locally)
42712 src/com/gps/hibernate/WikipageresourceDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42713 src/com/gps/hibernate/WikipageresourceDAO.java 72 There is log block not surrounded by if
42714 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
42715 src/com/gps/hibernate/WikipageresourceDAO.java 77 Parameter 'value' is not assigned and could be declared final
42716 src/com/gps/hibernate/WikipageresourceDAO.java 77 publicMethodCommentRequirement Required
42717 src/com/gps/hibernate/WikipageresourceDAO.java 78 There is log block not surrounded by if
42718 src/com/gps/hibernate/WikipageresourceDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42719 src/com/gps/hibernate/WikipageresourceDAO.java 81 Local variable 'queryString' could be declared final
42720 src/com/gps/hibernate/WikipageresourceDAO.java 83 Local variable 'queryObject' could be declared final
42721 src/com/gps/hibernate/WikipageresourceDAO.java 83 Potential violation of Law of Demeter (method chain calls)
42722 src/com/gps/hibernate/WikipageresourceDAO.java 84 Potential violation of Law of Demeter (object not created locally)
42723 src/com/gps/hibernate/WikipageresourceDAO.java 85 Potential violation of Law of Demeter (object not created locally)
42724 src/com/gps/hibernate/WikipageresourceDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42725 src/com/gps/hibernate/WikipageresourceDAO.java 87 There is log block not surrounded by if
42726 src/com/gps/hibernate/WikipageresourceDAO.java 92 Parameter 'nodeId' is not assigned and could be declared final
42727 src/com/gps/hibernate/WikipageresourceDAO.java 92 publicMethodCommentRequirement Required
42728 src/com/gps/hibernate/WikipageresourceDAO.java 96 Parameter 'title' is not assigned and could be declared final
42729 src/com/gps/hibernate/WikipageresourceDAO.java 96 publicMethodCommentRequirement Required
42730 src/com/gps/hibernate/WikipageresourceDAO.java 100 publicMethodCommentRequirement Required
42731 src/com/gps/hibernate/WikipageresourceDAO.java 101 There is log block not surrounded by if
42732 src/com/gps/hibernate/WikipageresourceDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42733 src/com/gps/hibernate/WikipageresourceDAO.java 103 Local variable 'queryString' could be declared final
42734 src/com/gps/hibernate/WikipageresourceDAO.java 104 Local variable 'queryObject' could be declared final
42735 src/com/gps/hibernate/WikipageresourceDAO.java 104 Potential violation of Law of Demeter (method chain calls)
42736 src/com/gps/hibernate/WikipageresourceDAO.java 105 Potential violation of Law of Demeter (object not created locally)
42737 src/com/gps/hibernate/WikipageresourceDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42738 src/com/gps/hibernate/WikipageresourceDAO.java 107 There is log block not surrounded by if
42739 src/com/gps/hibernate/WikipageresourceDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
42740 src/com/gps/hibernate/WikipageresourceDAO.java 112 publicMethodCommentRequirement Required
42741 src/com/gps/hibernate/WikipageresourceDAO.java 113 There is log block not surrounded by if
42742 src/com/gps/hibernate/WikipageresourceDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42743 src/com/gps/hibernate/WikipageresourceDAO.java 115 Local variable 'result' could be declared final
42744 src/com/gps/hibernate/WikipageresourceDAO.java 115 Potential violation of Law of Demeter (method chain calls)
42745 src/com/gps/hibernate/WikipageresourceDAO.java 117 There is log block not surrounded by if
42746 src/com/gps/hibernate/WikipageresourceDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42747 src/com/gps/hibernate/WikipageresourceDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42748 src/com/gps/hibernate/WikipageresourceDAO.java 120 There is log block not surrounded by if
42749 src/com/gps/hibernate/WikipageresourceDAO.java 125 Parameter 'instance' is not assigned and could be declared final
42750 src/com/gps/hibernate/WikipageresourceDAO.java 125 publicMethodCommentRequirement Required
42751 src/com/gps/hibernate/WikipageresourceDAO.java 126 There is log block not surrounded by if
42752 src/com/gps/hibernate/WikipageresourceDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42753 src/com/gps/hibernate/WikipageresourceDAO.java 128 Potential violation of Law of Demeter (method chain calls)
42754 src/com/gps/hibernate/WikipageresourceDAO.java 129 There is log block not surrounded by if
42755 src/com/gps/hibernate/WikipageresourceDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42756 src/com/gps/hibernate/WikipageresourceDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42757 src/com/gps/hibernate/WikipageresourceDAO.java 131 There is log block not surrounded by if
42758 src/com/gps/hibernate/WikipageresourceDAO.java 136 Parameter 'instance' is not assigned and could be declared final
42759 src/com/gps/hibernate/WikipageresourceDAO.java 136 publicMethodCommentRequirement Required
42760 src/com/gps/hibernate/WikipageresourceDAO.java 137 There is log block not surrounded by if
42761 src/com/gps/hibernate/WikipageresourceDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42762 src/com/gps/hibernate/WikipageresourceDAO.java 139 Potential violation of Law of Demeter (method chain calls)
42763 src/com/gps/hibernate/WikipageresourceDAO.java 140 There is log block not surrounded by if
42764 src/com/gps/hibernate/WikipageresourceDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42765 src/com/gps/hibernate/WikipageresourceDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42766 src/com/gps/hibernate/WikipageresourceDAO.java 142 There is log block not surrounded by if
42767 src/com/gps/hibernate/WolMeetupsentry.java 11 Classes implementing Serializable should set a serialVersionUID
42768 src/com/gps/hibernate/WolMeetupsentry.java 15 fieldCommentRequirement Required
42769 src/com/gps/hibernate/WolMeetupsentry.java 16 fieldCommentRequirement Required
42770 src/com/gps/hibernate/WolMeetupsentry.java 17 fieldCommentRequirement Required
42771 src/com/gps/hibernate/WolMeetupsentry.java 18 fieldCommentRequirement Required
42772 src/com/gps/hibernate/WolMeetupsentry.java 19 fieldCommentRequirement Required
42773 src/com/gps/hibernate/WolMeetupsentry.java 20 fieldCommentRequirement Required
42774 src/com/gps/hibernate/WolMeetupsentry.java 21 fieldCommentRequirement Required
42775 src/com/gps/hibernate/WolMeetupsentry.java 22 fieldCommentRequirement Required
42776 src/com/gps/hibernate/WolMeetupsentry.java 23 fieldCommentRequirement Required
42777 src/com/gps/hibernate/WolMeetupsentry.java 24 fieldCommentRequirement Required
42778 src/com/gps/hibernate/WolMeetupsentry.java 25 fieldCommentRequirement Required
42779 src/com/gps/hibernate/WolMeetupsentry.java 26 fieldCommentRequirement Required
42780 src/com/gps/hibernate/WolMeetupsentry.java 27 fieldCommentRequirement Required
42781 src/com/gps/hibernate/WolMeetupsentry.java 28 fieldCommentRequirement Required
42782 src/com/gps/hibernate/WolMeetupsentry.java 33 Document empty constructor
42783 src/com/gps/hibernate/WolMeetupsentry.java 37 Parameter 'meetupsEntryId' is not assigned and could be declared final
42784 src/com/gps/hibernate/WolMeetupsentry.java 42 Avoid long parameter lists.
42785 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'companyId' is not assigned and could be declared final
42786 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'meetupsEntryId' is not assigned and could be declared final
42787 src/com/gps/hibernate/WolMeetupsentry.java 42 Parameter 'userId' is not assigned and could be declared final
42788 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'createDate' is not assigned and could be declared final
42789 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'modifiedDate' is not assigned and could be declared final
42790 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'title' is not assigned and could be declared final
42791 src/com/gps/hibernate/WolMeetupsentry.java 43 Parameter 'userName' is not assigned and could be declared final
42792 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'description' is not assigned and could be declared final
42793 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'endDate' is not assigned and could be declared final
42794 src/com/gps/hibernate/WolMeetupsentry.java 44 Parameter 'startDate' is not assigned and could be declared final
42795 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'maxAttendees' is not assigned and could be declared final
42796 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'price' is not assigned and could be declared final
42797 src/com/gps/hibernate/WolMeetupsentry.java 45 Parameter 'totalAttendees' is not assigned and could be declared final
42798 src/com/gps/hibernate/WolMeetupsentry.java 46 Parameter 'thumbnailId' is not assigned and could be declared final
42799 src/com/gps/hibernate/WolMeetupsentry.java 65 publicMethodCommentRequirement Required
42800 src/com/gps/hibernate/WolMeetupsentry.java 69 Parameter 'meetupsEntryId' is not assigned and could be declared final
42801 src/com/gps/hibernate/WolMeetupsentry.java 69 publicMethodCommentRequirement Required
42802 src/com/gps/hibernate/WolMeetupsentry.java 73 publicMethodCommentRequirement Required
42803 src/com/gps/hibernate/WolMeetupsentry.java 77 Parameter 'companyId' is not assigned and could be declared final
42804 src/com/gps/hibernate/WolMeetupsentry.java 77 publicMethodCommentRequirement Required
42805 src/com/gps/hibernate/WolMeetupsentry.java 81 publicMethodCommentRequirement Required
42806 src/com/gps/hibernate/WolMeetupsentry.java 85 Parameter 'userId' is not assigned and could be declared final
42807 src/com/gps/hibernate/WolMeetupsentry.java 85 publicMethodCommentRequirement Required
42808 src/com/gps/hibernate/WolMeetupsentry.java 89 publicMethodCommentRequirement Required
42809 src/com/gps/hibernate/WolMeetupsentry.java 93 Parameter 'userName' is not assigned and could be declared final
42810 src/com/gps/hibernate/WolMeetupsentry.java 93 publicMethodCommentRequirement Required
42811 src/com/gps/hibernate/WolMeetupsentry.java 97 publicMethodCommentRequirement Required
42812 src/com/gps/hibernate/WolMeetupsentry.java 101 Parameter 'createDate' is not assigned and could be declared final
42813 src/com/gps/hibernate/WolMeetupsentry.java 101 publicMethodCommentRequirement Required
42814 src/com/gps/hibernate/WolMeetupsentry.java 105 publicMethodCommentRequirement Required
42815 src/com/gps/hibernate/WolMeetupsentry.java 109 Parameter 'modifiedDate' is not assigned and could be declared final
42816 src/com/gps/hibernate/WolMeetupsentry.java 109 publicMethodCommentRequirement Required
42817 src/com/gps/hibernate/WolMeetupsentry.java 113 publicMethodCommentRequirement Required
42818 src/com/gps/hibernate/WolMeetupsentry.java 117 Parameter 'title' is not assigned and could be declared final
42819 src/com/gps/hibernate/WolMeetupsentry.java 117 publicMethodCommentRequirement Required
42820 src/com/gps/hibernate/WolMeetupsentry.java 121 publicMethodCommentRequirement Required
42821 src/com/gps/hibernate/WolMeetupsentry.java 125 Parameter 'description' is not assigned and could be declared final
42822 src/com/gps/hibernate/WolMeetupsentry.java 125 publicMethodCommentRequirement Required
42823 src/com/gps/hibernate/WolMeetupsentry.java 129 publicMethodCommentRequirement Required
42824 src/com/gps/hibernate/WolMeetupsentry.java 133 Parameter 'startDate' is not assigned and could be declared final
42825 src/com/gps/hibernate/WolMeetupsentry.java 133 publicMethodCommentRequirement Required
42826 src/com/gps/hibernate/WolMeetupsentry.java 137 publicMethodCommentRequirement Required
42827 src/com/gps/hibernate/WolMeetupsentry.java 141 Parameter 'endDate' is not assigned and could be declared final
42828 src/com/gps/hibernate/WolMeetupsentry.java 141 publicMethodCommentRequirement Required
42829 src/com/gps/hibernate/WolMeetupsentry.java 145 publicMethodCommentRequirement Required
42830 src/com/gps/hibernate/WolMeetupsentry.java 149 Parameter 'totalAttendees' is not assigned and could be declared final
42831 src/com/gps/hibernate/WolMeetupsentry.java 149 publicMethodCommentRequirement Required
42832 src/com/gps/hibernate/WolMeetupsentry.java 153 publicMethodCommentRequirement Required
42833 src/com/gps/hibernate/WolMeetupsentry.java 157 Parameter 'maxAttendees' is not assigned and could be declared final
42834 src/com/gps/hibernate/WolMeetupsentry.java 157 publicMethodCommentRequirement Required
42835 src/com/gps/hibernate/WolMeetupsentry.java 161 publicMethodCommentRequirement Required
42836 src/com/gps/hibernate/WolMeetupsentry.java 165 Parameter 'price' is not assigned and could be declared final
42837 src/com/gps/hibernate/WolMeetupsentry.java 165 publicMethodCommentRequirement Required
42838 src/com/gps/hibernate/WolMeetupsentry.java 169 publicMethodCommentRequirement Required
42839 src/com/gps/hibernate/WolMeetupsentry.java 173 Parameter 'thumbnailId' is not assigned and could be declared final
42840 src/com/gps/hibernate/WolMeetupsentry.java 173 publicMethodCommentRequirement Required
42841 src/com/gps/hibernate/WolMeetupsentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
42842 src/com/gps/hibernate/WolMeetupsentryDAO.java 11 Comment is too large: Too many lines
42843 src/com/gps/hibernate/WolMeetupsentryDAO.java 23 This class has too many methods, consider refactoring it.
42844 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Logger should be defined private static final and have the correct class
42845 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
42846 src/com/gps/hibernate/WolMeetupsentryDAO.java 24 fieldCommentRequirement Required
42847 src/com/gps/hibernate/WolMeetupsentryDAO.java 26 fieldCommentRequirement Required
42848 src/com/gps/hibernate/WolMeetupsentryDAO.java 27 fieldCommentRequirement Required
42849 src/com/gps/hibernate/WolMeetupsentryDAO.java 28 fieldCommentRequirement Required
42850 src/com/gps/hibernate/WolMeetupsentryDAO.java 29 fieldCommentRequirement Required
42851 src/com/gps/hibernate/WolMeetupsentryDAO.java 30 fieldCommentRequirement Required
42852 src/com/gps/hibernate/WolMeetupsentryDAO.java 31 fieldCommentRequirement Required
42853 src/com/gps/hibernate/WolMeetupsentryDAO.java 32 fieldCommentRequirement Required
42854 src/com/gps/hibernate/WolMeetupsentryDAO.java 33 fieldCommentRequirement Required
42855 src/com/gps/hibernate/WolMeetupsentryDAO.java 34 fieldCommentRequirement Required
42856 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 Parameter 'transientInstance' is not assigned and could be declared final
42857 src/com/gps/hibernate/WolMeetupsentryDAO.java 36 publicMethodCommentRequirement Required
42858 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 There is log block not surrounded by if
42859 src/com/gps/hibernate/WolMeetupsentryDAO.java 37 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42860 src/com/gps/hibernate/WolMeetupsentryDAO.java 39 Potential violation of Law of Demeter (method chain calls)
42861 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 There is log block not surrounded by if
42862 src/com/gps/hibernate/WolMeetupsentryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42863 src/com/gps/hibernate/WolMeetupsentryDAO.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42864 src/com/gps/hibernate/WolMeetupsentryDAO.java 42 There is log block not surrounded by if
42865 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Avoid excessively long variable names like persistentInstance
42866 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 Parameter 'persistentInstance' is not assigned and could be declared final
42867 src/com/gps/hibernate/WolMeetupsentryDAO.java 47 publicMethodCommentRequirement Required
42868 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 There is log block not surrounded by if
42869 src/com/gps/hibernate/WolMeetupsentryDAO.java 48 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42870 src/com/gps/hibernate/WolMeetupsentryDAO.java 50 Potential violation of Law of Demeter (method chain calls)
42871 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 There is log block not surrounded by if
42872 src/com/gps/hibernate/WolMeetupsentryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42873 src/com/gps/hibernate/WolMeetupsentryDAO.java 52 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42874 src/com/gps/hibernate/WolMeetupsentryDAO.java 53 There is log block not surrounded by if
42875 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Avoid variables with short names like id
42876 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 Parameter 'id' is not assigned and could be declared final
42877 src/com/gps/hibernate/WolMeetupsentryDAO.java 58 publicMethodCommentRequirement Required
42878 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 There is log block not surrounded by if
42879 src/com/gps/hibernate/WolMeetupsentryDAO.java 59 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42880 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Local variable 'instance' could be declared final
42881 src/com/gps/hibernate/WolMeetupsentryDAO.java 61 Potential violation of Law of Demeter (method chain calls)
42882 src/com/gps/hibernate/WolMeetupsentryDAO.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42883 src/com/gps/hibernate/WolMeetupsentryDAO.java 65 There is log block not surrounded by if
42884 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 Parameter 'instance' is not assigned and could be declared final
42885 src/com/gps/hibernate/WolMeetupsentryDAO.java 70 publicMethodCommentRequirement Required
42886 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 There is log block not surrounded by if
42887 src/com/gps/hibernate/WolMeetupsentryDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42888 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Local variable 'results' could be declared final
42889 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
42890 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
42891 src/com/gps/hibernate/WolMeetupsentryDAO.java 73 Potential violation of Law of Demeter (method chain calls)
42892 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 There is log block not surrounded by if
42893 src/com/gps/hibernate/WolMeetupsentryDAO.java 76 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42894 src/com/gps/hibernate/WolMeetupsentryDAO.java 77 Potential violation of Law of Demeter (object not created locally)
42895 src/com/gps/hibernate/WolMeetupsentryDAO.java 79 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42896 src/com/gps/hibernate/WolMeetupsentryDAO.java 80 There is log block not surrounded by if
42897 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'propertyName' is not assigned and could be declared final
42898 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 Parameter 'value' is not assigned and could be declared final
42899 src/com/gps/hibernate/WolMeetupsentryDAO.java 85 publicMethodCommentRequirement Required
42900 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 There is log block not surrounded by if
42901 src/com/gps/hibernate/WolMeetupsentryDAO.java 86 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42902 src/com/gps/hibernate/WolMeetupsentryDAO.java 89 Local variable 'queryString' could be declared final
42903 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Local variable 'queryObject' could be declared final
42904 src/com/gps/hibernate/WolMeetupsentryDAO.java 91 Potential violation of Law of Demeter (method chain calls)
42905 src/com/gps/hibernate/WolMeetupsentryDAO.java 92 Potential violation of Law of Demeter (object not created locally)
42906 src/com/gps/hibernate/WolMeetupsentryDAO.java 93 Potential violation of Law of Demeter (object not created locally)
42907 src/com/gps/hibernate/WolMeetupsentryDAO.java 94 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42908 src/com/gps/hibernate/WolMeetupsentryDAO.java 95 There is log block not surrounded by if
42909 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
42910 src/com/gps/hibernate/WolMeetupsentryDAO.java 100 publicMethodCommentRequirement Required
42911 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
42912 src/com/gps/hibernate/WolMeetupsentryDAO.java 104 publicMethodCommentRequirement Required
42913 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
42914 src/com/gps/hibernate/WolMeetupsentryDAO.java 108 publicMethodCommentRequirement Required
42915 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 Parameter 'title' is not assigned and could be declared final
42916 src/com/gps/hibernate/WolMeetupsentryDAO.java 112 publicMethodCommentRequirement Required
42917 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 Parameter 'description' is not assigned and could be declared final
42918 src/com/gps/hibernate/WolMeetupsentryDAO.java 116 publicMethodCommentRequirement Required
42919 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 Parameter 'totalAttendees' is not assigned and could be declared final
42920 src/com/gps/hibernate/WolMeetupsentryDAO.java 120 publicMethodCommentRequirement Required
42921 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 Parameter 'maxAttendees' is not assigned and could be declared final
42922 src/com/gps/hibernate/WolMeetupsentryDAO.java 124 publicMethodCommentRequirement Required
42923 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 Parameter 'price' is not assigned and could be declared final
42924 src/com/gps/hibernate/WolMeetupsentryDAO.java 128 publicMethodCommentRequirement Required
42925 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 Parameter 'thumbnailId' is not assigned and could be declared final
42926 src/com/gps/hibernate/WolMeetupsentryDAO.java 132 publicMethodCommentRequirement Required
42927 src/com/gps/hibernate/WolMeetupsentryDAO.java 136 publicMethodCommentRequirement Required
42928 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 There is log block not surrounded by if
42929 src/com/gps/hibernate/WolMeetupsentryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42930 src/com/gps/hibernate/WolMeetupsentryDAO.java 139 Local variable 'queryString' could be declared final
42931 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Local variable 'queryObject' could be declared final
42932 src/com/gps/hibernate/WolMeetupsentryDAO.java 140 Potential violation of Law of Demeter (method chain calls)
42933 src/com/gps/hibernate/WolMeetupsentryDAO.java 141 Potential violation of Law of Demeter (object not created locally)
42934 src/com/gps/hibernate/WolMeetupsentryDAO.java 142 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42935 src/com/gps/hibernate/WolMeetupsentryDAO.java 143 There is log block not surrounded by if
42936 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 Parameter 'detachedInstance' is not assigned and could be declared final
42937 src/com/gps/hibernate/WolMeetupsentryDAO.java 148 publicMethodCommentRequirement Required
42938 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 There is log block not surrounded by if
42939 src/com/gps/hibernate/WolMeetupsentryDAO.java 149 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42940 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Local variable 'result' could be declared final
42941 src/com/gps/hibernate/WolMeetupsentryDAO.java 151 Potential violation of Law of Demeter (method chain calls)
42942 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 There is log block not surrounded by if
42943 src/com/gps/hibernate/WolMeetupsentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42944 src/com/gps/hibernate/WolMeetupsentryDAO.java 155 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42945 src/com/gps/hibernate/WolMeetupsentryDAO.java 156 There is log block not surrounded by if
42946 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 Parameter 'instance' is not assigned and could be declared final
42947 src/com/gps/hibernate/WolMeetupsentryDAO.java 161 publicMethodCommentRequirement Required
42948 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 There is log block not surrounded by if
42949 src/com/gps/hibernate/WolMeetupsentryDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42950 src/com/gps/hibernate/WolMeetupsentryDAO.java 164 Potential violation of Law of Demeter (method chain calls)
42951 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 There is log block not surrounded by if
42952 src/com/gps/hibernate/WolMeetupsentryDAO.java 165 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42953 src/com/gps/hibernate/WolMeetupsentryDAO.java 166 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42954 src/com/gps/hibernate/WolMeetupsentryDAO.java 167 There is log block not surrounded by if
42955 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 Parameter 'instance' is not assigned and could be declared final
42956 src/com/gps/hibernate/WolMeetupsentryDAO.java 172 publicMethodCommentRequirement Required
42957 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 There is log block not surrounded by if
42958 src/com/gps/hibernate/WolMeetupsentryDAO.java 173 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42959 src/com/gps/hibernate/WolMeetupsentryDAO.java 175 Potential violation of Law of Demeter (method chain calls)
42960 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 There is log block not surrounded by if
42961 src/com/gps/hibernate/WolMeetupsentryDAO.java 176 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
42962 src/com/gps/hibernate/WolMeetupsentryDAO.java 177 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
42963 src/com/gps/hibernate/WolMeetupsentryDAO.java 178 There is log block not surrounded by if
42964 src/com/gps/hibernate/WolMeetupsregistration.java 11 Classes implementing Serializable should set a serialVersionUID
42965 src/com/gps/hibernate/WolMeetupsregistration.java 15 Avoid excessively long variable names like meetupsRegistrationId
42966 src/com/gps/hibernate/WolMeetupsregistration.java 15 fieldCommentRequirement Required
42967 src/com/gps/hibernate/WolMeetupsregistration.java 16 fieldCommentRequirement Required
42968 src/com/gps/hibernate/WolMeetupsregistration.java 17 fieldCommentRequirement Required
42969 src/com/gps/hibernate/WolMeetupsregistration.java 18 fieldCommentRequirement Required
42970 src/com/gps/hibernate/WolMeetupsregistration.java 19 fieldCommentRequirement Required
42971 src/com/gps/hibernate/WolMeetupsregistration.java 20 fieldCommentRequirement Required
42972 src/com/gps/hibernate/WolMeetupsregistration.java 21 fieldCommentRequirement Required
42973 src/com/gps/hibernate/WolMeetupsregistration.java 22 fieldCommentRequirement Required
42974 src/com/gps/hibernate/WolMeetupsregistration.java 23 fieldCommentRequirement Required
42975 src/com/gps/hibernate/WolMeetupsregistration.java 28 Document empty constructor
42976 src/com/gps/hibernate/WolMeetupsregistration.java 32 Avoid excessively long variable names like meetupsRegistrationId
42977 src/com/gps/hibernate/WolMeetupsregistration.java 32 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
42978 src/com/gps/hibernate/WolMeetupsregistration.java 37 Avoid excessively long variable names like meetupsRegistrationId
42979 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'companyId' is not assigned and could be declared final
42980 src/com/gps/hibernate/WolMeetupsregistration.java 37 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
42981 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'createDate' is not assigned and could be declared final
42982 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'modifiedDate' is not assigned and could be declared final
42983 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userId' is not assigned and could be declared final
42984 src/com/gps/hibernate/WolMeetupsregistration.java 38 Parameter 'userName' is not assigned and could be declared final
42985 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'comments' is not assigned and could be declared final
42986 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'meetupsEntryId' is not assigned and could be declared final
42987 src/com/gps/hibernate/WolMeetupsregistration.java 39 Parameter 'status' is not assigned and could be declared final
42988 src/com/gps/hibernate/WolMeetupsregistration.java 53 publicMethodCommentRequirement Required
42989 src/com/gps/hibernate/WolMeetupsregistration.java 57 Avoid excessively long variable names like meetupsRegistrationId
42990 src/com/gps/hibernate/WolMeetupsregistration.java 57 Parameter 'meetupsRegistrationId' is not assigned and could be declared final
42991 src/com/gps/hibernate/WolMeetupsregistration.java 57 publicMethodCommentRequirement Required
42992 src/com/gps/hibernate/WolMeetupsregistration.java 61 publicMethodCommentRequirement Required
42993 src/com/gps/hibernate/WolMeetupsregistration.java 65 Parameter 'companyId' is not assigned and could be declared final
42994 src/com/gps/hibernate/WolMeetupsregistration.java 65 publicMethodCommentRequirement Required
42995 src/com/gps/hibernate/WolMeetupsregistration.java 69 publicMethodCommentRequirement Required
42996 src/com/gps/hibernate/WolMeetupsregistration.java 73 Parameter 'userId' is not assigned and could be declared final
42997 src/com/gps/hibernate/WolMeetupsregistration.java 73 publicMethodCommentRequirement Required
42998 src/com/gps/hibernate/WolMeetupsregistration.java 77 publicMethodCommentRequirement Required
42999 src/com/gps/hibernate/WolMeetupsregistration.java 81 Parameter 'userName' is not assigned and could be declared final
43000 src/com/gps/hibernate/WolMeetupsregistration.java 81 publicMethodCommentRequirement Required
43001 src/com/gps/hibernate/WolMeetupsregistration.java 85 publicMethodCommentRequirement Required
43002 src/com/gps/hibernate/WolMeetupsregistration.java 89 Parameter 'createDate' is not assigned and could be declared final
43003 src/com/gps/hibernate/WolMeetupsregistration.java 89 publicMethodCommentRequirement Required
43004 src/com/gps/hibernate/WolMeetupsregistration.java 93 publicMethodCommentRequirement Required
43005 src/com/gps/hibernate/WolMeetupsregistration.java 97 Parameter 'modifiedDate' is not assigned and could be declared final
43006 src/com/gps/hibernate/WolMeetupsregistration.java 97 publicMethodCommentRequirement Required
43007 src/com/gps/hibernate/WolMeetupsregistration.java 101 publicMethodCommentRequirement Required
43008 src/com/gps/hibernate/WolMeetupsregistration.java 105 Parameter 'meetupsEntryId' is not assigned and could be declared final
43009 src/com/gps/hibernate/WolMeetupsregistration.java 105 publicMethodCommentRequirement Required
43010 src/com/gps/hibernate/WolMeetupsregistration.java 109 publicMethodCommentRequirement Required
43011 src/com/gps/hibernate/WolMeetupsregistration.java 113 Parameter 'status' is not assigned and could be declared final
43012 src/com/gps/hibernate/WolMeetupsregistration.java 113 publicMethodCommentRequirement Required
43013 src/com/gps/hibernate/WolMeetupsregistration.java 117 publicMethodCommentRequirement Required
43014 src/com/gps/hibernate/WolMeetupsregistration.java 121 Parameter 'comments' is not assigned and could be declared final
43015 src/com/gps/hibernate/WolMeetupsregistration.java 121 publicMethodCommentRequirement Required
43016 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 3 Avoid unused imports such as 'java.util.Date'
43017 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 11 Comment is too large: Too many lines
43018 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 23 This class has too many methods, consider refactoring it.
43019 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Logger should be defined private static final and have the correct class
43020 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
43021 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 24 fieldCommentRequirement Required
43022 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 27 fieldCommentRequirement Required
43023 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 28 fieldCommentRequirement Required
43024 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 29 fieldCommentRequirement Required
43025 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 30 fieldCommentRequirement Required
43026 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 31 fieldCommentRequirement Required
43027 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 32 fieldCommentRequirement Required
43028 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 Parameter 'transientInstance' is not assigned and could be declared final
43029 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 34 publicMethodCommentRequirement Required
43030 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 There is log block not surrounded by if
43031 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43032 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 37 Potential violation of Law of Demeter (method chain calls)
43033 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 There is log block not surrounded by if
43034 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 38 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43035 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 39 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43036 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 40 There is log block not surrounded by if
43037 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Avoid excessively long variable names like persistentInstance
43038 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 Parameter 'persistentInstance' is not assigned and could be declared final
43039 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 45 publicMethodCommentRequirement Required
43040 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 There is log block not surrounded by if
43041 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43042 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 48 Potential violation of Law of Demeter (method chain calls)
43043 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 There is log block not surrounded by if
43044 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 49 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43045 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 50 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43046 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 51 There is log block not surrounded by if
43047 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Avoid variables with short names like id
43048 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 Parameter 'id' is not assigned and could be declared final
43049 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 56 publicMethodCommentRequirement Required
43050 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 There is log block not surrounded by if
43051 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 57 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43052 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Local variable 'instance' could be declared final
43053 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 59 Potential violation of Law of Demeter (method chain calls)
43054 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 62 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43055 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 63 There is log block not surrounded by if
43056 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 Parameter 'instance' is not assigned and could be declared final
43057 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 68 publicMethodCommentRequirement Required
43058 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 There is log block not surrounded by if
43059 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 69 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43060 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Local variable 'results' could be declared final
43061 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
43062 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
43063 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 71 Potential violation of Law of Demeter (method chain calls)
43064 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 There is log block not surrounded by if
43065 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 74 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43066 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 75 Potential violation of Law of Demeter (object not created locally)
43067 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 77 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43068 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 78 There is log block not surrounded by if
43069 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'propertyName' is not assigned and could be declared final
43070 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 Parameter 'value' is not assigned and could be declared final
43071 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 83 publicMethodCommentRequirement Required
43072 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 There is log block not surrounded by if
43073 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 84 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43074 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 87 Local variable 'queryString' could be declared final
43075 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Local variable 'queryObject' could be declared final
43076 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 89 Potential violation of Law of Demeter (method chain calls)
43077 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 90 Potential violation of Law of Demeter (object not created locally)
43078 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 91 Potential violation of Law of Demeter (object not created locally)
43079 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 92 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43080 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 93 There is log block not surrounded by if
43081 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 Parameter 'companyId' is not assigned and could be declared final
43082 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 98 publicMethodCommentRequirement Required
43083 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 Parameter 'userId' is not assigned and could be declared final
43084 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 102 publicMethodCommentRequirement Required
43085 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 Parameter 'userName' is not assigned and could be declared final
43086 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 106 publicMethodCommentRequirement Required
43087 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 Parameter 'meetupsEntryId' is not assigned and could be declared final
43088 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 110 publicMethodCommentRequirement Required
43089 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 Parameter 'status' is not assigned and could be declared final
43090 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 114 publicMethodCommentRequirement Required
43091 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 Parameter 'comments' is not assigned and could be declared final
43092 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 118 publicMethodCommentRequirement Required
43093 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 122 publicMethodCommentRequirement Required
43094 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 There is log block not surrounded by if
43095 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 123 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43096 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 125 Local variable 'queryString' could be declared final
43097 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Local variable 'queryObject' could be declared final
43098 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 126 Potential violation of Law of Demeter (method chain calls)
43099 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 127 Potential violation of Law of Demeter (object not created locally)
43100 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 128 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43101 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 129 There is log block not surrounded by if
43102 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 Parameter 'detachedInstance' is not assigned and could be declared final
43103 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 134 publicMethodCommentRequirement Required
43104 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 There is log block not surrounded by if
43105 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 135 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43106 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Local variable 'result' could be declared final
43107 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 137 Potential violation of Law of Demeter (method chain calls)
43108 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 There is log block not surrounded by if
43109 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 139 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43110 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43111 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 142 There is log block not surrounded by if
43112 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 Parameter 'instance' is not assigned and could be declared final
43113 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 147 publicMethodCommentRequirement Required
43114 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 There is log block not surrounded by if
43115 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43116 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 150 Potential violation of Law of Demeter (method chain calls)
43117 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 There is log block not surrounded by if
43118 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43119 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43120 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 153 There is log block not surrounded by if
43121 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 Parameter 'instance' is not assigned and could be declared final
43122 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 158 publicMethodCommentRequirement Required
43123 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 There is log block not surrounded by if
43124 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 159 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43125 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 161 Potential violation of Law of Demeter (method chain calls)
43126 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 There is log block not surrounded by if
43127 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 162 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43128 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 163 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43129 src/com/gps/hibernate/WolMeetupsregistrationDAO.java 164 There is log block not surrounded by if
43130 src/com/gps/hibernate/WolSvnrepository.java 9 Classes implementing Serializable should set a serialVersionUID
43131 src/com/gps/hibernate/WolSvnrepository.java 13 fieldCommentRequirement Required
43132 src/com/gps/hibernate/WolSvnrepository.java 14 fieldCommentRequirement Required
43133 src/com/gps/hibernate/WolSvnrepository.java 15 fieldCommentRequirement Required
43134 src/com/gps/hibernate/WolSvnrepository.java 20 Document empty constructor
43135 src/com/gps/hibernate/WolSvnrepository.java 24 Parameter 'svnRepositoryId' is not assigned and could be declared final
43136 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'svnRepositoryId' is not assigned and could be declared final
43137 src/com/gps/hibernate/WolSvnrepository.java 29 Parameter 'url' is not assigned and could be declared final
43138 src/com/gps/hibernate/WolSvnrepository.java 30 Parameter 'revisionNumber' is not assigned and could be declared final
43139 src/com/gps/hibernate/WolSvnrepository.java 38 publicMethodCommentRequirement Required
43140 src/com/gps/hibernate/WolSvnrepository.java 42 Parameter 'svnRepositoryId' is not assigned and could be declared final
43141 src/com/gps/hibernate/WolSvnrepository.java 42 publicMethodCommentRequirement Required
43142 src/com/gps/hibernate/WolSvnrepository.java 46 publicMethodCommentRequirement Required
43143 src/com/gps/hibernate/WolSvnrepository.java 50 Parameter 'url' is not assigned and could be declared final
43144 src/com/gps/hibernate/WolSvnrepository.java 50 publicMethodCommentRequirement Required
43145 src/com/gps/hibernate/WolSvnrepository.java 54 publicMethodCommentRequirement Required
43146 src/com/gps/hibernate/WolSvnrepository.java 58 Parameter 'revisionNumber' is not assigned and could be declared final
43147 src/com/gps/hibernate/WolSvnrepository.java 58 publicMethodCommentRequirement Required
43148 src/com/gps/hibernate/WolSvnrepositoryDAO.java 10 Comment is too large: Too many lines
43149 src/com/gps/hibernate/WolSvnrepositoryDAO.java 22 This class has too many methods, consider refactoring it.
43150 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Logger should be defined private static final and have the correct class
43151 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 Variables that are final and static should be all capitals, 'log' is not all capitals.
43152 src/com/gps/hibernate/WolSvnrepositoryDAO.java 23 fieldCommentRequirement Required
43153 src/com/gps/hibernate/WolSvnrepositoryDAO.java 25 fieldCommentRequirement Required
43154 src/com/gps/hibernate/WolSvnrepositoryDAO.java 26 fieldCommentRequirement Required
43155 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 Parameter 'transientInstance' is not assigned and could be declared final
43156 src/com/gps/hibernate/WolSvnrepositoryDAO.java 28 publicMethodCommentRequirement Required
43157 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 There is log block not surrounded by if
43158 src/com/gps/hibernate/WolSvnrepositoryDAO.java 29 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43159 src/com/gps/hibernate/WolSvnrepositoryDAO.java 31 Potential violation of Law of Demeter (method chain calls)
43160 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 There is log block not surrounded by if
43161 src/com/gps/hibernate/WolSvnrepositoryDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43162 src/com/gps/hibernate/WolSvnrepositoryDAO.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43163 src/com/gps/hibernate/WolSvnrepositoryDAO.java 34 There is log block not surrounded by if
43164 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Avoid excessively long variable names like persistentInstance
43165 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 Parameter 'persistentInstance' is not assigned and could be declared final
43166 src/com/gps/hibernate/WolSvnrepositoryDAO.java 39 publicMethodCommentRequirement Required
43167 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 There is log block not surrounded by if
43168 src/com/gps/hibernate/WolSvnrepositoryDAO.java 40 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43169 src/com/gps/hibernate/WolSvnrepositoryDAO.java 42 Potential violation of Law of Demeter (method chain calls)
43170 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 There is log block not surrounded by if
43171 src/com/gps/hibernate/WolSvnrepositoryDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43172 src/com/gps/hibernate/WolSvnrepositoryDAO.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43173 src/com/gps/hibernate/WolSvnrepositoryDAO.java 45 There is log block not surrounded by if
43174 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Avoid variables with short names like id
43175 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 Parameter 'id' is not assigned and could be declared final
43176 src/com/gps/hibernate/WolSvnrepositoryDAO.java 50 publicMethodCommentRequirement Required
43177 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 There is log block not surrounded by if
43178 src/com/gps/hibernate/WolSvnrepositoryDAO.java 51 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43179 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Local variable 'instance' could be declared final
43180 src/com/gps/hibernate/WolSvnrepositoryDAO.java 53 Potential violation of Law of Demeter (method chain calls)
43181 src/com/gps/hibernate/WolSvnrepositoryDAO.java 56 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43182 src/com/gps/hibernate/WolSvnrepositoryDAO.java 57 There is log block not surrounded by if
43183 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 Parameter 'instance' is not assigned and could be declared final
43184 src/com/gps/hibernate/WolSvnrepositoryDAO.java 62 publicMethodCommentRequirement Required
43185 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 There is log block not surrounded by if
43186 src/com/gps/hibernate/WolSvnrepositoryDAO.java 63 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43187 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Local variable 'results' could be declared final
43188 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
43189 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
43190 src/com/gps/hibernate/WolSvnrepositoryDAO.java 65 Potential violation of Law of Demeter (method chain calls)
43191 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 There is log block not surrounded by if
43192 src/com/gps/hibernate/WolSvnrepositoryDAO.java 68 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43193 src/com/gps/hibernate/WolSvnrepositoryDAO.java 69 Potential violation of Law of Demeter (object not created locally)
43194 src/com/gps/hibernate/WolSvnrepositoryDAO.java 71 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43195 src/com/gps/hibernate/WolSvnrepositoryDAO.java 72 There is log block not surrounded by if
43196 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'propertyName' is not assigned and could be declared final
43197 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 Parameter 'value' is not assigned and could be declared final
43198 src/com/gps/hibernate/WolSvnrepositoryDAO.java 77 publicMethodCommentRequirement Required
43199 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 There is log block not surrounded by if
43200 src/com/gps/hibernate/WolSvnrepositoryDAO.java 78 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43201 src/com/gps/hibernate/WolSvnrepositoryDAO.java 81 Local variable 'queryString' could be declared final
43202 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Local variable 'queryObject' could be declared final
43203 src/com/gps/hibernate/WolSvnrepositoryDAO.java 83 Potential violation of Law of Demeter (method chain calls)
43204 src/com/gps/hibernate/WolSvnrepositoryDAO.java 84 Potential violation of Law of Demeter (object not created locally)
43205 src/com/gps/hibernate/WolSvnrepositoryDAO.java 85 Potential violation of Law of Demeter (object not created locally)
43206 src/com/gps/hibernate/WolSvnrepositoryDAO.java 86 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43207 src/com/gps/hibernate/WolSvnrepositoryDAO.java 87 There is log block not surrounded by if
43208 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 Parameter 'url' is not assigned and could be declared final
43209 src/com/gps/hibernate/WolSvnrepositoryDAO.java 92 publicMethodCommentRequirement Required
43210 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 Parameter 'revisionNumber' is not assigned and could be declared final
43211 src/com/gps/hibernate/WolSvnrepositoryDAO.java 96 publicMethodCommentRequirement Required
43212 src/com/gps/hibernate/WolSvnrepositoryDAO.java 100 publicMethodCommentRequirement Required
43213 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 There is log block not surrounded by if
43214 src/com/gps/hibernate/WolSvnrepositoryDAO.java 101 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43215 src/com/gps/hibernate/WolSvnrepositoryDAO.java 103 Local variable 'queryString' could be declared final
43216 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Local variable 'queryObject' could be declared final
43217 src/com/gps/hibernate/WolSvnrepositoryDAO.java 104 Potential violation of Law of Demeter (method chain calls)
43218 src/com/gps/hibernate/WolSvnrepositoryDAO.java 105 Potential violation of Law of Demeter (object not created locally)
43219 src/com/gps/hibernate/WolSvnrepositoryDAO.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43220 src/com/gps/hibernate/WolSvnrepositoryDAO.java 107 There is log block not surrounded by if
43221 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 Parameter 'detachedInstance' is not assigned and could be declared final
43222 src/com/gps/hibernate/WolSvnrepositoryDAO.java 112 publicMethodCommentRequirement Required
43223 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 There is log block not surrounded by if
43224 src/com/gps/hibernate/WolSvnrepositoryDAO.java 113 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43225 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Local variable 'result' could be declared final
43226 src/com/gps/hibernate/WolSvnrepositoryDAO.java 115 Potential violation of Law of Demeter (method chain calls)
43227 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 There is log block not surrounded by if
43228 src/com/gps/hibernate/WolSvnrepositoryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43229 src/com/gps/hibernate/WolSvnrepositoryDAO.java 119 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43230 src/com/gps/hibernate/WolSvnrepositoryDAO.java 120 There is log block not surrounded by if
43231 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 Parameter 'instance' is not assigned and could be declared final
43232 src/com/gps/hibernate/WolSvnrepositoryDAO.java 125 publicMethodCommentRequirement Required
43233 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 There is log block not surrounded by if
43234 src/com/gps/hibernate/WolSvnrepositoryDAO.java 126 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43235 src/com/gps/hibernate/WolSvnrepositoryDAO.java 128 Potential violation of Law of Demeter (method chain calls)
43236 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 There is log block not surrounded by if
43237 src/com/gps/hibernate/WolSvnrepositoryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43238 src/com/gps/hibernate/WolSvnrepositoryDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43239 src/com/gps/hibernate/WolSvnrepositoryDAO.java 131 There is log block not surrounded by if
43240 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 Parameter 'instance' is not assigned and could be declared final
43241 src/com/gps/hibernate/WolSvnrepositoryDAO.java 136 publicMethodCommentRequirement Required
43242 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 There is log block not surrounded by if
43243 src/com/gps/hibernate/WolSvnrepositoryDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43244 src/com/gps/hibernate/WolSvnrepositoryDAO.java 139 Potential violation of Law of Demeter (method chain calls)
43245 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 There is log block not surrounded by if
43246 src/com/gps/hibernate/WolSvnrepositoryDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43247 src/com/gps/hibernate/WolSvnrepositoryDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43248 src/com/gps/hibernate/WolSvnrepositoryDAO.java 142 There is log block not surrounded by if
43249 src/com/gps/hibernate/WolSvnrevision.java 11 Classes implementing Serializable should set a serialVersionUID
43250 src/com/gps/hibernate/WolSvnrevision.java 15 fieldCommentRequirement Required
43251 src/com/gps/hibernate/WolSvnrevision.java 16 fieldCommentRequirement Required
43252 src/com/gps/hibernate/WolSvnrevision.java 17 fieldCommentRequirement Required
43253 src/com/gps/hibernate/WolSvnrevision.java 18 fieldCommentRequirement Required
43254 src/com/gps/hibernate/WolSvnrevision.java 19 fieldCommentRequirement Required
43255 src/com/gps/hibernate/WolSvnrevision.java 20 fieldCommentRequirement Required
43256 src/com/gps/hibernate/WolSvnrevision.java 25 Document empty constructor
43257 src/com/gps/hibernate/WolSvnrevision.java 29 Parameter 'svnRevisionId' is not assigned and could be declared final
43258 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnRevisionId' is not assigned and could be declared final
43259 src/com/gps/hibernate/WolSvnrevision.java 34 Parameter 'svnUserId' is not assigned and could be declared final
43260 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'createDate' is not assigned and could be declared final
43261 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'revisionNumber' is not assigned and could be declared final
43262 src/com/gps/hibernate/WolSvnrevision.java 35 Parameter 'svnRepositoryId' is not assigned and could be declared final
43263 src/com/gps/hibernate/WolSvnrevision.java 36 Parameter 'comments' is not assigned and could be declared final
43264 src/com/gps/hibernate/WolSvnrevision.java 47 publicMethodCommentRequirement Required
43265 src/com/gps/hibernate/WolSvnrevision.java 51 Parameter 'svnRevisionId' is not assigned and could be declared final
43266 src/com/gps/hibernate/WolSvnrevision.java 51 publicMethodCommentRequirement Required
43267 src/com/gps/hibernate/WolSvnrevision.java 55 publicMethodCommentRequirement Required
43268 src/com/gps/hibernate/WolSvnrevision.java 59 Parameter 'svnUserId' is not assigned and could be declared final
43269 src/com/gps/hibernate/WolSvnrevision.java 59 publicMethodCommentRequirement Required
43270 src/com/gps/hibernate/WolSvnrevision.java 63 publicMethodCommentRequirement Required
43271 src/com/gps/hibernate/WolSvnrevision.java 67 Parameter 'createDate' is not assigned and could be declared final
43272 src/com/gps/hibernate/WolSvnrevision.java 67 publicMethodCommentRequirement Required
43273 src/com/gps/hibernate/WolSvnrevision.java 71 publicMethodCommentRequirement Required
43274 src/com/gps/hibernate/WolSvnrevision.java 75 Parameter 'svnRepositoryId' is not assigned and could be declared final
43275 src/com/gps/hibernate/WolSvnrevision.java 75 publicMethodCommentRequirement Required
43276 src/com/gps/hibernate/WolSvnrevision.java 79 publicMethodCommentRequirement Required
43277 src/com/gps/hibernate/WolSvnrevision.java 83 Parameter 'revisionNumber' is not assigned and could be declared final
43278 src/com/gps/hibernate/WolSvnrevision.java 83 publicMethodCommentRequirement Required
43279 src/com/gps/hibernate/WolSvnrevision.java 87 publicMethodCommentRequirement Required
43280 src/com/gps/hibernate/WolSvnrevision.java 91 Parameter 'comments' is not assigned and could be declared final
43281 src/com/gps/hibernate/WolSvnrevision.java 91 publicMethodCommentRequirement Required
43282 src/com/gps/hibernate/WolSvnrevisionDAO.java 3 Avoid unused imports such as 'java.util.Date'
43283 src/com/gps/hibernate/WolSvnrevisionDAO.java 11 Comment is too large: Too many lines
43284 src/com/gps/hibernate/WolSvnrevisionDAO.java 23 This class has too many methods, consider refactoring it.
43285 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Logger should be defined private static final and have the correct class
43286 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
43287 src/com/gps/hibernate/WolSvnrevisionDAO.java 24 fieldCommentRequirement Required
43288 src/com/gps/hibernate/WolSvnrevisionDAO.java 26 fieldCommentRequirement Required
43289 src/com/gps/hibernate/WolSvnrevisionDAO.java 27 fieldCommentRequirement Required
43290 src/com/gps/hibernate/WolSvnrevisionDAO.java 28 fieldCommentRequirement Required
43291 src/com/gps/hibernate/WolSvnrevisionDAO.java 29 fieldCommentRequirement Required
43292 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 Parameter 'transientInstance' is not assigned and could be declared final
43293 src/com/gps/hibernate/WolSvnrevisionDAO.java 31 publicMethodCommentRequirement Required
43294 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 There is log block not surrounded by if
43295 src/com/gps/hibernate/WolSvnrevisionDAO.java 32 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43296 src/com/gps/hibernate/WolSvnrevisionDAO.java 34 Potential violation of Law of Demeter (method chain calls)
43297 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 There is log block not surrounded by if
43298 src/com/gps/hibernate/WolSvnrevisionDAO.java 35 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43299 src/com/gps/hibernate/WolSvnrevisionDAO.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43300 src/com/gps/hibernate/WolSvnrevisionDAO.java 37 There is log block not surrounded by if
43301 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Avoid excessively long variable names like persistentInstance
43302 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 Parameter 'persistentInstance' is not assigned and could be declared final
43303 src/com/gps/hibernate/WolSvnrevisionDAO.java 42 publicMethodCommentRequirement Required
43304 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 There is log block not surrounded by if
43305 src/com/gps/hibernate/WolSvnrevisionDAO.java 43 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43306 src/com/gps/hibernate/WolSvnrevisionDAO.java 45 Potential violation of Law of Demeter (method chain calls)
43307 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 There is log block not surrounded by if
43308 src/com/gps/hibernate/WolSvnrevisionDAO.java 46 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43309 src/com/gps/hibernate/WolSvnrevisionDAO.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43310 src/com/gps/hibernate/WolSvnrevisionDAO.java 48 There is log block not surrounded by if
43311 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Avoid variables with short names like id
43312 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 Parameter 'id' is not assigned and could be declared final
43313 src/com/gps/hibernate/WolSvnrevisionDAO.java 53 publicMethodCommentRequirement Required
43314 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 There is log block not surrounded by if
43315 src/com/gps/hibernate/WolSvnrevisionDAO.java 54 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43316 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Local variable 'instance' could be declared final
43317 src/com/gps/hibernate/WolSvnrevisionDAO.java 56 Potential violation of Law of Demeter (method chain calls)
43318 src/com/gps/hibernate/WolSvnrevisionDAO.java 59 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43319 src/com/gps/hibernate/WolSvnrevisionDAO.java 60 There is log block not surrounded by if
43320 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 Parameter 'instance' is not assigned and could be declared final
43321 src/com/gps/hibernate/WolSvnrevisionDAO.java 65 publicMethodCommentRequirement Required
43322 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 There is log block not surrounded by if
43323 src/com/gps/hibernate/WolSvnrevisionDAO.java 66 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43324 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Local variable 'results' could be declared final
43325 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
43326 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
43327 src/com/gps/hibernate/WolSvnrevisionDAO.java 68 Potential violation of Law of Demeter (method chain calls)
43328 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 There is log block not surrounded by if
43329 src/com/gps/hibernate/WolSvnrevisionDAO.java 71 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43330 src/com/gps/hibernate/WolSvnrevisionDAO.java 72 Potential violation of Law of Demeter (object not created locally)
43331 src/com/gps/hibernate/WolSvnrevisionDAO.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43332 src/com/gps/hibernate/WolSvnrevisionDAO.java 75 There is log block not surrounded by if
43333 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'propertyName' is not assigned and could be declared final
43334 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 Parameter 'value' is not assigned and could be declared final
43335 src/com/gps/hibernate/WolSvnrevisionDAO.java 80 publicMethodCommentRequirement Required
43336 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 There is log block not surrounded by if
43337 src/com/gps/hibernate/WolSvnrevisionDAO.java 81 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43338 src/com/gps/hibernate/WolSvnrevisionDAO.java 84 Local variable 'queryString' could be declared final
43339 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Local variable 'queryObject' could be declared final
43340 src/com/gps/hibernate/WolSvnrevisionDAO.java 86 Potential violation of Law of Demeter (method chain calls)
43341 src/com/gps/hibernate/WolSvnrevisionDAO.java 87 Potential violation of Law of Demeter (object not created locally)
43342 src/com/gps/hibernate/WolSvnrevisionDAO.java 88 Potential violation of Law of Demeter (object not created locally)
43343 src/com/gps/hibernate/WolSvnrevisionDAO.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43344 src/com/gps/hibernate/WolSvnrevisionDAO.java 90 There is log block not surrounded by if
43345 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 Parameter 'svnUserId' is not assigned and could be declared final
43346 src/com/gps/hibernate/WolSvnrevisionDAO.java 95 publicMethodCommentRequirement Required
43347 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 Parameter 'svnRepositoryId' is not assigned and could be declared final
43348 src/com/gps/hibernate/WolSvnrevisionDAO.java 99 publicMethodCommentRequirement Required
43349 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 Parameter 'revisionNumber' is not assigned and could be declared final
43350 src/com/gps/hibernate/WolSvnrevisionDAO.java 103 publicMethodCommentRequirement Required
43351 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 Parameter 'comments' is not assigned and could be declared final
43352 src/com/gps/hibernate/WolSvnrevisionDAO.java 107 publicMethodCommentRequirement Required
43353 src/com/gps/hibernate/WolSvnrevisionDAO.java 111 publicMethodCommentRequirement Required
43354 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 There is log block not surrounded by if
43355 src/com/gps/hibernate/WolSvnrevisionDAO.java 112 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43356 src/com/gps/hibernate/WolSvnrevisionDAO.java 114 Local variable 'queryString' could be declared final
43357 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Local variable 'queryObject' could be declared final
43358 src/com/gps/hibernate/WolSvnrevisionDAO.java 115 Potential violation of Law of Demeter (method chain calls)
43359 src/com/gps/hibernate/WolSvnrevisionDAO.java 116 Potential violation of Law of Demeter (object not created locally)
43360 src/com/gps/hibernate/WolSvnrevisionDAO.java 117 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43361 src/com/gps/hibernate/WolSvnrevisionDAO.java 118 There is log block not surrounded by if
43362 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 Parameter 'detachedInstance' is not assigned and could be declared final
43363 src/com/gps/hibernate/WolSvnrevisionDAO.java 123 publicMethodCommentRequirement Required
43364 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 There is log block not surrounded by if
43365 src/com/gps/hibernate/WolSvnrevisionDAO.java 124 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43366 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Local variable 'result' could be declared final
43367 src/com/gps/hibernate/WolSvnrevisionDAO.java 126 Potential violation of Law of Demeter (method chain calls)
43368 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 There is log block not surrounded by if
43369 src/com/gps/hibernate/WolSvnrevisionDAO.java 128 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43370 src/com/gps/hibernate/WolSvnrevisionDAO.java 130 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43371 src/com/gps/hibernate/WolSvnrevisionDAO.java 131 There is log block not surrounded by if
43372 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 Parameter 'instance' is not assigned and could be declared final
43373 src/com/gps/hibernate/WolSvnrevisionDAO.java 136 publicMethodCommentRequirement Required
43374 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 There is log block not surrounded by if
43375 src/com/gps/hibernate/WolSvnrevisionDAO.java 137 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43376 src/com/gps/hibernate/WolSvnrevisionDAO.java 139 Potential violation of Law of Demeter (method chain calls)
43377 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 There is log block not surrounded by if
43378 src/com/gps/hibernate/WolSvnrevisionDAO.java 140 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43379 src/com/gps/hibernate/WolSvnrevisionDAO.java 141 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43380 src/com/gps/hibernate/WolSvnrevisionDAO.java 142 There is log block not surrounded by if
43381 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 Parameter 'instance' is not assigned and could be declared final
43382 src/com/gps/hibernate/WolSvnrevisionDAO.java 147 publicMethodCommentRequirement Required
43383 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 There is log block not surrounded by if
43384 src/com/gps/hibernate/WolSvnrevisionDAO.java 148 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43385 src/com/gps/hibernate/WolSvnrevisionDAO.java 150 Potential violation of Law of Demeter (method chain calls)
43386 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 There is log block not surrounded by if
43387 src/com/gps/hibernate/WolSvnrevisionDAO.java 151 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43388 src/com/gps/hibernate/WolSvnrevisionDAO.java 152 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43389 src/com/gps/hibernate/WolSvnrevisionDAO.java 153 There is log block not surrounded by if
43390 src/com/gps/hibernate/WolWallentry.java 11 Classes implementing Serializable should set a serialVersionUID
43391 src/com/gps/hibernate/WolWallentry.java 15 fieldCommentRequirement Required
43392 src/com/gps/hibernate/WolWallentry.java 16 fieldCommentRequirement Required
43393 src/com/gps/hibernate/WolWallentry.java 17 fieldCommentRequirement Required
43394 src/com/gps/hibernate/WolWallentry.java 18 fieldCommentRequirement Required
43395 src/com/gps/hibernate/WolWallentry.java 19 fieldCommentRequirement Required
43396 src/com/gps/hibernate/WolWallentry.java 20 fieldCommentRequirement Required
43397 src/com/gps/hibernate/WolWallentry.java 21 fieldCommentRequirement Required
43398 src/com/gps/hibernate/WolWallentry.java 22 fieldCommentRequirement Required
43399 src/com/gps/hibernate/WolWallentry.java 27 Document empty constructor
43400 src/com/gps/hibernate/WolWallentry.java 31 Parameter 'wallEntryId' is not assigned and could be declared final
43401 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'companyId' is not assigned and could be declared final
43402 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'groupId' is not assigned and could be declared final
43403 src/com/gps/hibernate/WolWallentry.java 36 Parameter 'wallEntryId' is not assigned and could be declared final
43404 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'createDate' is not assigned and could be declared final
43405 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'modifiedDate' is not assigned and could be declared final
43406 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userId' is not assigned and could be declared final
43407 src/com/gps/hibernate/WolWallentry.java 37 Parameter 'userName' is not assigned and could be declared final
43408 src/com/gps/hibernate/WolWallentry.java 38 Parameter 'comments' is not assigned and could be declared final
43409 src/com/gps/hibernate/WolWallentry.java 51 publicMethodCommentRequirement Required
43410 src/com/gps/hibernate/WolWallentry.java 55 Parameter 'wallEntryId' is not assigned and could be declared final
43411 src/com/gps/hibernate/WolWallentry.java 55 publicMethodCommentRequirement Required
43412 src/com/gps/hibernate/WolWallentry.java 59 publicMethodCommentRequirement Required
43413 src/com/gps/hibernate/WolWallentry.java 63 Parameter 'groupId' is not assigned and could be declared final
43414 src/com/gps/hibernate/WolWallentry.java 63 publicMethodCommentRequirement Required
43415 src/com/gps/hibernate/WolWallentry.java 67 publicMethodCommentRequirement Required
43416 src/com/gps/hibernate/WolWallentry.java 71 Parameter 'companyId' is not assigned and could be declared final
43417 src/com/gps/hibernate/WolWallentry.java 71 publicMethodCommentRequirement Required
43418 src/com/gps/hibernate/WolWallentry.java 75 publicMethodCommentRequirement Required
43419 src/com/gps/hibernate/WolWallentry.java 79 Parameter 'userId' is not assigned and could be declared final
43420 src/com/gps/hibernate/WolWallentry.java 79 publicMethodCommentRequirement Required
43421 src/com/gps/hibernate/WolWallentry.java 83 publicMethodCommentRequirement Required
43422 src/com/gps/hibernate/WolWallentry.java 87 Parameter 'userName' is not assigned and could be declared final
43423 src/com/gps/hibernate/WolWallentry.java 87 publicMethodCommentRequirement Required
43424 src/com/gps/hibernate/WolWallentry.java 91 publicMethodCommentRequirement Required
43425 src/com/gps/hibernate/WolWallentry.java 95 Parameter 'createDate' is not assigned and could be declared final
43426 src/com/gps/hibernate/WolWallentry.java 95 publicMethodCommentRequirement Required
43427 src/com/gps/hibernate/WolWallentry.java 99 publicMethodCommentRequirement Required
43428 src/com/gps/hibernate/WolWallentry.java 103 Parameter 'modifiedDate' is not assigned and could be declared final
43429 src/com/gps/hibernate/WolWallentry.java 103 publicMethodCommentRequirement Required
43430 src/com/gps/hibernate/WolWallentry.java 107 publicMethodCommentRequirement Required
43431 src/com/gps/hibernate/WolWallentry.java 111 Parameter 'comments' is not assigned and could be declared final
43432 src/com/gps/hibernate/WolWallentry.java 111 publicMethodCommentRequirement Required
43433 src/com/gps/hibernate/WolWallentryDAO.java 3 Avoid unused imports such as 'java.util.Date'
43434 src/com/gps/hibernate/WolWallentryDAO.java 11 Comment is too large: Too many lines
43435 src/com/gps/hibernate/WolWallentryDAO.java 23 This class has too many methods, consider refactoring it.
43436 src/com/gps/hibernate/WolWallentryDAO.java 24 Logger should be defined private static final and have the correct class
43437 src/com/gps/hibernate/WolWallentryDAO.java 24 Variables that are final and static should be all capitals, 'log' is not all capitals.
43438 src/com/gps/hibernate/WolWallentryDAO.java 24 fieldCommentRequirement Required
43439 src/com/gps/hibernate/WolWallentryDAO.java 26 fieldCommentRequirement Required
43440 src/com/gps/hibernate/WolWallentryDAO.java 27 fieldCommentRequirement Required
43441 src/com/gps/hibernate/WolWallentryDAO.java 28 fieldCommentRequirement Required
43442 src/com/gps/hibernate/WolWallentryDAO.java 29 fieldCommentRequirement Required
43443 src/com/gps/hibernate/WolWallentryDAO.java 30 fieldCommentRequirement Required
43444 src/com/gps/hibernate/WolWallentryDAO.java 32 Parameter 'transientInstance' is not assigned and could be declared final
43445 src/com/gps/hibernate/WolWallentryDAO.java 32 publicMethodCommentRequirement Required
43446 src/com/gps/hibernate/WolWallentryDAO.java 33 There is log block not surrounded by if
43447 src/com/gps/hibernate/WolWallentryDAO.java 33 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43448 src/com/gps/hibernate/WolWallentryDAO.java 35 Potential violation of Law of Demeter (method chain calls)
43449 src/com/gps/hibernate/WolWallentryDAO.java 36 There is log block not surrounded by if
43450 src/com/gps/hibernate/WolWallentryDAO.java 36 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43451 src/com/gps/hibernate/WolWallentryDAO.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43452 src/com/gps/hibernate/WolWallentryDAO.java 38 There is log block not surrounded by if
43453 src/com/gps/hibernate/WolWallentryDAO.java 43 Avoid excessively long variable names like persistentInstance
43454 src/com/gps/hibernate/WolWallentryDAO.java 43 Parameter 'persistentInstance' is not assigned and could be declared final
43455 src/com/gps/hibernate/WolWallentryDAO.java 43 publicMethodCommentRequirement Required
43456 src/com/gps/hibernate/WolWallentryDAO.java 44 There is log block not surrounded by if
43457 src/com/gps/hibernate/WolWallentryDAO.java 44 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43458 src/com/gps/hibernate/WolWallentryDAO.java 46 Potential violation of Law of Demeter (method chain calls)
43459 src/com/gps/hibernate/WolWallentryDAO.java 47 There is log block not surrounded by if
43460 src/com/gps/hibernate/WolWallentryDAO.java 47 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43461 src/com/gps/hibernate/WolWallentryDAO.java 48 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43462 src/com/gps/hibernate/WolWallentryDAO.java 49 There is log block not surrounded by if
43463 src/com/gps/hibernate/WolWallentryDAO.java 54 Avoid variables with short names like id
43464 src/com/gps/hibernate/WolWallentryDAO.java 54 Parameter 'id' is not assigned and could be declared final
43465 src/com/gps/hibernate/WolWallentryDAO.java 54 publicMethodCommentRequirement Required
43466 src/com/gps/hibernate/WolWallentryDAO.java 55 There is log block not surrounded by if
43467 src/com/gps/hibernate/WolWallentryDAO.java 55 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43468 src/com/gps/hibernate/WolWallentryDAO.java 57 Local variable 'instance' could be declared final
43469 src/com/gps/hibernate/WolWallentryDAO.java 57 Potential violation of Law of Demeter (method chain calls)
43470 src/com/gps/hibernate/WolWallentryDAO.java 60 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43471 src/com/gps/hibernate/WolWallentryDAO.java 61 There is log block not surrounded by if
43472 src/com/gps/hibernate/WolWallentryDAO.java 66 Parameter 'instance' is not assigned and could be declared final
43473 src/com/gps/hibernate/WolWallentryDAO.java 66 publicMethodCommentRequirement Required
43474 src/com/gps/hibernate/WolWallentryDAO.java 67 There is log block not surrounded by if
43475 src/com/gps/hibernate/WolWallentryDAO.java 67 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43476 src/com/gps/hibernate/WolWallentryDAO.java 69 Local variable 'results' could be declared final
43477 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
43478 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
43479 src/com/gps/hibernate/WolWallentryDAO.java 69 Potential violation of Law of Demeter (method chain calls)
43480 src/com/gps/hibernate/WolWallentryDAO.java 72 There is log block not surrounded by if
43481 src/com/gps/hibernate/WolWallentryDAO.java 72 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43482 src/com/gps/hibernate/WolWallentryDAO.java 73 Potential violation of Law of Demeter (object not created locally)
43483 src/com/gps/hibernate/WolWallentryDAO.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43484 src/com/gps/hibernate/WolWallentryDAO.java 76 There is log block not surrounded by if
43485 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'propertyName' is not assigned and could be declared final
43486 src/com/gps/hibernate/WolWallentryDAO.java 81 Parameter 'value' is not assigned and could be declared final
43487 src/com/gps/hibernate/WolWallentryDAO.java 81 publicMethodCommentRequirement Required
43488 src/com/gps/hibernate/WolWallentryDAO.java 82 There is log block not surrounded by if
43489 src/com/gps/hibernate/WolWallentryDAO.java 82 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43490 src/com/gps/hibernate/WolWallentryDAO.java 85 Local variable 'queryString' could be declared final
43491 src/com/gps/hibernate/WolWallentryDAO.java 87 Local variable 'queryObject' could be declared final
43492 src/com/gps/hibernate/WolWallentryDAO.java 87 Potential violation of Law of Demeter (method chain calls)
43493 src/com/gps/hibernate/WolWallentryDAO.java 88 Potential violation of Law of Demeter (object not created locally)
43494 src/com/gps/hibernate/WolWallentryDAO.java 89 Potential violation of Law of Demeter (object not created locally)
43495 src/com/gps/hibernate/WolWallentryDAO.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43496 src/com/gps/hibernate/WolWallentryDAO.java 91 There is log block not surrounded by if
43497 src/com/gps/hibernate/WolWallentryDAO.java 96 Parameter 'groupId' is not assigned and could be declared final
43498 src/com/gps/hibernate/WolWallentryDAO.java 96 publicMethodCommentRequirement Required
43499 src/com/gps/hibernate/WolWallentryDAO.java 100 Parameter 'companyId' is not assigned and could be declared final
43500 src/com/gps/hibernate/WolWallentryDAO.java 100 publicMethodCommentRequirement Required
43501 src/com/gps/hibernate/WolWallentryDAO.java 104 Parameter 'userId' is not assigned and could be declared final
43502 src/com/gps/hibernate/WolWallentryDAO.java 104 publicMethodCommentRequirement Required
43503 src/com/gps/hibernate/WolWallentryDAO.java 108 Parameter 'userName' is not assigned and could be declared final
43504 src/com/gps/hibernate/WolWallentryDAO.java 108 publicMethodCommentRequirement Required
43505 src/com/gps/hibernate/WolWallentryDAO.java 112 Parameter 'comments' is not assigned and could be declared final
43506 src/com/gps/hibernate/WolWallentryDAO.java 112 publicMethodCommentRequirement Required
43507 src/com/gps/hibernate/WolWallentryDAO.java 116 publicMethodCommentRequirement Required
43508 src/com/gps/hibernate/WolWallentryDAO.java 117 There is log block not surrounded by if
43509 src/com/gps/hibernate/WolWallentryDAO.java 117 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43510 src/com/gps/hibernate/WolWallentryDAO.java 119 Local variable 'queryString' could be declared final
43511 src/com/gps/hibernate/WolWallentryDAO.java 120 Local variable 'queryObject' could be declared final
43512 src/com/gps/hibernate/WolWallentryDAO.java 120 Potential violation of Law of Demeter (method chain calls)
43513 src/com/gps/hibernate/WolWallentryDAO.java 121 Potential violation of Law of Demeter (object not created locally)
43514 src/com/gps/hibernate/WolWallentryDAO.java 122 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43515 src/com/gps/hibernate/WolWallentryDAO.java 123 There is log block not surrounded by if
43516 src/com/gps/hibernate/WolWallentryDAO.java 128 Parameter 'detachedInstance' is not assigned and could be declared final
43517 src/com/gps/hibernate/WolWallentryDAO.java 128 publicMethodCommentRequirement Required
43518 src/com/gps/hibernate/WolWallentryDAO.java 129 There is log block not surrounded by if
43519 src/com/gps/hibernate/WolWallentryDAO.java 129 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43520 src/com/gps/hibernate/WolWallentryDAO.java 131 Local variable 'result' could be declared final
43521 src/com/gps/hibernate/WolWallentryDAO.java 131 Potential violation of Law of Demeter (method chain calls)
43522 src/com/gps/hibernate/WolWallentryDAO.java 133 There is log block not surrounded by if
43523 src/com/gps/hibernate/WolWallentryDAO.java 133 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43524 src/com/gps/hibernate/WolWallentryDAO.java 135 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43525 src/com/gps/hibernate/WolWallentryDAO.java 136 There is log block not surrounded by if
43526 src/com/gps/hibernate/WolWallentryDAO.java 141 Parameter 'instance' is not assigned and could be declared final
43527 src/com/gps/hibernate/WolWallentryDAO.java 141 publicMethodCommentRequirement Required
43528 src/com/gps/hibernate/WolWallentryDAO.java 142 There is log block not surrounded by if
43529 src/com/gps/hibernate/WolWallentryDAO.java 142 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43530 src/com/gps/hibernate/WolWallentryDAO.java 144 Potential violation of Law of Demeter (method chain calls)
43531 src/com/gps/hibernate/WolWallentryDAO.java 145 There is log block not surrounded by if
43532 src/com/gps/hibernate/WolWallentryDAO.java 145 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43533 src/com/gps/hibernate/WolWallentryDAO.java 146 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43534 src/com/gps/hibernate/WolWallentryDAO.java 147 There is log block not surrounded by if
43535 src/com/gps/hibernate/WolWallentryDAO.java 152 Parameter 'instance' is not assigned and could be declared final
43536 src/com/gps/hibernate/WolWallentryDAO.java 152 publicMethodCommentRequirement Required
43537 src/com/gps/hibernate/WolWallentryDAO.java 153 There is log block not surrounded by if
43538 src/com/gps/hibernate/WolWallentryDAO.java 153 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43539 src/com/gps/hibernate/WolWallentryDAO.java 155 Potential violation of Law of Demeter (method chain calls)
43540 src/com/gps/hibernate/WolWallentryDAO.java 156 There is log block not surrounded by if
43541 src/com/gps/hibernate/WolWallentryDAO.java 156 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
43542 src/com/gps/hibernate/WolWallentryDAO.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43543 src/com/gps/hibernate/WolWallentryDAO.java 158 There is log block not surrounded by if
43544 src/com/gps/notifier/AlertNotification.java 8 headerCommentRequirement Required
43545 src/com/gps/notifier/AlertNotification.java 10 Found non-transient, non-static member. Please mark as transient or provide accessors.
43546 src/com/gps/notifier/AlertNotification.java 10 Use explicit scoping instead of the default package private level
43547 src/com/gps/notifier/AlertNotification.java 10 fieldCommentRequirement Required
43548 src/com/gps/notifier/AlertNotification.java 11 Found non-transient, non-static member. Please mark as transient or provide accessors.
43549 src/com/gps/notifier/AlertNotification.java 11 Use explicit scoping instead of the default package private level
43550 src/com/gps/notifier/AlertNotification.java 11 fieldCommentRequirement Required
43551 src/com/gps/notifier/AlertNotification.java 12 The Logger variable declaration does not contain the static and final modifiers
43552 src/com/gps/notifier/AlertNotification.java 12 fieldCommentRequirement Required
43553 src/com/gps/notifier/AlertNotification.java 13 Avoid using implementation types like 'Hashtable'; use the interface instead
43554 src/com/gps/notifier/AlertNotification.java 13 Consider replacing this Hashtable with the newer java.util.Map
43555 src/com/gps/notifier/AlertNotification.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
43556 src/com/gps/notifier/AlertNotification.java 13 Use explicit scoping instead of the default package private level
43557 src/com/gps/notifier/AlertNotification.java 13 fieldCommentRequirement Required
43558 src/com/gps/notifier/AlertNotification.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
43559 src/com/gps/notifier/AlertNotification.java 14 Use explicit scoping instead of the default package private level
43560 src/com/gps/notifier/AlertNotification.java 14 fieldCommentRequirement Required
43561 src/com/gps/notifier/AlertNotification.java 16 Parameter 'group' is not assigned and could be declared final
43562 src/com/gps/notifier/AlertNotification.java 16 Parameter 'message' is not assigned and could be declared final
43563 src/com/gps/notifier/AlertNotification.java 16 Parameter 'subject' is not assigned and could be declared final
43564 src/com/gps/notifier/AlertNotification.java 16 publicMethodCommentRequirement Required
43565 src/com/gps/notifier/AlertNotification.java 21 Parameter 'message' is not assigned and could be declared final
43566 src/com/gps/notifier/AlertNotification.java 21 Parameter 'recipients' is not assigned and could be declared final
43567 src/com/gps/notifier/AlertNotification.java 21 Parameter 'subject' is not assigned and could be declared final
43568 src/com/gps/notifier/AlertNotification.java 21 publicMethodCommentRequirement Required
43569 src/com/gps/notifier/AlertNotification.java 26 Parameter 'group' is not assigned and could be declared final
43570 src/com/gps/notifier/AlertNotification.java 26 Parameter 'message' is not assigned and could be declared final
43571 src/com/gps/notifier/AlertNotification.java 26 Parameter 'subject' is not assigned and could be declared final
43572 src/com/gps/notifier/AlertNotification.java 26 publicMethodCommentRequirement Required
43573 src/com/gps/notifier/AlertNotification.java 31 Parameter 'group' is not assigned and could be declared final
43574 src/com/gps/notifier/AlertNotification.java 31 Parameter 'message' is not assigned and could be declared final
43575 src/com/gps/notifier/AlertNotification.java 31 Parameter 'subject' is not assigned and could be declared final
43576 src/com/gps/notifier/AlertNotification.java 31 Parameter 'type' is not assigned and could be declared final
43577 src/com/gps/notifier/AlertNotification.java 31 Rather than using a lot of String arguments, consider using a container object for those values.
43578 src/com/gps/notifier/AlertNotification.java 36 Potential violation of Law of Demeter (method chain calls)
43579 src/com/gps/notifier/AlertNotification.java 41 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43580 src/com/gps/notifier/AlertNotification.java 43 Potential violation of Law of Demeter (object not created locally)
43581 src/com/gps/notifier/AlertNotification.java 43 There is log block not surrounded by if
43582 src/com/gps/notifier/AlertNotification.java 47 Parameter 'message' is not assigned and could be declared final
43583 src/com/gps/notifier/AlertNotification.java 47 Parameter 'recepients' is not assigned and could be declared final
43584 src/com/gps/notifier/AlertNotification.java 47 Parameter 'subject' is not assigned and could be declared final
43585 src/com/gps/notifier/AlertNotification.java 47 Parameter 'type' is not assigned and could be declared final
43586 src/com/gps/notifier/AlertNotification.java 47 Rather than using a lot of String arguments, consider using a container object for those values.
43587 src/com/gps/notifier/AlertNotification.java 51 There is log block not surrounded by if
43588 src/com/gps/notifier/AlertNotification.java 51 There is log block not surrounded by if
43589 src/com/gps/notifier/AlertNotification.java 53 Potential violation of Law of Demeter (method chain calls)
43590 src/com/gps/notifier/AlertNotification.java 57 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43591 src/com/gps/notifier/AlertNotification.java 59 Potential violation of Law of Demeter (object not created locally)
43592 src/com/gps/notifier/AlertNotification.java 59 There is log block not surrounded by if
43593 src/com/gps/notifier/AlertNotification.java 63 Parameter 'args' is not assigned and could be declared final
43594 src/com/gps/notifier/AlertNotification.java 63 publicMethodCommentRequirement Required
43595 src/com/gps/notifier/AlertNotification.java 65 Local variable 'notify' could be declared final
43596 src/com/gps/notifier/INotifier.java 7 headerCommentRequirement Required
43597 src/com/gps/notifier/INotifier.java 9 Avoid modifiers which are implied by the context
43598 src/com/gps/notifier/INotifier.java 9 Avoid using implementation types like 'Hashtable'; use the interface instead
43599 src/com/gps/notifier/INotifier.java 9 Consider replacing this Hashtable with the newer java.util.Map
43600 src/com/gps/notifier/INotifier.java 9 publicMethodCommentRequirement Required
43601 src/com/gps/notifier/MailNotification.java 13 headerCommentRequirement Required
43602 src/com/gps/notifier/MailNotification.java 15 The Logger variable declaration does not contain the static and final modifiers
43603 src/com/gps/notifier/MailNotification.java 15 fieldCommentRequirement Required
43604 src/com/gps/notifier/MailNotification.java 16 Use explicit scoping instead of the default package private level
43605 src/com/gps/notifier/MailNotification.java 16 fieldCommentRequirement Required
43606 src/com/gps/notifier/MailNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
43607 src/com/gps/notifier/MailNotification.java 17 Use explicit scoping instead of the default package private level
43608 src/com/gps/notifier/MailNotification.java 17 fieldCommentRequirement Required
43609 src/com/gps/notifier/MailNotification.java 28 Avoid using implementation types like 'Hashtable'; use the interface instead
43610 src/com/gps/notifier/MailNotification.java 28 Consider replacing this Hashtable with the newer java.util.Map
43611 src/com/gps/notifier/MailNotification.java 28 Parameter 'mailProps' is not assigned and could be declared final
43612 src/com/gps/notifier/MailNotification.java 28 Parameter 'message' is not assigned and could be declared final
43613 src/com/gps/notifier/MailNotification.java 28 Parameter 'recipients' is not assigned and could be declared final
43614 src/com/gps/notifier/MailNotification.java 28 Parameter 'subject' is not assigned and could be declared final
43615 src/com/gps/notifier/MailNotification.java 31 Local variable 'debug' could be declared final
43616 src/com/gps/notifier/MailNotification.java 35 There is log block not surrounded by if
43617 src/com/gps/notifier/MailNotification.java 35 There is log block not surrounded by if
43618 src/com/gps/notifier/MailNotification.java 41 Local variable 'session' could be declared final
43619 src/com/gps/notifier/MailNotification.java 45 Local variable 'msg' could be declared final
43620 src/com/gps/notifier/MailNotification.java 46 Local variable 'fromAddress' could be declared final
43621 src/com/gps/notifier/MailNotification.java 48 Local variable 'addressFrom' could be declared final
43622 src/com/gps/notifier/MailNotification.java 51 Found 'DD'-anomaly for variable 'addressTo' (lines '51'-'55').
43623 src/com/gps/notifier/MailNotification.java 55 Avoid instantiating new objects inside loops
43624 src/com/gps/notifier/MailNotification.java 55 Found 'DD'-anomaly for variable 'addressTo' (lines '55'-'55').
43625 src/com/gps/notifier/MailNotification.java 66 There is log block not surrounded by if
43626 src/com/gps/notifier/MailNotification.java 66 There is log block not surrounded by if
43627 src/com/gps/notifier/MailNotification.java 72 There is log block not surrounded by if
43628 src/com/gps/notifier/MailNotification.java 76 Avoid catching NullPointerException; consider removing the cause of the NPE.
43629 src/com/gps/notifier/MailNotification.java 76 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43630 src/com/gps/notifier/MailNotification.java 78 There is log block not surrounded by if
43631 src/com/gps/notifier/MailNotification.java 79 Avoid printStackTrace(); use a logger call instead.
43632 src/com/gps/notifier/MailNotification.java 84 Parameter 'args' is not assigned and could be declared final
43633 src/com/gps/notifier/MailNotification.java 84 publicMethodCommentRequirement Required
43634 src/com/gps/notifier/NotifierFactory.java 5 A class which only has private constructors should be final
43635 src/com/gps/notifier/NotifierFactory.java 5 headerCommentRequirement Required
43636 src/com/gps/notifier/NotifierFactory.java 7 Use explicit scoping instead of the default package private level
43637 src/com/gps/notifier/NotifierFactory.java 7 fieldCommentRequirement Required
43638 src/com/gps/notifier/NotifierFactory.java 8 The Logger variable declaration does not contain the static and final modifiers
43639 src/com/gps/notifier/NotifierFactory.java 8 fieldCommentRequirement Required
43640 src/com/gps/notifier/NotifierFactory.java 9 fieldCommentRequirement Required
43641 src/com/gps/notifier/NotifierFactory.java 15 publicMethodCommentRequirement Required
43642 src/com/gps/notifier/NotifierFactory.java 17 Singleton is not thread safe
43643 src/com/gps/notifier/NotifierFactory.java 24 Parameter 'className' is not assigned and could be declared final
43644 src/com/gps/notifier/NotifierFactory.java 24 publicMethodCommentRequirement Required
43645 src/com/gps/notifier/NotifierFactory.java 28 Avoid variables with short names like c
43646 src/com/gps/notifier/NotifierFactory.java 28 Local variable 'c' could be declared final
43647 src/com/gps/notifier/NotifierFactory.java 29 A method should have only one exit point, and that should be the last statement in the method
43648 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
43649 src/com/gps/notifier/NotifierFactory.java 29 Potential violation of Law of Demeter (object not created locally)
43650 src/com/gps/notifier/NotifierFactory.java 33 There is log block not surrounded by if
43651 src/com/gps/notifier/NotifierFactory.java 37 There is log block not surrounded by if
43652 src/com/gps/notifier/NotifierFactory.java 41 There is log block not surrounded by if
43653 src/com/gps/notifier/NotifierFactory.java 49 Parameter 'args' is not assigned and could be declared final
43654 src/com/gps/notifier/NotifierFactory.java 49 publicMethodCommentRequirement Required
43655 src/com/gps/notifier/SMSNotification.java 15 headerCommentRequirement Required
43656 src/com/gps/notifier/SMSNotification.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
43657 src/com/gps/notifier/SMSNotification.java 17 Use explicit scoping instead of the default package private level
43658 src/com/gps/notifier/SMSNotification.java 17 fieldCommentRequirement Required
43659 src/com/gps/notifier/SMSNotification.java 18 The Logger variable declaration does not contain the static and final modifiers
43660 src/com/gps/notifier/SMSNotification.java 18 fieldCommentRequirement Required
43661 src/com/gps/notifier/SMSNotification.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
43662 src/com/gps/notifier/SMSNotification.java 19 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'status_code' is not final.
43663 src/com/gps/notifier/SMSNotification.java 19 fieldCommentRequirement Required
43664 src/com/gps/notifier/SMSNotification.java 30 Avoid using implementation types like 'Hashtable'; use the interface instead
43665 src/com/gps/notifier/SMSNotification.java 30 Consider replacing this Hashtable with the newer java.util.Map
43666 src/com/gps/notifier/SMSNotification.java 30 Parameter 'conn' is not assigned and could be declared final
43667 src/com/gps/notifier/SMSNotification.java 30 Parameter 'group' is not assigned and could be declared final
43668 src/com/gps/notifier/SMSNotification.java 30 Parameter 'message' is not assigned and could be declared final
43669 src/com/gps/notifier/SMSNotification.java 30 Parameter 'subject' is not assigned and could be declared final
43670 src/com/gps/notifier/SMSNotification.java 33 Found 'DD'-anomaly for variable 'method' (lines '33'-'39').
43671 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
43672 src/com/gps/notifier/SMSNotification.java 37 There is log block not surrounded by if
43673 src/com/gps/notifier/SMSNotification.java 45 Local variable 'responseBody' could be declared final
43674 src/com/gps/notifier/SMSNotification.java 46 Avoid variables with short names like ss
43675 src/com/gps/notifier/SMSNotification.java 46 Local variable 'ss' could be declared final
43676 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
43677 src/com/gps/notifier/SMSNotification.java 52 There is log block not surrounded by if
43678 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
43679 src/com/gps/notifier/SMSNotification.java 56 There is log block not surrounded by if
43680 src/com/gps/notifier/SMSNotification.java 62 Potential violation of Law of Demeter (object not created locally)
43681 src/com/gps/notifier/SMSNotification.java 62 There is log block not surrounded by if
43682 src/com/gps/notifier/SMSNotification.java 64 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43683 src/com/gps/notifier/SMSNotification.java 66 Potential violation of Law of Demeter (object not created locally)
43684 src/com/gps/notifier/SMSNotification.java 66 There is log block not surrounded by if
43685 src/com/gps/notifier/SMSNotification.java 71 Potential violation of Law of Demeter (object not created locally)
43686 src/com/gps/notifier/SMSNotification.java 76 Parameter 'method' is not assigned and could be declared final
43687 src/com/gps/notifier/SMSNotification.java 79 Found 'DD'-anomaly for variable 'responseBody' (lines '79'-'97').
43688 src/com/gps/notifier/SMSNotification.java 84 Local variable 'statusCode' could be declared final
43689 src/com/gps/notifier/SMSNotification.java 85 There is log block not surrounded by if
43690 src/com/gps/notifier/SMSNotification.java 85 There is log block not surrounded by if
43691 src/com/gps/notifier/SMSNotification.java 87 Avoid if (x != y) ..; else ..;
43692 src/com/gps/notifier/SMSNotification.java 89 There is log block not surrounded by if
43693 src/com/gps/notifier/SMSNotification.java 89 There is log block not surrounded by if
43694 src/com/gps/notifier/SMSNotification.java 93 There is log block not surrounded by if
43695 src/com/gps/notifier/SMSNotification.java 93 There is log block not surrounded by if
43696 src/com/gps/notifier/SMSNotification.java 99 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43697 src/com/gps/notifier/SMSNotification.java 101 Potential violation of Law of Demeter (object not created locally)
43698 src/com/gps/notifier/SMSNotification.java 101 There is log block not surrounded by if
43699 src/com/gps/notifier/SMSNotification.java 109 Avoid using implementation types like 'Hashtable'; use the interface instead
43700 src/com/gps/notifier/SMSNotification.java 109 Consider replacing this Hashtable with the newer java.util.Map
43701 src/com/gps/notifier/SMSNotification.java 109 Parameter 'message' is not assigned and could be declared final
43702 src/com/gps/notifier/SMSNotification.java 109 Parameter 'mobno' is not assigned and could be declared final
43703 src/com/gps/notifier/SMSNotification.java 109 Parameter 'smsProps' is not assigned and could be declared final
43704 src/com/gps/notifier/SMSNotification.java 111 Found 'DD'-anomaly for variable 'method' (lines '111'-'159').
43705 src/com/gps/notifier/SMSNotification.java 112 Found 'DD'-anomaly for variable 'sms_data' (lines '112'-'154').
43706 src/com/gps/notifier/SMSNotification.java 112 Found 'DU'-anomaly for variable 'sms_data' (lines '112'-'175').
43707 src/com/gps/notifier/SMSNotification.java 112 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sms_data' is not final.
43708 src/com/gps/notifier/SMSNotification.java 117 Local variable 'proxy' could be declared final
43709 src/com/gps/notifier/SMSNotification.java 120 Position literals first in String comparisons
43710 src/com/gps/notifier/SMSNotification.java 122 There is log block not surrounded by if
43711 src/com/gps/notifier/SMSNotification.java 122 There is log block not surrounded by if
43712 src/com/gps/notifier/SMSNotification.java 124 Local variable 'host' could be declared final
43713 src/com/gps/notifier/SMSNotification.java 128 Local variable 'queryString' could be declared final
43714 src/com/gps/notifier/SMSNotification.java 129 Avoid variables with short names like to
43715 src/com/gps/notifier/SMSNotification.java 129 Found 'DU'-anomaly for variable 'to' (lines '129'-'175').
43716 src/com/gps/notifier/SMSNotification.java 129 Local variable 'to' could be declared final
43717 src/com/gps/notifier/SMSNotification.java 132 StringBuffer (or StringBuilder).append is called consecutively without reusing the target variable.
43718 src/com/gps/notifier/SMSNotification.java 142 Avoid using Literals in Conditional Statements
43719 src/com/gps/notifier/SMSNotification.java 144 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
43720 src/com/gps/notifier/SMSNotification.java 148 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
43721 src/com/gps/notifier/SMSNotification.java 155 Avoid concatenating nonliterals in a StringBuffer/StringBuilder constructor or append().
43722 src/com/gps/notifier/SMSNotification.java 161 There is log block not surrounded by if
43723 src/com/gps/notifier/SMSNotification.java 161 There is log block not surrounded by if
43724 src/com/gps/notifier/SMSNotification.java 164 Avoid catching NullPointerException; consider removing the cause of the NPE.
43725 src/com/gps/notifier/SMSNotification.java 164 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43726 src/com/gps/notifier/SMSNotification.java 166 There is log block not surrounded by if
43727 src/com/gps/notifier/SMSNotification.java 168 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43728 src/com/gps/notifier/SMSNotification.java 170 There is log block not surrounded by if
43729 src/com/gps/notifier/SMSNotification.java 177 Parameter 'args' is not assigned and could be declared final
43730 src/com/gps/notifier/SMSNotification.java 177 publicMethodCommentRequirement Required
43731 src/com/gps/notifier/SMSNotification.java 178 Document empty method
43732 src/com/gps/reports/DailyTripReport.java 1 Possible God class (WMC=174, ATFD=202, TCC=0.06593406593406594)
43733 src/com/gps/reports/DailyTripReport.java 38 Avoid really long classes.
43734 src/com/gps/reports/DailyTripReport.java 38 The class 'DailyTripReport' has a Cyclomatic Complexity of 14 (Highest = 61).
43735 src/com/gps/reports/DailyTripReport.java 38 headerCommentRequirement Required
43736 src/com/gps/reports/DailyTripReport.java 41 Found non-transient, non-static member. Please mark as transient or provide accessors.
43737 src/com/gps/reports/DailyTripReport.java 41 Use explicit scoping instead of the default package private level
43738 src/com/gps/reports/DailyTripReport.java 41 fieldCommentRequirement Required
43739 src/com/gps/reports/DailyTripReport.java 42 Found non-transient, non-static member. Please mark as transient or provide accessors.
43740 src/com/gps/reports/DailyTripReport.java 42 Use explicit scoping instead of the default package private level
43741 src/com/gps/reports/DailyTripReport.java 42 fieldCommentRequirement Required
43742 src/com/gps/reports/DailyTripReport.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
43743 src/com/gps/reports/DailyTripReport.java 43 Use explicit scoping instead of the default package private level
43744 src/com/gps/reports/DailyTripReport.java 43 fieldCommentRequirement Required
43745 src/com/gps/reports/DailyTripReport.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
43746 src/com/gps/reports/DailyTripReport.java 44 Use explicit scoping instead of the default package private level
43747 src/com/gps/reports/DailyTripReport.java 44 fieldCommentRequirement Required
43748 src/com/gps/reports/DailyTripReport.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
43749 src/com/gps/reports/DailyTripReport.java 45 Use explicit scoping instead of the default package private level
43750 src/com/gps/reports/DailyTripReport.java 45 fieldCommentRequirement Required
43751 src/com/gps/reports/DailyTripReport.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
43752 src/com/gps/reports/DailyTripReport.java 46 Use explicit scoping instead of the default package private level
43753 src/com/gps/reports/DailyTripReport.java 46 fieldCommentRequirement Required
43754 src/com/gps/reports/DailyTripReport.java 47 The Logger variable declaration does not contain the static and final modifiers
43755 src/com/gps/reports/DailyTripReport.java 47 fieldCommentRequirement Required
43756 src/com/gps/reports/DailyTripReport.java 49 Avoid using redundant field initializer for 'tripStartParams'
43757 src/com/gps/reports/DailyTripReport.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
43758 src/com/gps/reports/DailyTripReport.java 49 Use explicit scoping instead of the default package private level
43759 src/com/gps/reports/DailyTripReport.java 49 fieldCommentRequirement Required
43760 src/com/gps/reports/DailyTripReport.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
43761 src/com/gps/reports/DailyTripReport.java 50 Use explicit scoping instead of the default package private level
43762 src/com/gps/reports/DailyTripReport.java 50 fieldCommentRequirement Required
43763 src/com/gps/reports/DailyTripReport.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
43764 src/com/gps/reports/DailyTripReport.java 51 Use explicit scoping instead of the default package private level
43765 src/com/gps/reports/DailyTripReport.java 51 fieldCommentRequirement Required
43766 src/com/gps/reports/DailyTripReport.java 54 Parameter 'reportInputs' is not assigned and could be declared final
43767 src/com/gps/reports/DailyTripReport.java 54 publicMethodCommentRequirement Required
43768 src/com/gps/reports/DailyTripReport.java 57 Found 'DD'-anomaly for variable 'orgId' (lines '57'-'64').
43769 src/com/gps/reports/DailyTripReport.java 58 Local variable 'orgVOList' could be declared final
43770 src/com/gps/reports/DailyTripReport.java 59 Found 'DD'-anomaly for variable 'dailyVO' (lines '59'-'71').
43771 src/com/gps/reports/DailyTripReport.java 60 Avoid unused local variables such as 'type'.
43772 src/com/gps/reports/DailyTripReport.java 60 Found 'DD'-anomaly for variable 'date' (lines '60'-'65').
43773 src/com/gps/reports/DailyTripReport.java 60 Found 'DD'-anomaly for variable 'session' (lines '60'-'66').
43774 src/com/gps/reports/DailyTripReport.java 60 Found 'DD'-anomaly for variable 'type' (lines '60'-'67').
43775 src/com/gps/reports/DailyTripReport.java 60 The String literal "BOTH" appears 9 times in this file; the first occurrence is on line 60
43776 src/com/gps/reports/DailyTripReport.java 60 Use one line for each declaration, it enhances code readability.
43777 src/com/gps/reports/DailyTripReport.java 64 Potential violation of Law of Demeter (method chain calls)
43778 src/com/gps/reports/DailyTripReport.java 64 Potential violation of Law of Demeter (method chain calls)
43779 src/com/gps/reports/DailyTripReport.java 65 Potential violation of Law of Demeter (method chain calls)
43780 src/com/gps/reports/DailyTripReport.java 65 Potential violation of Law of Demeter (method chain calls)
43781 src/com/gps/reports/DailyTripReport.java 65 Potential violation of Law of Demeter (method chain calls)
43782 src/com/gps/reports/DailyTripReport.java 66 Potential violation of Law of Demeter (method chain calls)
43783 src/com/gps/reports/DailyTripReport.java 67 Found 'DU'-anomaly for variable 'type' (lines '67'-'81').
43784 src/com/gps/reports/DailyTripReport.java 67 Potential violation of Law of Demeter (method chain calls)
43785 src/com/gps/reports/DailyTripReport.java 68 Local variable 'org' could be declared final
43786 src/com/gps/reports/DailyTripReport.java 70 Potential violation of Law of Demeter (object not created locally)
43787 src/com/gps/reports/DailyTripReport.java 70 There is log block not surrounded by if
43788 src/com/gps/reports/DailyTripReport.java 70 There is log block not surrounded by if
43789 src/com/gps/reports/DailyTripReport.java 72 Avoid using if statements without curly braces
43790 src/com/gps/reports/DailyTripReport.java 73 Potential violation of Law of Demeter (object not created locally)
43791 src/com/gps/reports/DailyTripReport.java 75 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43792 src/com/gps/reports/DailyTripReport.java 77 There is log block not surrounded by if
43793 src/com/gps/reports/DailyTripReport.java 78 Avoid printStackTrace(); use a logger call instead.
43794 src/com/gps/reports/DailyTripReport.java 78 Potential violation of Law of Demeter (object not created locally)
43795 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'tripVO' (lines '85'-'127').
43796 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'tripVO' (lines '85'-'127').
43797 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '85'-'120').
43798 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '85'-'120').
43799 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '85'-'122').
43800 src/com/gps/reports/DailyTripReport.java 85 Found 'UR'-anomaly for variable 'vehicleDetails' (lines '85'-'122').
43801 src/com/gps/reports/DailyTripReport.java 85 Parameter 'date' is not assigned and could be declared final
43802 src/com/gps/reports/DailyTripReport.java 85 Parameter 'orgId' is not assigned and could be declared final
43803 src/com/gps/reports/DailyTripReport.java 85 Parameter 'session' is not assigned and could be declared final
43804 src/com/gps/reports/DailyTripReport.java 85 Parameter 'type' is not assigned and could be declared final
43805 src/com/gps/reports/DailyTripReport.java 85 publicMethodCommentRequirement Required
43806 src/com/gps/reports/DailyTripReport.java 87 Found 'DD'-anomaly for variable 'orgTrips' (lines '87'-'98').
43807 src/com/gps/reports/DailyTripReport.java 87 Found 'DD'-anomaly for variable 'orgTrips' (lines '87'-'98').
43808 src/com/gps/reports/DailyTripReport.java 87 Found 'DU'-anomaly for variable 'orgTrips' (lines '87'-'139').
43809 src/com/gps/reports/DailyTripReport.java 87 Found 'DU'-anomaly for variable 'orgTrips' (lines '87'-'139').
43810 src/com/gps/reports/DailyTripReport.java 88 Avoid variables with short names like i
43811 src/com/gps/reports/DailyTripReport.java 88 Found 'DU'-anomaly for variable 'i' (lines '88'-'139').
43812 src/com/gps/reports/DailyTripReport.java 88 Found 'DU'-anomaly for variable 'i' (lines '88'-'139').
43813 src/com/gps/reports/DailyTripReport.java 89 Found 'DD'-anomaly for variable 'vehicleList' (lines '89'-'95').
43814 src/com/gps/reports/DailyTripReport.java 89 Found 'DD'-anomaly for variable 'vehicleList' (lines '89'-'95').
43815 src/com/gps/reports/DailyTripReport.java 90 Found 'DD'-anomaly for variable 'SummaryVOs' (lines '90'-'99').
43816 src/com/gps/reports/DailyTripReport.java 90 Found 'DD'-anomaly for variable 'SummaryVOs' (lines '90'-'99').
43817 src/com/gps/reports/DailyTripReport.java 90 Variables should start with a lowercase character, 'SummaryVOs' starts with uppercase character.
43818 src/com/gps/reports/DailyTripReport.java 96 Avoid using Literals in Conditional Statements
43819 src/com/gps/reports/DailyTripReport.java 96 Potential violation of Law of Demeter (object not created locally)
43820 src/com/gps/reports/DailyTripReport.java 96 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43821 src/com/gps/reports/DailyTripReport.java 98 Found 'DU'-anomaly for variable 'orgTrips' (lines '98'-'139').
43822 src/com/gps/reports/DailyTripReport.java 98 Found 'DU'-anomaly for variable 'orgTrips' (lines '98'-'139').
43823 src/com/gps/reports/DailyTripReport.java 100 Avoid using Literals in Conditional Statements
43824 src/com/gps/reports/DailyTripReport.java 100 Potential violation of Law of Demeter (object not created locally)
43825 src/com/gps/reports/DailyTripReport.java 100 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43826 src/com/gps/reports/DailyTripReport.java 106 Parameter 'o1' is not assigned and could be declared final
43827 src/com/gps/reports/DailyTripReport.java 106 Parameter 'o2' is not assigned and could be declared final
43828 src/com/gps/reports/DailyTripReport.java 106 publicMethodCommentRequirement Required
43829 src/com/gps/reports/DailyTripReport.java 107 Potential violation of Law of Demeter (method chain calls)
43830 src/com/gps/reports/DailyTripReport.java 111 Potential violation of Law of Demeter (object not created locally)
43831 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (method chain calls)
43832 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (method chain calls)
43833 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (method chain calls)
43834 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (method chain calls)
43835 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (object not created locally)
43836 src/com/gps/reports/DailyTripReport.java 112 Potential violation of Law of Demeter (object not created locally)
43837 src/com/gps/reports/DailyTripReport.java 113 Potential violation of Law of Demeter (object not created locally)
43838 src/com/gps/reports/DailyTripReport.java 115 Avoid using Literals in Conditional Statements
43839 src/com/gps/reports/DailyTripReport.java 115 Potential violation of Law of Demeter (object not created locally)
43840 src/com/gps/reports/DailyTripReport.java 115 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43841 src/com/gps/reports/DailyTripReport.java 117 Local variable 'vehicleDetails' could be declared final
43842 src/com/gps/reports/DailyTripReport.java 119 Avoid using Literals in Conditional Statements
43843 src/com/gps/reports/DailyTripReport.java 119 Avoid using if statements without curly braces
43844 src/com/gps/reports/DailyTripReport.java 120 Potential violation of Law of Demeter (method chain calls)
43845 src/com/gps/reports/DailyTripReport.java 120 Potential violation of Law of Demeter (method chain calls)
43846 src/com/gps/reports/DailyTripReport.java 120 Potential violation of Law of Demeter (object not created locally)
43847 src/com/gps/reports/DailyTripReport.java 121 Potential violation of Law of Demeter (object not created locally)
43848 src/com/gps/reports/DailyTripReport.java 123 Found 'DU'-anomaly for variable 'i' (lines '123'-'139').
43849 src/com/gps/reports/DailyTripReport.java 123 Found 'DU'-anomaly for variable 'i' (lines '123'-'139').
43850 src/com/gps/reports/DailyTripReport.java 125 Local variable 'tripVO' could be declared final
43851 src/com/gps/reports/DailyTripReport.java 127 Potential violation of Law of Demeter (method chain calls)
43852 src/com/gps/reports/DailyTripReport.java 127 Potential violation of Law of Demeter (object not created locally)
43853 src/com/gps/reports/DailyTripReport.java 132 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
43854 src/com/gps/reports/DailyTripReport.java 134 There is log block not surrounded by if
43855 src/com/gps/reports/DailyTripReport.java 135 Avoid printStackTrace(); use a logger call instead.
43856 src/com/gps/reports/DailyTripReport.java 135 Potential violation of Law of Demeter (object not created locally)
43857 src/com/gps/reports/DailyTripReport.java 136 A method should have only one exit point, and that should be the last statement in the method
43858 src/com/gps/reports/DailyTripReport.java 141 Avoid reassigning parameters such as 'session'
43859 src/com/gps/reports/DailyTripReport.java 141 Avoid unused method parameters such as 'vehicleList'.
43860 src/com/gps/reports/DailyTripReport.java 141 Found 'UR'-anomaly for variable 'vo' (lines '141'-'185').
43861 src/com/gps/reports/DailyTripReport.java 141 Method names should not start with capital letters
43862 src/com/gps/reports/DailyTripReport.java 141 Parameter 'date' is not assigned and could be declared final
43863 src/com/gps/reports/DailyTripReport.java 141 Parameter 'orgId' is not assigned and could be declared final
43864 src/com/gps/reports/DailyTripReport.java 141 Parameter 'vehicleList' is not assigned and could be declared final
43865 src/com/gps/reports/DailyTripReport.java 141 The method 'GetReportSummary' has a Cyclomatic Complexity of 13.
43866 src/com/gps/reports/DailyTripReport.java 143 Found 'DD'-anomaly for variable 'trip' (lines '143'-'163').
43867 src/com/gps/reports/DailyTripReport.java 144 Found 'DD'-anomaly for variable 'summary' (lines '144'-'177').
43868 src/com/gps/reports/DailyTripReport.java 144 Found 'DD'-anomaly for variable 'summary' (lines '144'-'209').
43869 src/com/gps/reports/DailyTripReport.java 144 Found 'DU'-anomaly for variable 'summary' (lines '144'-'220').
43870 src/com/gps/reports/DailyTripReport.java 145 Local variable 'summaryVOs' could be declared final
43871 src/com/gps/reports/DailyTripReport.java 146 Found 'DD'-anomaly for variable 'summaryVOList' (lines '146'-'215').
43872 src/com/gps/reports/DailyTripReport.java 147 Local variable 'time' could be declared final
43873 src/com/gps/reports/DailyTripReport.java 147 When instantiating a SimpleDateFormat object, specify a Locale
43874 src/com/gps/reports/DailyTripReport.java 148 Found 'DD'-anomaly for variable 'isFound' (lines '148'-'182').
43875 src/com/gps/reports/DailyTripReport.java 148 Found 'DU'-anomaly for variable 'isFound' (lines '148'-'220').
43876 src/com/gps/reports/DailyTripReport.java 149 Position literals first in String comparisons
43877 src/com/gps/reports/DailyTripReport.java 153 Local variable 'vehDAO' could be declared final
43878 src/com/gps/reports/DailyTripReport.java 154 Local variable 'sess' could be declared final
43879 src/com/gps/reports/DailyTripReport.java 154 Potential violation of Law of Demeter (object not created locally)
43880 src/com/gps/reports/DailyTripReport.java 155 There is log block not surrounded by if
43881 src/com/gps/reports/DailyTripReport.java 155 There is log block not surrounded by if
43882 src/com/gps/reports/DailyTripReport.java 156 Local variable 'query' could be declared final
43883 src/com/gps/reports/DailyTripReport.java 156 Potential violation of Law of Demeter (object not created locally)
43884 src/com/gps/reports/DailyTripReport.java 157 Local variable 'SummaryList' could be declared final
43885 src/com/gps/reports/DailyTripReport.java 157 Potential violation of Law of Demeter (object not created locally)
43886 src/com/gps/reports/DailyTripReport.java 157 Variables should start with a lowercase character, 'SummaryList' starts with uppercase character.
43887 src/com/gps/reports/DailyTripReport.java 158 Avoid using Literals in Conditional Statements
43888 src/com/gps/reports/DailyTripReport.java 158 Potential violation of Law of Demeter (object not created locally)
43889 src/com/gps/reports/DailyTripReport.java 158 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
43890 src/com/gps/reports/DailyTripReport.java 160 Potential violation of Law of Demeter (object not created locally)
43891 src/com/gps/reports/DailyTripReport.java 162 Potential violation of Law of Demeter (object not created locally)
43892 src/com/gps/reports/DailyTripReport.java 163 Found 'DU'-anomaly for variable 'trip' (lines '163'-'220').
43893 src/com/gps/reports/DailyTripReport.java 163 Potential violation of Law of Demeter (method chain calls)
43894 src/com/gps/reports/DailyTripReport.java 165 Avoid if (x != y) ..; else ..;
43895 src/com/gps/reports/DailyTripReport.java 167 Potential violation of Law of Demeter (method chain calls)
43896 src/com/gps/reports/DailyTripReport.java 167 Potential violation of Law of Demeter (object not created locally)
43897 src/com/gps/reports/DailyTripReport.java 168 Potential violation of Law of Demeter (method chain calls)
43898 src/com/gps/reports/DailyTripReport.java 168 Potential violation of Law of Demeter (object not created locally)
43899 src/com/gps/reports/DailyTripReport.java 172 Found 'DD'-anomaly for variable 'row' (lines '172'-'173').
43900 src/com/gps/reports/DailyTripReport.java 172 The String literal "Not Moved" appears 9 times in this file; the first occurrence is on line 172
43901 src/com/gps/reports/DailyTripReport.java 173 Found 'DU'-anomaly for variable 'row' (lines '173'-'220').
43902 src/com/gps/reports/DailyTripReport.java 175 Avoid using Literals in Conditional Statements
43903 src/com/gps/reports/DailyTripReport.java 177 Avoid instantiating new objects inside loops
43904 src/com/gps/reports/DailyTripReport.java 177 Potential violation of Law of Demeter (method chain calls)
43905 src/com/gps/reports/DailyTripReport.java 177 Potential violation of Law of Demeter (method chain calls)
43906 src/com/gps/reports/DailyTripReport.java 177 Potential violation of Law of Demeter (method chain calls)
43907 src/com/gps/reports/DailyTripReport.java 177 Potential violation of Law of Demeter (object not created locally)
43908 src/com/gps/reports/DailyTripReport.java 177 Potential violation of Law of Demeter (object not created locally)
43909 src/com/gps/reports/DailyTripReport.java 178 Potential violation of Law of Demeter (object not created locally)
43910 src/com/gps/reports/DailyTripReport.java 182 Found 'DD'-anomaly for variable 'isFound' (lines '182'-'204').
43911 src/com/gps/reports/DailyTripReport.java 183 Local variable 'vo' could be declared final
43912 src/com/gps/reports/DailyTripReport.java 185 Potential violation of Law of Demeter (object not created locally)
43913 src/com/gps/reports/DailyTripReport.java 185 Potential violation of Law of Demeter (object not created locally)
43914 src/com/gps/reports/DailyTripReport.java 187 Potential violation of Law of Demeter (method chain calls)
43915 src/com/gps/reports/DailyTripReport.java 187 Potential violation of Law of Demeter (method chain calls)
43916 src/com/gps/reports/DailyTripReport.java 187 Potential violation of Law of Demeter (object not created locally)
43917 src/com/gps/reports/DailyTripReport.java 187 Potential violation of Law of Demeter (object not created locally)
43918 src/com/gps/reports/DailyTripReport.java 187 Useless parentheses.
43919 src/com/gps/reports/DailyTripReport.java 188 Potential violation of Law of Demeter (object not created locally)
43920 src/com/gps/reports/DailyTripReport.java 188 There is log block not surrounded by if
43921 src/com/gps/reports/DailyTripReport.java 188 There is log block not surrounded by if
43922 src/com/gps/reports/DailyTripReport.java 189 Avoid using Literals in Conditional Statements
43923 src/com/gps/reports/DailyTripReport.java 189 Potential violation of Law of Demeter (object not created locally)
43924 src/com/gps/reports/DailyTripReport.java 189 Use equals() to compare strings instead of '==' or '!='
43925 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (method chain calls)
43926 src/com/gps/reports/DailyTripReport.java 191 Potential violation of Law of Demeter (object not created locally)
43927 src/com/gps/reports/DailyTripReport.java 192 Potential violation of Law of Demeter (method chain calls)
43928 src/com/gps/reports/DailyTripReport.java 192 Potential violation of Law of Demeter (object not created locally)
43929 src/com/gps/reports/DailyTripReport.java 194 Potential violation of Law of Demeter (object not created locally)
43930 src/com/gps/reports/DailyTripReport.java 194 Use equals() to compare strings instead of '==' or '!='
43931 src/com/gps/reports/DailyTripReport.java 194 Use equals() to compare strings instead of '==' or '!='
43932 src/com/gps/reports/DailyTripReport.java 197 Potential violation of Law of Demeter (method chain calls)
43933 src/com/gps/reports/DailyTripReport.java 197 Potential violation of Law of Demeter (object not created locally)
43934 src/com/gps/reports/DailyTripReport.java 200 Potential violation of Law of Demeter (method chain calls)
43935 src/com/gps/reports/DailyTripReport.java 200 Potential violation of Law of Demeter (object not created locally)
43936 src/com/gps/reports/DailyTripReport.java 200 Potential violation of Law of Demeter (object not created locally)
43937 src/com/gps/reports/DailyTripReport.java 201 Avoid using if statements without curly braces
43938 src/com/gps/reports/DailyTripReport.java 201 Potential violation of Law of Demeter (object not created locally)
43939 src/com/gps/reports/DailyTripReport.java 202 Potential violation of Law of Demeter (method chain calls)
43940 src/com/gps/reports/DailyTripReport.java 202 Potential violation of Law of Demeter (method chain calls)
43941 src/com/gps/reports/DailyTripReport.java 202 Potential violation of Law of Demeter (object not created locally)
43942 src/com/gps/reports/DailyTripReport.java 204 Found 'DD'-anomaly for variable 'isFound' (lines '204'-'204').
43943 src/com/gps/reports/DailyTripReport.java 209 Avoid instantiating new objects inside loops
43944 src/com/gps/reports/DailyTripReport.java 209 Potential violation of Law of Demeter (method chain calls)
43945 src/com/gps/reports/DailyTripReport.java 209 Potential violation of Law of Demeter (method chain calls)
43946 src/com/gps/reports/DailyTripReport.java 209 Potential violation of Law of Demeter (method chain calls)
43947 src/com/gps/reports/DailyTripReport.java 209 Potential violation of Law of Demeter (object not created locally)
43948 src/com/gps/reports/DailyTripReport.java 209 Potential violation of Law of Demeter (object not created locally)
43949 src/com/gps/reports/DailyTripReport.java 210 Potential violation of Law of Demeter (object not created locally)
43950 src/com/gps/reports/DailyTripReport.java 211 Potential violation of Law of Demeter (object not created locally)
43951 src/com/gps/reports/DailyTripReport.java 211 There is log block not surrounded by if
43952 src/com/gps/reports/DailyTripReport.java 211 There is log block not surrounded by if
43953 src/com/gps/reports/DailyTripReport.java 223 Avoid reassigning parameters such as 'session'
43954 src/com/gps/reports/DailyTripReport.java 223 Found 'UR'-anomaly for variable 'summaryVO' (lines '223'-'242').
43955 src/com/gps/reports/DailyTripReport.java 223 Method names should not start with capital letters
43956 src/com/gps/reports/DailyTripReport.java 223 Parameter 'date' is not assigned and could be declared final
43957 src/com/gps/reports/DailyTripReport.java 223 Parameter 'sess' is not assigned and could be declared final
43958 src/com/gps/reports/DailyTripReport.java 223 Parameter 'summaryVOs' is not assigned and could be declared final
43959 src/com/gps/reports/DailyTripReport.java 223 The method 'GetCumulativeDistance' has a Cyclomatic Complexity of 14.
43960 src/com/gps/reports/DailyTripReport.java 226 Local variable 'calStart' could be declared final
43961 src/com/gps/reports/DailyTripReport.java 227 Local variable 'calEnd' could be declared final
43962 src/com/gps/reports/DailyTripReport.java 232 There is log block not surrounded by if
43963 src/com/gps/reports/DailyTripReport.java 232 There is log block not surrounded by if
43964 src/com/gps/reports/DailyTripReport.java 233 Found 'DD'-anomaly for variable 'tripid' (lines '233'-'242').
43965 src/com/gps/reports/DailyTripReport.java 234 Local variable 'form' could be declared final
43966 src/com/gps/reports/DailyTripReport.java 234 When instantiating a SimpleDateFormat object, specify a Locale
43967 src/com/gps/reports/DailyTripReport.java 235 Local variable 'now' could be declared final
43968 src/com/gps/reports/DailyTripReport.java 235 Potential violation of Law of Demeter (object not created locally)
43969 src/com/gps/reports/DailyTripReport.java 236 Local variable 'DayOFMonth' could be declared final
43970 src/com/gps/reports/DailyTripReport.java 236 Potential violation of Law of Demeter (object not created locally)
43971 src/com/gps/reports/DailyTripReport.java 236 Variables should start with a lowercase character, 'DayOFMonth' starts with uppercase character.
43972 src/com/gps/reports/DailyTripReport.java 237 Local variable 'cal' could be declared final
43973 src/com/gps/reports/DailyTripReport.java 238 Potential violation of Law of Demeter (object not created locally)
43974 src/com/gps/reports/DailyTripReport.java 239 Potential violation of Law of Demeter (object not created locally)
43975 src/com/gps/reports/DailyTripReport.java 240 Local variable 'summaryVO' could be declared final
43976 src/com/gps/reports/DailyTripReport.java 242 Potential violation of Law of Demeter (object not created locally)
43977 src/com/gps/reports/DailyTripReport.java 242 Potential violation of Law of Demeter (object not created locally)
43978 src/com/gps/reports/DailyTripReport.java 246 Potential violation of Law of Demeter (object not created locally)
43979 src/com/gps/reports/DailyTripReport.java 247 Avoid using if statements without curly braces
43980 src/com/gps/reports/DailyTripReport.java 247 Position literals first in String comparisons
43981 src/com/gps/reports/DailyTripReport.java 249 Avoid if (x != y) ..; else ..;
43982 src/com/gps/reports/DailyTripReport.java 249 Potential violation of Law of Demeter (method chain calls)
43983 src/com/gps/reports/DailyTripReport.java 249 Potential violation of Law of Demeter (object not created locally)
43984 src/com/gps/reports/DailyTripReport.java 249 Potential violation of Law of Demeter (object not created locally)
43985 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43986 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43987 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43988 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43989 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43990 src/com/gps/reports/DailyTripReport.java 251 Potential violation of Law of Demeter (object not created locally)
43991 src/com/gps/reports/DailyTripReport.java 251 There is log block not surrounded by if
43992 src/com/gps/reports/DailyTripReport.java 251 There is log block not surrounded by if
43993 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43994 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43995 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43996 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43997 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43998 src/com/gps/reports/DailyTripReport.java 252 Potential violation of Law of Demeter (object not created locally)
43999 src/com/gps/reports/DailyTripReport.java 256 Potential violation of Law of Demeter (object not created locally)
44000 src/com/gps/reports/DailyTripReport.java 256 Potential violation of Law of Demeter (object not created locally)
44001 src/com/gps/reports/DailyTripReport.java 258 Local variable 'DistanceCum' could be declared final
44002 src/com/gps/reports/DailyTripReport.java 258 Potential violation of Law of Demeter (object not created locally)
44003 src/com/gps/reports/DailyTripReport.java 258 Variables should start with a lowercase character, 'DistanceCum' starts with uppercase character.
44004 src/com/gps/reports/DailyTripReport.java 260 Potential violation of Law of Demeter (object not created locally)
44005 src/com/gps/reports/DailyTripReport.java 262 Found 'DU'-anomaly for variable 'row' (lines '262'-'316').
44006 src/com/gps/reports/DailyTripReport.java 262 Potential violation of Law of Demeter (object not created locally)
44007 src/com/gps/reports/DailyTripReport.java 263 Local variable 'summaryVO' could be declared final
44008 src/com/gps/reports/DailyTripReport.java 266 Potential violation of Law of Demeter (object not created locally)
44009 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (method chain calls)
44010 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (method chain calls)
44011 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (method chain calls)
44012 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (object not created locally)
44013 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (object not created locally)
44014 src/com/gps/reports/DailyTripReport.java 271 Potential violation of Law of Demeter (object not created locally)
44015 src/com/gps/reports/DailyTripReport.java 274 Potential violation of Law of Demeter (object not created locally)
44016 src/com/gps/reports/DailyTripReport.java 276 Potential violation of Law of Demeter (object not created locally)
44017 src/com/gps/reports/DailyTripReport.java 277 Assigning an Object to null is a code smell. Consider refactoring.
44018 src/com/gps/reports/DailyTripReport.java 278 Potential violation of Law of Demeter (object not created locally)
44019 src/com/gps/reports/DailyTripReport.java 278 Potential violation of Law of Demeter (object not created locally)
44020 src/com/gps/reports/DailyTripReport.java 280 Potential violation of Law of Demeter (object not created locally)
44021 src/com/gps/reports/DailyTripReport.java 280 Potential violation of Law of Demeter (object not created locally)
44022 src/com/gps/reports/DailyTripReport.java 282 Potential violation of Law of Demeter (object not created locally)
44023 src/com/gps/reports/DailyTripReport.java 283 Avoid using if...else statements without curly braces
44024 src/com/gps/reports/DailyTripReport.java 283 Potential violation of Law of Demeter (object not created locally)
44025 src/com/gps/reports/DailyTripReport.java 283 Potential violation of Law of Demeter (object not created locally)
44026 src/com/gps/reports/DailyTripReport.java 283 Potential violation of Law of Demeter (object not created locally)
44027 src/com/gps/reports/DailyTripReport.java 285 Avoid using if...else statements without curly braces
44028 src/com/gps/reports/DailyTripReport.java 285 Potential violation of Law of Demeter (object not created locally)
44029 src/com/gps/reports/DailyTripReport.java 285 Potential violation of Law of Demeter (object not created locally)
44030 src/com/gps/reports/DailyTripReport.java 287 There is log block not surrounded by if
44031 src/com/gps/reports/DailyTripReport.java 287 There is log block not surrounded by if
44032 src/com/gps/reports/DailyTripReport.java 288 Potential violation of Law of Demeter (object not created locally)
44033 src/com/gps/reports/DailyTripReport.java 288 There is log block not surrounded by if
44034 src/com/gps/reports/DailyTripReport.java 288 There is log block not surrounded by if
44035 src/com/gps/reports/DailyTripReport.java 290 Potential violation of Law of Demeter (object not created locally)
44036 src/com/gps/reports/DailyTripReport.java 292 There is log block not surrounded by if
44037 src/com/gps/reports/DailyTripReport.java 292 There is log block not surrounded by if
44038 src/com/gps/reports/DailyTripReport.java 293 Potential violation of Law of Demeter (object not created locally)
44039 src/com/gps/reports/DailyTripReport.java 299 Avoid using if statements without curly braces
44040 src/com/gps/reports/DailyTripReport.java 299 Potential violation of Law of Demeter (method chain calls)
44041 src/com/gps/reports/DailyTripReport.java 299 Potential violation of Law of Demeter (object not created locally)
44042 src/com/gps/reports/DailyTripReport.java 299 Potential violation of Law of Demeter (object not created locally)
44043 src/com/gps/reports/DailyTripReport.java 303 Avoid using if statements without curly braces
44044 src/com/gps/reports/DailyTripReport.java 306 Potential violation of Law of Demeter (object not created locally)
44045 src/com/gps/reports/DailyTripReport.java 311 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44046 src/com/gps/reports/DailyTripReport.java 313 Avoid printStackTrace(); use a logger call instead.
44047 src/com/gps/reports/DailyTripReport.java 313 Potential violation of Law of Demeter (object not created locally)
44048 src/com/gps/reports/DailyTripReport.java 320 Avoid really long methods.
44049 src/com/gps/reports/DailyTripReport.java 320 Avoid reassigning parameters such as 'session'
44050 src/com/gps/reports/DailyTripReport.java 320 Found 'UR'-anomaly for variable 'tripDetails' (lines '320'-'347').
44051 src/com/gps/reports/DailyTripReport.java 320 Parameter 'date' is not assigned and could be declared final
44052 src/com/gps/reports/DailyTripReport.java 320 Parameter 'type' is not assigned and could be declared final
44053 src/com/gps/reports/DailyTripReport.java 320 Parameter 'vehicleId' is not assigned and could be declared final
44054 src/com/gps/reports/DailyTripReport.java 320 The method 'getDailyRepTrip' has a Cyclomatic Complexity of 19.
44055 src/com/gps/reports/DailyTripReport.java 320 The method getDailyRepTrip() has an NPath complexity of 267
44056 src/com/gps/reports/DailyTripReport.java 322 Found 'DD'-anomaly for variable 'tripList' (lines '322'-'336').
44057 src/com/gps/reports/DailyTripReport.java 323 Found 'DD'-anomaly for variable 'startTime' (lines '323'-'348').
44058 src/com/gps/reports/DailyTripReport.java 324 Found 'DD'-anomaly for variable 'endTime' (lines '324'-'349').
44059 src/com/gps/reports/DailyTripReport.java 325 Avoid unused local variables such as 'sdf'.
44060 src/com/gps/reports/DailyTripReport.java 325 Found 'DU'-anomaly for variable 'sdf' (lines '325'-'433').
44061 src/com/gps/reports/DailyTripReport.java 325 Local variable 'sdf' could be declared final
44062 src/com/gps/reports/DailyTripReport.java 325 When instantiating a SimpleDateFormat object, specify a Locale
44063 src/com/gps/reports/DailyTripReport.java 326 Found 'DD'-anomaly for variable 'end' (lines '326'-'408').
44064 src/com/gps/reports/DailyTripReport.java 326 Found 'DD'-anomaly for variable 'end' (lines '326'-'413').
44065 src/com/gps/reports/DailyTripReport.java 326 Found 'DD'-anomaly for variable 'start' (lines '326'-'404').
44066 src/com/gps/reports/DailyTripReport.java 326 Found 'DD'-anomaly for variable 'start' (lines '326'-'412').
44067 src/com/gps/reports/DailyTripReport.java 326 Use one line for each declaration, it enhances code readability.
44068 src/com/gps/reports/DailyTripReport.java 327 Found 'DU'-anomaly for variable 'format' (lines '327'-'433').
44069 src/com/gps/reports/DailyTripReport.java 327 Local variable 'format' could be declared final
44070 src/com/gps/reports/DailyTripReport.java 327 When instantiating a SimpleDateFormat object, specify a Locale
44071 src/com/gps/reports/DailyTripReport.java 328 Found 'DU'-anomaly for variable 'time' (lines '328'-'433').
44072 src/com/gps/reports/DailyTripReport.java 328 Local variable 'time' could be declared final
44073 src/com/gps/reports/DailyTripReport.java 328 When instantiating a SimpleDateFormat object, specify a Locale
44074 src/com/gps/reports/DailyTripReport.java 330 Found 'DD'-anomaly for variable 'startEndTime' (lines '330'-'356').
44075 src/com/gps/reports/DailyTripReport.java 331 Found 'DD'-anomaly for variable 'speed' (lines '331'-'385').
44076 src/com/gps/reports/DailyTripReport.java 341 Local variable 'tripDetails' could be declared final
44077 src/com/gps/reports/DailyTripReport.java 345 Assigning an Object to null is a code smell. Consider refactoring.
44078 src/com/gps/reports/DailyTripReport.java 347 Position literals first in String comparisons
44079 src/com/gps/reports/DailyTripReport.java 347 Position literals first in String comparisons
44080 src/com/gps/reports/DailyTripReport.java 347 Position literals first in String comparisons
44081 src/com/gps/reports/DailyTripReport.java 347 Potential violation of Law of Demeter (object not created locally)
44082 src/com/gps/reports/DailyTripReport.java 347 Potential violation of Law of Demeter (object not created locally)
44083 src/com/gps/reports/DailyTripReport.java 347 Useless parentheses.
44084 src/com/gps/reports/DailyTripReport.java 347 Useless parentheses.
44085 src/com/gps/reports/DailyTripReport.java 348 Found 'DD'-anomaly for variable 'startTime' (lines '348'-'357').
44086 src/com/gps/reports/DailyTripReport.java 349 Found 'DD'-anomaly for variable 'endTime' (lines '349'-'358').
44087 src/com/gps/reports/DailyTripReport.java 351 Avoid instantiating new objects inside loops
44088 src/com/gps/reports/DailyTripReport.java 353 Potential violation of Law of Demeter (object not created locally)
44089 src/com/gps/reports/DailyTripReport.java 353 Potential violation of Law of Demeter (object not created locally)
44090 src/com/gps/reports/DailyTripReport.java 354 Potential violation of Law of Demeter (method chain calls)
44091 src/com/gps/reports/DailyTripReport.java 354 Potential violation of Law of Demeter (method chain calls)
44092 src/com/gps/reports/DailyTripReport.java 354 Potential violation of Law of Demeter (object not created locally)
44093 src/com/gps/reports/DailyTripReport.java 354 Potential violation of Law of Demeter (object not created locally)
44094 src/com/gps/reports/DailyTripReport.java 357 Potential violation of Law of Demeter (method chain calls)
44095 src/com/gps/reports/DailyTripReport.java 357 Potential violation of Law of Demeter (object not created locally)
44096 src/com/gps/reports/DailyTripReport.java 358 Potential violation of Law of Demeter (method chain calls)
44097 src/com/gps/reports/DailyTripReport.java 358 Potential violation of Law of Demeter (object not created locally)
44098 src/com/gps/reports/DailyTripReport.java 360 Potential violation of Law of Demeter (object not created locally)
44099 src/com/gps/reports/DailyTripReport.java 361 Potential violation of Law of Demeter (object not created locally)
44100 src/com/gps/reports/DailyTripReport.java 363 There is log block not surrounded by if
44101 src/com/gps/reports/DailyTripReport.java 363 There is log block not surrounded by if
44102 src/com/gps/reports/DailyTripReport.java 365 Position literals first in String comparisons
44103 src/com/gps/reports/DailyTripReport.java 366 Potential violation of Law of Demeter (method chain calls)
44104 src/com/gps/reports/DailyTripReport.java 366 Potential violation of Law of Demeter (object not created locally)
44105 src/com/gps/reports/DailyTripReport.java 367 Potential violation of Law of Demeter (method chain calls)
44106 src/com/gps/reports/DailyTripReport.java 367 Potential violation of Law of Demeter (object not created locally)
44107 src/com/gps/reports/DailyTripReport.java 368 There is log block not surrounded by if
44108 src/com/gps/reports/DailyTripReport.java 368 There is log block not surrounded by if
44109 src/com/gps/reports/DailyTripReport.java 371 Avoid using if...else statements without curly braces
44110 src/com/gps/reports/DailyTripReport.java 371 There is log block not surrounded by if
44111 src/com/gps/reports/DailyTripReport.java 371 There is log block not surrounded by if
44112 src/com/gps/reports/DailyTripReport.java 373 Potential violation of Law of Demeter (object not created locally)
44113 src/com/gps/reports/DailyTripReport.java 373 Potential violation of Law of Demeter (object not created locally)
44114 src/com/gps/reports/DailyTripReport.java 375 Avoid using Literals in Conditional Statements
44115 src/com/gps/reports/DailyTripReport.java 375 Potential violation of Law of Demeter (object not created locally)
44116 src/com/gps/reports/DailyTripReport.java 377 Avoid if (x != y) ..; else ..;
44117 src/com/gps/reports/DailyTripReport.java 378 Avoid using if...else statements without curly braces
44118 src/com/gps/reports/DailyTripReport.java 378 Potential violation of Law of Demeter (object not created locally)
44119 src/com/gps/reports/DailyTripReport.java 380 Avoid using if...else statements without curly braces
44120 src/com/gps/reports/DailyTripReport.java 380 Potential violation of Law of Demeter (object not created locally)
44121 src/com/gps/reports/DailyTripReport.java 382 Avoid if (x != y) ..; else ..;
44122 src/com/gps/reports/DailyTripReport.java 383 Avoid using Literals in Conditional Statements
44123 src/com/gps/reports/DailyTripReport.java 383 Avoid using if statements without curly braces
44124 src/com/gps/reports/DailyTripReport.java 388 Avoid using if...else statements without curly braces
44125 src/com/gps/reports/DailyTripReport.java 388 Potential violation of Law of Demeter (object not created locally)
44126 src/com/gps/reports/DailyTripReport.java 390 Avoid if (x != y) ..; else ..;
44127 src/com/gps/reports/DailyTripReport.java 391 Avoid using if...else statements without curly braces
44128 src/com/gps/reports/DailyTripReport.java 391 Potential violation of Law of Demeter (object not created locally)
44129 src/com/gps/reports/DailyTripReport.java 393 Avoid using if...else statements without curly braces
44130 src/com/gps/reports/DailyTripReport.java 393 Potential violation of Law of Demeter (object not created locally)
44131 src/com/gps/reports/DailyTripReport.java 395 Potential violation of Law of Demeter (object not created locally)
44132 src/com/gps/reports/DailyTripReport.java 396 Potential violation of Law of Demeter (object not created locally)
44133 src/com/gps/reports/DailyTripReport.java 399 Potential violation of Law of Demeter (object not created locally)
44134 src/com/gps/reports/DailyTripReport.java 399 Potential violation of Law of Demeter (object not created locally)
44135 src/com/gps/reports/DailyTripReport.java 401 Avoid using Literals in Conditional Statements
44136 src/com/gps/reports/DailyTripReport.java 401 Potential violation of Law of Demeter (object not created locally)
44137 src/com/gps/reports/DailyTripReport.java 402 Potential violation of Law of Demeter (method chain calls)
44138 src/com/gps/reports/DailyTripReport.java 402 Potential violation of Law of Demeter (object not created locally)
44139 src/com/gps/reports/DailyTripReport.java 402 Potential violation of Law of Demeter (object not created locally)
44140 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
44141 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
44142 src/com/gps/reports/DailyTripReport.java 404 Potential violation of Law of Demeter (object not created locally)
44143 src/com/gps/reports/DailyTripReport.java 406 Potential violation of Law of Demeter (method chain calls)
44144 src/com/gps/reports/DailyTripReport.java 406 Potential violation of Law of Demeter (object not created locally)
44145 src/com/gps/reports/DailyTripReport.java 406 Potential violation of Law of Demeter (object not created locally)
44146 src/com/gps/reports/DailyTripReport.java 408 Potential violation of Law of Demeter (object not created locally)
44147 src/com/gps/reports/DailyTripReport.java 408 Potential violation of Law of Demeter (object not created locally)
44148 src/com/gps/reports/DailyTripReport.java 408 Potential violation of Law of Demeter (object not created locally)
44149 src/com/gps/reports/DailyTripReport.java 416 Potential violation of Law of Demeter (object not created locally)
44150 src/com/gps/reports/DailyTripReport.java 417 Potential violation of Law of Demeter (object not created locally)
44151 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44152 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44153 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44154 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44155 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44156 src/com/gps/reports/DailyTripReport.java 419 Potential violation of Law of Demeter (object not created locally)
44157 src/com/gps/reports/DailyTripReport.java 419 The String literal " " appears 5 times in this file; the first occurrence is on line 419
44158 src/com/gps/reports/DailyTripReport.java 419 There is log block not surrounded by if
44159 src/com/gps/reports/DailyTripReport.java 419 There is log block not surrounded by if
44160 src/com/gps/reports/DailyTripReport.java 422 Assigning an Object to null is a code smell. Consider refactoring.
44161 src/com/gps/reports/DailyTripReport.java 424 There is log block not surrounded by if
44162 src/com/gps/reports/DailyTripReport.java 424 There is log block not surrounded by if
44163 src/com/gps/reports/DailyTripReport.java 428 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44164 src/com/gps/reports/DailyTripReport.java 430 Avoid printStackTrace(); use a logger call instead.
44165 src/com/gps/reports/DailyTripReport.java 430 Potential violation of Law of Demeter (object not created locally)
44166 src/com/gps/reports/DailyTripReport.java 436 Parameter 'date' is not assigned and could be declared final
44167 src/com/gps/reports/DailyTripReport.java 436 Parameter 'endTime' is not assigned and could be declared final
44168 src/com/gps/reports/DailyTripReport.java 436 Parameter 'session' is not assigned and could be declared final
44169 src/com/gps/reports/DailyTripReport.java 436 Parameter 'vehicleId' is not assigned and could be declared final
44170 src/com/gps/reports/DailyTripReport.java 436 publicMethodCommentRequirement Required
44171 src/com/gps/reports/DailyTripReport.java 438 Found 'DD'-anomaly for variable 'distance' (lines '438'-'457').
44172 src/com/gps/reports/DailyTripReport.java 438 Found 'DD'-anomaly for variable 'distance' (lines '438'-'459').
44173 src/com/gps/reports/DailyTripReport.java 439 Local variable 'cal' could be declared final
44174 src/com/gps/reports/DailyTripReport.java 440 Local variable 'formatter' could be declared final
44175 src/com/gps/reports/DailyTripReport.java 440 When instantiating a SimpleDateFormat object, specify a Locale
44176 src/com/gps/reports/DailyTripReport.java 441 Local variable 'form' could be declared final
44177 src/com/gps/reports/DailyTripReport.java 441 When instantiating a SimpleDateFormat object, specify a Locale
44178 src/com/gps/reports/DailyTripReport.java 443 Local variable 'tripDAO' could be declared final
44179 src/com/gps/reports/DailyTripReport.java 446 Potential violation of Law of Demeter (object not created locally)
44180 src/com/gps/reports/DailyTripReport.java 446 Potential violation of Law of Demeter (object not created locally)
44181 src/com/gps/reports/DailyTripReport.java 447 Potential violation of Law of Demeter (object not created locally)
44182 src/com/gps/reports/DailyTripReport.java 449 Avoid variables with short names like vo
44183 src/com/gps/reports/DailyTripReport.java 449 Local variable 'vo' could be declared final
44184 src/com/gps/reports/DailyTripReport.java 450 Potential violation of Law of Demeter (object not created locally)
44185 src/com/gps/reports/DailyTripReport.java 451 Potential violation of Law of Demeter (object not created locally)
44186 src/com/gps/reports/DailyTripReport.java 451 Potential violation of Law of Demeter (object not created locally)
44187 src/com/gps/reports/DailyTripReport.java 451 Potential violation of Law of Demeter (object not created locally)
44188 src/com/gps/reports/DailyTripReport.java 452 Potential violation of Law of Demeter (object not created locally)
44189 src/com/gps/reports/DailyTripReport.java 454 Potential violation of Law of Demeter (object not created locally)
44190 src/com/gps/reports/DailyTripReport.java 456 Avoid if (x != y) ..; else ..;
44191 src/com/gps/reports/DailyTripReport.java 456 Potential violation of Law of Demeter (method chain calls)
44192 src/com/gps/reports/DailyTripReport.java 456 Potential violation of Law of Demeter (object not created locally)
44193 src/com/gps/reports/DailyTripReport.java 457 Avoid using if...else statements without curly braces
44194 src/com/gps/reports/DailyTripReport.java 457 Potential violation of Law of Demeter (method chain calls)
44195 src/com/gps/reports/DailyTripReport.java 457 Potential violation of Law of Demeter (object not created locally)
44196 src/com/gps/reports/DailyTripReport.java 459 Avoid using if...else statements without curly braces
44197 src/com/gps/reports/DailyTripReport.java 459 Potential violation of Law of Demeter (object not created locally)
44198 src/com/gps/reports/DailyTripReport.java 459 Potential violation of Law of Demeter (object not created locally)
44199 src/com/gps/reports/DailyTripReport.java 461 There is log block not surrounded by if
44200 src/com/gps/reports/DailyTripReport.java 461 There is log block not surrounded by if
44201 src/com/gps/reports/DailyTripReport.java 464 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44202 src/com/gps/reports/DailyTripReport.java 466 Avoid printStackTrace(); use a logger call instead.
44203 src/com/gps/reports/DailyTripReport.java 466 Potential violation of Law of Demeter (object not created locally)
44204 src/com/gps/reports/DailyTripReport.java 475 Found 'UR'-anomaly for variable 'date' (lines '475'-'491').
44205 src/com/gps/reports/DailyTripReport.java 475 Found 'UR'-anomaly for variable 'trip' (lines '475'-'487').
44206 src/com/gps/reports/DailyTripReport.java 475 Parameter 'endTime' is not assigned and could be declared final
44207 src/com/gps/reports/DailyTripReport.java 475 Parameter 'startTime' is not assigned and could be declared final
44208 src/com/gps/reports/DailyTripReport.java 475 Parameter 'type' is not assigned and could be declared final
44209 src/com/gps/reports/DailyTripReport.java 475 Parameter 'vehicleId' is not assigned and could be declared final
44210 src/com/gps/reports/DailyTripReport.java 481 There is log block not surrounded by if
44211 src/com/gps/reports/DailyTripReport.java 481 There is log block not surrounded by if
44212 src/com/gps/reports/DailyTripReport.java 483 Potential violation of Law of Demeter (object not created locally)
44213 src/com/gps/reports/DailyTripReport.java 483 There is log block not surrounded by if
44214 src/com/gps/reports/DailyTripReport.java 483 There is log block not surrounded by if
44215 src/com/gps/reports/DailyTripReport.java 486 Local variable 'trip' could be declared final
44216 src/com/gps/reports/DailyTripReport.java 487 Avoid if (x != y) ..; else ..;
44217 src/com/gps/reports/DailyTripReport.java 488 There is log block not surrounded by if
44218 src/com/gps/reports/DailyTripReport.java 488 There is log block not surrounded by if
44219 src/com/gps/reports/DailyTripReport.java 490 Local variable 'date' could be declared final
44220 src/com/gps/reports/DailyTripReport.java 491 There is log block not surrounded by if
44221 src/com/gps/reports/DailyTripReport.java 491 There is log block not surrounded by if
44222 src/com/gps/reports/DailyTripReport.java 496 There is log block not surrounded by if
44223 src/com/gps/reports/DailyTripReport.java 496 There is log block not surrounded by if
44224 src/com/gps/reports/DailyTripReport.java 501 There is log block not surrounded by if
44225 src/com/gps/reports/DailyTripReport.java 501 There is log block not surrounded by if
44226 src/com/gps/reports/DailyTripReport.java 504 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44227 src/com/gps/reports/DailyTripReport.java 506 There is log block not surrounded by if
44228 src/com/gps/reports/DailyTripReport.java 506 There is log block not surrounded by if
44229 src/com/gps/reports/DailyTripReport.java 507 Avoid printStackTrace(); use a logger call instead.
44230 src/com/gps/reports/DailyTripReport.java 507 Potential violation of Law of Demeter (object not created locally)
44231 src/com/gps/reports/DailyTripReport.java 514 Found 'UR'-anomaly for variable 'params' (lines '514'-'540').
44232 src/com/gps/reports/DailyTripReport.java 514 Parameter 'toDate' is not assigned and could be declared final
44233 src/com/gps/reports/DailyTripReport.java 514 Parameter 'vehicleId' is not assigned and could be declared final
44234 src/com/gps/reports/DailyTripReport.java 514 Rather than using a lot of String arguments, consider using a container object for those values.
44235 src/com/gps/reports/DailyTripReport.java 515 Parameter 'fromDate' is not assigned and could be declared final
44236 src/com/gps/reports/DailyTripReport.java 515 Parameter 'type' is not assigned and could be declared final
44237 src/com/gps/reports/DailyTripReport.java 517 Found 'DD'-anomaly for variable 'objTripVO' (lines '517'-'535').
44238 src/com/gps/reports/DailyTripReport.java 520 Local variable 'tripList' could be declared final
44239 src/com/gps/reports/DailyTripReport.java 521 Avoid variables with short names like i
44240 src/com/gps/reports/DailyTripReport.java 521 Found 'DU'-anomaly for variable 'i' (lines '521'-'585').
44241 src/com/gps/reports/DailyTripReport.java 522 Found 'DU'-anomaly for variable 'prevSpeed' (lines '522'-'585').
44242 src/com/gps/reports/DailyTripReport.java 531 There is log block not surrounded by if
44243 src/com/gps/reports/DailyTripReport.java 531 There is log block not surrounded by if
44244 src/com/gps/reports/DailyTripReport.java 532 Found 'DU'-anomaly for variable 'trip' (lines '532'-'585').
44245 src/com/gps/reports/DailyTripReport.java 534 Potential violation of Law of Demeter (object not created locally)
44246 src/com/gps/reports/DailyTripReport.java 535 Assigning an Object to null is a code smell. Consider refactoring.
44247 src/com/gps/reports/DailyTripReport.java 537 Avoid if (x != y) ..; else ..;
44248 src/com/gps/reports/DailyTripReport.java 538 Local variable 'params' could be declared final
44249 src/com/gps/reports/DailyTripReport.java 540 Potential violation of Law of Demeter (object not created locally)
44250 src/com/gps/reports/DailyTripReport.java 545 Found 'DU'-anomaly for variable 'prevSpeed' (lines '545'-'585').
44251 src/com/gps/reports/DailyTripReport.java 545 Potential violation of Law of Demeter (object not created locally)
44252 src/com/gps/reports/DailyTripReport.java 546 Found 'DU'-anomaly for variable 'i' (lines '546'-'585').
44253 src/com/gps/reports/DailyTripReport.java 548 Avoid using if statements without curly braces
44254 src/com/gps/reports/DailyTripReport.java 548 Potential violation of Law of Demeter (object not created locally)
44255 src/com/gps/reports/DailyTripReport.java 549 Potential violation of Law of Demeter (object not created locally)
44256 src/com/gps/reports/DailyTripReport.java 551 Potential violation of Law of Demeter (object not created locally)
44257 src/com/gps/reports/DailyTripReport.java 555 There is log block not surrounded by if
44258 src/com/gps/reports/DailyTripReport.java 555 There is log block not surrounded by if
44259 src/com/gps/reports/DailyTripReport.java 556 There is log block not surrounded by if
44260 src/com/gps/reports/DailyTripReport.java 556 There is log block not surrounded by if
44261 src/com/gps/reports/DailyTripReport.java 563 Comment is too large: Line too long
44262 src/com/gps/reports/DailyTripReport.java 566 Potential violation of Law of Demeter (object not created locally)
44263 src/com/gps/reports/DailyTripReport.java 566 There is log block not surrounded by if
44264 src/com/gps/reports/DailyTripReport.java 566 There is log block not surrounded by if
44265 src/com/gps/reports/DailyTripReport.java 568 Avoid using if statements without curly braces
44266 src/com/gps/reports/DailyTripReport.java 575 Comment is too large: Line too long
44267 src/com/gps/reports/DailyTripReport.java 577 Potential violation of Law of Demeter (object not created locally)
44268 src/com/gps/reports/DailyTripReport.java 579 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44269 src/com/gps/reports/DailyTripReport.java 581 There is log block not surrounded by if
44270 src/com/gps/reports/DailyTripReport.java 581 There is log block not surrounded by if
44271 src/com/gps/reports/DailyTripReport.java 582 Avoid printStackTrace(); use a logger call instead.
44272 src/com/gps/reports/DailyTripReport.java 582 Potential violation of Law of Demeter (object not created locally)
44273 src/com/gps/reports/DailyTripReport.java 588 Parameter 'date' is not assigned and could be declared final
44274 src/com/gps/reports/DailyTripReport.java 588 Parameter 'tripDetails' is not assigned and could be declared final
44275 src/com/gps/reports/DailyTripReport.java 588 The method 'getStartEndTime' has a Cyclomatic Complexity of 25.
44276 src/com/gps/reports/DailyTripReport.java 588 The method getStartEndTime() has an NPath complexity of 2313
44277 src/com/gps/reports/DailyTripReport.java 589 Avoid unused method parameters such as 'type'.
44278 src/com/gps/reports/DailyTripReport.java 589 Parameter 'session' is not assigned and could be declared final
44279 src/com/gps/reports/DailyTripReport.java 589 Parameter 'type' is not assigned and could be declared final
44280 src/com/gps/reports/DailyTripReport.java 592 Found 'DD'-anomaly for variable 'starttime' (lines '592'-'603').
44281 src/com/gps/reports/DailyTripReport.java 592 Found 'DD'-anomaly for variable 'starttime' (lines '592'-'606').
44282 src/com/gps/reports/DailyTripReport.java 593 Found 'DD'-anomaly for variable 'endtime' (lines '593'-'623').
44283 src/com/gps/reports/DailyTripReport.java 593 Found 'DD'-anomaly for variable 'endtime' (lines '593'-'626').
44284 src/com/gps/reports/DailyTripReport.java 594 Avoid declaring a variable if it is unreferenced before a possible exit point.
44285 src/com/gps/reports/DailyTripReport.java 594 Avoid unused local variables such as 'cal'.
44286 src/com/gps/reports/DailyTripReport.java 594 Found 'DU'-anomaly for variable 'cal' (lines '594'-'652').
44287 src/com/gps/reports/DailyTripReport.java 594 Local variable 'cal' could be declared final
44288 src/com/gps/reports/DailyTripReport.java 595 Avoid declaring a variable if it is unreferenced before a possible exit point.
44289 src/com/gps/reports/DailyTripReport.java 595 Avoid unused local variables such as 'timeFormat'.
44290 src/com/gps/reports/DailyTripReport.java 595 Found 'DU'-anomaly for variable 'timeFormat' (lines '595'-'652').
44291 src/com/gps/reports/DailyTripReport.java 595 Local variable 'timeFormat' could be declared final
44292 src/com/gps/reports/DailyTripReport.java 595 When instantiating a SimpleDateFormat object, specify a Locale
44293 src/com/gps/reports/DailyTripReport.java 596 Found 'DU'-anomaly for variable 'dateFormat' (lines '596'-'652').
44294 src/com/gps/reports/DailyTripReport.java 596 Local variable 'dateFormat' could be declared final
44295 src/com/gps/reports/DailyTripReport.java 596 When instantiating a SimpleDateFormat object, specify a Locale
44296 src/com/gps/reports/DailyTripReport.java 600 Assigning an Object to null is a code smell. Consider refactoring.
44297 src/com/gps/reports/DailyTripReport.java 602 Position literals first in String comparisons
44298 src/com/gps/reports/DailyTripReport.java 602 Position literals first in String comparisons
44299 src/com/gps/reports/DailyTripReport.java 602 Useless parentheses.
44300 src/com/gps/reports/DailyTripReport.java 602 Useless parentheses.
44301 src/com/gps/reports/DailyTripReport.java 603 Do not hard code the IP address
44302 src/com/gps/reports/DailyTripReport.java 603 Potential violation of Law of Demeter (method chain calls)
44303 src/com/gps/reports/DailyTripReport.java 603 The String literal ":00" appears 4 times in this file; the first occurrence is on line 603
44304 src/com/gps/reports/DailyTripReport.java 603 Useless parentheses.
44305 src/com/gps/reports/DailyTripReport.java 605 Position literals first in String comparisons
44306 src/com/gps/reports/DailyTripReport.java 605 Position literals first in String comparisons
44307 src/com/gps/reports/DailyTripReport.java 605 Useless parentheses.
44308 src/com/gps/reports/DailyTripReport.java 605 Useless parentheses.
44309 src/com/gps/reports/DailyTripReport.java 606 Do not hard code the IP address
44310 src/com/gps/reports/DailyTripReport.java 606 Potential violation of Law of Demeter (method chain calls)
44311 src/com/gps/reports/DailyTripReport.java 606 Useless parentheses.
44312 src/com/gps/reports/DailyTripReport.java 610 Avoid using Literals in Conditional Statements
44313 src/com/gps/reports/DailyTripReport.java 610 Potential violation of Law of Demeter (method chain calls)
44314 src/com/gps/reports/DailyTripReport.java 610 Potential violation of Law of Demeter (method chain calls)
44315 src/com/gps/reports/DailyTripReport.java 610 Potential violation of Law of Demeter (object not created locally)
44316 src/com/gps/reports/DailyTripReport.java 611 Prefer StringBuffer over += for concatenating strings
44317 src/com/gps/reports/DailyTripReport.java 613 Avoid using if...else statements without curly braces
44318 src/com/gps/reports/DailyTripReport.java 613 Prefer StringBuffer over += for concatenating strings
44319 src/com/gps/reports/DailyTripReport.java 615 There is log block not surrounded by if
44320 src/com/gps/reports/DailyTripReport.java 615 There is log block not surrounded by if
44321 src/com/gps/reports/DailyTripReport.java 617 Prefer StringBuffer over += for concatenating strings
44322 src/com/gps/reports/DailyTripReport.java 619 There is log block not surrounded by if
44323 src/com/gps/reports/DailyTripReport.java 619 There is log block not surrounded by if
44324 src/com/gps/reports/DailyTripReport.java 622 Position literals first in String comparisons
44325 src/com/gps/reports/DailyTripReport.java 622 Position literals first in String comparisons
44326 src/com/gps/reports/DailyTripReport.java 622 Useless parentheses.
44327 src/com/gps/reports/DailyTripReport.java 622 Useless parentheses.
44328 src/com/gps/reports/DailyTripReport.java 623 Do not hard code the IP address
44329 src/com/gps/reports/DailyTripReport.java 623 Potential violation of Law of Demeter (method chain calls)
44330 src/com/gps/reports/DailyTripReport.java 623 Useless parentheses.
44331 src/com/gps/reports/DailyTripReport.java 625 Position literals first in String comparisons
44332 src/com/gps/reports/DailyTripReport.java 625 Position literals first in String comparisons
44333 src/com/gps/reports/DailyTripReport.java 625 Useless parentheses.
44334 src/com/gps/reports/DailyTripReport.java 625 Useless parentheses.
44335 src/com/gps/reports/DailyTripReport.java 625 Useless parentheses.
44336 src/com/gps/reports/DailyTripReport.java 626 Do not hard code the IP address
44337 src/com/gps/reports/DailyTripReport.java 626 Potential violation of Law of Demeter (method chain calls)
44338 src/com/gps/reports/DailyTripReport.java 626 Useless parentheses.
44339 src/com/gps/reports/DailyTripReport.java 630 Avoid using Literals in Conditional Statements
44340 src/com/gps/reports/DailyTripReport.java 630 Potential violation of Law of Demeter (method chain calls)
44341 src/com/gps/reports/DailyTripReport.java 630 Potential violation of Law of Demeter (method chain calls)
44342 src/com/gps/reports/DailyTripReport.java 630 Potential violation of Law of Demeter (object not created locally)
44343 src/com/gps/reports/DailyTripReport.java 631 Prefer StringBuffer over += for concatenating strings
44344 src/com/gps/reports/DailyTripReport.java 633 Avoid using if...else statements without curly braces
44345 src/com/gps/reports/DailyTripReport.java 633 Prefer StringBuffer over += for concatenating strings
44346 src/com/gps/reports/DailyTripReport.java 635 There is log block not surrounded by if
44347 src/com/gps/reports/DailyTripReport.java 635 There is log block not surrounded by if
44348 src/com/gps/reports/DailyTripReport.java 636 Prefer StringBuffer over += for concatenating strings
44349 src/com/gps/reports/DailyTripReport.java 641 Avoid using Literals in Conditional Statements
44350 src/com/gps/reports/DailyTripReport.java 641 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44351 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44352 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44353 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44354 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44355 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44356 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (method chain calls)
44357 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (object not created locally)
44358 src/com/gps/reports/DailyTripReport.java 642 Potential violation of Law of Demeter (object not created locally)
44359 src/com/gps/reports/DailyTripReport.java 642 There is log block not surrounded by if
44360 src/com/gps/reports/DailyTripReport.java 642 There is log block not surrounded by if
44361 src/com/gps/reports/DailyTripReport.java 643 A method should have only one exit point, and that should be the last statement in the method
44362 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (method chain calls)
44363 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (method chain calls)
44364 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (method chain calls)
44365 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (method chain calls)
44366 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (object not created locally)
44367 src/com/gps/reports/DailyTripReport.java 643 Potential violation of Law of Demeter (object not created locally)
44368 src/com/gps/reports/DailyTripReport.java 647 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44369 src/com/gps/reports/DailyTripReport.java 649 Avoid printStackTrace(); use a logger call instead.
44370 src/com/gps/reports/DailyTripReport.java 649 Potential violation of Law of Demeter (object not created locally)
44371 src/com/gps/reports/DailyTripReport.java 654 Parameter 'endTime' is not assigned and could be declared final
44372 src/com/gps/reports/DailyTripReport.java 654 Parameter 'startTime' is not assigned and could be declared final
44373 src/com/gps/reports/DailyTripReport.java 654 Parameter 'tripId' is not assigned and could be declared final
44374 src/com/gps/reports/DailyTripReport.java 654 The method 'getHardBrakes' has a Cyclomatic Complexity of 10.
44375 src/com/gps/reports/DailyTripReport.java 654 publicMethodCommentRequirement Required
44376 src/com/gps/reports/DailyTripReport.java 658 Found 'DU'-anomaly for variable 'prevSpeed' (lines '658'-'683').
44377 src/com/gps/reports/DailyTripReport.java 659 Avoid variables with short names like i
44378 src/com/gps/reports/DailyTripReport.java 659 Found 'DU'-anomaly for variable 'i' (lines '659'-'683').
44379 src/com/gps/reports/DailyTripReport.java 660 Found 'DD'-anomaly for variable 'brakeCount' (lines '660'-'671').
44380 src/com/gps/reports/DailyTripReport.java 664 Potential violation of Law of Demeter (object not created locally)
44381 src/com/gps/reports/DailyTripReport.java 665 Local variable 'paramIter' could be declared final
44382 src/com/gps/reports/DailyTripReport.java 665 Potential violation of Law of Demeter (object not created locally)
44383 src/com/gps/reports/DailyTripReport.java 667 Local variable 'rows' could be declared final
44384 src/com/gps/reports/DailyTripReport.java 671 Found 'DD'-anomaly for variable 'brakeCount' (lines '671'-'671').
44385 src/com/gps/reports/DailyTripReport.java 673 Found 'DU'-anomaly for variable 'prevSpeed' (lines '673'-'683').
44386 src/com/gps/reports/DailyTripReport.java 674 Found 'DU'-anomaly for variable 'i' (lines '674'-'683').
44387 src/com/gps/reports/DailyTripReport.java 679 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44388 src/com/gps/reports/DailyTripReport.java 680 There is log block not surrounded by if
44389 src/com/gps/reports/DailyTripReport.java 685 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
44390 src/com/gps/reports/DailyTripReport.java 685 Avoid reassigning parameters such as 'inTripDist'
44391 src/com/gps/reports/DailyTripReport.java 685 Method names should not start with capital letters
44392 src/com/gps/reports/DailyTripReport.java 685 Parameter 'Rpl' is not assigned and could be declared final
44393 src/com/gps/reports/DailyTripReport.java 685 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
44394 src/com/gps/reports/DailyTripReport.java 687 Avoid variables with short names like p
44395 src/com/gps/reports/DailyTripReport.java 687 Local variable 'p' could be declared final
44396 src/com/gps/reports/DailyTripReport.java 689 Local variable 'tmp' could be declared final
44397 src/com/gps/reports/DailyTripReport.java 694 Avoid really long methods.
44398 src/com/gps/reports/DailyTripReport.java 694 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '694'-'722').
44399 src/com/gps/reports/DailyTripReport.java 694 Found 'UR'-anomaly for variable 'tripDistance' (lines '694'-'773').
44400 src/com/gps/reports/DailyTripReport.java 694 Parameter 'dateType' is not assigned and could be declared final
44401 src/com/gps/reports/DailyTripReport.java 694 Parameter 'distDAO' is not assigned and could be declared final
44402 src/com/gps/reports/DailyTripReport.java 694 Parameter 'flag' is not assigned and could be declared final
44403 src/com/gps/reports/DailyTripReport.java 694 Parameter 'type' is not assigned and could be declared final
44404 src/com/gps/reports/DailyTripReport.java 694 The method 'matchDate' has a Cyclomatic Complexity of 61.
44405 src/com/gps/reports/DailyTripReport.java 694 The method matchDate() has an NCSS line count of 237
44406 src/com/gps/reports/DailyTripReport.java 694 The method matchDate() has an NPath complexity of 1164280
44407 src/com/gps/reports/DailyTripReport.java 696 Found 'DU'-anomaly for variable 'tempDate' (lines '696'-'1,100').
44408 src/com/gps/reports/DailyTripReport.java 697 Found 'DD'-anomaly for variable 'objDate' (lines '697'-'736').
44409 src/com/gps/reports/DailyTripReport.java 698 Found 'DD'-anomaly for variable 'objTrip' (lines '698'-'734').
44410 src/com/gps/reports/DailyTripReport.java 701 Found 'DD'-anomaly for variable 'count' (lines '701'-'726').
44411 src/com/gps/reports/DailyTripReport.java 702 Found 'DU'-anomaly for variable 'inTripDist' (lines '702'-'1,100').
44412 src/com/gps/reports/DailyTripReport.java 703 Found 'DU'-anomaly for variable 'outTripDist' (lines '703'-'1,100').
44413 src/com/gps/reports/DailyTripReport.java 704 Found 'DU'-anomaly for variable 'start' (lines '704'-'1,100').
44414 src/com/gps/reports/DailyTripReport.java 705 Found 'DU'-anomaly for variable 'end' (lines '705'-'1,100').
44415 src/com/gps/reports/DailyTripReport.java 706 Found 'DU'-anomaly for variable 'isSame' (lines '706'-'1,100').
44416 src/com/gps/reports/DailyTripReport.java 707 Found 'DU'-anomaly for variable 'currentTrip' (lines '707'-'1,100').
44417 src/com/gps/reports/DailyTripReport.java 708 Found 'DU'-anomaly for variable 'tempDist' (lines '708'-'1,100').
44418 src/com/gps/reports/DailyTripReport.java 709 Found 'DU'-anomaly for variable 'isReset' (lines '709'-'1,100').
44419 src/com/gps/reports/DailyTripReport.java 710 Found 'DU'-anomaly for variable 'tempEnd' (lines '710'-'1,100').
44420 src/com/gps/reports/DailyTripReport.java 711 Found 'DU'-anomaly for variable 'isFirst' (lines '711'-'1,100').
44421 src/com/gps/reports/DailyTripReport.java 714 There is log block not surrounded by if
44422 src/com/gps/reports/DailyTripReport.java 714 There is log block not surrounded by if
44423 src/com/gps/reports/DailyTripReport.java 718 There is log block not surrounded by if
44424 src/com/gps/reports/DailyTripReport.java 718 There is log block not surrounded by if
44425 src/com/gps/reports/DailyTripReport.java 720 Found 'DD'-anomaly for variable 'tripName' (lines '720'-'723').
44426 src/com/gps/reports/DailyTripReport.java 721 Local variable 'tripDistDTO' could be declared final
44427 src/com/gps/reports/DailyTripReport.java 722 Potential violation of Law of Demeter (method chain calls)
44428 src/com/gps/reports/DailyTripReport.java 722 Potential violation of Law of Demeter (object not created locally)
44429 src/com/gps/reports/DailyTripReport.java 722 The String literal "default" appears 5 times in this file; the first occurrence is on line 722
44430 src/com/gps/reports/DailyTripReport.java 723 Avoid using if...else statements without curly braces
44431 src/com/gps/reports/DailyTripReport.java 723 Found 'DD'-anomaly for variable 'tripName' (lines '723'-'723').
44432 src/com/gps/reports/DailyTripReport.java 723 Found 'DU'-anomaly for variable 'tripName' (lines '723'-'1,100').
44433 src/com/gps/reports/DailyTripReport.java 725 Avoid using if...else statements without curly braces
44434 src/com/gps/reports/DailyTripReport.java 725 Potential violation of Law of Demeter (object not created locally)
44435 src/com/gps/reports/DailyTripReport.java 727 Avoid if (x != y) ..; else ..;
44436 src/com/gps/reports/DailyTripReport.java 729 Potential violation of Law of Demeter (object not created locally)
44437 src/com/gps/reports/DailyTripReport.java 729 Potential violation of Law of Demeter (object not created locally)
44438 src/com/gps/reports/DailyTripReport.java 729 Potential violation of Law of Demeter (object not created locally)
44439 src/com/gps/reports/DailyTripReport.java 731 Avoid using Literals in Conditional Statements
44440 src/com/gps/reports/DailyTripReport.java 731 Avoid using if statements without curly braces
44441 src/com/gps/reports/DailyTripReport.java 732 Potential violation of Law of Demeter (object not created locally)
44442 src/com/gps/reports/DailyTripReport.java 732 There is log block not surrounded by if
44443 src/com/gps/reports/DailyTripReport.java 732 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44444 src/com/gps/reports/DailyTripReport.java 734 Avoid instantiating new objects inside loops
44445 src/com/gps/reports/DailyTripReport.java 735 Potential violation of Law of Demeter (object not created locally)
44446 src/com/gps/reports/DailyTripReport.java 735 Potential violation of Law of Demeter (object not created locally)
44447 src/com/gps/reports/DailyTripReport.java 736 Avoid instantiating new objects inside loops
44448 src/com/gps/reports/DailyTripReport.java 737 Potential violation of Law of Demeter (object not created locally)
44449 src/com/gps/reports/DailyTripReport.java 738 Potential violation of Law of Demeter (object not created locally)
44450 src/com/gps/reports/DailyTripReport.java 739 Potential violation of Law of Demeter (object not created locally)
44451 src/com/gps/reports/DailyTripReport.java 741 Potential violation of Law of Demeter (object not created locally)
44452 src/com/gps/reports/DailyTripReport.java 745 Avoid using Literals in Conditional Statements
44453 src/com/gps/reports/DailyTripReport.java 745 Avoid using if statements without curly braces
44454 src/com/gps/reports/DailyTripReport.java 746 There is log block not surrounded by if
44455 src/com/gps/reports/DailyTripReport.java 746 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44456 src/com/gps/reports/DailyTripReport.java 747 Potential violation of Law of Demeter (method chain calls)
44457 src/com/gps/reports/DailyTripReport.java 747 Potential violation of Law of Demeter (method chain calls)
44458 src/com/gps/reports/DailyTripReport.java 747 Potential violation of Law of Demeter (method chain calls)
44459 src/com/gps/reports/DailyTripReport.java 747 Potential violation of Law of Demeter (object not created locally)
44460 src/com/gps/reports/DailyTripReport.java 748 Potential violation of Law of Demeter (object not created locally)
44461 src/com/gps/reports/DailyTripReport.java 748 Use equals() to compare object references.
44462 src/com/gps/reports/DailyTripReport.java 751 Avoid if (x != y) ..; else ..;
44463 src/com/gps/reports/DailyTripReport.java 752 Potential violation of Law of Demeter (object not created locally)
44464 src/com/gps/reports/DailyTripReport.java 752 Potential violation of Law of Demeter (object not created locally)
44465 src/com/gps/reports/DailyTripReport.java 752 Potential violation of Law of Demeter (object not created locally)
44466 src/com/gps/reports/DailyTripReport.java 752 Potential violation of Law of Demeter (object not created locally)
44467 src/com/gps/reports/DailyTripReport.java 754 Avoid using if statements without curly braces
44468 src/com/gps/reports/DailyTripReport.java 754 Potential violation of Law of Demeter (object not created locally)
44469 src/com/gps/reports/DailyTripReport.java 759 Avoid if (x != y) ..; else ..;
44470 src/com/gps/reports/DailyTripReport.java 759 Potential violation of Law of Demeter (method chain calls)
44471 src/com/gps/reports/DailyTripReport.java 759 Potential violation of Law of Demeter (object not created locally)
44472 src/com/gps/reports/DailyTripReport.java 771 Local variable 'tripDistance' could be declared final
44473 src/com/gps/reports/DailyTripReport.java 771 Potential violation of Law of Demeter (object not created locally)
44474 src/com/gps/reports/DailyTripReport.java 773 Potential violation of Law of Demeter (method chain calls)
44475 src/com/gps/reports/DailyTripReport.java 773 Potential violation of Law of Demeter (object not created locally)
44476 src/com/gps/reports/DailyTripReport.java 775 Potential violation of Law of Demeter (object not created locally)
44477 src/com/gps/reports/DailyTripReport.java 775 Potential violation of Law of Demeter (object not created locally)
44478 src/com/gps/reports/DailyTripReport.java 784 Avoid instantiating new objects inside loops
44479 src/com/gps/reports/DailyTripReport.java 784 Local variable 'Objtrdist' could be declared final
44480 src/com/gps/reports/DailyTripReport.java 784 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
44481 src/com/gps/reports/DailyTripReport.java 785 Potential violation of Law of Demeter (object not created locally)
44482 src/com/gps/reports/DailyTripReport.java 786 Potential violation of Law of Demeter (object not created locally)
44483 src/com/gps/reports/DailyTripReport.java 787 Potential violation of Law of Demeter (method chain calls)
44484 src/com/gps/reports/DailyTripReport.java 787 Potential violation of Law of Demeter (object not created locally)
44485 src/com/gps/reports/DailyTripReport.java 800 Potential violation of Law of Demeter (object not created locally)
44486 src/com/gps/reports/DailyTripReport.java 802 Avoid using Literals in Conditional Statements
44487 src/com/gps/reports/DailyTripReport.java 802 Avoid using if statements without curly braces
44488 src/com/gps/reports/DailyTripReport.java 802 Potential violation of Law of Demeter (object not created locally)
44489 src/com/gps/reports/DailyTripReport.java 806 There is log block not surrounded by if
44490 src/com/gps/reports/DailyTripReport.java 806 There is log block not surrounded by if
44491 src/com/gps/reports/DailyTripReport.java 809 Potential violation of Law of Demeter (object not created locally)
44492 src/com/gps/reports/DailyTripReport.java 810 Potential violation of Law of Demeter (object not created locally)
44493 src/com/gps/reports/DailyTripReport.java 810 These nested if statements could be combined
44494 src/com/gps/reports/DailyTripReport.java 818 Potential violation of Law of Demeter (method chain calls)
44495 src/com/gps/reports/DailyTripReport.java 818 Potential violation of Law of Demeter (object not created locally)
44496 src/com/gps/reports/DailyTripReport.java 821 Potential violation of Law of Demeter (object not created locally)
44497 src/com/gps/reports/DailyTripReport.java 826 Avoid using if...else statements without curly braces
44498 src/com/gps/reports/DailyTripReport.java 826 Potential violation of Law of Demeter (object not created locally)
44499 src/com/gps/reports/DailyTripReport.java 833 There is log block not surrounded by if
44500 src/com/gps/reports/DailyTripReport.java 833 There is log block not surrounded by if
44501 src/com/gps/reports/DailyTripReport.java 835 Avoid if (x != y) ..; else ..;
44502 src/com/gps/reports/DailyTripReport.java 835 Potential violation of Law of Demeter (method chain calls)
44503 src/com/gps/reports/DailyTripReport.java 835 Potential violation of Law of Demeter (object not created locally)
44504 src/com/gps/reports/DailyTripReport.java 847 Local variable 'tripDistance' could be declared final
44505 src/com/gps/reports/DailyTripReport.java 847 Potential violation of Law of Demeter (object not created locally)
44506 src/com/gps/reports/DailyTripReport.java 849 Potential violation of Law of Demeter (method chain calls)
44507 src/com/gps/reports/DailyTripReport.java 849 Potential violation of Law of Demeter (object not created locally)
44508 src/com/gps/reports/DailyTripReport.java 851 Potential violation of Law of Demeter (object not created locally)
44509 src/com/gps/reports/DailyTripReport.java 851 Potential violation of Law of Demeter (object not created locally)
44510 src/com/gps/reports/DailyTripReport.java 860 Avoid instantiating new objects inside loops
44511 src/com/gps/reports/DailyTripReport.java 860 Local variable 'Objtrdist' could be declared final
44512 src/com/gps/reports/DailyTripReport.java 860 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
44513 src/com/gps/reports/DailyTripReport.java 861 Potential violation of Law of Demeter (object not created locally)
44514 src/com/gps/reports/DailyTripReport.java 862 Potential violation of Law of Demeter (object not created locally)
44515 src/com/gps/reports/DailyTripReport.java 863 Potential violation of Law of Demeter (method chain calls)
44516 src/com/gps/reports/DailyTripReport.java 863 Potential violation of Law of Demeter (object not created locally)
44517 src/com/gps/reports/DailyTripReport.java 867 Potential violation of Law of Demeter (object not created locally)
44518 src/com/gps/reports/DailyTripReport.java 868 Potential violation of Law of Demeter (object not created locally)
44519 src/com/gps/reports/DailyTripReport.java 878 Potential violation of Law of Demeter (object not created locally)
44520 src/com/gps/reports/DailyTripReport.java 878 There is log block not surrounded by if
44521 src/com/gps/reports/DailyTripReport.java 878 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44522 src/com/gps/reports/DailyTripReport.java 880 Avoid instantiating new objects inside loops
44523 src/com/gps/reports/DailyTripReport.java 881 Potential violation of Law of Demeter (object not created locally)
44524 src/com/gps/reports/DailyTripReport.java 881 Potential violation of Law of Demeter (object not created locally)
44525 src/com/gps/reports/DailyTripReport.java 884 Position literals first in String comparisons
44526 src/com/gps/reports/DailyTripReport.java 885 Avoid using if...else statements without curly braces
44527 src/com/gps/reports/DailyTripReport.java 887 Avoid using if...else statements without curly braces
44528 src/com/gps/reports/DailyTripReport.java 887 Potential violation of Law of Demeter (object not created locally)
44529 src/com/gps/reports/DailyTripReport.java 892 Potential violation of Law of Demeter (object not created locally)
44530 src/com/gps/reports/DailyTripReport.java 894 Avoid using Literals in Conditional Statements
44531 src/com/gps/reports/DailyTripReport.java 894 Avoid using if statements without curly braces
44532 src/com/gps/reports/DailyTripReport.java 894 Potential violation of Law of Demeter (object not created locally)
44533 src/com/gps/reports/DailyTripReport.java 898 There is log block not surrounded by if
44534 src/com/gps/reports/DailyTripReport.java 898 There is log block not surrounded by if
44535 src/com/gps/reports/DailyTripReport.java 901 Potential violation of Law of Demeter (object not created locally)
44536 src/com/gps/reports/DailyTripReport.java 902 Potential violation of Law of Demeter (object not created locally)
44537 src/com/gps/reports/DailyTripReport.java 902 These nested if statements could be combined
44538 src/com/gps/reports/DailyTripReport.java 909 There is log block not surrounded by if
44539 src/com/gps/reports/DailyTripReport.java 909 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44540 src/com/gps/reports/DailyTripReport.java 913 Potential violation of Law of Demeter (object not created locally)
44541 src/com/gps/reports/DailyTripReport.java 918 Avoid using if...else statements without curly braces
44542 src/com/gps/reports/DailyTripReport.java 918 Potential violation of Law of Demeter (object not created locally)
44543 src/com/gps/reports/DailyTripReport.java 924 There is log block not surrounded by if
44544 src/com/gps/reports/DailyTripReport.java 924 There is log block not surrounded by if
44545 src/com/gps/reports/DailyTripReport.java 926 Avoid if (x != y) ..; else ..;
44546 src/com/gps/reports/DailyTripReport.java 926 Potential violation of Law of Demeter (method chain calls)
44547 src/com/gps/reports/DailyTripReport.java 926 Potential violation of Law of Demeter (object not created locally)
44548 src/com/gps/reports/DailyTripReport.java 938 Local variable 'tripDistance' could be declared final
44549 src/com/gps/reports/DailyTripReport.java 938 Potential violation of Law of Demeter (object not created locally)
44550 src/com/gps/reports/DailyTripReport.java 940 Potential violation of Law of Demeter (method chain calls)
44551 src/com/gps/reports/DailyTripReport.java 940 Potential violation of Law of Demeter (object not created locally)
44552 src/com/gps/reports/DailyTripReport.java 942 Potential violation of Law of Demeter (object not created locally)
44553 src/com/gps/reports/DailyTripReport.java 942 Potential violation of Law of Demeter (object not created locally)
44554 src/com/gps/reports/DailyTripReport.java 951 Avoid instantiating new objects inside loops
44555 src/com/gps/reports/DailyTripReport.java 951 Local variable 'Objtrdist' could be declared final
44556 src/com/gps/reports/DailyTripReport.java 951 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
44557 src/com/gps/reports/DailyTripReport.java 952 Potential violation of Law of Demeter (object not created locally)
44558 src/com/gps/reports/DailyTripReport.java 953 Potential violation of Law of Demeter (object not created locally)
44559 src/com/gps/reports/DailyTripReport.java 954 Potential violation of Law of Demeter (method chain calls)
44560 src/com/gps/reports/DailyTripReport.java 954 Potential violation of Law of Demeter (object not created locally)
44561 src/com/gps/reports/DailyTripReport.java 971 Potential violation of Law of Demeter (object not created locally)
44562 src/com/gps/reports/DailyTripReport.java 972 Potential violation of Law of Demeter (object not created locally)
44563 src/com/gps/reports/DailyTripReport.java 974 Potential violation of Law of Demeter (object not created locally)
44564 src/com/gps/reports/DailyTripReport.java 977 There is log block not surrounded by if
44565 src/com/gps/reports/DailyTripReport.java 977 There is log block not surrounded by if
44566 src/com/gps/reports/DailyTripReport.java 980 Potential violation of Law of Demeter (object not created locally)
44567 src/com/gps/reports/DailyTripReport.java 982 Avoid instantiating new objects inside loops
44568 src/com/gps/reports/DailyTripReport.java 984 Avoid using if statements without curly braces
44569 src/com/gps/reports/DailyTripReport.java 985 Potential violation of Law of Demeter (object not created locally)
44570 src/com/gps/reports/DailyTripReport.java 987 There is log block not surrounded by if
44571 src/com/gps/reports/DailyTripReport.java 987 There is log block not surrounded by if
44572 src/com/gps/reports/DailyTripReport.java 991 Potential violation of Law of Demeter (object not created locally)
44573 src/com/gps/reports/DailyTripReport.java 998 Potential violation of Law of Demeter (object not created locally)
44574 src/com/gps/reports/DailyTripReport.java 999 Potential violation of Law of Demeter (object not created locally)
44575 src/com/gps/reports/DailyTripReport.java 1000 Potential violation of Law of Demeter (object not created locally)
44576 src/com/gps/reports/DailyTripReport.java 1004 Potential violation of Law of Demeter (object not created locally)
44577 src/com/gps/reports/DailyTripReport.java 1006 Avoid using Literals in Conditional Statements
44578 src/com/gps/reports/DailyTripReport.java 1006 Avoid using if statements without curly braces
44579 src/com/gps/reports/DailyTripReport.java 1006 Potential violation of Law of Demeter (object not created locally)
44580 src/com/gps/reports/DailyTripReport.java 1010 There is log block not surrounded by if
44581 src/com/gps/reports/DailyTripReport.java 1010 There is log block not surrounded by if
44582 src/com/gps/reports/DailyTripReport.java 1013 Potential violation of Law of Demeter (object not created locally)
44583 src/com/gps/reports/DailyTripReport.java 1014 Potential violation of Law of Demeter (object not created locally)
44584 src/com/gps/reports/DailyTripReport.java 1014 These nested if statements could be combined
44585 src/com/gps/reports/DailyTripReport.java 1023 There is log block not surrounded by if
44586 src/com/gps/reports/DailyTripReport.java 1023 There is log block not surrounded by if
44587 src/com/gps/reports/DailyTripReport.java 1026 Potential violation of Law of Demeter (object not created locally)
44588 src/com/gps/reports/DailyTripReport.java 1031 Avoid using if...else statements without curly braces
44589 src/com/gps/reports/DailyTripReport.java 1031 Potential violation of Law of Demeter (object not created locally)
44590 src/com/gps/reports/DailyTripReport.java 1035 There is log block not surrounded by if
44591 src/com/gps/reports/DailyTripReport.java 1035 There is log block not surrounded by if
44592 src/com/gps/reports/DailyTripReport.java 1037 Avoid if (x != y) ..; else ..;
44593 src/com/gps/reports/DailyTripReport.java 1037 Potential violation of Law of Demeter (method chain calls)
44594 src/com/gps/reports/DailyTripReport.java 1037 Potential violation of Law of Demeter (object not created locally)
44595 src/com/gps/reports/DailyTripReport.java 1049 Local variable 'tripDistance' could be declared final
44596 src/com/gps/reports/DailyTripReport.java 1049 Potential violation of Law of Demeter (object not created locally)
44597 src/com/gps/reports/DailyTripReport.java 1051 Potential violation of Law of Demeter (method chain calls)
44598 src/com/gps/reports/DailyTripReport.java 1051 Potential violation of Law of Demeter (object not created locally)
44599 src/com/gps/reports/DailyTripReport.java 1053 Potential violation of Law of Demeter (object not created locally)
44600 src/com/gps/reports/DailyTripReport.java 1053 Potential violation of Law of Demeter (object not created locally)
44601 src/com/gps/reports/DailyTripReport.java 1061 Avoid instantiating new objects inside loops
44602 src/com/gps/reports/DailyTripReport.java 1061 Local variable 'Objtrdist' could be declared final
44603 src/com/gps/reports/DailyTripReport.java 1061 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
44604 src/com/gps/reports/DailyTripReport.java 1062 Potential violation of Law of Demeter (object not created locally)
44605 src/com/gps/reports/DailyTripReport.java 1063 Potential violation of Law of Demeter (object not created locally)
44606 src/com/gps/reports/DailyTripReport.java 1064 Potential violation of Law of Demeter (method chain calls)
44607 src/com/gps/reports/DailyTripReport.java 1064 Potential violation of Law of Demeter (object not created locally)
44608 src/com/gps/reports/DailyTripReport.java 1079 Potential violation of Law of Demeter (object not created locally)
44609 src/com/gps/reports/DailyTripReport.java 1080 Potential violation of Law of Demeter (object not created locally)
44610 src/com/gps/reports/DailyTripReport.java 1082 Potential violation of Law of Demeter (object not created locally)
44611 src/com/gps/reports/DailyTripReport.java 1083 There is log block not surrounded by if
44612 src/com/gps/reports/DailyTripReport.java 1083 There is log block not surrounded by if
44613 src/com/gps/reports/DailyTripReport.java 1089 There is log block not surrounded by if
44614 src/com/gps/reports/DailyTripReport.java 1089 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
44615 src/com/gps/reports/DailyTripReport.java 1093 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44616 src/com/gps/reports/DailyTripReport.java 1095 There is log block not surrounded by if
44617 src/com/gps/reports/DailyTripReport.java 1096 Avoid printStackTrace(); use a logger call instead.
44618 src/com/gps/reports/DailyTripReport.java 1096 Potential violation of Law of Demeter (object not created locally)
44619 src/com/gps/reports/DailyTripReport.java 1101 Parameter 'args' is not assigned and could be declared final
44620 src/com/gps/reports/DailyTripReport.java 1101 publicMethodCommentRequirement Required
44621 src/com/gps/reports/DailyTripReport.java 1103 Local variable 'rep' could be declared final
44622 src/com/gps/reports/DailyTripReport.java 1105 Local variable 'org' could be declared final
44623 src/com/gps/reports/DailyTripReport.java 1106 Potential violation of Law of Demeter (object not created locally)
44624 src/com/gps/reports/DailyTripReport.java 1106 There is log block not surrounded by if
44625 src/com/gps/reports/DailyTripReport.java 1106 There is log block not surrounded by if
44626 src/com/gps/reports/DailyTripReport.java 1107 Local variable 'sum' could be declared final
44627 src/com/gps/reports/DailyTripReport.java 1107 Potential violation of Law of Demeter (object not created locally)
44628 src/com/gps/reports/DailyTripReport.java 1109 The String literal "***" appears 7 times in this file; the first occurrence is on line 1,109
44629 src/com/gps/reports/DailyTripReport.java 1109 There is log block not surrounded by if
44630 src/com/gps/reports/DailyTripReport.java 1109 There is log block not surrounded by if
44631 src/com/gps/reports/DistanceReport.java 1 Possible God class (WMC=137, ATFD=158, TCC=0.038461538461538464)
44632 src/com/gps/reports/DistanceReport.java 26 Avoid really long classes.
44633 src/com/gps/reports/DistanceReport.java 26 The class 'DistanceReport' has a Cyclomatic Complexity of 12 (Highest = 61).
44634 src/com/gps/reports/DistanceReport.java 28 Avoid using redundant field initializer for 'organizationId'
44635 src/com/gps/reports/DistanceReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
44636 src/com/gps/reports/DistanceReport.java 28 Perhaps 'organizationId' could be replaced by a local variable.
44637 src/com/gps/reports/DistanceReport.java 28 fieldCommentRequirement Required
44638 src/com/gps/reports/DistanceReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
44639 src/com/gps/reports/DistanceReport.java 29 Perhaps 'vehicleId' could be replaced by a local variable.
44640 src/com/gps/reports/DistanceReport.java 29 fieldCommentRequirement Required
44641 src/com/gps/reports/DistanceReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
44642 src/com/gps/reports/DistanceReport.java 30 Perhaps 'toDate' could be replaced by a local variable.
44643 src/com/gps/reports/DistanceReport.java 30 fieldCommentRequirement Required
44644 src/com/gps/reports/DistanceReport.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
44645 src/com/gps/reports/DistanceReport.java 31 Perhaps 'fromDate' could be replaced by a local variable.
44646 src/com/gps/reports/DistanceReport.java 31 fieldCommentRequirement Required
44647 src/com/gps/reports/DistanceReport.java 32 The Logger variable declaration does not contain the static and final modifiers
44648 src/com/gps/reports/DistanceReport.java 32 fieldCommentRequirement Required
44649 src/com/gps/reports/DistanceReport.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
44650 src/com/gps/reports/DistanceReport.java 33 Perhaps 'dataList' could be replaced by a local variable.
44651 src/com/gps/reports/DistanceReport.java 33 fieldCommentRequirement Required
44652 src/com/gps/reports/DistanceReport.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
44653 src/com/gps/reports/DistanceReport.java 34 Perhaps 'vehicles' could be replaced by a local variable.
44654 src/com/gps/reports/DistanceReport.java 34 fieldCommentRequirement Required
44655 src/com/gps/reports/DistanceReport.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
44656 src/com/gps/reports/DistanceReport.java 35 fieldCommentRequirement Required
44657 src/com/gps/reports/DistanceReport.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
44658 src/com/gps/reports/DistanceReport.java 36 fieldCommentRequirement Required
44659 src/com/gps/reports/DistanceReport.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
44660 src/com/gps/reports/DistanceReport.java 37 Use explicit scoping instead of the default package private level
44661 src/com/gps/reports/DistanceReport.java 37 When instantiating a SimpleDateFormat object, specify a Locale
44662 src/com/gps/reports/DistanceReport.java 37 fieldCommentRequirement Required
44663 src/com/gps/reports/DistanceReport.java 43 Avoid really long methods.
44664 src/com/gps/reports/DistanceReport.java 43 Found 'UR'-anomaly for variable 'date' (lines '43'-'119').
44665 src/com/gps/reports/DistanceReport.java 43 Found 'UR'-anomaly for variable 'date' (lines '43'-'119').
44666 src/com/gps/reports/DistanceReport.java 43 Found 'UR'-anomaly for variable 'day' (lines '43'-'105').
44667 src/com/gps/reports/DistanceReport.java 43 Found 'UR'-anomaly for variable 'day' (lines '43'-'105').
44668 src/com/gps/reports/DistanceReport.java 43 Parameter 'reportInputs' is not assigned and could be declared final
44669 src/com/gps/reports/DistanceReport.java 43 The method 'getReports' has a Cyclomatic Complexity of 16.
44670 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
44671 src/com/gps/reports/DistanceReport.java 46 There is log block not surrounded by if
44672 src/com/gps/reports/DistanceReport.java 47 Found 'DD'-anomaly for variable 'objTripVO' (lines '47'-'146').
44673 src/com/gps/reports/DistanceReport.java 47 Found 'DD'-anomaly for variable 'objTripVO' (lines '47'-'146').
44674 src/com/gps/reports/DistanceReport.java 47 Found 'DD'-anomaly for variable 'objTripVO' (lines '47'-'95').
44675 src/com/gps/reports/DistanceReport.java 47 Found 'DD'-anomaly for variable 'objTripVO' (lines '47'-'95').
44676 src/com/gps/reports/DistanceReport.java 47 Found 'DU'-anomaly for variable 'objTripVO' (lines '47'-'166').
44677 src/com/gps/reports/DistanceReport.java 47 Found 'DU'-anomaly for variable 'objTripVO' (lines '47'-'166').
44678 src/com/gps/reports/DistanceReport.java 49 Found 'DD'-anomaly for variable 'tripListAll' (lines '49'-'108').
44679 src/com/gps/reports/DistanceReport.java 49 Found 'DD'-anomaly for variable 'tripListAll' (lines '49'-'108').
44680 src/com/gps/reports/DistanceReport.java 49 Found 'DD'-anomaly for variable 'tripListAll' (lines '49'-'143').
44681 src/com/gps/reports/DistanceReport.java 49 Found 'DD'-anomaly for variable 'tripListAll' (lines '49'-'143').
44682 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'tripListAll' (lines '49'-'166').
44683 src/com/gps/reports/DistanceReport.java 49 Found 'DU'-anomaly for variable 'tripListAll' (lines '49'-'166').
44684 src/com/gps/reports/DistanceReport.java 50 Found 'DD'-anomaly for variable 'endofDay' (lines '50'-'106').
44685 src/com/gps/reports/DistanceReport.java 50 Found 'DD'-anomaly for variable 'endofDay' (lines '50'-'106').
44686 src/com/gps/reports/DistanceReport.java 50 Found 'DD'-anomaly for variable 'startofDay' (lines '50'-'107').
44687 src/com/gps/reports/DistanceReport.java 50 Found 'DD'-anomaly for variable 'startofDay' (lines '50'-'107').
44688 src/com/gps/reports/DistanceReport.java 50 Found 'DU'-anomaly for variable 'endofDay' (lines '50'-'166').
44689 src/com/gps/reports/DistanceReport.java 50 Found 'DU'-anomaly for variable 'endofDay' (lines '50'-'166').
44690 src/com/gps/reports/DistanceReport.java 50 Found 'DU'-anomaly for variable 'startofDay' (lines '50'-'166').
44691 src/com/gps/reports/DistanceReport.java 50 Found 'DU'-anomaly for variable 'startofDay' (lines '50'-'166').
44692 src/com/gps/reports/DistanceReport.java 50 Use one line for each declaration, it enhances code readability.
44693 src/com/gps/reports/DistanceReport.java 58 Potential violation of Law of Demeter (method chain calls)
44694 src/com/gps/reports/DistanceReport.java 58 Potential violation of Law of Demeter (method chain calls)
44695 src/com/gps/reports/DistanceReport.java 59 Potential violation of Law of Demeter (method chain calls)
44696 src/com/gps/reports/DistanceReport.java 60 Potential violation of Law of Demeter (method chain calls)
44697 src/com/gps/reports/DistanceReport.java 61 Potential violation of Law of Demeter (method chain calls)
44698 src/com/gps/reports/DistanceReport.java 62 Local variable 'user' could be declared final
44699 src/com/gps/reports/DistanceReport.java 63 Found 'DU'-anomaly for variable 'orgName' (lines '63'-'166').
44700 src/com/gps/reports/DistanceReport.java 63 Found 'DU'-anomaly for variable 'orgName' (lines '63'-'166').
44701 src/com/gps/reports/DistanceReport.java 63 Local variable 'orgName' could be declared final
44702 src/com/gps/reports/DistanceReport.java 63 Potential violation of Law of Demeter (object not created locally)
44703 src/com/gps/reports/DistanceReport.java 68 Position literals first in String comparisons
44704 src/com/gps/reports/DistanceReport.java 70 There is log block not surrounded by if
44705 src/com/gps/reports/DistanceReport.java 70 There is log block not surrounded by if
44706 src/com/gps/reports/DistanceReport.java 76 Position literals first in String comparisons
44707 src/com/gps/reports/DistanceReport.java 78 There is log block not surrounded by if
44708 src/com/gps/reports/DistanceReport.java 78 There is log block not surrounded by if
44709 src/com/gps/reports/DistanceReport.java 87 There is log block not surrounded by if
44710 src/com/gps/reports/DistanceReport.java 87 There is log block not surrounded by if
44711 src/com/gps/reports/DistanceReport.java 88 Found 'DU'-anomaly for variable 'All' (lines '88'-'166').
44712 src/com/gps/reports/DistanceReport.java 88 Found 'DU'-anomaly for variable 'All' (lines '88'-'166').
44713 src/com/gps/reports/DistanceReport.java 88 Local variable 'All' could be declared final
44714 src/com/gps/reports/DistanceReport.java 88 Variables should start with a lowercase character, 'All' starts with uppercase character.
44715 src/com/gps/reports/DistanceReport.java 91 Local variable 'SummaryDAO' could be declared final
44716 src/com/gps/reports/DistanceReport.java 91 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
44717 src/com/gps/reports/DistanceReport.java 92 Local variable 'report' could be declared final
44718 src/com/gps/reports/DistanceReport.java 92 Potential violation of Law of Demeter (object not created locally)
44719 src/com/gps/reports/DistanceReport.java 92 Potential violation of Law of Demeter (object not created locally)
44720 src/com/gps/reports/DistanceReport.java 93 Avoid using Literals in Conditional Statements
44721 src/com/gps/reports/DistanceReport.java 93 Potential violation of Law of Demeter (object not created locally)
44722 src/com/gps/reports/DistanceReport.java 93 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44723 src/com/gps/reports/DistanceReport.java 95 Potential violation of Law of Demeter (object not created locally)
44724 src/com/gps/reports/DistanceReport.java 99 Local variable 'NotFoundList' could be declared final
44725 src/com/gps/reports/DistanceReport.java 99 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
44726 src/com/gps/reports/DistanceReport.java 101 Avoid using Literals in Conditional Statements
44727 src/com/gps/reports/DistanceReport.java 101 Potential violation of Law of Demeter (object not created locally)
44728 src/com/gps/reports/DistanceReport.java 101 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44729 src/com/gps/reports/DistanceReport.java 103 Local variable 'day' could be declared final
44730 src/com/gps/reports/DistanceReport.java 105 There is log block not surrounded by if
44731 src/com/gps/reports/DistanceReport.java 105 There is log block not surrounded by if
44732 src/com/gps/reports/DistanceReport.java 108 Potential violation of Law of Demeter (object not created locally)
44733 src/com/gps/reports/DistanceReport.java 109 Avoid using Literals in Conditional Statements
44734 src/com/gps/reports/DistanceReport.java 109 Potential violation of Law of Demeter (object not created locally)
44735 src/com/gps/reports/DistanceReport.java 109 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44736 src/com/gps/reports/DistanceReport.java 111 Potential violation of Law of Demeter (object not created locally)
44737 src/com/gps/reports/DistanceReport.java 116 Local variable 'date' could be declared final
44738 src/com/gps/reports/DistanceReport.java 116 Potential violation of Law of Demeter (object not created locally)
44739 src/com/gps/reports/DistanceReport.java 119 Potential violation of Law of Demeter (method chain calls)
44740 src/com/gps/reports/DistanceReport.java 123 Potential violation of Law of Demeter (method chain calls)
44741 src/com/gps/reports/DistanceReport.java 126 Parameter 'o1' is not assigned and could be declared final
44742 src/com/gps/reports/DistanceReport.java 126 Parameter 'o2' is not assigned and could be declared final
44743 src/com/gps/reports/DistanceReport.java 126 publicMethodCommentRequirement Required
44744 src/com/gps/reports/DistanceReport.java 129 Potential violation of Law of Demeter (method chain calls)
44745 src/com/gps/reports/DistanceReport.java 133 Local variable 'date' could be declared final
44746 src/com/gps/reports/DistanceReport.java 134 Potential violation of Law of Demeter (object not created locally)
44747 src/com/gps/reports/DistanceReport.java 134 There is log block not surrounded by if
44748 src/com/gps/reports/DistanceReport.java 134 There is log block not surrounded by if
44749 src/com/gps/reports/DistanceReport.java 135 Local variable 'string' could be declared final
44750 src/com/gps/reports/DistanceReport.java 135 Potential violation of Law of Demeter (object not created locally)
44751 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (object not created locally)
44752 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (object not created locally)
44753 src/com/gps/reports/DistanceReport.java 136 Potential violation of Law of Demeter (object not created locally)
44754 src/com/gps/reports/DistanceReport.java 136 There is log block not surrounded by if
44755 src/com/gps/reports/DistanceReport.java 136 There is log block not surrounded by if
44756 src/com/gps/reports/DistanceReport.java 143 Potential violation of Law of Demeter (object not created locally)
44757 src/com/gps/reports/DistanceReport.java 145 Avoid using Literals in Conditional Statements
44758 src/com/gps/reports/DistanceReport.java 145 Potential violation of Law of Demeter (object not created locally)
44759 src/com/gps/reports/DistanceReport.java 145 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44760 src/com/gps/reports/DistanceReport.java 146 Potential violation of Law of Demeter (object not created locally)
44761 src/com/gps/reports/DistanceReport.java 150 Comment is too large: Line too long
44762 src/com/gps/reports/DistanceReport.java 157 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44763 src/com/gps/reports/DistanceReport.java 159 Avoid printStackTrace(); use a logger call instead.
44764 src/com/gps/reports/DistanceReport.java 159 Potential violation of Law of Demeter (object not created locally)
44765 src/com/gps/reports/DistanceReport.java 162 Avoid using Literals in Conditional Statements
44766 src/com/gps/reports/DistanceReport.java 162 Avoid using if statements without curly braces
44767 src/com/gps/reports/DistanceReport.java 162 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44768 src/com/gps/reports/DistanceReport.java 163 Assigning an Object to null is a code smell. Consider refactoring.
44769 src/com/gps/reports/DistanceReport.java 169 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'from_date' is not final.
44770 src/com/gps/reports/DistanceReport.java 169 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'to_date' is not final.
44771 src/com/gps/reports/DistanceReport.java 169 Parameter 'from_date' is not assigned and could be declared final
44772 src/com/gps/reports/DistanceReport.java 169 Parameter 'orgid' is not assigned and could be declared final
44773 src/com/gps/reports/DistanceReport.java 169 Parameter 'to_date' is not assigned and could be declared final
44774 src/com/gps/reports/DistanceReport.java 171 Found 'DD'-anomaly for variable 'vehDistance' (lines '171'-'186').
44775 src/com/gps/reports/DistanceReport.java 172 Found 'DD'-anomaly for variable 'cumilativeDist' (lines '172'-'184').
44776 src/com/gps/reports/DistanceReport.java 174 Found 'DD'-anomaly for variable 'userDAO' (lines '174'-'181').
44777 src/com/gps/reports/DistanceReport.java 176 There is log block not surrounded by if
44778 src/com/gps/reports/DistanceReport.java 176 There is log block not surrounded by if
44779 src/com/gps/reports/DistanceReport.java 177 There is log block not surrounded by if
44780 src/com/gps/reports/DistanceReport.java 177 There is log block not surrounded by if
44781 src/com/gps/reports/DistanceReport.java 183 Potential violation of Law of Demeter (object not created locally)
44782 src/com/gps/reports/DistanceReport.java 184 Found 'DD'-anomaly for variable 'cumilativeDist' (lines '184'-'187').
44783 src/com/gps/reports/DistanceReport.java 189 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44784 src/com/gps/reports/DistanceReport.java 191 Avoid printStackTrace(); use a logger call instead.
44785 src/com/gps/reports/DistanceReport.java 191 Potential violation of Law of Demeter (object not created locally)
44786 src/com/gps/reports/DistanceReport.java 198 Found 'UR'-anomaly for variable 'dateObj' (lines '198'-'221').
44787 src/com/gps/reports/DistanceReport.java 198 Found 'UR'-anomaly for variable 'distObj' (lines '198'-'223').
44788 src/com/gps/reports/DistanceReport.java 198 Found 'UR'-anomaly for variable 'tripDist' (lines '198'-'217').
44789 src/com/gps/reports/DistanceReport.java 198 Parameter 'orgName' is not assigned and could be declared final
44790 src/com/gps/reports/DistanceReport.java 198 Parameter 'vehDistance' is not assigned and could be declared final
44791 src/com/gps/reports/DistanceReport.java 200 An empty statement (semicolon) not part of a loop
44792 src/com/gps/reports/DistanceReport.java 200 Local variable 'orgDistList' could be declared final
44793 src/com/gps/reports/DistanceReport.java 203 Local variable 'dateVO' could be declared final
44794 src/com/gps/reports/DistanceReport.java 209 Local variable 'tripDist' could be declared final
44795 src/com/gps/reports/DistanceReport.java 213 Avoid instantiating new objects inside loops
44796 src/com/gps/reports/DistanceReport.java 219 Local variable 'dateObj' could be declared final
44797 src/com/gps/reports/DistanceReport.java 221 Local variable 'distObj' could be declared final
44798 src/com/gps/reports/DistanceReport.java 223 Potential violation of Law of Demeter (static property access)
44799 src/com/gps/reports/DistanceReport.java 223 The String literal "Non Trip" appears 5 times in this file; the first occurrence is on line 223
44800 src/com/gps/reports/DistanceReport.java 241 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44801 src/com/gps/reports/DistanceReport.java 243 Avoid printStackTrace(); use a logger call instead.
44802 src/com/gps/reports/DistanceReport.java 245 There is log block not surrounded by if
44803 src/com/gps/reports/DistanceReport.java 245 There is log block not surrounded by if
44804 src/com/gps/reports/DistanceReport.java 249 Found 'UR'-anomaly for variable 'date' (lines '249'-'303').
44805 src/com/gps/reports/DistanceReport.java 249 Found 'UR'-anomaly for variable 'day' (lines '249'-'288').
44806 src/com/gps/reports/DistanceReport.java 249 Found 'UR'-anomaly for variable 'veh' (lines '249'-'274').
44807 src/com/gps/reports/DistanceReport.java 249 Parameter 'fromDate' is not assigned and could be declared final
44808 src/com/gps/reports/DistanceReport.java 249 Parameter 'organizationId' is not assigned and could be declared final
44809 src/com/gps/reports/DistanceReport.java 249 Parameter 'toDate' is not assigned and could be declared final
44810 src/com/gps/reports/DistanceReport.java 249 The method 'getVehDist' has a Cyclomatic Complexity of 10.
44811 src/com/gps/reports/DistanceReport.java 251 Found 'DD'-anomaly for variable 'objTripVO' (lines '251'-'270').
44812 src/com/gps/reports/DistanceReport.java 252 Found 'DD'-anomaly for variable 'tripVOList' (lines '252'-'264').
44813 src/com/gps/reports/DistanceReport.java 253 Avoid declaring a variable if it is unreferenced before a possible exit point.
44814 src/com/gps/reports/DistanceReport.java 253 Avoid unused local variables such as 'tripListAll'.
44815 src/com/gps/reports/DistanceReport.java 253 Found 'DU'-anomaly for variable 'tripListAll' (lines '253'-'328').
44816 src/com/gps/reports/DistanceReport.java 253 Local variable 'tripListAll' could be declared final
44817 src/com/gps/reports/DistanceReport.java 257 Found 'DD'-anomaly for variable 'endofDay' (lines '257'-'288').
44818 src/com/gps/reports/DistanceReport.java 257 Found 'DD'-anomaly for variable 'startofDay' (lines '257'-'289').
44819 src/com/gps/reports/DistanceReport.java 257 Use one line for each declaration, it enhances code readability.
44820 src/com/gps/reports/DistanceReport.java 258 Local variable 'user' could be declared final
44821 src/com/gps/reports/DistanceReport.java 259 Local variable 'orgName' could be declared final
44822 src/com/gps/reports/DistanceReport.java 259 Potential violation of Law of Demeter (object not created locally)
44823 src/com/gps/reports/DistanceReport.java 261 The String literal "***" appears 4 times in this file; the first occurrence is on line 261
44824 src/com/gps/reports/DistanceReport.java 261 There is log block not surrounded by if
44825 src/com/gps/reports/DistanceReport.java 261 There is log block not surrounded by if
44826 src/com/gps/reports/DistanceReport.java 267 Local variable 'veh' could be declared final
44827 src/com/gps/reports/DistanceReport.java 269 Potential violation of Law of Demeter (object not created locally)
44828 src/com/gps/reports/DistanceReport.java 270 Assigning an Object to null is a code smell. Consider refactoring.
44829 src/com/gps/reports/DistanceReport.java 270 Found 'DD'-anomaly for variable 'objTripVO' (lines '270'-'278').
44830 src/com/gps/reports/DistanceReport.java 273 Avoid instantiating new objects inside loops
44831 src/com/gps/reports/DistanceReport.java 273 Local variable 'SummaryDAO' could be declared final
44832 src/com/gps/reports/DistanceReport.java 273 Variables should start with a lowercase character, 'SummaryDAO' starts with uppercase character.
44833 src/com/gps/reports/DistanceReport.java 274 Local variable 'report' could be declared final
44834 src/com/gps/reports/DistanceReport.java 274 Potential violation of Law of Demeter (object not created locally)
44835 src/com/gps/reports/DistanceReport.java 274 Potential violation of Law of Demeter (object not created locally)
44836 src/com/gps/reports/DistanceReport.java 276 Avoid using Literals in Conditional Statements
44837 src/com/gps/reports/DistanceReport.java 276 Potential violation of Law of Demeter (object not created locally)
44838 src/com/gps/reports/DistanceReport.java 276 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44839 src/com/gps/reports/DistanceReport.java 278 Potential violation of Law of Demeter (object not created locally)
44840 src/com/gps/reports/DistanceReport.java 279 Potential violation of Law of Demeter (object not created locally)
44841 src/com/gps/reports/DistanceReport.java 282 Local variable 'NotFoundList' could be declared final
44842 src/com/gps/reports/DistanceReport.java 282 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
44843 src/com/gps/reports/DistanceReport.java 283 Potential violation of Law of Demeter (object not created locally)
44844 src/com/gps/reports/DistanceReport.java 283 There is log block not surrounded by if
44845 src/com/gps/reports/DistanceReport.java 283 There is log block not surrounded by if
44846 src/com/gps/reports/DistanceReport.java 284 Avoid using Literals in Conditional Statements
44847 src/com/gps/reports/DistanceReport.java 284 Potential violation of Law of Demeter (object not created locally)
44848 src/com/gps/reports/DistanceReport.java 284 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44849 src/com/gps/reports/DistanceReport.java 286 Local variable 'day' could be declared final
44850 src/com/gps/reports/DistanceReport.java 290 Potential violation of Law of Demeter (object not created locally)
44851 src/com/gps/reports/DistanceReport.java 291 Avoid using Literals in Conditional Statements
44852 src/com/gps/reports/DistanceReport.java 291 Potential violation of Law of Demeter (object not created locally)
44853 src/com/gps/reports/DistanceReport.java 291 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44854 src/com/gps/reports/DistanceReport.java 293 Potential violation of Law of Demeter (object not created locally)
44855 src/com/gps/reports/DistanceReport.java 297 There is log block not surrounded by if
44856 src/com/gps/reports/DistanceReport.java 297 There is log block not surrounded by if
44857 src/com/gps/reports/DistanceReport.java 301 Local variable 'date' could be declared final
44858 src/com/gps/reports/DistanceReport.java 301 Potential violation of Law of Demeter (object not created locally)
44859 src/com/gps/reports/DistanceReport.java 303 Potential violation of Law of Demeter (method chain calls)
44860 src/com/gps/reports/DistanceReport.java 303 Potential violation of Law of Demeter (object not created locally)
44861 src/com/gps/reports/DistanceReport.java 303 Potential violation of Law of Demeter (object not created locally)
44862 src/com/gps/reports/DistanceReport.java 310 Found 'DU'-anomaly for variable 'tripDistAll' (lines '310'-'328').
44863 src/com/gps/reports/DistanceReport.java 310 Potential violation of Law of Demeter (object not created locally)
44864 src/com/gps/reports/DistanceReport.java 318 Potential violation of Law of Demeter (object not created locally)
44865 src/com/gps/reports/DistanceReport.java 322 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44866 src/com/gps/reports/DistanceReport.java 324 Potential violation of Law of Demeter (object not created locally)
44867 src/com/gps/reports/DistanceReport.java 324 There is log block not surrounded by if
44868 src/com/gps/reports/DistanceReport.java 324 There is log block not surrounded by if
44869 src/com/gps/reports/DistanceReport.java 325 Avoid printStackTrace(); use a logger call instead.
44870 src/com/gps/reports/DistanceReport.java 325 Potential violation of Law of Demeter (object not created locally)
44871 src/com/gps/reports/DistanceReport.java 330 Avoid really long methods.
44872 src/com/gps/reports/DistanceReport.java 330 Avoid unused method parameters such as 'vehicleId'.
44873 src/com/gps/reports/DistanceReport.java 330 Found 'UR'-anomaly for variable 'reportSummary' (lines '330'-'347').
44874 src/com/gps/reports/DistanceReport.java 330 Method names should not start with capital letters
44875 src/com/gps/reports/DistanceReport.java 330 Parameter 'All' is not assigned and could be declared final
44876 src/com/gps/reports/DistanceReport.java 330 Parameter 'orgName' is not assigned and could be declared final
44877 src/com/gps/reports/DistanceReport.java 330 Parameter 'report' is not assigned and could be declared final
44878 src/com/gps/reports/DistanceReport.java 330 Parameter 'veh' is not assigned and could be declared final
44879 src/com/gps/reports/DistanceReport.java 330 Parameter 'vehicleId' is not assigned and could be declared final
44880 src/com/gps/reports/DistanceReport.java 330 The method 'GetDistanceSummary' has a Cyclomatic Complexity of 14.
44881 src/com/gps/reports/DistanceReport.java 330 Variables should start with a lowercase character, 'All' starts with uppercase character.
44882 src/com/gps/reports/DistanceReport.java 332 Found 'DU'-anomaly for variable 'lastDate' (lines '332'-'436').
44883 src/com/gps/reports/DistanceReport.java 332 Found 'DU'-anomaly for variable 'lastTrip' (lines '332'-'436').
44884 src/com/gps/reports/DistanceReport.java 332 Use one line for each declaration, it enhances code readability.
44885 src/com/gps/reports/DistanceReport.java 333 Local variable 'trip' could be declared final
44886 src/com/gps/reports/DistanceReport.java 334 Found 'DD'-anomaly for variable 'datevo' (lines '334'-'386').
44887 src/com/gps/reports/DistanceReport.java 334 Found 'DD'-anomaly for variable 'datevo' (lines '334'-'397').
44888 src/com/gps/reports/DistanceReport.java 335 Found 'DD'-anomaly for variable 'tripdistance' (lines '335'-'355').
44889 src/com/gps/reports/DistanceReport.java 335 Found 'DD'-anomaly for variable 'tripdistance' (lines '335'-'377').
44890 src/com/gps/reports/DistanceReport.java 335 Found 'DD'-anomaly for variable 'tripdistance' (lines '335'-'406').
44891 src/com/gps/reports/DistanceReport.java 335 Found 'DU'-anomaly for variable 'tripdistance' (lines '335'-'436').
44892 src/com/gps/reports/DistanceReport.java 336 Found 'DD'-anomaly for variable 'tripList' (lines '336'-'389').
44893 src/com/gps/reports/DistanceReport.java 337 Found 'DU'-anomaly for variable 'tripDetailsDAO' (lines '337'-'436').
44894 src/com/gps/reports/DistanceReport.java 337 Local variable 'tripDetailsDAO' could be declared final
44895 src/com/gps/reports/DistanceReport.java 338 Found 'DD'-anomaly for variable 'tripDetails' (lines '338'-'347').
44896 src/com/gps/reports/DistanceReport.java 338 Found 'DU'-anomaly for variable 'tripDetails' (lines '338'-'436').
44897 src/com/gps/reports/DistanceReport.java 339 Found 'DU'-anomaly for variable 'count' (lines '339'-'436').
44898 src/com/gps/reports/DistanceReport.java 343 Potential violation of Law of Demeter (object not created locally)
44899 src/com/gps/reports/DistanceReport.java 344 Potential violation of Law of Demeter (object not created locally)
44900 src/com/gps/reports/DistanceReport.java 345 Local variable 'reportSummary' could be declared final
44901 src/com/gps/reports/DistanceReport.java 347 Potential violation of Law of Demeter (object not created locally)
44902 src/com/gps/reports/DistanceReport.java 347 Potential violation of Law of Demeter (object not created locally)
44903 src/com/gps/reports/DistanceReport.java 348 Avoid if (x != y) ..; else ..;
44904 src/com/gps/reports/DistanceReport.java 350 Potential violation of Law of Demeter (object not created locally)
44905 src/com/gps/reports/DistanceReport.java 350 Potential violation of Law of Demeter (object not created locally)
44906 src/com/gps/reports/DistanceReport.java 352 Local variable 'tripDist' could be declared final
44907 src/com/gps/reports/DistanceReport.java 352 Potential violation of Law of Demeter (object not created locally)
44908 src/com/gps/reports/DistanceReport.java 355 Avoid instantiating new objects inside loops
44909 src/com/gps/reports/DistanceReport.java 356 Potential violation of Law of Demeter (object not created locally)
44910 src/com/gps/reports/DistanceReport.java 356 There is log block not surrounded by if
44911 src/com/gps/reports/DistanceReport.java 356 There is log block not surrounded by if
44912 src/com/gps/reports/DistanceReport.java 357 Potential violation of Law of Demeter (method chain calls)
44913 src/com/gps/reports/DistanceReport.java 357 Potential violation of Law of Demeter (object not created locally)
44914 src/com/gps/reports/DistanceReport.java 357 The String literal "default" appears 8 times in this file; the first occurrence is on line 357
44915 src/com/gps/reports/DistanceReport.java 358 Avoid using if...else statements without curly braces
44916 src/com/gps/reports/DistanceReport.java 358 Potential violation of Law of Demeter (object not created locally)
44917 src/com/gps/reports/DistanceReport.java 360 Avoid using if...else statements without curly braces
44918 src/com/gps/reports/DistanceReport.java 360 Potential violation of Law of Demeter (object not created locally)
44919 src/com/gps/reports/DistanceReport.java 360 Potential violation of Law of Demeter (object not created locally)
44920 src/com/gps/reports/DistanceReport.java 361 Potential violation of Law of Demeter (object not created locally)
44921 src/com/gps/reports/DistanceReport.java 361 Potential violation of Law of Demeter (object not created locally)
44922 src/com/gps/reports/DistanceReport.java 362 Potential violation of Law of Demeter (object not created locally)
44923 src/com/gps/reports/DistanceReport.java 366 Potential violation of Law of Demeter (object not created locally)
44924 src/com/gps/reports/DistanceReport.java 366 There is log block not surrounded by if
44925 src/com/gps/reports/DistanceReport.java 366 There is log block not surrounded by if
44926 src/com/gps/reports/DistanceReport.java 367 Potential violation of Law of Demeter (object not created locally)
44927 src/com/gps/reports/DistanceReport.java 367 Potential violation of Law of Demeter (object not created locally)
44928 src/com/gps/reports/DistanceReport.java 367 Potential violation of Law of Demeter (object not created locally)
44929 src/com/gps/reports/DistanceReport.java 372 Avoid using Literals in Conditional Statements
44930 src/com/gps/reports/DistanceReport.java 372 Use equals() to compare strings instead of '==' or '!='
44931 src/com/gps/reports/DistanceReport.java 374 Potential violation of Law of Demeter (object not created locally)
44932 src/com/gps/reports/DistanceReport.java 375 Potential violation of Law of Demeter (object not created locally)
44933 src/com/gps/reports/DistanceReport.java 377 Avoid instantiating new objects inside loops
44934 src/com/gps/reports/DistanceReport.java 378 Potential violation of Law of Demeter (object not created locally)
44935 src/com/gps/reports/DistanceReport.java 378 There is log block not surrounded by if
44936 src/com/gps/reports/DistanceReport.java 378 There is log block not surrounded by if
44937 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (method chain calls)
44938 src/com/gps/reports/DistanceReport.java 379 Potential violation of Law of Demeter (object not created locally)
44939 src/com/gps/reports/DistanceReport.java 380 Avoid using if...else statements without curly braces
44940 src/com/gps/reports/DistanceReport.java 380 Potential violation of Law of Demeter (object not created locally)
44941 src/com/gps/reports/DistanceReport.java 382 Avoid using if...else statements without curly braces
44942 src/com/gps/reports/DistanceReport.java 382 Potential violation of Law of Demeter (object not created locally)
44943 src/com/gps/reports/DistanceReport.java 382 Potential violation of Law of Demeter (object not created locally)
44944 src/com/gps/reports/DistanceReport.java 383 Potential violation of Law of Demeter (object not created locally)
44945 src/com/gps/reports/DistanceReport.java 383 Potential violation of Law of Demeter (object not created locally)
44946 src/com/gps/reports/DistanceReport.java 386 Avoid instantiating new objects inside loops
44947 src/com/gps/reports/DistanceReport.java 387 Potential violation of Law of Demeter (object not created locally)
44948 src/com/gps/reports/DistanceReport.java 387 Potential violation of Law of Demeter (object not created locally)
44949 src/com/gps/reports/DistanceReport.java 389 Avoid instantiating new objects inside loops
44950 src/com/gps/reports/DistanceReport.java 390 Potential violation of Law of Demeter (object not created locally)
44951 src/com/gps/reports/DistanceReport.java 392 Found 'DU'-anomaly for variable 'lastDate' (lines '392'-'436').
44952 src/com/gps/reports/DistanceReport.java 392 Potential violation of Law of Demeter (object not created locally)
44953 src/com/gps/reports/DistanceReport.java 396 Avoid using Literals in Conditional Statements
44954 src/com/gps/reports/DistanceReport.java 396 Avoid using if statements without curly braces
44955 src/com/gps/reports/DistanceReport.java 397 Avoid instantiating new objects inside loops
44956 src/com/gps/reports/DistanceReport.java 397 Found 'DD'-anomaly for variable 'datevo' (lines '397'-'386').
44957 src/com/gps/reports/DistanceReport.java 397 Found 'DD'-anomaly for variable 'datevo' (lines '397'-'397').
44958 src/com/gps/reports/DistanceReport.java 398 Avoid if (x != y) ..; else ..;
44959 src/com/gps/reports/DistanceReport.java 398 Potential violation of Law of Demeter (object not created locally)
44960 src/com/gps/reports/DistanceReport.java 398 Potential violation of Law of Demeter (object not created locally)
44961 src/com/gps/reports/DistanceReport.java 400 Avoid using Literals in Conditional Statements
44962 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
44963 src/com/gps/reports/DistanceReport.java 402 Potential violation of Law of Demeter (object not created locally)
44964 src/com/gps/reports/DistanceReport.java 402 There is log block not surrounded by if
44965 src/com/gps/reports/DistanceReport.java 402 There is log block not surrounded by if
44966 src/com/gps/reports/DistanceReport.java 403 Potential violation of Law of Demeter (object not created locally)
44967 src/com/gps/reports/DistanceReport.java 406 Avoid instantiating new objects inside loops
44968 src/com/gps/reports/DistanceReport.java 407 Potential violation of Law of Demeter (method chain calls)
44969 src/com/gps/reports/DistanceReport.java 407 Potential violation of Law of Demeter (object not created locally)
44970 src/com/gps/reports/DistanceReport.java 408 Avoid using if...else statements without curly braces
44971 src/com/gps/reports/DistanceReport.java 408 Potential violation of Law of Demeter (object not created locally)
44972 src/com/gps/reports/DistanceReport.java 410 Avoid using if...else statements without curly braces
44973 src/com/gps/reports/DistanceReport.java 410 Potential violation of Law of Demeter (object not created locally)
44974 src/com/gps/reports/DistanceReport.java 410 Potential violation of Law of Demeter (object not created locally)
44975 src/com/gps/reports/DistanceReport.java 411 Potential violation of Law of Demeter (object not created locally)
44976 src/com/gps/reports/DistanceReport.java 411 Potential violation of Law of Demeter (object not created locally)
44977 src/com/gps/reports/DistanceReport.java 415 Potential violation of Law of Demeter (object not created locally)
44978 src/com/gps/reports/DistanceReport.java 415 Potential violation of Law of Demeter (object not created locally)
44979 src/com/gps/reports/DistanceReport.java 415 Potential violation of Law of Demeter (object not created locally)
44980 src/com/gps/reports/DistanceReport.java 417 Found 'DU'-anomaly for variable 'lastTrip' (lines '417'-'436').
44981 src/com/gps/reports/DistanceReport.java 417 Potential violation of Law of Demeter (object not created locally)
44982 src/com/gps/reports/DistanceReport.java 418 Found 'DU'-anomaly for variable 'count' (lines '418'-'436').
44983 src/com/gps/reports/DistanceReport.java 425 Potential violation of Law of Demeter (object not created locally)
44984 src/com/gps/reports/DistanceReport.java 428 Potential violation of Law of Demeter (object not created locally)
44985 src/com/gps/reports/DistanceReport.java 429 Potential violation of Law of Demeter (object not created locally)
44986 src/com/gps/reports/DistanceReport.java 431 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
44987 src/com/gps/reports/DistanceReport.java 433 There is log block not surrounded by if
44988 src/com/gps/reports/DistanceReport.java 438 Found 'UR'-anomaly for variable 'tripDist' (lines '438'-'444').
44989 src/com/gps/reports/DistanceReport.java 438 Method names should not start with capital letters
44990 src/com/gps/reports/DistanceReport.java 438 Parameter 'tripList' is not assigned and could be declared final
44991 src/com/gps/reports/DistanceReport.java 438 Parameter 'tripName' is not assigned and could be declared final
44992 src/com/gps/reports/DistanceReport.java 440 Avoid using Literals in Conditional Statements
44993 src/com/gps/reports/DistanceReport.java 440 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
44994 src/com/gps/reports/DistanceReport.java 442 Local variable 'tripDist' could be declared final
44995 src/com/gps/reports/DistanceReport.java 444 Avoid using if statements without curly braces
44996 src/com/gps/reports/DistanceReport.java 444 Potential violation of Law of Demeter (method chain calls)
44997 src/com/gps/reports/DistanceReport.java 445 A method should have only one exit point, and that should be the last statement in the method
44998 src/com/gps/reports/DistanceReport.java 451 Found 'UR'-anomaly for variable 'reportSummary' (lines '451'-'468').
44999 src/com/gps/reports/DistanceReport.java 451 Method names should not start with capital letters
45000 src/com/gps/reports/DistanceReport.java 451 Parameter 'fromDate' is not assigned and could be declared final
45001 src/com/gps/reports/DistanceReport.java 451 Parameter 'report' is not assigned and could be declared final
45002 src/com/gps/reports/DistanceReport.java 451 Parameter 'toDate' is not assigned and could be declared final
45003 src/com/gps/reports/DistanceReport.java 453 Local variable 'NotFoundList' could be declared final
45004 src/com/gps/reports/DistanceReport.java 453 Variables should start with a lowercase character, 'NotFoundList' starts with uppercase character.
45005 src/com/gps/reports/DistanceReport.java 454 Found 'DD'-anomaly for variable 'isDateFound' (lines '454'-'464').
45006 src/com/gps/reports/DistanceReport.java 454 Found 'DU'-anomaly for variable 'isDateFound' (lines '454'-'486').
45007 src/com/gps/reports/DistanceReport.java 457 Local variable 'Fromcal' could be declared final
45008 src/com/gps/reports/DistanceReport.java 457 Variables should start with a lowercase character, 'Fromcal' starts with uppercase character.
45009 src/com/gps/reports/DistanceReport.java 458 Local variable 'Tocal' could be declared final
45010 src/com/gps/reports/DistanceReport.java 458 Variables should start with a lowercase character, 'Tocal' starts with uppercase character.
45011 src/com/gps/reports/DistanceReport.java 459 Potential violation of Law of Demeter (object not created locally)
45012 src/com/gps/reports/DistanceReport.java 460 Potential violation of Law of Demeter (object not created locally)
45013 src/com/gps/reports/DistanceReport.java 462 Potential violation of Law of Demeter (object not created locally)
45014 src/com/gps/reports/DistanceReport.java 464 Found 'DD'-anomaly for variable 'isDateFound' (lines '464'-'470').
45015 src/com/gps/reports/DistanceReport.java 465 Local variable 'reportSummary' could be declared final
45016 src/com/gps/reports/DistanceReport.java 467 Comment is too large: Line too long
45017 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (method chain calls)
45018 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (object not created locally)
45019 src/com/gps/reports/DistanceReport.java 468 Potential violation of Law of Demeter (object not created locally)
45020 src/com/gps/reports/DistanceReport.java 476 Potential violation of Law of Demeter (object not created locally)
45021 src/com/gps/reports/DistanceReport.java 476 Potential violation of Law of Demeter (object not created locally)
45022 src/com/gps/reports/DistanceReport.java 478 Potential violation of Law of Demeter (object not created locally)
45023 src/com/gps/reports/DistanceReport.java 481 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45024 src/com/gps/reports/DistanceReport.java 483 There is log block not surrounded by if
45025 src/com/gps/reports/DistanceReport.java 488 Avoid variables with short names like to
45026 src/com/gps/reports/DistanceReport.java 488 Found 'UR'-anomaly for variable 'tripDistanceDTO' (lines '488'-'507').
45027 src/com/gps/reports/DistanceReport.java 488 Parameter 'flag' is not assigned and could be declared final
45028 src/com/gps/reports/DistanceReport.java 488 Parameter 'from' is not assigned and could be declared final
45029 src/com/gps/reports/DistanceReport.java 488 Parameter 'to' is not assigned and could be declared final
45030 src/com/gps/reports/DistanceReport.java 488 Parameter 'tripDistDTO' is not assigned and could be declared final
45031 src/com/gps/reports/DistanceReport.java 488 Parameter 'vehicleId' is not assigned and could be declared final
45032 src/com/gps/reports/DistanceReport.java 488 publicMethodCommentRequirement Required
45033 src/com/gps/reports/DistanceReport.java 490 Found 'DD'-anomaly for variable 'objTripVO' (lines '490'-'521').
45034 src/com/gps/reports/DistanceReport.java 490 Found 'DD'-anomaly for variable 'objTripVO' (lines '490'-'526').
45035 src/com/gps/reports/DistanceReport.java 490 Found 'DU'-anomaly for variable 'objTripVO' (lines '490'-'538').
45036 src/com/gps/reports/DistanceReport.java 491 Found 'DU'-anomaly for variable 'calFrom' (lines '491'-'538').
45037 src/com/gps/reports/DistanceReport.java 491 Local variable 'calFrom' could be declared final
45038 src/com/gps/reports/DistanceReport.java 492 Found 'DU'-anomaly for variable 'calStart' (lines '492'-'538').
45039 src/com/gps/reports/DistanceReport.java 492 Local variable 'calStart' could be declared final
45040 src/com/gps/reports/DistanceReport.java 493 Found 'DU'-anomaly for variable 'formatter' (lines '493'-'538').
45041 src/com/gps/reports/DistanceReport.java 493 Local variable 'formatter' could be declared final
45042 src/com/gps/reports/DistanceReport.java 493 When instantiating a SimpleDateFormat object, specify a Locale
45043 src/com/gps/reports/DistanceReport.java 494 Found 'DD'-anomaly for variable 'paramStart' (lines '494'-'508').
45044 src/com/gps/reports/DistanceReport.java 494 Found 'DU'-anomaly for variable 'paramStart' (lines '494'-'538').
45045 src/com/gps/reports/DistanceReport.java 498 There is log block not surrounded by if
45046 src/com/gps/reports/DistanceReport.java 498 There is log block not surrounded by if
45047 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
45048 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
45049 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
45050 src/com/gps/reports/DistanceReport.java 499 Potential violation of Law of Demeter (method chain calls)
45051 src/com/gps/reports/DistanceReport.java 499 There is log block not surrounded by if
45052 src/com/gps/reports/DistanceReport.java 499 There is log block not surrounded by if
45053 src/com/gps/reports/DistanceReport.java 500 Potential violation of Law of Demeter (method chain calls)
45054 src/com/gps/reports/DistanceReport.java 500 Potential violation of Law of Demeter (method chain calls)
45055 src/com/gps/reports/DistanceReport.java 501 A method should have only one exit point, and that should be the last statement in the method
45056 src/com/gps/reports/DistanceReport.java 506 Local variable 'tripDistanceDTO' could be declared final
45057 src/com/gps/reports/DistanceReport.java 507 Avoid using Literals in Conditional Statements
45058 src/com/gps/reports/DistanceReport.java 507 Potential violation of Law of Demeter (object not created locally)
45059 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (method chain calls)
45060 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (method chain calls)
45061 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (method chain calls)
45062 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (object not created locally)
45063 src/com/gps/reports/DistanceReport.java 512 Potential violation of Law of Demeter (object not created locally)
45064 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45065 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45066 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45067 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45068 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45069 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45070 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45071 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45072 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (method chain calls)
45073 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (object not created locally)
45074 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (object not created locally)
45075 src/com/gps/reports/DistanceReport.java 514 Potential violation of Law of Demeter (object not created locally)
45076 src/com/gps/reports/DistanceReport.java 516 Potential violation of Law of Demeter (object not created locally)
45077 src/com/gps/reports/DistanceReport.java 518 There is log block not surrounded by if
45078 src/com/gps/reports/DistanceReport.java 518 There is log block not surrounded by if
45079 src/com/gps/reports/DistanceReport.java 519 There is log block not surrounded by if
45080 src/com/gps/reports/DistanceReport.java 519 There is log block not surrounded by if
45081 src/com/gps/reports/DistanceReport.java 523 A method should have only one exit point, and that should be the last statement in the method
45082 src/com/gps/reports/DistanceReport.java 524 Potential violation of Law of Demeter (object not created locally)
45083 src/com/gps/reports/DistanceReport.java 524 Potential violation of Law of Demeter (object not created locally)
45084 src/com/gps/reports/DistanceReport.java 524 Potential violation of Law of Demeter (object not created locally)
45085 src/com/gps/reports/DistanceReport.java 524 Useless parentheses.
45086 src/com/gps/reports/DistanceReport.java 525 There is log block not surrounded by if
45087 src/com/gps/reports/DistanceReport.java 525 There is log block not surrounded by if
45088 src/com/gps/reports/DistanceReport.java 528 A method should have only one exit point, and that should be the last statement in the method
45089 src/com/gps/reports/DistanceReport.java 532 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45090 src/com/gps/reports/DistanceReport.java 534 Avoid printStackTrace(); use a logger call instead.
45091 src/com/gps/reports/DistanceReport.java 534 Potential violation of Law of Demeter (object not created locally)
45092 src/com/gps/reports/DistanceReport.java 540 Comment is too large: Line too long
45093 src/com/gps/reports/DistanceReport.java 563 Comment is too large: Line too long
45094 src/com/gps/reports/DistanceReport.java 564 Comment is too large: Line too long
45095 src/com/gps/reports/DistanceReport.java 577 Comment is too large: Line too long
45096 src/com/gps/reports/DistanceReport.java 594 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
45097 src/com/gps/reports/DistanceReport.java 594 Avoid reassigning parameters such as 'inTripDist'
45098 src/com/gps/reports/DistanceReport.java 594 Method names should not start with capital letters
45099 src/com/gps/reports/DistanceReport.java 594 Parameter 'Rpl' is not assigned and could be declared final
45100 src/com/gps/reports/DistanceReport.java 594 Variables should start with a lowercase character, 'Rpl' starts with uppercase character.
45101 src/com/gps/reports/DistanceReport.java 595 Avoid variables with short names like p
45102 src/com/gps/reports/DistanceReport.java 595 Local variable 'p' could be declared final
45103 src/com/gps/reports/DistanceReport.java 597 Local variable 'tmp' could be declared final
45104 src/com/gps/reports/DistanceReport.java 602 Avoid really long methods.
45105 src/com/gps/reports/DistanceReport.java 602 Found 'UR'-anomaly for variable 'tripDistDTO' (lines '602'-'630').
45106 src/com/gps/reports/DistanceReport.java 602 Found 'UR'-anomaly for variable 'tripDistance' (lines '602'-'681').
45107 src/com/gps/reports/DistanceReport.java 602 Parameter 'dateType' is not assigned and could be declared final
45108 src/com/gps/reports/DistanceReport.java 602 Parameter 'distDAO' is not assigned and could be declared final
45109 src/com/gps/reports/DistanceReport.java 602 Parameter 'flag' is not assigned and could be declared final
45110 src/com/gps/reports/DistanceReport.java 602 Parameter 'type' is not assigned and could be declared final
45111 src/com/gps/reports/DistanceReport.java 602 The method 'matchDate' has a Cyclomatic Complexity of 61.
45112 src/com/gps/reports/DistanceReport.java 602 The method matchDate() has an NCSS line count of 237
45113 src/com/gps/reports/DistanceReport.java 602 The method matchDate() has an NPath complexity of 1164280
45114 src/com/gps/reports/DistanceReport.java 604 Found 'DU'-anomaly for variable 'tempDate' (lines '604'-'1,008').
45115 src/com/gps/reports/DistanceReport.java 605 Found 'DD'-anomaly for variable 'objDate' (lines '605'-'644').
45116 src/com/gps/reports/DistanceReport.java 606 Found 'DD'-anomaly for variable 'objTrip' (lines '606'-'642').
45117 src/com/gps/reports/DistanceReport.java 609 Found 'DD'-anomaly for variable 'count' (lines '609'-'634').
45118 src/com/gps/reports/DistanceReport.java 610 Found 'DU'-anomaly for variable 'inTripDist' (lines '610'-'1,008').
45119 src/com/gps/reports/DistanceReport.java 611 Found 'DU'-anomaly for variable 'outTripDist' (lines '611'-'1,008').
45120 src/com/gps/reports/DistanceReport.java 612 Found 'DU'-anomaly for variable 'start' (lines '612'-'1,008').
45121 src/com/gps/reports/DistanceReport.java 613 Found 'DU'-anomaly for variable 'end' (lines '613'-'1,008').
45122 src/com/gps/reports/DistanceReport.java 614 Found 'DU'-anomaly for variable 'isSame' (lines '614'-'1,008').
45123 src/com/gps/reports/DistanceReport.java 615 Found 'DU'-anomaly for variable 'currentTrip' (lines '615'-'1,008').
45124 src/com/gps/reports/DistanceReport.java 616 Found 'DD'-anomaly for variable 'tempDist' (lines '616'-'908').
45125 src/com/gps/reports/DistanceReport.java 616 Found 'DU'-anomaly for variable 'tempDist' (lines '616'-'1,008').
45126 src/com/gps/reports/DistanceReport.java 617 Found 'DU'-anomaly for variable 'isReset' (lines '617'-'1,008').
45127 src/com/gps/reports/DistanceReport.java 618 Found 'DD'-anomaly for variable 'tempEnd' (lines '618'-'917').
45128 src/com/gps/reports/DistanceReport.java 618 Found 'DU'-anomaly for variable 'tempEnd' (lines '618'-'1,008').
45129 src/com/gps/reports/DistanceReport.java 619 Found 'DU'-anomaly for variable 'isFirst' (lines '619'-'1,008').
45130 src/com/gps/reports/DistanceReport.java 622 There is log block not surrounded by if
45131 src/com/gps/reports/DistanceReport.java 622 There is log block not surrounded by if
45132 src/com/gps/reports/DistanceReport.java 626 There is log block not surrounded by if
45133 src/com/gps/reports/DistanceReport.java 626 There is log block not surrounded by if
45134 src/com/gps/reports/DistanceReport.java 628 Found 'DD'-anomaly for variable 'tripName' (lines '628'-'631').
45135 src/com/gps/reports/DistanceReport.java 629 Local variable 'tripDistDTO' could be declared final
45136 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (method chain calls)
45137 src/com/gps/reports/DistanceReport.java 630 Potential violation of Law of Demeter (object not created locally)
45138 src/com/gps/reports/DistanceReport.java 631 Avoid using if...else statements without curly braces
45139 src/com/gps/reports/DistanceReport.java 631 Found 'DD'-anomaly for variable 'tripName' (lines '631'-'631').
45140 src/com/gps/reports/DistanceReport.java 631 Found 'DU'-anomaly for variable 'tripName' (lines '631'-'1,008').
45141 src/com/gps/reports/DistanceReport.java 633 Avoid using if...else statements without curly braces
45142 src/com/gps/reports/DistanceReport.java 633 Potential violation of Law of Demeter (object not created locally)
45143 src/com/gps/reports/DistanceReport.java 635 Avoid if (x != y) ..; else ..;
45144 src/com/gps/reports/DistanceReport.java 637 Potential violation of Law of Demeter (object not created locally)
45145 src/com/gps/reports/DistanceReport.java 637 Potential violation of Law of Demeter (object not created locally)
45146 src/com/gps/reports/DistanceReport.java 637 Potential violation of Law of Demeter (object not created locally)
45147 src/com/gps/reports/DistanceReport.java 639 Avoid using Literals in Conditional Statements
45148 src/com/gps/reports/DistanceReport.java 639 Avoid using if statements without curly braces
45149 src/com/gps/reports/DistanceReport.java 640 Potential violation of Law of Demeter (object not created locally)
45150 src/com/gps/reports/DistanceReport.java 640 There is log block not surrounded by if
45151 src/com/gps/reports/DistanceReport.java 640 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45152 src/com/gps/reports/DistanceReport.java 642 Avoid instantiating new objects inside loops
45153 src/com/gps/reports/DistanceReport.java 643 Potential violation of Law of Demeter (object not created locally)
45154 src/com/gps/reports/DistanceReport.java 643 Potential violation of Law of Demeter (object not created locally)
45155 src/com/gps/reports/DistanceReport.java 644 Avoid instantiating new objects inside loops
45156 src/com/gps/reports/DistanceReport.java 645 Potential violation of Law of Demeter (object not created locally)
45157 src/com/gps/reports/DistanceReport.java 646 Potential violation of Law of Demeter (object not created locally)
45158 src/com/gps/reports/DistanceReport.java 647 Potential violation of Law of Demeter (object not created locally)
45159 src/com/gps/reports/DistanceReport.java 649 Potential violation of Law of Demeter (object not created locally)
45160 src/com/gps/reports/DistanceReport.java 653 Avoid using Literals in Conditional Statements
45161 src/com/gps/reports/DistanceReport.java 653 Avoid using if statements without curly braces
45162 src/com/gps/reports/DistanceReport.java 654 There is log block not surrounded by if
45163 src/com/gps/reports/DistanceReport.java 654 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45164 src/com/gps/reports/DistanceReport.java 655 Potential violation of Law of Demeter (method chain calls)
45165 src/com/gps/reports/DistanceReport.java 655 Potential violation of Law of Demeter (method chain calls)
45166 src/com/gps/reports/DistanceReport.java 655 Potential violation of Law of Demeter (method chain calls)
45167 src/com/gps/reports/DistanceReport.java 655 Potential violation of Law of Demeter (object not created locally)
45168 src/com/gps/reports/DistanceReport.java 656 Potential violation of Law of Demeter (object not created locally)
45169 src/com/gps/reports/DistanceReport.java 656 Use equals() to compare object references.
45170 src/com/gps/reports/DistanceReport.java 659 Avoid if (x != y) ..; else ..;
45171 src/com/gps/reports/DistanceReport.java 660 Potential violation of Law of Demeter (object not created locally)
45172 src/com/gps/reports/DistanceReport.java 660 Potential violation of Law of Demeter (object not created locally)
45173 src/com/gps/reports/DistanceReport.java 660 Potential violation of Law of Demeter (object not created locally)
45174 src/com/gps/reports/DistanceReport.java 660 Potential violation of Law of Demeter (object not created locally)
45175 src/com/gps/reports/DistanceReport.java 662 Avoid using if statements without curly braces
45176 src/com/gps/reports/DistanceReport.java 662 Potential violation of Law of Demeter (object not created locally)
45177 src/com/gps/reports/DistanceReport.java 667 Avoid if (x != y) ..; else ..;
45178 src/com/gps/reports/DistanceReport.java 667 Potential violation of Law of Demeter (method chain calls)
45179 src/com/gps/reports/DistanceReport.java 667 Potential violation of Law of Demeter (object not created locally)
45180 src/com/gps/reports/DistanceReport.java 678 Found 'DD'-anomaly for variable 'isFound' (lines '678'-'685').
45181 src/com/gps/reports/DistanceReport.java 679 Local variable 'tripDistance' could be declared final
45182 src/com/gps/reports/DistanceReport.java 679 Potential violation of Law of Demeter (object not created locally)
45183 src/com/gps/reports/DistanceReport.java 681 Potential violation of Law of Demeter (method chain calls)
45184 src/com/gps/reports/DistanceReport.java 681 Potential violation of Law of Demeter (object not created locally)
45185 src/com/gps/reports/DistanceReport.java 683 Potential violation of Law of Demeter (object not created locally)
45186 src/com/gps/reports/DistanceReport.java 683 Potential violation of Law of Demeter (object not created locally)
45187 src/com/gps/reports/DistanceReport.java 692 Avoid instantiating new objects inside loops
45188 src/com/gps/reports/DistanceReport.java 692 Local variable 'Objtrdist' could be declared final
45189 src/com/gps/reports/DistanceReport.java 692 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
45190 src/com/gps/reports/DistanceReport.java 693 Potential violation of Law of Demeter (object not created locally)
45191 src/com/gps/reports/DistanceReport.java 694 Potential violation of Law of Demeter (object not created locally)
45192 src/com/gps/reports/DistanceReport.java 695 Potential violation of Law of Demeter (method chain calls)
45193 src/com/gps/reports/DistanceReport.java 695 Potential violation of Law of Demeter (object not created locally)
45194 src/com/gps/reports/DistanceReport.java 708 Potential violation of Law of Demeter (object not created locally)
45195 src/com/gps/reports/DistanceReport.java 710 Avoid using Literals in Conditional Statements
45196 src/com/gps/reports/DistanceReport.java 710 Avoid using if statements without curly braces
45197 src/com/gps/reports/DistanceReport.java 710 Potential violation of Law of Demeter (object not created locally)
45198 src/com/gps/reports/DistanceReport.java 714 There is log block not surrounded by if
45199 src/com/gps/reports/DistanceReport.java 714 There is log block not surrounded by if
45200 src/com/gps/reports/DistanceReport.java 717 Potential violation of Law of Demeter (object not created locally)
45201 src/com/gps/reports/DistanceReport.java 718 Potential violation of Law of Demeter (object not created locally)
45202 src/com/gps/reports/DistanceReport.java 718 These nested if statements could be combined
45203 src/com/gps/reports/DistanceReport.java 726 Potential violation of Law of Demeter (method chain calls)
45204 src/com/gps/reports/DistanceReport.java 726 Potential violation of Law of Demeter (object not created locally)
45205 src/com/gps/reports/DistanceReport.java 729 Potential violation of Law of Demeter (object not created locally)
45206 src/com/gps/reports/DistanceReport.java 734 Avoid using if...else statements without curly braces
45207 src/com/gps/reports/DistanceReport.java 734 Potential violation of Law of Demeter (object not created locally)
45208 src/com/gps/reports/DistanceReport.java 741 There is log block not surrounded by if
45209 src/com/gps/reports/DistanceReport.java 741 There is log block not surrounded by if
45210 src/com/gps/reports/DistanceReport.java 743 Avoid if (x != y) ..; else ..;
45211 src/com/gps/reports/DistanceReport.java 743 Potential violation of Law of Demeter (method chain calls)
45212 src/com/gps/reports/DistanceReport.java 743 Potential violation of Law of Demeter (object not created locally)
45213 src/com/gps/reports/DistanceReport.java 755 Local variable 'tripDistance' could be declared final
45214 src/com/gps/reports/DistanceReport.java 755 Potential violation of Law of Demeter (object not created locally)
45215 src/com/gps/reports/DistanceReport.java 757 Potential violation of Law of Demeter (method chain calls)
45216 src/com/gps/reports/DistanceReport.java 757 Potential violation of Law of Demeter (object not created locally)
45217 src/com/gps/reports/DistanceReport.java 759 Potential violation of Law of Demeter (object not created locally)
45218 src/com/gps/reports/DistanceReport.java 759 Potential violation of Law of Demeter (object not created locally)
45219 src/com/gps/reports/DistanceReport.java 768 Avoid instantiating new objects inside loops
45220 src/com/gps/reports/DistanceReport.java 768 Local variable 'Objtrdist' could be declared final
45221 src/com/gps/reports/DistanceReport.java 768 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
45222 src/com/gps/reports/DistanceReport.java 769 Potential violation of Law of Demeter (object not created locally)
45223 src/com/gps/reports/DistanceReport.java 770 Potential violation of Law of Demeter (object not created locally)
45224 src/com/gps/reports/DistanceReport.java 771 Potential violation of Law of Demeter (method chain calls)
45225 src/com/gps/reports/DistanceReport.java 771 Potential violation of Law of Demeter (object not created locally)
45226 src/com/gps/reports/DistanceReport.java 775 Potential violation of Law of Demeter (object not created locally)
45227 src/com/gps/reports/DistanceReport.java 776 Potential violation of Law of Demeter (object not created locally)
45228 src/com/gps/reports/DistanceReport.java 786 Potential violation of Law of Demeter (object not created locally)
45229 src/com/gps/reports/DistanceReport.java 786 There is log block not surrounded by if
45230 src/com/gps/reports/DistanceReport.java 786 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45231 src/com/gps/reports/DistanceReport.java 788 Avoid instantiating new objects inside loops
45232 src/com/gps/reports/DistanceReport.java 789 Potential violation of Law of Demeter (object not created locally)
45233 src/com/gps/reports/DistanceReport.java 789 Potential violation of Law of Demeter (object not created locally)
45234 src/com/gps/reports/DistanceReport.java 792 Position literals first in String comparisons
45235 src/com/gps/reports/DistanceReport.java 793 Avoid using if...else statements without curly braces
45236 src/com/gps/reports/DistanceReport.java 795 Avoid using if...else statements without curly braces
45237 src/com/gps/reports/DistanceReport.java 795 Potential violation of Law of Demeter (object not created locally)
45238 src/com/gps/reports/DistanceReport.java 800 Potential violation of Law of Demeter (object not created locally)
45239 src/com/gps/reports/DistanceReport.java 802 Avoid using Literals in Conditional Statements
45240 src/com/gps/reports/DistanceReport.java 802 Avoid using if statements without curly braces
45241 src/com/gps/reports/DistanceReport.java 802 Potential violation of Law of Demeter (object not created locally)
45242 src/com/gps/reports/DistanceReport.java 806 There is log block not surrounded by if
45243 src/com/gps/reports/DistanceReport.java 806 There is log block not surrounded by if
45244 src/com/gps/reports/DistanceReport.java 809 Potential violation of Law of Demeter (object not created locally)
45245 src/com/gps/reports/DistanceReport.java 810 Potential violation of Law of Demeter (object not created locally)
45246 src/com/gps/reports/DistanceReport.java 810 These nested if statements could be combined
45247 src/com/gps/reports/DistanceReport.java 817 There is log block not surrounded by if
45248 src/com/gps/reports/DistanceReport.java 817 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45249 src/com/gps/reports/DistanceReport.java 821 Potential violation of Law of Demeter (object not created locally)
45250 src/com/gps/reports/DistanceReport.java 826 Avoid using if...else statements without curly braces
45251 src/com/gps/reports/DistanceReport.java 826 Potential violation of Law of Demeter (object not created locally)
45252 src/com/gps/reports/DistanceReport.java 832 There is log block not surrounded by if
45253 src/com/gps/reports/DistanceReport.java 832 There is log block not surrounded by if
45254 src/com/gps/reports/DistanceReport.java 834 Avoid if (x != y) ..; else ..;
45255 src/com/gps/reports/DistanceReport.java 834 Potential violation of Law of Demeter (method chain calls)
45256 src/com/gps/reports/DistanceReport.java 834 Potential violation of Law of Demeter (object not created locally)
45257 src/com/gps/reports/DistanceReport.java 846 Local variable 'tripDistance' could be declared final
45258 src/com/gps/reports/DistanceReport.java 846 Potential violation of Law of Demeter (object not created locally)
45259 src/com/gps/reports/DistanceReport.java 848 Potential violation of Law of Demeter (method chain calls)
45260 src/com/gps/reports/DistanceReport.java 848 Potential violation of Law of Demeter (object not created locally)
45261 src/com/gps/reports/DistanceReport.java 850 Potential violation of Law of Demeter (object not created locally)
45262 src/com/gps/reports/DistanceReport.java 850 Potential violation of Law of Demeter (object not created locally)
45263 src/com/gps/reports/DistanceReport.java 859 Avoid instantiating new objects inside loops
45264 src/com/gps/reports/DistanceReport.java 859 Local variable 'Objtrdist' could be declared final
45265 src/com/gps/reports/DistanceReport.java 859 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
45266 src/com/gps/reports/DistanceReport.java 860 Potential violation of Law of Demeter (object not created locally)
45267 src/com/gps/reports/DistanceReport.java 861 Potential violation of Law of Demeter (object not created locally)
45268 src/com/gps/reports/DistanceReport.java 862 Potential violation of Law of Demeter (method chain calls)
45269 src/com/gps/reports/DistanceReport.java 862 Potential violation of Law of Demeter (object not created locally)
45270 src/com/gps/reports/DistanceReport.java 879 Potential violation of Law of Demeter (object not created locally)
45271 src/com/gps/reports/DistanceReport.java 880 Potential violation of Law of Demeter (object not created locally)
45272 src/com/gps/reports/DistanceReport.java 882 Potential violation of Law of Demeter (object not created locally)
45273 src/com/gps/reports/DistanceReport.java 885 There is log block not surrounded by if
45274 src/com/gps/reports/DistanceReport.java 885 There is log block not surrounded by if
45275 src/com/gps/reports/DistanceReport.java 888 Potential violation of Law of Demeter (object not created locally)
45276 src/com/gps/reports/DistanceReport.java 890 Avoid instantiating new objects inside loops
45277 src/com/gps/reports/DistanceReport.java 892 Avoid using if statements without curly braces
45278 src/com/gps/reports/DistanceReport.java 893 Potential violation of Law of Demeter (object not created locally)
45279 src/com/gps/reports/DistanceReport.java 895 There is log block not surrounded by if
45280 src/com/gps/reports/DistanceReport.java 895 There is log block not surrounded by if
45281 src/com/gps/reports/DistanceReport.java 899 Potential violation of Law of Demeter (object not created locally)
45282 src/com/gps/reports/DistanceReport.java 906 Potential violation of Law of Demeter (object not created locally)
45283 src/com/gps/reports/DistanceReport.java 907 Potential violation of Law of Demeter (object not created locally)
45284 src/com/gps/reports/DistanceReport.java 908 Potential violation of Law of Demeter (object not created locally)
45285 src/com/gps/reports/DistanceReport.java 912 Potential violation of Law of Demeter (object not created locally)
45286 src/com/gps/reports/DistanceReport.java 914 Avoid using Literals in Conditional Statements
45287 src/com/gps/reports/DistanceReport.java 914 Avoid using if statements without curly braces
45288 src/com/gps/reports/DistanceReport.java 914 Potential violation of Law of Demeter (object not created locally)
45289 src/com/gps/reports/DistanceReport.java 918 There is log block not surrounded by if
45290 src/com/gps/reports/DistanceReport.java 918 There is log block not surrounded by if
45291 src/com/gps/reports/DistanceReport.java 921 Potential violation of Law of Demeter (object not created locally)
45292 src/com/gps/reports/DistanceReport.java 922 Potential violation of Law of Demeter (object not created locally)
45293 src/com/gps/reports/DistanceReport.java 922 These nested if statements could be combined
45294 src/com/gps/reports/DistanceReport.java 931 There is log block not surrounded by if
45295 src/com/gps/reports/DistanceReport.java 931 There is log block not surrounded by if
45296 src/com/gps/reports/DistanceReport.java 934 Potential violation of Law of Demeter (object not created locally)
45297 src/com/gps/reports/DistanceReport.java 939 Avoid using if...else statements without curly braces
45298 src/com/gps/reports/DistanceReport.java 939 Potential violation of Law of Demeter (object not created locally)
45299 src/com/gps/reports/DistanceReport.java 943 There is log block not surrounded by if
45300 src/com/gps/reports/DistanceReport.java 943 There is log block not surrounded by if
45301 src/com/gps/reports/DistanceReport.java 945 Avoid if (x != y) ..; else ..;
45302 src/com/gps/reports/DistanceReport.java 945 Potential violation of Law of Demeter (method chain calls)
45303 src/com/gps/reports/DistanceReport.java 945 Potential violation of Law of Demeter (object not created locally)
45304 src/com/gps/reports/DistanceReport.java 957 Local variable 'tripDistance' could be declared final
45305 src/com/gps/reports/DistanceReport.java 957 Potential violation of Law of Demeter (object not created locally)
45306 src/com/gps/reports/DistanceReport.java 959 Potential violation of Law of Demeter (method chain calls)
45307 src/com/gps/reports/DistanceReport.java 959 Potential violation of Law of Demeter (object not created locally)
45308 src/com/gps/reports/DistanceReport.java 961 Potential violation of Law of Demeter (object not created locally)
45309 src/com/gps/reports/DistanceReport.java 961 Potential violation of Law of Demeter (object not created locally)
45310 src/com/gps/reports/DistanceReport.java 969 Avoid instantiating new objects inside loops
45311 src/com/gps/reports/DistanceReport.java 969 Local variable 'Objtrdist' could be declared final
45312 src/com/gps/reports/DistanceReport.java 969 Variables should start with a lowercase character, 'Objtrdist' starts with uppercase character.
45313 src/com/gps/reports/DistanceReport.java 970 Potential violation of Law of Demeter (object not created locally)
45314 src/com/gps/reports/DistanceReport.java 971 Potential violation of Law of Demeter (object not created locally)
45315 src/com/gps/reports/DistanceReport.java 972 Potential violation of Law of Demeter (method chain calls)
45316 src/com/gps/reports/DistanceReport.java 972 Potential violation of Law of Demeter (object not created locally)
45317 src/com/gps/reports/DistanceReport.java 987 Potential violation of Law of Demeter (object not created locally)
45318 src/com/gps/reports/DistanceReport.java 988 Potential violation of Law of Demeter (object not created locally)
45319 src/com/gps/reports/DistanceReport.java 990 Potential violation of Law of Demeter (object not created locally)
45320 src/com/gps/reports/DistanceReport.java 991 There is log block not surrounded by if
45321 src/com/gps/reports/DistanceReport.java 991 There is log block not surrounded by if
45322 src/com/gps/reports/DistanceReport.java 997 There is log block not surrounded by if
45323 src/com/gps/reports/DistanceReport.java 997 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45324 src/com/gps/reports/DistanceReport.java 1001 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45325 src/com/gps/reports/DistanceReport.java 1003 There is log block not surrounded by if
45326 src/com/gps/reports/DistanceReport.java 1004 Avoid printStackTrace(); use a logger call instead.
45327 src/com/gps/reports/DistanceReport.java 1004 Potential violation of Law of Demeter (object not created locally)
45328 src/com/gps/reports/DistanceReport.java 1011 Parameter 'lat1' is not assigned and could be declared final
45329 src/com/gps/reports/DistanceReport.java 1011 Parameter 'lat2' is not assigned and could be declared final
45330 src/com/gps/reports/DistanceReport.java 1011 Parameter 'lng1' is not assigned and could be declared final
45331 src/com/gps/reports/DistanceReport.java 1011 Parameter 'lng2' is not assigned and could be declared final
45332 src/com/gps/reports/DistanceReport.java 1013 Local variable 'earthRadius' could be declared final
45333 src/com/gps/reports/DistanceReport.java 1014 Local variable 'dLat' could be declared final
45334 src/com/gps/reports/DistanceReport.java 1015 Local variable 'dLng' could be declared final
45335 src/com/gps/reports/DistanceReport.java 1016 Avoid variables with short names like a
45336 src/com/gps/reports/DistanceReport.java 1016 Local variable 'a' could be declared final
45337 src/com/gps/reports/DistanceReport.java 1019 Avoid variables with short names like c
45338 src/com/gps/reports/DistanceReport.java 1019 Local variable 'c' could be declared final
45339 src/com/gps/reports/DistanceReport.java 1020 Local variable 'dist' could be declared final
45340 src/com/gps/reports/DistanceReport.java 1021 Local variable 'kmConversion' could be declared final
45341 src/com/gps/reports/DistanceReport.java 1022 Local variable 'distance' could be declared final
45342 src/com/gps/reports/DistanceReport.java 1024 Avoid using Literals in Conditional Statements
45343 src/com/gps/reports/DistanceReport.java 1024 Avoid using if statements without curly braces
45344 src/com/gps/reports/DistanceReport.java 1025 A method should have only one exit point, and that should be the last statement in the method
45345 src/com/gps/reports/DistanceReport.java 1030 Parameter 'args' is not assigned and could be declared final
45346 src/com/gps/reports/DistanceReport.java 1030 publicMethodCommentRequirement Required
45347 src/com/gps/reports/DistanceReport.java 1032 Local variable 'obj' could be declared final
45348 src/com/gps/reports/DistanceReport.java 1033 Avoid variables with short names like vo
45349 src/com/gps/reports/DistanceReport.java 1033 Local variable 'vo' could be declared final
45350 src/com/gps/reports/DistanceReport.java 1034 Local variable 'tripVO' could be declared final
45351 src/com/gps/reports/DistanceReport.java 1038 There is log block not surrounded by if
45352 src/com/gps/reports/DistanceReport.java 1038 There is log block not surrounded by if
45353 src/com/gps/reports/DistanceReport.java 1039 Local variable 'dateVO' could be declared final
45354 src/com/gps/reports/DistanceReport.java 1041 There is log block not surrounded by if
45355 src/com/gps/reports/DistanceReport.java 1041 There is log block not surrounded by if
45356 src/com/gps/reports/DistanceReport.java 1042 Local variable 'tripDist' could be declared final
45357 src/com/gps/reports/DistanceReport.java 1042 Potential violation of Law of Demeter (method chain calls)
45358 src/com/gps/reports/DistanceReport.java 1042 Potential violation of Law of Demeter (method chain calls)
45359 src/com/gps/reports/DistanceReport.java 1044 There is log block not surrounded by if
45360 src/com/gps/reports/DistanceReport.java 1044 There is log block not surrounded by if
45361 src/com/gps/reports/FuelReport.java 4 Possible God class (WMC=90, ATFD=84, TCC=0.022222222222222223)
45362 src/com/gps/reports/FuelReport.java 42 The class 'FuelReport' has a Cyclomatic Complexity of 9 (Highest = 30).
45363 src/com/gps/reports/FuelReport.java 44 Avoid using redundant field initializer for 'organizationId'
45364 src/com/gps/reports/FuelReport.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
45365 src/com/gps/reports/FuelReport.java 44 Perhaps 'organizationId' could be replaced by a local variable.
45366 src/com/gps/reports/FuelReport.java 44 fieldCommentRequirement Required
45367 src/com/gps/reports/FuelReport.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
45368 src/com/gps/reports/FuelReport.java 45 Perhaps 'vehicleId' could be replaced by a local variable.
45369 src/com/gps/reports/FuelReport.java 45 fieldCommentRequirement Required
45370 src/com/gps/reports/FuelReport.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
45371 src/com/gps/reports/FuelReport.java 46 Perhaps 'toDate' could be replaced by a local variable.
45372 src/com/gps/reports/FuelReport.java 46 fieldCommentRequirement Required
45373 src/com/gps/reports/FuelReport.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
45374 src/com/gps/reports/FuelReport.java 47 Perhaps 'fromDate' could be replaced by a local variable.
45375 src/com/gps/reports/FuelReport.java 47 fieldCommentRequirement Required
45376 src/com/gps/reports/FuelReport.java 48 Found non-transient, non-static member. Please mark as transient or provide accessors.
45377 src/com/gps/reports/FuelReport.java 48 fieldCommentRequirement Required
45378 src/com/gps/reports/FuelReport.java 49 Found non-transient, non-static member. Please mark as transient or provide accessors.
45379 src/com/gps/reports/FuelReport.java 49 fieldCommentRequirement Required
45380 src/com/gps/reports/FuelReport.java 50 Found non-transient, non-static member. Please mark as transient or provide accessors.
45381 src/com/gps/reports/FuelReport.java 50 fieldCommentRequirement Required
45382 src/com/gps/reports/FuelReport.java 51 Found non-transient, non-static member. Please mark as transient or provide accessors.
45383 src/com/gps/reports/FuelReport.java 51 fieldCommentRequirement Required
45384 src/com/gps/reports/FuelReport.java 52 The Logger variable declaration does not contain the static and final modifiers
45385 src/com/gps/reports/FuelReport.java 52 fieldCommentRequirement Required
45386 src/com/gps/reports/FuelReport.java 58 Found 'UR'-anomaly for variable 'vehicle' (lines '58'-'75').
45387 src/com/gps/reports/FuelReport.java 58 Parameter 'reportInputs' is not assigned and could be declared final
45388 src/com/gps/reports/FuelReport.java 58 publicMethodCommentRequirement Required
45389 src/com/gps/reports/FuelReport.java 61 Potential violation of Law of Demeter (method chain calls)
45390 src/com/gps/reports/FuelReport.java 61 Potential violation of Law of Demeter (method chain calls)
45391 src/com/gps/reports/FuelReport.java 62 Potential violation of Law of Demeter (method chain calls)
45392 src/com/gps/reports/FuelReport.java 63 Potential violation of Law of Demeter (method chain calls)
45393 src/com/gps/reports/FuelReport.java 64 Potential violation of Law of Demeter (method chain calls)
45394 src/com/gps/reports/FuelReport.java 68 Position literals first in String comparisons
45395 src/com/gps/reports/FuelReport.java 70 There is log block not surrounded by if
45396 src/com/gps/reports/FuelReport.java 70 There is log block not surrounded by if
45397 src/com/gps/reports/FuelReport.java 73 Local variable 'vehicle' could be declared final
45398 src/com/gps/reports/FuelReport.java 80 There is log block not surrounded by if
45399 src/com/gps/reports/FuelReport.java 80 There is log block not surrounded by if
45400 src/com/gps/reports/FuelReport.java 81 Local variable 'vehicle' could be declared final
45401 src/com/gps/reports/FuelReport.java 85 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45402 src/com/gps/reports/FuelReport.java 87 Potential violation of Law of Demeter (object not created locally)
45403 src/com/gps/reports/FuelReport.java 87 There is log block not surrounded by if
45404 src/com/gps/reports/FuelReport.java 88 Avoid printStackTrace(); use a logger call instead.
45405 src/com/gps/reports/FuelReport.java 88 Potential violation of Law of Demeter (object not created locally)
45406 src/com/gps/reports/FuelReport.java 91 There is log block not surrounded by if
45407 src/com/gps/reports/FuelReport.java 91 There is log block not surrounded by if
45408 src/com/gps/reports/FuelReport.java 95 Avoid really long methods.
45409 src/com/gps/reports/FuelReport.java 95 Found 'UR'-anomaly for variable 'fhObj' (lines '95'-'206').
45410 src/com/gps/reports/FuelReport.java 95 Parameter 'fromDate' is not assigned and could be declared final
45411 src/com/gps/reports/FuelReport.java 95 Parameter 'vehicle' is not assigned and could be declared final
45412 src/com/gps/reports/FuelReport.java 95 The method 'getFuelReport' has a Cyclomatic Complexity of 30.
45413 src/com/gps/reports/FuelReport.java 95 The method getFuelReport() has an NPath complexity of 2462
45414 src/com/gps/reports/FuelReport.java 96 Avoid unused method parameters such as 'flag'.
45415 src/com/gps/reports/FuelReport.java 96 Parameter 'flag' is not assigned and could be declared final
45416 src/com/gps/reports/FuelReport.java 96 Parameter 'toDate' is not assigned and could be declared final
45417 src/com/gps/reports/FuelReport.java 98 Found 'DD'-anomaly for variable 'dynamicQuery' (lines '98'-'115').
45418 src/com/gps/reports/FuelReport.java 99 Found 'DD'-anomaly for variable 'fuelQuery' (lines '99'-'116').
45419 src/com/gps/reports/FuelReport.java 100 Found 'DD'-anomaly for variable 'fuelData' (lines '100'-'143').
45420 src/com/gps/reports/FuelReport.java 103 Found 'DD'-anomaly for variable 'correctionValue' (lines '103'-'149').
45421 src/com/gps/reports/FuelReport.java 109 Local variable 'sess' could be declared final
45422 src/com/gps/reports/FuelReport.java 111 Comment is too large: Line too long
45423 src/com/gps/reports/FuelReport.java 112 Comment is too large: Line too long
45424 src/com/gps/reports/FuelReport.java 113 Local variable 'tripdao' could be declared final
45425 src/com/gps/reports/FuelReport.java 115 Potential violation of Law of Demeter (object not created locally)
45426 src/com/gps/reports/FuelReport.java 117 Avoid if (x != y) ..; else ..;
45427 src/com/gps/reports/FuelReport.java 117 Potential violation of Law of Demeter (object not created locally)
45428 src/com/gps/reports/FuelReport.java 117 Potential violation of Law of Demeter (object not created locally)
45429 src/com/gps/reports/FuelReport.java 117 Use equals() to compare strings instead of '==' or '!='
45430 src/com/gps/reports/FuelReport.java 119 Potential violation of Law of Demeter (object not created locally)
45431 src/com/gps/reports/FuelReport.java 119 Potential violation of Law of Demeter (object not created locally)
45432 src/com/gps/reports/FuelReport.java 120 Potential violation of Law of Demeter (object not created locally)
45433 src/com/gps/reports/FuelReport.java 121 Comment is too large: Line too long
45434 src/com/gps/reports/FuelReport.java 122 There is log block not surrounded by if
45435 src/com/gps/reports/FuelReport.java 122 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45436 src/com/gps/reports/FuelReport.java 123 Potential violation of Law of Demeter (object not created locally)
45437 src/com/gps/reports/FuelReport.java 123 Potential violation of Law of Demeter (object not created locally)
45438 src/com/gps/reports/FuelReport.java 124 Avoid using if statements without curly braces
45439 src/com/gps/reports/FuelReport.java 124 Potential violation of Law of Demeter (object not created locally)
45440 src/com/gps/reports/FuelReport.java 124 Potential violation of Law of Demeter (object not created locally)
45441 src/com/gps/reports/FuelReport.java 124 Use equals() to compare strings instead of '==' or '!='
45442 src/com/gps/reports/FuelReport.java 125 Potential violation of Law of Demeter (object not created locally)
45443 src/com/gps/reports/FuelReport.java 125 Potential violation of Law of Demeter (object not created locally)
45444 src/com/gps/reports/FuelReport.java 126 Avoid using if statements without curly braces
45445 src/com/gps/reports/FuelReport.java 126 Potential violation of Law of Demeter (object not created locally)
45446 src/com/gps/reports/FuelReport.java 126 Potential violation of Law of Demeter (object not created locally)
45447 src/com/gps/reports/FuelReport.java 126 Use equals() to compare strings instead of '==' or '!='
45448 src/com/gps/reports/FuelReport.java 127 Potential violation of Law of Demeter (object not created locally)
45449 src/com/gps/reports/FuelReport.java 127 Potential violation of Law of Demeter (object not created locally)
45450 src/com/gps/reports/FuelReport.java 131 Comment is too large: Line too long
45451 src/com/gps/reports/FuelReport.java 132 There is log block not surrounded by if
45452 src/com/gps/reports/FuelReport.java 132 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
45453 src/com/gps/reports/FuelReport.java 133 Potential violation of Law of Demeter (object not created locally)
45454 src/com/gps/reports/FuelReport.java 135 Potential violation of Law of Demeter (object not created locally)
45455 src/com/gps/reports/FuelReport.java 136 Potential violation of Law of Demeter (object not created locally)
45456 src/com/gps/reports/FuelReport.java 137 Potential violation of Law of Demeter (object not created locally)
45457 src/com/gps/reports/FuelReport.java 138 Local variable 'pcktList' could be declared final
45458 src/com/gps/reports/FuelReport.java 138 Potential violation of Law of Demeter (object not created locally)
45459 src/com/gps/reports/FuelReport.java 139 Potential violation of Law of Demeter (object not created locally)
45460 src/com/gps/reports/FuelReport.java 140 Potential violation of Law of Demeter (object not created locally)
45461 src/com/gps/reports/FuelReport.java 141 Local variable 'row' could be declared final
45462 src/com/gps/reports/FuelReport.java 141 Potential violation of Law of Demeter (object not created locally)
45463 src/com/gps/reports/FuelReport.java 142 Avoid using Literals in Conditional Statements
45464 src/com/gps/reports/FuelReport.java 143 Avoid instantiating new objects inside loops
45465 src/com/gps/reports/FuelReport.java 152 Avoid unused local variables such as 'dt'.
45466 src/com/gps/reports/FuelReport.java 152 Avoid variables with short names like dt
45467 src/com/gps/reports/FuelReport.java 152 Found 'DU'-anomaly for variable 'dt' (lines '152'-'266').
45468 src/com/gps/reports/FuelReport.java 152 Local variable 'dt' could be declared final
45469 src/com/gps/reports/FuelReport.java 154 There is log block not surrounded by if
45470 src/com/gps/reports/FuelReport.java 154 There is log block not surrounded by if
45471 src/com/gps/reports/FuelReport.java 155 Avoid using Literals in Conditional Statements
45472 src/com/gps/reports/FuelReport.java 155 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45473 src/com/gps/reports/FuelReport.java 157 Local variable 'tpList' could be declared final
45474 src/com/gps/reports/FuelReport.java 157 Potential violation of Law of Demeter (method chain calls)
45475 src/com/gps/reports/FuelReport.java 157 Potential violation of Law of Demeter (object not created locally)
45476 src/com/gps/reports/FuelReport.java 159 Potential violation of Law of Demeter (object not created locally)
45477 src/com/gps/reports/FuelReport.java 159 There is log block not surrounded by if
45478 src/com/gps/reports/FuelReport.java 159 There is log block not surrounded by if
45479 src/com/gps/reports/FuelReport.java 160 Avoid using Literals in Conditional Statements
45480 src/com/gps/reports/FuelReport.java 160 Potential violation of Law of Demeter (object not created locally)
45481 src/com/gps/reports/FuelReport.java 160 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45482 src/com/gps/reports/FuelReport.java 162 Local variable 'vehicle_type' could be declared final
45483 src/com/gps/reports/FuelReport.java 162 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'vehicle_type' is not final.
45484 src/com/gps/reports/FuelReport.java 162 Potential violation of Law of Demeter (object not created locally)
45485 src/com/gps/reports/FuelReport.java 165 Potential violation of Law of Demeter (object not created locally)
45486 src/com/gps/reports/FuelReport.java 168 Local variable 'cbList' could be declared final
45487 src/com/gps/reports/FuelReport.java 168 Potential violation of Law of Demeter (method chain calls)
45488 src/com/gps/reports/FuelReport.java 168 Potential violation of Law of Demeter (object not created locally)
45489 src/com/gps/reports/FuelReport.java 168 Potential violation of Law of Demeter (object not created locally)
45490 src/com/gps/reports/FuelReport.java 170 Avoid using Literals in Conditional Statements
45491 src/com/gps/reports/FuelReport.java 170 Potential violation of Law of Demeter (object not created locally)
45492 src/com/gps/reports/FuelReport.java 170 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
45493 src/com/gps/reports/FuelReport.java 172 Potential violation of Law of Demeter (object not created locally)
45494 src/com/gps/reports/FuelReport.java 172 There is log block not surrounded by if
45495 src/com/gps/reports/FuelReport.java 172 There is log block not surrounded by if
45496 src/com/gps/reports/FuelReport.java 173 Local variable 'fhList' could be declared final
45497 src/com/gps/reports/FuelReport.java 173 Potential violation of Law of Demeter (method chain calls)
45498 src/com/gps/reports/FuelReport.java 173 Potential violation of Law of Demeter (object not created locally)
45499 src/com/gps/reports/FuelReport.java 174 Potential violation of Law of Demeter (object not created locally)
45500 src/com/gps/reports/FuelReport.java 174 There is log block not surrounded by if
45501 src/com/gps/reports/FuelReport.java 174 There is log block not surrounded by if
45502 src/com/gps/reports/FuelReport.java 175 Local variable 'fuelObj' could be declared final
45503 src/com/gps/reports/FuelReport.java 176 Potential violation of Law of Demeter (object not created locally)
45504 src/com/gps/reports/FuelReport.java 177 Potential violation of Law of Demeter (object not created locally)
45505 src/com/gps/reports/FuelReport.java 178 Potential violation of Law of Demeter (object not created locally)
45506 src/com/gps/reports/FuelReport.java 192 Potential violation of Law of Demeter (object not created locally)
45507 src/com/gps/reports/FuelReport.java 194 Potential violation of Law of Demeter (method chain calls)
45508 src/com/gps/reports/FuelReport.java 194 Potential violation of Law of Demeter (object not created locally)
45509 src/com/gps/reports/FuelReport.java 196 Deeply nested if..then statements are hard to read
45510 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45511 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45512 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45513 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45514 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45515 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (method chain calls)
45516 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (object not created locally)
45517 src/com/gps/reports/FuelReport.java 196 Potential violation of Law of Demeter (object not created locally)
45518 src/com/gps/reports/FuelReport.java 198 Comment is too large: Line too long
45519 src/com/gps/reports/FuelReport.java 199 Avoid instantiating new objects inside loops
45520 src/com/gps/reports/FuelReport.java 199 Local variable 'rangeVO' could be declared final
45521 src/com/gps/reports/FuelReport.java 200 Potential violation of Law of Demeter (method chain calls)
45522 src/com/gps/reports/FuelReport.java 200 Potential violation of Law of Demeter (method chain calls)
45523 src/com/gps/reports/FuelReport.java 200 Potential violation of Law of Demeter (method chain calls)
45524 src/com/gps/reports/FuelReport.java 200 Potential violation of Law of Demeter (object not created locally)
45525 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45526 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45527 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45528 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45529 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45530 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45531 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45532 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45533 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45534 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45535 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45536 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45537 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45538 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45539 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45540 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45541 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (method chain calls)
45542 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45543 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45544 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45545 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45546 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45547 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45548 src/com/gps/reports/FuelReport.java 201 Potential violation of Law of Demeter (object not created locally)
45549 src/com/gps/reports/FuelReport.java 201 Useless parentheses.
45550 src/com/gps/reports/FuelReport.java 201 Useless parentheses.
45551 src/com/gps/reports/FuelReport.java 202 Potential violation of Law of Demeter (method chain calls)
45552 src/com/gps/reports/FuelReport.java 202 Potential violation of Law of Demeter (method chain calls)
45553 src/com/gps/reports/FuelReport.java 202 Potential violation of Law of Demeter (method chain calls)
45554 src/com/gps/reports/FuelReport.java 202 Potential violation of Law of Demeter (method chain calls)
45555 src/com/gps/reports/FuelReport.java 202 Potential violation of Law of Demeter (object not created locally)
45556 src/com/gps/reports/FuelReport.java 203 Potential violation of Law of Demeter (object not created locally)
45557 src/com/gps/reports/FuelReport.java 204 Local variable 'fhObj' could be declared final
45558 src/com/gps/reports/FuelReport.java 206 Potential violation of Law of Demeter (method chain calls)
45559 src/com/gps/reports/FuelReport.java 206 Potential violation of Law of Demeter (method chain calls)
45560 src/com/gps/reports/FuelReport.java 206 Potential violation of Law of Demeter (method chain calls)
45561 src/com/gps/reports/FuelReport.java 206 Potential violation of Law of Demeter (method chain calls)
45562 src/com/gps/reports/FuelReport.java 206 Potential violation of Law of Demeter (object not created locally)
45563 src/com/gps/reports/FuelReport.java 208 Potential violation of Law of Demeter (method chain calls)
45564 src/com/gps/reports/FuelReport.java 208 System.out.print is used
45565 src/com/gps/reports/FuelReport.java 209 Potential violation of Law of Demeter (method chain calls)
45566 src/com/gps/reports/FuelReport.java 209 Potential violation of Law of Demeter (object not created locally)
45567 src/com/gps/reports/FuelReport.java 209 Potential violation of Law of Demeter (object not created locally)
45568 src/com/gps/reports/FuelReport.java 210 Potential violation of Law of Demeter (object not created locally)
45569 src/com/gps/reports/FuelReport.java 210 Potential violation of Law of Demeter (object not created locally)
45570 src/com/gps/reports/FuelReport.java 211 Potential violation of Law of Demeter (object not created locally)
45571 src/com/gps/reports/FuelReport.java 211 Potential violation of Law of Demeter (object not created locally)
45572 src/com/gps/reports/FuelReport.java 212 Potential violation of Law of Demeter (object not created locally)
45573 src/com/gps/reports/FuelReport.java 212 Potential violation of Law of Demeter (object not created locally)
45574 src/com/gps/reports/FuelReport.java 213 Potential violation of Law of Demeter (method chain calls)
45575 src/com/gps/reports/FuelReport.java 213 Potential violation of Law of Demeter (method chain calls)
45576 src/com/gps/reports/FuelReport.java 213 Potential violation of Law of Demeter (object not created locally)
45577 src/com/gps/reports/FuelReport.java 213 Potential violation of Law of Demeter (object not created locally)
45578 src/com/gps/reports/FuelReport.java 216 Potential violation of Law of Demeter (object not created locally)
45579 src/com/gps/reports/FuelReport.java 217 Found 'DD'-anomaly for variable 'i' (lines '217'-'192').
45580 src/com/gps/reports/FuelReport.java 217 Potential violation of Law of Demeter (object not created locally)
45581 src/com/gps/reports/FuelReport.java 220 Comment is too large: Line too long
45582 src/com/gps/reports/FuelReport.java 222 Comment is too large: Line too long
45583 src/com/gps/reports/FuelReport.java 227 Deeply nested if..then statements are hard to read
45584 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45585 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45586 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45587 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45588 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45589 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (method chain calls)
45590 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (object not created locally)
45591 src/com/gps/reports/FuelReport.java 227 Potential violation of Law of Demeter (object not created locally)
45592 src/com/gps/reports/FuelReport.java 229 Comment is too large: Line too long
45593 src/com/gps/reports/FuelReport.java 230 Avoid instantiating new objects inside loops
45594 src/com/gps/reports/FuelReport.java 230 Local variable 'rangeVO' could be declared final
45595 src/com/gps/reports/FuelReport.java 231 Potential violation of Law of Demeter (method chain calls)
45596 src/com/gps/reports/FuelReport.java 231 Potential violation of Law of Demeter (method chain calls)
45597 src/com/gps/reports/FuelReport.java 231 Potential violation of Law of Demeter (method chain calls)
45598 src/com/gps/reports/FuelReport.java 231 Potential violation of Law of Demeter (object not created locally)
45599 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45600 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45601 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45602 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45603 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45604 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45605 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45606 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45607 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45608 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45609 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45610 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45611 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45612 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45613 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (method chain calls)
45614 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45615 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45616 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45617 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45618 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45619 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45620 src/com/gps/reports/FuelReport.java 232 Potential violation of Law of Demeter (object not created locally)
45621 src/com/gps/reports/FuelReport.java 232 Useless parentheses.
45622 src/com/gps/reports/FuelReport.java 232 Useless parentheses.
45623 src/com/gps/reports/FuelReport.java 233 Potential violation of Law of Demeter (method chain calls)
45624 src/com/gps/reports/FuelReport.java 233 Potential violation of Law of Demeter (method chain calls)
45625 src/com/gps/reports/FuelReport.java 233 Potential violation of Law of Demeter (method chain calls)
45626 src/com/gps/reports/FuelReport.java 233 Potential violation of Law of Demeter (method chain calls)
45627 src/com/gps/reports/FuelReport.java 233 Potential violation of Law of Demeter (object not created locally)
45628 src/com/gps/reports/FuelReport.java 234 Potential violation of Law of Demeter (object not created locally)
45629 src/com/gps/reports/FuelReport.java 235 Local variable 'fhObj' could be declared final
45630 src/com/gps/reports/FuelReport.java 237 Potential violation of Law of Demeter (method chain calls)
45631 src/com/gps/reports/FuelReport.java 237 Potential violation of Law of Demeter (method chain calls)
45632 src/com/gps/reports/FuelReport.java 237 Potential violation of Law of Demeter (method chain calls)
45633 src/com/gps/reports/FuelReport.java 237 Potential violation of Law of Demeter (method chain calls)
45634 src/com/gps/reports/FuelReport.java 237 Potential violation of Law of Demeter (object not created locally)
45635 src/com/gps/reports/FuelReport.java 239 Potential violation of Law of Demeter (method chain calls)
45636 src/com/gps/reports/FuelReport.java 239 Potential violation of Law of Demeter (method chain calls)
45637 src/com/gps/reports/FuelReport.java 239 Potential violation of Law of Demeter (object not created locally)
45638 src/com/gps/reports/FuelReport.java 239 Potential violation of Law of Demeter (object not created locally)
45639 src/com/gps/reports/FuelReport.java 239 System.out.print is used
45640 src/com/gps/reports/FuelReport.java 240 Potential violation of Law of Demeter (object not created locally)
45641 src/com/gps/reports/FuelReport.java 240 Potential violation of Law of Demeter (object not created locally)
45642 src/com/gps/reports/FuelReport.java 241 Potential violation of Law of Demeter (object not created locally)
45643 src/com/gps/reports/FuelReport.java 241 Potential violation of Law of Demeter (object not created locally)
45644 src/com/gps/reports/FuelReport.java 242 Potential violation of Law of Demeter (object not created locally)
45645 src/com/gps/reports/FuelReport.java 242 Potential violation of Law of Demeter (object not created locally)
45646 src/com/gps/reports/FuelReport.java 243 Potential violation of Law of Demeter (method chain calls)
45647 src/com/gps/reports/FuelReport.java 243 Potential violation of Law of Demeter (method chain calls)
45648 src/com/gps/reports/FuelReport.java 243 Potential violation of Law of Demeter (object not created locally)
45649 src/com/gps/reports/FuelReport.java 243 Potential violation of Law of Demeter (object not created locally)
45650 src/com/gps/reports/FuelReport.java 246 Potential violation of Law of Demeter (object not created locally)
45651 src/com/gps/reports/FuelReport.java 247 Found 'DD'-anomaly for variable 'i' (lines '247'-'192').
45652 src/com/gps/reports/FuelReport.java 247 Potential violation of Law of Demeter (object not created locally)
45653 src/com/gps/reports/FuelReport.java 250 Comment is too large: Line too long
45654 src/com/gps/reports/FuelReport.java 252 Comment is too large: Line too long
45655 src/com/gps/reports/FuelReport.java 262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
45656 src/com/gps/reports/FuelReport.java 264 There is log block not surrounded by if
45657 src/com/gps/reports/FuelReport.java 268 Avoid really long methods.
45658 src/com/gps/reports/FuelReport.java 268 Avoid unused private methods such as 'voltageFilter(Hashtable,List,int,FuelVO)'.
45659 src/com/gps/reports/FuelReport.java 268 Avoid using implementation types like 'Hashtable'; use the interface instead
45660 src/com/gps/reports/FuelReport.java 268 Consider replacing this Hashtable with the newer java.util.Map
45661 src/com/gps/reports/FuelReport.java 268 Parameter 'calib' is not assigned and could be declared final
45662 src/com/gps/reports/FuelReport.java 268 Parameter 'fuelObj' is not assigned and could be declared final
45663 src/com/gps/reports/FuelReport.java 268 Parameter 'objects' is not assigned and could be declared final
45664 src/com/gps/reports/FuelReport.java 268 Parameter 'type' is not assigned and could be declared final
45665 src/com/gps/reports/FuelReport.java 268 The method 'voltageFilter' has a Cyclomatic Complexity of 14.
45666 src/com/gps/reports/FuelReport.java 268 The method voltageFilter() has an NPath complexity of 396
45667 src/com/gps/reports/FuelReport.java 270 Found 'DD'-anomaly for variable 'key' (lines '270'-'283').
45668 src/com/gps/reports/FuelReport.java 271 Local variable 'voltage' could be declared final
45669 src/com/gps/reports/FuelReport.java 272 Local variable 'timetracker' could be declared final
45670 src/com/gps/reports/FuelReport.java 273 Found 'DD'-anomaly for variable 'volt' (lines '273'-'290').
45671 src/com/gps/reports/FuelReport.java 274 Avoid unused local variables such as 'event'.
45672 src/com/gps/reports/FuelReport.java 274 Found 'DD'-anomaly for variable 'event' (lines '274'-'317').
45673 src/com/gps/reports/FuelReport.java 274 Found 'DD'-anomaly for variable 'ignition_on' (lines '274'-'282').
45674 src/com/gps/reports/FuelReport.java 274 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
45675 src/com/gps/reports/FuelReport.java 274 Use one line for each declaration, it enhances code readability.
45676 src/com/gps/reports/FuelReport.java 276 Local variable 'temp' could be declared final
45677 src/com/gps/reports/FuelReport.java 278 Avoid variables with short names like i
45678 src/com/gps/reports/FuelReport.java 278 Local variable 'i' could be declared final
45679 src/com/gps/reports/FuelReport.java 278 Potential violation of Law of Demeter (object not created locally)
45680 src/com/gps/reports/FuelReport.java 279 Found 'DD'-anomaly for variable 'lastPcktTime' (lines '279'-'289').
45681 src/com/gps/reports/FuelReport.java 282 Found 'DD'-anomaly for variable 'ignition_on' (lines '282'-'287').
45682 src/com/gps/reports/FuelReport.java 284 There is log block not surrounded by if
45683 src/com/gps/reports/FuelReport.java 284 There is log block not surrounded by if
45684 src/com/gps/reports/FuelReport.java 285 Avoid using Literals in Conditional Statements
45685 src/com/gps/reports/FuelReport.java 285 Potential violation of Law of Demeter (method chain calls)
45686 src/com/gps/reports/FuelReport.java 291 Avoid if (x != y) ..; else ..;
45687 src/com/gps/reports/FuelReport.java 291 Avoid using Literals in Conditional Statements
45688 src/com/gps/reports/FuelReport.java 293 Potential violation of Law of Demeter (object not created locally)
45689 src/com/gps/reports/FuelReport.java 294 Potential violation of Law of Demeter (object not created locally)
45690 src/com/gps/reports/FuelReport.java 298 Potential violation of Law of Demeter (object not created locally)
45691 src/com/gps/reports/FuelReport.java 298 Potential violation of Law of Demeter (object not created locally)
45692 src/com/gps/reports/FuelReport.java 298 Potential violation of Law of Demeter (object not created locally)
45693 src/com/gps/reports/FuelReport.java 299 Potential violation of Law of Demeter (object not created locally)
45694 src/com/gps/reports/FuelReport.java 307 Found 'DD'-anomaly for variable 'ignition_on' (lines '307'-'313').
45695 src/com/gps/reports/FuelReport.java 311 Avoid using Literals in Conditional Statements
45696 src/com/gps/reports/FuelReport.java 311 Potential violation of Law of Demeter (object not created locally)
45697 src/com/gps/reports/FuelReport.java 311 Potential violation of Law of Demeter (object not created locally)
45698 src/com/gps/reports/FuelReport.java 311 Potential violation of Law of Demeter (static property access)
45699 src/com/gps/reports/FuelReport.java 314 There is log block not surrounded by if
45700 src/com/gps/reports/FuelReport.java 314 There is log block not surrounded by if
45701 src/com/gps/reports/FuelReport.java 317 Found 'DD'-anomaly for variable 'event' (lines '317'-'317').
45702 src/com/gps/reports/FuelReport.java 317 Found 'DU'-anomaly for variable 'event' (lines '317'-'381').
45703 src/com/gps/reports/FuelReport.java 317 Potential violation of Law of Demeter (method chain calls)
45704 src/com/gps/reports/FuelReport.java 319 Avoid using Literals in Conditional Statements
45705 src/com/gps/reports/FuelReport.java 324 Avoid if (x != y) ..; else ..;
45706 src/com/gps/reports/FuelReport.java 324 Avoid using Literals in Conditional Statements
45707 src/com/gps/reports/FuelReport.java 326 Potential violation of Law of Demeter (object not created locally)
45708 src/com/gps/reports/FuelReport.java 327 Potential violation of Law of Demeter (object not created locally)
45709 src/com/gps/reports/FuelReport.java 331 Potential violation of Law of Demeter (object not created locally)
45710 src/com/gps/reports/FuelReport.java 331 Potential violation of Law of Demeter (object not created locally)
45711 src/com/gps/reports/FuelReport.java 331 Potential violation of Law of Demeter (object not created locally)
45712 src/com/gps/reports/FuelReport.java 332 Potential violation of Law of Demeter (object not created locally)
45713 src/com/gps/reports/FuelReport.java 335 Avoid using Literals in Conditional Statements
45714 src/com/gps/reports/FuelReport.java 335 Potential violation of Law of Demeter (method chain calls)
45715 src/com/gps/reports/FuelReport.java 338 Avoid if (x != y) ..; else ..;
45716 src/com/gps/reports/FuelReport.java 338 Avoid using Literals in Conditional Statements
45717 src/com/gps/reports/FuelReport.java 340 Potential violation of Law of Demeter (object not created locally)
45718 src/com/gps/reports/FuelReport.java 341 Potential violation of Law of Demeter (object not created locally)
45719 src/com/gps/reports/FuelReport.java 345 Potential violation of Law of Demeter (object not created locally)
45720 src/com/gps/reports/FuelReport.java 345 Potential violation of Law of Demeter (object not created locally)
45721 src/com/gps/reports/FuelReport.java 345 Potential violation of Law of Demeter (object not created locally)
45722 src/com/gps/reports/FuelReport.java 345 Potential violation of Law of Demeter (object not created locally)
45723 src/com/gps/reports/FuelReport.java 345 Useless parentheses.
45724 src/com/gps/reports/FuelReport.java 346 Potential violation of Law of Demeter (object not created locally)
45725 src/com/gps/reports/FuelReport.java 350 Found 'DU'-anomaly for variable 'lastPcktTime' (lines '350'-'381').
45726 src/com/gps/reports/FuelReport.java 353 Found 'DD'-anomaly for variable 'rangevalues' (lines '353'-'363').
45727 src/com/gps/reports/FuelReport.java 353 Found 'DU'-anomaly for variable 'rangevalues' (lines '353'-'381').
45728 src/com/gps/reports/FuelReport.java 355 Local variable 'litres' could be declared final
45729 src/com/gps/reports/FuelReport.java 357 Potential violation of Law of Demeter (object not created locally)
45730 src/com/gps/reports/FuelReport.java 358 Found 'DU'-anomaly for variable 'iterObj' (lines '358'-'381').
45731 src/com/gps/reports/FuelReport.java 358 Local variable 'iterObj' could be declared final
45732 src/com/gps/reports/FuelReport.java 358 Potential violation of Law of Demeter (object not created locally)
45733 src/com/gps/reports/FuelReport.java 364 Avoid using Literals in Conditional Statements
45734 src/com/gps/reports/FuelReport.java 365 Avoid using if...else statements without curly braces
45735 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45736 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45737 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45738 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45739 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45740 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (method chain calls)
45741 src/com/gps/reports/FuelReport.java 365 Potential violation of Law of Demeter (object not created locally)
45742 src/com/gps/reports/FuelReport.java 365 Useless parentheses.
45743 src/com/gps/reports/FuelReport.java 367 Avoid using if...else statements without curly braces
45744 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45745 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45746 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45747 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45748 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45749 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (method chain calls)
45750 src/com/gps/reports/FuelReport.java 367 Potential violation of Law of Demeter (object not created locally)
45751 src/com/gps/reports/FuelReport.java 367 Useless parentheses.
45752 src/com/gps/reports/FuelReport.java 367 Useless parentheses.
45753 src/com/gps/reports/FuelReport.java 370 Potential violation of Law of Demeter (object not created locally)
45754 src/com/gps/reports/FuelReport.java 374 Avoid instantiating new objects inside loops
45755 src/com/gps/reports/FuelReport.java 374 Local variable 'rangeVO' could be declared final
45756 src/com/gps/reports/FuelReport.java 375 Potential violation of Law of Demeter (method chain calls)
45757 src/com/gps/reports/FuelReport.java 375 Potential violation of Law of Demeter (method chain calls)
45758 src/com/gps/reports/FuelReport.java 376 Potential violation of Law of Demeter (method chain calls)
45759 src/com/gps/reports/FuelReport.java 376 Potential violation of Law of Demeter (method chain calls)
45760 src/com/gps/reports/FuelReport.java 378 There is log block not surrounded by if
45761 src/com/gps/reports/FuelReport.java 378 There is log block not surrounded by if
45762 src/com/gps/reports/FuelReport.java 383 Avoid long parameter lists.
45763 src/com/gps/reports/FuelReport.java 383 Avoid reassigning parameters such as 'volt'
45764 src/com/gps/reports/FuelReport.java 383 Avoid reassigning parameters such as 'volt'
45765 src/com/gps/reports/FuelReport.java 383 Avoid using implementation types like 'ArrayList'; use the interface instead
45766 src/com/gps/reports/FuelReport.java 383 Avoid using implementation types like 'ArrayList'; use the interface instead
45767 src/com/gps/reports/FuelReport.java 383 Avoid using implementation types like 'ArrayList'; use the interface instead
45768 src/com/gps/reports/FuelReport.java 383 Avoid using implementation types like 'Hashtable'; use the interface instead
45769 src/com/gps/reports/FuelReport.java 383 Consider replacing this Hashtable with the newer java.util.Map
45770 src/com/gps/reports/FuelReport.java 383 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
45771 src/com/gps/reports/FuelReport.java 383 Parameter 'calib' is not assigned and could be declared final
45772 src/com/gps/reports/FuelReport.java 383 Parameter 'ignition_on' is not assigned and could be declared final
45773 src/com/gps/reports/FuelReport.java 383 Parameter 'key' is not assigned and could be declared final
45774 src/com/gps/reports/FuelReport.java 383 Parameter 'objects' is not assigned and could be declared final
45775 src/com/gps/reports/FuelReport.java 383 Parameter 'packet' is not assigned and could be declared final
45776 src/com/gps/reports/FuelReport.java 383 Parameter 'temp' is not assigned and could be declared final
45777 src/com/gps/reports/FuelReport.java 383 Parameter 'timetracker' is not assigned and could be declared final
45778 src/com/gps/reports/FuelReport.java 383 Parameter 'type' is not assigned and could be declared final
45779 src/com/gps/reports/FuelReport.java 383 Parameter 'voltage' is not assigned and could be declared final
45780 src/com/gps/reports/FuelReport.java 387 Found 'DD'-anomaly for variable 'rangevalues' (lines '387'-'390').
45781 src/com/gps/reports/FuelReport.java 390 Found 'DU'-anomaly for variable 'rangevalues' (lines '390'-'418').
45782 src/com/gps/reports/FuelReport.java 393 Avoid using Literals in Conditional Statements
45783 src/com/gps/reports/FuelReport.java 395 Useless parentheses.
45784 src/com/gps/reports/FuelReport.java 398 Useless parentheses.
45785 src/com/gps/reports/FuelReport.java 399 A method should have only one exit point, and that should be the last statement in the method
45786 src/com/gps/reports/FuelReport.java 402 A method should have only one exit point, and that should be the last statement in the method
45787 src/com/gps/reports/FuelReport.java 402 Avoid using if...else statements without curly braces
45788 src/com/gps/reports/FuelReport.java 404 Avoid using Literals in Conditional Statements
45789 src/com/gps/reports/FuelReport.java 406 Useless parentheses.
45790 src/com/gps/reports/FuelReport.java 410 Useless parentheses.
45791 src/com/gps/reports/FuelReport.java 411 A method should have only one exit point, and that should be the last statement in the method
45792 src/com/gps/reports/FuelReport.java 414 A method should have only one exit point, and that should be the last statement in the method
45793 src/com/gps/reports/FuelReport.java 414 Avoid using if...else statements without curly braces
45794 src/com/gps/reports/FuelReport.java 417 Avoid using if...else statements without curly braces
45795 src/com/gps/reports/FuelReport.java 422 Avoid long parameter lists.
45796 src/com/gps/reports/FuelReport.java 422 Avoid reassigning parameters such as 'volt'
45797 src/com/gps/reports/FuelReport.java 422 Avoid reassigning parameters such as 'volt'
45798 src/com/gps/reports/FuelReport.java 422 Avoid unused private methods such as 'filterignitionoff(FuelDTO,double,Date,List,Hashtable,ArrayList,ArrayList,ArrayList,int,int)'.
45799 src/com/gps/reports/FuelReport.java 422 Avoid using implementation types like 'ArrayList'; use the interface instead
45800 src/com/gps/reports/FuelReport.java 422 Avoid using implementation types like 'ArrayList'; use the interface instead
45801 src/com/gps/reports/FuelReport.java 422 Avoid using implementation types like 'ArrayList'; use the interface instead
45802 src/com/gps/reports/FuelReport.java 422 Avoid using implementation types like 'Hashtable'; use the interface instead
45803 src/com/gps/reports/FuelReport.java 422 Consider replacing this Hashtable with the newer java.util.Map
45804 src/com/gps/reports/FuelReport.java 422 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
45805 src/com/gps/reports/FuelReport.java 422 Parameter 'calib' is not assigned and could be declared final
45806 src/com/gps/reports/FuelReport.java 422 Parameter 'ignition_on' is not assigned and could be declared final
45807 src/com/gps/reports/FuelReport.java 422 Parameter 'key' is not assigned and could be declared final
45808 src/com/gps/reports/FuelReport.java 422 Parameter 'objects' is not assigned and could be declared final
45809 src/com/gps/reports/FuelReport.java 422 Parameter 'packet' is not assigned and could be declared final
45810 src/com/gps/reports/FuelReport.java 422 Parameter 'temp' is not assigned and could be declared final
45811 src/com/gps/reports/FuelReport.java 422 Parameter 'timetracker' is not assigned and could be declared final
45812 src/com/gps/reports/FuelReport.java 422 Parameter 'type' is not assigned and could be declared final
45813 src/com/gps/reports/FuelReport.java 422 Parameter 'voltage' is not assigned and could be declared final
45814 src/com/gps/reports/FuelReport.java 426 Found 'DD'-anomaly for variable 'rangevalues' (lines '426'-'429').
45815 src/com/gps/reports/FuelReport.java 429 Found 'DU'-anomaly for variable 'rangevalues' (lines '429'-'455').
45816 src/com/gps/reports/FuelReport.java 431 Avoid using Literals in Conditional Statements
45817 src/com/gps/reports/FuelReport.java 433 Useless parentheses.
45818 src/com/gps/reports/FuelReport.java 436 Useless parentheses.
45819 src/com/gps/reports/FuelReport.java 437 A method should have only one exit point, and that should be the last statement in the method
45820 src/com/gps/reports/FuelReport.java 440 A method should have only one exit point, and that should be the last statement in the method
45821 src/com/gps/reports/FuelReport.java 440 Avoid using if...else statements without curly braces
45822 src/com/gps/reports/FuelReport.java 442 Avoid using Literals in Conditional Statements
45823 src/com/gps/reports/FuelReport.java 444 Useless parentheses.
45824 src/com/gps/reports/FuelReport.java 447 Useless parentheses.
45825 src/com/gps/reports/FuelReport.java 448 A method should have only one exit point, and that should be the last statement in the method
45826 src/com/gps/reports/FuelReport.java 451 A method should have only one exit point, and that should be the last statement in the method
45827 src/com/gps/reports/FuelReport.java 451 Avoid using if...else statements without curly braces
45828 src/com/gps/reports/FuelReport.java 454 Avoid using if...else statements without curly braces
45829 src/com/gps/reports/FuelReport.java 459 Avoid long parameter lists.
45830 src/com/gps/reports/FuelReport.java 459 Avoid reassigning parameters such as 'volt'
45831 src/com/gps/reports/FuelReport.java 459 Avoid reassigning parameters such as 'volt'
45832 src/com/gps/reports/FuelReport.java 459 Avoid reassigning parameters such as 'volt'
45833 src/com/gps/reports/FuelReport.java 459 Avoid reassigning parameters such as 'volt'
45834 src/com/gps/reports/FuelReport.java 459 Avoid reassigning parameters such as 'volt'
45835 src/com/gps/reports/FuelReport.java 459 Avoid using implementation types like 'ArrayList'; use the interface instead
45836 src/com/gps/reports/FuelReport.java 459 Avoid using implementation types like 'ArrayList'; use the interface instead
45837 src/com/gps/reports/FuelReport.java 459 Avoid using implementation types like 'ArrayList'; use the interface instead
45838 src/com/gps/reports/FuelReport.java 459 Avoid using implementation types like 'Hashtable'; use the interface instead
45839 src/com/gps/reports/FuelReport.java 459 Consider replacing this Hashtable with the newer java.util.Map
45840 src/com/gps/reports/FuelReport.java 459 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
45841 src/com/gps/reports/FuelReport.java 459 Parameter 'calib' is not assigned and could be declared final
45842 src/com/gps/reports/FuelReport.java 459 Parameter 'ignition_on' is not assigned and could be declared final
45843 src/com/gps/reports/FuelReport.java 459 Parameter 'key' is not assigned and could be declared final
45844 src/com/gps/reports/FuelReport.java 459 Parameter 'objects' is not assigned and could be declared final
45845 src/com/gps/reports/FuelReport.java 459 Parameter 'packet' is not assigned and could be declared final
45846 src/com/gps/reports/FuelReport.java 459 Parameter 'temp' is not assigned and could be declared final
45847 src/com/gps/reports/FuelReport.java 459 Parameter 'timetracker' is not assigned and could be declared final
45848 src/com/gps/reports/FuelReport.java 459 Parameter 'type' is not assigned and could be declared final
45849 src/com/gps/reports/FuelReport.java 459 Parameter 'voltage' is not assigned and could be declared final
45850 src/com/gps/reports/FuelReport.java 463 Found 'DD'-anomaly for variable 'rangevalues' (lines '463'-'466').
45851 src/com/gps/reports/FuelReport.java 466 Found 'DU'-anomaly for variable 'rangevalues' (lines '466'-'509').
45852 src/com/gps/reports/FuelReport.java 473 A method should have only one exit point, and that should be the last statement in the method
45853 src/com/gps/reports/FuelReport.java 477 Avoid using Literals in Conditional Statements
45854 src/com/gps/reports/FuelReport.java 480 Useless parentheses.
45855 src/com/gps/reports/FuelReport.java 480 Useless parentheses.
45856 src/com/gps/reports/FuelReport.java 483 A method should have only one exit point, and that should be the last statement in the method
45857 src/com/gps/reports/FuelReport.java 485 Useless parentheses.
45858 src/com/gps/reports/FuelReport.java 488 Useless parentheses.
45859 src/com/gps/reports/FuelReport.java 489 A method should have only one exit point, and that should be the last statement in the method
45860 src/com/gps/reports/FuelReport.java 492 Avoid using Literals in Conditional Statements
45861 src/com/gps/reports/FuelReport.java 495 Useless parentheses.
45862 src/com/gps/reports/FuelReport.java 495 Useless parentheses.
45863 src/com/gps/reports/FuelReport.java 498 A method should have only one exit point, and that should be the last statement in the method
45864 src/com/gps/reports/FuelReport.java 500 Useless parentheses.
45865 src/com/gps/reports/FuelReport.java 503 Useless parentheses.
45866 src/com/gps/reports/FuelReport.java 504 A method should have only one exit point, and that should be the last statement in the method
45867 src/com/gps/reports/FuelReport.java 512 Avoid long parameter lists.
45868 src/com/gps/reports/FuelReport.java 512 Avoid reassigning parameters such as 'volt'
45869 src/com/gps/reports/FuelReport.java 512 Avoid reassigning parameters such as 'volt'
45870 src/com/gps/reports/FuelReport.java 512 Avoid reassigning parameters such as 'volt'
45871 src/com/gps/reports/FuelReport.java 512 Avoid reassigning parameters such as 'volt'
45872 src/com/gps/reports/FuelReport.java 512 Avoid unused method parameters such as 'temp'.
45873 src/com/gps/reports/FuelReport.java 512 Avoid using implementation types like 'ArrayList'; use the interface instead
45874 src/com/gps/reports/FuelReport.java 512 Avoid using implementation types like 'ArrayList'; use the interface instead
45875 src/com/gps/reports/FuelReport.java 512 Avoid using implementation types like 'ArrayList'; use the interface instead
45876 src/com/gps/reports/FuelReport.java 512 Avoid using implementation types like 'Hashtable'; use the interface instead
45877 src/com/gps/reports/FuelReport.java 512 Consider replacing this Hashtable with the newer java.util.Map
45878 src/com/gps/reports/FuelReport.java 512 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'ignition_on' is not final.
45879 src/com/gps/reports/FuelReport.java 512 Parameter 'ignition_on' is not assigned and could be declared final
45880 src/com/gps/reports/FuelReport.java 512 Parameter 'key' is not assigned and could be declared final
45881 src/com/gps/reports/FuelReport.java 512 Parameter 'objects' is not assigned and could be declared final
45882 src/com/gps/reports/FuelReport.java 512 Parameter 'packet' is not assigned and could be declared final
45883 src/com/gps/reports/FuelReport.java 512 Parameter 'rangevalues' is not assigned and could be declared final
45884 src/com/gps/reports/FuelReport.java 512 Parameter 'temp' is not assigned and could be declared final
45885 src/com/gps/reports/FuelReport.java 512 Parameter 'timetracker' is not assigned and could be declared final
45886 src/com/gps/reports/FuelReport.java 512 Parameter 'type' is not assigned and could be declared final
45887 src/com/gps/reports/FuelReport.java 512 Parameter 'voltage' is not assigned and could be declared final
45888 src/com/gps/reports/FuelReport.java 512 The method 'calldistcalc' has a Cyclomatic Complexity of 17.
45889 src/com/gps/reports/FuelReport.java 512 The method calldistcalc() has an NPath complexity of 480
45890 src/com/gps/reports/FuelReport.java 515 Found 'DD'-anomaly for variable 'time' (lines '515'-'527').
45891 src/com/gps/reports/FuelReport.java 515 Found 'DD'-anomaly for variable 'time' (lines '515'-'555').
45892 src/com/gps/reports/FuelReport.java 515 Found 'DD'-anomaly for variable 'time1' (lines '515'-'548').
45893 src/com/gps/reports/FuelReport.java 515 Found 'DU'-anomaly for variable 'time' (lines '515'-'610').
45894 src/com/gps/reports/FuelReport.java 515 Found 'DU'-anomaly for variable 'time1' (lines '515'-'610').
45895 src/com/gps/reports/FuelReport.java 515 Use one line for each declaration, it enhances code readability.
45896 src/com/gps/reports/FuelReport.java 516 Found 'DD'-anomaly for variable 'srclat' (lines '516'-'528').
45897 src/com/gps/reports/FuelReport.java 516 Found 'DD'-anomaly for variable 'srclong' (lines '516'-'529').
45898 src/com/gps/reports/FuelReport.java 516 Use one line for each declaration, it enhances code readability.
45899 src/com/gps/reports/FuelReport.java 517 Found 'DD'-anomaly for variable 'dist' (lines '517'-'551').
45900 src/com/gps/reports/FuelReport.java 517 Found 'DD'-anomaly for variable 'dist' (lines '517'-'560').
45901 src/com/gps/reports/FuelReport.java 517 Found 'DU'-anomaly for variable 'dist' (lines '517'-'610').
45902 src/com/gps/reports/FuelReport.java 517 Use one line for each declaration, it enhances code readability.
45903 src/com/gps/reports/FuelReport.java 518 Avoid variables with short names like i
45904 src/com/gps/reports/FuelReport.java 521 Useless parentheses.
45905 src/com/gps/reports/FuelReport.java 523 Avoid using Literals in Conditional Statements
45906 src/com/gps/reports/FuelReport.java 525 Potential violation of Law of Demeter (method chain calls)
45907 src/com/gps/reports/FuelReport.java 525 These nested if statements could be combined
45908 src/com/gps/reports/FuelReport.java 528 Potential violation of Law of Demeter (method chain calls)
45909 src/com/gps/reports/FuelReport.java 529 Potential violation of Law of Demeter (method chain calls)
45910 src/com/gps/reports/FuelReport.java 537 Potential violation of Law of Demeter (method chain calls)
45911 src/com/gps/reports/FuelReport.java 538 Potential violation of Law of Demeter (method chain calls)
45912 src/com/gps/reports/FuelReport.java 549 Potential violation of Law of Demeter (object not created locally)
45913 src/com/gps/reports/FuelReport.java 551 Potential violation of Law of Demeter (method chain calls)
45914 src/com/gps/reports/FuelReport.java 551 Potential violation of Law of Demeter (method chain calls)
45915 src/com/gps/reports/FuelReport.java 551 Potential violation of Law of Demeter (method chain calls)
45916 src/com/gps/reports/FuelReport.java 551 Potential violation of Law of Demeter (method chain calls)
45917 src/com/gps/reports/FuelReport.java 556 Potential violation of Law of Demeter (method chain calls)
45918 src/com/gps/reports/FuelReport.java 557 Potential violation of Law of Demeter (method chain calls)
45919 src/com/gps/reports/FuelReport.java 569 Avoid using Literals in Conditional Statements
45920 src/com/gps/reports/FuelReport.java 575 A method should have only one exit point, and that should be the last statement in the method
45921 src/com/gps/reports/FuelReport.java 577 Useless parentheses.
45922 src/com/gps/reports/FuelReport.java 577 Useless parentheses.
45923 src/com/gps/reports/FuelReport.java 577 Useless parentheses.
45924 src/com/gps/reports/FuelReport.java 577 Useless parentheses.
45925 src/com/gps/reports/FuelReport.java 577 Useless parentheses.
45926 src/com/gps/reports/FuelReport.java 579 Comment is too large: Line too long
45927 src/com/gps/reports/FuelReport.java 581 A method should have only one exit point, and that should be the last statement in the method
45928 src/com/gps/reports/FuelReport.java 586 A method should have only one exit point, and that should be the last statement in the method
45929 src/com/gps/reports/FuelReport.java 596 A method should have only one exit point, and that should be the last statement in the method
45930 src/com/gps/reports/FuelReport.java 598 Useless parentheses.
45931 src/com/gps/reports/FuelReport.java 598 Useless parentheses.
45932 src/com/gps/reports/FuelReport.java 598 Useless parentheses.
45933 src/com/gps/reports/FuelReport.java 598 Useless parentheses.
45934 src/com/gps/reports/FuelReport.java 598 Useless parentheses.
45935 src/com/gps/reports/FuelReport.java 600 Comment is too large: Line too long
45936 src/com/gps/reports/FuelReport.java 602 A method should have only one exit point, and that should be the last statement in the method
45937 src/com/gps/reports/FuelReport.java 612 Parameter 'destlat' is not assigned and could be declared final
45938 src/com/gps/reports/FuelReport.java 612 Parameter 'destlong' is not assigned and could be declared final
45939 src/com/gps/reports/FuelReport.java 612 Parameter 'slat' is not assigned and could be declared final
45940 src/com/gps/reports/FuelReport.java 612 Parameter 'slong' is not assigned and could be declared final
45941 src/com/gps/reports/FuelReport.java 616 Local variable 'earthRadius' could be declared final
45942 src/com/gps/reports/FuelReport.java 617 Local variable 'dLat' could be declared final
45943 src/com/gps/reports/FuelReport.java 618 Local variable 'dLng' could be declared final
45944 src/com/gps/reports/FuelReport.java 619 Avoid variables with short names like a
45945 src/com/gps/reports/FuelReport.java 619 Local variable 'a' could be declared final
45946 src/com/gps/reports/FuelReport.java 619 Useless parentheses.
45947 src/com/gps/reports/FuelReport.java 620 Avoid variables with short names like c
45948 src/com/gps/reports/FuelReport.java 620 Local variable 'c' could be declared final
45949 src/com/gps/reports/FuelReport.java 620 Useless parentheses.
45950 src/com/gps/reports/FuelReport.java 621 Local variable 'dist' could be declared final
45951 src/com/gps/reports/FuelReport.java 621 Useless parentheses.
45952 src/com/gps/reports/FuelReport.java 622 Consider simply returning the value vs storing it in local variable 'dist'
45953 src/com/gps/reports/FuelReport.java 626 Parameter 'cbList' is not assigned and could be declared final
45954 src/com/gps/reports/FuelReport.java 626 Parameter 'current' is not assigned and could be declared final
45955 src/com/gps/reports/FuelReport.java 626 Parameter 'type' is not assigned and could be declared final
45956 src/com/gps/reports/FuelReport.java 626 publicMethodCommentRequirement Required
45957 src/com/gps/reports/FuelReport.java 628 Found 'DD'-anomaly for variable 'rangevalues' (lines '628'-'652').
45958 src/com/gps/reports/FuelReport.java 628 Found 'DD'-anomaly for variable 'rangevalues' (lines '628'-'659').
45959 src/com/gps/reports/FuelReport.java 629 Found 'DD'-anomaly for variable 'index' (lines '629'-'635').
45960 src/com/gps/reports/FuelReport.java 629 Found 'DD'-anomaly for variable 'index' (lines '629'-'643').
45961 src/com/gps/reports/FuelReport.java 631 Avoid using Literals in Conditional Statements
45962 src/com/gps/reports/FuelReport.java 633 Potential violation of Law of Demeter (method chain calls)
45963 src/com/gps/reports/FuelReport.java 641 Potential violation of Law of Demeter (method chain calls)
45964 src/com/gps/reports/FuelReport.java 650 Avoid using Literals in Conditional Statements
45965 src/com/gps/reports/FuelReport.java 652 Found 'DD'-anomaly for variable 'rangevalues' (lines '652'-'653').
45966 src/com/gps/reports/FuelReport.java 652 Potential violation of Law of Demeter (method chain calls)
45967 src/com/gps/reports/FuelReport.java 653 Found 'DD'-anomaly for variable 'rangevalues' (lines '653'-'654').
45968 src/com/gps/reports/FuelReport.java 653 Potential violation of Law of Demeter (method chain calls)
45969 src/com/gps/reports/FuelReport.java 654 Found 'DD'-anomaly for variable 'rangevalues' (lines '654'-'655').
45970 src/com/gps/reports/FuelReport.java 654 Potential violation of Law of Demeter (method chain calls)
45971 src/com/gps/reports/FuelReport.java 655 Potential violation of Law of Demeter (method chain calls)
45972 src/com/gps/reports/FuelReport.java 659 Found 'DD'-anomaly for variable 'rangevalues' (lines '659'-'660').
45973 src/com/gps/reports/FuelReport.java 659 Potential violation of Law of Demeter (method chain calls)
45974 src/com/gps/reports/FuelReport.java 660 Found 'DD'-anomaly for variable 'rangevalues' (lines '660'-'661').
45975 src/com/gps/reports/FuelReport.java 660 Potential violation of Law of Demeter (method chain calls)
45976 src/com/gps/reports/FuelReport.java 661 Found 'DD'-anomaly for variable 'rangevalues' (lines '661'-'662').
45977 src/com/gps/reports/FuelReport.java 661 Potential violation of Law of Demeter (method chain calls)
45978 src/com/gps/reports/FuelReport.java 662 Potential violation of Law of Demeter (method chain calls)
45979 src/com/gps/reports/FuelReport.java 671 Parameter 'args' is not assigned and could be declared final
45980 src/com/gps/reports/FuelReport.java 673 Local variable 'report' could be declared final
45981 src/com/gps/reports/FuelReport.java 674 Local variable 'inputs' could be declared final
45982 src/com/gps/reports/FuelTester.java 3 Avoid unused imports such as 'java.sql.Connection'
45983 src/com/gps/reports/FuelTester.java 4 Avoid unused imports such as 'java.sql.ResultSet'
45984 src/com/gps/reports/FuelTester.java 5 Avoid unused imports such as 'java.sql.SQLException'
45985 src/com/gps/reports/FuelTester.java 6 Avoid unused imports such as 'java.sql.Statement'
45986 src/com/gps/reports/FuelTester.java 9 Avoid unused imports such as 'java.util.Hashtable'
45987 src/com/gps/reports/FuelTester.java 16 Avoid unused imports such as 'com.gps.dao.VehicleProcessDAO'
45988 src/com/gps/reports/FuelTester.java 20 The class 'FuelTester' has a Cyclomatic Complexity of 14 (Highest = 13).
45989 src/com/gps/reports/FuelTester.java 20 headerCommentRequirement Required
45990 src/com/gps/reports/FuelTester.java 21 The Logger variable declaration does not contain the static and final modifiers
45991 src/com/gps/reports/FuelTester.java 21 fieldCommentRequirement Required
45992 src/com/gps/reports/FuelTester.java 23 Method names should not start with capital letters
45993 src/com/gps/reports/FuelTester.java 23 Parameter 'fromDate' is not assigned and could be declared final
45994 src/com/gps/reports/FuelTester.java 23 Parameter 'sess' is not assigned and could be declared final
45995 src/com/gps/reports/FuelTester.java 23 Parameter 'toDate' is not assigned and could be declared final
45996 src/com/gps/reports/FuelTester.java 23 Parameter 'vehicle' is not assigned and could be declared final
45997 src/com/gps/reports/FuelTester.java 23 Parameter 'whereQry' is not assigned and could be declared final
45998 src/com/gps/reports/FuelTester.java 23 The method 'GetFuel' has a Cyclomatic Complexity of 13.
45999 src/com/gps/reports/FuelTester.java 23 publicMethodCommentRequirement Required
46000 src/com/gps/reports/FuelTester.java 25 Avoid variables with short names like ls
46001 src/com/gps/reports/FuelTester.java 25 Local variable 'ls' could be declared final
46002 src/com/gps/reports/FuelTester.java 29 Avoid if (x != y) ..; else ..;
46003 src/com/gps/reports/FuelTester.java 29 Position literals first in String comparisons
46004 src/com/gps/reports/FuelTester.java 31 There is log block not surrounded by if
46005 src/com/gps/reports/FuelTester.java 31 There is log block not surrounded by if
46006 src/com/gps/reports/FuelTester.java 36 There is log block not surrounded by if
46007 src/com/gps/reports/FuelTester.java 36 There is log block not surrounded by if
46008 src/com/gps/reports/FuelTester.java 39 Local variable 'pcktList' could be declared final
46009 src/com/gps/reports/FuelTester.java 39 Potential violation of Law of Demeter (object not created locally)
46010 src/com/gps/reports/FuelTester.java 40 Potential violation of Law of Demeter (object not created locally)
46011 src/com/gps/reports/FuelTester.java 40 There is log block not surrounded by if
46012 src/com/gps/reports/FuelTester.java 40 There is log block not surrounded by if
46013 src/com/gps/reports/FuelTester.java 41 Potential violation of Law of Demeter (object not created locally)
46014 src/com/gps/reports/FuelTester.java 43 Local variable 'row' could be declared final
46015 src/com/gps/reports/FuelTester.java 43 Potential violation of Law of Demeter (object not created locally)
46016 src/com/gps/reports/FuelTester.java 46 Local variable 'str' could be declared final
46017 src/com/gps/reports/FuelTester.java 47 Local variable 'strCrtn' could be declared final
46018 src/com/gps/reports/FuelTester.java 48 Local variable 'speed' could be declared final
46019 src/com/gps/reports/FuelTester.java 50 Local variable 'lat' could be declared final
46020 src/com/gps/reports/FuelTester.java 51 Local variable 'lon' could be declared final
46021 src/com/gps/reports/FuelTester.java 52 Avoid instantiating new objects inside loops
46022 src/com/gps/reports/FuelTester.java 52 Local variable 'alStr' could be declared final
46023 src/com/gps/reports/FuelTester.java 53 Avoid variables with short names like s
46024 src/com/gps/reports/FuelTester.java 53 Found 'DU'-anomaly for variable 's' (lines '53'-'95').
46025 src/com/gps/reports/FuelTester.java 54 Found 'DU'-anomaly for variable 'allowDOT' (lines '54'-'95').
46026 src/com/gps/reports/FuelTester.java 59 Potential violation of Law of Demeter (method chain calls)
46027 src/com/gps/reports/FuelTester.java 59 Potential violation of Law of Demeter (method chain calls)
46028 src/com/gps/reports/FuelTester.java 59 Potential violation of Law of Demeter (method chain calls)
46029 src/com/gps/reports/FuelTester.java 59 Potential violation of Law of Demeter (method chain calls)
46030 src/com/gps/reports/FuelTester.java 59 Useless parentheses.
46031 src/com/gps/reports/FuelTester.java 59 Useless parentheses.
46032 src/com/gps/reports/FuelTester.java 61 Prefer StringBuffer over += for concatenating strings
46033 src/com/gps/reports/FuelTester.java 62 Avoid using if statements without curly braces
46034 src/com/gps/reports/FuelTester.java 62 Potential violation of Law of Demeter (method chain calls)
46035 src/com/gps/reports/FuelTester.java 62 Potential violation of Law of Demeter (method chain calls)
46036 src/com/gps/reports/FuelTester.java 63 Found 'DD'-anomaly for variable 'allowDOT' (lines '63'-'54').
46037 src/com/gps/reports/FuelTester.java 63 Found 'DU'-anomaly for variable 'allowDOT' (lines '63'-'95').
46038 src/com/gps/reports/FuelTester.java 67 Found 'DD'-anomaly for variable 'allowDOT' (lines '67'-'54').
46039 src/com/gps/reports/FuelTester.java 67 Found 'DU'-anomaly for variable 'allowDOT' (lines '67'-'95').
46040 src/com/gps/reports/FuelTester.java 68 Position literals first in String comparisons
46041 src/com/gps/reports/FuelTester.java 68 Potential violation of Law of Demeter (object not created locally)
46042 src/com/gps/reports/FuelTester.java 69 Potential violation of Law of Demeter (object not created locally)
46043 src/com/gps/reports/FuelTester.java 70 Found 'DD'-anomaly for variable 's' (lines '70'-'53').
46044 src/com/gps/reports/FuelTester.java 70 Found 'DU'-anomaly for variable 's' (lines '70'-'95').
46045 src/com/gps/reports/FuelTester.java 74 Avoid variables with short names like k
46046 src/com/gps/reports/FuelTester.java 74 Found 'DD'-anomaly for variable 'k' (lines '74'-'74').
46047 src/com/gps/reports/FuelTester.java 74 Found 'DU'-anomaly for variable 'k' (lines '74'-'95').
46048 src/com/gps/reports/FuelTester.java 75 Avoid unused local variables such as 'strT'.
46049 src/com/gps/reports/FuelTester.java 75 Local variable 'strT' could be declared final
46050 src/com/gps/reports/FuelTester.java 77 Potential violation of Law of Demeter (object not created locally)
46051 src/com/gps/reports/FuelTester.java 79 Potential violation of Law of Demeter (object not created locally)
46052 src/com/gps/reports/FuelTester.java 81 Found 'DD'-anomaly for variable 'k' (lines '81'-'74').
46053 src/com/gps/reports/FuelTester.java 81 Found 'DU'-anomaly for variable 'k' (lines '81'-'95').
46054 src/com/gps/reports/FuelTester.java 83 Local variable 'totVolt' could be declared final
46055 src/com/gps/reports/FuelTester.java 83 Potential violation of Law of Demeter (object not created locally)
46056 src/com/gps/reports/FuelTester.java 84 Avoid instantiating new objects inside loops
46057 src/com/gps/reports/FuelTester.java 84 Local variable 'fuelObj' could be declared final
46058 src/com/gps/reports/FuelTester.java 85 Potential violation of Law of Demeter (object not created locally)
46059 src/com/gps/reports/FuelTester.java 87 Potential violation of Law of Demeter (object not created locally)
46060 src/com/gps/reports/FuelTester.java 87 There is log block not surrounded by if
46061 src/com/gps/reports/FuelTester.java 87 There is log block not surrounded by if
46062 src/com/gps/reports/FuelTester.java 88 A method should have only one exit point, and that should be the last statement in the method
46063 src/com/gps/reports/FuelTester.java 90 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46064 src/com/gps/reports/FuelTester.java 92 Avoid printStackTrace(); use a logger call instead.
46065 src/com/gps/reports/FuelTester.java 92 Potential violation of Law of Demeter (object not created locally)
46066 src/com/gps/reports/GeofenceReport.java 8 headerCommentRequirement Required
46067 src/com/gps/reports/GeofenceReport.java 10 Found non-transient, non-static member. Please mark as transient or provide accessors.
46068 src/com/gps/reports/GeofenceReport.java 10 Perhaps 'fenceId' could be replaced by a local variable.
46069 src/com/gps/reports/GeofenceReport.java 10 fieldCommentRequirement Required
46070 src/com/gps/reports/GeofenceReport.java 11 Found non-transient, non-static member. Please mark as transient or provide accessors.
46071 src/com/gps/reports/GeofenceReport.java 11 Perhaps 'toDate' could be replaced by a local variable.
46072 src/com/gps/reports/GeofenceReport.java 11 fieldCommentRequirement Required
46073 src/com/gps/reports/GeofenceReport.java 12 Found non-transient, non-static member. Please mark as transient or provide accessors.
46074 src/com/gps/reports/GeofenceReport.java 12 Perhaps 'fromDate' could be replaced by a local variable.
46075 src/com/gps/reports/GeofenceReport.java 12 fieldCommentRequirement Required
46076 src/com/gps/reports/GeofenceReport.java 19 Parameter 'reportInputs' is not assigned and could be declared final
46077 src/com/gps/reports/GeofenceReport.java 22 Found 'DD'-anomaly for variable 'fenceVehicleList' (lines '22'-'30').
46078 src/com/gps/reports/GeofenceReport.java 25 Potential violation of Law of Demeter (method chain calls)
46079 src/com/gps/reports/GeofenceReport.java 25 Potential violation of Law of Demeter (method chain calls)
46080 src/com/gps/reports/GeofenceReport.java 26 Potential violation of Law of Demeter (method chain calls)
46081 src/com/gps/reports/GeofenceReport.java 27 Potential violation of Law of Demeter (method chain calls)
46082 src/com/gps/reports/GeofenceReport.java 30 Potential violation of Law of Demeter (object not created locally)
46083 src/com/gps/reports/GeofenceReport.java 32 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46084 src/com/gps/reports/GeofenceReport.java 34 Avoid printStackTrace(); use a logger call instead.
46085 src/com/gps/reports/GeofenceReport.java 34 Potential violation of Law of Demeter (object not created locally)
46086 src/com/gps/reports/IReports.java 8 Avoid modifiers which are implied by the context
46087 src/com/gps/reports/IReports.java 8 publicMethodCommentRequirement Required
46088 src/com/gps/reports/JSONConverter.java 3 Avoid unused imports such as 'java.io.File'
46089 src/com/gps/reports/JSONConverter.java 5 Avoid unused imports such as 'java.util.ArrayList'
46090 src/com/gps/reports/JSONConverter.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
46091 src/com/gps/reports/JSONConverter.java 15 Perhaps 'jsonData' could be replaced by a local variable.
46092 src/com/gps/reports/JSONConverter.java 15 fieldCommentRequirement Required
46093 src/com/gps/reports/JSONConverter.java 16 The Logger variable declaration does not contain the static and final modifiers
46094 src/com/gps/reports/JSONConverter.java 16 fieldCommentRequirement Required
46095 src/com/gps/reports/JSONConverter.java 20 Parameter 'data' is not assigned and could be declared final
46096 src/com/gps/reports/JSONConverter.java 23 There is log block not surrounded by if
46097 src/com/gps/reports/JSONConverter.java 23 There is log block not surrounded by if
46098 src/com/gps/reports/JSONConverter.java 27 There is log block not surrounded by if
46099 src/com/gps/reports/JSONConverter.java 27 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
46100 src/com/gps/reports/JSONConverter.java 29 Comment is too large: Line too long
46101 src/com/gps/reports/JSONConverter.java 30 Potential violation of Law of Demeter (object not created locally)
46102 src/com/gps/reports/JSONConverter.java 31 There is log block not surrounded by if
46103 src/com/gps/reports/JSONConverter.java 31 There is log block not surrounded by if
46104 src/com/gps/reports/JSONConverter.java 33 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46105 src/com/gps/reports/JSONConverter.java 35 Avoid printStackTrace(); use a logger call instead.
46106 src/com/gps/reports/JSONConverter.java 35 Potential violation of Law of Demeter (object not created locally)
46107 src/com/gps/reports/JSONConverter.java 41 Document empty method
46108 src/com/gps/reports/JSONConverter.java 41 Parameter 'args' is not assigned and could be declared final
46109 src/com/gps/reports/JSONConverter.java 41 publicMethodCommentRequirement Required
46110 src/com/gps/reports/ReportFactory.java 6 A class which only has private constructors should be final
46111 src/com/gps/reports/ReportFactory.java 8 The Logger variable declaration does not contain the static and final modifiers
46112 src/com/gps/reports/ReportFactory.java 8 fieldCommentRequirement Required
46113 src/com/gps/reports/ReportFactory.java 9 It is somewhat confusing to have a field name matching the declaring class name
46114 src/com/gps/reports/ReportFactory.java 9 fieldCommentRequirement Required
46115 src/com/gps/reports/ReportFactory.java 10 Found non-transient, non-static member. Please mark as transient or provide accessors.
46116 src/com/gps/reports/ReportFactory.java 10 Use explicit scoping instead of the default package private level
46117 src/com/gps/reports/ReportFactory.java 10 fieldCommentRequirement Required
46118 src/com/gps/reports/ReportFactory.java 14 There is log block not surrounded by if
46119 src/com/gps/reports/ReportFactory.java 14 debug logging that involves string concatenation should be guarded with isDebugEnabled() checks
46120 src/com/gps/reports/ReportFactory.java 17 publicMethodCommentRequirement Required
46121 src/com/gps/reports/ReportFactory.java 19 Singleton is not thread safe
46122 src/com/gps/reports/ReportFactory.java 28 Parameter 'type' is not assigned and could be declared final
46123 src/com/gps/reports/ReportFactory.java 28 publicMethodCommentRequirement Required
46124 src/com/gps/reports/ReportFactory.java 31 Avoid variables with short names like c
46125 src/com/gps/reports/ReportFactory.java 32 Found 'DD'-anomaly for variable 'report' (lines '32'-'41').
46126 src/com/gps/reports/ReportFactory.java 41 Potential violation of Law of Demeter (object not created locally)
46127 src/com/gps/reports/ReportFactory.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46128 src/com/gps/reports/ReportFactory.java 46 Avoid printStackTrace(); use a logger call instead.
46129 src/com/gps/reports/ReportFactory.java 46 Potential violation of Law of Demeter (object not created locally)
46130 src/com/gps/reports/ReportHelper.java 22 fieldCommentRequirement Required
46131 src/com/gps/reports/ReportHelper.java 23 The Logger variable declaration does not contain the static and final modifiers
46132 src/com/gps/reports/ReportHelper.java 23 fieldCommentRequirement Required
46133 src/com/gps/reports/ReportHelper.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
46134 src/com/gps/reports/ReportHelper.java 24 Use explicit scoping instead of the default package private level
46135 src/com/gps/reports/ReportHelper.java 24 fieldCommentRequirement Required
46136 src/com/gps/reports/ReportHelper.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
46137 src/com/gps/reports/ReportHelper.java 25 Use explicit scoping instead of the default package private level
46138 src/com/gps/reports/ReportHelper.java 25 fieldCommentRequirement Required
46139 src/com/gps/reports/ReportHelper.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
46140 src/com/gps/reports/ReportHelper.java 26 Use explicit scoping instead of the default package private level
46141 src/com/gps/reports/ReportHelper.java 26 fieldCommentRequirement Required
46142 src/com/gps/reports/ReportHelper.java 28 Parameter 'reportType' is not assigned and could be declared final
46143 src/com/gps/reports/ReportHelper.java 28 publicMethodCommentRequirement Required
46144 src/com/gps/reports/ReportHelper.java 30 Local variable 'doc' could be declared final
46145 src/com/gps/reports/ReportHelper.java 34 Potential violation of Law of Demeter (method chain calls)
46146 src/com/gps/reports/ReportHelper.java 41 Local variable 'nodes' could be declared final
46147 src/com/gps/reports/ReportHelper.java 43 Potential violation of Law of Demeter (method chain calls)
46148 src/com/gps/reports/ReportHelper.java 43 Potential violation of Law of Demeter (method chain calls)
46149 src/com/gps/reports/ReportHelper.java 43 Potential violation of Law of Demeter (object not created locally)
46150 src/com/gps/reports/ReportHelper.java 43 There is log block not surrounded by if
46151 src/com/gps/reports/ReportHelper.java 43 There is log block not surrounded by if
46152 src/com/gps/reports/ReportHelper.java 44 A method should have only one exit point, and that should be the last statement in the method
46153 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (method chain calls)
46154 src/com/gps/reports/ReportHelper.java 44 Potential violation of Law of Demeter (object not created locally)
46155 src/com/gps/reports/ReportHelper.java 47 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46156 src/com/gps/reports/ReportHelper.java 49 There is log block not surrounded by if
46157 src/com/gps/reports/ReportHelper.java 50 Avoid printStackTrace(); use a logger call instead.
46158 src/com/gps/reports/ReportHelper.java 50 Potential violation of Law of Demeter (object not created locally)
46159 src/com/gps/reports/ReportHelper.java 60 Local variable 'dbf' could be declared final
46160 src/com/gps/reports/ReportHelper.java 61 Avoid variables with short names like db
46161 src/com/gps/reports/ReportHelper.java 62 Found 'DD'-anomaly for variable 'document' (lines '62'-'69').
46162 src/com/gps/reports/ReportHelper.java 63 Avoid variables with short names like is
46163 src/com/gps/reports/ReportHelper.java 66 Potential violation of Law of Demeter (object not created locally)
46164 src/com/gps/reports/ReportHelper.java 67 Potential violation of Law of Demeter (object not created locally)
46165 src/com/gps/reports/ReportHelper.java 69 Potential violation of Law of Demeter (object not created locally)
46166 src/com/gps/reports/ReportHelper.java 74 Potential violation of Law of Demeter (object not created locally)
46167 src/com/gps/reports/ReportHelper.java 74 There is log block not surrounded by if
46168 src/com/gps/reports/ReportHelper.java 78 Potential violation of Law of Demeter (object not created locally)
46169 src/com/gps/reports/ReportHelper.java 78 There is log block not surrounded by if
46170 src/com/gps/reports/ReportHelper.java 81 Potential violation of Law of Demeter (object not created locally)
46171 src/com/gps/reports/ReportHelper.java 81 There is log block not surrounded by if
46172 src/com/gps/reports/ReportHelper.java 87 Parameter 'args' is not assigned and could be declared final
46173 src/com/gps/reports/ReportHelper.java 87 publicMethodCommentRequirement Required
46174 src/com/gps/reports/ReportHelper.java 89 Local variable 'helper' could be declared final
46175 src/com/gps/reports/ReportsAction.java 1 A high number of imports can indicate a high degree of coupling within an object.
46176 src/com/gps/reports/ReportsAction.java 1 Possible God class (WMC=133, ATFD=124, TCC=0.10048076923076923)
46177 src/com/gps/reports/ReportsAction.java 1 This class has a bunch of public methods and attributes
46178 src/com/gps/reports/ReportsAction.java 5 Avoid unused imports such as 'java.io.BufferedWriter'
46179 src/com/gps/reports/ReportsAction.java 6 Avoid unused imports such as 'java.io.FileWriter'
46180 src/com/gps/reports/ReportsAction.java 7 Avoid unused imports such as 'java.io.IOException'
46181 src/com/gps/reports/ReportsAction.java 8 Avoid unused imports such as 'java.net.URISyntaxException'
46182 src/com/gps/reports/ReportsAction.java 9 Avoid unused imports such as 'java.security.InvalidKeyException'
46183 src/com/gps/reports/ReportsAction.java 10 Avoid unused imports such as 'java.security.NoSuchAlgorithmException'
46184 src/com/gps/reports/ReportsAction.java 19 Avoid unused imports such as 'javax.tools.JavaFileManager.Location'
46185 src/com/gps/reports/ReportsAction.java 27 Avoid unused imports such as 'com.gps.dao.UserTripDAO'
46186 src/com/gps/reports/ReportsAction.java 44 Avoid unused imports such as 'com.gps.vo.TripUserInfo'
46187 src/com/gps/reports/ReportsAction.java 47 Avoid unused imports such as 'org.jfree.util.Log'
46188 src/com/gps/reports/ReportsAction.java 48 Avoid unused imports such as 'org.json.JSONException'
46189 src/com/gps/reports/ReportsAction.java 56 Avoid really long classes.
46190 src/com/gps/reports/ReportsAction.java 56 The class 'ReportsAction' has a Cyclomatic Complexity of 2 (Highest = 14).
46191 src/com/gps/reports/ReportsAction.java 56 Too many fields
46192 src/com/gps/reports/ReportsAction.java 57 This class has too many methods, consider refactoring it.
46193 src/com/gps/reports/ReportsAction.java 62 fieldCommentRequirement Required
46194 src/com/gps/reports/ReportsAction.java 63 fieldCommentRequirement Required
46195 src/com/gps/reports/ReportsAction.java 64 fieldCommentRequirement Required
46196 src/com/gps/reports/ReportsAction.java 65 Avoid variables with short names like ed
46197 src/com/gps/reports/ReportsAction.java 65 fieldCommentRequirement Required
46198 src/com/gps/reports/ReportsAction.java 66 fieldCommentRequirement Required
46199 src/com/gps/reports/ReportsAction.java 67 fieldCommentRequirement Required
46200 src/com/gps/reports/ReportsAction.java 68 fieldCommentRequirement Required
46201 src/com/gps/reports/ReportsAction.java 69 fieldCommentRequirement Required
46202 src/com/gps/reports/ReportsAction.java 70 fieldCommentRequirement Required
46203 src/com/gps/reports/ReportsAction.java 71 fieldCommentRequirement Required
46204 src/com/gps/reports/ReportsAction.java 72 fieldCommentRequirement Required
46205 src/com/gps/reports/ReportsAction.java 73 Use explicit scoping instead of the default package private level
46206 src/com/gps/reports/ReportsAction.java 73 fieldCommentRequirement Required
46207 src/com/gps/reports/ReportsAction.java 74 fieldCommentRequirement Required
46208 src/com/gps/reports/ReportsAction.java 75 The Logger variable declaration does not contain the static and final modifiers
46209 src/com/gps/reports/ReportsAction.java 75 fieldCommentRequirement Required
46210 src/com/gps/reports/ReportsAction.java 76 Found non-transient, non-static member. Please mark as transient or provide accessors.
46211 src/com/gps/reports/ReportsAction.java 76 Perhaps 'speedVehicleList' could be replaced by a local variable.
46212 src/com/gps/reports/ReportsAction.java 76 fieldCommentRequirement Required
46213 src/com/gps/reports/ReportsAction.java 77 Avoid using redundant field initializer for 'tripDistList'
46214 src/com/gps/reports/ReportsAction.java 77 Use explicit scoping instead of the default package private level
46215 src/com/gps/reports/ReportsAction.java 77 fieldCommentRequirement Required
46216 src/com/gps/reports/ReportsAction.java 78 fieldCommentRequirement Required
46217 src/com/gps/reports/ReportsAction.java 79 fieldCommentRequirement Required
46218 src/com/gps/reports/ReportsAction.java 80 fieldCommentRequirement Required
46219 src/com/gps/reports/ReportsAction.java 81 Avoid using redundant field initializer for 'from'
46220 src/com/gps/reports/ReportsAction.java 81 fieldCommentRequirement Required
46221 src/com/gps/reports/ReportsAction.java 82 Avoid using redundant field initializer for 'to'
46222 src/com/gps/reports/ReportsAction.java 82 Avoid variables with short names like to
46223 src/com/gps/reports/ReportsAction.java 82 fieldCommentRequirement Required
46224 src/com/gps/reports/ReportsAction.java 84 fieldCommentRequirement Required
46225 src/com/gps/reports/ReportsAction.java 86 publicMethodCommentRequirement Required
46226 src/com/gps/reports/ReportsAction.java 91 Parameter 'eventReport' is not assigned and could be declared final
46227 src/com/gps/reports/ReportsAction.java 91 publicMethodCommentRequirement Required
46228 src/com/gps/reports/ReportsAction.java 96 publicMethodCommentRequirement Required
46229 src/com/gps/reports/ReportsAction.java 101 Parameter 'tripList1' is not assigned and could be declared final
46230 src/com/gps/reports/ReportsAction.java 101 publicMethodCommentRequirement Required
46231 src/com/gps/reports/ReportsAction.java 106 publicMethodCommentRequirement Required
46232 src/com/gps/reports/ReportsAction.java 111 Parameter 'trip' is not assigned and could be declared final
46233 src/com/gps/reports/ReportsAction.java 111 publicMethodCommentRequirement Required
46234 src/com/gps/reports/ReportsAction.java 116 publicMethodCommentRequirement Required
46235 src/com/gps/reports/ReportsAction.java 121 Parameter 'totime' is not assigned and could be declared final
46236 src/com/gps/reports/ReportsAction.java 121 publicMethodCommentRequirement Required
46237 src/com/gps/reports/ReportsAction.java 126 publicMethodCommentRequirement Required
46238 src/com/gps/reports/ReportsAction.java 131 Parameter 'fromtime' is not assigned and could be declared final
46239 src/com/gps/reports/ReportsAction.java 131 publicMethodCommentRequirement Required
46240 src/com/gps/reports/ReportsAction.java 136 publicMethodCommentRequirement Required
46241 src/com/gps/reports/ReportsAction.java 141 Parameter 'fromdatepicker' is not assigned and could be declared final
46242 src/com/gps/reports/ReportsAction.java 141 publicMethodCommentRequirement Required
46243 src/com/gps/reports/ReportsAction.java 146 publicMethodCommentRequirement Required
46244 src/com/gps/reports/ReportsAction.java 151 Parameter 'todatepicker' is not assigned and could be declared final
46245 src/com/gps/reports/ReportsAction.java 151 publicMethodCommentRequirement Required
46246 src/com/gps/reports/ReportsAction.java 156 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
46247 src/com/gps/reports/ReportsAction.java 156 Found non-transient, non-static member. Please mark as transient or provide accessors.
46248 src/com/gps/reports/ReportsAction.java 156 Use explicit scoping instead of the default package private level
46249 src/com/gps/reports/ReportsAction.java 156 fieldCommentRequirement Required
46250 src/com/gps/reports/ReportsAction.java 157 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
46251 src/com/gps/reports/ReportsAction.java 157 Found non-transient, non-static member. Please mark as transient or provide accessors.
46252 src/com/gps/reports/ReportsAction.java 157 Use explicit scoping instead of the default package private level
46253 src/com/gps/reports/ReportsAction.java 157 fieldCommentRequirement Required
46254 src/com/gps/reports/ReportsAction.java 158 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
46255 src/com/gps/reports/ReportsAction.java 158 Found non-transient, non-static member. Please mark as transient or provide accessors.
46256 src/com/gps/reports/ReportsAction.java 158 Use explicit scoping instead of the default package private level
46257 src/com/gps/reports/ReportsAction.java 158 fieldCommentRequirement Required
46258 src/com/gps/reports/ReportsAction.java 179 Parameter 'vehicles' is not assigned and could be declared final
46259 src/com/gps/reports/ReportsAction.java 187 Parameter 'trips' is not assigned and could be declared final
46260 src/com/gps/reports/ReportsAction.java 204 Parameter 'tripParams' is not assigned and could be declared final
46261 src/com/gps/reports/ReportsAction.java 209 publicMethodCommentRequirement Required
46262 src/com/gps/reports/ReportsAction.java 215 Method names should not start with capital letters
46263 src/com/gps/reports/ReportsAction.java 215 publicMethodCommentRequirement Required
46264 src/com/gps/reports/ReportsAction.java 221 The String literal "null" appears 5 times in this file; the first occurrence is on line 221
46265 src/com/gps/reports/ReportsAction.java 222 Found 'UR'-anomaly for variable 'usertrip' (lines '222'-'245').
46266 src/com/gps/reports/ReportsAction.java 222 Method names should not start with capital letters
46267 src/com/gps/reports/ReportsAction.java 222 publicMethodCommentRequirement Required
46268 src/com/gps/reports/ReportsAction.java 228 Local variable 'user' could be declared final
46269 src/com/gps/reports/ReportsAction.java 228 The String literal "user" appears 10 times in this file; the first occurrence is on line 228
46270 src/com/gps/reports/ReportsAction.java 235 Found 'DU'-anomaly for variable 'trips1' (lines '235'-'267').
46271 src/com/gps/reports/ReportsAction.java 235 Local variable 'trips1' could be declared final
46272 src/com/gps/reports/ReportsAction.java 235 Potential violation of Law of Demeter (object not created locally)
46273 src/com/gps/reports/ReportsAction.java 235 Potential violation of Law of Demeter (object not created locally)
46274 src/com/gps/reports/ReportsAction.java 237 Local variable 'rdao' could be declared final
46275 src/com/gps/reports/ReportsAction.java 238 Avoid if (x != y) ..; else ..;
46276 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46277 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46278 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46279 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46280 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46281 src/com/gps/reports/ReportsAction.java 238 Potential violation of Law of Demeter (object not created locally)
46282 src/com/gps/reports/ReportsAction.java 238 Useless parentheses.
46283 src/com/gps/reports/ReportsAction.java 241 Local variable 'usertrip' could be declared final
46284 src/com/gps/reports/ReportsAction.java 245 Local variable 'trip' could be declared final
46285 src/com/gps/reports/ReportsAction.java 245 Potential violation of Law of Demeter (object not created locally)
46286 src/com/gps/reports/ReportsAction.java 246 Avoid instantiating new objects inside loops
46287 src/com/gps/reports/ReportsAction.java 246 Local variable 'udao' could be declared final
46288 src/com/gps/reports/ReportsAction.java 247 Avoid unused local variables such as 'user1'.
46289 src/com/gps/reports/ReportsAction.java 247 Found 'DD'-anomaly for variable 'user1' (lines '247'-'247').
46290 src/com/gps/reports/ReportsAction.java 247 Found 'DU'-anomaly for variable 'user1' (lines '247'-'267').
46291 src/com/gps/reports/ReportsAction.java 247 Local variable 'user1' could be declared final
46292 src/com/gps/reports/ReportsAction.java 247 Potential violation of Law of Demeter (object not created locally)
46293 src/com/gps/reports/ReportsAction.java 247 Potential violation of Law of Demeter (object not created locally)
46294 src/com/gps/reports/ReportsAction.java 256 Potential violation of Law of Demeter (object not created locally)
46295 src/com/gps/reports/ReportsAction.java 260 A method should have only one exit point, and that should be the last statement in the method
46296 src/com/gps/reports/ReportsAction.java 262 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46297 src/com/gps/reports/ReportsAction.java 264 Potential violation of Law of Demeter (object not created locally)
46298 src/com/gps/reports/ReportsAction.java 264 The String literal "Reports" appears 6 times in this file; the first occurrence is on line 264
46299 src/com/gps/reports/ReportsAction.java 264 There is log block not surrounded by if
46300 src/com/gps/reports/ReportsAction.java 271 Method names should not start with capital letters
46301 src/com/gps/reports/ReportsAction.java 271 publicMethodCommentRequirement Required
46302 src/com/gps/reports/ReportsAction.java 276 Local variable 'user' could be declared final
46303 src/com/gps/reports/ReportsAction.java 277 Avoid unused local variables such as 'organizationId'.
46304 src/com/gps/reports/ReportsAction.java 277 Found 'DD'-anomaly for variable 'organizationId' (lines '277'-'282').
46305 src/com/gps/reports/ReportsAction.java 282 Found 'DU'-anomaly for variable 'organizationId' (lines '282'-'304').
46306 src/com/gps/reports/ReportsAction.java 282 Potential violation of Law of Demeter (method chain calls)
46307 src/com/gps/reports/ReportsAction.java 282 Potential violation of Law of Demeter (method chain calls)
46308 src/com/gps/reports/ReportsAction.java 282 Potential violation of Law of Demeter (object not created locally)
46309 src/com/gps/reports/ReportsAction.java 284 Potential violation of Law of Demeter (method chain calls)
46310 src/com/gps/reports/ReportsAction.java 284 Potential violation of Law of Demeter (method chain calls)
46311 src/com/gps/reports/ReportsAction.java 284 Potential violation of Law of Demeter (method chain calls)
46312 src/com/gps/reports/ReportsAction.java 284 Potential violation of Law of Demeter (object not created locally)
46313 src/com/gps/reports/ReportsAction.java 284 The String literal "User" appears 4 times in this file; the first occurrence is on line 284
46314 src/com/gps/reports/ReportsAction.java 286 Potential violation of Law of Demeter (object not created locally)
46315 src/com/gps/reports/ReportsAction.java 291 Potential violation of Law of Demeter (object not created locally)
46316 src/com/gps/reports/ReportsAction.java 291 Potential violation of Law of Demeter (object not created locally)
46317 src/com/gps/reports/ReportsAction.java 291 Potential violation of Law of Demeter (object not created locally)
46318 src/com/gps/reports/ReportsAction.java 294 Local variable 'rep' could be declared final
46319 src/com/gps/reports/ReportsAction.java 295 Potential violation of Law of Demeter (object not created locally)
46320 src/com/gps/reports/ReportsAction.java 297 A method should have only one exit point, and that should be the last statement in the method
46321 src/com/gps/reports/ReportsAction.java 299 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46322 src/com/gps/reports/ReportsAction.java 301 Potential violation of Law of Demeter (object not created locally)
46323 src/com/gps/reports/ReportsAction.java 301 There is log block not surrounded by if
46324 src/com/gps/reports/ReportsAction.java 305 publicMethodCommentRequirement Required
46325 src/com/gps/reports/ReportsAction.java 310 publicMethodCommentRequirement Required
46326 src/com/gps/reports/ReportsAction.java 314 Local variable 'array' could be declared final
46327 src/com/gps/reports/ReportsAction.java 317 Found 'DD'-anomaly for variable 'tList' (lines '317'-'337').
46328 src/com/gps/reports/ReportsAction.java 317 Found 'DU'-anomaly for variable 'tList' (lines '317'-'356').
46329 src/com/gps/reports/ReportsAction.java 318 Local variable 'trpList' could be declared final
46330 src/com/gps/reports/ReportsAction.java 320 Local variable 'trpidList' could be declared final
46331 src/com/gps/reports/ReportsAction.java 325 Local variable 'vehicleid' could be declared final
46332 src/com/gps/reports/ReportsAction.java 325 The String literal "vehicleId" appears 4 times in this file; the first occurrence is on line 325
46333 src/com/gps/reports/ReportsAction.java 326 Local variable 'vid' could be declared final
46334 src/com/gps/reports/ReportsAction.java 328 Local variable 'tpd' could be declared final
46335 src/com/gps/reports/ReportsAction.java 329 Local variable 'tripList' could be declared final
46336 src/com/gps/reports/ReportsAction.java 329 Potential violation of Law of Demeter (object not created locally)
46337 src/com/gps/reports/ReportsAction.java 334 Potential violation of Law of Demeter (object not created locally)
46338 src/com/gps/reports/ReportsAction.java 337 Potential violation of Law of Demeter (method chain calls)
46339 src/com/gps/reports/ReportsAction.java 337 Potential violation of Law of Demeter (object not created locally)
46340 src/com/gps/reports/ReportsAction.java 338 Potential violation of Law of Demeter (object not created locally)
46341 src/com/gps/reports/ReportsAction.java 339 Potential violation of Law of Demeter (method chain calls)
46342 src/com/gps/reports/ReportsAction.java 339 Potential violation of Law of Demeter (object not created locally)
46343 src/com/gps/reports/ReportsAction.java 340 Potential violation of Law of Demeter (object not created locally)
46344 src/com/gps/reports/ReportsAction.java 342 Potential violation of Law of Demeter (object not created locally)
46345 src/com/gps/reports/ReportsAction.java 344 Potential violation of Law of Demeter (object not created locally)
46346 src/com/gps/reports/ReportsAction.java 345 Local variable 'output' could be declared final
46347 src/com/gps/reports/ReportsAction.java 345 Potential violation of Law of Demeter (object not created locally)
46348 src/com/gps/reports/ReportsAction.java 346 Potential violation of Law of Demeter (method chain calls)
46349 src/com/gps/reports/ReportsAction.java 347 Potential violation of Law of Demeter (method chain calls)
46350 src/com/gps/reports/ReportsAction.java 350 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46351 src/com/gps/reports/ReportsAction.java 352 Avoid printStackTrace(); use a logger call instead.
46352 src/com/gps/reports/ReportsAction.java 352 Potential violation of Law of Demeter (object not created locally)
46353 src/com/gps/reports/ReportsAction.java 361 publicMethodCommentRequirement Required
46354 src/com/gps/reports/ReportsAction.java 369 Local variable 'rep' could be declared final
46355 src/com/gps/reports/ReportsAction.java 370 Potential violation of Law of Demeter (object not created locally)
46356 src/com/gps/reports/ReportsAction.java 373 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46357 src/com/gps/reports/ReportsAction.java 373 Avoid empty catch blocks
46358 src/com/gps/reports/ReportsAction.java 376 Found 'DD'-anomaly for variable 'event' (lines '376'-'384').
46359 src/com/gps/reports/ReportsAction.java 382 Position literals first in String comparisons
46360 src/com/gps/reports/ReportsAction.java 387 The String literal "trip" appears 6 times in this file; the first occurrence is on line 387
46361 src/com/gps/reports/ReportsAction.java 388 Local variable 'tripId' could be declared final
46362 src/com/gps/reports/ReportsAction.java 390 The String literal "fromdatepicker" appears 4 times in this file; the first occurrence is on line 390
46363 src/com/gps/reports/ReportsAction.java 392 Local variable 'appendeddate' could be declared final
46364 src/com/gps/reports/ReportsAction.java 393 Local variable 'appendedenddate' could be declared final
46365 src/com/gps/reports/ReportsAction.java 394 Local variable 'rep' could be declared final
46366 src/com/gps/reports/ReportsAction.java 398 Potential violation of Law of Demeter (object not created locally)
46367 src/com/gps/reports/ReportsAction.java 399 Avoid using equals() to compare against null
46368 src/com/gps/reports/ReportsAction.java 399 Useless parentheses.
46369 src/com/gps/reports/ReportsAction.java 399 Useless parentheses.
46370 src/com/gps/reports/ReportsAction.java 399 Useless parentheses.
46371 src/com/gps/reports/ReportsAction.java 402 The String literal "No Summary reports found!!!" appears 5 times in this file; the first occurrence is on line 402
46372 src/com/gps/reports/ReportsAction.java 403 A method should have only one exit point, and that should be the last statement in the method
46373 src/com/gps/reports/ReportsAction.java 407 Avoid using Literals in Conditional Statements
46374 src/com/gps/reports/ReportsAction.java 407 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46375 src/com/gps/reports/ReportsAction.java 410 Local variable 'path' could be declared final
46376 src/com/gps/reports/ReportsAction.java 410 Potential violation of Law of Demeter (method chain calls)
46377 src/com/gps/reports/ReportsAction.java 410 Potential violation of Law of Demeter (method chain calls)
46378 src/com/gps/reports/ReportsAction.java 422 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46379 src/com/gps/reports/ReportsAction.java 424 Potential violation of Law of Demeter (method chain calls)
46380 src/com/gps/reports/ReportsAction.java 425 Avoid printStackTrace(); use a logger call instead.
46381 src/com/gps/reports/ReportsAction.java 425 Potential violation of Law of Demeter (object not created locally)
46382 src/com/gps/reports/ReportsAction.java 439 The method 'generateReport' has a Cyclomatic Complexity of 11.
46383 src/com/gps/reports/ReportsAction.java 439 The method generateReport() has an NPath complexity of 200
46384 src/com/gps/reports/ReportsAction.java 439 publicMethodCommentRequirement Required
46385 src/com/gps/reports/ReportsAction.java 441 Avoid declaring a variable if it is unreferenced before a possible exit point.
46386 src/com/gps/reports/ReportsAction.java 441 Found 'DU'-anomaly for variable 'formatter' (lines '441'-'526').
46387 src/com/gps/reports/ReportsAction.java 441 Local variable 'formatter' could be declared final
46388 src/com/gps/reports/ReportsAction.java 441 When instantiating a SimpleDateFormat object, specify a Locale
46389 src/com/gps/reports/ReportsAction.java 444 Found 'DD'-anomaly for variable 'event' (lines '444'-'453').
46390 src/com/gps/reports/ReportsAction.java 449 Potential violation of Law of Demeter (method chain calls)
46391 src/com/gps/reports/ReportsAction.java 451 Position literals first in String comparisons
46392 src/com/gps/reports/ReportsAction.java 459 Local variable 'tripId' could be declared final
46393 src/com/gps/reports/ReportsAction.java 464 Local variable 'appendeddate' could be declared final
46394 src/com/gps/reports/ReportsAction.java 465 Local variable 'appendedenddate' could be declared final
46395 src/com/gps/reports/ReportsAction.java 467 Local variable 'rep' could be declared final
46396 src/com/gps/reports/ReportsAction.java 470 Potential violation of Law of Demeter (object not created locally)
46397 src/com/gps/reports/ReportsAction.java 471 Avoid using equals() to compare against null
46398 src/com/gps/reports/ReportsAction.java 471 Useless parentheses.
46399 src/com/gps/reports/ReportsAction.java 471 Useless parentheses.
46400 src/com/gps/reports/ReportsAction.java 471 Useless parentheses.
46401 src/com/gps/reports/ReportsAction.java 473 Potential violation of Law of Demeter (method chain calls)
46402 src/com/gps/reports/ReportsAction.java 475 A method should have only one exit point, and that should be the last statement in the method
46403 src/com/gps/reports/ReportsAction.java 479 Avoid using Literals in Conditional Statements
46404 src/com/gps/reports/ReportsAction.java 479 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46405 src/com/gps/reports/ReportsAction.java 481 Found 'DD'-anomaly for variable 'latlong' (lines '481'-'485').
46406 src/com/gps/reports/ReportsAction.java 485 Found 'DD'-anomaly for variable 'latlong' (lines '485'-'485').
46407 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46408 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46409 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46410 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46411 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46412 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46413 src/com/gps/reports/ReportsAction.java 485 Potential violation of Law of Demeter (method chain calls)
46414 src/com/gps/reports/ReportsAction.java 488 Local variable 'geocode' could be declared final
46415 src/com/gps/reports/ReportsAction.java 489 Found 'DD'-anomaly for variable 'location' (lines '489'-'492').
46416 src/com/gps/reports/ReportsAction.java 492 Potential violation of Law of Demeter (object not created locally)
46417 src/com/gps/reports/ReportsAction.java 493 There is log block not surrounded by if
46418 src/com/gps/reports/ReportsAction.java 493 There is log block not surrounded by if
46419 src/com/gps/reports/ReportsAction.java 494 Avoid using if statements without curly braces
46420 src/com/gps/reports/ReportsAction.java 497 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46421 src/com/gps/reports/ReportsAction.java 499 Avoid printStackTrace(); use a logger call instead.
46422 src/com/gps/reports/ReportsAction.java 499 Potential violation of Law of Demeter (object not created locally)
46423 src/com/gps/reports/ReportsAction.java 503 Avoid instantiating new objects inside loops
46424 src/com/gps/reports/ReportsAction.java 503 Local variable 'eventrep' could be declared final
46425 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46426 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46427 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46428 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46429 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46430 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46431 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46432 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (method chain calls)
46433 src/com/gps/reports/ReportsAction.java 503 Potential violation of Law of Demeter (object not created locally)
46434 src/com/gps/reports/ReportsAction.java 510 There is log block not surrounded by if
46435 src/com/gps/reports/ReportsAction.java 510 There is log block not surrounded by if
46436 src/com/gps/reports/ReportsAction.java 512 System.out.print is used
46437 src/com/gps/reports/ReportsAction.java 514 The String literal "text/html" appears 4 times in this file; the first occurrence is on line 514
46438 src/com/gps/reports/ReportsAction.java 516 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46439 src/com/gps/reports/ReportsAction.java 518 Potential violation of Law of Demeter (method chain calls)
46440 src/com/gps/reports/ReportsAction.java 519 Avoid printStackTrace(); use a logger call instead.
46441 src/com/gps/reports/ReportsAction.java 519 Potential violation of Law of Demeter (object not created locally)
46442 src/com/gps/reports/ReportsAction.java 531 publicMethodCommentRequirement Required
46443 src/com/gps/reports/ReportsAction.java 535 Avoid declaring a variable if it is unreferenced before a possible exit point.
46444 src/com/gps/reports/ReportsAction.java 535 Found 'DU'-anomaly for variable 'desList' (lines '535'-'625').
46445 src/com/gps/reports/ReportsAction.java 535 Local variable 'desList' could be declared final
46446 src/com/gps/reports/ReportsAction.java 536 Avoid declaring a variable if it is unreferenced before a possible exit point.
46447 src/com/gps/reports/ReportsAction.java 536 Found 'DD'-anomaly for variable 'tList' (lines '536'-'598').
46448 src/com/gps/reports/ReportsAction.java 536 Found 'DU'-anomaly for variable 'tList' (lines '536'-'625').
46449 src/com/gps/reports/ReportsAction.java 537 Avoid declaring a variable if it is unreferenced before a possible exit point.
46450 src/com/gps/reports/ReportsAction.java 537 Found 'DD'-anomaly for variable 'des' (lines '537'-'600').
46451 src/com/gps/reports/ReportsAction.java 537 Found 'DU'-anomaly for variable 'des' (lines '537'-'625').
46452 src/com/gps/reports/ReportsAction.java 539 Avoid declaring a variable if it is unreferenced before a possible exit point.
46453 src/com/gps/reports/ReportsAction.java 539 Found 'DU'-anomaly for variable 'dateList' (lines '539'-'625').
46454 src/com/gps/reports/ReportsAction.java 539 Local variable 'dateList' could be declared final
46455 src/com/gps/reports/ReportsAction.java 542 Avoid declaring a variable if it is unreferenced before a possible exit point.
46456 src/com/gps/reports/ReportsAction.java 543 Avoid declaring a variable if it is unreferenced before a possible exit point.
46457 src/com/gps/reports/ReportsAction.java 543 Found 'DU'-anomaly for variable 'trpList' (lines '543'-'625').
46458 src/com/gps/reports/ReportsAction.java 543 Local variable 'trpList' could be declared final
46459 src/com/gps/reports/ReportsAction.java 544 Avoid declaring a variable if it is unreferenced before a possible exit point.
46460 src/com/gps/reports/ReportsAction.java 544 Found 'DD'-anomaly for variable 'tidList' (lines '544'-'602').
46461 src/com/gps/reports/ReportsAction.java 544 Found 'DU'-anomaly for variable 'tidList' (lines '544'-'625').
46462 src/com/gps/reports/ReportsAction.java 545 Avoid declaring a variable if it is unreferenced before a possible exit point.
46463 src/com/gps/reports/ReportsAction.java 545 Found 'DU'-anomaly for variable 'trpidList' (lines '545'-'625').
46464 src/com/gps/reports/ReportsAction.java 545 Local variable 'trpidList' could be declared final
46465 src/com/gps/reports/ReportsAction.java 547 Found 'DD'-anomaly for variable 'event' (lines '547'-'555').
46466 src/com/gps/reports/ReportsAction.java 552 Position literals first in String comparisons
46467 src/com/gps/reports/ReportsAction.java 554 Potential violation of Law of Demeter (method chain calls)
46468 src/com/gps/reports/ReportsAction.java 560 Local variable 'tripId' could be declared final
46469 src/com/gps/reports/ReportsAction.java 565 Local variable 'appendeddate' could be declared final
46470 src/com/gps/reports/ReportsAction.java 566 Local variable 'appendedenddate' could be declared final
46471 src/com/gps/reports/ReportsAction.java 569 Local variable 'rep' could be declared final
46472 src/com/gps/reports/ReportsAction.java 570 Potential violation of Law of Demeter (object not created locally)
46473 src/com/gps/reports/ReportsAction.java 573 Avoid using equals() to compare against null
46474 src/com/gps/reports/ReportsAction.java 573 Useless parentheses.
46475 src/com/gps/reports/ReportsAction.java 573 Useless parentheses.
46476 src/com/gps/reports/ReportsAction.java 573 Useless parentheses.
46477 src/com/gps/reports/ReportsAction.java 575 Potential violation of Law of Demeter (method chain calls)
46478 src/com/gps/reports/ReportsAction.java 577 Local variable 'array' could be declared final
46479 src/com/gps/reports/ReportsAction.java 578 Local variable 'retVal' could be declared final
46480 src/com/gps/reports/ReportsAction.java 580 Potential violation of Law of Demeter (object not created locally)
46481 src/com/gps/reports/ReportsAction.java 581 Local variable 'output' could be declared final
46482 src/com/gps/reports/ReportsAction.java 581 Potential violation of Law of Demeter (object not created locally)
46483 src/com/gps/reports/ReportsAction.java 582 Potential violation of Law of Demeter (method chain calls)
46484 src/com/gps/reports/ReportsAction.java 584 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46485 src/com/gps/reports/ReportsAction.java 587 Avoid printStackTrace(); use a logger call instead.
46486 src/com/gps/reports/ReportsAction.java 587 Potential violation of Law of Demeter (object not created locally)
46487 src/com/gps/reports/ReportsAction.java 589 A method should have only one exit point, and that should be the last statement in the method
46488 src/com/gps/reports/ReportsAction.java 595 Local variable 'array' could be declared final
46489 src/com/gps/reports/ReportsAction.java 598 Potential violation of Law of Demeter (method chain calls)
46490 src/com/gps/reports/ReportsAction.java 599 Potential violation of Law of Demeter (object not created locally)
46491 src/com/gps/reports/ReportsAction.java 600 Potential violation of Law of Demeter (method chain calls)
46492 src/com/gps/reports/ReportsAction.java 600 Potential violation of Law of Demeter (method chain calls)
46493 src/com/gps/reports/ReportsAction.java 600 Potential violation of Law of Demeter (method chain calls)
46494 src/com/gps/reports/ReportsAction.java 601 Potential violation of Law of Demeter (object not created locally)
46495 src/com/gps/reports/ReportsAction.java 602 Potential violation of Law of Demeter (method chain calls)
46496 src/com/gps/reports/ReportsAction.java 603 Potential violation of Law of Demeter (object not created locally)
46497 src/com/gps/reports/ReportsAction.java 604 Potential violation of Law of Demeter (method chain calls)
46498 src/com/gps/reports/ReportsAction.java 605 Potential violation of Law of Demeter (object not created locally)
46499 src/com/gps/reports/ReportsAction.java 607 Potential violation of Law of Demeter (object not created locally)
46500 src/com/gps/reports/ReportsAction.java 608 Found 'DD'-anomaly for variable 'output' (lines '608'-'615').
46501 src/com/gps/reports/ReportsAction.java 610 Potential violation of Law of Demeter (object not created locally)
46502 src/com/gps/reports/ReportsAction.java 611 Potential violation of Law of Demeter (object not created locally)
46503 src/com/gps/reports/ReportsAction.java 613 Potential violation of Law of Demeter (object not created locally)
46504 src/com/gps/reports/ReportsAction.java 615 Potential violation of Law of Demeter (object not created locally)
46505 src/com/gps/reports/ReportsAction.java 616 Potential violation of Law of Demeter (method chain calls)
46506 src/com/gps/reports/ReportsAction.java 619 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46507 src/com/gps/reports/ReportsAction.java 619 Avoid empty catch blocks
46508 src/com/gps/reports/ReportsAction.java 629 publicMethodCommentRequirement Required
46509 src/com/gps/reports/ReportsAction.java 632 Avoid variables with short names like id
46510 src/com/gps/reports/ReportsAction.java 634 Found 'DD'-anomaly for variable 'retVal' (lines '634'-'656').
46511 src/com/gps/reports/ReportsAction.java 634 Found 'DD'-anomaly for variable 'retVal' (lines '634'-'670').
46512 src/com/gps/reports/ReportsAction.java 637 Local variable 'tpDAO' could be declared final
46513 src/com/gps/reports/ReportsAction.java 641 Potential violation of Law of Demeter (object not created locally)
46514 src/com/gps/reports/ReportsAction.java 642 Avoid using Literals in Conditional Statements
46515 src/com/gps/reports/ReportsAction.java 642 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46516 src/com/gps/reports/ReportsAction.java 645 Potential violation of Law of Demeter (method chain calls)
46517 src/com/gps/reports/ReportsAction.java 645 Potential violation of Law of Demeter (method chain calls)
46518 src/com/gps/reports/ReportsAction.java 653 Potential violation of Law of Demeter (method chain calls)
46519 src/com/gps/reports/ReportsAction.java 656 Found 'DD'-anomaly for variable 'retVal' (lines '656'-'661').
46520 src/com/gps/reports/ReportsAction.java 657 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46521 src/com/gps/reports/ReportsAction.java 659 Potential violation of Law of Demeter (method chain calls)
46522 src/com/gps/reports/ReportsAction.java 660 Avoid printStackTrace(); use a logger call instead.
46523 src/com/gps/reports/ReportsAction.java 660 Potential violation of Law of Demeter (object not created locally)
46524 src/com/gps/reports/ReportsAction.java 663 A method should have only one exit point, and that should be the last statement in the method
46525 src/com/gps/reports/ReportsAction.java 669 Potential violation of Law of Demeter (method chain calls)
46526 src/com/gps/reports/ReportsAction.java 673 A method should have only one exit point, and that should be the last statement in the method
46527 src/com/gps/reports/ReportsAction.java 676 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46528 src/com/gps/reports/ReportsAction.java 678 Avoid printStackTrace(); use a logger call instead.
46529 src/com/gps/reports/ReportsAction.java 678 Potential violation of Law of Demeter (object not created locally)
46530 src/com/gps/reports/ReportsAction.java 683 Do not explicitly trigger a garbage collection.
46531 src/com/gps/reports/ReportsAction.java 690 Comment is too large: Line too long
46532 src/com/gps/reports/ReportsAction.java 691 Avoid really long methods.
46533 src/com/gps/reports/ReportsAction.java 691 The method 'getVehreports' has a Cyclomatic Complexity of 11.
46534 src/com/gps/reports/ReportsAction.java 691 publicMethodCommentRequirement Required
46535 src/com/gps/reports/ReportsAction.java 693 Avoid declaring a variable if it is unreferenced before a possible exit point.
46536 src/com/gps/reports/ReportsAction.java 693 Found 'DU'-anomaly for variable 'out' (lines '693'-'808').
46537 src/com/gps/reports/ReportsAction.java 693 Local variable 'out' could be declared final
46538 src/com/gps/reports/ReportsAction.java 694 Local variable 'rep' could be declared final
46539 src/com/gps/reports/ReportsAction.java 695 Avoid declaring a variable if it is unreferenced before a possible exit point.
46540 src/com/gps/reports/ReportsAction.java 695 Found 'DU'-anomaly for variable 'intsession' (lines '695'-'808').
46541 src/com/gps/reports/ReportsAction.java 695 Local variable 'intsession' could be declared final
46542 src/com/gps/reports/ReportsAction.java 697 Local variable 'tripId' could be declared final
46543 src/com/gps/reports/ReportsAction.java 700 Potential violation of Law of Demeter (method chain calls)
46544 src/com/gps/reports/ReportsAction.java 701 Local variable 'stime' could be declared final
46545 src/com/gps/reports/ReportsAction.java 702 Local variable 'etime' could be declared final
46546 src/com/gps/reports/ReportsAction.java 707 Potential violation of Law of Demeter (object not created locally)
46547 src/com/gps/reports/ReportsAction.java 709 Avoid using equals() to compare against null
46548 src/com/gps/reports/ReportsAction.java 709 Useless parentheses.
46549 src/com/gps/reports/ReportsAction.java 709 Useless parentheses.
46550 src/com/gps/reports/ReportsAction.java 709 Useless parentheses.
46551 src/com/gps/reports/ReportsAction.java 711 Potential violation of Law of Demeter (method chain calls)
46552 src/com/gps/reports/ReportsAction.java 713 A method should have only one exit point, and that should be the last statement in the method
46553 src/com/gps/reports/ReportsAction.java 716 Avoid using Literals in Conditional Statements
46554 src/com/gps/reports/ReportsAction.java 716 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46555 src/com/gps/reports/ReportsAction.java 719 Local variable 'evhr' could be declared final
46556 src/com/gps/reports/ReportsAction.java 719 Potential violation of Law of Demeter (method chain calls)
46557 src/com/gps/reports/ReportsAction.java 719 Potential violation of Law of Demeter (method chain calls)
46558 src/com/gps/reports/ReportsAction.java 720 Local variable 'evmin' could be declared final
46559 src/com/gps/reports/ReportsAction.java 720 Potential violation of Law of Demeter (method chain calls)
46560 src/com/gps/reports/ReportsAction.java 720 Potential violation of Law of Demeter (method chain calls)
46561 src/com/gps/reports/ReportsAction.java 721 Local variable 'monhr' could be declared final
46562 src/com/gps/reports/ReportsAction.java 721 Potential violation of Law of Demeter (method chain calls)
46563 src/com/gps/reports/ReportsAction.java 721 Potential violation of Law of Demeter (method chain calls)
46564 src/com/gps/reports/ReportsAction.java 722 Local variable 'monmin' could be declared final
46565 src/com/gps/reports/ReportsAction.java 722 Potential violation of Law of Demeter (method chain calls)
46566 src/com/gps/reports/ReportsAction.java 722 Potential violation of Law of Demeter (method chain calls)
46567 src/com/gps/reports/ReportsAction.java 723 Found 'DU'-anomaly for variable 'montime' (lines '723'-'808').
46568 src/com/gps/reports/ReportsAction.java 723 Local variable 'montime' could be declared final
46569 src/com/gps/reports/ReportsAction.java 724 Avoid unused local variables such as 'evtime'.
46570 src/com/gps/reports/ReportsAction.java 724 Found 'DU'-anomaly for variable 'evtime' (lines '724'-'808').
46571 src/com/gps/reports/ReportsAction.java 724 Local variable 'evtime' could be declared final
46572 src/com/gps/reports/ReportsAction.java 725 Position literals first in String comparisons
46573 src/com/gps/reports/ReportsAction.java 725 Potential violation of Law of Demeter (object not created locally)
46574 src/com/gps/reports/ReportsAction.java 730 Position literals first in String comparisons
46575 src/com/gps/reports/ReportsAction.java 730 Potential violation of Law of Demeter (object not created locally)
46576 src/com/gps/reports/ReportsAction.java 732 Local variable 'evshr' could be declared final
46577 src/com/gps/reports/ReportsAction.java 732 Potential violation of Law of Demeter (method chain calls)
46578 src/com/gps/reports/ReportsAction.java 732 Potential violation of Law of Demeter (method chain calls)
46579 src/com/gps/reports/ReportsAction.java 733 Local variable 'evsmin' could be declared final
46580 src/com/gps/reports/ReportsAction.java 733 Potential violation of Law of Demeter (method chain calls)
46581 src/com/gps/reports/ReportsAction.java 733 Potential violation of Law of Demeter (method chain calls)
46582 src/com/gps/reports/ReportsAction.java 737 Position literals first in String comparisons
46583 src/com/gps/reports/ReportsAction.java 737 Potential violation of Law of Demeter (object not created locally)
46584 src/com/gps/reports/ReportsAction.java 743 Potential violation of Law of Demeter (object not created locally)
46585 src/com/gps/reports/ReportsAction.java 751 Potential violation of Law of Demeter (object not created locally)
46586 src/com/gps/reports/ReportsAction.java 751 StringBuffer (or StringBuilder).append is called 6 consecutive times with literal Strings. Use a single append with a single combined String.
46587 src/com/gps/reports/ReportsAction.java 752 Avoid appending characters as strings in StringBuffer.append.
46588 src/com/gps/reports/ReportsAction.java 752 Potential violation of Law of Demeter (object not created locally)
46589 src/com/gps/reports/ReportsAction.java 753 Potential violation of Law of Demeter (object not created locally)
46590 src/com/gps/reports/ReportsAction.java 754 Avoid appending characters as strings in StringBuffer.append.
46591 src/com/gps/reports/ReportsAction.java 754 Potential violation of Law of Demeter (object not created locally)
46592 src/com/gps/reports/ReportsAction.java 755 Potential violation of Law of Demeter (object not created locally)
46593 src/com/gps/reports/ReportsAction.java 756 Potential violation of Law of Demeter (object not created locally)
46594 src/com/gps/reports/ReportsAction.java 762 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_date' is not final.
46595 src/com/gps/reports/ReportsAction.java 763 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_time' is not final.
46596 src/com/gps/reports/ReportsAction.java 764 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'new_speed' is not final.
46597 src/com/gps/reports/ReportsAction.java 765 Found 'DU'-anomaly for variable 'formatter' (lines '765'-'808').
46598 src/com/gps/reports/ReportsAction.java 765 When instantiating a SimpleDateFormat object, specify a Locale
46599 src/com/gps/reports/ReportsAction.java 766 Found 'DU'-anomaly for variable 'formatter1' (lines '766'-'808').
46600 src/com/gps/reports/ReportsAction.java 766 When instantiating a SimpleDateFormat object, specify a Locale
46601 src/com/gps/reports/ReportsAction.java 769 Potential violation of Law of Demeter (method chain calls)
46602 src/com/gps/reports/ReportsAction.java 770 Potential violation of Law of Demeter (object not created locally)
46603 src/com/gps/reports/ReportsAction.java 771 Potential violation of Law of Demeter (object not created locally)
46604 src/com/gps/reports/ReportsAction.java 773 Potential violation of Law of Demeter (method chain calls)
46605 src/com/gps/reports/ReportsAction.java 773 Potential violation of Law of Demeter (method chain calls)
46606 src/com/gps/reports/ReportsAction.java 775 Potential violation of Law of Demeter (object not created locally)
46607 src/com/gps/reports/ReportsAction.java 776 Avoid appending characters as strings in StringBuffer.append.
46608 src/com/gps/reports/ReportsAction.java 776 Potential violation of Law of Demeter (object not created locally)
46609 src/com/gps/reports/ReportsAction.java 777 Potential violation of Law of Demeter (object not created locally)
46610 src/com/gps/reports/ReportsAction.java 778 Avoid appending characters as strings in StringBuffer.append.
46611 src/com/gps/reports/ReportsAction.java 778 Potential violation of Law of Demeter (object not created locally)
46612 src/com/gps/reports/ReportsAction.java 779 Potential violation of Law of Demeter (object not created locally)
46613 src/com/gps/reports/ReportsAction.java 780 Potential violation of Law of Demeter (object not created locally)
46614 src/com/gps/reports/ReportsAction.java 788 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46615 src/com/gps/reports/ReportsAction.java 788 Avoid empty catch blocks
46616 src/com/gps/reports/ReportsAction.java 798 Potential violation of Law of Demeter (method chain calls)
46617 src/com/gps/reports/ReportsAction.java 798 Potential violation of Law of Demeter (object not created locally)
46618 src/com/gps/reports/ReportsAction.java 800 Potential violation of Law of Demeter (method chain calls)
46619 src/com/gps/reports/ReportsAction.java 800 Potential violation of Law of Demeter (object not created locally)
46620 src/com/gps/reports/ReportsAction.java 802 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46621 src/com/gps/reports/ReportsAction.java 802 Avoid empty catch blocks
46622 src/com/gps/reports/ReportsAction.java 812 Method names should not start with capital letters
46623 src/com/gps/reports/ReportsAction.java 812 publicMethodCommentRequirement Required
46624 src/com/gps/reports/ReportsAction.java 816 Local variable 'user' could be declared final
46625 src/com/gps/reports/ReportsAction.java 821 A method should have only one exit point, and that should be the last statement in the method
46626 src/com/gps/reports/ReportsAction.java 823 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46627 src/com/gps/reports/ReportsAction.java 825 Potential violation of Law of Demeter (object not created locally)
46628 src/com/gps/reports/ReportsAction.java 825 There is log block not surrounded by if
46629 src/com/gps/reports/ReportsAction.java 831 Parameter 'user' is not assigned and could be declared final
46630 src/com/gps/reports/ReportsAction.java 831 publicMethodCommentRequirement Required
46631 src/com/gps/reports/ReportsAction.java 834 Avoid unused local variables such as 'organizationId'.
46632 src/com/gps/reports/ReportsAction.java 834 Found 'DD'-anomaly for variable 'organizationId' (lines '834'-'837').
46633 src/com/gps/reports/ReportsAction.java 837 Found 'DU'-anomaly for variable 'organizationId' (lines '837'-'847').
46634 src/com/gps/reports/ReportsAction.java 837 Potential violation of Law of Demeter (method chain calls)
46635 src/com/gps/reports/ReportsAction.java 837 Potential violation of Law of Demeter (method chain calls)
46636 src/com/gps/reports/ReportsAction.java 839 Potential violation of Law of Demeter (method chain calls)
46637 src/com/gps/reports/ReportsAction.java 839 Potential violation of Law of Demeter (method chain calls)
46638 src/com/gps/reports/ReportsAction.java 839 Potential violation of Law of Demeter (method chain calls)
46639 src/com/gps/reports/ReportsAction.java 840 Avoid using if...else statements without curly braces
46640 src/com/gps/reports/ReportsAction.java 840 Potential violation of Law of Demeter (object not created locally)
46641 src/com/gps/reports/ReportsAction.java 842 Avoid using if...else statements without curly braces
46642 src/com/gps/reports/ReportsAction.java 842 Potential violation of Law of Demeter (object not created locally)
46643 src/com/gps/reports/ReportsAction.java 842 Potential violation of Law of Demeter (object not created locally)
46644 src/com/gps/reports/ReportsAction.java 844 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46645 src/com/gps/reports/ReportsAction.java 844 Avoid empty catch blocks
46646 src/com/gps/reports/ReportsAction.java 851 Method names should not start with capital letters
46647 src/com/gps/reports/ReportsAction.java 851 publicMethodCommentRequirement Required
46648 src/com/gps/reports/ReportsAction.java 854 Local variable 'user' could be declared final
46649 src/com/gps/reports/ReportsAction.java 863 A method should have only one exit point, and that should be the last statement in the method
46650 src/com/gps/reports/ReportsAction.java 865 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46651 src/com/gps/reports/ReportsAction.java 867 There is log block not surrounded by if
46652 src/com/gps/reports/ReportsAction.java 872 Parameter 'user' is not assigned and could be declared final
46653 src/com/gps/reports/ReportsAction.java 875 Avoid unused local variables such as 'organizationId'.
46654 src/com/gps/reports/ReportsAction.java 875 Found 'DD'-anomaly for variable 'organizationId' (lines '875'-'880').
46655 src/com/gps/reports/ReportsAction.java 880 Found 'DU'-anomaly for variable 'organizationId' (lines '880'-'903').
46656 src/com/gps/reports/ReportsAction.java 880 Potential violation of Law of Demeter (method chain calls)
46657 src/com/gps/reports/ReportsAction.java 880 Potential violation of Law of Demeter (method chain calls)
46658 src/com/gps/reports/ReportsAction.java 882 Potential violation of Law of Demeter (method chain calls)
46659 src/com/gps/reports/ReportsAction.java 882 Potential violation of Law of Demeter (method chain calls)
46660 src/com/gps/reports/ReportsAction.java 882 Potential violation of Law of Demeter (method chain calls)
46661 src/com/gps/reports/ReportsAction.java 883 Avoid using if...else statements without curly braces
46662 src/com/gps/reports/ReportsAction.java 883 Potential violation of Law of Demeter (object not created locally)
46663 src/com/gps/reports/ReportsAction.java 885 Avoid using if...else statements without curly braces
46664 src/com/gps/reports/ReportsAction.java 885 Potential violation of Law of Demeter (object not created locally)
46665 src/com/gps/reports/ReportsAction.java 885 Potential violation of Law of Demeter (object not created locally)
46666 src/com/gps/reports/ReportsAction.java 890 Potential violation of Law of Demeter (object not created locally)
46667 src/com/gps/reports/ReportsAction.java 891 Potential violation of Law of Demeter (object not created locally)
46668 src/com/gps/reports/ReportsAction.java 893 Potential violation of Law of Demeter (object not created locally)
46669 src/com/gps/reports/ReportsAction.java 898 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46670 src/com/gps/reports/ReportsAction.java 900 Avoid printStackTrace(); use a logger call instead.
46671 src/com/gps/reports/ReportsAction.java 900 Potential violation of Law of Demeter (object not created locally)
46672 src/com/gps/reports/ReportsAction.java 907 Method names should not start with capital letters
46673 src/com/gps/reports/ReportsAction.java 907 publicMethodCommentRequirement Required
46674 src/com/gps/reports/ReportsAction.java 910 Local variable 'user' could be declared final
46675 src/com/gps/reports/ReportsAction.java 918 A method should have only one exit point, and that should be the last statement in the method
46676 src/com/gps/reports/ReportsAction.java 920 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46677 src/com/gps/reports/ReportsAction.java 922 There is log block not surrounded by if
46678 src/com/gps/reports/ReportsAction.java 927 publicMethodCommentRequirement Required
46679 src/com/gps/reports/ReportsAction.java 929 Local variable 'user' could be declared final
46680 src/com/gps/reports/ReportsAction.java 935 A method should have only one exit point, and that should be the last statement in the method
46681 src/com/gps/reports/ReportsAction.java 937 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46682 src/com/gps/reports/ReportsAction.java 939 Potential violation of Law of Demeter (object not created locally)
46683 src/com/gps/reports/ReportsAction.java 939 There is log block not surrounded by if
46684 src/com/gps/reports/ReportsAction.java 952 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46685 src/com/gps/reports/ReportsAction.java 954 Avoid printStackTrace(); use a logger call instead.
46686 src/com/gps/reports/ReportsAction.java 965 Method names should not start with capital letters
46687 src/com/gps/reports/ReportsAction.java 969 Local variable 'user' could be declared final
46688 src/com/gps/reports/ReportsAction.java 973 A method should have only one exit point, and that should be the last statement in the method
46689 src/com/gps/reports/ReportsAction.java 976 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46690 src/com/gps/reports/ReportsAction.java 978 Avoid printStackTrace(); use a logger call instead.
46691 src/com/gps/reports/ReportsAction.java 978 Potential violation of Law of Demeter (object not created locally)
46692 src/com/gps/reports/ReportsAction.java 992 Found 'DD'-anomaly for variable 'organizationId' (lines '992'-'999').
46693 src/com/gps/reports/ReportsAction.java 999 Potential violation of Law of Demeter (method chain calls)
46694 src/com/gps/reports/ReportsAction.java 999 Potential violation of Law of Demeter (method chain calls)
46695 src/com/gps/reports/ReportsAction.java 999 Potential violation of Law of Demeter (object not created locally)
46696 src/com/gps/reports/ReportsAction.java 1003 There is log block not surrounded by if
46697 src/com/gps/reports/ReportsAction.java 1003 There is log block not surrounded by if
46698 src/com/gps/reports/ReportsAction.java 1005 Potential violation of Law of Demeter (object not created locally)
46699 src/com/gps/reports/ReportsAction.java 1007 There is log block not surrounded by if
46700 src/com/gps/reports/ReportsAction.java 1007 There is log block not surrounded by if
46701 src/com/gps/reports/ReportsAction.java 1009 Avoid using if statements without curly braces
46702 src/com/gps/reports/ReportsAction.java 1012 There is log block not surrounded by if
46703 src/com/gps/reports/ReportsAction.java 1012 There is log block not surrounded by if
46704 src/com/gps/reports/ReportsAction.java 1014 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46705 src/com/gps/reports/ReportsAction.java 1016 Avoid printStackTrace(); use a logger call instead.
46706 src/com/gps/reports/ReportsAction.java 1016 Potential violation of Law of Demeter (object not created locally)
46707 src/com/gps/reports/ReportsAction.java 1022 publicMethodCommentRequirement Required
46708 src/com/gps/reports/ReportsAction.java 1025 Found 'DD'-anomaly for variable 'organizationId' (lines '1,025'-'1,047').
46709 src/com/gps/reports/ReportsAction.java 1030 Local variable 'speedRep' could be declared final
46710 src/com/gps/reports/ReportsAction.java 1042 Found 'DD'-anomaly for variable 'toDate' (lines '1,042'-'1,049').
46711 src/com/gps/reports/ReportsAction.java 1043 Found 'DD'-anomaly for variable 'fromDate' (lines '1,043'-'1,050').
46712 src/com/gps/reports/ReportsAction.java 1047 Potential violation of Law of Demeter (method chain calls)
46713 src/com/gps/reports/ReportsAction.java 1047 Potential violation of Law of Demeter (method chain calls)
46714 src/com/gps/reports/ReportsAction.java 1047 Potential violation of Law of Demeter (object not created locally)
46715 src/com/gps/reports/ReportsAction.java 1049 Potential violation of Law of Demeter (object not created locally)
46716 src/com/gps/reports/ReportsAction.java 1050 Potential violation of Law of Demeter (object not created locally)
46717 src/com/gps/reports/ReportsAction.java 1052 Potential violation of Law of Demeter (object not created locally)
46718 src/com/gps/reports/ReportsAction.java 1055 Avoid if (x != y) ..; else ..;
46719 src/com/gps/reports/ReportsAction.java 1059 Potential violation of Law of Demeter (object not created locally)
46720 src/com/gps/reports/ReportsAction.java 1062 Avoid calling toString() on String objects; this is unnecessary.
46721 src/com/gps/reports/ReportsAction.java 1062 Potential violation of Law of Demeter (method chain calls)
46722 src/com/gps/reports/ReportsAction.java 1062 Potential violation of Law of Demeter (object not created locally)
46723 src/com/gps/reports/ReportsAction.java 1067 A method should have only one exit point, and that should be the last statement in the method
46724 src/com/gps/reports/ReportsAction.java 1071 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46725 src/com/gps/reports/ReportsAction.java 1073 Avoid printStackTrace(); use a logger call instead.
46726 src/com/gps/reports/ReportsAction.java 1073 Potential violation of Law of Demeter (object not created locally)
46727 src/com/gps/reports/ReportsAction.java 1080 Avoid really long methods.
46728 src/com/gps/reports/ReportsAction.java 1080 The method 'generateReports' has a Cyclomatic Complexity of 14.
46729 src/com/gps/reports/ReportsAction.java 1080 publicMethodCommentRequirement Required
46730 src/com/gps/reports/ReportsAction.java 1082 There is log block not surrounded by if
46731 src/com/gps/reports/ReportsAction.java 1082 There is log block not surrounded by if
46732 src/com/gps/reports/ReportsAction.java 1085 Local variable 'user' could be declared final
46733 src/com/gps/reports/ReportsAction.java 1086 Found 'DD'-anomaly for variable 'organizationId' (lines '1,086'-'1,126').
46734 src/com/gps/reports/ReportsAction.java 1096 Found 'DD'-anomaly for variable 'trip' (lines '1,096'-'1,149').
46735 src/com/gps/reports/ReportsAction.java 1096 Found 'DU'-anomaly for variable 'trip' (lines '1,096'-'1,221').
46736 src/com/gps/reports/ReportsAction.java 1097 Found 'DD'-anomaly for variable 'grade' (lines '1,097'-'1,150').
46737 src/com/gps/reports/ReportsAction.java 1097 Found 'DU'-anomaly for variable 'grade' (lines '1,097'-'1,221').
46738 src/com/gps/reports/ReportsAction.java 1098 Found 'DD'-anomaly for variable 'studentName' (lines '1,098'-'1,151').
46739 src/com/gps/reports/ReportsAction.java 1098 Found 'DU'-anomaly for variable 'studentName' (lines '1,098'-'1,221').
46740 src/com/gps/reports/ReportsAction.java 1099 Found 'DD'-anomaly for variable 'reptype' (lines '1,099'-'1,152').
46741 src/com/gps/reports/ReportsAction.java 1099 Found 'DU'-anomaly for variable 'reptype' (lines '1,099'-'1,221').
46742 src/com/gps/reports/ReportsAction.java 1100 Found 'DD'-anomaly for variable 'tpDAO' (lines '1,100'-'1,146').
46743 src/com/gps/reports/ReportsAction.java 1100 Found 'DU'-anomaly for variable 'tpDAO' (lines '1,100'-'1,221').
46744 src/com/gps/reports/ReportsAction.java 1101 Avoid unused local variables such as 'returnType'.
46745 src/com/gps/reports/ReportsAction.java 1101 Found 'DD'-anomaly for variable 'returnType' (lines '1,101'-'1,138').
46746 src/com/gps/reports/ReportsAction.java 1101 Found 'DU'-anomaly for variable 'returnType' (lines '1,101'-'1,221').
46747 src/com/gps/reports/ReportsAction.java 1102 Found 'DD'-anomaly for variable 'geofenceId' (lines '1,102'-'1,164').
46748 src/com/gps/reports/ReportsAction.java 1102 Found 'DU'-anomaly for variable 'geofenceId' (lines '1,102'-'1,221').
46749 src/com/gps/reports/ReportsAction.java 1103 Found 'DD'-anomaly for variable 'tripSession' (lines '1,103'-'1,170').
46750 src/com/gps/reports/ReportsAction.java 1103 Found 'DU'-anomaly for variable 'tripSession' (lines '1,103'-'1,221').
46751 src/com/gps/reports/ReportsAction.java 1104 Found 'DD'-anomaly for variable 'vehicleType' (lines '1,104'-'1,171').
46752 src/com/gps/reports/ReportsAction.java 1104 Found 'DU'-anomaly for variable 'vehicleType' (lines '1,104'-'1,221').
46753 src/com/gps/reports/ReportsAction.java 1110 There is log block not surrounded by if
46754 src/com/gps/reports/ReportsAction.java 1110 There is log block not surrounded by if
46755 src/com/gps/reports/ReportsAction.java 1111 Potential violation of Law of Demeter (method chain calls)
46756 src/com/gps/reports/ReportsAction.java 1111 Potential violation of Law of Demeter (method chain calls)
46757 src/com/gps/reports/ReportsAction.java 1111 Potential violation of Law of Demeter (method chain calls)
46758 src/com/gps/reports/ReportsAction.java 1111 Potential violation of Law of Demeter (object not created locally)
46759 src/com/gps/reports/ReportsAction.java 1113 Potential violation of Law of Demeter (object not created locally)
46760 src/com/gps/reports/ReportsAction.java 1117 Potential violation of Law of Demeter (object not created locally)
46761 src/com/gps/reports/ReportsAction.java 1117 Potential violation of Law of Demeter (object not created locally)
46762 src/com/gps/reports/ReportsAction.java 1117 Potential violation of Law of Demeter (object not created locally)
46763 src/com/gps/reports/ReportsAction.java 1120 There is log block not surrounded by if
46764 src/com/gps/reports/ReportsAction.java 1120 There is log block not surrounded by if
46765 src/com/gps/reports/ReportsAction.java 1123 There is log block not surrounded by if
46766 src/com/gps/reports/ReportsAction.java 1123 There is log block not surrounded by if
46767 src/com/gps/reports/ReportsAction.java 1124 Found 'DD'-anomaly for variable 'toDate' (lines '1,124'-'1,128').
46768 src/com/gps/reports/ReportsAction.java 1125 Found 'DD'-anomaly for variable 'fromDate' (lines '1,125'-'1,129').
46769 src/com/gps/reports/ReportsAction.java 1126 Found 'DU'-anomaly for variable 'organizationId' (lines '1,126'-'1,221').
46770 src/com/gps/reports/ReportsAction.java 1126 Potential violation of Law of Demeter (method chain calls)
46771 src/com/gps/reports/ReportsAction.java 1126 Potential violation of Law of Demeter (method chain calls)
46772 src/com/gps/reports/ReportsAction.java 1126 Potential violation of Law of Demeter (object not created locally)
46773 src/com/gps/reports/ReportsAction.java 1128 Potential violation of Law of Demeter (object not created locally)
46774 src/com/gps/reports/ReportsAction.java 1129 Potential violation of Law of Demeter (object not created locally)
46775 src/com/gps/reports/ReportsAction.java 1131 Position literals first in String comparisons
46776 src/com/gps/reports/ReportsAction.java 1131 Position literals first in String comparisons
46777 src/com/gps/reports/ReportsAction.java 1131 Position literals first in String comparisons
46778 src/com/gps/reports/ReportsAction.java 1131 Potential violation of Law of Demeter (object not created locally)
46779 src/com/gps/reports/ReportsAction.java 1131 Potential violation of Law of Demeter (object not created locally)
46780 src/com/gps/reports/ReportsAction.java 1131 Potential violation of Law of Demeter (object not created locally)
46781 src/com/gps/reports/ReportsAction.java 1135 There is log block not surrounded by if
46782 src/com/gps/reports/ReportsAction.java 1135 There is log block not surrounded by if
46783 src/com/gps/reports/ReportsAction.java 1137 Position literals first in String comparisons
46784 src/com/gps/reports/ReportsAction.java 1137 Potential violation of Law of Demeter (object not created locally)
46785 src/com/gps/reports/ReportsAction.java 1138 Found 'DU'-anomaly for variable 'returnType' (lines '1,138'-'1,221').
46786 src/com/gps/reports/ReportsAction.java 1140 Potential violation of Law of Demeter (object not created locally)
46787 src/com/gps/reports/ReportsAction.java 1141 Potential violation of Law of Demeter (object not created locally)
46788 src/com/gps/reports/ReportsAction.java 1142 Potential violation of Law of Demeter (object not created locally)
46789 src/com/gps/reports/ReportsAction.java 1143 Potential violation of Law of Demeter (object not created locally)
46790 src/com/gps/reports/ReportsAction.java 1144 Position literals first in String comparisons
46791 src/com/gps/reports/ReportsAction.java 1144 Potential violation of Law of Demeter (object not created locally)
46792 src/com/gps/reports/ReportsAction.java 1146 Found 'DU'-anomaly for variable 'tpDAO' (lines '1,146'-'1,221').
46793 src/com/gps/reports/ReportsAction.java 1147 Local variable 'tripName' could be declared final
46794 src/com/gps/reports/ReportsAction.java 1147 Potential violation of Law of Demeter (method chain calls)
46795 src/com/gps/reports/ReportsAction.java 1148 Avoid using if statements without curly braces
46796 src/com/gps/reports/ReportsAction.java 1148 Position literals first in String comparisons
46797 src/com/gps/reports/ReportsAction.java 1148 Potential violation of Law of Demeter (object not created locally)
46798 src/com/gps/reports/ReportsAction.java 1149 Potential violation of Law of Demeter (object not created locally)
46799 src/com/gps/reports/ReportsAction.java 1154 There is log block not surrounded by if
46800 src/com/gps/reports/ReportsAction.java 1154 There is log block not surrounded by if
46801 src/com/gps/reports/ReportsAction.java 1155 Potential violation of Law of Demeter (object not created locally)
46802 src/com/gps/reports/ReportsAction.java 1156 Potential violation of Law of Demeter (object not created locally)
46803 src/com/gps/reports/ReportsAction.java 1157 Potential violation of Law of Demeter (object not created locally)
46804 src/com/gps/reports/ReportsAction.java 1158 Potential violation of Law of Demeter (object not created locally)
46805 src/com/gps/reports/ReportsAction.java 1159 Potential violation of Law of Demeter (object not created locally)
46806 src/com/gps/reports/ReportsAction.java 1160 An empty statement (semicolon) not part of a loop
46807 src/com/gps/reports/ReportsAction.java 1160 Potential violation of Law of Demeter (object not created locally)
46808 src/com/gps/reports/ReportsAction.java 1161 Position literals first in String comparisons
46809 src/com/gps/reports/ReportsAction.java 1161 Potential violation of Law of Demeter (object not created locally)
46810 src/com/gps/reports/ReportsAction.java 1163 There is log block not surrounded by if
46811 src/com/gps/reports/ReportsAction.java 1163 There is log block not surrounded by if
46812 src/com/gps/reports/ReportsAction.java 1165 Potential violation of Law of Demeter (object not created locally)
46813 src/com/gps/reports/ReportsAction.java 1166 Potential violation of Law of Demeter (object not created locally)
46814 src/com/gps/reports/ReportsAction.java 1167 Potential violation of Law of Demeter (object not created locally)
46815 src/com/gps/reports/ReportsAction.java 1169 Position literals first in String comparisons
46816 src/com/gps/reports/ReportsAction.java 1169 Potential violation of Law of Demeter (object not created locally)
46817 src/com/gps/reports/ReportsAction.java 1173 Potential violation of Law of Demeter (object not created locally)
46818 src/com/gps/reports/ReportsAction.java 1174 Potential violation of Law of Demeter (object not created locally)
46819 src/com/gps/reports/ReportsAction.java 1175 Potential violation of Law of Demeter (object not created locally)
46820 src/com/gps/reports/ReportsAction.java 1176 Potential violation of Law of Demeter (object not created locally)
46821 src/com/gps/reports/ReportsAction.java 1183 Potential violation of Law of Demeter (method chain calls)
46822 src/com/gps/reports/ReportsAction.java 1185 Potential violation of Law of Demeter (object not created locally)
46823 src/com/gps/reports/ReportsAction.java 1188 Position literals first in String comparisons
46824 src/com/gps/reports/ReportsAction.java 1188 Potential violation of Law of Demeter (object not created locally)
46825 src/com/gps/reports/ReportsAction.java 1192 Avoid using if statements without curly braces
46826 src/com/gps/reports/ReportsAction.java 1195 There is log block not surrounded by if
46827 src/com/gps/reports/ReportsAction.java 1195 There is log block not surrounded by if
46828 src/com/gps/reports/ReportsAction.java 1197 A method should have only one exit point, and that should be the last statement in the method
46829 src/com/gps/reports/ReportsAction.java 1200 Avoid if (x != y) ..; else ..;
46830 src/com/gps/reports/ReportsAction.java 1204 Potential violation of Law of Demeter (object not created locally)
46831 src/com/gps/reports/ReportsAction.java 1208 Avoid calling toString() on String objects; this is unnecessary.
46832 src/com/gps/reports/ReportsAction.java 1208 Potential violation of Law of Demeter (method chain calls)
46833 src/com/gps/reports/ReportsAction.java 1208 Potential violation of Law of Demeter (object not created locally)
46834 src/com/gps/reports/ReportsAction.java 1213 A method should have only one exit point, and that should be the last statement in the method
46835 src/com/gps/reports/ReportsAction.java 1216 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46836 src/com/gps/reports/ReportsAction.java 1218 Avoid printStackTrace(); use a logger call instead.
46837 src/com/gps/reports/ReportsAction.java 1218 Potential violation of Law of Demeter (object not created locally)
46838 src/com/gps/reports/ReportsAction.java 1225 Parameter 'arg0' is not assigned and could be declared final
46839 src/com/gps/reports/ReportsAction.java 1225 publicMethodCommentRequirement Required
46840 src/com/gps/reports/ReportsAction.java 1234 Parameter 'arg0' is not assigned and could be declared final
46841 src/com/gps/reports/ReportsAction.java 1234 publicMethodCommentRequirement Required
46842 src/com/gps/reports/ReportsAction.java 1239 Parameter 'arg' is not assigned and could be declared final
46843 src/com/gps/reports/ReportsAction.java 1239 publicMethodCommentRequirement Required
46844 src/com/gps/reports/ReportsAction.java 1240 Avoid unused local variables such as 'act'.
46845 src/com/gps/reports/ReportsAction.java 1240 Found 'DU'-anomaly for variable 'act' (lines '1,240'-'1,242').
46846 src/com/gps/reports/ReportsAction.java 1240 Local variable 'act' could be declared final
46847 src/com/gps/reports/ReportsAction.java 1245 publicMethodCommentRequirement Required
46848 src/com/gps/reports/ReportsAction.java 1250 Avoid variables with short names like ed
46849 src/com/gps/reports/ReportsAction.java 1250 Parameter 'ed' is not assigned and could be declared final
46850 src/com/gps/reports/ReportsAction.java 1250 publicMethodCommentRequirement Required
46851 src/com/gps/reports/ReportsAction.java 1255 Parameter 'vehicleId' is not assigned and could be declared final
46852 src/com/gps/reports/ReportsAction.java 1255 publicMethodCommentRequirement Required
46853 src/com/gps/reports/ReportsAction.java 1260 publicMethodCommentRequirement Required
46854 src/com/gps/reports/ReportsAction.java 1265 Parameter 'eventCode' is not assigned and could be declared final
46855 src/com/gps/reports/ReportsAction.java 1265 publicMethodCommentRequirement Required
46856 src/com/gps/reports/ReportsAction.java 1270 publicMethodCommentRequirement Required
46857 src/com/gps/reports/ReportsAction.java 1286 Parameter 'repTypes' is not assigned and could be declared final
46858 src/com/gps/reports/ReportsAction.java 1302 Parameter 'tripDistList' is not assigned and could be declared final
46859 src/com/gps/reports/ReportsAction.java 1318 Parameter 'fenceVehicleList' is not assigned and could be declared final
46860 src/com/gps/reports/ReportsAction.java 1334 Parameter 'fenceList' is not assigned and could be declared final
46861 src/com/gps/reports/ReportsAction.java 1350 Parameter 'message' is not assigned and could be declared final
46862 src/com/gps/reports/ReportsAction.java 1366 Parameter 'from' is not assigned and could be declared final
46863 src/com/gps/reports/ReportsAction.java 1382 Avoid variables with short names like to
46864 src/com/gps/reports/ReportsAction.java 1382 Parameter 'to' is not assigned and could be declared final
46865 src/com/gps/reports/SpeedReport.java 1 Possible God class (WMC=81, ATFD=51, TCC=0.2857142857142857)
46866 src/com/gps/reports/SpeedReport.java 19 Avoid unused imports such as 'com.gps.vo.DateVO'
46867 src/com/gps/reports/SpeedReport.java 26 The class 'SpeedReport' has a Cyclomatic Complexity of 10 (Highest = 23).
46868 src/com/gps/reports/SpeedReport.java 26 Too many fields
46869 src/com/gps/reports/SpeedReport.java 26 headerCommentRequirement Required
46870 src/com/gps/reports/SpeedReport.java 28 Avoid using redundant field initializer for 'organizationId'
46871 src/com/gps/reports/SpeedReport.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
46872 src/com/gps/reports/SpeedReport.java 28 Perhaps 'organizationId' could be replaced by a local variable.
46873 src/com/gps/reports/SpeedReport.java 28 fieldCommentRequirement Required
46874 src/com/gps/reports/SpeedReport.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
46875 src/com/gps/reports/SpeedReport.java 29 Perhaps 'vehicleId' could be replaced by a local variable.
46876 src/com/gps/reports/SpeedReport.java 29 fieldCommentRequirement Required
46877 src/com/gps/reports/SpeedReport.java 30 Found non-transient, non-static member. Please mark as transient or provide accessors.
46878 src/com/gps/reports/SpeedReport.java 30 Perhaps 'toDate' could be replaced by a local variable.
46879 src/com/gps/reports/SpeedReport.java 30 fieldCommentRequirement Required
46880 src/com/gps/reports/SpeedReport.java 31 Found non-transient, non-static member. Please mark as transient or provide accessors.
46881 src/com/gps/reports/SpeedReport.java 31 Perhaps 'fromDate' could be replaced by a local variable.
46882 src/com/gps/reports/SpeedReport.java 31 fieldCommentRequirement Required
46883 src/com/gps/reports/SpeedReport.java 32 The Logger variable declaration does not contain the static and final modifiers
46884 src/com/gps/reports/SpeedReport.java 32 fieldCommentRequirement Required
46885 src/com/gps/reports/SpeedReport.java 33 Found non-transient, non-static member. Please mark as transient or provide accessors.
46886 src/com/gps/reports/SpeedReport.java 33 fieldCommentRequirement Required
46887 src/com/gps/reports/SpeedReport.java 34 Found non-transient, non-static member. Please mark as transient or provide accessors.
46888 src/com/gps/reports/SpeedReport.java 34 fieldCommentRequirement Required
46889 src/com/gps/reports/SpeedReport.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
46890 src/com/gps/reports/SpeedReport.java 35 fieldCommentRequirement Required
46891 src/com/gps/reports/SpeedReport.java 36 Avoid using redundant field initializer for 'speedParams'
46892 src/com/gps/reports/SpeedReport.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
46893 src/com/gps/reports/SpeedReport.java 36 fieldCommentRequirement Required
46894 src/com/gps/reports/SpeedReport.java 37 Avoid using redundant field initializer for 'speedInfo'
46895 src/com/gps/reports/SpeedReport.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
46896 src/com/gps/reports/SpeedReport.java 37 Use explicit scoping instead of the default package private level
46897 src/com/gps/reports/SpeedReport.java 37 fieldCommentRequirement Required
46898 src/com/gps/reports/SpeedReport.java 38 Avoid variables with short names like r1
46899 src/com/gps/reports/SpeedReport.java 38 Use explicit scoping instead of the default package private level
46900 src/com/gps/reports/SpeedReport.java 38 fieldCommentRequirement Required
46901 src/com/gps/reports/SpeedReport.java 39 Avoid variables with short names like r2
46902 src/com/gps/reports/SpeedReport.java 39 Use explicit scoping instead of the default package private level
46903 src/com/gps/reports/SpeedReport.java 39 fieldCommentRequirement Required
46904 src/com/gps/reports/SpeedReport.java 40 Avoid variables with short names like r3
46905 src/com/gps/reports/SpeedReport.java 40 Use explicit scoping instead of the default package private level
46906 src/com/gps/reports/SpeedReport.java 40 fieldCommentRequirement Required
46907 src/com/gps/reports/SpeedReport.java 41 Avoid variables with short names like r4
46908 src/com/gps/reports/SpeedReport.java 41 Use explicit scoping instead of the default package private level
46909 src/com/gps/reports/SpeedReport.java 41 fieldCommentRequirement Required
46910 src/com/gps/reports/SpeedReport.java 42 Avoid variables with short names like r5
46911 src/com/gps/reports/SpeedReport.java 42 Use explicit scoping instead of the default package private level
46912 src/com/gps/reports/SpeedReport.java 42 fieldCommentRequirement Required
46913 src/com/gps/reports/SpeedReport.java 43 Found non-transient, non-static member. Please mark as transient or provide accessors.
46914 src/com/gps/reports/SpeedReport.java 43 Use explicit scoping instead of the default package private level
46915 src/com/gps/reports/SpeedReport.java 43 fieldCommentRequirement Required
46916 src/com/gps/reports/SpeedReport.java 44 Found non-transient, non-static member. Please mark as transient or provide accessors.
46917 src/com/gps/reports/SpeedReport.java 44 Use explicit scoping instead of the default package private level
46918 src/com/gps/reports/SpeedReport.java 44 fieldCommentRequirement Required
46919 src/com/gps/reports/SpeedReport.java 45 Found non-transient, non-static member. Please mark as transient or provide accessors.
46920 src/com/gps/reports/SpeedReport.java 45 Use explicit scoping instead of the default package private level
46921 src/com/gps/reports/SpeedReport.java 45 fieldCommentRequirement Required
46922 src/com/gps/reports/SpeedReport.java 46 Found non-transient, non-static member. Please mark as transient or provide accessors.
46923 src/com/gps/reports/SpeedReport.java 46 Use explicit scoping instead of the default package private level
46924 src/com/gps/reports/SpeedReport.java 46 fieldCommentRequirement Required
46925 src/com/gps/reports/SpeedReport.java 47 Found non-transient, non-static member. Please mark as transient or provide accessors.
46926 src/com/gps/reports/SpeedReport.java 47 Use explicit scoping instead of the default package private level
46927 src/com/gps/reports/SpeedReport.java 47 fieldCommentRequirement Required
46928 src/com/gps/reports/SpeedReport.java 48 Use explicit scoping instead of the default package private level
46929 src/com/gps/reports/SpeedReport.java 48 fieldCommentRequirement Required
46930 src/com/gps/reports/SpeedReport.java 51 Found 'UR'-anomaly for variable 'vehicle' (lines '51'-'72').
46931 src/com/gps/reports/SpeedReport.java 51 Parameter 'reportInputs' is not assigned and could be declared final
46932 src/com/gps/reports/SpeedReport.java 51 publicMethodCommentRequirement Required
46933 src/com/gps/reports/SpeedReport.java 54 There is log block not surrounded by if
46934 src/com/gps/reports/SpeedReport.java 54 There is log block not surrounded by if
46935 src/com/gps/reports/SpeedReport.java 61 Potential violation of Law of Demeter (method chain calls)
46936 src/com/gps/reports/SpeedReport.java 61 Potential violation of Law of Demeter (method chain calls)
46937 src/com/gps/reports/SpeedReport.java 62 Potential violation of Law of Demeter (method chain calls)
46938 src/com/gps/reports/SpeedReport.java 63 Potential violation of Law of Demeter (method chain calls)
46939 src/com/gps/reports/SpeedReport.java 64 Potential violation of Law of Demeter (method chain calls)
46940 src/com/gps/reports/SpeedReport.java 66 Position literals first in String comparisons
46941 src/com/gps/reports/SpeedReport.java 70 Local variable 'vehicle' could be declared final
46942 src/com/gps/reports/SpeedReport.java 77 There is log block not surrounded by if
46943 src/com/gps/reports/SpeedReport.java 77 There is log block not surrounded by if
46944 src/com/gps/reports/SpeedReport.java 78 Local variable 'vehicle' could be declared final
46945 src/com/gps/reports/SpeedReport.java 81 There is log block not surrounded by if
46946 src/com/gps/reports/SpeedReport.java 81 There is log block not surrounded by if
46947 src/com/gps/reports/SpeedReport.java 82 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46948 src/com/gps/reports/SpeedReport.java 84 Avoid printStackTrace(); use a logger call instead.
46949 src/com/gps/reports/SpeedReport.java 84 Potential violation of Law of Demeter (object not created locally)
46950 src/com/gps/reports/SpeedReport.java 89 Avoid variables with short names like to
46951 src/com/gps/reports/SpeedReport.java 89 Parameter 'flag' is not assigned and could be declared final
46952 src/com/gps/reports/SpeedReport.java 89 Parameter 'from' is not assigned and could be declared final
46953 src/com/gps/reports/SpeedReport.java 89 Parameter 'to' is not assigned and could be declared final
46954 src/com/gps/reports/SpeedReport.java 89 Parameter 'vehicle' is not assigned and could be declared final
46955 src/com/gps/reports/SpeedReport.java 96 Found 'DD'-anomaly for variable 'speedObj' (lines '96'-'109').
46956 src/com/gps/reports/SpeedReport.java 96 Found 'DD'-anomaly for variable 'speedObj' (lines '96'-'120').
46957 src/com/gps/reports/SpeedReport.java 97 Found 'DD'-anomaly for variable 'speedList' (lines '97'-'102').
46958 src/com/gps/reports/SpeedReport.java 100 There is log block not surrounded by if
46959 src/com/gps/reports/SpeedReport.java 100 There is log block not surrounded by if
46960 src/com/gps/reports/SpeedReport.java 103 Potential violation of Law of Demeter (object not created locally)
46961 src/com/gps/reports/SpeedReport.java 103 There is log block not surrounded by if
46962 src/com/gps/reports/SpeedReport.java 103 There is log block not surrounded by if
46963 src/com/gps/reports/SpeedReport.java 104 Avoid using Literals in Conditional Statements
46964 src/com/gps/reports/SpeedReport.java 104 Potential violation of Law of Demeter (object not created locally)
46965 src/com/gps/reports/SpeedReport.java 104 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
46966 src/com/gps/reports/SpeedReport.java 114 Potential violation of Law of Demeter (object not created locally)
46967 src/com/gps/reports/SpeedReport.java 115 Potential violation of Law of Demeter (object not created locally)
46968 src/com/gps/reports/SpeedReport.java 119 There is log block not surrounded by if
46969 src/com/gps/reports/SpeedReport.java 119 There is log block not surrounded by if
46970 src/com/gps/reports/SpeedReport.java 123 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
46971 src/com/gps/reports/SpeedReport.java 125 Avoid printStackTrace(); use a logger call instead.
46972 src/com/gps/reports/SpeedReport.java 125 Potential violation of Law of Demeter (object not created locally)
46973 src/com/gps/reports/SpeedReport.java 129 Avoid variables with short names like to
46974 src/com/gps/reports/SpeedReport.java 129 Found 'UR'-anomaly for variable 'speedParamDTO' (lines '129'-'189').
46975 src/com/gps/reports/SpeedReport.java 129 Found 'UR'-anomaly for variable 'speedSummaryVO' (lines '129'-'158').
46976 src/com/gps/reports/SpeedReport.java 129 Parameter 'flag' is not assigned and could be declared final
46977 src/com/gps/reports/SpeedReport.java 129 Parameter 'from' is not assigned and could be declared final
46978 src/com/gps/reports/SpeedReport.java 129 Parameter 'speedList' is not assigned and could be declared final
46979 src/com/gps/reports/SpeedReport.java 129 Parameter 'to' is not assigned and could be declared final
46980 src/com/gps/reports/SpeedReport.java 129 Parameter 'vehicle' is not assigned and could be declared final
46981 src/com/gps/reports/SpeedReport.java 129 The method 'getSummaryData' has a Cyclomatic Complexity of 17.
46982 src/com/gps/reports/SpeedReport.java 129 The method getSummaryData() has an NPath complexity of 437
46983 src/com/gps/reports/SpeedReport.java 130 Local variable 'speedVO' could be declared final
46984 src/com/gps/reports/SpeedReport.java 131 Local variable 'formatter' could be declared final
46985 src/com/gps/reports/SpeedReport.java 131 When instantiating a SimpleDateFormat object, specify a Locale
46986 src/com/gps/reports/SpeedReport.java 132 Found 'DD'-anomaly for variable 'startDate' (lines '132'-'142').
46987 src/com/gps/reports/SpeedReport.java 133 Found 'DD'-anomaly for variable 'endDate' (lines '133'-'143').
46988 src/com/gps/reports/SpeedReport.java 134 Found 'DD'-anomaly for variable 'isPresent' (lines '134'-'153').
46989 src/com/gps/reports/SpeedReport.java 137 Local variable 'calStart' could be declared final
46990 src/com/gps/reports/SpeedReport.java 138 Local variable 'calEnd' could be declared final
46991 src/com/gps/reports/SpeedReport.java 142 Potential violation of Law of Demeter (method chain calls)
46992 src/com/gps/reports/SpeedReport.java 142 Potential violation of Law of Demeter (method chain calls)
46993 src/com/gps/reports/SpeedReport.java 143 Potential violation of Law of Demeter (method chain calls)
46994 src/com/gps/reports/SpeedReport.java 143 Potential violation of Law of Demeter (method chain calls)
46995 src/com/gps/reports/SpeedReport.java 144 There is log block not surrounded by if
46996 src/com/gps/reports/SpeedReport.java 144 There is log block not surrounded by if
46997 src/com/gps/reports/SpeedReport.java 152 There is log block not surrounded by if
46998 src/com/gps/reports/SpeedReport.java 152 There is log block not surrounded by if
46999 src/com/gps/reports/SpeedReport.java 153 Found 'DD'-anomaly for variable 'isPresent' (lines '153'-'161').
47000 src/com/gps/reports/SpeedReport.java 154 Avoid using if statements without curly braces
47001 src/com/gps/reports/SpeedReport.java 157 Local variable 'speedSummaryVO' could be declared final
47002 src/com/gps/reports/SpeedReport.java 158 There is log block not surrounded by if
47003 src/com/gps/reports/SpeedReport.java 158 There is log block not surrounded by if
47004 src/com/gps/reports/SpeedReport.java 159 Potential violation of Law of Demeter (method chain calls)
47005 src/com/gps/reports/SpeedReport.java 160 There is log block not surrounded by if
47006 src/com/gps/reports/SpeedReport.java 160 There is log block not surrounded by if
47007 src/com/gps/reports/SpeedReport.java 173 Local variable 'start' could be declared final
47008 src/com/gps/reports/SpeedReport.java 174 Local variable 'end' could be declared final
47009 src/com/gps/reports/SpeedReport.java 175 There is log block not surrounded by if
47010 src/com/gps/reports/SpeedReport.java 175 There is log block not surrounded by if
47011 src/com/gps/reports/SpeedReport.java 179 There is log block not surrounded by if
47012 src/com/gps/reports/SpeedReport.java 179 There is log block not surrounded by if
47013 src/com/gps/reports/SpeedReport.java 180 Avoid variables with short names like vo
47014 src/com/gps/reports/SpeedReport.java 180 Local variable 'vo' could be declared final
47015 src/com/gps/reports/SpeedReport.java 182 Avoid using if statements without curly braces
47016 src/com/gps/reports/SpeedReport.java 185 Avoid using Literals in Conditional Statements
47017 src/com/gps/reports/SpeedReport.java 185 Potential violation of Law of Demeter (method chain calls)
47018 src/com/gps/reports/SpeedReport.java 186 Local variable 'range' could be declared final
47019 src/com/gps/reports/SpeedReport.java 186 Potential violation of Law of Demeter (method chain calls)
47020 src/com/gps/reports/SpeedReport.java 186 Potential violation of Law of Demeter (method chain calls)
47021 src/com/gps/reports/SpeedReport.java 187 Local variable 'speedParamDTO' could be declared final
47022 src/com/gps/reports/SpeedReport.java 189 Potential violation of Law of Demeter (method chain calls)
47023 src/com/gps/reports/SpeedReport.java 189 Potential violation of Law of Demeter (method chain calls)
47024 src/com/gps/reports/SpeedReport.java 189 Potential violation of Law of Demeter (method chain calls)
47025 src/com/gps/reports/SpeedReport.java 189 Potential violation of Law of Demeter (method chain calls)
47026 src/com/gps/reports/SpeedReport.java 191 Local variable 'countField' could be declared final
47027 src/com/gps/reports/SpeedReport.java 191 Potential violation of Law of Demeter (method chain calls)
47028 src/com/gps/reports/SpeedReport.java 192 Local variable 'value' could be declared final
47029 src/com/gps/reports/SpeedReport.java 193 There is log block not surrounded by if
47030 src/com/gps/reports/SpeedReport.java 193 There is log block not surrounded by if
47031 src/com/gps/reports/SpeedReport.java 204 Avoid instantiating new objects inside loops
47032 src/com/gps/reports/SpeedReport.java 208 There is log block not surrounded by if
47033 src/com/gps/reports/SpeedReport.java 208 There is log block not surrounded by if
47034 src/com/gps/reports/SpeedReport.java 212 Avoid using if statements without curly braces
47035 src/com/gps/reports/SpeedReport.java 213 Potential violation of Law of Demeter (method chain calls)
47036 src/com/gps/reports/SpeedReport.java 213 Potential violation of Law of Demeter (method chain calls)
47037 src/com/gps/reports/SpeedReport.java 213 There is log block not surrounded by if
47038 src/com/gps/reports/SpeedReport.java 213 There is log block not surrounded by if
47039 src/com/gps/reports/SpeedReport.java 215 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47040 src/com/gps/reports/SpeedReport.java 217 Avoid printStackTrace(); use a logger call instead.
47041 src/com/gps/reports/SpeedReport.java 223 Parameter 'date' is not assigned and could be declared final
47042 src/com/gps/reports/SpeedReport.java 228 Avoid instantiating new objects inside loops
47043 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47044 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47045 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47046 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47047 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47048 src/com/gps/reports/SpeedReport.java 229 Potential violation of Law of Demeter (method chain calls)
47049 src/com/gps/reports/SpeedReport.java 230 Potential violation of Law of Demeter (method chain calls)
47050 src/com/gps/reports/SpeedReport.java 230 Potential violation of Law of Demeter (method chain calls)
47051 src/com/gps/reports/SpeedReport.java 230 Potential violation of Law of Demeter (method chain calls)
47052 src/com/gps/reports/SpeedReport.java 230 Potential violation of Law of Demeter (method chain calls)
47053 src/com/gps/reports/SpeedReport.java 233 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47054 src/com/gps/reports/SpeedReport.java 235 Avoid printStackTrace(); use a logger call instead.
47055 src/com/gps/reports/SpeedReport.java 240 Found 'UR'-anomaly for variable 'speedParamDTO' (lines '240'-'260').
47056 src/com/gps/reports/SpeedReport.java 240 Parameter 'flag' is not assigned and could be declared final
47057 src/com/gps/reports/SpeedReport.java 240 Parameter 'speedDTO' is not assigned and could be declared final
47058 src/com/gps/reports/SpeedReport.java 240 The method 'processData' has a Cyclomatic Complexity of 23.
47059 src/com/gps/reports/SpeedReport.java 240 The method processData() has an NPath complexity of 1902
47060 src/com/gps/reports/SpeedReport.java 244 Found 'DD'-anomaly for variable 'dateVO' (lines '244'-'272').
47061 src/com/gps/reports/SpeedReport.java 245 Avoid declaring a variable if it is unreferenced before a possible exit point.
47062 src/com/gps/reports/SpeedReport.java 245 Avoid unused local variables such as 'rangeVO'.
47063 src/com/gps/reports/SpeedReport.java 245 Found 'DU'-anomaly for variable 'rangeVO' (lines '245'-'337').
47064 src/com/gps/reports/SpeedReport.java 245 Local variable 'rangeVO' could be declared final
47065 src/com/gps/reports/SpeedReport.java 247 Found 'DD'-anomaly for variable 'speed' (lines '247'-'260').
47066 src/com/gps/reports/SpeedReport.java 248 Found 'DD'-anomaly for variable 'count' (lines '248'-'258').
47067 src/com/gps/reports/SpeedReport.java 249 Found 'DD'-anomaly for variable 'tempLat' (lines '249'-'264').
47068 src/com/gps/reports/SpeedReport.java 250 Found 'DD'-anomaly for variable 'tempLong' (lines '250'-'265').
47069 src/com/gps/reports/SpeedReport.java 251 Local variable 'distRep' could be declared final
47070 src/com/gps/reports/SpeedReport.java 252 Found 'DD'-anomaly for variable 'distance' (lines '252'-'266').
47071 src/com/gps/reports/SpeedReport.java 256 Local variable 'speedParamDTO' could be declared final
47072 src/com/gps/reports/SpeedReport.java 260 Potential violation of Law of Demeter (object not created locally)
47073 src/com/gps/reports/SpeedReport.java 261 Potential violation of Law of Demeter (method chain calls)
47074 src/com/gps/reports/SpeedReport.java 261 Potential violation of Law of Demeter (method chain calls)
47075 src/com/gps/reports/SpeedReport.java 261 Potential violation of Law of Demeter (method chain calls)
47076 src/com/gps/reports/SpeedReport.java 261 Potential violation of Law of Demeter (object not created locally)
47077 src/com/gps/reports/SpeedReport.java 262 Potential violation of Law of Demeter (object not created locally)
47078 src/com/gps/reports/SpeedReport.java 266 Found 'DD'-anomaly for variable 'distance' (lines '266'-'299').
47079 src/com/gps/reports/SpeedReport.java 266 Found 'DU'-anomaly for variable 'distance' (lines '266'-'337').
47080 src/com/gps/reports/SpeedReport.java 270 Avoid instantiating new objects inside loops
47081 src/com/gps/reports/SpeedReport.java 271 Potential violation of Law of Demeter (object not created locally)
47082 src/com/gps/reports/SpeedReport.java 271 Potential violation of Law of Demeter (object not created locally)
47083 src/com/gps/reports/SpeedReport.java 272 Avoid instantiating new objects inside loops
47084 src/com/gps/reports/SpeedReport.java 272 Found 'DU'-anomaly for variable 'dateVO' (lines '272'-'337').
47085 src/com/gps/reports/SpeedReport.java 279 Potential violation of Law of Demeter (object not created locally)
47086 src/com/gps/reports/SpeedReport.java 280 Avoid instantiating new objects inside loops
47087 src/com/gps/reports/SpeedReport.java 280 Found 'DU'-anomaly for variable 'dateVO' (lines '280'-'337').
47088 src/com/gps/reports/SpeedReport.java 284 Avoid using if statements without curly braces
47089 src/com/gps/reports/SpeedReport.java 285 Potential violation of Law of Demeter (object not created locally)
47090 src/com/gps/reports/SpeedReport.java 294 Found 'DU'-anomaly for variable 'tempdate' (lines '294'-'337').
47091 src/com/gps/reports/SpeedReport.java 299 Potential violation of Law of Demeter (object not created locally)
47092 src/com/gps/reports/SpeedReport.java 299 Potential violation of Law of Demeter (object not created locally)
47093 src/com/gps/reports/SpeedReport.java 299 Potential violation of Law of Demeter (object not created locally)
47094 src/com/gps/reports/SpeedReport.java 301 Avoid using if statements without curly braces
47095 src/com/gps/reports/SpeedReport.java 302 Found 'DU'-anomaly for variable 'distance' (lines '302'-'337').
47096 src/com/gps/reports/SpeedReport.java 316 Avoid using Literals in Conditional Statements
47097 src/com/gps/reports/SpeedReport.java 322 Found 'DD'-anomaly for variable 'tempLat' (lines '322'-'264').
47098 src/com/gps/reports/SpeedReport.java 322 Found 'DU'-anomaly for variable 'tempLat' (lines '322'-'337').
47099 src/com/gps/reports/SpeedReport.java 322 Potential violation of Law of Demeter (object not created locally)
47100 src/com/gps/reports/SpeedReport.java 323 Found 'DD'-anomaly for variable 'tempLong' (lines '323'-'265').
47101 src/com/gps/reports/SpeedReport.java 323 Found 'DU'-anomaly for variable 'tempLong' (lines '323'-'337').
47102 src/com/gps/reports/SpeedReport.java 323 Potential violation of Law of Demeter (object not created locally)
47103 src/com/gps/reports/SpeedReport.java 327 Potential violation of Law of Demeter (object not created locally)
47104 src/com/gps/reports/SpeedReport.java 331 There is log block not surrounded by if
47105 src/com/gps/reports/SpeedReport.java 331 There is log block not surrounded by if
47106 src/com/gps/reports/SpeedReport.java 332 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47107 src/com/gps/reports/SpeedReport.java 334 Avoid printStackTrace(); use a logger call instead.
47108 src/com/gps/reports/SpeedReport.java 334 Potential violation of Law of Demeter (object not created locally)
47109 src/com/gps/reports/SpeedReport.java 339 Found 'UR'-anomaly for variable 'vehicle' (lines '339'-'354').
47110 src/com/gps/reports/SpeedReport.java 339 Parameter 'fromDate' is not assigned and could be declared final
47111 src/com/gps/reports/SpeedReport.java 339 Parameter 'vehicleId' is not assigned and could be declared final
47112 src/com/gps/reports/SpeedReport.java 339 Rather than using a lot of String arguments, consider using a container object for those values.
47113 src/com/gps/reports/SpeedReport.java 339 The method 'getTabularSpeedRep' has a Cyclomatic Complexity of 23.
47114 src/com/gps/reports/SpeedReport.java 339 publicMethodCommentRequirement Required
47115 src/com/gps/reports/SpeedReport.java 340 Parameter 'organizationId' is not assigned and could be declared final
47116 src/com/gps/reports/SpeedReport.java 340 Parameter 'repType' is not assigned and could be declared final
47117 src/com/gps/reports/SpeedReport.java 340 Parameter 'report' is not assigned and could be declared final
47118 src/com/gps/reports/SpeedReport.java 340 Parameter 'speed' is not assigned and could be declared final
47119 src/com/gps/reports/SpeedReport.java 340 Parameter 'toDate' is not assigned and could be declared final
47120 src/com/gps/reports/SpeedReport.java 342 Found 'DD'-anomaly for variable 'tripListTab' (lines '342'-'354').
47121 src/com/gps/reports/SpeedReport.java 342 Found 'DD'-anomaly for variable 'tripListTab' (lines '342'-'387').
47122 src/com/gps/reports/SpeedReport.java 342 Found 'DU'-anomaly for variable 'tripListTab' (lines '342'-'420').
47123 src/com/gps/reports/SpeedReport.java 343 Local variable 'speedTabList' could be declared final
47124 src/com/gps/reports/SpeedReport.java 346 There is log block not surrounded by if
47125 src/com/gps/reports/SpeedReport.java 346 There is log block not surrounded by if
47126 src/com/gps/reports/SpeedReport.java 347 Position literals first in String comparisons
47127 src/com/gps/reports/SpeedReport.java 351 There is log block not surrounded by if
47128 src/com/gps/reports/SpeedReport.java 351 There is log block not surrounded by if
47129 src/com/gps/reports/SpeedReport.java 352 Local variable 'vehicle' could be declared final
47130 src/com/gps/reports/SpeedReport.java 355 Potential violation of Law of Demeter (object not created locally)
47131 src/com/gps/reports/SpeedReport.java 355 There is log block not surrounded by if
47132 src/com/gps/reports/SpeedReport.java 355 There is log block not surrounded by if
47133 src/com/gps/reports/SpeedReport.java 357 Position literals first in String comparisons
47134 src/com/gps/reports/SpeedReport.java 358 Local variable 'iterator' could be declared final
47135 src/com/gps/reports/SpeedReport.java 358 Potential violation of Law of Demeter (object not created locally)
47136 src/com/gps/reports/SpeedReport.java 360 Local variable 'speedVO' could be declared final
47137 src/com/gps/reports/SpeedReport.java 362 Potential violation of Law of Demeter (object not created locally)
47138 src/com/gps/reports/SpeedReport.java 362 There is log block not surrounded by if
47139 src/com/gps/reports/SpeedReport.java 362 There is log block not surrounded by if
47140 src/com/gps/reports/SpeedReport.java 363 Potential violation of Law of Demeter (object not created locally)
47141 src/com/gps/reports/SpeedReport.java 364 Avoid using Literals in Conditional Statements
47142 src/com/gps/reports/SpeedReport.java 364 Potential violation of Law of Demeter (method chain calls)
47143 src/com/gps/reports/SpeedReport.java 364 Potential violation of Law of Demeter (object not created locally)
47144 src/com/gps/reports/SpeedReport.java 365 Avoid using for statements without curly braces
47145 src/com/gps/reports/SpeedReport.java 365 Potential violation of Law of Demeter (method chain calls)
47146 src/com/gps/reports/SpeedReport.java 365 Potential violation of Law of Demeter (object not created locally)
47147 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47148 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47149 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47150 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47151 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47152 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47153 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47154 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47155 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47156 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47157 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47158 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47159 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47160 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47161 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47162 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (method chain calls)
47163 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (object not created locally)
47164 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (object not created locally)
47165 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (object not created locally)
47166 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (object not created locally)
47167 src/com/gps/reports/SpeedReport.java 366 Potential violation of Law of Demeter (object not created locally)
47168 src/com/gps/reports/SpeedReport.java 366 There is log block not surrounded by if
47169 src/com/gps/reports/SpeedReport.java 366 There is log block not surrounded by if
47170 src/com/gps/reports/SpeedReport.java 369 Potential violation of Law of Demeter (object not created locally)
47171 src/com/gps/reports/SpeedReport.java 373 Position literals first in String comparisons
47172 src/com/gps/reports/SpeedReport.java 374 Potential violation of Law of Demeter (object not created locally)
47173 src/com/gps/reports/SpeedReport.java 374 There is log block not surrounded by if
47174 src/com/gps/reports/SpeedReport.java 374 There is log block not surrounded by if
47175 src/com/gps/reports/SpeedReport.java 375 Local variable 'iterator' could be declared final
47176 src/com/gps/reports/SpeedReport.java 375 Potential violation of Law of Demeter (object not created locally)
47177 src/com/gps/reports/SpeedReport.java 377 Local variable 'speedListVO' could be declared final
47178 src/com/gps/reports/SpeedReport.java 378 Potential violation of Law of Demeter (object not created locally)
47179 src/com/gps/reports/SpeedReport.java 385 There is log block not surrounded by if
47180 src/com/gps/reports/SpeedReport.java 385 There is log block not surrounded by if
47181 src/com/gps/reports/SpeedReport.java 386 Local variable 'vehicle' could be declared final
47182 src/com/gps/reports/SpeedReport.java 389 Position literals first in String comparisons
47183 src/com/gps/reports/SpeedReport.java 390 Local variable 'iterator' could be declared final
47184 src/com/gps/reports/SpeedReport.java 390 Potential violation of Law of Demeter (object not created locally)
47185 src/com/gps/reports/SpeedReport.java 392 Local variable 'speedVO' could be declared final
47186 src/com/gps/reports/SpeedReport.java 394 Potential violation of Law of Demeter (object not created locally)
47187 src/com/gps/reports/SpeedReport.java 394 There is log block not surrounded by if
47188 src/com/gps/reports/SpeedReport.java 394 There is log block not surrounded by if
47189 src/com/gps/reports/SpeedReport.java 395 Potential violation of Law of Demeter (object not created locally)
47190 src/com/gps/reports/SpeedReport.java 396 Avoid using Literals in Conditional Statements
47191 src/com/gps/reports/SpeedReport.java 396 Potential violation of Law of Demeter (method chain calls)
47192 src/com/gps/reports/SpeedReport.java 396 Potential violation of Law of Demeter (object not created locally)
47193 src/com/gps/reports/SpeedReport.java 397 Avoid using for statements without curly braces
47194 src/com/gps/reports/SpeedReport.java 397 Potential violation of Law of Demeter (method chain calls)
47195 src/com/gps/reports/SpeedReport.java 397 Potential violation of Law of Demeter (object not created locally)
47196 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47197 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47198 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47199 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47200 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47201 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47202 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47203 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47204 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47205 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47206 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47207 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47208 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47209 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47210 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47211 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (method chain calls)
47212 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (object not created locally)
47213 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (object not created locally)
47214 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (object not created locally)
47215 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (object not created locally)
47216 src/com/gps/reports/SpeedReport.java 398 Potential violation of Law of Demeter (object not created locally)
47217 src/com/gps/reports/SpeedReport.java 398 There is log block not surrounded by if
47218 src/com/gps/reports/SpeedReport.java 398 There is log block not surrounded by if
47219 src/com/gps/reports/SpeedReport.java 400 Potential violation of Law of Demeter (object not created locally)
47220 src/com/gps/reports/SpeedReport.java 405 Position literals first in String comparisons
47221 src/com/gps/reports/SpeedReport.java 405 Position literals first in String comparisons
47222 src/com/gps/reports/SpeedReport.java 406 Potential violation of Law of Demeter (object not created locally)
47223 src/com/gps/reports/SpeedReport.java 406 There is log block not surrounded by if
47224 src/com/gps/reports/SpeedReport.java 406 There is log block not surrounded by if
47225 src/com/gps/reports/SpeedReport.java 407 Local variable 'iterator' could be declared final
47226 src/com/gps/reports/SpeedReport.java 407 Potential violation of Law of Demeter (object not created locally)
47227 src/com/gps/reports/SpeedReport.java 409 Local variable 'speedListVO' could be declared final
47228 src/com/gps/reports/SpeedReport.java 410 Potential violation of Law of Demeter (object not created locally)
47229 src/com/gps/reports/SpeedReport.java 415 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47230 src/com/gps/reports/SpeedReport.java 417 Avoid printStackTrace(); use a logger call instead.
47231 src/com/gps/reports/SpeedReport.java 417 Potential violation of Law of Demeter (object not created locally)
47232 src/com/gps/reports/SpeedReport.java 422 Parameter 'fromDate' is not assigned and could be declared final
47233 src/com/gps/reports/SpeedReport.java 422 Parameter 'vehicle' is not assigned and could be declared final
47234 src/com/gps/reports/SpeedReport.java 422 Rather than using a lot of String arguments, consider using a container object for those values.
47235 src/com/gps/reports/SpeedReport.java 423 Parameter 'repType' is not assigned and could be declared final
47236 src/com/gps/reports/SpeedReport.java 423 Parameter 'report' is not assigned and could be declared final
47237 src/com/gps/reports/SpeedReport.java 423 Parameter 'speed' is not assigned and could be declared final
47238 src/com/gps/reports/SpeedReport.java 423 Parameter 'toDate' is not assigned and could be declared final
47239 src/com/gps/reports/SpeedReport.java 425 Found 'DU'-anomaly for variable 'tabular' (lines '425'-'443').
47240 src/com/gps/reports/SpeedReport.java 425 Local variable 'tabular' could be declared final
47241 src/com/gps/reports/SpeedReport.java 426 Found 'DD'-anomaly for variable 'speedList' (lines '426'-'433').
47242 src/com/gps/reports/SpeedReport.java 431 There is log block not surrounded by if
47243 src/com/gps/reports/SpeedReport.java 431 There is log block not surrounded by if
47244 src/com/gps/reports/SpeedReport.java 432 Avoid using if statements without curly braces
47245 src/com/gps/reports/SpeedReport.java 433 Avoid calling toString() on String objects; this is unnecessary.
47246 src/com/gps/reports/SpeedReport.java 433 Potential violation of Law of Demeter (object not created locally)
47247 src/com/gps/reports/SpeedReport.java 434 Avoid using if statements without curly braces
47248 src/com/gps/reports/SpeedReport.java 435 Potential violation of Law of Demeter (object not created locally)
47249 src/com/gps/reports/SpeedReport.java 435 There is log block not surrounded by if
47250 src/com/gps/reports/SpeedReport.java 435 There is log block not surrounded by if
47251 src/com/gps/reports/SpeedReport.java 437 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47252 src/com/gps/reports/SpeedReport.java 439 Avoid printStackTrace(); use a logger call instead.
47253 src/com/gps/reports/SpeedReport.java 439 Potential violation of Law of Demeter (object not created locally)
47254 src/com/gps/reports/SpeedReport.java 445 Parameter 'args' is not assigned and could be declared final
47255 src/com/gps/reports/SpeedReport.java 445 publicMethodCommentRequirement Required
47256 src/com/gps/reports/SpeedReport.java 448 Local variable 'rep' could be declared final
47257 src/com/gps/reports/SpeedReport.java 449 Comment is too large: Line too long
47258 src/com/gps/reports/SpeedReport.java 453 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47259 src/com/gps/reports/SpeedReport.java 455 Avoid printStackTrace(); use a logger call instead.
47260 src/com/gps/reports/SpeedReportOld.java 18 The class 'SpeedReportOld' has a Cyclomatic Complexity of 10 (Highest = 22).
47261 src/com/gps/reports/SpeedReportOld.java 18 Too many fields
47262 src/com/gps/reports/SpeedReportOld.java 18 headerCommentRequirement Required
47263 src/com/gps/reports/SpeedReportOld.java 20 Avoid using redundant field initializer for 'organizationId'
47264 src/com/gps/reports/SpeedReportOld.java 20 Found non-transient, non-static member. Please mark as transient or provide accessors.
47265 src/com/gps/reports/SpeedReportOld.java 20 Perhaps 'organizationId' could be replaced by a local variable.
47266 src/com/gps/reports/SpeedReportOld.java 20 fieldCommentRequirement Required
47267 src/com/gps/reports/SpeedReportOld.java 21 Found non-transient, non-static member. Please mark as transient or provide accessors.
47268 src/com/gps/reports/SpeedReportOld.java 21 Perhaps 'vehicleId' could be replaced by a local variable.
47269 src/com/gps/reports/SpeedReportOld.java 21 fieldCommentRequirement Required
47270 src/com/gps/reports/SpeedReportOld.java 22 Found non-transient, non-static member. Please mark as transient or provide accessors.
47271 src/com/gps/reports/SpeedReportOld.java 22 fieldCommentRequirement Required
47272 src/com/gps/reports/SpeedReportOld.java 23 Found non-transient, non-static member. Please mark as transient or provide accessors.
47273 src/com/gps/reports/SpeedReportOld.java 23 fieldCommentRequirement Required
47274 src/com/gps/reports/SpeedReportOld.java 24 The Logger variable declaration does not contain the static and final modifiers
47275 src/com/gps/reports/SpeedReportOld.java 24 fieldCommentRequirement Required
47276 src/com/gps/reports/SpeedReportOld.java 25 Found non-transient, non-static member. Please mark as transient or provide accessors.
47277 src/com/gps/reports/SpeedReportOld.java 25 fieldCommentRequirement Required
47278 src/com/gps/reports/SpeedReportOld.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
47279 src/com/gps/reports/SpeedReportOld.java 26 fieldCommentRequirement Required
47280 src/com/gps/reports/SpeedReportOld.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
47281 src/com/gps/reports/SpeedReportOld.java 27 fieldCommentRequirement Required
47282 src/com/gps/reports/SpeedReportOld.java 28 Found non-transient, non-static member. Please mark as transient or provide accessors.
47283 src/com/gps/reports/SpeedReportOld.java 28 fieldCommentRequirement Required
47284 src/com/gps/reports/SpeedReportOld.java 29 Avoid using redundant field initializer for 'speedInfo'
47285 src/com/gps/reports/SpeedReportOld.java 29 Found non-transient, non-static member. Please mark as transient or provide accessors.
47286 src/com/gps/reports/SpeedReportOld.java 29 Use explicit scoping instead of the default package private level
47287 src/com/gps/reports/SpeedReportOld.java 29 fieldCommentRequirement Required
47288 src/com/gps/reports/SpeedReportOld.java 30 Avoid variables with short names like r1
47289 src/com/gps/reports/SpeedReportOld.java 30 Use explicit scoping instead of the default package private level
47290 src/com/gps/reports/SpeedReportOld.java 30 fieldCommentRequirement Required
47291 src/com/gps/reports/SpeedReportOld.java 31 Avoid variables with short names like r2
47292 src/com/gps/reports/SpeedReportOld.java 31 Use explicit scoping instead of the default package private level
47293 src/com/gps/reports/SpeedReportOld.java 31 fieldCommentRequirement Required
47294 src/com/gps/reports/SpeedReportOld.java 32 Avoid variables with short names like r3
47295 src/com/gps/reports/SpeedReportOld.java 32 Use explicit scoping instead of the default package private level
47296 src/com/gps/reports/SpeedReportOld.java 32 fieldCommentRequirement Required
47297 src/com/gps/reports/SpeedReportOld.java 33 Avoid variables with short names like r4
47298 src/com/gps/reports/SpeedReportOld.java 33 Use explicit scoping instead of the default package private level
47299 src/com/gps/reports/SpeedReportOld.java 33 fieldCommentRequirement Required
47300 src/com/gps/reports/SpeedReportOld.java 34 Avoid variables with short names like r5
47301 src/com/gps/reports/SpeedReportOld.java 34 Use explicit scoping instead of the default package private level
47302 src/com/gps/reports/SpeedReportOld.java 34 fieldCommentRequirement Required
47303 src/com/gps/reports/SpeedReportOld.java 35 Avoid using redundant field initializer for 'countR1'
47304 src/com/gps/reports/SpeedReportOld.java 35 Found non-transient, non-static member. Please mark as transient or provide accessors.
47305 src/com/gps/reports/SpeedReportOld.java 35 Use explicit scoping instead of the default package private level
47306 src/com/gps/reports/SpeedReportOld.java 35 fieldCommentRequirement Required
47307 src/com/gps/reports/SpeedReportOld.java 36 Avoid using redundant field initializer for 'countR2'
47308 src/com/gps/reports/SpeedReportOld.java 36 Found non-transient, non-static member. Please mark as transient or provide accessors.
47309 src/com/gps/reports/SpeedReportOld.java 36 Use explicit scoping instead of the default package private level
47310 src/com/gps/reports/SpeedReportOld.java 36 fieldCommentRequirement Required
47311 src/com/gps/reports/SpeedReportOld.java 37 Avoid using redundant field initializer for 'countR3'
47312 src/com/gps/reports/SpeedReportOld.java 37 Found non-transient, non-static member. Please mark as transient or provide accessors.
47313 src/com/gps/reports/SpeedReportOld.java 37 Use explicit scoping instead of the default package private level
47314 src/com/gps/reports/SpeedReportOld.java 37 fieldCommentRequirement Required
47315 src/com/gps/reports/SpeedReportOld.java 38 Avoid using redundant field initializer for 'countR4'
47316 src/com/gps/reports/SpeedReportOld.java 38 Found non-transient, non-static member. Please mark as transient or provide accessors.
47317 src/com/gps/reports/SpeedReportOld.java 38 Use explicit scoping instead of the default package private level
47318 src/com/gps/reports/SpeedReportOld.java 38 fieldCommentRequirement Required
47319 src/com/gps/reports/SpeedReportOld.java 39 Avoid using redundant field initializer for 'countR5'
47320 src/com/gps/reports/SpeedReportOld.java 39 Found non-transient, non-static member. Please mark as transient or provide accessors.
47321 src/com/gps/reports/SpeedReportOld.java 39 Use explicit scoping instead of the default package private level
47322 src/com/gps/reports/SpeedReportOld.java 39 fieldCommentRequirement Required
47323 src/com/gps/reports/SpeedReportOld.java 43 Found 'UR'-anomaly for variable 'vehicle' (lines '43'-'64').
47324 src/com/gps/reports/SpeedReportOld.java 43 Parameter 'reportInputs' is not assigned and could be declared final
47325 src/com/gps/reports/SpeedReportOld.java 43 publicMethodCommentRequirement Required
47326 src/com/gps/reports/SpeedReportOld.java 46 There is log block not surrounded by if
47327 src/com/gps/reports/SpeedReportOld.java 46 There is log block not surrounded by if
47328 src/com/gps/reports/SpeedReportOld.java 53 Potential violation of Law of Demeter (method chain calls)
47329 src/com/gps/reports/SpeedReportOld.java 53 Potential violation of Law of Demeter (method chain calls)
47330 src/com/gps/reports/SpeedReportOld.java 54 Potential violation of Law of Demeter (method chain calls)
47331 src/com/gps/reports/SpeedReportOld.java 55 Potential violation of Law of Demeter (method chain calls)
47332 src/com/gps/reports/SpeedReportOld.java 56 Potential violation of Law of Demeter (method chain calls)
47333 src/com/gps/reports/SpeedReportOld.java 58 Position literals first in String comparisons
47334 src/com/gps/reports/SpeedReportOld.java 62 Local variable 'vehicle' could be declared final
47335 src/com/gps/reports/SpeedReportOld.java 69 There is log block not surrounded by if
47336 src/com/gps/reports/SpeedReportOld.java 69 There is log block not surrounded by if
47337 src/com/gps/reports/SpeedReportOld.java 70 Local variable 'vehicle' could be declared final
47338 src/com/gps/reports/SpeedReportOld.java 73 There is log block not surrounded by if
47339 src/com/gps/reports/SpeedReportOld.java 73 There is log block not surrounded by if
47340 src/com/gps/reports/SpeedReportOld.java 74 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47341 src/com/gps/reports/SpeedReportOld.java 76 Avoid printStackTrace(); use a logger call instead.
47342 src/com/gps/reports/SpeedReportOld.java 76 Potential violation of Law of Demeter (object not created locally)
47343 src/com/gps/reports/SpeedReportOld.java 81 Avoid unused method parameters such as 'from'.
47344 src/com/gps/reports/SpeedReportOld.java 81 Avoid unused method parameters such as 'to'.
47345 src/com/gps/reports/SpeedReportOld.java 81 Avoid variables with short names like to
47346 src/com/gps/reports/SpeedReportOld.java 81 Parameter 'flag' is not assigned and could be declared final
47347 src/com/gps/reports/SpeedReportOld.java 81 Parameter 'from' is not assigned and could be declared final
47348 src/com/gps/reports/SpeedReportOld.java 81 Parameter 'to' is not assigned and could be declared final
47349 src/com/gps/reports/SpeedReportOld.java 81 Parameter 'vehicle' is not assigned and could be declared final
47350 src/com/gps/reports/SpeedReportOld.java 88 Found 'DD'-anomaly for variable 'speedObj' (lines '88'-'96').
47351 src/com/gps/reports/SpeedReportOld.java 88 Found 'DU'-anomaly for variable 'speedObj' (lines '88'-'115').
47352 src/com/gps/reports/SpeedReportOld.java 91 There is log block not surrounded by if
47353 src/com/gps/reports/SpeedReportOld.java 91 There is log block not surrounded by if
47354 src/com/gps/reports/SpeedReportOld.java 111 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47355 src/com/gps/reports/SpeedReportOld.java 113 Avoid printStackTrace(); use a logger call instead.
47356 src/com/gps/reports/SpeedReportOld.java 117 Found 'UR'-anomaly for variable 'speedParamDTO' (lines '117'-'132').
47357 src/com/gps/reports/SpeedReportOld.java 117 Parameter 'flag' is not assigned and could be declared final
47358 src/com/gps/reports/SpeedReportOld.java 117 Parameter 'speedDTO' is not assigned and could be declared final
47359 src/com/gps/reports/SpeedReportOld.java 117 The method 'processData' has a Cyclomatic Complexity of 21.
47360 src/com/gps/reports/SpeedReportOld.java 117 The method processData() has an NPath complexity of 752
47361 src/com/gps/reports/SpeedReportOld.java 121 Found 'DD'-anomaly for variable 'dateVO' (lines '121'-'140').
47362 src/com/gps/reports/SpeedReportOld.java 122 Found 'DD'-anomaly for variable 'rangeVO' (lines '122'-'149').
47363 src/com/gps/reports/SpeedReportOld.java 122 Found 'DD'-anomaly for variable 'rangeVO' (lines '122'-'199').
47364 src/com/gps/reports/SpeedReportOld.java 122 Found 'DU'-anomaly for variable 'rangeVO' (lines '122'-'215').
47365 src/com/gps/reports/SpeedReportOld.java 124 Found 'DD'-anomaly for variable 'speed' (lines '124'-'132').
47366 src/com/gps/reports/SpeedReportOld.java 125 Found 'DD'-anomaly for variable 'count' (lines '125'-'131').
47367 src/com/gps/reports/SpeedReportOld.java 129 Local variable 'speedParamDTO' could be declared final
47368 src/com/gps/reports/SpeedReportOld.java 133 Potential violation of Law of Demeter (method chain calls)
47369 src/com/gps/reports/SpeedReportOld.java 133 Potential violation of Law of Demeter (method chain calls)
47370 src/com/gps/reports/SpeedReportOld.java 133 Potential violation of Law of Demeter (method chain calls)
47371 src/com/gps/reports/SpeedReportOld.java 138 Avoid instantiating new objects inside loops
47372 src/com/gps/reports/SpeedReportOld.java 140 Avoid instantiating new objects inside loops
47373 src/com/gps/reports/SpeedReportOld.java 140 Found 'DU'-anomaly for variable 'dateVO' (lines '140'-'215').
47374 src/com/gps/reports/SpeedReportOld.java 149 Avoid instantiating new objects inside loops
47375 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47376 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47377 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47378 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47379 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47380 src/com/gps/reports/SpeedReportOld.java 150 Potential violation of Law of Demeter (method chain calls)
47381 src/com/gps/reports/SpeedReportOld.java 151 Potential violation of Law of Demeter (method chain calls)
47382 src/com/gps/reports/SpeedReportOld.java 151 Potential violation of Law of Demeter (method chain calls)
47383 src/com/gps/reports/SpeedReportOld.java 151 Potential violation of Law of Demeter (method chain calls)
47384 src/com/gps/reports/SpeedReportOld.java 151 Potential violation of Law of Demeter (method chain calls)
47385 src/com/gps/reports/SpeedReportOld.java 154 Comment is too large: Line too long
47386 src/com/gps/reports/SpeedReportOld.java 159 Comment is too large: Line too long
47387 src/com/gps/reports/SpeedReportOld.java 161 Avoid instantiating new objects inside loops
47388 src/com/gps/reports/SpeedReportOld.java 161 Found 'DU'-anomaly for variable 'dateVO' (lines '161'-'215').
47389 src/com/gps/reports/SpeedReportOld.java 165 Avoid using if statements without curly braces
47390 src/com/gps/reports/SpeedReportOld.java 175 Found 'DU'-anomaly for variable 'tempdate' (lines '175'-'215').
47391 src/com/gps/reports/SpeedReportOld.java 190 Avoid using Literals in Conditional Statements
47392 src/com/gps/reports/SpeedReportOld.java 199 Avoid instantiating new objects inside loops
47393 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47394 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47395 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47396 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47397 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47398 src/com/gps/reports/SpeedReportOld.java 200 Potential violation of Law of Demeter (method chain calls)
47399 src/com/gps/reports/SpeedReportOld.java 201 Potential violation of Law of Demeter (method chain calls)
47400 src/com/gps/reports/SpeedReportOld.java 201 Potential violation of Law of Demeter (method chain calls)
47401 src/com/gps/reports/SpeedReportOld.java 201 Potential violation of Law of Demeter (method chain calls)
47402 src/com/gps/reports/SpeedReportOld.java 201 Potential violation of Law of Demeter (method chain calls)
47403 src/com/gps/reports/SpeedReportOld.java 209 There is log block not surrounded by if
47404 src/com/gps/reports/SpeedReportOld.java 209 There is log block not surrounded by if
47405 src/com/gps/reports/SpeedReportOld.java 210 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47406 src/com/gps/reports/SpeedReportOld.java 212 Avoid printStackTrace(); use a logger call instead.
47407 src/com/gps/reports/SpeedReportOld.java 217 Found 'UR'-anomaly for variable 'vehicle' (lines '217'-'232').
47408 src/com/gps/reports/SpeedReportOld.java 217 Parameter 'fromDate' is not assigned and could be declared final
47409 src/com/gps/reports/SpeedReportOld.java 217 Parameter 'vehicleId' is not assigned and could be declared final
47410 src/com/gps/reports/SpeedReportOld.java 217 Rather than using a lot of String arguments, consider using a container object for those values.
47411 src/com/gps/reports/SpeedReportOld.java 217 The method 'getTabularSpeedRep' has a Cyclomatic Complexity of 22.
47412 src/com/gps/reports/SpeedReportOld.java 217 publicMethodCommentRequirement Required
47413 src/com/gps/reports/SpeedReportOld.java 218 Parameter 'organizationId' is not assigned and could be declared final
47414 src/com/gps/reports/SpeedReportOld.java 218 Parameter 'repType' is not assigned and could be declared final
47415 src/com/gps/reports/SpeedReportOld.java 218 Parameter 'report' is not assigned and could be declared final
47416 src/com/gps/reports/SpeedReportOld.java 218 Parameter 'speed' is not assigned and could be declared final
47417 src/com/gps/reports/SpeedReportOld.java 218 Parameter 'toDate' is not assigned and could be declared final
47418 src/com/gps/reports/SpeedReportOld.java 220 Found 'DD'-anomaly for variable 'tripListTab' (lines '220'-'232').
47419 src/com/gps/reports/SpeedReportOld.java 220 Found 'DD'-anomaly for variable 'tripListTab' (lines '220'-'265').
47420 src/com/gps/reports/SpeedReportOld.java 220 Found 'DU'-anomaly for variable 'tripListTab' (lines '220'-'298').
47421 src/com/gps/reports/SpeedReportOld.java 221 Local variable 'speedTabList' could be declared final
47422 src/com/gps/reports/SpeedReportOld.java 224 There is log block not surrounded by if
47423 src/com/gps/reports/SpeedReportOld.java 224 There is log block not surrounded by if
47424 src/com/gps/reports/SpeedReportOld.java 225 Position literals first in String comparisons
47425 src/com/gps/reports/SpeedReportOld.java 229 There is log block not surrounded by if
47426 src/com/gps/reports/SpeedReportOld.java 229 There is log block not surrounded by if
47427 src/com/gps/reports/SpeedReportOld.java 230 Local variable 'vehicle' could be declared final
47428 src/com/gps/reports/SpeedReportOld.java 233 Potential violation of Law of Demeter (object not created locally)
47429 src/com/gps/reports/SpeedReportOld.java 233 There is log block not surrounded by if
47430 src/com/gps/reports/SpeedReportOld.java 233 There is log block not surrounded by if
47431 src/com/gps/reports/SpeedReportOld.java 235 Position literals first in String comparisons
47432 src/com/gps/reports/SpeedReportOld.java 236 Local variable 'iterator' could be declared final
47433 src/com/gps/reports/SpeedReportOld.java 236 Potential violation of Law of Demeter (object not created locally)
47434 src/com/gps/reports/SpeedReportOld.java 238 Local variable 'speedVO' could be declared final
47435 src/com/gps/reports/SpeedReportOld.java 240 Potential violation of Law of Demeter (object not created locally)
47436 src/com/gps/reports/SpeedReportOld.java 240 There is log block not surrounded by if
47437 src/com/gps/reports/SpeedReportOld.java 240 There is log block not surrounded by if
47438 src/com/gps/reports/SpeedReportOld.java 241 Potential violation of Law of Demeter (object not created locally)
47439 src/com/gps/reports/SpeedReportOld.java 242 Avoid using Literals in Conditional Statements
47440 src/com/gps/reports/SpeedReportOld.java 242 Potential violation of Law of Demeter (method chain calls)
47441 src/com/gps/reports/SpeedReportOld.java 242 Potential violation of Law of Demeter (object not created locally)
47442 src/com/gps/reports/SpeedReportOld.java 243 Avoid using for statements without curly braces
47443 src/com/gps/reports/SpeedReportOld.java 243 Potential violation of Law of Demeter (method chain calls)
47444 src/com/gps/reports/SpeedReportOld.java 243 Potential violation of Law of Demeter (object not created locally)
47445 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47446 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47447 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47448 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47449 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47450 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47451 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47452 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47453 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47454 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47455 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47456 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47457 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47458 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47459 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47460 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (method chain calls)
47461 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (object not created locally)
47462 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (object not created locally)
47463 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (object not created locally)
47464 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (object not created locally)
47465 src/com/gps/reports/SpeedReportOld.java 244 Potential violation of Law of Demeter (object not created locally)
47466 src/com/gps/reports/SpeedReportOld.java 244 There is log block not surrounded by if
47467 src/com/gps/reports/SpeedReportOld.java 244 There is log block not surrounded by if
47468 src/com/gps/reports/SpeedReportOld.java 247 Potential violation of Law of Demeter (object not created locally)
47469 src/com/gps/reports/SpeedReportOld.java 251 Position literals first in String comparisons
47470 src/com/gps/reports/SpeedReportOld.java 252 Potential violation of Law of Demeter (object not created locally)
47471 src/com/gps/reports/SpeedReportOld.java 252 There is log block not surrounded by if
47472 src/com/gps/reports/SpeedReportOld.java 252 There is log block not surrounded by if
47473 src/com/gps/reports/SpeedReportOld.java 253 Local variable 'iterator' could be declared final
47474 src/com/gps/reports/SpeedReportOld.java 253 Potential violation of Law of Demeter (object not created locally)
47475 src/com/gps/reports/SpeedReportOld.java 255 Local variable 'speedListVO' could be declared final
47476 src/com/gps/reports/SpeedReportOld.java 256 Potential violation of Law of Demeter (object not created locally)
47477 src/com/gps/reports/SpeedReportOld.java 263 There is log block not surrounded by if
47478 src/com/gps/reports/SpeedReportOld.java 263 There is log block not surrounded by if
47479 src/com/gps/reports/SpeedReportOld.java 264 Local variable 'vehicle' could be declared final
47480 src/com/gps/reports/SpeedReportOld.java 267 Position literals first in String comparisons
47481 src/com/gps/reports/SpeedReportOld.java 268 Local variable 'iterator' could be declared final
47482 src/com/gps/reports/SpeedReportOld.java 268 Potential violation of Law of Demeter (object not created locally)
47483 src/com/gps/reports/SpeedReportOld.java 270 Local variable 'speedVO' could be declared final
47484 src/com/gps/reports/SpeedReportOld.java 272 Potential violation of Law of Demeter (object not created locally)
47485 src/com/gps/reports/SpeedReportOld.java 272 There is log block not surrounded by if
47486 src/com/gps/reports/SpeedReportOld.java 272 There is log block not surrounded by if
47487 src/com/gps/reports/SpeedReportOld.java 273 Potential violation of Law of Demeter (object not created locally)
47488 src/com/gps/reports/SpeedReportOld.java 274 Avoid using Literals in Conditional Statements
47489 src/com/gps/reports/SpeedReportOld.java 274 Potential violation of Law of Demeter (method chain calls)
47490 src/com/gps/reports/SpeedReportOld.java 274 Potential violation of Law of Demeter (object not created locally)
47491 src/com/gps/reports/SpeedReportOld.java 275 Avoid using for statements without curly braces
47492 src/com/gps/reports/SpeedReportOld.java 275 Potential violation of Law of Demeter (method chain calls)
47493 src/com/gps/reports/SpeedReportOld.java 275 Potential violation of Law of Demeter (object not created locally)
47494 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47495 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47496 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47497 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47498 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47499 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47500 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47501 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47502 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47503 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47504 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47505 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47506 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47507 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47508 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47509 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (method chain calls)
47510 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (object not created locally)
47511 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (object not created locally)
47512 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (object not created locally)
47513 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (object not created locally)
47514 src/com/gps/reports/SpeedReportOld.java 276 Potential violation of Law of Demeter (object not created locally)
47515 src/com/gps/reports/SpeedReportOld.java 276 There is log block not surrounded by if
47516 src/com/gps/reports/SpeedReportOld.java 276 There is log block not surrounded by if
47517 src/com/gps/reports/SpeedReportOld.java 278 Potential violation of Law of Demeter (object not created locally)
47518 src/com/gps/reports/SpeedReportOld.java 283 Position literals first in String comparisons
47519 src/com/gps/reports/SpeedReportOld.java 284 Potential violation of Law of Demeter (object not created locally)
47520 src/com/gps/reports/SpeedReportOld.java 284 There is log block not surrounded by if
47521 src/com/gps/reports/SpeedReportOld.java 284 There is log block not surrounded by if
47522 src/com/gps/reports/SpeedReportOld.java 285 Local variable 'iterator' could be declared final
47523 src/com/gps/reports/SpeedReportOld.java 285 Potential violation of Law of Demeter (object not created locally)
47524 src/com/gps/reports/SpeedReportOld.java 287 Local variable 'speedListVO' could be declared final
47525 src/com/gps/reports/SpeedReportOld.java 288 Potential violation of Law of Demeter (object not created locally)
47526 src/com/gps/reports/SpeedReportOld.java 293 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47527 src/com/gps/reports/SpeedReportOld.java 295 Avoid printStackTrace(); use a logger call instead.
47528 src/com/gps/reports/SpeedReportOld.java 295 Potential violation of Law of Demeter (object not created locally)
47529 src/com/gps/reports/SpeedReportOld.java 300 Parameter 'fromDate' is not assigned and could be declared final
47530 src/com/gps/reports/SpeedReportOld.java 300 Parameter 'vehicle' is not assigned and could be declared final
47531 src/com/gps/reports/SpeedReportOld.java 300 Rather than using a lot of String arguments, consider using a container object for those values.
47532 src/com/gps/reports/SpeedReportOld.java 301 Parameter 'repType' is not assigned and could be declared final
47533 src/com/gps/reports/SpeedReportOld.java 301 Parameter 'report' is not assigned and could be declared final
47534 src/com/gps/reports/SpeedReportOld.java 301 Parameter 'speed' is not assigned and could be declared final
47535 src/com/gps/reports/SpeedReportOld.java 301 Parameter 'toDate' is not assigned and could be declared final
47536 src/com/gps/reports/SpeedReportOld.java 303 Found 'DU'-anomaly for variable 'tabular' (lines '303'-'321').
47537 src/com/gps/reports/SpeedReportOld.java 303 Local variable 'tabular' could be declared final
47538 src/com/gps/reports/SpeedReportOld.java 304 Found 'DD'-anomaly for variable 'speedList' (lines '304'-'311').
47539 src/com/gps/reports/SpeedReportOld.java 309 There is log block not surrounded by if
47540 src/com/gps/reports/SpeedReportOld.java 309 There is log block not surrounded by if
47541 src/com/gps/reports/SpeedReportOld.java 310 Avoid using if statements without curly braces
47542 src/com/gps/reports/SpeedReportOld.java 311 Avoid calling toString() on String objects; this is unnecessary.
47543 src/com/gps/reports/SpeedReportOld.java 311 Potential violation of Law of Demeter (object not created locally)
47544 src/com/gps/reports/SpeedReportOld.java 312 Avoid using if statements without curly braces
47545 src/com/gps/reports/SpeedReportOld.java 313 Potential violation of Law of Demeter (object not created locally)
47546 src/com/gps/reports/SpeedReportOld.java 313 There is log block not surrounded by if
47547 src/com/gps/reports/SpeedReportOld.java 313 There is log block not surrounded by if
47548 src/com/gps/reports/SpeedReportOld.java 315 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47549 src/com/gps/reports/SpeedReportOld.java 317 Avoid printStackTrace(); use a logger call instead.
47550 src/com/gps/reports/SpeedReportOld.java 317 Potential violation of Law of Demeter (object not created locally)
47551 src/com/gps/reports/SpeedReportOld.java 323 Parameter 'args' is not assigned and could be declared final
47552 src/com/gps/reports/SpeedReportOld.java 323 publicMethodCommentRequirement Required
47553 src/com/gps/reports/SpeedReportOld.java 326 Local variable 'rep' could be declared final
47554 src/com/gps/reports/SpeedReportOld.java 329 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47555 src/com/gps/reports/SpeedReportOld.java 331 Avoid printStackTrace(); use a logger call instead.
47556 src/com/gps/reports/SpeedTabular.java 15 The class 'SpeedTabular' has a Cyclomatic Complexity of 22 (Highest = 37).
47557 src/com/gps/reports/SpeedTabular.java 15 headerCommentRequirement Required
47558 src/com/gps/reports/SpeedTabular.java 17 The Logger variable declaration does not contain the static and final modifiers
47559 src/com/gps/reports/SpeedTabular.java 17 Use explicit scoping instead of the default package private level
47560 src/com/gps/reports/SpeedTabular.java 17 fieldCommentRequirement Required
47561 src/com/gps/reports/SpeedTabular.java 19 Avoid really long methods.
47562 src/com/gps/reports/SpeedTabular.java 19 Found 'UR'-anomaly for variable 'speedParamDTO' (lines '19'-'53').
47563 src/com/gps/reports/SpeedTabular.java 19 Parameter 'limit' is not assigned and could be declared final
47564 src/com/gps/reports/SpeedTabular.java 19 Parameter 'paramDTO' is not assigned and could be declared final
47565 src/com/gps/reports/SpeedTabular.java 19 Parameter 'repType' is not assigned and could be declared final
47566 src/com/gps/reports/SpeedTabular.java 19 Parameter 'report' is not assigned and could be declared final
47567 src/com/gps/reports/SpeedTabular.java 19 The method 'getSpeedListInfo' has a Cyclomatic Complexity of 37.
47568 src/com/gps/reports/SpeedTabular.java 19 The method getSpeedListInfo() has an NCSS line count of 179
47569 src/com/gps/reports/SpeedTabular.java 19 The method getSpeedListInfo() has an NPath complexity of 3756
47570 src/com/gps/reports/SpeedTabular.java 19 publicMethodCommentRequirement Required
47571 src/com/gps/reports/SpeedTabular.java 21 Local variable 'speedList' could be declared final
47572 src/com/gps/reports/SpeedTabular.java 22 Found 'DU'-anomaly for variable 'conSpeedVO' (lines '22'-'273').
47573 src/com/gps/reports/SpeedTabular.java 22 Local variable 'conSpeedVO' could be declared final
47574 src/com/gps/reports/SpeedTabular.java 23 Found 'DU'-anomaly for variable 'vehSpeedVO' (lines '23'-'273').
47575 src/com/gps/reports/SpeedTabular.java 24 Found 'DD'-anomaly for variable 'dateVO' (lines '24'-'211').
47576 src/com/gps/reports/SpeedTabular.java 24 Found 'DU'-anomaly for variable 'dateVO' (lines '24'-'273').
47577 src/com/gps/reports/SpeedTabular.java 26 Found 'DU'-anomaly for variable 'getTempDate' (lines '26'-'273').
47578 src/com/gps/reports/SpeedTabular.java 26 Local variable 'getTempDate' could be declared final
47579 src/com/gps/reports/SpeedTabular.java 27 Found 'DD'-anomaly for variable 'distance' (lines '27'-'67').
47580 src/com/gps/reports/SpeedTabular.java 29 Found 'DD'-anomaly for variable 'currentTime' (lines '29'-'79').
47581 src/com/gps/reports/SpeedTabular.java 32 Found 'DD'-anomaly for variable 'duration' (lines '32'-'66').
47582 src/com/gps/reports/SpeedTabular.java 37 Found 'DD'-anomaly for variable 'isFlag' (lines '37'-'60').
47583 src/com/gps/reports/SpeedTabular.java 38 Found 'DD'-anomaly for variable 'count' (lines '38'-'52').
47584 src/com/gps/reports/SpeedTabular.java 40 Avoid variables with short names like lt
47585 src/com/gps/reports/SpeedTabular.java 40 Found 'DD'-anomaly for variable 'lt' (lines '40'-'49').
47586 src/com/gps/reports/SpeedTabular.java 41 Avoid variables with short names like ln
47587 src/com/gps/reports/SpeedTabular.java 41 Found 'DD'-anomaly for variable 'ln' (lines '41'-'50').
47588 src/com/gps/reports/SpeedTabular.java 43 Avoid variables with short names like i
47589 src/com/gps/reports/SpeedTabular.java 44 Avoid variables with short names like j
47590 src/com/gps/reports/SpeedTabular.java 45 Local variable 'twoDForm' could be declared final
47591 src/com/gps/reports/SpeedTabular.java 49 Found 'DD'-anomaly for variable 'lt' (lines '49'-'93').
47592 src/com/gps/reports/SpeedTabular.java 50 Found 'DD'-anomaly for variable 'ln' (lines '50'-'95').
47593 src/com/gps/reports/SpeedTabular.java 51 Local variable 'speedParamDTO' could be declared final
47594 src/com/gps/reports/SpeedTabular.java 53 Potential violation of Law of Demeter (object not created locally)
47595 src/com/gps/reports/SpeedTabular.java 53 Potential violation of Law of Demeter (object not created locally)
47596 src/com/gps/reports/SpeedTabular.java 53 Potential violation of Law of Demeter (object not created locally)
47597 src/com/gps/reports/SpeedTabular.java 53 System.out.print is used
47598 src/com/gps/reports/SpeedTabular.java 55 Potential violation of Law of Demeter (method chain calls)
47599 src/com/gps/reports/SpeedTabular.java 55 Potential violation of Law of Demeter (method chain calls)
47600 src/com/gps/reports/SpeedTabular.java 55 Potential violation of Law of Demeter (method chain calls)
47601 src/com/gps/reports/SpeedTabular.java 55 Potential violation of Law of Demeter (object not created locally)
47602 src/com/gps/reports/SpeedTabular.java 56 There is log block not surrounded by if
47603 src/com/gps/reports/SpeedTabular.java 56 There is log block not surrounded by if
47604 src/com/gps/reports/SpeedTabular.java 57 Potential violation of Law of Demeter (object not created locally)
47605 src/com/gps/reports/SpeedTabular.java 57 Use equals() to compare object references.
47606 src/com/gps/reports/SpeedTabular.java 59 Position literals first in String comparisons
47607 src/com/gps/reports/SpeedTabular.java 59 Position literals first in String comparisons
47608 src/com/gps/reports/SpeedTabular.java 59 Potential violation of Law of Demeter (object not created locally)
47609 src/com/gps/reports/SpeedTabular.java 59 Potential violation of Law of Demeter (object not created locally)
47610 src/com/gps/reports/SpeedTabular.java 59 The String literal "stop" appears 6 times in this file; the first occurrence is on line 59
47611 src/com/gps/reports/SpeedTabular.java 59 Useless parentheses.
47612 src/com/gps/reports/SpeedTabular.java 59 Useless parentheses.
47613 src/com/gps/reports/SpeedTabular.java 62 System.out.print is used
47614 src/com/gps/reports/SpeedTabular.java 64 Position literals first in String comparisons
47615 src/com/gps/reports/SpeedTabular.java 64 Position literals first in String comparisons
47616 src/com/gps/reports/SpeedTabular.java 64 The String literal "AllTabular" appears 4 times in this file; the first occurrence is on line 64
47617 src/com/gps/reports/SpeedTabular.java 64 The String literal "DetTabular" appears 4 times in this file; the first occurrence is on line 64
47618 src/com/gps/reports/SpeedTabular.java 66 Found 'DU'-anomaly for variable 'duration' (lines '66'-'273').
47619 src/com/gps/reports/SpeedTabular.java 67 Found 'DD'-anomaly for variable 'distance' (lines '67'-'228').
47620 src/com/gps/reports/SpeedTabular.java 67 Found 'DD'-anomaly for variable 'distance' (lines '67'-'253').
47621 src/com/gps/reports/SpeedTabular.java 67 Found 'DU'-anomaly for variable 'distance' (lines '67'-'273').
47622 src/com/gps/reports/SpeedTabular.java 68 Avoid instantiating new objects inside loops
47623 src/com/gps/reports/SpeedTabular.java 69 Potential violation of Law of Demeter (object not created locally)
47624 src/com/gps/reports/SpeedTabular.java 69 Potential violation of Law of Demeter (object not created locally)
47625 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (method chain calls)
47626 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (method chain calls)
47627 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (method chain calls)
47628 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (object not created locally)
47629 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (object not created locally)
47630 src/com/gps/reports/SpeedTabular.java 70 Potential violation of Law of Demeter (object not created locally)
47631 src/com/gps/reports/SpeedTabular.java 70 This statement may have some unnecessary parentheses
47632 src/com/gps/reports/SpeedTabular.java 70 Useless parentheses.
47633 src/com/gps/reports/SpeedTabular.java 78 Found 'DD'-anomaly for variable 'isConsecutive' (lines '78'-'142').
47634 src/com/gps/reports/SpeedTabular.java 78 Found 'DU'-anomaly for variable 'isConsecutive' (lines '78'-'273').
47635 src/com/gps/reports/SpeedTabular.java 79 Potential violation of Law of Demeter (object not created locally)
47636 src/com/gps/reports/SpeedTabular.java 80 Potential violation of Law of Demeter (object not created locally)
47637 src/com/gps/reports/SpeedTabular.java 80 Potential violation of Law of Demeter (object not created locally)
47638 src/com/gps/reports/SpeedTabular.java 85 Potential violation of Law of Demeter (object not created locally)
47639 src/com/gps/reports/SpeedTabular.java 85 Potential violation of Law of Demeter (object not created locally)
47640 src/com/gps/reports/SpeedTabular.java 85 Potential violation of Law of Demeter (object not created locally)
47641 src/com/gps/reports/SpeedTabular.java 89 Position literals first in String comparisons
47642 src/com/gps/reports/SpeedTabular.java 91 Avoid using Literals in Conditional Statements
47643 src/com/gps/reports/SpeedTabular.java 91 Deeply nested if..then statements are hard to read
47644 src/com/gps/reports/SpeedTabular.java 93 Avoid instantiating new objects inside loops
47645 src/com/gps/reports/SpeedTabular.java 95 Avoid instantiating new objects inside loops
47646 src/com/gps/reports/SpeedTabular.java 96 Found 'DD'-anomaly for variable 'j' (lines '96'-'129').
47647 src/com/gps/reports/SpeedTabular.java 96 Found 'DD'-anomaly for variable 'j' (lines '96'-'246').
47648 src/com/gps/reports/SpeedTabular.java 96 Found 'DU'-anomaly for variable 'j' (lines '96'-'273').
47649 src/com/gps/reports/SpeedTabular.java 98 Potential violation of Law of Demeter (object not created locally)
47650 src/com/gps/reports/SpeedTabular.java 98 Potential violation of Law of Demeter (object not created locally)
47651 src/com/gps/reports/SpeedTabular.java 100 Potential violation of Law of Demeter (object not created locally)
47652 src/com/gps/reports/SpeedTabular.java 100 Potential violation of Law of Demeter (object not created locally)
47653 src/com/gps/reports/SpeedTabular.java 107 Position literals first in String comparisons
47654 src/com/gps/reports/SpeedTabular.java 107 Position literals first in String comparisons
47655 src/com/gps/reports/SpeedTabular.java 109 Potential violation of Law of Demeter (object not created locally)
47656 src/com/gps/reports/SpeedTabular.java 111 Potential violation of Law of Demeter (object not created locally)
47657 src/com/gps/reports/SpeedTabular.java 112 Potential violation of Law of Demeter (object not created locally)
47658 src/com/gps/reports/SpeedTabular.java 114 Potential violation of Law of Demeter (object not created locally)
47659 src/com/gps/reports/SpeedTabular.java 115 Potential violation of Law of Demeter (object not created locally)
47660 src/com/gps/reports/SpeedTabular.java 116 Avoid if (x != y) ..; else ..;
47661 src/com/gps/reports/SpeedTabular.java 116 Position literals first in String comparisons
47662 src/com/gps/reports/SpeedTabular.java 118 Potential violation of Law of Demeter (object not created locally)
47663 src/com/gps/reports/SpeedTabular.java 119 Potential violation of Law of Demeter (object not created locally)
47664 src/com/gps/reports/SpeedTabular.java 123 Potential violation of Law of Demeter (object not created locally)
47665 src/com/gps/reports/SpeedTabular.java 123 Potential violation of Law of Demeter (object not created locally)
47666 src/com/gps/reports/SpeedTabular.java 124 Potential violation of Law of Demeter (object not created locally)
47667 src/com/gps/reports/SpeedTabular.java 124 Potential violation of Law of Demeter (object not created locally)
47668 src/com/gps/reports/SpeedTabular.java 126 Potential violation of Law of Demeter (object not created locally)
47669 src/com/gps/reports/SpeedTabular.java 127 Assigning an Object to null is a code smell. Consider refactoring.
47670 src/com/gps/reports/SpeedTabular.java 127 Found 'DU'-anomaly for variable 'speedVO' (lines '127'-'273').
47671 src/com/gps/reports/SpeedTabular.java 128 Found 'DD'-anomaly for variable 'i' (lines '128'-'137').
47672 src/com/gps/reports/SpeedTabular.java 128 Found 'DU'-anomaly for variable 'i' (lines '128'-'273').
47673 src/com/gps/reports/SpeedTabular.java 129 Found 'DD'-anomaly for variable 'j' (lines '129'-'246').
47674 src/com/gps/reports/SpeedTabular.java 129 Found 'DU'-anomaly for variable 'j' (lines '129'-'273').
47675 src/com/gps/reports/SpeedTabular.java 130 Found 'DU'-anomaly for variable 'avgSpeed' (lines '130'-'273').
47676 src/com/gps/reports/SpeedTabular.java 137 Found 'DU'-anomaly for variable 'i' (lines '137'-'273').
47677 src/com/gps/reports/SpeedTabular.java 138 Found 'DD'-anomaly for variable 'lastSpeed' (lines '138'-'138').
47678 src/com/gps/reports/SpeedTabular.java 138 Found 'DU'-anomaly for variable 'lastSpeed' (lines '138'-'273').
47679 src/com/gps/reports/SpeedTabular.java 138 Potential violation of Law of Demeter (object not created locally)
47680 src/com/gps/reports/SpeedTabular.java 139 Found 'DD'-anomaly for variable 'lastLat' (lines '139'-'139').
47681 src/com/gps/reports/SpeedTabular.java 139 Found 'DU'-anomaly for variable 'lastLat' (lines '139'-'273').
47682 src/com/gps/reports/SpeedTabular.java 139 Potential violation of Law of Demeter (object not created locally)
47683 src/com/gps/reports/SpeedTabular.java 140 Found 'DD'-anomaly for variable 'lastLong' (lines '140'-'140').
47684 src/com/gps/reports/SpeedTabular.java 140 Found 'DU'-anomaly for variable 'lastLong' (lines '140'-'273').
47685 src/com/gps/reports/SpeedTabular.java 140 Potential violation of Law of Demeter (object not created locally)
47686 src/com/gps/reports/SpeedTabular.java 141 Found 'DD'-anomaly for variable 'lastTime' (lines '141'-'141').
47687 src/com/gps/reports/SpeedTabular.java 141 Found 'DU'-anomaly for variable 'lastTime' (lines '141'-'273').
47688 src/com/gps/reports/SpeedTabular.java 141 Potential violation of Law of Demeter (object not created locally)
47689 src/com/gps/reports/SpeedTabular.java 142 Found 'DD'-anomaly for variable 'isConsecutive' (lines '142'-'182').
47690 src/com/gps/reports/SpeedTabular.java 142 Found 'DD'-anomaly for variable 'isConsecutive' (lines '142'-'192').
47691 src/com/gps/reports/SpeedTabular.java 142 Found 'DU'-anomaly for variable 'isConsecutive' (lines '142'-'273').
47692 src/com/gps/reports/SpeedTabular.java 143 Found 'DD'-anomaly for variable 'isFlag' (lines '143'-'60').
47693 src/com/gps/reports/SpeedTabular.java 143 Found 'DU'-anomaly for variable 'isFlag' (lines '143'-'273').
47694 src/com/gps/reports/SpeedTabular.java 149 Position literals first in String comparisons
47695 src/com/gps/reports/SpeedTabular.java 149 Position literals first in String comparisons
47696 src/com/gps/reports/SpeedTabular.java 150 System.out.print is used
47697 src/com/gps/reports/SpeedTabular.java 152 System.out.print is used
47698 src/com/gps/reports/SpeedTabular.java 155 System.out.print is used
47699 src/com/gps/reports/SpeedTabular.java 156 Potential violation of Law of Demeter (method chain calls)
47700 src/com/gps/reports/SpeedTabular.java 156 Potential violation of Law of Demeter (method chain calls)
47701 src/com/gps/reports/SpeedTabular.java 156 Potential violation of Law of Demeter (object not created locally)
47702 src/com/gps/reports/SpeedTabular.java 156 Potential violation of Law of Demeter (object not created locally)
47703 src/com/gps/reports/SpeedTabular.java 156 Potential violation of Law of Demeter (object not created locally)
47704 src/com/gps/reports/SpeedTabular.java 157 Potential violation of Law of Demeter (object not created locally)
47705 src/com/gps/reports/SpeedTabular.java 157 Potential violation of Law of Demeter (object not created locally)
47706 src/com/gps/reports/SpeedTabular.java 160 Position literals first in String comparisons
47707 src/com/gps/reports/SpeedTabular.java 160 Position literals first in String comparisons
47708 src/com/gps/reports/SpeedTabular.java 160 Potential violation of Law of Demeter (object not created locally)
47709 src/com/gps/reports/SpeedTabular.java 160 Potential violation of Law of Demeter (object not created locally)
47710 src/com/gps/reports/SpeedTabular.java 160 Useless parentheses.
47711 src/com/gps/reports/SpeedTabular.java 160 Useless parentheses.
47712 src/com/gps/reports/SpeedTabular.java 161 System.out.print is used
47713 src/com/gps/reports/SpeedTabular.java 162 Found 'DU'-anomaly for variable 'lastTime' (lines '162'-'273').
47714 src/com/gps/reports/SpeedTabular.java 162 Potential violation of Law of Demeter (object not created locally)
47715 src/com/gps/reports/SpeedTabular.java 163 Potential violation of Law of Demeter (object not created locally)
47716 src/com/gps/reports/SpeedTabular.java 164 Potential violation of Law of Demeter (object not created locally)
47717 src/com/gps/reports/SpeedTabular.java 166 System.out.print is used
47718 src/com/gps/reports/SpeedTabular.java 167 Potential violation of Law of Demeter (object not created locally)
47719 src/com/gps/reports/SpeedTabular.java 168 Potential violation of Law of Demeter (object not created locally)
47720 src/com/gps/reports/SpeedTabular.java 169 Avoid if (x != y) ..; else ..;
47721 src/com/gps/reports/SpeedTabular.java 169 Position literals first in String comparisons
47722 src/com/gps/reports/SpeedTabular.java 171 Potential violation of Law of Demeter (object not created locally)
47723 src/com/gps/reports/SpeedTabular.java 172 Potential violation of Law of Demeter (object not created locally)
47724 src/com/gps/reports/SpeedTabular.java 176 Potential violation of Law of Demeter (object not created locally)
47725 src/com/gps/reports/SpeedTabular.java 176 Potential violation of Law of Demeter (object not created locally)
47726 src/com/gps/reports/SpeedTabular.java 177 Potential violation of Law of Demeter (object not created locally)
47727 src/com/gps/reports/SpeedTabular.java 177 Potential violation of Law of Demeter (object not created locally)
47728 src/com/gps/reports/SpeedTabular.java 179 Found 'DD'-anomaly for variable 'j' (lines '179'-'246').
47729 src/com/gps/reports/SpeedTabular.java 179 Found 'DU'-anomaly for variable 'j' (lines '179'-'273').
47730 src/com/gps/reports/SpeedTabular.java 180 Potential violation of Law of Demeter (object not created locally)
47731 src/com/gps/reports/SpeedTabular.java 181 Assigning an Object to null is a code smell. Consider refactoring.
47732 src/com/gps/reports/SpeedTabular.java 181 Found 'DU'-anomaly for variable 'speedVO' (lines '181'-'273').
47733 src/com/gps/reports/SpeedTabular.java 182 Found 'DU'-anomaly for variable 'isConsecutive' (lines '182'-'273').
47734 src/com/gps/reports/SpeedTabular.java 183 Found 'DU'-anomaly for variable 'i' (lines '183'-'273').
47735 src/com/gps/reports/SpeedTabular.java 184 Found 'DU'-anomaly for variable 'avgSpeed' (lines '184'-'273').
47736 src/com/gps/reports/SpeedTabular.java 185 Found 'DD'-anomaly for variable 'distance' (lines '185'-'228').
47737 src/com/gps/reports/SpeedTabular.java 185 Found 'DD'-anomaly for variable 'distance' (lines '185'-'253').
47738 src/com/gps/reports/SpeedTabular.java 185 Found 'DU'-anomaly for variable 'distance' (lines '185'-'273').
47739 src/com/gps/reports/SpeedTabular.java 186 Found 'DU'-anomaly for variable 'duration' (lines '186'-'273').
47740 src/com/gps/reports/SpeedTabular.java 188 Found 'DU'-anomaly for variable 'lastTime' (lines '188'-'273').
47741 src/com/gps/reports/SpeedTabular.java 188 Potential violation of Law of Demeter (object not created locally)
47742 src/com/gps/reports/SpeedTabular.java 189 Found 'DU'-anomaly for variable 'lastSpeed' (lines '189'-'273').
47743 src/com/gps/reports/SpeedTabular.java 189 Potential violation of Law of Demeter (object not created locally)
47744 src/com/gps/reports/SpeedTabular.java 190 Found 'DU'-anomaly for variable 'lastLat' (lines '190'-'273').
47745 src/com/gps/reports/SpeedTabular.java 190 Potential violation of Law of Demeter (object not created locally)
47746 src/com/gps/reports/SpeedTabular.java 191 Found 'DU'-anomaly for variable 'lastLong' (lines '191'-'273').
47747 src/com/gps/reports/SpeedTabular.java 191 Potential violation of Law of Demeter (object not created locally)
47748 src/com/gps/reports/SpeedTabular.java 192 Found 'DU'-anomaly for variable 'isConsecutive' (lines '192'-'273').
47749 src/com/gps/reports/SpeedTabular.java 193 Found 'DU'-anomaly for variable 'i' (lines '193'-'273').
47750 src/com/gps/reports/SpeedTabular.java 197 Position literals first in String comparisons
47751 src/com/gps/reports/SpeedTabular.java 199 Avoid instantiating new objects inside loops
47752 src/com/gps/reports/SpeedTabular.java 200 Potential violation of Law of Demeter (object not created locally)
47753 src/com/gps/reports/SpeedTabular.java 200 Potential violation of Law of Demeter (object not created locally)
47754 src/com/gps/reports/SpeedTabular.java 202 There is log block not surrounded by if
47755 src/com/gps/reports/SpeedTabular.java 202 There is log block not surrounded by if
47756 src/com/gps/reports/SpeedTabular.java 203 Potential violation of Law of Demeter (object not created locally)
47757 src/com/gps/reports/SpeedTabular.java 204 Potential violation of Law of Demeter (object not created locally)
47758 src/com/gps/reports/SpeedTabular.java 205 Potential violation of Law of Demeter (object not created locally)
47759 src/com/gps/reports/SpeedTabular.java 207 Potential violation of Law of Demeter (object not created locally)
47760 src/com/gps/reports/SpeedTabular.java 208 Potential violation of Law of Demeter (object not created locally)
47761 src/com/gps/reports/SpeedTabular.java 211 Avoid instantiating new objects inside loops
47762 src/com/gps/reports/SpeedTabular.java 212 There is log block not surrounded by if
47763 src/com/gps/reports/SpeedTabular.java 212 There is log block not surrounded by if
47764 src/com/gps/reports/SpeedTabular.java 213 Potential violation of Law of Demeter (object not created locally)
47765 src/com/gps/reports/SpeedTabular.java 214 Found 'DU'-anomaly for variable 'i' (lines '214'-'273').
47766 src/com/gps/reports/SpeedTabular.java 215 Found 'DU'-anomaly for variable 'avgSpeed' (lines '215'-'273').
47767 src/com/gps/reports/SpeedTabular.java 216 Found 'DD'-anomaly for variable 'distance' (lines '216'-'228').
47768 src/com/gps/reports/SpeedTabular.java 216 Found 'DD'-anomaly for variable 'distance' (lines '216'-'253').
47769 src/com/gps/reports/SpeedTabular.java 216 Found 'DU'-anomaly for variable 'distance' (lines '216'-'273').
47770 src/com/gps/reports/SpeedTabular.java 217 Found 'DU'-anomaly for variable 'duration' (lines '217'-'273').
47771 src/com/gps/reports/SpeedTabular.java 221 Found 'DU'-anomaly for variable 'tempDate' (lines '221'-'273').
47772 src/com/gps/reports/SpeedTabular.java 228 Potential violation of Law of Demeter (object not created locally)
47773 src/com/gps/reports/SpeedTabular.java 229 Potential violation of Law of Demeter (object not created locally)
47774 src/com/gps/reports/SpeedTabular.java 231 Potential violation of Law of Demeter (object not created locally)
47775 src/com/gps/reports/SpeedTabular.java 232 Potential violation of Law of Demeter (object not created locally)
47776 src/com/gps/reports/SpeedTabular.java 233 Avoid if (x != y) ..; else ..;
47777 src/com/gps/reports/SpeedTabular.java 233 Position literals first in String comparisons
47778 src/com/gps/reports/SpeedTabular.java 235 Potential violation of Law of Demeter (object not created locally)
47779 src/com/gps/reports/SpeedTabular.java 236 Potential violation of Law of Demeter (object not created locally)
47780 src/com/gps/reports/SpeedTabular.java 240 Potential violation of Law of Demeter (object not created locally)
47781 src/com/gps/reports/SpeedTabular.java 240 Potential violation of Law of Demeter (object not created locally)
47782 src/com/gps/reports/SpeedTabular.java 241 Potential violation of Law of Demeter (object not created locally)
47783 src/com/gps/reports/SpeedTabular.java 241 Potential violation of Law of Demeter (object not created locally)
47784 src/com/gps/reports/SpeedTabular.java 243 Potential violation of Law of Demeter (object not created locally)
47785 src/com/gps/reports/SpeedTabular.java 244 Assigning an Object to null is a code smell. Consider refactoring.
47786 src/com/gps/reports/SpeedTabular.java 244 Found 'DU'-anomaly for variable 'speedVO' (lines '244'-'273').
47787 src/com/gps/reports/SpeedTabular.java 245 Found 'DD'-anomaly for variable 'i' (lines '245'-'137').
47788 src/com/gps/reports/SpeedTabular.java 245 Found 'DD'-anomaly for variable 'i' (lines '245'-'214').
47789 src/com/gps/reports/SpeedTabular.java 245 Found 'DU'-anomaly for variable 'i' (lines '245'-'273').
47790 src/com/gps/reports/SpeedTabular.java 246 Found 'DD'-anomaly for variable 'j' (lines '246'-'129').
47791 src/com/gps/reports/SpeedTabular.java 246 Found 'DD'-anomaly for variable 'j' (lines '246'-'179').
47792 src/com/gps/reports/SpeedTabular.java 246 Found 'DD'-anomaly for variable 'j' (lines '246'-'246').
47793 src/com/gps/reports/SpeedTabular.java 246 Found 'DU'-anomaly for variable 'j' (lines '246'-'273').
47794 src/com/gps/reports/SpeedTabular.java 247 Found 'DD'-anomaly for variable 'avgSpeed' (lines '247'-'215').
47795 src/com/gps/reports/SpeedTabular.java 247 Found 'DU'-anomaly for variable 'avgSpeed' (lines '247'-'273').
47796 src/com/gps/reports/SpeedTabular.java 249 There is log block not surrounded by if
47797 src/com/gps/reports/SpeedTabular.java 249 There is log block not surrounded by if
47798 src/com/gps/reports/SpeedTabular.java 252 Potential violation of Law of Demeter (object not created locally)
47799 src/com/gps/reports/SpeedTabular.java 253 Potential violation of Law of Demeter (object not created locally)
47800 src/com/gps/reports/SpeedTabular.java 254 Potential violation of Law of Demeter (object not created locally)
47801 src/com/gps/reports/SpeedTabular.java 256 Potential violation of Law of Demeter (object not created locally)
47802 src/com/gps/reports/SpeedTabular.java 257 Potential violation of Law of Demeter (object not created locally)
47803 src/com/gps/reports/SpeedTabular.java 263 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47804 src/com/gps/reports/SpeedTabular.java 265 System.out.print is used
47805 src/com/gps/reports/SpeedTabular.java 266 Avoid printStackTrace(); use a logger call instead.
47806 src/com/gps/reports/SpeedTabular.java 266 Potential violation of Law of Demeter (object not created locally)
47807 src/com/gps/reports/SpeedTabular.java 268 Position literals first in String comparisons
47808 src/com/gps/reports/SpeedTabular.java 269 Potential violation of Law of Demeter (object not created locally)
47809 src/com/gps/reports/SpeedTabular.java 270 A method should have only one exit point, and that should be the last statement in the method
47810 src/com/gps/reports/SpeedTabular.java 275 Parameter 'duration' is not assigned and could be declared final
47811 src/com/gps/reports/SpeedTabular.java 275 publicMethodCommentRequirement Required
47812 src/com/gps/reports/SpeedTabular.java 276 Found 'DD'-anomaly for variable 'hours' (lines '276'-'284').
47813 src/com/gps/reports/SpeedTabular.java 276 Found 'DU'-anomaly for variable 'hours' (lines '276'-'315').
47814 src/com/gps/reports/SpeedTabular.java 277 Found 'DD'-anomaly for variable 'rem' (lines '277'-'285').
47815 src/com/gps/reports/SpeedTabular.java 277 Found 'DD'-anomaly for variable 'rem' (lines '277'-'293').
47816 src/com/gps/reports/SpeedTabular.java 277 Found 'DU'-anomaly for variable 'rem' (lines '277'-'315').
47817 src/com/gps/reports/SpeedTabular.java 278 Found 'DD'-anomaly for variable 'mins' (lines '278'-'286').
47818 src/com/gps/reports/SpeedTabular.java 278 Found 'DD'-anomaly for variable 'mins' (lines '278'-'292').
47819 src/com/gps/reports/SpeedTabular.java 278 Found 'DU'-anomaly for variable 'mins' (lines '278'-'315').
47820 src/com/gps/reports/SpeedTabular.java 279 Avoid variables with short names like hr
47821 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'hr' (lines '279'-'288').
47822 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'min' (lines '279'-'289').
47823 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'min' (lines '279'-'294').
47824 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'sec' (lines '279'-'290').
47825 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'sec' (lines '279'-'295').
47826 src/com/gps/reports/SpeedTabular.java 279 Found 'DD'-anomaly for variable 'sec' (lines '279'-'298').
47827 src/com/gps/reports/SpeedTabular.java 279 Use one line for each declaration, it enhances code readability.
47828 src/com/gps/reports/SpeedTabular.java 280 Found 'DD'-anomaly for variable 'time' (lines '280'-'308').
47829 src/com/gps/reports/SpeedTabular.java 283 Avoid using Literals in Conditional Statements
47830 src/com/gps/reports/SpeedTabular.java 291 Avoid using Literals in Conditional Statements
47831 src/com/gps/reports/SpeedTabular.java 301 Avoid using Literals in Conditional Statements
47832 src/com/gps/reports/SpeedTabular.java 301 Avoid using if statements without curly braces
47833 src/com/gps/reports/SpeedTabular.java 301 Potential violation of Law of Demeter (object not created locally)
47834 src/com/gps/reports/SpeedTabular.java 302 Prefer StringBuffer over += for concatenating strings
47835 src/com/gps/reports/SpeedTabular.java 303 Avoid using Literals in Conditional Statements
47836 src/com/gps/reports/SpeedTabular.java 303 Avoid using if statements without curly braces
47837 src/com/gps/reports/SpeedTabular.java 303 Potential violation of Law of Demeter (object not created locally)
47838 src/com/gps/reports/SpeedTabular.java 304 Prefer StringBuffer over += for concatenating strings
47839 src/com/gps/reports/SpeedTabular.java 305 Avoid using Literals in Conditional Statements
47840 src/com/gps/reports/SpeedTabular.java 305 Avoid using if statements without curly braces
47841 src/com/gps/reports/SpeedTabular.java 305 Potential violation of Law of Demeter (object not created locally)
47842 src/com/gps/reports/SpeedTabular.java 306 Prefer StringBuffer over += for concatenating strings
47843 src/com/gps/reports/SpeedTabular.java 310 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47844 src/com/gps/reports/SpeedTabular.java 312 Avoid printStackTrace(); use a logger call instead.
47845 src/com/gps/reports/SpeedTabular.java 312 Potential violation of Law of Demeter (object not created locally)
47846 src/com/gps/reports/SpeedTabularOld.java 14 The class 'SpeedTabularOld' has a Cyclomatic Complexity of 16 (Highest = 24).
47847 src/com/gps/reports/SpeedTabularOld.java 14 headerCommentRequirement Required
47848 src/com/gps/reports/SpeedTabularOld.java 16 The Logger variable declaration does not contain the static and final modifiers
47849 src/com/gps/reports/SpeedTabularOld.java 16 Use explicit scoping instead of the default package private level
47850 src/com/gps/reports/SpeedTabularOld.java 16 fieldCommentRequirement Required
47851 src/com/gps/reports/SpeedTabularOld.java 18 Avoid really long methods.
47852 src/com/gps/reports/SpeedTabularOld.java 18 Found 'UR'-anomaly for variable 'speedParamDTO' (lines '18'-'48').
47853 src/com/gps/reports/SpeedTabularOld.java 18 Parameter 'limit' is not assigned and could be declared final
47854 src/com/gps/reports/SpeedTabularOld.java 18 Parameter 'paramDTO' is not assigned and could be declared final
47855 src/com/gps/reports/SpeedTabularOld.java 18 Parameter 'repType' is not assigned and could be declared final
47856 src/com/gps/reports/SpeedTabularOld.java 18 Parameter 'report' is not assigned and could be declared final
47857 src/com/gps/reports/SpeedTabularOld.java 18 The method 'getSpeedListInfo' has a Cyclomatic Complexity of 24.
47858 src/com/gps/reports/SpeedTabularOld.java 18 The method getSpeedListInfo() has an NCSS line count of 118
47859 src/com/gps/reports/SpeedTabularOld.java 18 The method getSpeedListInfo() has an NPath complexity of 624
47860 src/com/gps/reports/SpeedTabularOld.java 18 publicMethodCommentRequirement Required
47861 src/com/gps/reports/SpeedTabularOld.java 20 Local variable 'speedList' could be declared final
47862 src/com/gps/reports/SpeedTabularOld.java 21 Found 'DU'-anomaly for variable 'conSpeedVO' (lines '21'-'187').
47863 src/com/gps/reports/SpeedTabularOld.java 21 Local variable 'conSpeedVO' could be declared final
47864 src/com/gps/reports/SpeedTabularOld.java 22 Found 'DU'-anomaly for variable 'vehSpeedVO' (lines '22'-'187').
47865 src/com/gps/reports/SpeedTabularOld.java 23 Found 'DD'-anomaly for variable 'dateVO' (lines '23'-'138').
47866 src/com/gps/reports/SpeedTabularOld.java 23 Found 'DU'-anomaly for variable 'dateVO' (lines '23'-'187').
47867 src/com/gps/reports/SpeedTabularOld.java 26 Found 'DD'-anomaly for variable 'distance' (lines '26'-'58').
47868 src/com/gps/reports/SpeedTabularOld.java 28 Found 'DD'-anomaly for variable 'currentTime' (lines '28'-'71').
47869 src/com/gps/reports/SpeedTabularOld.java 31 Found 'DD'-anomaly for variable 'duration' (lines '31'-'57').
47870 src/com/gps/reports/SpeedTabularOld.java 36 Found 'DD'-anomaly for variable 'isFlag' (lines '36'-'53').
47871 src/com/gps/reports/SpeedTabularOld.java 37 Found 'DD'-anomaly for variable 'count' (lines '37'-'47').
47872 src/com/gps/reports/SpeedTabularOld.java 40 Avoid variables with short names like i
47873 src/com/gps/reports/SpeedTabularOld.java 41 Local variable 'twoDForm' could be declared final
47874 src/com/gps/reports/SpeedTabularOld.java 46 Local variable 'speedParamDTO' could be declared final
47875 src/com/gps/reports/SpeedTabularOld.java 48 Potential violation of Law of Demeter (method chain calls)
47876 src/com/gps/reports/SpeedTabularOld.java 48 Potential violation of Law of Demeter (method chain calls)
47877 src/com/gps/reports/SpeedTabularOld.java 48 Potential violation of Law of Demeter (method chain calls)
47878 src/com/gps/reports/SpeedTabularOld.java 48 Potential violation of Law of Demeter (object not created locally)
47879 src/com/gps/reports/SpeedTabularOld.java 50 Potential violation of Law of Demeter (object not created locally)
47880 src/com/gps/reports/SpeedTabularOld.java 50 Use equals() to compare object references.
47881 src/com/gps/reports/SpeedTabularOld.java 52 Position literals first in String comparisons
47882 src/com/gps/reports/SpeedTabularOld.java 52 Position literals first in String comparisons
47883 src/com/gps/reports/SpeedTabularOld.java 52 Potential violation of Law of Demeter (object not created locally)
47884 src/com/gps/reports/SpeedTabularOld.java 52 Potential violation of Law of Demeter (object not created locally)
47885 src/com/gps/reports/SpeedTabularOld.java 52 Useless parentheses.
47886 src/com/gps/reports/SpeedTabularOld.java 52 Useless parentheses.
47887 src/com/gps/reports/SpeedTabularOld.java 55 Position literals first in String comparisons
47888 src/com/gps/reports/SpeedTabularOld.java 55 The String literal "DetTabular" appears 4 times in this file; the first occurrence is on line 55
47889 src/com/gps/reports/SpeedTabularOld.java 57 Found 'DU'-anomaly for variable 'duration' (lines '57'-'187').
47890 src/com/gps/reports/SpeedTabularOld.java 58 Found 'DD'-anomaly for variable 'distance' (lines '58'-'154').
47891 src/com/gps/reports/SpeedTabularOld.java 58 Found 'DD'-anomaly for variable 'distance' (lines '58'-'168').
47892 src/com/gps/reports/SpeedTabularOld.java 58 Found 'DU'-anomaly for variable 'distance' (lines '58'-'187').
47893 src/com/gps/reports/SpeedTabularOld.java 59 Avoid instantiating new objects inside loops
47894 src/com/gps/reports/SpeedTabularOld.java 60 Potential violation of Law of Demeter (object not created locally)
47895 src/com/gps/reports/SpeedTabularOld.java 60 Potential violation of Law of Demeter (object not created locally)
47896 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (method chain calls)
47897 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (method chain calls)
47898 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (method chain calls)
47899 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (object not created locally)
47900 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (object not created locally)
47901 src/com/gps/reports/SpeedTabularOld.java 61 Potential violation of Law of Demeter (object not created locally)
47902 src/com/gps/reports/SpeedTabularOld.java 61 This statement may have some unnecessary parentheses
47903 src/com/gps/reports/SpeedTabularOld.java 61 Useless parentheses.
47904 src/com/gps/reports/SpeedTabularOld.java 70 Found 'DD'-anomaly for variable 'isConsecutive' (lines '70'-'106').
47905 src/com/gps/reports/SpeedTabularOld.java 70 Found 'DU'-anomaly for variable 'isConsecutive' (lines '70'-'187').
47906 src/com/gps/reports/SpeedTabularOld.java 71 Potential violation of Law of Demeter (object not created locally)
47907 src/com/gps/reports/SpeedTabularOld.java 72 Potential violation of Law of Demeter (object not created locally)
47908 src/com/gps/reports/SpeedTabularOld.java 72 Potential violation of Law of Demeter (object not created locally)
47909 src/com/gps/reports/SpeedTabularOld.java 77 Potential violation of Law of Demeter (object not created locally)
47910 src/com/gps/reports/SpeedTabularOld.java 77 Potential violation of Law of Demeter (object not created locally)
47911 src/com/gps/reports/SpeedTabularOld.java 77 Potential violation of Law of Demeter (object not created locally)
47912 src/com/gps/reports/SpeedTabularOld.java 82 Position literals first in String comparisons
47913 src/com/gps/reports/SpeedTabularOld.java 84 Potential violation of Law of Demeter (object not created locally)
47914 src/com/gps/reports/SpeedTabularOld.java 86 Potential violation of Law of Demeter (object not created locally)
47915 src/com/gps/reports/SpeedTabularOld.java 87 Potential violation of Law of Demeter (object not created locally)
47916 src/com/gps/reports/SpeedTabularOld.java 89 Potential violation of Law of Demeter (object not created locally)
47917 src/com/gps/reports/SpeedTabularOld.java 90 Potential violation of Law of Demeter (object not created locally)
47918 src/com/gps/reports/SpeedTabularOld.java 91 Potential violation of Law of Demeter (object not created locally)
47919 src/com/gps/reports/SpeedTabularOld.java 92 Assigning an Object to null is a code smell. Consider refactoring.
47920 src/com/gps/reports/SpeedTabularOld.java 92 Found 'DU'-anomaly for variable 'speedVO' (lines '92'-'187').
47921 src/com/gps/reports/SpeedTabularOld.java 93 Found 'DD'-anomaly for variable 'i' (lines '93'-'101').
47922 src/com/gps/reports/SpeedTabularOld.java 93 Found 'DU'-anomaly for variable 'i' (lines '93'-'187').
47923 src/com/gps/reports/SpeedTabularOld.java 94 Found 'DD'-anomaly for variable 'avgSpeed' (lines '94'-'144').
47924 src/com/gps/reports/SpeedTabularOld.java 94 Found 'DU'-anomaly for variable 'avgSpeed' (lines '94'-'187').
47925 src/com/gps/reports/SpeedTabularOld.java 101 Found 'DD'-anomaly for variable 'i' (lines '101'-'101').
47926 src/com/gps/reports/SpeedTabularOld.java 101 Found 'DD'-anomaly for variable 'i' (lines '101'-'143').
47927 src/com/gps/reports/SpeedTabularOld.java 101 Found 'DU'-anomaly for variable 'i' (lines '101'-'187').
47928 src/com/gps/reports/SpeedTabularOld.java 102 Found 'DD'-anomaly for variable 'lastSpeed' (lines '102'-'102').
47929 src/com/gps/reports/SpeedTabularOld.java 102 Found 'DU'-anomaly for variable 'lastSpeed' (lines '102'-'187').
47930 src/com/gps/reports/SpeedTabularOld.java 102 Potential violation of Law of Demeter (object not created locally)
47931 src/com/gps/reports/SpeedTabularOld.java 103 Found 'DD'-anomaly for variable 'lastLat' (lines '103'-'103').
47932 src/com/gps/reports/SpeedTabularOld.java 103 Found 'DU'-anomaly for variable 'lastLat' (lines '103'-'187').
47933 src/com/gps/reports/SpeedTabularOld.java 103 Potential violation of Law of Demeter (object not created locally)
47934 src/com/gps/reports/SpeedTabularOld.java 104 Found 'DD'-anomaly for variable 'lastLong' (lines '104'-'104').
47935 src/com/gps/reports/SpeedTabularOld.java 104 Found 'DU'-anomaly for variable 'lastLong' (lines '104'-'187').
47936 src/com/gps/reports/SpeedTabularOld.java 104 Potential violation of Law of Demeter (object not created locally)
47937 src/com/gps/reports/SpeedTabularOld.java 105 Found 'DD'-anomaly for variable 'lastTime' (lines '105'-'105').
47938 src/com/gps/reports/SpeedTabularOld.java 105 Found 'DU'-anomaly for variable 'lastTime' (lines '105'-'187').
47939 src/com/gps/reports/SpeedTabularOld.java 105 Potential violation of Law of Demeter (object not created locally)
47940 src/com/gps/reports/SpeedTabularOld.java 106 Found 'DU'-anomaly for variable 'isConsecutive' (lines '106'-'187').
47941 src/com/gps/reports/SpeedTabularOld.java 107 Found 'DD'-anomaly for variable 'isFlag' (lines '107'-'53').
47942 src/com/gps/reports/SpeedTabularOld.java 107 Found 'DU'-anomaly for variable 'isFlag' (lines '107'-'187').
47943 src/com/gps/reports/SpeedTabularOld.java 113 Position literals first in String comparisons
47944 src/com/gps/reports/SpeedTabularOld.java 115 Potential violation of Law of Demeter (object not created locally)
47945 src/com/gps/reports/SpeedTabularOld.java 116 Potential violation of Law of Demeter (object not created locally)
47946 src/com/gps/reports/SpeedTabularOld.java 118 Potential violation of Law of Demeter (object not created locally)
47947 src/com/gps/reports/SpeedTabularOld.java 119 Potential violation of Law of Demeter (object not created locally)
47948 src/com/gps/reports/SpeedTabularOld.java 120 Potential violation of Law of Demeter (object not created locally)
47949 src/com/gps/reports/SpeedTabularOld.java 122 Assigning an Object to null is a code smell. Consider refactoring.
47950 src/com/gps/reports/SpeedTabularOld.java 122 Found 'DU'-anomaly for variable 'speedVO' (lines '122'-'187').
47951 src/com/gps/reports/SpeedTabularOld.java 124 Position literals first in String comparisons
47952 src/com/gps/reports/SpeedTabularOld.java 126 Avoid instantiating new objects inside loops
47953 src/com/gps/reports/SpeedTabularOld.java 127 Potential violation of Law of Demeter (object not created locally)
47954 src/com/gps/reports/SpeedTabularOld.java 127 Potential violation of Law of Demeter (object not created locally)
47955 src/com/gps/reports/SpeedTabularOld.java 129 There is log block not surrounded by if
47956 src/com/gps/reports/SpeedTabularOld.java 129 There is log block not surrounded by if
47957 src/com/gps/reports/SpeedTabularOld.java 130 Potential violation of Law of Demeter (object not created locally)
47958 src/com/gps/reports/SpeedTabularOld.java 131 Potential violation of Law of Demeter (object not created locally)
47959 src/com/gps/reports/SpeedTabularOld.java 132 Potential violation of Law of Demeter (object not created locally)
47960 src/com/gps/reports/SpeedTabularOld.java 134 Potential violation of Law of Demeter (object not created locally)
47961 src/com/gps/reports/SpeedTabularOld.java 135 Potential violation of Law of Demeter (object not created locally)
47962 src/com/gps/reports/SpeedTabularOld.java 138 Avoid instantiating new objects inside loops
47963 src/com/gps/reports/SpeedTabularOld.java 139 There is log block not surrounded by if
47964 src/com/gps/reports/SpeedTabularOld.java 139 There is log block not surrounded by if
47965 src/com/gps/reports/SpeedTabularOld.java 140 Potential violation of Law of Demeter (object not created locally)
47966 src/com/gps/reports/SpeedTabularOld.java 143 Found 'DU'-anomaly for variable 'i' (lines '143'-'187').
47967 src/com/gps/reports/SpeedTabularOld.java 144 Found 'DU'-anomaly for variable 'avgSpeed' (lines '144'-'187').
47968 src/com/gps/reports/SpeedTabularOld.java 146 Found 'DU'-anomaly for variable 'tempDate' (lines '146'-'187').
47969 src/com/gps/reports/SpeedTabularOld.java 147 Found 'DD'-anomaly for variable 'distance' (lines '147'-'154').
47970 src/com/gps/reports/SpeedTabularOld.java 147 Found 'DD'-anomaly for variable 'distance' (lines '147'-'168').
47971 src/com/gps/reports/SpeedTabularOld.java 147 Found 'DU'-anomaly for variable 'distance' (lines '147'-'187').
47972 src/com/gps/reports/SpeedTabularOld.java 148 Found 'DU'-anomaly for variable 'duration' (lines '148'-'187').
47973 src/com/gps/reports/SpeedTabularOld.java 154 Potential violation of Law of Demeter (object not created locally)
47974 src/com/gps/reports/SpeedTabularOld.java 155 Potential violation of Law of Demeter (object not created locally)
47975 src/com/gps/reports/SpeedTabularOld.java 157 Potential violation of Law of Demeter (object not created locally)
47976 src/com/gps/reports/SpeedTabularOld.java 158 Potential violation of Law of Demeter (object not created locally)
47977 src/com/gps/reports/SpeedTabularOld.java 159 Potential violation of Law of Demeter (object not created locally)
47978 src/com/gps/reports/SpeedTabularOld.java 160 Assigning an Object to null is a code smell. Consider refactoring.
47979 src/com/gps/reports/SpeedTabularOld.java 160 Found 'DU'-anomaly for variable 'speedVO' (lines '160'-'187').
47980 src/com/gps/reports/SpeedTabularOld.java 161 Found 'DD'-anomaly for variable 'i' (lines '161'-'101').
47981 src/com/gps/reports/SpeedTabularOld.java 161 Found 'DD'-anomaly for variable 'i' (lines '161'-'143').
47982 src/com/gps/reports/SpeedTabularOld.java 161 Found 'DU'-anomaly for variable 'i' (lines '161'-'187').
47983 src/com/gps/reports/SpeedTabularOld.java 162 Found 'DD'-anomaly for variable 'avgSpeed' (lines '162'-'144').
47984 src/com/gps/reports/SpeedTabularOld.java 162 Found 'DU'-anomaly for variable 'avgSpeed' (lines '162'-'187').
47985 src/com/gps/reports/SpeedTabularOld.java 164 There is log block not surrounded by if
47986 src/com/gps/reports/SpeedTabularOld.java 164 There is log block not surrounded by if
47987 src/com/gps/reports/SpeedTabularOld.java 167 Potential violation of Law of Demeter (object not created locally)
47988 src/com/gps/reports/SpeedTabularOld.java 168 Potential violation of Law of Demeter (object not created locally)
47989 src/com/gps/reports/SpeedTabularOld.java 169 Potential violation of Law of Demeter (object not created locally)
47990 src/com/gps/reports/SpeedTabularOld.java 171 Potential violation of Law of Demeter (object not created locally)
47991 src/com/gps/reports/SpeedTabularOld.java 172 Potential violation of Law of Demeter (object not created locally)
47992 src/com/gps/reports/SpeedTabularOld.java 178 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
47993 src/com/gps/reports/SpeedTabularOld.java 180 Avoid printStackTrace(); use a logger call instead.
47994 src/com/gps/reports/SpeedTabularOld.java 180 Potential violation of Law of Demeter (object not created locally)
47995 src/com/gps/reports/SpeedTabularOld.java 182 Position literals first in String comparisons
47996 src/com/gps/reports/SpeedTabularOld.java 183 Potential violation of Law of Demeter (object not created locally)
47997 src/com/gps/reports/SpeedTabularOld.java 184 A method should have only one exit point, and that should be the last statement in the method
47998 src/com/gps/reports/SpeedTabularOld.java 189 Parameter 'duration' is not assigned and could be declared final
47999 src/com/gps/reports/SpeedTabularOld.java 189 publicMethodCommentRequirement Required
48000 src/com/gps/reports/SpeedTabularOld.java 190 Found 'DD'-anomaly for variable 'hours' (lines '190'-'198').
48001 src/com/gps/reports/SpeedTabularOld.java 190 Found 'DU'-anomaly for variable 'hours' (lines '190'-'229').
48002 src/com/gps/reports/SpeedTabularOld.java 191 Found 'DD'-anomaly for variable 'rem' (lines '191'-'199').
48003 src/com/gps/reports/SpeedTabularOld.java 191 Found 'DD'-anomaly for variable 'rem' (lines '191'-'207').
48004 src/com/gps/reports/SpeedTabularOld.java 191 Found 'DU'-anomaly for variable 'rem' (lines '191'-'229').
48005 src/com/gps/reports/SpeedTabularOld.java 192 Found 'DD'-anomaly for variable 'mins' (lines '192'-'200').
48006 src/com/gps/reports/SpeedTabularOld.java 192 Found 'DD'-anomaly for variable 'mins' (lines '192'-'206').
48007 src/com/gps/reports/SpeedTabularOld.java 192 Found 'DU'-anomaly for variable 'mins' (lines '192'-'229').
48008 src/com/gps/reports/SpeedTabularOld.java 193 Avoid variables with short names like hr
48009 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'hr' (lines '193'-'202').
48010 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'min' (lines '193'-'203').
48011 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'min' (lines '193'-'208').
48012 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'sec' (lines '193'-'204').
48013 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'sec' (lines '193'-'209').
48014 src/com/gps/reports/SpeedTabularOld.java 193 Found 'DD'-anomaly for variable 'sec' (lines '193'-'212').
48015 src/com/gps/reports/SpeedTabularOld.java 193 Use one line for each declaration, it enhances code readability.
48016 src/com/gps/reports/SpeedTabularOld.java 194 Found 'DD'-anomaly for variable 'time' (lines '194'-'222').
48017 src/com/gps/reports/SpeedTabularOld.java 197 Avoid using Literals in Conditional Statements
48018 src/com/gps/reports/SpeedTabularOld.java 205 Avoid using Literals in Conditional Statements
48019 src/com/gps/reports/SpeedTabularOld.java 215 Avoid using Literals in Conditional Statements
48020 src/com/gps/reports/SpeedTabularOld.java 215 Avoid using if statements without curly braces
48021 src/com/gps/reports/SpeedTabularOld.java 215 Potential violation of Law of Demeter (object not created locally)
48022 src/com/gps/reports/SpeedTabularOld.java 216 Prefer StringBuffer over += for concatenating strings
48023 src/com/gps/reports/SpeedTabularOld.java 217 Avoid using Literals in Conditional Statements
48024 src/com/gps/reports/SpeedTabularOld.java 217 Avoid using if statements without curly braces
48025 src/com/gps/reports/SpeedTabularOld.java 217 Potential violation of Law of Demeter (object not created locally)
48026 src/com/gps/reports/SpeedTabularOld.java 218 Prefer StringBuffer over += for concatenating strings
48027 src/com/gps/reports/SpeedTabularOld.java 219 Avoid using Literals in Conditional Statements
48028 src/com/gps/reports/SpeedTabularOld.java 219 Avoid using if statements without curly braces
48029 src/com/gps/reports/SpeedTabularOld.java 219 Potential violation of Law of Demeter (object not created locally)
48030 src/com/gps/reports/SpeedTabularOld.java 220 Prefer StringBuffer over += for concatenating strings
48031 src/com/gps/reports/SpeedTabularOld.java 224 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48032 src/com/gps/reports/SpeedTabularOld.java 226 Avoid printStackTrace(); use a logger call instead.
48033 src/com/gps/reports/SpeedTabularOld.java 226 Potential violation of Law of Demeter (object not created locally)
48034 src/com/gps/reports/XLSExporter.java 18 The class 'XLSExporter' has a Cyclomatic Complexity of 11 (Highest = 29).
48035 src/com/gps/reports/XLSExporter.java 18 headerCommentRequirement Required
48036 src/com/gps/reports/XLSExporter.java 23 Avoid unnecessary constructors - the compiler will generate these for you
48037 src/com/gps/reports/XLSExporter.java 23 Document empty constructor
48038 src/com/gps/reports/XLSExporter.java 27 Avoid really long methods.
48039 src/com/gps/reports/XLSExporter.java 27 Avoid variables with short names like o
48040 src/com/gps/reports/XLSExporter.java 27 Found 'UR'-anomaly for variable 'dailVo' (lines '27'-'49').
48041 src/com/gps/reports/XLSExporter.java 27 Found 'UR'-anomaly for variable 'orgVO' (lines '27'-'47').
48042 src/com/gps/reports/XLSExporter.java 27 Found 'UR'-anomaly for variable 'orgVo' (lines '27'-'98').
48043 src/com/gps/reports/XLSExporter.java 27 Parameter 'o' is not assigned and could be declared final
48044 src/com/gps/reports/XLSExporter.java 27 The method 'exportFile' has a Cyclomatic Complexity of 29.
48045 src/com/gps/reports/XLSExporter.java 27 The method exportFile() has an NPath complexity of 534361
48046 src/com/gps/reports/XLSExporter.java 27 publicMethodCommentRequirement Required
48047 src/com/gps/reports/XLSExporter.java 29 Avoid variables with short names like wb
48048 src/com/gps/reports/XLSExporter.java 29 Local variable 'wb' could be declared final
48049 src/com/gps/reports/XLSExporter.java 30 Local variable 'fileOut' could be declared final
48050 src/com/gps/reports/XLSExporter.java 32 Local variable 'sheet' could be declared final
48051 src/com/gps/reports/XLSExporter.java 32 Potential violation of Law of Demeter (object not created locally)
48052 src/com/gps/reports/XLSExporter.java 34 Do not use the short type
48053 src/com/gps/reports/XLSExporter.java 34 Local variable 'headingsRow' could be declared final
48054 src/com/gps/reports/XLSExporter.java 34 Potential violation of Law of Demeter (object not created locally)
48055 src/com/gps/reports/XLSExporter.java 38 Local variable 'headingFont' could be declared final
48056 src/com/gps/reports/XLSExporter.java 38 Potential violation of Law of Demeter (object not created locally)
48057 src/com/gps/reports/XLSExporter.java 39 Potential violation of Law of Demeter (object not created locally)
48058 src/com/gps/reports/XLSExporter.java 40 Local variable 'headingStyle' could be declared final
48059 src/com/gps/reports/XLSExporter.java 40 Potential violation of Law of Demeter (object not created locally)
48060 src/com/gps/reports/XLSExporter.java 41 Potential violation of Law of Demeter (object not created locally)
48061 src/com/gps/reports/XLSExporter.java 42 Potential violation of Law of Demeter (object not created locally)
48062 src/com/gps/reports/XLSExporter.java 45 Local variable 'orgVO' could be declared final
48063 src/com/gps/reports/XLSExporter.java 46 Avoid variables with short names like i
48064 src/com/gps/reports/XLSExporter.java 47 Local variable 'dailVo' could be declared final
48065 src/com/gps/reports/XLSExporter.java 47 Potential violation of Law of Demeter (object not created locally)
48066 src/com/gps/reports/XLSExporter.java 48 Found 'DD'-anomaly for variable 'headingA' (lines '48'-'50').
48067 src/com/gps/reports/XLSExporter.java 49 Potential violation of Law of Demeter (method chain calls)
48068 src/com/gps/reports/XLSExporter.java 49 Potential violation of Law of Demeter (object not created locally)
48069 src/com/gps/reports/XLSExporter.java 49 Potential violation of Law of Demeter (object not created locally)
48070 src/com/gps/reports/XLSExporter.java 50 Do not use the short type
48071 src/com/gps/reports/XLSExporter.java 50 Potential violation of Law of Demeter (object not created locally)
48072 src/com/gps/reports/XLSExporter.java 51 Potential violation of Law of Demeter (object not created locally)
48073 src/com/gps/reports/XLSExporter.java 52 Potential violation of Law of Demeter (object not created locally)
48074 src/com/gps/reports/XLSExporter.java 55 Potential violation of Law of Demeter (method chain calls)
48075 src/com/gps/reports/XLSExporter.java 55 Potential violation of Law of Demeter (object not created locally)
48076 src/com/gps/reports/XLSExporter.java 55 Potential violation of Law of Demeter (object not created locally)
48077 src/com/gps/reports/XLSExporter.java 56 Do not use the short type
48078 src/com/gps/reports/XLSExporter.java 56 Potential violation of Law of Demeter (object not created locally)
48079 src/com/gps/reports/XLSExporter.java 57 Potential violation of Law of Demeter (object not created locally)
48080 src/com/gps/reports/XLSExporter.java 58 Potential violation of Law of Demeter (object not created locally)
48081 src/com/gps/reports/XLSExporter.java 61 Potential violation of Law of Demeter (method chain calls)
48082 src/com/gps/reports/XLSExporter.java 61 Potential violation of Law of Demeter (object not created locally)
48083 src/com/gps/reports/XLSExporter.java 61 Potential violation of Law of Demeter (object not created locally)
48084 src/com/gps/reports/XLSExporter.java 62 Do not use the short type
48085 src/com/gps/reports/XLSExporter.java 62 Potential violation of Law of Demeter (object not created locally)
48086 src/com/gps/reports/XLSExporter.java 63 Potential violation of Law of Demeter (object not created locally)
48087 src/com/gps/reports/XLSExporter.java 64 Potential violation of Law of Demeter (object not created locally)
48088 src/com/gps/reports/XLSExporter.java 68 Potential violation of Law of Demeter (method chain calls)
48089 src/com/gps/reports/XLSExporter.java 68 Potential violation of Law of Demeter (object not created locally)
48090 src/com/gps/reports/XLSExporter.java 68 Potential violation of Law of Demeter (object not created locally)
48091 src/com/gps/reports/XLSExporter.java 69 Do not use the short type
48092 src/com/gps/reports/XLSExporter.java 69 Potential violation of Law of Demeter (object not created locally)
48093 src/com/gps/reports/XLSExporter.java 70 Potential violation of Law of Demeter (object not created locally)
48094 src/com/gps/reports/XLSExporter.java 71 Potential violation of Law of Demeter (object not created locally)
48095 src/com/gps/reports/XLSExporter.java 75 Potential violation of Law of Demeter (method chain calls)
48096 src/com/gps/reports/XLSExporter.java 75 Potential violation of Law of Demeter (object not created locally)
48097 src/com/gps/reports/XLSExporter.java 75 Potential violation of Law of Demeter (object not created locally)
48098 src/com/gps/reports/XLSExporter.java 76 Do not use the short type
48099 src/com/gps/reports/XLSExporter.java 76 Potential violation of Law of Demeter (object not created locally)
48100 src/com/gps/reports/XLSExporter.java 77 Potential violation of Law of Demeter (object not created locally)
48101 src/com/gps/reports/XLSExporter.java 78 Potential violation of Law of Demeter (object not created locally)
48102 src/com/gps/reports/XLSExporter.java 82 Potential violation of Law of Demeter (method chain calls)
48103 src/com/gps/reports/XLSExporter.java 82 Potential violation of Law of Demeter (object not created locally)
48104 src/com/gps/reports/XLSExporter.java 82 Potential violation of Law of Demeter (object not created locally)
48105 src/com/gps/reports/XLSExporter.java 83 Do not use the short type
48106 src/com/gps/reports/XLSExporter.java 83 Potential violation of Law of Demeter (object not created locally)
48107 src/com/gps/reports/XLSExporter.java 84 Potential violation of Law of Demeter (object not created locally)
48108 src/com/gps/reports/XLSExporter.java 85 Potential violation of Law of Demeter (object not created locally)
48109 src/com/gps/reports/XLSExporter.java 86 Found 'DD'-anomaly for variable 'i' (lines '86'-'101').
48110 src/com/gps/reports/XLSExporter.java 90 Avoid using a branching statement as the last in a loop.
48111 src/com/gps/reports/XLSExporter.java 95 Avoid variables with short names like j
48112 src/com/gps/reports/XLSExporter.java 97 Local variable 'orgVo' could be declared final
48113 src/com/gps/reports/XLSExporter.java 98 Local variable 'dailVo' could be declared final
48114 src/com/gps/reports/XLSExporter.java 98 Potential violation of Law of Demeter (object not created locally)
48115 src/com/gps/reports/XLSExporter.java 99 Do not use the short type
48116 src/com/gps/reports/XLSExporter.java 99 Found 'DU'-anomaly for variable 'row' (lines '99'-'153').
48117 src/com/gps/reports/XLSExporter.java 99 Local variable 'row' could be declared final
48118 src/com/gps/reports/XLSExporter.java 99 Potential violation of Law of Demeter (object not created locally)
48119 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'103').
48120 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'109').
48121 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'115').
48122 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'122').
48123 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'129').
48124 src/com/gps/reports/XLSExporter.java 100 Found 'DD'-anomaly for variable 'headingA' (lines '100'-'136').
48125 src/com/gps/reports/XLSExporter.java 100 Found 'DU'-anomaly for variable 'headingA' (lines '100'-'153').
48126 src/com/gps/reports/XLSExporter.java 101 Avoid variables with short names like i
48127 src/com/gps/reports/XLSExporter.java 101 Found 'DU'-anomaly for variable 'i' (lines '101'-'153').
48128 src/com/gps/reports/XLSExporter.java 102 Potential violation of Law of Demeter (method chain calls)
48129 src/com/gps/reports/XLSExporter.java 102 Potential violation of Law of Demeter (object not created locally)
48130 src/com/gps/reports/XLSExporter.java 102 Potential violation of Law of Demeter (object not created locally)
48131 src/com/gps/reports/XLSExporter.java 103 Do not use the short type
48132 src/com/gps/reports/XLSExporter.java 103 Potential violation of Law of Demeter (object not created locally)
48133 src/com/gps/reports/XLSExporter.java 104 Potential violation of Law of Demeter (object not created locally)
48134 src/com/gps/reports/XLSExporter.java 104 Potential violation of Law of Demeter (object not created locally)
48135 src/com/gps/reports/XLSExporter.java 105 Potential violation of Law of Demeter (object not created locally)
48136 src/com/gps/reports/XLSExporter.java 106 Found 'DU'-anomaly for variable 'i' (lines '106'-'153').
48137 src/com/gps/reports/XLSExporter.java 108 Potential violation of Law of Demeter (method chain calls)
48138 src/com/gps/reports/XLSExporter.java 108 Potential violation of Law of Demeter (object not created locally)
48139 src/com/gps/reports/XLSExporter.java 108 Potential violation of Law of Demeter (object not created locally)
48140 src/com/gps/reports/XLSExporter.java 109 Do not use the short type
48141 src/com/gps/reports/XLSExporter.java 109 Potential violation of Law of Demeter (object not created locally)
48142 src/com/gps/reports/XLSExporter.java 110 Potential violation of Law of Demeter (object not created locally)
48143 src/com/gps/reports/XLSExporter.java 110 Potential violation of Law of Demeter (object not created locally)
48144 src/com/gps/reports/XLSExporter.java 111 Potential violation of Law of Demeter (object not created locally)
48145 src/com/gps/reports/XLSExporter.java 112 Found 'DD'-anomaly for variable 'i' (lines '112'-'101').
48146 src/com/gps/reports/XLSExporter.java 112 Found 'DU'-anomaly for variable 'i' (lines '112'-'153').
48147 src/com/gps/reports/XLSExporter.java 114 Potential violation of Law of Demeter (method chain calls)
48148 src/com/gps/reports/XLSExporter.java 114 Potential violation of Law of Demeter (object not created locally)
48149 src/com/gps/reports/XLSExporter.java 114 Potential violation of Law of Demeter (object not created locally)
48150 src/com/gps/reports/XLSExporter.java 115 Do not use the short type
48151 src/com/gps/reports/XLSExporter.java 115 Potential violation of Law of Demeter (object not created locally)
48152 src/com/gps/reports/XLSExporter.java 116 Potential violation of Law of Demeter (object not created locally)
48153 src/com/gps/reports/XLSExporter.java 116 Potential violation of Law of Demeter (object not created locally)
48154 src/com/gps/reports/XLSExporter.java 117 Potential violation of Law of Demeter (object not created locally)
48155 src/com/gps/reports/XLSExporter.java 118 Found 'DD'-anomaly for variable 'i' (lines '118'-'101').
48156 src/com/gps/reports/XLSExporter.java 118 Found 'DU'-anomaly for variable 'i' (lines '118'-'153').
48157 src/com/gps/reports/XLSExporter.java 121 Potential violation of Law of Demeter (method chain calls)
48158 src/com/gps/reports/XLSExporter.java 121 Potential violation of Law of Demeter (object not created locally)
48159 src/com/gps/reports/XLSExporter.java 121 Potential violation of Law of Demeter (object not created locally)
48160 src/com/gps/reports/XLSExporter.java 122 Do not use the short type
48161 src/com/gps/reports/XLSExporter.java 122 Potential violation of Law of Demeter (object not created locally)
48162 src/com/gps/reports/XLSExporter.java 123 Potential violation of Law of Demeter (object not created locally)
48163 src/com/gps/reports/XLSExporter.java 123 Potential violation of Law of Demeter (object not created locally)
48164 src/com/gps/reports/XLSExporter.java 124 Potential violation of Law of Demeter (object not created locally)
48165 src/com/gps/reports/XLSExporter.java 125 Found 'DD'-anomaly for variable 'i' (lines '125'-'101').
48166 src/com/gps/reports/XLSExporter.java 125 Found 'DU'-anomaly for variable 'i' (lines '125'-'153').
48167 src/com/gps/reports/XLSExporter.java 128 Potential violation of Law of Demeter (method chain calls)
48168 src/com/gps/reports/XLSExporter.java 128 Potential violation of Law of Demeter (object not created locally)
48169 src/com/gps/reports/XLSExporter.java 128 Potential violation of Law of Demeter (object not created locally)
48170 src/com/gps/reports/XLSExporter.java 129 Do not use the short type
48171 src/com/gps/reports/XLSExporter.java 129 Potential violation of Law of Demeter (object not created locally)
48172 src/com/gps/reports/XLSExporter.java 130 Potential violation of Law of Demeter (object not created locally)
48173 src/com/gps/reports/XLSExporter.java 130 Potential violation of Law of Demeter (object not created locally)
48174 src/com/gps/reports/XLSExporter.java 131 Potential violation of Law of Demeter (object not created locally)
48175 src/com/gps/reports/XLSExporter.java 132 Found 'DD'-anomaly for variable 'i' (lines '132'-'101').
48176 src/com/gps/reports/XLSExporter.java 132 Found 'DU'-anomaly for variable 'i' (lines '132'-'153').
48177 src/com/gps/reports/XLSExporter.java 135 Potential violation of Law of Demeter (method chain calls)
48178 src/com/gps/reports/XLSExporter.java 135 Potential violation of Law of Demeter (object not created locally)
48179 src/com/gps/reports/XLSExporter.java 135 Potential violation of Law of Demeter (object not created locally)
48180 src/com/gps/reports/XLSExporter.java 136 Do not use the short type
48181 src/com/gps/reports/XLSExporter.java 136 Potential violation of Law of Demeter (object not created locally)
48182 src/com/gps/reports/XLSExporter.java 137 Potential violation of Law of Demeter (object not created locally)
48183 src/com/gps/reports/XLSExporter.java 137 Potential violation of Law of Demeter (object not created locally)
48184 src/com/gps/reports/XLSExporter.java 138 Potential violation of Law of Demeter (object not created locally)
48185 src/com/gps/reports/XLSExporter.java 139 Found 'DD'-anomaly for variable 'i' (lines '139'-'101').
48186 src/com/gps/reports/XLSExporter.java 139 Found 'DU'-anomaly for variable 'i' (lines '139'-'153').
48187 src/com/gps/reports/XLSExporter.java 143 Found 'DU'-anomaly for variable 'j' (lines '143'-'153').
48188 src/com/gps/reports/XLSExporter.java 148 Do not use the short type
48189 src/com/gps/reports/XLSExporter.java 148 Do not use the short type
48190 src/com/gps/reports/XLSExporter.java 148 Potential violation of Law of Demeter (object not created locally)
48191 src/com/gps/reports/XLSExporter.java 151 Potential violation of Law of Demeter (object not created locally)
48192 src/com/gps/reports/XLSExporter.java 152 Potential violation of Law of Demeter (object not created locally)
48193 src/com/gps/reports/XLSExporter.java 155 Document empty method
48194 src/com/gps/reports/XLSExporter.java 155 Parameter 'args' is not assigned and could be declared final
48195 src/com/gps/reports/XLSExporter.java 155 publicMethodCommentRequirement Required
48196 src/com/gps/rfid/RFIDDash.java 1 Possible God class (WMC=49, ATFD=56, TCC=0.06666666666666667)
48197 src/com/gps/rfid/RFIDDash.java 21 The class 'RFIDDash' has a Cyclomatic Complexity of 9 (Highest = 30).
48198 src/com/gps/rfid/RFIDDash.java 21 headerCommentRequirement Required
48199 src/com/gps/rfid/RFIDDash.java 23 The Logger variable declaration does not contain the static and final modifiers
48200 src/com/gps/rfid/RFIDDash.java 23 Use explicit scoping instead of the default package private level
48201 src/com/gps/rfid/RFIDDash.java 23 fieldCommentRequirement Required
48202 src/com/gps/rfid/RFIDDash.java 24 Avoid using redundant field initializer for 'jsonCreator'
48203 src/com/gps/rfid/RFIDDash.java 24 Found non-transient, non-static member. Please mark as transient or provide accessors.
48204 src/com/gps/rfid/RFIDDash.java 24 Use explicit scoping instead of the default package private level
48205 src/com/gps/rfid/RFIDDash.java 24 fieldCommentRequirement Required
48206 src/com/gps/rfid/RFIDDash.java 26 Avoid variables with short names like to
48207 src/com/gps/rfid/RFIDDash.java 26 Found 'UR'-anomaly for variable 'trip' (lines '26'-'48').
48208 src/com/gps/rfid/RFIDDash.java 26 Parameter 'from' is not assigned and could be declared final
48209 src/com/gps/rfid/RFIDDash.java 26 Parameter 'orgnizationId' is not assigned and could be declared final
48210 src/com/gps/rfid/RFIDDash.java 26 Parameter 'to' is not assigned and could be declared final
48211 src/com/gps/rfid/RFIDDash.java 26 publicMethodCommentRequirement Required
48212 src/com/gps/rfid/RFIDDash.java 33 Found 'DD'-anomaly for variable 'tripUserInfo' (lines '33'-'48').
48213 src/com/gps/rfid/RFIDDash.java 33 Found 'DU'-anomaly for variable 'tripUserInfo' (lines '33'-'74').
48214 src/com/gps/rfid/RFIDDash.java 34 Found 'DD'-anomaly for variable 'tripUserJSON' (lines '34'-'60').
48215 src/com/gps/rfid/RFIDDash.java 39 Found 'DU'-anomaly for variable 'tripUserList' (lines '39'-'74').
48216 src/com/gps/rfid/RFIDDash.java 42 Potential violation of Law of Demeter (object not created locally)
48217 src/com/gps/rfid/RFIDDash.java 44 Avoid if (x != y) ..; else ..;
48218 src/com/gps/rfid/RFIDDash.java 46 Potential violation of Law of Demeter (object not created locally)
48219 src/com/gps/rfid/RFIDDash.java 46 There is log block not surrounded by if
48220 src/com/gps/rfid/RFIDDash.java 46 There is log block not surrounded by if
48221 src/com/gps/rfid/RFIDDash.java 47 Local variable 'trip' could be declared final
48222 src/com/gps/rfid/RFIDDash.java 48 Potential violation of Law of Demeter (object not created locally)
48223 src/com/gps/rfid/RFIDDash.java 52 Potential violation of Law of Demeter (object not created locally)
48224 src/com/gps/rfid/RFIDDash.java 52 Potential violation of Law of Demeter (object not created locally)
48225 src/com/gps/rfid/RFIDDash.java 53 Potential violation of Law of Demeter (object not created locally)
48226 src/com/gps/rfid/RFIDDash.java 53 Potential violation of Law of Demeter (object not created locally)
48227 src/com/gps/rfid/RFIDDash.java 54 Potential violation of Law of Demeter (object not created locally)
48228 src/com/gps/rfid/RFIDDash.java 65 There is log block not surrounded by if
48229 src/com/gps/rfid/RFIDDash.java 65 There is log block not surrounded by if
48230 src/com/gps/rfid/RFIDDash.java 68 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48231 src/com/gps/rfid/RFIDDash.java 70 Avoid printStackTrace(); use a logger call instead.
48232 src/com/gps/rfid/RFIDDash.java 70 Potential violation of Law of Demeter (object not created locally)
48233 src/com/gps/rfid/RFIDDash.java 76 Avoid variables with short names like to
48234 src/com/gps/rfid/RFIDDash.java 76 Parameter 'from' is not assigned and could be declared final
48235 src/com/gps/rfid/RFIDDash.java 76 Parameter 'to' is not assigned and could be declared final
48236 src/com/gps/rfid/RFIDDash.java 76 Parameter 'tripid' is not assigned and could be declared final
48237 src/com/gps/rfid/RFIDDash.java 76 publicMethodCommentRequirement Required
48238 src/com/gps/rfid/RFIDDash.java 80 Local variable 'rfDAO' could be declared final
48239 src/com/gps/rfid/RFIDDash.java 81 Local variable 'fenceDAO' could be declared final
48240 src/com/gps/rfid/RFIDDash.java 83 Found 'DD'-anomaly for variable 'tripUserInfo' (lines '83'-'92').
48241 src/com/gps/rfid/RFIDDash.java 86 There is log block not surrounded by if
48242 src/com/gps/rfid/RFIDDash.java 86 There is log block not surrounded by if
48243 src/com/gps/rfid/RFIDDash.java 87 Potential violation of Law of Demeter (object not created locally)
48244 src/com/gps/rfid/RFIDDash.java 88 Potential violation of Law of Demeter (object not created locally)
48245 src/com/gps/rfid/RFIDDash.java 95 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48246 src/com/gps/rfid/RFIDDash.java 96 Avoid printStackTrace(); use a logger call instead.
48247 src/com/gps/rfid/RFIDDash.java 96 Potential violation of Law of Demeter (object not created locally)
48248 src/com/gps/rfid/RFIDDash.java 103 Avoid variables with short names like to
48249 src/com/gps/rfid/RFIDDash.java 103 Parameter 'from' is not assigned and could be declared final
48250 src/com/gps/rfid/RFIDDash.java 103 Parameter 'to' is not assigned and could be declared final
48251 src/com/gps/rfid/RFIDDash.java 103 Parameter 'tripId' is not assigned and could be declared final
48252 src/com/gps/rfid/RFIDDash.java 103 publicMethodCommentRequirement Required
48253 src/com/gps/rfid/RFIDDash.java 105 Local variable 'rfDAO' could be declared final
48254 src/com/gps/rfid/RFIDDash.java 106 Local variable 'fencesDAO' could be declared final
48255 src/com/gps/rfid/RFIDDash.java 108 Found 'DD'-anomaly for variable 'fences' (lines '108'-'122').
48256 src/com/gps/rfid/RFIDDash.java 109 Found 'DD'-anomaly for variable 'userExpectedList' (lines '109'-'128').
48257 src/com/gps/rfid/RFIDDash.java 110 Found 'DD'-anomaly for variable 'userActualList' (lines '110'-'129').
48258 src/com/gps/rfid/RFIDDash.java 112 Found 'DD'-anomaly for variable 'studentJSON' (lines '112'-'137').
48259 src/com/gps/rfid/RFIDDash.java 117 Potential violation of Law of Demeter (object not created locally)
48260 src/com/gps/rfid/RFIDDash.java 120 Potential violation of Law of Demeter (object not created locally)
48261 src/com/gps/rfid/RFIDDash.java 122 Potential violation of Law of Demeter (method chain calls)
48262 src/com/gps/rfid/RFIDDash.java 122 Potential violation of Law of Demeter (object not created locally)
48263 src/com/gps/rfid/RFIDDash.java 122 Prefer StringBuffer over += for concatenating strings
48264 src/com/gps/rfid/RFIDDash.java 124 Avoid using if statements without curly braces
48265 src/com/gps/rfid/RFIDDash.java 124 Potential violation of Law of Demeter (object not created locally)
48266 src/com/gps/rfid/RFIDDash.java 125 Prefer StringBuffer over += for concatenating strings
48267 src/com/gps/rfid/RFIDDash.java 128 Potential violation of Law of Demeter (object not created locally)
48268 src/com/gps/rfid/RFIDDash.java 129 Potential violation of Law of Demeter (object not created locally)
48269 src/com/gps/rfid/RFIDDash.java 134 Do not add empty strings
48270 src/com/gps/rfid/RFIDDash.java 134 Potential violation of Law of Demeter (object not created locally)
48271 src/com/gps/rfid/RFIDDash.java 134 There is log block not surrounded by if
48272 src/com/gps/rfid/RFIDDash.java 134 There is log block not surrounded by if
48273 src/com/gps/rfid/RFIDDash.java 140 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48274 src/com/gps/rfid/RFIDDash.java 142 Avoid printStackTrace(); use a logger call instead.
48275 src/com/gps/rfid/RFIDDash.java 142 Potential violation of Law of Demeter (object not created locally)
48276 src/com/gps/rfid/RFIDDash.java 148 Avoid really long methods.
48277 src/com/gps/rfid/RFIDDash.java 148 Parameter 'tripId' is not assigned and could be declared final
48278 src/com/gps/rfid/RFIDDash.java 148 Parameter 'userExpectedList' is not assigned and could be declared final
48279 src/com/gps/rfid/RFIDDash.java 148 The method 'processData' has a Cyclomatic Complexity of 30.
48280 src/com/gps/rfid/RFIDDash.java 148 The method processData() has an NCSS line count of 102
48281 src/com/gps/rfid/RFIDDash.java 148 The method processData() has an NPath complexity of 1021
48282 src/com/gps/rfid/RFIDDash.java 148 publicMethodCommentRequirement Required
48283 src/com/gps/rfid/RFIDDash.java 149 Parameter 'dateRF' is not assigned and could be declared final
48284 src/com/gps/rfid/RFIDDash.java 149 Parameter 'userActualList' is not assigned and could be declared final
48285 src/com/gps/rfid/RFIDDash.java 152 Local variable 'tripDao' could be declared final
48286 src/com/gps/rfid/RFIDDash.java 153 Found 'DD'-anomaly for variable 'currentTime' (lines '153'-'166').
48287 src/com/gps/rfid/RFIDDash.java 153 Found 'DD'-anomaly for variable 'tripEnd' (lines '153'-'178').
48288 src/com/gps/rfid/RFIDDash.java 153 Found 'DD'-anomaly for variable 'tripStart' (lines '153'-'177').
48289 src/com/gps/rfid/RFIDDash.java 153 Use one line for each declaration, it enhances code readability.
48290 src/com/gps/rfid/RFIDDash.java 154 Local variable 'calender' could be declared final
48291 src/com/gps/rfid/RFIDDash.java 155 Local variable 'calenderNow' could be declared final
48292 src/com/gps/rfid/RFIDDash.java 156 Local variable 'calenderOld' could be declared final
48293 src/com/gps/rfid/RFIDDash.java 157 Local variable 'formatter' could be declared final
48294 src/com/gps/rfid/RFIDDash.java 157 When instantiating a SimpleDateFormat object, specify a Locale
48295 src/com/gps/rfid/RFIDDash.java 158 Local variable 'formatDate' could be declared final
48296 src/com/gps/rfid/RFIDDash.java 158 When instantiating a SimpleDateFormat object, specify a Locale
48297 src/com/gps/rfid/RFIDDash.java 159 Found 'DD'-anomaly for variable 'isPresent' (lines '159'-'207').
48298 src/com/gps/rfid/RFIDDash.java 160 Found 'DU'-anomaly for variable 'fencesDAO' (lines '160'-'290').
48299 src/com/gps/rfid/RFIDDash.java 160 Local variable 'fencesDAO' could be declared final
48300 src/com/gps/rfid/RFIDDash.java 161 Found 'DD'-anomaly for variable 'studentInfo' (lines '161'-'276').
48301 src/com/gps/rfid/RFIDDash.java 161 Found 'DU'-anomaly for variable 'studentInfo' (lines '161'-'290').
48302 src/com/gps/rfid/RFIDDash.java 164 Potential violation of Law of Demeter (object not created locally)
48303 src/com/gps/rfid/RFIDDash.java 165 Potential violation of Law of Demeter (object not created locally)
48304 src/com/gps/rfid/RFIDDash.java 166 Potential violation of Law of Demeter (method chain calls)
48305 src/com/gps/rfid/RFIDDash.java 166 Potential violation of Law of Demeter (method chain calls)
48306 src/com/gps/rfid/RFIDDash.java 166 Potential violation of Law of Demeter (method chain calls)
48307 src/com/gps/rfid/RFIDDash.java 166 Potential violation of Law of Demeter (object not created locally)
48308 src/com/gps/rfid/RFIDDash.java 166 Potential violation of Law of Demeter (object not created locally)
48309 src/com/gps/rfid/RFIDDash.java 167 Avoid using Literals in Conditional Statements
48310 src/com/gps/rfid/RFIDDash.java 167 Avoid using if statements without curly braces
48311 src/com/gps/rfid/RFIDDash.java 167 Potential violation of Law of Demeter (object not created locally)
48312 src/com/gps/rfid/RFIDDash.java 168 Potential violation of Law of Demeter (object not created locally)
48313 src/com/gps/rfid/RFIDDash.java 170 There is log block not surrounded by if
48314 src/com/gps/rfid/RFIDDash.java 170 There is log block not surrounded by if
48315 src/com/gps/rfid/RFIDDash.java 172 Potential violation of Law of Demeter (object not created locally)
48316 src/com/gps/rfid/RFIDDash.java 174 Potential violation of Law of Demeter (object not created locally)
48317 src/com/gps/rfid/RFIDDash.java 174 There is log block not surrounded by if
48318 src/com/gps/rfid/RFIDDash.java 174 There is log block not surrounded by if
48319 src/com/gps/rfid/RFIDDash.java 176 Avoid using Literals in Conditional Statements
48320 src/com/gps/rfid/RFIDDash.java 176 Potential violation of Law of Demeter (object not created locally)
48321 src/com/gps/rfid/RFIDDash.java 177 Potential violation of Law of Demeter (object not created locally)
48322 src/com/gps/rfid/RFIDDash.java 177 Potential violation of Law of Demeter (object not created locally)
48323 src/com/gps/rfid/RFIDDash.java 178 Potential violation of Law of Demeter (object not created locally)
48324 src/com/gps/rfid/RFIDDash.java 178 Potential violation of Law of Demeter (object not created locally)
48325 src/com/gps/rfid/RFIDDash.java 180 Potential violation of Law of Demeter (object not created locally)
48326 src/com/gps/rfid/RFIDDash.java 180 Potential violation of Law of Demeter (object not created locally)
48327 src/com/gps/rfid/RFIDDash.java 181 Potential violation of Law of Demeter (object not created locally)
48328 src/com/gps/rfid/RFIDDash.java 181 Potential violation of Law of Demeter (object not created locally)
48329 src/com/gps/rfid/RFIDDash.java 184 There is log block not surrounded by if
48330 src/com/gps/rfid/RFIDDash.java 184 There is log block not surrounded by if
48331 src/com/gps/rfid/RFIDDash.java 189 Potential violation of Law of Demeter (method chain calls)
48332 src/com/gps/rfid/RFIDDash.java 189 Potential violation of Law of Demeter (method chain calls)
48333 src/com/gps/rfid/RFIDDash.java 189 There is log block not surrounded by if
48334 src/com/gps/rfid/RFIDDash.java 189 There is log block not surrounded by if
48335 src/com/gps/rfid/RFIDDash.java 192 Potential violation of Law of Demeter (method chain calls)
48336 src/com/gps/rfid/RFIDDash.java 192 Potential violation of Law of Demeter (method chain calls)
48337 src/com/gps/rfid/RFIDDash.java 192 There is log block not surrounded by if
48338 src/com/gps/rfid/RFIDDash.java 192 There is log block not surrounded by if
48339 src/com/gps/rfid/RFIDDash.java 193 Potential violation of Law of Demeter (method chain calls)
48340 src/com/gps/rfid/RFIDDash.java 193 Potential violation of Law of Demeter (method chain calls)
48341 src/com/gps/rfid/RFIDDash.java 193 Potential violation of Law of Demeter (method chain calls)
48342 src/com/gps/rfid/RFIDDash.java 193 Potential violation of Law of Demeter (method chain calls)
48343 src/com/gps/rfid/RFIDDash.java 195 Potential violation of Law of Demeter (method chain calls)
48344 src/com/gps/rfid/RFIDDash.java 195 Potential violation of Law of Demeter (method chain calls)
48345 src/com/gps/rfid/RFIDDash.java 196 Potential violation of Law of Demeter (method chain calls)
48346 src/com/gps/rfid/RFIDDash.java 196 Potential violation of Law of Demeter (method chain calls)
48347 src/com/gps/rfid/RFIDDash.java 196 Potential violation of Law of Demeter (method chain calls)
48348 src/com/gps/rfid/RFIDDash.java 197 Potential violation of Law of Demeter (method chain calls)
48349 src/com/gps/rfid/RFIDDash.java 197 Potential violation of Law of Demeter (method chain calls)
48350 src/com/gps/rfid/RFIDDash.java 197 Potential violation of Law of Demeter (method chain calls)
48351 src/com/gps/rfid/RFIDDash.java 198 Potential violation of Law of Demeter (method chain calls)
48352 src/com/gps/rfid/RFIDDash.java 198 Potential violation of Law of Demeter (method chain calls)
48353 src/com/gps/rfid/RFIDDash.java 198 Potential violation of Law of Demeter (method chain calls)
48354 src/com/gps/rfid/RFIDDash.java 198 Potential violation of Law of Demeter (method chain calls)
48355 src/com/gps/rfid/RFIDDash.java 198 Potential violation of Law of Demeter (method chain calls)
48356 src/com/gps/rfid/RFIDDash.java 199 Potential violation of Law of Demeter (method chain calls)
48357 src/com/gps/rfid/RFIDDash.java 201 Potential violation of Law of Demeter (method chain calls)
48358 src/com/gps/rfid/RFIDDash.java 201 Potential violation of Law of Demeter (method chain calls)
48359 src/com/gps/rfid/RFIDDash.java 201 Potential violation of Law of Demeter (method chain calls)
48360 src/com/gps/rfid/RFIDDash.java 202 Potential violation of Law of Demeter (method chain calls)
48361 src/com/gps/rfid/RFIDDash.java 202 Potential violation of Law of Demeter (method chain calls)
48362 src/com/gps/rfid/RFIDDash.java 202 Potential violation of Law of Demeter (method chain calls)
48363 src/com/gps/rfid/RFIDDash.java 203 Potential violation of Law of Demeter (method chain calls)
48364 src/com/gps/rfid/RFIDDash.java 203 Potential violation of Law of Demeter (method chain calls)
48365 src/com/gps/rfid/RFIDDash.java 203 Potential violation of Law of Demeter (method chain calls)
48366 src/com/gps/rfid/RFIDDash.java 203 Potential violation of Law of Demeter (method chain calls)
48367 src/com/gps/rfid/RFIDDash.java 203 Potential violation of Law of Demeter (method chain calls)
48368 src/com/gps/rfid/RFIDDash.java 204 Potential violation of Law of Demeter (method chain calls)
48369 src/com/gps/rfid/RFIDDash.java 208 There is log block not surrounded by if
48370 src/com/gps/rfid/RFIDDash.java 208 There is log block not surrounded by if
48371 src/com/gps/rfid/RFIDDash.java 210 Found 'DD'-anomaly for variable 'j' (lines '210'-'190').
48372 src/com/gps/rfid/RFIDDash.java 215 Useless parentheses.
48373 src/com/gps/rfid/RFIDDash.java 215 Useless parentheses.
48374 src/com/gps/rfid/RFIDDash.java 215 Useless parentheses.
48375 src/com/gps/rfid/RFIDDash.java 217 Avoid if (x != y) ..; else ..;
48376 src/com/gps/rfid/RFIDDash.java 219 There is log block not surrounded by if
48377 src/com/gps/rfid/RFIDDash.java 219 There is log block not surrounded by if
48378 src/com/gps/rfid/RFIDDash.java 220 Local variable 'date' could be declared final
48379 src/com/gps/rfid/RFIDDash.java 220 Potential violation of Law of Demeter (method chain calls)
48380 src/com/gps/rfid/RFIDDash.java 220 Potential violation of Law of Demeter (method chain calls)
48381 src/com/gps/rfid/RFIDDash.java 220 Potential violation of Law of Demeter (object not created locally)
48382 src/com/gps/rfid/RFIDDash.java 221 Potential violation of Law of Demeter (object not created locally)
48383 src/com/gps/rfid/RFIDDash.java 222 Local variable 'now' could be declared final
48384 src/com/gps/rfid/RFIDDash.java 222 Potential violation of Law of Demeter (object not created locally)
48385 src/com/gps/rfid/RFIDDash.java 222 Potential violation of Law of Demeter (object not created locally)
48386 src/com/gps/rfid/RFIDDash.java 223 Local variable 'current' could be declared final
48387 src/com/gps/rfid/RFIDDash.java 223 Potential violation of Law of Demeter (object not created locally)
48388 src/com/gps/rfid/RFIDDash.java 224 Potential violation of Law of Demeter (object not created locally)
48389 src/com/gps/rfid/RFIDDash.java 226 Do not add empty strings
48390 src/com/gps/rfid/RFIDDash.java 226 Potential violation of Law of Demeter (object not created locally)
48391 src/com/gps/rfid/RFIDDash.java 226 Potential violation of Law of Demeter (object not created locally)
48392 src/com/gps/rfid/RFIDDash.java 226 Potential violation of Law of Demeter (object not created locally)
48393 src/com/gps/rfid/RFIDDash.java 226 Potential violation of Law of Demeter (object not created locally)
48394 src/com/gps/rfid/RFIDDash.java 226 There is log block not surrounded by if
48395 src/com/gps/rfid/RFIDDash.java 226 There is log block not surrounded by if
48396 src/com/gps/rfid/RFIDDash.java 227 Potential violation of Law of Demeter (object not created locally)
48397 src/com/gps/rfid/RFIDDash.java 228 Avoid using if...else statements without curly braces
48398 src/com/gps/rfid/RFIDDash.java 228 Potential violation of Law of Demeter (method chain calls)
48399 src/com/gps/rfid/RFIDDash.java 228 The String literal "Absent" appears 7 times in this file; the first occurrence is on line 228
48400 src/com/gps/rfid/RFIDDash.java 229 Potential violation of Law of Demeter (method chain calls)
48401 src/com/gps/rfid/RFIDDash.java 229 Potential violation of Law of Demeter (object not created locally)
48402 src/com/gps/rfid/RFIDDash.java 230 Avoid using if...else statements without curly braces
48403 src/com/gps/rfid/RFIDDash.java 230 Potential violation of Law of Demeter (method chain calls)
48404 src/com/gps/rfid/RFIDDash.java 232 Avoid using if...else statements without curly braces
48405 src/com/gps/rfid/RFIDDash.java 232 Potential violation of Law of Demeter (method chain calls)
48406 src/com/gps/rfid/RFIDDash.java 232 The String literal "Not yet swiped" appears 4 times in this file; the first occurrence is on line 232
48407 src/com/gps/rfid/RFIDDash.java 234 Potential violation of Law of Demeter (method chain calls)
48408 src/com/gps/rfid/RFIDDash.java 234 Potential violation of Law of Demeter (object not created locally)
48409 src/com/gps/rfid/RFIDDash.java 235 Avoid using if...else statements without curly braces
48410 src/com/gps/rfid/RFIDDash.java 235 Potential violation of Law of Demeter (method chain calls)
48411 src/com/gps/rfid/RFIDDash.java 237 Avoid using if...else statements without curly braces
48412 src/com/gps/rfid/RFIDDash.java 237 Potential violation of Law of Demeter (method chain calls)
48413 src/com/gps/rfid/RFIDDash.java 240 Comment is too large: Line too long
48414 src/com/gps/rfid/RFIDDash.java 241 Useless parentheses.
48415 src/com/gps/rfid/RFIDDash.java 242 Potential violation of Law of Demeter (method chain calls)
48416 src/com/gps/rfid/RFIDDash.java 243 Useless parentheses.
48417 src/com/gps/rfid/RFIDDash.java 244 Avoid if (x != y) ..; else ..;
48418 src/com/gps/rfid/RFIDDash.java 246 There is log block not surrounded by if
48419 src/com/gps/rfid/RFIDDash.java 246 There is log block not surrounded by if
48420 src/com/gps/rfid/RFIDDash.java 247 Local variable 'date' could be declared final
48421 src/com/gps/rfid/RFIDDash.java 247 Potential violation of Law of Demeter (method chain calls)
48422 src/com/gps/rfid/RFIDDash.java 247 Potential violation of Law of Demeter (method chain calls)
48423 src/com/gps/rfid/RFIDDash.java 247 Potential violation of Law of Demeter (object not created locally)
48424 src/com/gps/rfid/RFIDDash.java 248 Potential violation of Law of Demeter (object not created locally)
48425 src/com/gps/rfid/RFIDDash.java 249 Local variable 'now' could be declared final
48426 src/com/gps/rfid/RFIDDash.java 249 Potential violation of Law of Demeter (object not created locally)
48427 src/com/gps/rfid/RFIDDash.java 249 Potential violation of Law of Demeter (object not created locally)
48428 src/com/gps/rfid/RFIDDash.java 250 Local variable 'current' could be declared final
48429 src/com/gps/rfid/RFIDDash.java 250 Potential violation of Law of Demeter (object not created locally)
48430 src/com/gps/rfid/RFIDDash.java 251 Potential violation of Law of Demeter (object not created locally)
48431 src/com/gps/rfid/RFIDDash.java 253 Do not add empty strings
48432 src/com/gps/rfid/RFIDDash.java 253 Potential violation of Law of Demeter (object not created locally)
48433 src/com/gps/rfid/RFIDDash.java 253 Potential violation of Law of Demeter (object not created locally)
48434 src/com/gps/rfid/RFIDDash.java 253 Potential violation of Law of Demeter (object not created locally)
48435 src/com/gps/rfid/RFIDDash.java 253 Potential violation of Law of Demeter (object not created locally)
48436 src/com/gps/rfid/RFIDDash.java 253 There is log block not surrounded by if
48437 src/com/gps/rfid/RFIDDash.java 253 There is log block not surrounded by if
48438 src/com/gps/rfid/RFIDDash.java 254 Potential violation of Law of Demeter (object not created locally)
48439 src/com/gps/rfid/RFIDDash.java 255 Avoid using if...else statements without curly braces
48440 src/com/gps/rfid/RFIDDash.java 255 Potential violation of Law of Demeter (method chain calls)
48441 src/com/gps/rfid/RFIDDash.java 256 Potential violation of Law of Demeter (method chain calls)
48442 src/com/gps/rfid/RFIDDash.java 256 Potential violation of Law of Demeter (object not created locally)
48443 src/com/gps/rfid/RFIDDash.java 256 Potential violation of Law of Demeter (object not created locally)
48444 src/com/gps/rfid/RFIDDash.java 257 Avoid using if...else statements without curly braces
48445 src/com/gps/rfid/RFIDDash.java 257 Potential violation of Law of Demeter (method chain calls)
48446 src/com/gps/rfid/RFIDDash.java 259 Avoid using if...else statements without curly braces
48447 src/com/gps/rfid/RFIDDash.java 259 Potential violation of Law of Demeter (method chain calls)
48448 src/com/gps/rfid/RFIDDash.java 261 Potential violation of Law of Demeter (method chain calls)
48449 src/com/gps/rfid/RFIDDash.java 261 Potential violation of Law of Demeter (object not created locally)
48450 src/com/gps/rfid/RFIDDash.java 262 Avoid using if...else statements without curly braces
48451 src/com/gps/rfid/RFIDDash.java 262 Potential violation of Law of Demeter (method chain calls)
48452 src/com/gps/rfid/RFIDDash.java 264 Avoid using if...else statements without curly braces
48453 src/com/gps/rfid/RFIDDash.java 264 Potential violation of Law of Demeter (method chain calls)
48454 src/com/gps/rfid/RFIDDash.java 267 Found 'DD'-anomaly for variable 'isPresent' (lines '267'-'207').
48455 src/com/gps/rfid/RFIDDash.java 267 Found 'DU'-anomaly for variable 'isPresent' (lines '267'-'290').
48456 src/com/gps/rfid/RFIDDash.java 270 Local variable 'counter' could be declared final
48457 src/com/gps/rfid/RFIDDash.java 271 There is log block not surrounded by if
48458 src/com/gps/rfid/RFIDDash.java 271 There is log block not surrounded by if
48459 src/com/gps/rfid/RFIDDash.java 273 Avoid using Literals in Conditional Statements
48460 src/com/gps/rfid/RFIDDash.java 273 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48461 src/com/gps/rfid/RFIDDash.java 276 Potential violation of Law of Demeter (object not created locally)
48462 src/com/gps/rfid/RFIDDash.java 278 Avoid using for statements without curly braces
48463 src/com/gps/rfid/RFIDDash.java 278 Potential violation of Law of Demeter (object not created locally)
48464 src/com/gps/rfid/RFIDDash.java 279 Potential violation of Law of Demeter (object not created locally)
48465 src/com/gps/rfid/RFIDDash.java 283 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48466 src/com/gps/rfid/RFIDDash.java 285 Avoid printStackTrace(); use a logger call instead.
48467 src/com/gps/rfid/RFIDDash.java 285 Potential violation of Law of Demeter (object not created locally)
48468 src/com/gps/rfid/RFIDDash.java 293 Avoid using implementation types like 'ArrayList'; use the interface instead
48469 src/com/gps/rfid/RFIDDash.java 293 Avoid using implementation types like 'ArrayList'; use the interface instead
48470 src/com/gps/rfid/RFIDDash.java 293 Parameter 'rfUserInfo' is not assigned and could be declared final
48471 src/com/gps/rfid/RFIDDash.java 293 Parameter 'userFenceInfo' is not assigned and could be declared final
48472 src/com/gps/rfid/RFIDDash.java 293 publicMethodCommentRequirement Required
48473 src/com/gps/rfid/RFIDDash.java 295 Found 'DD'-anomaly for variable 'scheduled_count' (lines '295'-'305').
48474 src/com/gps/rfid/RFIDDash.java 295 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'scheduled_count' is not final.
48475 src/com/gps/rfid/RFIDDash.java 296 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '296'-'308').
48476 src/com/gps/rfid/RFIDDash.java 296 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'unscheduled_count' is not final.
48477 src/com/gps/rfid/RFIDDash.java 297 Found 'DD'-anomaly for variable 'absent_count' (lines '297'-'312').
48478 src/com/gps/rfid/RFIDDash.java 297 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'absent_count' is not final.
48479 src/com/gps/rfid/RFIDDash.java 298 Found 'DD'-anomaly for variable 'userInfo' (lines '298'-'315').
48480 src/com/gps/rfid/RFIDDash.java 305 Found 'DD'-anomaly for variable 'scheduled_count' (lines '305'-'305').
48481 src/com/gps/rfid/RFIDDash.java 308 Found 'DD'-anomaly for variable 'unscheduled_count' (lines '308'-'308').
48482 src/com/gps/rfid/RFIDDash.java 314 There is log block not surrounded by if
48483 src/com/gps/rfid/RFIDDash.java 314 There is log block not surrounded by if
48484 src/com/gps/rfid/RFIDDash.java 317 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48485 src/com/gps/rfid/RFIDDash.java 319 Avoid printStackTrace(); use a logger call instead.
48486 src/com/gps/rfid/RFIDDash.java 325 Parameter 'args' is not assigned and could be declared final
48487 src/com/gps/rfid/RFIDDash.java 325 publicMethodCommentRequirement Required
48488 src/com/gps/rfid/RFIDDash.java 327 Found 'DD'-anomaly for variable 'currentTime' (lines '327'-'334').
48489 src/com/gps/rfid/RFIDDash.java 328 Local variable 'formatter' could be declared final
48490 src/com/gps/rfid/RFIDDash.java 328 When instantiating a SimpleDateFormat object, specify a Locale
48491 src/com/gps/rfid/RFIDDash.java 329 Local variable 'dash' could be declared final
48492 src/com/gps/rfid/RFIDDash.java 330 Local variable 'calender' could be declared final
48493 src/com/gps/rfid/RFIDDash.java 331 Potential violation of Law of Demeter (object not created locally)
48494 src/com/gps/rfid/RFIDDash.java 331 There is log block not surrounded by if
48495 src/com/gps/rfid/RFIDDash.java 331 There is log block not surrounded by if
48496 src/com/gps/rfid/RFIDDash.java 332 Potential violation of Law of Demeter (object not created locally)
48497 src/com/gps/rfid/RFIDDash.java 333 Potential violation of Law of Demeter (object not created locally)
48498 src/com/gps/rfid/RFIDDash.java 334 Potential violation of Law of Demeter (method chain calls)
48499 src/com/gps/rfid/RFIDDash.java 334 Potential violation of Law of Demeter (method chain calls)
48500 src/com/gps/rfid/RFIDDash.java 334 Potential violation of Law of Demeter (method chain calls)
48501 src/com/gps/rfid/RFIDDash.java 334 Potential violation of Law of Demeter (object not created locally)
48502 src/com/gps/rfid/RFIDDash.java 334 Potential violation of Law of Demeter (object not created locally)
48503 src/com/gps/rfid/RFIDDash.java 335 There is log block not surrounded by if
48504 src/com/gps/rfid/RFIDDash.java 335 There is log block not surrounded by if
48505 src/com/gps/rfid/RFIDDash.java 336 Potential violation of Law of Demeter (object not created locally)
48506 src/com/gps/rfid/RFIDReports.java 24 The class 'RFIDReports' has a Cyclomatic Complexity of 8 (Highest = 18).
48507 src/com/gps/rfid/RFIDReports.java 24 headerCommentRequirement Required
48508 src/com/gps/rfid/RFIDReports.java 26 The Logger variable declaration does not contain the static and final modifiers
48509 src/com/gps/rfid/RFIDReports.java 26 Use explicit scoping instead of the default package private level
48510 src/com/gps/rfid/RFIDReports.java 26 fieldCommentRequirement Required
48511 src/com/gps/rfid/RFIDReports.java 29 Parameter 'reportInputs' is not assigned and could be declared final
48512 src/com/gps/rfid/RFIDReports.java 29 The method 'getReports' has a Cyclomatic Complexity of 18.
48513 src/com/gps/rfid/RFIDReports.java 29 The method getReports() has an NPath complexity of 3646
48514 src/com/gps/rfid/RFIDReports.java 29 publicMethodCommentRequirement Required
48515 src/com/gps/rfid/RFIDReports.java 31 Found 'DD'-anomaly for variable 'tripId' (lines '31'-'42').
48516 src/com/gps/rfid/RFIDReports.java 32 Found 'DD'-anomaly for variable 'grade' (lines '32'-'44').
48517 src/com/gps/rfid/RFIDReports.java 33 Avoid variables with short names like to
48518 src/com/gps/rfid/RFIDReports.java 33 Found 'DD'-anomaly for variable 'to' (lines '33'-'48').
48519 src/com/gps/rfid/RFIDReports.java 34 Found 'DD'-anomaly for variable 'from' (lines '34'-'46').
48520 src/com/gps/rfid/RFIDReports.java 35 Found 'DD'-anomaly for variable 'studentName' (lines '35'-'52').
48521 src/com/gps/rfid/RFIDReports.java 36 Found 'DD'-anomaly for variable 'type' (lines '36'-'50').
48522 src/com/gps/rfid/RFIDReports.java 37 Found 'DD'-anomaly for variable 'output' (lines '37'-'57').
48523 src/com/gps/rfid/RFIDReports.java 37 Found 'DD'-anomaly for variable 'output' (lines '37'-'59').
48524 src/com/gps/rfid/RFIDReports.java 37 Found 'DD'-anomaly for variable 'output' (lines '37'-'61').
48525 src/com/gps/rfid/RFIDReports.java 41 Avoid using if statements without curly braces
48526 src/com/gps/rfid/RFIDReports.java 41 Use equals() to compare strings instead of '==' or '!='
48527 src/com/gps/rfid/RFIDReports.java 42 Potential violation of Law of Demeter (method chain calls)
48528 src/com/gps/rfid/RFIDReports.java 42 Potential violation of Law of Demeter (method chain calls)
48529 src/com/gps/rfid/RFIDReports.java 43 Avoid using if statements without curly braces
48530 src/com/gps/rfid/RFIDReports.java 43 Use equals() to compare strings instead of '==' or '!='
48531 src/com/gps/rfid/RFIDReports.java 44 Potential violation of Law of Demeter (method chain calls)
48532 src/com/gps/rfid/RFIDReports.java 45 Avoid using if statements without curly braces
48533 src/com/gps/rfid/RFIDReports.java 45 Use equals() to compare strings instead of '==' or '!='
48534 src/com/gps/rfid/RFIDReports.java 46 Potential violation of Law of Demeter (method chain calls)
48535 src/com/gps/rfid/RFIDReports.java 47 Avoid using if statements without curly braces
48536 src/com/gps/rfid/RFIDReports.java 47 Use equals() to compare strings instead of '==' or '!='
48537 src/com/gps/rfid/RFIDReports.java 48 Potential violation of Law of Demeter (method chain calls)
48538 src/com/gps/rfid/RFIDReports.java 49 Avoid using if statements without curly braces
48539 src/com/gps/rfid/RFIDReports.java 49 Use equals() to compare strings instead of '==' or '!='
48540 src/com/gps/rfid/RFIDReports.java 50 Potential violation of Law of Demeter (method chain calls)
48541 src/com/gps/rfid/RFIDReports.java 51 Avoid using if statements without curly braces
48542 src/com/gps/rfid/RFIDReports.java 51 Use equals() to compare strings instead of '==' or '!='
48543 src/com/gps/rfid/RFIDReports.java 52 Potential violation of Law of Demeter (method chain calls)
48544 src/com/gps/rfid/RFIDReports.java 55 Do not add empty strings
48545 src/com/gps/rfid/RFIDReports.java 55 There is log block not surrounded by if
48546 src/com/gps/rfid/RFIDReports.java 55 There is log block not surrounded by if
48547 src/com/gps/rfid/RFIDReports.java 56 Position literals first in String comparisons
48548 src/com/gps/rfid/RFIDReports.java 56 Potential violation of Law of Demeter (object not created locally)
48549 src/com/gps/rfid/RFIDReports.java 57 Avoid using if...else statements without curly braces
48550 src/com/gps/rfid/RFIDReports.java 58 Position literals first in String comparisons
48551 src/com/gps/rfid/RFIDReports.java 58 Potential violation of Law of Demeter (object not created locally)
48552 src/com/gps/rfid/RFIDReports.java 59 Avoid using if...else statements without curly braces
48553 src/com/gps/rfid/RFIDReports.java 61 Avoid using if...else statements without curly braces
48554 src/com/gps/rfid/RFIDReports.java 63 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48555 src/com/gps/rfid/RFIDReports.java 65 Avoid printStackTrace(); use a logger call instead.
48556 src/com/gps/rfid/RFIDReports.java 65 Potential violation of Law of Demeter (object not created locally)
48557 src/com/gps/rfid/RFIDReports.java 71 Parameter 'grade' is not assigned and could be declared final
48558 src/com/gps/rfid/RFIDReports.java 71 Parameter 'tripId' is not assigned and could be declared final
48559 src/com/gps/rfid/RFIDReports.java 71 Rather than using a lot of String arguments, consider using a container object for those values.
48560 src/com/gps/rfid/RFIDReports.java 71 publicMethodCommentRequirement Required
48561 src/com/gps/rfid/RFIDReports.java 72 Avoid variables with short names like to
48562 src/com/gps/rfid/RFIDReports.java 72 Parameter 'from' is not assigned and could be declared final
48563 src/com/gps/rfid/RFIDReports.java 72 Parameter 'studentName' is not assigned and could be declared final
48564 src/com/gps/rfid/RFIDReports.java 72 Parameter 'to' is not assigned and could be declared final
48565 src/com/gps/rfid/RFIDReports.java 75 Found 'DD'-anomaly for variable 'studentsList' (lines '75'-'85').
48566 src/com/gps/rfid/RFIDReports.java 76 Local variable 'rfDAO' could be declared final
48567 src/com/gps/rfid/RFIDReports.java 77 Found 'DU'-anomaly for variable 'fenceDAO' (lines '77'-'94').
48568 src/com/gps/rfid/RFIDReports.java 77 Local variable 'fenceDAO' could be declared final
48569 src/com/gps/rfid/RFIDReports.java 78 Local variable 'converter' could be declared final
48570 src/com/gps/rfid/RFIDReports.java 81 There is log block not surrounded by if
48571 src/com/gps/rfid/RFIDReports.java 81 There is log block not surrounded by if
48572 src/com/gps/rfid/RFIDReports.java 82 Potential violation of Law of Demeter (object not created locally)
48573 src/com/gps/rfid/RFIDReports.java 83 Avoid using Literals in Conditional Statements
48574 src/com/gps/rfid/RFIDReports.java 83 Potential violation of Law of Demeter (object not created locally)
48575 src/com/gps/rfid/RFIDReports.java 83 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48576 src/com/gps/rfid/RFIDReports.java 85 Potential violation of Law of Demeter (object not created locally)
48577 src/com/gps/rfid/RFIDReports.java 88 Potential violation of Law of Demeter (object not created locally)
48578 src/com/gps/rfid/RFIDReports.java 88 There is log block not surrounded by if
48579 src/com/gps/rfid/RFIDReports.java 88 There is log block not surrounded by if
48580 src/com/gps/rfid/RFIDReports.java 89 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48581 src/com/gps/rfid/RFIDReports.java 91 Avoid printStackTrace(); use a logger call instead.
48582 src/com/gps/rfid/RFIDReports.java 91 Potential violation of Law of Demeter (object not created locally)
48583 src/com/gps/rfid/RFIDReports.java 96 Parameter 'from' is not assigned and could be declared final
48584 src/com/gps/rfid/RFIDReports.java 96 Parameter 'grade' is not assigned and could be declared final
48585 src/com/gps/rfid/RFIDReports.java 96 Parameter 'tripId' is not assigned and could be declared final
48586 src/com/gps/rfid/RFIDReports.java 96 publicMethodCommentRequirement Required
48587 src/com/gps/rfid/RFIDReports.java 97 Avoid variables with short names like to
48588 src/com/gps/rfid/RFIDReports.java 97 Parameter 'to' is not assigned and could be declared final
48589 src/com/gps/rfid/RFIDReports.java 98 Found 'DU'-anomaly for variable 'convert' (lines '98'-'144').
48590 src/com/gps/rfid/RFIDReports.java 98 Local variable 'convert' could be declared final
48591 src/com/gps/rfid/RFIDReports.java 99 Local variable 'rfDAO' could be declared final
48592 src/com/gps/rfid/RFIDReports.java 100 Local variable 'fenceDAO' could be declared final
48593 src/com/gps/rfid/RFIDReports.java 101 Found 'DU'-anomaly for variable 'dash' (lines '101'-'144').
48594 src/com/gps/rfid/RFIDReports.java 101 Local variable 'dash' could be declared final
48595 src/com/gps/rfid/RFIDReports.java 102 Avoid declaring a variable if it is unreferenced before a possible exit point.
48596 src/com/gps/rfid/RFIDReports.java 102 Avoid unused local variables such as 'data'.
48597 src/com/gps/rfid/RFIDReports.java 102 Found 'DU'-anomaly for variable 'data' (lines '102'-'144').
48598 src/com/gps/rfid/RFIDReports.java 102 Local variable 'data' could be declared final
48599 src/com/gps/rfid/RFIDReports.java 103 Found 'DD'-anomaly for variable 'users' (lines '103'-'120').
48600 src/com/gps/rfid/RFIDReports.java 104 Found 'DD'-anomaly for variable 'userExpectedList' (lines '104'-'126').
48601 src/com/gps/rfid/RFIDReports.java 105 Found 'DD'-anomaly for variable 'userActualList' (lines '105'-'127').
48602 src/com/gps/rfid/RFIDReports.java 106 Found 'DD'-anomaly for variable 'userIds' (lines '106'-'114').
48603 src/com/gps/rfid/RFIDReports.java 107 Found 'DD'-anomaly for variable 'studentList' (lines '107'-'133').
48604 src/com/gps/rfid/RFIDReports.java 108 Found 'DD'-anomaly for variable 'studentJSON' (lines '108'-'134').
48605 src/com/gps/rfid/RFIDReports.java 113 There is log block not surrounded by if
48606 src/com/gps/rfid/RFIDReports.java 113 There is log block not surrounded by if
48607 src/com/gps/rfid/RFIDReports.java 114 Potential violation of Law of Demeter (object not created locally)
48608 src/com/gps/rfid/RFIDReports.java 118 Potential violation of Law of Demeter (object not created locally)
48609 src/com/gps/rfid/RFIDReports.java 120 Potential violation of Law of Demeter (object not created locally)
48610 src/com/gps/rfid/RFIDReports.java 120 Prefer StringBuffer over += for concatenating strings
48611 src/com/gps/rfid/RFIDReports.java 121 Avoid using if statements without curly braces
48612 src/com/gps/rfid/RFIDReports.java 121 Potential violation of Law of Demeter (object not created locally)
48613 src/com/gps/rfid/RFIDReports.java 122 Prefer StringBuffer over += for concatenating strings
48614 src/com/gps/rfid/RFIDReports.java 126 Potential violation of Law of Demeter (object not created locally)
48615 src/com/gps/rfid/RFIDReports.java 127 Potential violation of Law of Demeter (object not created locally)
48616 src/com/gps/rfid/RFIDReports.java 129 Do not add empty strings
48617 src/com/gps/rfid/RFIDReports.java 129 Potential violation of Law of Demeter (object not created locally)
48618 src/com/gps/rfid/RFIDReports.java 129 There is log block not surrounded by if
48619 src/com/gps/rfid/RFIDReports.java 129 There is log block not surrounded by if
48620 src/com/gps/rfid/RFIDReports.java 133 Potential violation of Law of Demeter (object not created locally)
48621 src/com/gps/rfid/RFIDReports.java 134 Potential violation of Law of Demeter (object not created locally)
48622 src/com/gps/rfid/RFIDReports.java 137 There is log block not surrounded by if
48623 src/com/gps/rfid/RFIDReports.java 137 There is log block not surrounded by if
48624 src/com/gps/rfid/RFIDReports.java 139 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48625 src/com/gps/rfid/RFIDReports.java 141 Avoid printStackTrace(); use a logger call instead.
48626 src/com/gps/rfid/RFIDReports.java 141 Potential violation of Law of Demeter (object not created locally)
48627 src/com/gps/rfid/RFIDReports.java 146 Found 'UR'-anomaly for variable 'trip' (lines '146'-'199').
48628 src/com/gps/rfid/RFIDReports.java 146 Parameter 'from' is not assigned and could be declared final
48629 src/com/gps/rfid/RFIDReports.java 146 Parameter 'grade' is not assigned and could be declared final
48630 src/com/gps/rfid/RFIDReports.java 146 Parameter 'tripId' is not assigned and could be declared final
48631 src/com/gps/rfid/RFIDReports.java 147 Avoid variables with short names like to
48632 src/com/gps/rfid/RFIDReports.java 147 Parameter 'to' is not assigned and could be declared final
48633 src/com/gps/rfid/RFIDReports.java 153 Found 'DU'-anomaly for variable 'tripDAO' (lines '153'-'219').
48634 src/com/gps/rfid/RFIDReports.java 153 Local variable 'tripDAO' could be declared final
48635 src/com/gps/rfid/RFIDReports.java 155 An empty statement (semicolon) not part of a loop
48636 src/com/gps/rfid/RFIDReports.java 155 Local variable 'tripVOList' could be declared final
48637 src/com/gps/rfid/RFIDReports.java 157 Local variable 'convert' could be declared final
48638 src/com/gps/rfid/RFIDReports.java 158 Found 'DD'-anomaly for variable 'data' (lines '158'-'210').
48639 src/com/gps/rfid/RFIDReports.java 162 Avoid if (x != y) ..; else ..;
48640 src/com/gps/rfid/RFIDReports.java 164 Potential violation of Law of Demeter (object not created locally)
48641 src/com/gps/rfid/RFIDReports.java 166 Potential violation of Law of Demeter (object not created locally)
48642 src/com/gps/rfid/RFIDReports.java 166 There is log block not surrounded by if
48643 src/com/gps/rfid/RFIDReports.java 166 There is log block not surrounded by if
48644 src/com/gps/rfid/RFIDReports.java 169 Potential violation of Law of Demeter (object not created locally)
48645 src/com/gps/rfid/RFIDReports.java 169 Potential violation of Law of Demeter (object not created locally)
48646 src/com/gps/rfid/RFIDReports.java 171 Potential violation of Law of Demeter (object not created locally)
48647 src/com/gps/rfid/RFIDReports.java 173 Potential violation of Law of Demeter (object not created locally)
48648 src/com/gps/rfid/RFIDReports.java 175 Potential violation of Law of Demeter (object not created locally)
48649 src/com/gps/rfid/RFIDReports.java 177 Avoid if (x != y) ..; else ..;
48650 src/com/gps/rfid/RFIDReports.java 179 Potential violation of Law of Demeter (object not created locally)
48651 src/com/gps/rfid/RFIDReports.java 180 Potential violation of Law of Demeter (object not created locally)
48652 src/com/gps/rfid/RFIDReports.java 183 Potential violation of Law of Demeter (object not created locally)
48653 src/com/gps/rfid/RFIDReports.java 183 Potential violation of Law of Demeter (object not created locally)
48654 src/com/gps/rfid/RFIDReports.java 185 Potential violation of Law of Demeter (object not created locally)
48655 src/com/gps/rfid/RFIDReports.java 187 Potential violation of Law of Demeter (object not created locally)
48656 src/com/gps/rfid/RFIDReports.java 187 Potential violation of Law of Demeter (object not created locally)
48657 src/com/gps/rfid/RFIDReports.java 188 Potential violation of Law of Demeter (object not created locally)
48658 src/com/gps/rfid/RFIDReports.java 191 Potential violation of Law of Demeter (object not created locally)
48659 src/com/gps/rfid/RFIDReports.java 195 Potential violation of Law of Demeter (object not created locally)
48660 src/com/gps/rfid/RFIDReports.java 196 Local variable 'trip' could be declared final
48661 src/com/gps/rfid/RFIDReports.java 198 Avoid instantiating new objects inside loops
48662 src/com/gps/rfid/RFIDReports.java 199 Potential violation of Law of Demeter (object not created locally)
48663 src/com/gps/rfid/RFIDReports.java 199 Potential violation of Law of Demeter (object not created locally)
48664 src/com/gps/rfid/RFIDReports.java 201 Potential violation of Law of Demeter (object not created locally)
48665 src/com/gps/rfid/RFIDReports.java 202 Potential violation of Law of Demeter (object not created locally)
48666 src/com/gps/rfid/RFIDReports.java 204 Potential violation of Law of Demeter (object not created locally)
48667 src/com/gps/rfid/RFIDReports.java 210 Potential violation of Law of Demeter (object not created locally)
48668 src/com/gps/rfid/RFIDReports.java 211 There is log block not surrounded by if
48669 src/com/gps/rfid/RFIDReports.java 211 There is log block not surrounded by if
48670 src/com/gps/rfid/RFIDReports.java 213 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48671 src/com/gps/rfid/RFIDReports.java 215 Avoid printStackTrace(); use a logger call instead.
48672 src/com/gps/rfid/RFIDReports.java 215 Potential violation of Law of Demeter (object not created locally)
48673 src/com/gps/rfid/RFIDReports.java 221 Parameter 'grade' is not assigned and could be declared final
48674 src/com/gps/rfid/RFIDReports.java 221 Parameter 'tripId' is not assigned and could be declared final
48675 src/com/gps/rfid/RFIDReports.java 222 Avoid variables with short names like to
48676 src/com/gps/rfid/RFIDReports.java 222 Parameter 'from' is not assigned and could be declared final
48677 src/com/gps/rfid/RFIDReports.java 222 Parameter 'to' is not assigned and could be declared final
48678 src/com/gps/rfid/RFIDReports.java 227 Found 'DU'-anomaly for variable 'rfDAO' (lines '227'-'300').
48679 src/com/gps/rfid/RFIDReports.java 227 Local variable 'rfDAO' could be declared final
48680 src/com/gps/rfid/RFIDReports.java 228 Found 'DU'-anomaly for variable 'fenceDAO' (lines '228'-'300').
48681 src/com/gps/rfid/RFIDReports.java 228 Local variable 'fenceDAO' could be declared final
48682 src/com/gps/rfid/RFIDReports.java 229 Found 'DU'-anomaly for variable 'sessions' (lines '229'-'300').
48683 src/com/gps/rfid/RFIDReports.java 229 Local variable 'sessions' could be declared final
48684 src/com/gps/rfid/RFIDReports.java 234 Local variable 'start' could be declared final
48685 src/com/gps/rfid/RFIDReports.java 235 Local variable 'end' could be declared final
48686 src/com/gps/rfid/RFIDReports.java 238 Found 'DU'-anomaly for variable 'dash' (lines '238'-'300').
48687 src/com/gps/rfid/RFIDReports.java 238 Local variable 'dash' could be declared final
48688 src/com/gps/rfid/RFIDReports.java 239 Found 'DD'-anomaly for variable 'actual' (lines '239'-'270').
48689 src/com/gps/rfid/RFIDReports.java 239 Found 'DD'-anomaly for variable 'expected' (lines '239'-'269').
48690 src/com/gps/rfid/RFIDReports.java 239 Found 'DD'-anomaly for variable 'unscheduled' (lines '239'-'271').
48691 src/com/gps/rfid/RFIDReports.java 239 Found 'DU'-anomaly for variable 'actual' (lines '239'-'300').
48692 src/com/gps/rfid/RFIDReports.java 239 Found 'DU'-anomaly for variable 'expected' (lines '239'-'300').
48693 src/com/gps/rfid/RFIDReports.java 239 Found 'DU'-anomaly for variable 'unscheduled' (lines '239'-'300').
48694 src/com/gps/rfid/RFIDReports.java 239 Use one line for each declaration, it enhances code readability.
48695 src/com/gps/rfid/RFIDReports.java 240 Found 'DD'-anomaly for variable 'gradeVO' (lines '240'-'244').
48696 src/com/gps/rfid/RFIDReports.java 245 Potential violation of Law of Demeter (object not created locally)
48697 src/com/gps/rfid/RFIDReports.java 247 When instantiating a SimpleDateFormat object, specify a Locale
48698 src/com/gps/rfid/RFIDReports.java 248 Potential violation of Law of Demeter (object not created locally)
48699 src/com/gps/rfid/RFIDReports.java 249 Potential violation of Law of Demeter (object not created locally)
48700 src/com/gps/rfid/RFIDReports.java 251 Potential violation of Law of Demeter (object not created locally)
48701 src/com/gps/rfid/RFIDReports.java 252 Potential violation of Law of Demeter (object not created locally)
48702 src/com/gps/rfid/RFIDReports.java 254 Potential violation of Law of Demeter (object not created locally)
48703 src/com/gps/rfid/RFIDReports.java 254 Potential violation of Law of Demeter (object not created locally)
48704 src/com/gps/rfid/RFIDReports.java 256 Potential violation of Law of Demeter (object not created locally)
48705 src/com/gps/rfid/RFIDReports.java 256 Potential violation of Law of Demeter (object not created locally)
48706 src/com/gps/rfid/RFIDReports.java 257 Avoid instantiating new objects inside loops
48707 src/com/gps/rfid/RFIDReports.java 258 Avoid calling toString() on String objects; this is unnecessary.
48708 src/com/gps/rfid/RFIDReports.java 258 Potential violation of Law of Demeter (object not created locally)
48709 src/com/gps/rfid/RFIDReports.java 258 Potential violation of Law of Demeter (object not created locally)
48710 src/com/gps/rfid/RFIDReports.java 262 Potential violation of Law of Demeter (method chain calls)
48711 src/com/gps/rfid/RFIDReports.java 262 Potential violation of Law of Demeter (object not created locally)
48712 src/com/gps/rfid/RFIDReports.java 263 Potential violation of Law of Demeter (method chain calls)
48713 src/com/gps/rfid/RFIDReports.java 263 Potential violation of Law of Demeter (object not created locally)
48714 src/com/gps/rfid/RFIDReports.java 265 Potential violation of Law of Demeter (object not created locally)
48715 src/com/gps/rfid/RFIDReports.java 269 Potential violation of Law of Demeter (object not created locally)
48716 src/com/gps/rfid/RFIDReports.java 269 Potential violation of Law of Demeter (object not created locally)
48717 src/com/gps/rfid/RFIDReports.java 270 Potential violation of Law of Demeter (object not created locally)
48718 src/com/gps/rfid/RFIDReports.java 270 Potential violation of Law of Demeter (object not created locally)
48719 src/com/gps/rfid/RFIDReports.java 271 Potential violation of Law of Demeter (object not created locally)
48720 src/com/gps/rfid/RFIDReports.java 273 There is log block not surrounded by if
48721 src/com/gps/rfid/RFIDReports.java 273 There is log block not surrounded by if
48722 src/com/gps/rfid/RFIDReports.java 276 Potential violation of Law of Demeter (method chain calls)
48723 src/com/gps/rfid/RFIDReports.java 276 Potential violation of Law of Demeter (method chain calls)
48724 src/com/gps/rfid/RFIDReports.java 278 Potential violation of Law of Demeter (object not created locally)
48725 src/com/gps/rfid/RFIDReports.java 279 Potential violation of Law of Demeter (object not created locally)
48726 src/com/gps/rfid/RFIDReports.java 280 Potential violation of Law of Demeter (object not created locally)
48727 src/com/gps/rfid/RFIDReports.java 282 Potential violation of Law of Demeter (object not created locally)
48728 src/com/gps/rfid/RFIDReports.java 283 Potential violation of Law of Demeter (object not created locally)
48729 src/com/gps/rfid/RFIDReports.java 284 Potential violation of Law of Demeter (object not created locally)
48730 src/com/gps/rfid/RFIDReports.java 288 Potential violation of Law of Demeter (object not created locally)
48731 src/com/gps/rfid/RFIDReports.java 289 Potential violation of Law of Demeter (object not created locally)
48732 src/com/gps/rfid/RFIDReports.java 293 Potential violation of Law of Demeter (method chain calls)
48733 src/com/gps/rfid/RFIDReports.java 293 Potential violation of Law of Demeter (object not created locally)
48734 src/com/gps/rfid/RFIDReports.java 295 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48735 src/com/gps/rfid/RFIDReports.java 297 Avoid printStackTrace(); use a logger call instead.
48736 src/com/gps/rfid/RFIDReports.java 297 Potential violation of Law of Demeter (object not created locally)
48737 src/com/gps/rfid/RFIDReports.java 302 Parameter 'args' is not assigned and could be declared final
48738 src/com/gps/rfid/RFIDReports.java 302 publicMethodCommentRequirement Required
48739 src/com/gps/rfid/RFIDReports.java 304 Local variable 'reps' could be declared final
48740 src/com/gps/rfid/RFIDReports.java 305 Avoid unused local variables such as 'formatter'.
48741 src/com/gps/rfid/RFIDReports.java 305 Local variable 'formatter' could be declared final
48742 src/com/gps/rfid/RFIDReports.java 306 Avoid unused local variables such as 'fromdate'.
48743 src/com/gps/rfid/RFIDReports.java 306 Local variable 'fromdate' could be declared final
48744 src/com/gps/rfid/RFIDReports.java 307 Avoid unused local variables such as 'todate'.
48745 src/com/gps/rfid/RFIDReports.java 307 Local variable 'todate' could be declared final
48746 src/com/gps/rfid/RFIDReports.java 308 Avoid unused local variables such as 'start'.
48747 src/com/gps/rfid/RFIDReports.java 308 Found 'DU'-anomaly for variable 'start' (lines '308'-'322').
48748 src/com/gps/rfid/RFIDReports.java 308 Local variable 'start' could be declared final
48749 src/com/gps/rfid/RFIDReports.java 309 Avoid unused local variables such as 'end'.
48750 src/com/gps/rfid/RFIDReports.java 309 Found 'DU'-anomaly for variable 'end' (lines '309'-'322').
48751 src/com/gps/rfid/RFIDReports.java 309 Local variable 'end' could be declared final
48752 src/com/gps/rfid/RFIDReports.java 310 Avoid unused local variables such as 'output'.
48753 src/com/gps/rfid/RFIDReports.java 314 Found 'DU'-anomaly for variable 'output' (lines '314'-'322').
48754 src/com/gps/rfid/RFIDReports.java 314 Potential violation of Law of Demeter (object not created locally)
48755 src/com/gps/rfid/RFIDReports.java 318 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48756 src/com/gps/rfid/RFIDReports.java 320 Avoid printStackTrace(); use a logger call instead.
48757 src/com/gps/rfid/RFIDReports.java 320 Potential violation of Law of Demeter (object not created locally)
48758 src/com/gps/rfid/RFIDSearch.java 12 headerCommentRequirement Required
48759 src/com/gps/rfid/RFIDSearch.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
48760 src/com/gps/rfid/RFIDSearch.java 14 Use explicit scoping instead of the default package private level
48761 src/com/gps/rfid/RFIDSearch.java 14 fieldCommentRequirement Required
48762 src/com/gps/rfid/RFIDSearch.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
48763 src/com/gps/rfid/RFIDSearch.java 15 Use explicit scoping instead of the default package private level
48764 src/com/gps/rfid/RFIDSearch.java 15 fieldCommentRequirement Required
48765 src/com/gps/rfid/RFIDSearch.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
48766 src/com/gps/rfid/RFIDSearch.java 16 Use explicit scoping instead of the default package private level
48767 src/com/gps/rfid/RFIDSearch.java 16 fieldCommentRequirement Required
48768 src/com/gps/rfid/RFIDSearch.java 17 The Logger variable declaration does not contain the static and final modifiers
48769 src/com/gps/rfid/RFIDSearch.java 17 Use explicit scoping instead of the default package private level
48770 src/com/gps/rfid/RFIDSearch.java 17 fieldCommentRequirement Required
48771 src/com/gps/rfid/RFIDSearch.java 19 Parameter 'grade' is not assigned and could be declared final
48772 src/com/gps/rfid/RFIDSearch.java 19 Parameter 'tripId' is not assigned and could be declared final
48773 src/com/gps/rfid/RFIDSearch.java 19 Parameter 'userName' is not assigned and could be declared final
48774 src/com/gps/rfid/RFIDSearch.java 19 publicMethodCommentRequirement Required
48775 src/com/gps/rfid/RFIDSearch.java 22 Avoid variables with short names like to
48776 src/com/gps/rfid/RFIDSearch.java 22 Found 'DD'-anomaly for variable 'to' (lines '22'-'29').
48777 src/com/gps/rfid/RFIDSearch.java 23 Found 'DD'-anomaly for variable 'from' (lines '23'-'28').
48778 src/com/gps/rfid/RFIDSearch.java 24 Found 'DD'-anomaly for variable 'output' (lines '24'-'40').
48779 src/com/gps/rfid/RFIDSearch.java 28 Potential violation of Law of Demeter (object not created locally)
48780 src/com/gps/rfid/RFIDSearch.java 29 Potential violation of Law of Demeter (object not created locally)
48781 src/com/gps/rfid/RFIDSearch.java 31 There is log block not surrounded by if
48782 src/com/gps/rfid/RFIDSearch.java 31 There is log block not surrounded by if
48783 src/com/gps/rfid/RFIDSearch.java 34 Avoid using if...else statements without curly braces
48784 src/com/gps/rfid/RFIDSearch.java 36 Avoid using if...else statements without curly braces
48785 src/com/gps/rfid/RFIDSearch.java 38 Avoid using if statements without curly braces
48786 src/com/gps/rfid/RFIDSearch.java 39 There is log block not surrounded by if
48787 src/com/gps/rfid/RFIDSearch.java 39 There is log block not surrounded by if
48788 src/com/gps/rfid/RFIDSearch.java 42 There is log block not surrounded by if
48789 src/com/gps/rfid/RFIDSearch.java 42 There is log block not surrounded by if
48790 src/com/gps/rfid/RFIDSearch.java 44 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48791 src/com/gps/rfid/RFIDSearch.java 46 Avoid printStackTrace(); use a logger call instead.
48792 src/com/gps/rfid/RFIDSearch.java 46 Potential violation of Law of Demeter (object not created locally)
48793 src/com/gps/rfid/RFIDSearch.java 52 publicMethodCommentRequirement Required
48794 src/com/gps/rfid/RFIDSearch.java 54 Local variable 'cal' could be declared final
48795 src/com/gps/rfid/RFIDSearch.java 55 Local variable 'formatter' could be declared final
48796 src/com/gps/rfid/RFIDSearch.java 55 When instantiating a SimpleDateFormat object, specify a Locale
48797 src/com/gps/rfid/RFIDSearch.java 56 Found 'DD'-anomaly for variable 'date' (lines '56'-'63').
48798 src/com/gps/rfid/RFIDSearch.java 59 Potential violation of Law of Demeter (object not created locally)
48799 src/com/gps/rfid/RFIDSearch.java 59 There is log block not surrounded by if
48800 src/com/gps/rfid/RFIDSearch.java 59 There is log block not surrounded by if
48801 src/com/gps/rfid/RFIDSearch.java 60 Potential violation of Law of Demeter (object not created locally)
48802 src/com/gps/rfid/RFIDSearch.java 61 Potential violation of Law of Demeter (object not created locally)
48803 src/com/gps/rfid/RFIDSearch.java 63 Potential violation of Law of Demeter (object not created locally)
48804 src/com/gps/rfid/RFIDSearch.java 63 Potential violation of Law of Demeter (object not created locally)
48805 src/com/gps/rfid/RFIDSearch.java 65 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48806 src/com/gps/rfid/RFIDSearch.java 67 Avoid printStackTrace(); use a logger call instead.
48807 src/com/gps/rfid/RFIDSearch.java 67 Potential violation of Law of Demeter (object not created locally)
48808 src/com/gps/rfid/RFIDSearch.java 72 Parameter 'args' is not assigned and could be declared final
48809 src/com/gps/rfid/RFIDSearch.java 72 publicMethodCommentRequirement Required
48810 src/com/gps/rfid/RFIDSearch.java 73 Local variable 'search' could be declared final
48811 src/com/gps/utilities/CheckForHoliday.java 12 headerCommentRequirement Required
48812 src/com/gps/utilities/CheckForHoliday.java 14 Avoid using redundant field initializer for 'hpdao'
48813 src/com/gps/utilities/CheckForHoliday.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
48814 src/com/gps/utilities/CheckForHoliday.java 14 Perhaps 'hpdao' could be replaced by a local variable.
48815 src/com/gps/utilities/CheckForHoliday.java 14 fieldCommentRequirement Required
48816 src/com/gps/utilities/CheckForHoliday.java 15 Found non-transient, non-static member. Please mark as transient or provide accessors.
48817 src/com/gps/utilities/CheckForHoliday.java 15 fieldCommentRequirement Required
48818 src/com/gps/utilities/CheckForHoliday.java 16 Avoid using redundant field initializer for 'dates'
48819 src/com/gps/utilities/CheckForHoliday.java 16 Found non-transient, non-static member. Please mark as transient or provide accessors.
48820 src/com/gps/utilities/CheckForHoliday.java 16 fieldCommentRequirement Required
48821 src/com/gps/utilities/CheckForHoliday.java 17 Avoid using redundant field initializer for 'days'
48822 src/com/gps/utilities/CheckForHoliday.java 17 Found non-transient, non-static member. Please mark as transient or provide accessors.
48823 src/com/gps/utilities/CheckForHoliday.java 17 fieldCommentRequirement Required
48824 src/com/gps/utilities/CheckForHoliday.java 18 Avoid using redundant field initializer for 'dateList'
48825 src/com/gps/utilities/CheckForHoliday.java 18 Found non-transient, non-static member. Please mark as transient or provide accessors.
48826 src/com/gps/utilities/CheckForHoliday.java 18 fieldCommentRequirement Required
48827 src/com/gps/utilities/CheckForHoliday.java 19 Avoid using redundant field initializer for 'dayList'
48828 src/com/gps/utilities/CheckForHoliday.java 19 Found non-transient, non-static member. Please mark as transient or provide accessors.
48829 src/com/gps/utilities/CheckForHoliday.java 19 fieldCommentRequirement Required
48830 src/com/gps/utilities/CheckForHoliday.java 20 Use explicit scoping instead of the default package private level
48831 src/com/gps/utilities/CheckForHoliday.java 20 fieldCommentRequirement Required
48832 src/com/gps/utilities/CheckForHoliday.java 21 The Logger variable declaration does not contain the static and final modifiers
48833 src/com/gps/utilities/CheckForHoliday.java 21 Use explicit scoping instead of the default package private level
48834 src/com/gps/utilities/CheckForHoliday.java 21 fieldCommentRequirement Required
48835 src/com/gps/utilities/CheckForHoliday.java 23 Comment is too large: Too many lines
48836 src/com/gps/utilities/CheckForHoliday.java 28 Comment is too large: Line too long
48837 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'check' (lines '34'-'64').
48838 src/com/gps/utilities/CheckForHoliday.java 34 Found 'UR'-anomaly for variable 'checkDay' (lines '34'-'76').
48839 src/com/gps/utilities/CheckForHoliday.java 34 Parameter 'org' is not assigned and could be declared final
48840 src/com/gps/utilities/CheckForHoliday.java 40 Local variable 'currentDate' could be declared final
48841 src/com/gps/utilities/CheckForHoliday.java 41 Local variable 'sdf' could be declared final
48842 src/com/gps/utilities/CheckForHoliday.java 41 When instantiating a SimpleDateFormat object, specify a Locale
48843 src/com/gps/utilities/CheckForHoliday.java 42 Found 'DU'-anomaly for variable 'dateNow' (lines '42'-'94').
48844 src/com/gps/utilities/CheckForHoliday.java 42 Local variable 'dateNow' could be declared final
48845 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
48846 src/com/gps/utilities/CheckForHoliday.java 42 Potential violation of Law of Demeter (object not created locally)
48847 src/com/gps/utilities/CheckForHoliday.java 48 Potential violation of Law of Demeter (method chain calls)
48848 src/com/gps/utilities/CheckForHoliday.java 53 Local variable 'holidayList' could be declared final
48849 src/com/gps/utilities/CheckForHoliday.java 54 Avoid using Literals in Conditional Statements
48850 src/com/gps/utilities/CheckForHoliday.java 54 Potential violation of Law of Demeter (object not created locally)
48851 src/com/gps/utilities/CheckForHoliday.java 54 Substitute calls to size() == 0 (or size() != 0) with calls to isEmpty()
48852 src/com/gps/utilities/CheckForHoliday.java 57 Potential violation of Law of Demeter (object not created locally)
48853 src/com/gps/utilities/CheckForHoliday.java 59 There is log block not surrounded by if
48854 src/com/gps/utilities/CheckForHoliday.java 59 There is log block not surrounded by if
48855 src/com/gps/utilities/CheckForHoliday.java 63 Local variable 'check' could be declared final
48856 src/com/gps/utilities/CheckForHoliday.java 64 Potential violation of Law of Demeter (object not created locally)
48857 src/com/gps/utilities/CheckForHoliday.java 65 There is log block not surrounded by if
48858 src/com/gps/utilities/CheckForHoliday.java 65 There is log block not surrounded by if
48859 src/com/gps/utilities/CheckForHoliday.java 66 A method should have only one exit point, and that should be the last statement in the method
48860 src/com/gps/utilities/CheckForHoliday.java 73 There is log block not surrounded by if
48861 src/com/gps/utilities/CheckForHoliday.java 73 There is log block not surrounded by if
48862 src/com/gps/utilities/CheckForHoliday.java 75 Local variable 'checkDay' could be declared final
48863 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
48864 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
48865 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (method chain calls)
48866 src/com/gps/utilities/CheckForHoliday.java 76 Potential violation of Law of Demeter (object not created locally)
48867 src/com/gps/utilities/CheckForHoliday.java 77 There is log block not surrounded by if
48868 src/com/gps/utilities/CheckForHoliday.java 77 There is log block not surrounded by if
48869 src/com/gps/utilities/CheckForHoliday.java 78 A method should have only one exit point, and that should be the last statement in the method
48870 src/com/gps/utilities/CheckForHoliday.java 84 There is log block not surrounded by if
48871 src/com/gps/utilities/CheckForHoliday.java 84 There is log block not surrounded by if
48872 src/com/gps/utilities/CheckForHoliday.java 85 A method should have only one exit point, and that should be the last statement in the method
48873 src/com/gps/utilities/CheckForHoliday.java 87 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48874 src/com/gps/utilities/CheckForHoliday.java 89 There is log block not surrounded by if
48875 src/com/gps/utilities/CheckForHoliday.java 97 A method/constructor shouldnt explicitly throw java.lang.Exception
48876 src/com/gps/utilities/CheckForHoliday.java 97 Parameter 'args' is not assigned and could be declared final
48877 src/com/gps/utilities/CheckForHoliday.java 97 publicMethodCommentRequirement Required
48878 src/com/gps/utilities/CheckForHoliday.java 100 Avoid unused local variables such as 'dao'.
48879 src/com/gps/utilities/CheckForHoliday.java 100 Found 'DU'-anomaly for variable 'dao' (lines '100'-'102').
48880 src/com/gps/utilities/CheckForHoliday.java 100 Local variable 'dao' could be declared final
48881 src/com/gps/utilities/DateUtils.java 18 This class has too many methods, consider refactoring it.
48882 src/com/gps/utilities/DateUtils.java 18 headerCommentRequirement Required
48883 src/com/gps/utilities/DateUtils.java 19 The Logger variable declaration does not contain the static and final modifiers
48884 src/com/gps/utilities/DateUtils.java 19 Use explicit scoping instead of the default package private level
48885 src/com/gps/utilities/DateUtils.java 19 fieldCommentRequirement Required
48886 src/com/gps/utilities/DateUtils.java 30 When instantiating a SimpleDateFormat object, specify a Locale
48887 src/com/gps/utilities/DateUtils.java 31 Local variable 'today' could be declared final
48888 src/com/gps/utilities/DateUtils.java 32 Local variable 'str_date' could be declared final
48889 src/com/gps/utilities/DateUtils.java 32 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'str_date' is not final.
48890 src/com/gps/utilities/DateUtils.java 32 Potential violation of Law of Demeter (object not created locally)
48891 src/com/gps/utilities/DateUtils.java 33 Found 'DD'-anomaly for variable 'formattedDate' (lines '33'-'35').
48892 src/com/gps/utilities/DateUtils.java 35 Potential violation of Law of Demeter (object not created locally)
48893 src/com/gps/utilities/DateUtils.java 37 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
48894 src/com/gps/utilities/DateUtils.java 38 Potential violation of Law of Demeter (object not created locally)
48895 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
48896 src/com/gps/utilities/DateUtils.java 38 There is log block not surrounded by if
48897 src/com/gps/utilities/DateUtils.java 47 Parameter 'today' is not assigned and could be declared final
48898 src/com/gps/utilities/DateUtils.java 48 Local variable 'days' could be declared final
48899 src/com/gps/utilities/DateUtils.java 49 Local variable 'startCalendar' could be declared final
48900 src/com/gps/utilities/DateUtils.java 53 Local variable 'simpleFormatter' could be declared final
48901 src/com/gps/utilities/DateUtils.java 53 When instantiating a SimpleDateFormat object, specify a Locale
48902 src/com/gps/utilities/DateUtils.java 54 Local variable 'formattedDatepast' could be declared final
48903 src/com/gps/utilities/DateUtils.java 55 Comment is too large: Line too long
48904 src/com/gps/utilities/DateUtils.java 58 Avoid variables with short names like d
48905 src/com/gps/utilities/DateUtils.java 58 Parameter 'd' is not assigned and could be declared final
48906 src/com/gps/utilities/DateUtils.java 58 publicMethodCommentRequirement Required
48907 src/com/gps/utilities/DateUtils.java 60 Avoid variables with short names like c
48908 src/com/gps/utilities/DateUtils.java 60 Local variable 'c' could be declared final
48909 src/com/gps/utilities/DateUtils.java 62 Local variable 'month' could be declared final
48910 src/com/gps/utilities/DateUtils.java 63 Local variable 'day' could be declared final
48911 src/com/gps/utilities/DateUtils.java 64 Local variable 'year' could be declared final
48912 src/com/gps/utilities/DateUtils.java 66 Local variable 'xdate' could be declared final
48913 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
48914 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
48915 src/com/gps/utilities/DateUtils.java 66 Potential violation of Law of Demeter (method chain calls)
48916 src/com/gps/utilities/DateUtils.java 67 Consider simply returning the value vs storing it in local variable 'xdate'
48917 src/com/gps/utilities/DateUtils.java 69 Parameter 'end' is not assigned and could be declared final
48918 src/com/gps/utilities/DateUtils.java 69 Parameter 'start' is not assigned and could be declared final
48919 src/com/gps/utilities/DateUtils.java 69 publicMethodCommentRequirement Required
48920 src/com/gps/utilities/DateUtils.java 70 Avoid variables with short names like c1
48921 src/com/gps/utilities/DateUtils.java 70 Local variable 'c1' could be declared final
48922 src/com/gps/utilities/DateUtils.java 72 Avoid variables with short names like c2
48923 src/com/gps/utilities/DateUtils.java 72 Local variable 'c2' could be declared final
48924 src/com/gps/utilities/DateUtils.java 77 Avoid declaring a variable if it is unreferenced before a possible exit point.
48925 src/com/gps/utilities/DateUtils.java 77 Avoid unused local variables such as 'milis1'.
48926 src/com/gps/utilities/DateUtils.java 77 Found 'DU'-anomaly for variable 'milis1' (lines '77'-'89').
48927 src/com/gps/utilities/DateUtils.java 77 Local variable 'milis1' could be declared final
48928 src/com/gps/utilities/DateUtils.java 78 Avoid declaring a variable if it is unreferenced before a possible exit point.
48929 src/com/gps/utilities/DateUtils.java 78 Avoid unused local variables such as 'milis2'.
48930 src/com/gps/utilities/DateUtils.java 78 Found 'DU'-anomaly for variable 'milis2' (lines '78'-'89').
48931 src/com/gps/utilities/DateUtils.java 78 Local variable 'milis2' could be declared final
48932 src/com/gps/utilities/DateUtils.java 81 Local variable 'diff' could be declared final
48933 src/com/gps/utilities/DateUtils.java 83 Local variable 'diffDays' could be declared final
48934 src/com/gps/utilities/DateUtils.java 91 Parameter 'end' is not assigned and could be declared final
48935 src/com/gps/utilities/DateUtils.java 91 Parameter 'start' is not assigned and could be declared final
48936 src/com/gps/utilities/DateUtils.java 91 publicMethodCommentRequirement Required
48937 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'110').
48938 src/com/gps/utilities/DateUtils.java 92 Found 'DD'-anomaly for variable 'check' (lines '92'-'114').
48939 src/com/gps/utilities/DateUtils.java 93 Avoid variables with short names like c1
48940 src/com/gps/utilities/DateUtils.java 93 Local variable 'c1' could be declared final
48941 src/com/gps/utilities/DateUtils.java 95 Avoid variables with short names like c2
48942 src/com/gps/utilities/DateUtils.java 95 Local variable 'c2' could be declared final
48943 src/com/gps/utilities/DateUtils.java 98 Potential violation of Law of Demeter (object not created locally)
48944 src/com/gps/utilities/DateUtils.java 99 Potential violation of Law of Demeter (object not created locally)
48945 src/com/gps/utilities/DateUtils.java 100 Local variable 'milis1' could be declared final
48946 src/com/gps/utilities/DateUtils.java 100 Potential violation of Law of Demeter (object not created locally)
48947 src/com/gps/utilities/DateUtils.java 101 Local variable 'milis2' could be declared final
48948 src/com/gps/utilities/DateUtils.java 101 Potential violation of Law of Demeter (object not created locally)
48949 src/com/gps/utilities/DateUtils.java 104 Local variable 'diff' could be declared final
48950 src/com/gps/utilities/DateUtils.java 106 Local variable 'diffDays' could be declared final
48951 src/com/gps/utilities/DateUtils.java 108 Avoid using Literals in Conditional Statements
48952 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d1
48953 src/com/gps/utilities/DateUtils.java 120 Avoid variables with short names like d2
48954 src/com/gps/utilities/DateUtils.java 120 Parameter 'd1' is not assigned and could be declared final
48955 src/com/gps/utilities/DateUtils.java 120 Parameter 'd2' is not assigned and could be declared final
48956 src/com/gps/utilities/DateUtils.java 120 publicMethodCommentRequirement Required
48957 src/com/gps/utilities/DateUtils.java 130 Parameter 'count' is not assigned and could be declared final
48958 src/com/gps/utilities/DateUtils.java 130 Parameter 'end' is not assigned and could be declared final
48959 src/com/gps/utilities/DateUtils.java 130 Parameter 'start' is not assigned and could be declared final
48960 src/com/gps/utilities/DateUtils.java 130 publicMethodCommentRequirement Required
48961 src/com/gps/utilities/DateUtils.java 132 Local variable 'sdfDestination_24' could be declared final
48962 src/com/gps/utilities/DateUtils.java 132 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
48963 src/com/gps/utilities/DateUtils.java 132 The String literal "yyyy-MM-dd HH:mm:ss" appears 8 times in this file; the first occurrence is on line 132
48964 src/com/gps/utilities/DateUtils.java 132 When instantiating a SimpleDateFormat object, specify a Locale
48965 src/com/gps/utilities/DateUtils.java 133 Avoid variables with short names like i
48966 src/com/gps/utilities/DateUtils.java 133 Found 'DD'-anomaly for variable 'i' (lines '133'-'139').
48967 src/com/gps/utilities/DateUtils.java 134 Found 'DD'-anomaly for variable 'dateDays' (lines '134'-'138').
48968 src/com/gps/utilities/DateUtils.java 135 Avoid variables with short names like c1
48969 src/com/gps/utilities/DateUtils.java 135 Local variable 'c1' could be declared final
48970 src/com/gps/utilities/DateUtils.java 136 Potential violation of Law of Demeter (object not created locally)
48971 src/com/gps/utilities/DateUtils.java 137 Potential violation of Law of Demeter (object not created locally)
48972 src/com/gps/utilities/DateUtils.java 138 Found 'DD'-anomaly for variable 'dateDays' (lines '138'-'142').
48973 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
48974 src/com/gps/utilities/DateUtils.java 138 Potential violation of Law of Demeter (object not created locally)
48975 src/com/gps/utilities/DateUtils.java 141 Potential violation of Law of Demeter (object not created locally)
48976 src/com/gps/utilities/DateUtils.java 142 Found 'DD'-anomaly for variable 'dateDays' (lines '142'-'142').
48977 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
48978 src/com/gps/utilities/DateUtils.java 142 Potential violation of Law of Demeter (object not created locally)
48979 src/com/gps/utilities/DateUtils.java 149 Method names should not contain underscores
48980 src/com/gps/utilities/DateUtils.java 149 Parameter 'date' is not assigned and could be declared final
48981 src/com/gps/utilities/DateUtils.java 149 publicMethodCommentRequirement Required
48982 src/com/gps/utilities/DateUtils.java 152 Local variable 'formatter' could be declared final
48983 src/com/gps/utilities/DateUtils.java 152 When instantiating a SimpleDateFormat object, specify a Locale
48984 src/com/gps/utilities/DateUtils.java 153 Avoid declaring a variable if it is unreferenced before a possible exit point.
48985 src/com/gps/utilities/DateUtils.java 153 Avoid unused local variables such as 'sdfDestination_24'.
48986 src/com/gps/utilities/DateUtils.java 153 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '153'-'168').
48987 src/com/gps/utilities/DateUtils.java 153 Local variable 'sdfDestination_24' could be declared final
48988 src/com/gps/utilities/DateUtils.java 153 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
48989 src/com/gps/utilities/DateUtils.java 153 When instantiating a SimpleDateFormat object, specify a Locale
48990 src/com/gps/utilities/DateUtils.java 154 Found 'DD'-anomaly for variable 'ddate' (lines '154'-'159').
48991 src/com/gps/utilities/DateUtils.java 155 Found 'DD'-anomaly for variable 'tdate' (lines '155'-'161').
48992 src/com/gps/utilities/DateUtils.java 164 Avoid printStackTrace(); use a logger call instead.
48993 src/com/gps/utilities/DateUtils.java 171 Method names should not contain underscores
48994 src/com/gps/utilities/DateUtils.java 171 Parameter 'date' is not assigned and could be declared final
48995 src/com/gps/utilities/DateUtils.java 172 Local variable 'sdfDestination_24' could be declared final
48996 src/com/gps/utilities/DateUtils.java 172 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
48997 src/com/gps/utilities/DateUtils.java 172 When instantiating a SimpleDateFormat object, specify a Locale
48998 src/com/gps/utilities/DateUtils.java 173 Found 'DD'-anomaly for variable 'string_date' (lines '173'-'182').
48999 src/com/gps/utilities/DateUtils.java 173 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'string_date' is not final.
49000 src/com/gps/utilities/DateUtils.java 174 Avoid variables with short names like c1
49001 src/com/gps/utilities/DateUtils.java 174 Local variable 'c1' could be declared final
49002 src/com/gps/utilities/DateUtils.java 177 Potential violation of Law of Demeter (object not created locally)
49003 src/com/gps/utilities/DateUtils.java 178 Potential violation of Law of Demeter (object not created locally)
49004 src/com/gps/utilities/DateUtils.java 179 Potential violation of Law of Demeter (object not created locally)
49005 src/com/gps/utilities/DateUtils.java 180 Potential violation of Law of Demeter (object not created locally)
49006 src/com/gps/utilities/DateUtils.java 181 Potential violation of Law of Demeter (object not created locally)
49007 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
49008 src/com/gps/utilities/DateUtils.java 182 Potential violation of Law of Demeter (object not created locally)
49009 src/com/gps/utilities/DateUtils.java 183 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49010 src/com/gps/utilities/DateUtils.java 185 Avoid printStackTrace(); use a logger call instead.
49011 src/com/gps/utilities/DateUtils.java 185 Potential violation of Law of Demeter (object not created locally)
49012 src/com/gps/utilities/DateUtils.java 190 Avoid variables with short names like t
49013 src/com/gps/utilities/DateUtils.java 190 Parameter 't' is not assigned and could be declared final
49014 src/com/gps/utilities/DateUtils.java 190 publicMethodCommentRequirement Required
49015 src/com/gps/utilities/DateUtils.java 193 Local variable 'tOld' could be declared final
49016 src/com/gps/utilities/DateUtils.java 195 Avoid using Literals in Conditional Statements
49017 src/com/gps/utilities/DateUtils.java 195 Avoid using if statements without curly braces
49018 src/com/gps/utilities/DateUtils.java 195 Potential violation of Law of Demeter (object not created locally)
49019 src/com/gps/utilities/DateUtils.java 196 A method should have only one exit point, and that should be the last statement in the method
49020 src/com/gps/utilities/DateUtils.java 198 Local variable 'tNew' could be declared final
49021 src/com/gps/utilities/DateUtils.java 198 Potential violation of Law of Demeter (object not created locally)
49022 src/com/gps/utilities/DateUtils.java 199 Potential violation of Law of Demeter (object not created locally)
49023 src/com/gps/utilities/DateUtils.java 200 Potential violation of Law of Demeter (object not created locally)
49024 src/com/gps/utilities/DateUtils.java 201 Potential violation of Law of Demeter (object not created locally)
49025 src/com/gps/utilities/DateUtils.java 202 Potential violation of Law of Demeter (object not created locally)
49026 src/com/gps/utilities/DateUtils.java 203 Potential violation of Law of Demeter (object not created locally)
49027 src/com/gps/utilities/DateUtils.java 208 Parameter 'date' is not assigned and could be declared final
49028 src/com/gps/utilities/DateUtils.java 210 Local variable 'util' could be declared final
49029 src/com/gps/utilities/DateUtils.java 211 Found 'DD'-anomaly for variable 'int_day' (lines '211'-'222').
49030 src/com/gps/utilities/DateUtils.java 211 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'int_day' is not final.
49031 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'226').
49032 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'230').
49033 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'234').
49034 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'238').
49035 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'242').
49036 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'246').
49037 src/com/gps/utilities/DateUtils.java 212 Found 'DD'-anomaly for variable 'day' (lines '212'-'250').
49038 src/com/gps/utilities/DateUtils.java 213 Found 'DD'-anomaly for variable 'tdate' (lines '213'-'218').
49039 src/com/gps/utilities/DateUtils.java 214 Avoid variables with short names like c1
49040 src/com/gps/utilities/DateUtils.java 214 Local variable 'c1' could be declared final
49041 src/com/gps/utilities/DateUtils.java 215 Avoid declaring a variable if it is unreferenced before a possible exit point.
49042 src/com/gps/utilities/DateUtils.java 215 Avoid unused local variables such as 'sdfDestination_24'.
49043 src/com/gps/utilities/DateUtils.java 215 Found 'DU'-anomaly for variable 'sdfDestination_24' (lines '215'-'259').
49044 src/com/gps/utilities/DateUtils.java 215 Local variable 'sdfDestination_24' could be declared final
49045 src/com/gps/utilities/DateUtils.java 215 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
49046 src/com/gps/utilities/DateUtils.java 215 When instantiating a SimpleDateFormat object, specify a Locale
49047 src/com/gps/utilities/DateUtils.java 218 Potential violation of Law of Demeter (object not created locally)
49048 src/com/gps/utilities/DateUtils.java 219 Potential violation of Law of Demeter (object not created locally)
49049 src/com/gps/utilities/DateUtils.java 220 Potential violation of Law of Demeter (object not created locally)
49050 src/com/gps/utilities/DateUtils.java 222 Potential violation of Law of Demeter (object not created locally)
49051 src/com/gps/utilities/DateUtils.java 224 Avoid using Literals in Conditional Statements
49052 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'230').
49053 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'234').
49054 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'238').
49055 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'242').
49056 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'246').
49057 src/com/gps/utilities/DateUtils.java 226 Found 'DD'-anomaly for variable 'day' (lines '226'-'250').
49058 src/com/gps/utilities/DateUtils.java 228 Avoid using Literals in Conditional Statements
49059 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'234').
49060 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'238').
49061 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'242').
49062 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'246').
49063 src/com/gps/utilities/DateUtils.java 230 Found 'DD'-anomaly for variable 'day' (lines '230'-'250').
49064 src/com/gps/utilities/DateUtils.java 232 Avoid using Literals in Conditional Statements
49065 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'238').
49066 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'242').
49067 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'246').
49068 src/com/gps/utilities/DateUtils.java 234 Found 'DD'-anomaly for variable 'day' (lines '234'-'250').
49069 src/com/gps/utilities/DateUtils.java 236 Avoid using Literals in Conditional Statements
49070 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'242').
49071 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'246').
49072 src/com/gps/utilities/DateUtils.java 238 Found 'DD'-anomaly for variable 'day' (lines '238'-'250').
49073 src/com/gps/utilities/DateUtils.java 240 Avoid using Literals in Conditional Statements
49074 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'246').
49075 src/com/gps/utilities/DateUtils.java 242 Found 'DD'-anomaly for variable 'day' (lines '242'-'250').
49076 src/com/gps/utilities/DateUtils.java 244 Avoid using Literals in Conditional Statements
49077 src/com/gps/utilities/DateUtils.java 246 Found 'DD'-anomaly for variable 'day' (lines '246'-'250').
49078 src/com/gps/utilities/DateUtils.java 248 Avoid using Literals in Conditional Statements
49079 src/com/gps/utilities/DateUtils.java 254 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49080 src/com/gps/utilities/DateUtils.java 254 Avoid empty catch blocks
49081 src/com/gps/utilities/DateUtils.java 260 Method names should not contain underscores
49082 src/com/gps/utilities/DateUtils.java 260 Parameter 'date' is not assigned and could be declared final
49083 src/com/gps/utilities/DateUtils.java 260 publicMethodCommentRequirement Required
49084 src/com/gps/utilities/DateUtils.java 262 Avoid declaring a variable if it is unreferenced before a possible exit point.
49085 src/com/gps/utilities/DateUtils.java 262 Avoid unused local variables such as 'after30'.
49086 src/com/gps/utilities/DateUtils.java 262 Found 'DU'-anomaly for variable 'after30' (lines '262'-'279').
49087 src/com/gps/utilities/DateUtils.java 262 Local variable 'after30' could be declared final
49088 src/com/gps/utilities/DateUtils.java 263 Avoid declaring a variable if it is unreferenced before a possible exit point.
49089 src/com/gps/utilities/DateUtils.java 263 Avoid unused local variables such as 'formatter'.
49090 src/com/gps/utilities/DateUtils.java 263 Found 'DU'-anomaly for variable 'formatter' (lines '263'-'279').
49091 src/com/gps/utilities/DateUtils.java 263 Local variable 'formatter' could be declared final
49092 src/com/gps/utilities/DateUtils.java 263 When instantiating a SimpleDateFormat object, specify a Locale
49093 src/com/gps/utilities/DateUtils.java 264 Avoid declaring a variable if it is unreferenced before a possible exit point.
49094 src/com/gps/utilities/DateUtils.java 264 Avoid excessively long variable names like dateAfterCurrentDate_30
49095 src/com/gps/utilities/DateUtils.java 264 Avoid unused local variables such as 'dateAfterCurrentDate_30'.
49096 src/com/gps/utilities/DateUtils.java 264 Found 'DU'-anomaly for variable 'dateAfterCurrentDate_30' (lines '264'-'279').
49097 src/com/gps/utilities/DateUtils.java 264 Local variable 'dateAfterCurrentDate_30' could be declared final
49098 src/com/gps/utilities/DateUtils.java 264 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'dateAfterCurrentDate_30' is not final.
49099 src/com/gps/utilities/DateUtils.java 265 Local variable 'sdfDestination_24' could be declared final
49100 src/com/gps/utilities/DateUtils.java 265 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'sdfDestination_24' is not final.
49101 src/com/gps/utilities/DateUtils.java 265 When instantiating a SimpleDateFormat object, specify a Locale
49102 src/com/gps/utilities/DateUtils.java 266 Local variable 'calendar' could be declared final
49103 src/com/gps/utilities/DateUtils.java 270 Local variable 'current_after30' could be declared final
49104 src/com/gps/utilities/DateUtils.java 270 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'current_after30' is not final.
49105 src/com/gps/utilities/DateUtils.java 281 Parameter 'date' is not assigned and could be declared final
49106 src/com/gps/utilities/DateUtils.java 281 Parameter 'duration' is not assigned and could be declared final
49107 src/com/gps/utilities/DateUtils.java 281 publicMethodCommentRequirement Required
49108 src/com/gps/utilities/DateUtils.java 284 Avoid declaring a variable if it is unreferenced before a possible exit point.
49109 src/com/gps/utilities/DateUtils.java 284 Avoid unused local variables such as 'format'.
49110 src/com/gps/utilities/DateUtils.java 284 Found 'DU'-anomaly for variable 'format' (lines '284'-'293').
49111 src/com/gps/utilities/DateUtils.java 284 Local variable 'format' could be declared final
49112 src/com/gps/utilities/DateUtils.java 284 When instantiating a SimpleDateFormat object, specify a Locale
49113 src/com/gps/utilities/DateUtils.java 286 Local variable 'cal' could be declared final
49114 src/com/gps/utilities/DateUtils.java 294 Parameter 'args' is not assigned and could be declared final
49115 src/com/gps/utilities/DateUtils.java 294 publicMethodCommentRequirement Required
49116 src/com/gps/utilities/DateUtils.java 299 Avoid variables with short names like du
49117 src/com/gps/utilities/DateUtils.java 299 Local variable 'du' could be declared final
49118 src/com/gps/utilities/DateUtils.java 301 Avoid unused local variables such as 'formatter'.
49119 src/com/gps/utilities/DateUtils.java 301 Found 'DU'-anomaly for variable 'formatter' (lines '301'-'305').
49120 src/com/gps/utilities/DateUtils.java 301 Local variable 'formatter' could be declared final
49121 src/com/gps/utilities/DateUtils.java 301 When instantiating a SimpleDateFormat object, specify a Locale
49122 src/com/gps/utilities/MapUtils.java 9 Avoid unused imports such as 'com.gps.dao.GeofencingDAO'
49123 src/com/gps/utilities/MapUtils.java 13 headerCommentRequirement Required
49124 src/com/gps/utilities/MapUtils.java 15 fieldCommentRequirement Required
49125 src/com/gps/utilities/MapUtils.java 16 fieldCommentRequirement Required
49126 src/com/gps/utilities/MapUtils.java 17 Avoid unused private fields such as 'log'.
49127 src/com/gps/utilities/MapUtils.java 17 The Logger variable declaration does not contain the static and final modifiers
49128 src/com/gps/utilities/MapUtils.java 17 fieldCommentRequirement Required
49129 src/com/gps/utilities/MapUtils.java 18 publicMethodCommentRequirement Required
49130 src/com/gps/utilities/MapUtils.java 22 Parameter 'point' is not assigned and could be declared final
49131 src/com/gps/utilities/MapUtils.java 22 publicMethodCommentRequirement Required
49132 src/com/gps/utilities/MapUtils.java 25 publicMethodCommentRequirement Required
49133 src/com/gps/utilities/MapUtils.java 28 Parameter 'points' is not assigned and could be declared final
49134 src/com/gps/utilities/MapUtils.java 28 publicMethodCommentRequirement Required
49135 src/com/gps/utilities/MapUtils.java 46 Comment is too large: Line too long
49136 src/com/gps/utilities/MapUtils.java 62 Comment is too large: Line too long
49137 src/com/gps/utilities/MapUtils.java 63 Comment is too large: Line too long
49138 src/com/gps/utilities/MapUtils.java 75 Parameter 'point1' is not assigned and could be declared final
49139 src/com/gps/utilities/MapUtils.java 75 Parameter 'point2' is not assigned and could be declared final
49140 src/com/gps/utilities/MapUtils.java 77 Avoid variables with short names like R
49141 src/com/gps/utilities/MapUtils.java 77 Local variable 'R' could be declared final
49142 src/com/gps/utilities/MapUtils.java 77 Variables should start with a lowercase character, 'R' starts with uppercase character.
49143 src/com/gps/utilities/MapUtils.java 78 Local variable 'lon1' could be declared final
49144 src/com/gps/utilities/MapUtils.java 79 Local variable 'lat1' could be declared final
49145 src/com/gps/utilities/MapUtils.java 80 Local variable 'lon2' could be declared final
49146 src/com/gps/utilities/MapUtils.java 81 Local variable 'lat2' could be declared final
49147 src/com/gps/utilities/MapUtils.java 82 Local variable 'deltaLat' could be declared final
49148 src/com/gps/utilities/MapUtils.java 83 Local variable 'deltaLon' could be declared final
49149 src/com/gps/utilities/MapUtils.java 84 Local variable 'step1' could be declared final
49150 src/com/gps/utilities/MapUtils.java 85 Local variable 'step2' could be declared final
49151 src/com/gps/utilities/MapUtils.java 89 Parameter 'args' is not assigned and could be declared final
49152 src/com/gps/utilities/MapUtils.java 89 publicMethodCommentRequirement Required
49153 src/com/gps/utilities/MapUtils.java 109 Comment is too large: Line too long
49154 src/com/gps/utilities/MapUtils.java 115 Comment is too large: Line too long
49155 src/com/gps/utilities/MyLogger.java 5 Unnecessary use of fully qualified name 'org.apache.log4j.Logger' due to existing import 'org.apache.log4j.Logger'
49156 src/com/gps/utilities/MyLogger.java 5 headerCommentRequirement Required
49157 src/com/gps/utilities/MyLogger.java 6 All methods are static. Consider using a utility class instead. Alternatively, you could add a private constructor or make the class abstract to silence this warning.
49158 src/com/gps/utilities/MyLogger.java 7 The Logger variable declaration does not contain the static and final modifiers
49159 src/com/gps/utilities/MyLogger.java 7 fieldCommentRequirement Required
49160 src/com/gps/utilities/MyLogger.java 8 Parameter 'arg0' is not assigned and could be declared final
49161 src/com/gps/utilities/MyLogger.java 8 protectedMethodCommentRequirement Required
49162 src/com/gps/utilities/MyLogger.java 15 publicMethodCommentRequirement Required
49163 src/com/gps/utilities/MyLogger.java 21 Parameter 'strMessage' is not assigned and could be declared final
49164 src/com/gps/utilities/MyLogger.java 21 Use explicit scoping instead of the default package private level
49165 src/com/gps/utilities/MyLogger.java 23 System.out.print is used
49166 src/com/gps/utilities/PropertyConfigurator.java 6 headerCommentRequirement Required
49167 src/com/gps/utilities/PropertyConfigurator.java 8 Parameter 'filename' is not assigned and could be declared final
49168 src/com/gps/utilities/PropertyConfigurator.java 8 publicMethodCommentRequirement Required
49169 src/com/gps/utilities/PropertyConfigurator.java 11 Local variable 'properties' could be declared final
49170 src/com/gps/utilities/PropertyConfigurator.java 12 Potential violation of Law of Demeter (method chain calls)
49171 src/com/gps/utilities/PropertyConfigurator.java 12 Potential violation of Law of Demeter (method chain calls)
49172 src/com/gps/utilities/PropertyConfigurator.java 17 Parameter 'args' is not assigned and could be declared final
49173 src/com/gps/utilities/PropertyConfigurator.java 17 publicMethodCommentRequirement Required
49174 src/com/gps/utilities/PropertyConfigurator.java 20 Local variable 'props' could be declared final
49175 src/com/gps/utilities/PropertyConfigurator.java 21 System.out.print is used
49176 src/com/gps/utilities/RevGeocodeDistance.java 25 headerCommentRequirement Required
49177 src/com/gps/utilities/RevGeocodeDistance.java 26 Avoid using redundant field initializer for 'counter'
49178 src/com/gps/utilities/RevGeocodeDistance.java 26 Found non-transient, non-static member. Please mark as transient or provide accessors.
49179 src/com/gps/utilities/RevGeocodeDistance.java 26 fieldCommentRequirement Required
49180 src/com/gps/utilities/RevGeocodeDistance.java 27 Found non-transient, non-static member. Please mark as transient or provide accessors.
49181 src/com/gps/utilities/RevGeocodeDistance.java 27 fieldCommentRequirement Required
49182 src/com/gps/utilities/RevGeocodeDistance.java 28 Logger should be defined private static final and have the correct class
49183 src/com/gps/utilities/RevGeocodeDistance.java 28 Variables that are final and static should be all capitals, 'log' is not all capitals.
49184 src/com/gps/utilities/RevGeocodeDistance.java 28 fieldCommentRequirement Required
49185 src/com/gps/utilities/RevGeocodeDistance.java 29 Variables that are final and static should be all capitals, 'keyString' is not all capitals.
49186 src/com/gps/utilities/RevGeocodeDistance.java 29 fieldCommentRequirement Required
49187 src/com/gps/utilities/RevGeocodeDistance.java 30 Parameter 'LatLongs' is not assigned and could be declared final
49188 src/com/gps/utilities/RevGeocodeDistance.java 30 Return an empty array rather than null.
49189 src/com/gps/utilities/RevGeocodeDistance.java 30 Variables should start with a lowercase character, 'LatLongs' starts with uppercase character.
49190 src/com/gps/utilities/RevGeocodeDistance.java 30 publicMethodCommentRequirement Required
49191 src/com/gps/utilities/RevGeocodeDistance.java 32 Found 'DD'-anomaly for variable 'address' (lines '32'-'78').
49192 src/com/gps/utilities/RevGeocodeDistance.java 33 Avoid excessively long variable names like GEOCODE_REQUEST_URL
49193 src/com/gps/utilities/RevGeocodeDistance.java 33 Found 'DD'-anomaly for variable 'GEOCODE_REQUEST_URL' (lines '33'-'39').
49194 src/com/gps/utilities/RevGeocodeDistance.java 33 Found 'DU'-anomaly for variable 'GEOCODE_REQUEST_URL' (lines '33'-'95').
49195 src/com/gps/utilities/RevGeocodeDistance.java 33 Only variables that are final should contain underscores (except for underscores in standard prefix/suffix), 'GEOCODE_REQUEST_URL' is not final.
49196 src/com/gps/utilities/RevGeocodeDistance.java 33 Variables should start with a lowercase character, 'GEOCODE_REQUEST_URL' starts with uppercase character.
49197 src/com/gps/utilities/RevGeocodeDistance.java 34 Found 'DD'-anomaly for variable 'method' (lines '34'-'51').
49198 src/com/gps/utilities/RevGeocodeDistance.java 34 Found 'DU'-anomaly for variable 'method' (lines '34'-'95').
49199 src/com/gps/utilities/RevGeocodeDistance.java 40 Avoid instantiating new objects inside loops
49200 src/com/gps/utilities/RevGeocodeDistance.java 40 Local variable 'urlBuilder' could be declared final
49201 src/com/gps/utilities/RevGeocodeDistance.java 41 Local variable 'url' could be declared final
49202 src/com/gps/utilities/RevGeocodeDistance.java 43 Comment is too large: Line too long
49203 src/com/gps/utilities/RevGeocodeDistance.java 44 Avoid instantiating new objects inside loops
49204 src/com/gps/utilities/RevGeocodeDistance.java 44 Local variable 'signUrl' could be declared final
49205 src/com/gps/utilities/RevGeocodeDistance.java 45 Local variable 'request' could be declared final
49206 src/com/gps/utilities/RevGeocodeDistance.java 45 Potential violation of Law of Demeter (object not created locally)
49207 src/com/gps/utilities/RevGeocodeDistance.java 48 Avoid instantiating new objects inside loops
49208 src/com/gps/utilities/RevGeocodeDistance.java 48 Local variable 'client' could be declared final
49209 src/com/gps/utilities/RevGeocodeDistance.java 51 Avoid instantiating new objects inside loops
49210 src/com/gps/utilities/RevGeocodeDistance.java 54 Local variable 'host' could be declared final
49211 src/com/gps/utilities/RevGeocodeDistance.java 54 Potential violation of Law of Demeter (object not created locally)
49212 src/com/gps/utilities/RevGeocodeDistance.java 55 Do not hard code the IP address
49213 src/com/gps/utilities/RevGeocodeDistance.java 55 Potential violation of Law of Demeter (object not created locally)
49214 src/com/gps/utilities/RevGeocodeDistance.java 58 Avoid instantiating new objects inside loops
49215 src/com/gps/utilities/RevGeocodeDistance.java 62 Potential violation of Law of Demeter (object not created locally)
49216 src/com/gps/utilities/RevGeocodeDistance.java 65 Potential violation of Law of Demeter (object not created locally)
49217 src/com/gps/utilities/RevGeocodeDistance.java 65 There is log block not surrounded by if
49218 src/com/gps/utilities/RevGeocodeDistance.java 69 Local variable 'responseBody' could be declared final
49219 src/com/gps/utilities/RevGeocodeDistance.java 69 Potential violation of Law of Demeter (object not created locally)
49220 src/com/gps/utilities/RevGeocodeDistance.java 72 Avoid instantiating new objects inside loops
49221 src/com/gps/utilities/RevGeocodeDistance.java 72 Local variable 'result' could be declared final
49222 src/com/gps/utilities/RevGeocodeDistance.java 73 Avoid instantiating new objects inside loops
49223 src/com/gps/utilities/RevGeocodeDistance.java 73 Local variable 'obj' could be declared final
49224 src/com/gps/utilities/RevGeocodeDistance.java 74 Local variable 'resultsArray' could be declared final
49225 src/com/gps/utilities/RevGeocodeDistance.java 74 Potential violation of Law of Demeter (object not created locally)
49226 src/com/gps/utilities/RevGeocodeDistance.java 75 Avoid variables with short names like i
49227 src/com/gps/utilities/RevGeocodeDistance.java 75 Use one line for each declaration, it enhances code readability.
49228 src/com/gps/utilities/RevGeocodeDistance.java 76 Found 'DD'-anomaly for variable 'iterator' (lines '76'-'76').
49229 src/com/gps/utilities/RevGeocodeDistance.java 76 Found 'DU'-anomaly for variable 'iterator' (lines '76'-'95').
49230 src/com/gps/utilities/RevGeocodeDistance.java 76 Potential violation of Law of Demeter (object not created locally)
49231 src/com/gps/utilities/RevGeocodeDistance.java 76 Useless parentheses.
49232 src/com/gps/utilities/RevGeocodeDistance.java 78 Found 'DD'-anomaly for variable 'address' (lines '78'-'78').
49233 src/com/gps/utilities/RevGeocodeDistance.java 78 Potential violation of Law of Demeter (object not created locally)
49234 src/com/gps/utilities/RevGeocodeDistance.java 81 A method should have only one exit point, and that should be the last statement in the method
49235 src/com/gps/utilities/RevGeocodeDistance.java 83 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49236 src/com/gps/utilities/RevGeocodeDistance.java 85 There is log block not surrounded by if
49237 src/com/gps/utilities/RevGeocodeDistance.java 85 Use the correct logging statement for logging exceptions
49238 src/com/gps/utilities/RevGeocodeDistance.java 86 Avoid printStackTrace(); use a logger call instead.
49239 src/com/gps/utilities/RevGeocodeDistance.java 86 Potential violation of Law of Demeter (object not created locally)
49240 src/com/gps/utilities/RevGeocodeDistance.java 91 Avoid using if statements without curly braces
49241 src/com/gps/utilities/RevGeocodeDistance.java 92 Potential violation of Law of Demeter (object not created locally)
49242 src/com/gps/utilities/RevGeocodeDistance.java 97 Method names should not start with capital letters
49243 src/com/gps/utilities/RevGeocodeDistance.java 97 Parameter 'LatLongs' is not assigned and could be declared final
49244 src/com/gps/utilities/RevGeocodeDistance.java 97 Parameter 'urlBuilder' is not assigned and could be declared final
49245 src/com/gps/utilities/RevGeocodeDistance.java 97 Variables should start with a lowercase character, 'LatLongs' starts with uppercase character.
49246 src/com/gps/utilities/RevGeocodeDistance.java 104 Potential violation of Law of Demeter (method chain calls)
49247 src/com/gps/utilities/RevGeocodeDistance.java 106 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49248 src/com/gps/utilities/RevGeocodeDistance.java 109 There is log block not surrounded by if
49249 src/com/gps/utilities/RevGeocodeDistance.java 110 Avoid printStackTrace(); use a logger call instead.
49250 src/com/gps/utilities/RevGeocodeDistance.java 113 Avoid using if statements without curly braces
49251 src/com/gps/utilities/RevGeocodeDistance.java 119 Parameter 'args' is not assigned and could be declared final
49252 src/com/gps/utilities/RevGeocodeDistance.java 119 publicMethodCommentRequirement Required
49253 src/com/gps/utilities/RevGeocodeDistance.java 121 Local variable 'obj' could be declared final
49254 src/com/gps/utilities/RevGeocodeDistance.java 122 Local variable 'latlong' could be declared final
49255 src/com/gps/utilities/RevGeocodeDistance.java 123 Local variable 'loc' could be declared final
49256 src/com/gps/utilities/RevGeocodeDistance.java 123 Potential violation of Law of Demeter (object not created locally)
49257 src/com/gps/utilities/RevGeocodeDistance.java 124 Found 'DU'-anomaly for variable 'addr' (lines '124'-'125').
49258 src/com/gps/utilities/RevGeocodeDistance.java 124 Local variable 'addr' could be declared final
49259 src/com/gps/utilities/RevGeocodeWithout.java 5 Avoid unused imports such as 'java.net.MalformedURLException'
49260 src/com/gps/utilities/RevGeocodeWithout.java 21 headerCommentRequirement Required
49261 src/com/gps/utilities/RevGeocodeWithout.java 23 Avoid excessively long variable names like GEOCODE_REQUEST_URL
49262 src/com/gps/utilities/RevGeocodeWithout.java 23 fieldCommentRequirement Required
49263 src/com/gps/utilities/RevGeocodeWithout.java 25 Parameter 'lattitude' is not assigned and could be declared final
49264 src/com/gps/utilities/RevGeocodeWithout.java 25 Parameter 'longitude' is not assigned and could be declared final
49265 src/com/gps/utilities/RevGeocodeWithout.java 25 publicMethodCommentRequirement Required
49266 src/com/gps/utilities/RevGeocodeWithout.java 27 Local variable 'urlBuilder' could be declared final
49267 src/com/gps/utilities/RevGeocodeWithout.java 30 Potential violation of Law of Demeter (object not created locally)
49268 src/com/gps/utilities/RevGeocodeWithout.java 35 Avoid printStackTrace(); use a logger call instead.
49269 src/com/gps/utilities/RevGeocodeWithout.java 35 Potential violation of Law of Demeter (object not created locally)
49270 src/com/gps/utilities/RevGeocodeWithout.java 39 Local variable 'client' could be declared final
49271 src/com/gps/utilities/RevGeocodeWithout.java 42 Local variable 'method' could be declared final
49272 src/com/gps/utilities/RevGeocodeWithout.java 42 Potential violation of Law of Demeter (object not created locally)
49273 src/com/gps/utilities/RevGeocodeWithout.java 45 Local variable 'host' could be declared final
49274 src/com/gps/utilities/RevGeocodeWithout.java 45 Potential violation of Law of Demeter (object not created locally)
49275 src/com/gps/utilities/RevGeocodeWithout.java 46 Do not hard code the IP address
49276 src/com/gps/utilities/RevGeocodeWithout.java 46 Potential violation of Law of Demeter (object not created locally)
49277 src/com/gps/utilities/RevGeocodeWithout.java 55 Potential violation of Law of Demeter (object not created locally)
49278 src/com/gps/utilities/RevGeocodeWithout.java 58 Potential violation of Law of Demeter (object not created locally)
49279 src/com/gps/utilities/RevGeocodeWithout.java 58 System.out.print is used
49280 src/com/gps/utilities/RevGeocodeWithout.java 62 Local variable 'responseBody' could be declared final
49281 src/com/gps/utilities/RevGeocodeWithout.java 62 Potential violation of Law of Demeter (object not created locally)
49282 src/com/gps/utilities/RevGeocodeWithout.java 65 Local variable 'result' could be declared final
49283 src/com/gps/utilities/RevGeocodeWithout.java 69 Local variable 'obj' could be declared final
49284 src/com/gps/utilities/RevGeocodeWithout.java 70 Local variable 'resultsArray' could be declared final
49285 src/com/gps/utilities/RevGeocodeWithout.java 73 Local variable 'formattedAddress' could be declared final
49286 src/com/gps/utilities/RevGeocodeWithout.java 73 Potential violation of Law of Demeter (method chain calls)
49287 src/com/gps/utilities/RevGeocodeWithout.java 73 Potential violation of Law of Demeter (object not created locally)
49288 src/com/gps/utilities/RevGeocodeWithout.java 76 A method should have only one exit point, and that should be the last statement in the method
49289 src/com/gps/utilities/RevGeocodeWithout.java 81 Avoid printStackTrace(); use a logger call instead.
49290 src/com/gps/utilities/RevGeocodeWithout.java 81 Potential violation of Law of Demeter (object not created locally)
49291 src/com/gps/utilities/RevGeocodeWithout.java 87 Potential violation of Law of Demeter (object not created locally)
49292 src/com/gps/utilities/RevGeocodeWithout.java 87 System.out.print is used
49293 src/com/gps/utilities/RevGeocodeWithout.java 88 Avoid printStackTrace(); use a logger call instead.
49294 src/com/gps/utilities/RevGeocodeWithout.java 88 Potential violation of Law of Demeter (object not created locally)
49295 src/com/gps/utilities/RevGeocodeWithout.java 91 Potential violation of Law of Demeter (object not created locally)
49296 src/com/gps/utilities/RevGeocodeWithout.java 91 System.out.print is used
49297 src/com/gps/utilities/RevGeocodeWithout.java 92 Avoid printStackTrace(); use a logger call instead.
49298 src/com/gps/utilities/RevGeocodeWithout.java 92 Potential violation of Law of Demeter (object not created locally)
49299 src/com/gps/utilities/RevGeocodeWithout.java 97 Potential violation of Law of Demeter (object not created locally)
49300 src/com/gps/utilities/UrlSigner.java 19 headerCommentRequirement Required
49301 src/com/gps/utilities/UrlSigner.java 21 Logger should be defined private static final and have the correct class
49302 src/com/gps/utilities/UrlSigner.java 21 Variables that are final and static should be all capitals, 'log' is not all capitals.
49303 src/com/gps/utilities/UrlSigner.java 21 fieldCommentRequirement Required
49304 src/com/gps/utilities/UrlSigner.java 22 fieldCommentRequirement Required
49305 src/com/gps/utilities/UrlSigner.java 24 Method names should not start with capital letters
49306 src/com/gps/utilities/UrlSigner.java 24 Parameter 'keyString' is not assigned and could be declared final
49307 src/com/gps/utilities/UrlSigner.java 24 Parameter 'urlString' is not assigned and could be declared final
49308 src/com/gps/utilities/UrlSigner.java 24 publicMethodCommentRequirement Required
49309 src/com/gps/utilities/UrlSigner.java 26 Found 'DD'-anomaly for variable 'url' (lines '26'-'31').
49310 src/com/gps/utilities/UrlSigner.java 27 Found 'DD'-anomaly for variable 'request' (lines '27'-'33').
49311 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
49312 src/com/gps/utilities/UrlSigner.java 33 Potential violation of Law of Demeter (object not created locally)
49313 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
49314 src/com/gps/utilities/UrlSigner.java 34 Potential violation of Law of Demeter (object not created locally)
49315 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
49316 src/com/gps/utilities/UrlSigner.java 34 There is log block not surrounded by if
49317 src/com/gps/utilities/UrlSigner.java 36 Avoid catching generic exceptions such as NullPointerException, RuntimeException, Exception in try-catch block
49318 src/com/gps/utilities/UrlSigner.java 38 There is log block not surrounded by if
49319 src/com/gps/utilities/UrlSigner.java 39 Avoid printStackTrace(); use a logger call instead.
49320 src/com/gps/utilities/UrlSigner.java 39 Potential violation of Law of Demeter (object not created locally)
49321 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
49322 src/com/gps/utilities/UrlSigner.java 41 Potential violation of Law of Demeter (object not created locally)
49323 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
49324 src/com/gps/utilities/UrlSigner.java 45 Avoid reassigning parameters such as 'keyString'
49325 src/com/gps/utilities/UrlSigner.java 45 Method names should not start with capital letters
49326 src/com/gps/utilities/UrlSigner.java 45 publicMethodCommentRequirement Required
49327 src/com/gps/utilities/UrlSigner.java 53 Parameter 'path' is not assigned and could be declared final
49328 src/com/gps/utilities/UrlSigner.java 53 Parameter 'query' is not assigned and could be declared final
49329 src/com/gps/utilities/UrlSigner.java 53 publicMethodCommentRequirement Required
49330 src/com/gps/utilities/UrlSigner.java 56 Local variable 'resource' could be declared final
49331 src/com/gps/utilities/UrlSigner.java 59 Local variable 'sha1Key' could be declared final
49332 src/com/gps/utilities/UrlSigner.java 62 Local variable 'mac' could be declared final
49333 src/com/gps/utilities/UrlSigner.java 63 Potential violation of Law of Demeter (object not created locally)
49334 src/com/gps/utilities/UrlSigner.java 66 Local variable 'sigBytes' could be declared final
49335 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
49336 src/com/gps/utilities/UrlSigner.java 66 Potential violation of Law of Demeter (object not created locally)
49337 src/com/gps/utilities/UrlSigner.java 69 Found 'DD'-anomaly for variable 'signature' (lines '69'-'72').
49338 src/com/gps/utilities/UrlSigner.java 72 Potential violation of Law of Demeter (object not created locally)
49339 src/com/gps/utilities/UrlSigner.java 73 Potential violation of Law of Demeter (object not created locally)
49340 src/com/gps/utilities/WeekendFinder.java 9 Avoid unused imports such as 'org.jfree.util.Log'
49341 src/com/gps/utilities/WeekendFinder.java 11 headerCommentRequirement Required
49342 src/com/gps/utilities/WeekendFinder.java 12 Avoid using redundant field initializer for 'cal'
49343 src/com/gps/utilities/WeekendFinder.java 12 Found non-transient, non-static member. Please mark as transient or provide accessors.
49344 src/com/gps/utilities/WeekendFinder.java 12 Private field 'cal' could be made final; it is only initialized in the declaration or constructor.
49345 src/com/gps/utilities/WeekendFinder.java 12 fieldCommentRequirement Required
49346 src/com/gps/utilities/WeekendFinder.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
49347 src/com/gps/utilities/WeekendFinder.java 13 Private field 'year' could be made final; it is only initialized in the declaration or constructor.
49348 src/com/gps/utilities/WeekendFinder.java 13 fieldCommentRequirement Required
49349 src/com/gps/utilities/WeekendFinder.java 14 Avoid using redundant field initializer for 'k'
49350 src/com/gps/utilities/WeekendFinder.java 14 Avoid variables with short names like k
49351 src/com/gps/utilities/WeekendFinder.java 14 Use explicit scoping instead of the default package private level
49352 src/com/gps/utilities/WeekendFinder.java 14 fieldCommentRequirement Required
49353 src/com/gps/utilities/WeekendFinder.java 16 Avoid using implementation types like 'ArrayList'; use the interface instead
49354 src/com/gps/utilities/WeekendFinder.java 16 fieldCommentRequirement Required
49355 src/com/gps/utilities/WeekendFinder.java 17 Avoid using implementation types like 'ArrayList'; use the interface instead
49356 src/com/gps/utilities/WeekendFinder.java 17 Avoid using redundant field initializer for 'saturdayList'
49357 src/com/gps/utilities/WeekendFinder.java 17 fieldCommentRequirement Required
49358 src/com/gps/utilities/WeekendFinder.java 18 Avoid using implementation types like 'ArrayList'; use the interface instead
49359 src/com/gps/utilities/WeekendFinder.java 18 Avoid using redundant field initializer for 'mondayList'
49360 src/com/gps/utilities/WeekendFinder.java 18 fieldCommentRequirement Required
49361 src/com/gps/utilities/WeekendFinder.java 19 Avoid using implementation types like 'ArrayList'; use the interface instead
49362 src/com/gps/utilities/WeekendFinder.java 19 Avoid using redundant field initializer for 'tuesdayList'
49363 src/com/gps/utilities/WeekendFinder.java 19 fieldCommentRequirement Required
49364 src/com/gps/utilities/WeekendFinder.java 20 Avoid using implementation types like 'ArrayList'; use the interface instead
49365 src/com/gps/utilities/WeekendFinder.java 20 Avoid using redundant field initializer for 'wednesdayList'
49366 src/com/gps/utilities/WeekendFinder.java 20 fieldCommentRequirement Required
49367 src/com/gps/utilities/WeekendFinder.java 21 Avoid using implementation types like 'ArrayList'; use the interface instead
49368 src/com/gps/utilities/WeekendFinder.java 21 Avoid using redundant field initializer for 'thursdayList'
49369 src/com/gps/utilities/WeekendFinder.java 21 fieldCommentRequirement Required
49370 src/com/gps/utilities/WeekendFinder.java 22 Avoid using implementation types like 'ArrayList'; use the interface instead
49371 src/com/gps/utilities/WeekendFinder.java 22 Avoid using redundant field initializer for 'fridayList'
49372 src/com/gps/utilities/WeekendFinder.java 22 fieldCommentRequirement Required
49373 src/com/gps/utilities/WeekendFinder.java 25 Parameter 'year' is not assigned and could be declared final
49374 src/com/gps/utilities/WeekendFinder.java 25 publicMethodCommentRequirement Required
49375 src/com/gps/utilities/WeekendFinder.java 31 When instantiating a SimpleDateFormat object, specify a Locale
49376 src/com/gps/utilities/WeekendFinder.java 34 System.out.print is used
49377 src/com/gps/utilities/WeekendFinder.java 35 Avoid printStackTrace(); use a logger call instead.
49378 src/com/gps/utilities/WeekendFinder.java 43 publicMethodCommentRequirement Required
49379 src/com/gps/utilities/WeekendFinder.java 55 Switch statements should have a default label
49380 src/com/gps/utilities/WeekendFinder.java 84 publicMethodCommentRequirement Required
49381 src/com/gps/utilities/WeekendFinder.java 85 Found 'DU'-anomaly for variable 'sdf' (lines '85'-'96').
49382 src/com/gps/utilities/WeekendFinder.java 85 Local variable 'sdf' could be declared final
49383 src/com/gps/utilities/WeekendFinder.java 85 When instantiating a SimpleDateFormat object, specify a Locale
49384 src/com/gps/utilities/WeekendFinder.java 88 System.out.print is used
49385 src/com/gps/utilities/WeekendFinder.java 91 System.out.print is used
49386 src/com/gps/utilities/WeekendFinder.java 94 System.out.print is used
49387 src/com/gps/utilities/WeekendFinder.java 97 Avoid reassigning parameters such as 'str'
49388 src/com/gps/utilities/WeekendFinder.java 97 Avoid reassigning parameters such as 'str'
49389 src/com/gps/utilities/WeekendFinder.java 97 publicMethodCommentRequirement Required
49390 src/com/gps/utilities/WeekendFinder.java 99 Avoid if (x != y) ..; else ..;
49391 src/com/gps/utilities/WeekendFinder.java 105 Useless parentheses.
49392 src/com/gps/utilities/WeekendFinder.java 108 A method should have only one exit point, and that should be the last statement in the method
49393 src/com/gps/utilities/WeekendFinder.java 111 Avoid using if...else statements without curly braces
49394 src/com/gps/utilities/WeekendFinder.java 114 Parameter 'args' is not assigned and could be declared final
49395 src/com/gps/utilities/WeekendFinder.java 114 publicMethodCommentRequirement Required
49396 src/com/gps/utilities/WeekendFinder.java 116 Avoid variables with short names like wf
49397 src/com/gps/utilities/WeekendFinder.java 116 Local variable 'wf' could be declared final
49398 src/com/gps/utilities/WeekendFinder.java 116 Potential violation of Law of Demeter (method chain calls)
49399 src/com/gps/utilities/WeekendFinder.java 121 Avoid using implementation types like 'ArrayList'; use the interface instead
49400 src/com/gps/utilities/WeekendFinder.java 121 publicMethodCommentRequirement Required
49401 src/com/gps/utilities/WeekendFinder.java 125 Avoid using implementation types like 'ArrayList'; use the interface instead
49402 src/com/gps/utilities/WeekendFinder.java 125 Parameter 'sundayList' is not assigned and could be declared final
49403 src/com/gps/utilities/WeekendFinder.java 125 publicMethodCommentRequirement Required
49404 src/com/gps/utilities/WeekendFinder.java 129 Avoid using implementation types like 'ArrayList'; use the interface instead
49405 src/com/gps/utilities/WeekendFinder.java 129 publicMethodCommentRequirement Required
49406 src/com/gps/utilities/WeekendFinder.java 133 Avoid using implementation types like 'ArrayList'; use the interface instead
49407 src/com/gps/utilities/WeekendFinder.java 133 Parameter 'saturdayList' is not assigned and could be declared final
49408 src/com/gps/utilities/WeekendFinder.java 133 publicMethodCommentRequirement Required
49409 src/com/gps/utilities/WeekendFinder.java 137 Avoid using implementation types like 'ArrayList'; use the interface instead
49410 src/com/gps/utilities/WeekendFinder.java 137 publicMethodCommentRequirement Required
49411 src/com/gps/utilities/WeekendFinder.java 141 Avoid using implementation types like 'ArrayList'; use the interface instead
49412 src/com/gps/utilities/WeekendFinder.java 141 Parameter 'mondayList' is not assigned and could be declared final
49413 src/com/gps/utilities/WeekendFinder.java 141 publicMethodCommentRequirement Required
49414 src/com/gps/utilities/WeekendFinder.java 145 Avoid using implementation types like 'ArrayList'; use the interface instead
49415 src/com/gps/utilities/WeekendFinder.java 145 publicMethodCommentRequirement Required
49416 src/com/gps/utilities/WeekendFinder.java 149 Avoid using implementation types like 'ArrayList'; use the interface instead
49417 src/com/gps/utilities/WeekendFinder.java 149 Parameter 'tuesdayList' is not assigned and could be declared final
49418 src/com/gps/utilities/WeekendFinder.java 149 publicMethodCommentRequirement Required
49419 src/com/gps/utilities/WeekendFinder.java 153 Avoid using implementation types like 'ArrayList'; use the interface instead
49420 src/com/gps/utilities/WeekendFinder.java 153 publicMethodCommentRequirement Required
49421 src/com/gps/utilities/WeekendFinder.java 157 Avoid using implementation types like 'ArrayList'; use the interface instead
49422 src/com/gps/utilities/WeekendFinder.java 157 Parameter 'wednesdayList' is not assigned and could be declared final
49423 src/com/gps/utilities/WeekendFinder.java 157 publicMethodCommentRequirement Required
49424 src/com/gps/utilities/WeekendFinder.java 161 Avoid using implementation types like 'ArrayList'; use the interface instead
49425 src/com/gps/utilities/WeekendFinder.java 161 publicMethodCommentRequirement Required
49426 src/com/gps/utilities/WeekendFinder.java 165 Avoid using implementation types like 'ArrayList'; use the interface instead
49427 src/com/gps/utilities/WeekendFinder.java 165 Parameter 'thursdayList' is not assigned and could be declared final
49428 src/com/gps/utilities/WeekendFinder.java 165 publicMethodCommentRequirement Required
49429 src/com/gps/utilities/WeekendFinder.java 169 Avoid using implementation types like 'ArrayList'; use the interface instead
49430 src/com/gps/utilities/WeekendFinder.java 169 publicMethodCommentRequirement Required
49431 src/com/gps/utilities/WeekendFinder.java 173 Avoid using implementation types like 'ArrayList'; use the interface instead
49432 src/com/gps/utilities/WeekendFinder.java 173 Parameter 'fridayList' is not assigned and could be declared final
49433 src/com/gps/utilities/WeekendFinder.java 173 publicMethodCommentRequirement Required
49434 src/com/gps/vo/DailyTripVO.java 3 headerCommentRequirement Required
49435 src/com/gps/vo/DailyTripVO.java 5 Use explicit scoping instead of the default package private level
49436 src/com/gps/vo/DailyTripVO.java 5 fieldCommentRequirement Required
49437 src/com/gps/vo/DailyTripVO.java 6 Use explicit scoping instead of the default package private level
49438 src/com/gps/vo/DailyTripVO.java 6 fieldCommentRequirement Required
49439 src/com/gps/vo/DailyTripVO.java 7 Use explicit scoping instead of the default package private level
49440 src/com/gps/vo/DailyTripVO.java 7 fieldCommentRequirement Required
49441 src/com/gps/vo/DailyTripVO.java 8 Use explicit scoping instead of the default package private level
49442 src/com/gps/vo/DailyTripVO.java 8 fieldCommentRequirement Required
49443 src/com/gps/vo/DailyTripVO.java 9 Use explicit scoping instead of the default package private level
49444 src/com/gps/vo/DailyTripVO.java 9 fieldCommentRequirement Required
49445 src/com/gps/vo/DailyTripVO.java 10 Use explicit scoping instead of the default package private level
49446 src/com/gps/vo/DailyTripVO.java 10 fieldCommentRequirement Required
49447 src/com/gps/vo/DailyTripVO.java 11 Use explicit scoping instead of the default package private level
49448 src/com/gps/vo/DailyTripVO.java 11 fieldCommentRequirement Required
49449 src/com/gps/vo/DailyTripVO.java 12 Use explicit scoping instead of the default package private level
49450 src/com/gps/vo/DailyTripVO.java 12 fieldCommentRequirement Required
49451 src/com/gps/vo/DailyTripVO.java 13 Use explicit scoping instead of the default package private level
49452 src/com/gps/vo/DailyTripVO.java 13 fieldCommentRequirement Required
49453 src/com/gps/vo/DailyTripVO.java 14 Use explicit scoping instead of the default package private level
49454 src/com/gps/vo/DailyTripVO.java 14 fieldCommentRequirement Required
49455 src/com/gps/vo/DailyTripVO.java 25 Parameter 'tripName' is not assigned and could be declared final
49456 src/com/gps/vo/DailyTripVO.java 37 Parameter 'regNo' is not assigned and could be declared final
49457 src/com/gps/vo/DailyTripVO.java 49 Parameter 'startTime' is not assigned and could be declared final
49458 src/com/gps/vo/DailyTripVO.java 61 Parameter 'endTime' is not assigned and could be declared final
49459 src/com/gps/vo/DailyTripVO.java 73 Parameter 'maxSpeed' is not assigned and could be declared final
49460 src/com/gps/vo/DailyTripVO.java 85 Parameter 'idleTime' is not assigned and could be declared final
49461 src/com/gps/vo/DailyTripVO.java 97 Parameter 'missedStops' is not assigned and could be declared final
49462 src/com/gps/vo/DailyTripVO.java 109 Parameter 'tripDistance' is not assigned and could be declared final
49463 src/com/gps/vo/DailyTripVO.java 121 Parameter 'totalDistance' is not assigned and could be declared final
49464 src/com/gps/vo/DailyTripVO.java 133 Parameter 'hardBrakes' is not assigned and could be declared final
49465 src/com/gps/vo/DateClassVO.java 3 headerCommentRequirement Required
49466 src/com/gps/vo/DateClassVO.java 5 Use explicit scoping instead of the default package private level
49467 src/com/gps/vo/DateClassVO.java 5 fieldCommentRequirement Required
49468 src/com/gps/vo/DateClassVO.java 6 Use explicit scoping instead of the default package private level
49469 src/com/gps/vo/DateClassVO.java 6 fieldCommentRequirement Required
49470 src/com/gps/vo/DateClassVO.java 7 Use explicit scoping instead of the default package private level
49471 src/com/gps/vo/DateClassVO.java 7 fieldCommentRequirement Required
49472 src/com/gps/vo/DateClassVO.java 8 Avoid excessively long variable names like unscheduledEntries
49473 src/com/gps/vo/DateClassVO.java 8 Use explicit scoping instead of the default package private level
49474 src/com/gps/vo/DateClassVO.java 8 fieldCommentRequirement Required
49475 src/com/gps/vo/DateClassVO.java 9 Use explicit scoping instead of the default package private level
49476 src/com/gps/vo/DateClassVO.java 9 fieldCommentRequirement Required
49477 src/com/gps/vo/DateClassVO.java 10 Use explicit scoping instead of the default package private level
49478 src/com/gps/vo/DateClassVO.java 10 fieldCommentRequirement Required
49479 src/com/gps/vo/DateClassVO.java 11 Use explicit scoping instead of the default package private level
49480 src/com/gps/vo/DateClassVO.java 11 fieldCommentRequirement Required
49481 src/com/gps/vo/DateClassVO.java 22 Parameter 'date' is not assigned and could be declared final
49482 src/com/gps/vo/DateClassVO.java 35 Parameter 'expectedEntries' is not assigned and could be declared final
49483 src/com/gps/vo/DateClassVO.java 47 Parameter 'actualEntries' is not assigned and could be declared final
49484 src/com/gps/vo/DateClassVO.java 59 Avoid excessively long variable names like unscheduledEntries
49485 src/com/gps/vo/DateClassVO.java 59 Parameter 'unscheduledEntries' is not assigned and could be declared final
49486 src/com/gps/vo/DateClassVO.java 71 Parameter 'expectedExits' is not assigned and could be declared final
49487 src/com/gps/vo/DateClassVO.java 83 Parameter 'actualExits' is not assigned and could be declared final
49488 src/com/gps/vo/DateClassVO.java 95 Parameter 'unscheduledExits' is not assigned and could be declared final
49489 src/com/gps/vo/DateVO.java 11 Avoid using redundant field initializer for 'date'
49490 src/com/gps/vo/DateVO.java 11 fieldCommentRequirement Required
49491 src/com/gps/vo/DateVO.java 12 Avoid using redundant field initializer for 'inTripDist'
49492 src/com/gps/vo/DateVO.java 12 fieldCommentRequirement Required
49493 src/com/gps/vo/DateVO.java 13 Avoid using redundant field initializer for 'outTripDist'
49494 src/com/gps/vo/DateVO.java 13 fieldCommentRequirement Required
49495 src/com/gps/vo/DateVO.java 15 Avoid using redundant field initializer for 'lastLat'
49496 src/com/gps/vo/DateVO.java 15 fieldCommentRequirement Required
49497 src/com/gps/vo/DateVO.java 17 Avoid using redundant field initializer for 'lastLong'
49498 src/com/gps/vo/DateVO.java 17 fieldCommentRequirement Required
49499 src/com/gps/vo/DateVO.java 20 Use explicit scoping instead of the default package private level
49500 src/com/gps/vo/DateVO.java 20 fieldCommentRequirement Required
49501 src/com/gps/vo/DateVO.java 32 Parameter 'date' is not assigned and could be declared final
49502 src/com/gps/vo/DateVO.java 44 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
49503 src/com/gps/vo/DateVO.java 44 Parameter 'inTripDist' is not assigned and could be declared final
49504 src/com/gps/vo/DateVO.java 56 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
49505 src/com/gps/vo/DateVO.java 56 Parameter 'outTripDist' is not assigned and could be declared final
49506 src/com/gps/vo/DateVO.java 72 Parameter 'lastLat' is not assigned and could be declared final
49507 src/com/gps/vo/DateVO.java 87 Parameter 'lastLong' is not assigned and could be declared final
49508 src/com/gps/vo/DateVO.java 92 publicMethodCommentRequirement Required
49509 src/com/gps/vo/DateVO.java 98 Parameter 'tripsLst' is not assigned and could be declared final
49510 src/com/gps/vo/DistanceVO.java 5 headerCommentRequirement Required
49511 src/com/gps/vo/DistanceVO.java 7 Variables should start with a lowercase character, 'CreationTime' starts with uppercase character.
49512 src/com/gps/vo/DistanceVO.java 7 fieldCommentRequirement Required
49513 src/com/gps/vo/DistanceVO.java 8 Variables should start with a lowercase character, 'Location' starts with uppercase character.
49514 src/com/gps/vo/DistanceVO.java 8 fieldCommentRequirement Required
49515 src/com/gps/vo/DistanceVO.java 9 Variables should start with a lowercase character, 'Distance' starts with uppercase character.
49516 src/com/gps/vo/DistanceVO.java 9 fieldCommentRequirement Required
49517 src/com/gps/vo/DistanceVO.java 10 Variables should start with a lowercase character, 'CumDistance' starts with uppercase character.
49518 src/com/gps/vo/DistanceVO.java 10 fieldCommentRequirement Required
49519 src/com/gps/vo/DistanceVO.java 13 publicMethodCommentRequirement Required
49520 src/com/gps/vo/DistanceVO.java 16 Parameter 'creationTime' is not assigned and could be declared final
49521 src/com/gps/vo/DistanceVO.java 16 publicMethodCommentRequirement Required
49522 src/com/gps/vo/DistanceVO.java 19 publicMethodCommentRequirement Required
49523 src/com/gps/vo/DistanceVO.java 22 Parameter 'location' is not assigned and could be declared final
49524 src/com/gps/vo/DistanceVO.java 22 publicMethodCommentRequirement Required
49525 src/com/gps/vo/DistanceVO.java 25 publicMethodCommentRequirement Required
49526 src/com/gps/vo/DistanceVO.java 28 Parameter 'distance' is not assigned and could be declared final
49527 src/com/gps/vo/DistanceVO.java 28 publicMethodCommentRequirement Required
49528 src/com/gps/vo/DistanceVO.java 31 publicMethodCommentRequirement Required
49529 src/com/gps/vo/DistanceVO.java 34 Parameter 'cumDistance' is not assigned and could be declared final
49530 src/com/gps/vo/DistanceVO.java 34 publicMethodCommentRequirement Required
49531 src/com/gps/vo/DynamicQueryVO.java 9 headerCommentRequirement Required
49532 src/com/gps/vo/DynamicQueryVO.java 10 fieldCommentRequirement Required
49533 src/com/gps/vo/DynamicQueryVO.java 11 fieldCommentRequirement Required
49534 src/com/gps/vo/DynamicQueryVO.java 12 fieldCommentRequirement Required
49535 src/com/gps/vo/DynamicQueryVO.java 13 fieldCommentRequirement Required
49536 src/com/gps/vo/DynamicQueryVO.java 14 fieldCommentRequirement Required
49537 src/com/gps/vo/DynamicQueryVO.java 15 fieldCommentRequirement Required
49538 src/com/gps/vo/DynamicQueryVO.java 16 publicMethodCommentRequirement Required
49539 src/com/gps/vo/DynamicQueryVO.java 19 Parameter 'whereQuery' is not assigned and could be declared final
49540 src/com/gps/vo/DynamicQueryVO.java 19 publicMethodCommentRequirement Required
49541 src/com/gps/vo/DynamicQueryVO.java 22 publicMethodCommentRequirement Required
49542 src/com/gps/vo/DynamicQueryVO.java 25 Parameter 'paramStart' is not assigned and could be declared final
49543 src/com/gps/vo/DynamicQueryVO.java 25 publicMethodCommentRequirement Required
49544 src/com/gps/vo/DynamicQueryVO.java 28 publicMethodCommentRequirement Required
49545 src/com/gps/vo/DynamicQueryVO.java 31 Parameter 'paramEnd' is not assigned and could be declared final
49546 src/com/gps/vo/DynamicQueryVO.java 31 publicMethodCommentRequirement Required
49547 src/com/gps/vo/DynamicQueryVO.java 34 publicMethodCommentRequirement Required
49548 src/com/gps/vo/DynamicQueryVO.java 37 Parameter 'startDate' is not assigned and could be declared final
49549 src/com/gps/vo/DynamicQueryVO.java 37 publicMethodCommentRequirement Required
49550 src/com/gps/vo/DynamicQueryVO.java 40 publicMethodCommentRequirement Required
49551 src/com/gps/vo/DynamicQueryVO.java 43 Parameter 'endDate' is not assigned and could be declared final
49552 src/com/gps/vo/DynamicQueryVO.java 43 publicMethodCommentRequirement Required
49553 src/com/gps/vo/DynamicQueryVO.java 46 publicMethodCommentRequirement Required
49554 src/com/gps/vo/DynamicQueryVO.java 49 Parameter 'vehicleId' is not assigned and could be declared final
49555 src/com/gps/vo/DynamicQueryVO.java 49 publicMethodCommentRequirement Required
49556 src/com/gps/vo/EventReportVO.java 3 Avoid unused imports such as 'java.util.Date'
49557 src/com/gps/vo/EventReportVO.java 5 Avoid unused imports such as 'com.gps.hibernate.ReportRef'
49558 src/com/gps/vo/EventReportVO.java 7 headerCommentRequirement Required
49559 src/com/gps/vo/EventReportVO.java 9 fieldCommentRequirement Required
49560 src/com/gps/vo/EventReportVO.java 10 fieldCommentRequirement Required
49561 src/com/gps/vo/EventReportVO.java 11 Found non-transient, non-static member. Please mark as transient or provide accessors.
49562 src/com/gps/vo/EventReportVO.java 11 Private field 'time' could be made final; it is only initialized in the declaration or constructor.
49563 src/com/gps/vo/EventReportVO.java 11 fieldCommentRequirement Required
49564 src/com/gps/vo/EventReportVO.java 12 fieldCommentRequirement Required
49565 src/com/gps/vo/EventReportVO.java 13 Found non-transient, non-static member. Please mark as transient or provide accessors.
49566 src/com/gps/vo/EventReportVO.java 13 fieldCommentRequirement Required
49567 src/com/gps/vo/EventReportVO.java 14 Found non-transient, non-static member. Please mark as transient or provide accessors.
49568 src/com/gps/vo/EventReportVO.java 14 fieldCommentRequirement Required
49569 src/com/gps/vo/EventReportVO.java 16 publicMethodCommentRequirement Required
49570 src/com/gps/vo/EventReportVO.java 19 Parameter 'lattitude' is not assigned and could be declared final
49571 src/com/gps/vo/EventReportVO.java 19 publicMethodCommentRequirement Required
49572 src/com/gps/vo/EventReportVO.java 22 publicMethodCommentRequirement Required
49573 src/com/gps/vo/EventReportVO.java 25 Parameter 'longitude' is not assigned and could be declared final
49574 src/com/gps/vo/EventReportVO.java 25 publicMethodCommentRequirement Required
49575 src/com/gps/vo/EventReportVO.java 28 publicMethodCommentRequirement Required
49576 src/com/gps/vo/EventReportVO.java 31 Avoid reassigning parameters such as 'time'
49577 src/com/gps/vo/EventReportVO.java 31 publicMethodCommentRequirement Required
49578 src/com/gps/vo/EventReportVO.java 32 Avoid idempotent operations (like assigning a variable to itself).
49579 src/com/gps/vo/EventReportVO.java 34 publicMethodCommentRequirement Required
49580 src/com/gps/vo/EventReportVO.java 37 Parameter 'speed' is not assigned and could be declared final
49581 src/com/gps/vo/EventReportVO.java 37 publicMethodCommentRequirement Required
49582 src/com/gps/vo/EventReportVO.java 40 publicMethodCommentRequirement Required
49583 src/com/gps/vo/EventReportVO.java 43 Parameter 'address' is not assigned and could be declared final
49584 src/com/gps/vo/EventReportVO.java 43 publicMethodCommentRequirement Required
49585 src/com/gps/vo/EventReportVO.java 47 Parameter 'address' is not assigned and could be declared final
49586 src/com/gps/vo/EventReportVO.java 47 Parameter 'event' is not assigned and could be declared final
49587 src/com/gps/vo/EventReportVO.java 47 Parameter 'lattitude' is not assigned and could be declared final
49588 src/com/gps/vo/EventReportVO.java 47 Parameter 'longitude' is not assigned and could be declared final
49589 src/com/gps/vo/EventReportVO.java 47 Parameter 'speed' is not assigned and could be declared final
49590 src/com/gps/vo/EventReportVO.java 47 Parameter 'time' is not assigned and could be declared final
49591 src/com/gps/vo/EventReportVO.java 47 publicMethodCommentRequirement Required
49592 src/com/gps/vo/EventReportVO.java 56 publicMethodCommentRequirement Required
49593 src/com/gps/vo/EventReportVO.java 59 Parameter 'event' is not assigned and could be declared final
49594 src/com/gps/vo/EventReportVO.java 59 publicMethodCommentRequirement Required
49595 src/com/gps/vo/FenceReportVO.java 4 headerCommentRequirement Required
49596 src/com/gps/vo/FenceReportVO.java 6 Avoid using redundant field initializer for 'orgName'
49597 src/com/gps/vo/FenceReportVO.java 6 fieldCommentRequirement Required
49598 src/com/gps/vo/FenceReportVO.java 7 Avoid using redundant field initializer for 'tripName'
49599 src/com/gps/vo/FenceReportVO.java 7 fieldCommentRequirement Required
49600 src/com/gps/vo/FenceReportVO.java 8 Avoid using redundant field initializer for 'vehicleName'
49601 src/com/gps/vo/FenceReportVO.java 8 fieldCommentRequirement Required
49602 src/com/gps/vo/FenceReportVO.java 9 Avoid using redundant field initializer for 'landmark'
49603 src/com/gps/vo/FenceReportVO.java 9 fieldCommentRequirement Required
49604 src/com/gps/vo/FenceReportVO.java 10 Avoid using redundant field initializer for 'entryTime'
49605 src/com/gps/vo/FenceReportVO.java 10 fieldCommentRequirement Required
49606 src/com/gps/vo/FenceReportVO.java 22 Parameter 'orgName' is not assigned and could be declared final
49607 src/com/gps/vo/FenceReportVO.java 25 publicMethodCommentRequirement Required
49608 src/com/gps/vo/FenceReportVO.java 28 Parameter 'tripName' is not assigned and could be declared final
49609 src/com/gps/vo/FenceReportVO.java 28 publicMethodCommentRequirement Required
49610 src/com/gps/vo/FenceReportVO.java 31 publicMethodCommentRequirement Required
49611 src/com/gps/vo/FenceReportVO.java 34 Parameter 'vehicleName' is not assigned and could be declared final
49612 src/com/gps/vo/FenceReportVO.java 34 publicMethodCommentRequirement Required
49613 src/com/gps/vo/FenceReportVO.java 37 publicMethodCommentRequirement Required
49614 src/com/gps/vo/FenceReportVO.java 40 Parameter 'landmark' is not assigned and could be declared final
49615 src/com/gps/vo/FenceReportVO.java 40 publicMethodCommentRequirement Required
49616 src/com/gps/vo/FenceReportVO.java 43 publicMethodCommentRequirement Required
49617 src/com/gps/vo/FenceReportVO.java 46 Parameter 'entryTime' is not assigned and could be declared final
49618 src/com/gps/vo/FenceReportVO.java 46 publicMethodCommentRequirement Required
49619 src/com/gps/vo/FenceReportVO.java 51 Avoid using redundant field initializer for 'tripId'
49620 src/com/gps/vo/FenceReportVO.java 51 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
49621 src/com/gps/vo/FenceReportVO.java 51 Use explicit scoping instead of the default package private level
49622 src/com/gps/vo/FenceReportVO.java 51 fieldCommentRequirement Required
49623 src/com/gps/vo/FenceReportVO.java 52 Avoid using redundant field initializer for 'vehicleId'
49624 src/com/gps/vo/FenceReportVO.java 52 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
49625 src/com/gps/vo/FenceReportVO.java 52 Use explicit scoping instead of the default package private level
49626 src/com/gps/vo/FenceReportVO.java 52 fieldCommentRequirement Required
49627 src/com/gps/vo/FenceReportVO.java 53 Avoid using redundant field initializer for 'fenceId'
49628 src/com/gps/vo/FenceReportVO.java 53 Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
49629 src/com/gps/vo/FenceReportVO.java 53 Use explicit scoping instead of the default package private level
49630 src/com/gps/vo/FenceReportVO.java 53 fieldCommentRequirement Required
49631 src/com/gps/vo/FenceReportVO.java 55 publicMethodCommentRequirement Required
49632 src/com/gps/vo/FenceReportVO.java 58 Parameter 'fenceId' is not assigned and could be declared final
49633 src/com/gps/vo/FenceReportVO.java 58 publicMethodCommentRequirement Required
49634 src/com/gps/vo/FenceReportVO.java 61 publicMethodCommentRequirement Required
49635 src/com/gps/vo/FenceReportVO.java 64 Parameter 'tripId' is not assigned and could be declared final
49636 src/com/gps/vo/FenceReportVO.java 64 publicMethodCommentRequirement Required
49637 src/com/gps/vo/FenceReportVO.java 67 publicMethodCommentRequirement Required
49638 src/com/gps/vo/FenceReportVO.java 70 Parameter 'vehicleId' is not assigned and could be declared final
49639 src/com/gps/vo/FenceReportVO.java 70 publicMethodCommentRequirement Required
49640 src/com/gps/vo/FuelRangeVO.java 3 Avoid unused imports such as 'java.util.Date'
49641 src/com/gps/vo/FuelRangeVO.java 5 headerCommentRequirement Required
49642 src/com/gps/vo/FuelRangeVO.java 7 Use explicit scoping instead of the default package private level
49643 src/com/gps/vo/FuelRangeVO.java 7 fieldCommentRequirement Required
49644 src/com/gps/vo/FuelRangeVO.java 8 Use explicit scoping instead of the default package private level
49645 src/com/gps/vo/FuelRangeVO.java 8 fieldCommentRequirement Required
49646 src/com/gps/vo/FuelRangeVO.java 9 Use explicit scoping instead of the default package private level
49647 src/com/gps/vo/FuelRangeVO.java 9 fieldCommentRequirement Required
49648 src/com/gps/vo/FuelRangeVO.java 10 Use explicit scoping instead of the default package private level
49649 src/com/gps/vo/FuelRangeVO.java 10 fieldCommentRequirement Required
49650 src/com/gps/vo/FuelRangeVO.java 11 Use explicit scoping instead of the default package private level
49651 src/com/gps/vo/FuelRangeVO.java 11 fieldCommentRequirement Required
49652 src/com/gps/vo/FuelRangeVO.java 12 Use explicit scoping instead of the default package private level
49653 src/com/gps/vo/FuelRangeVO.java 12 fieldCommentRequirement Required
49654 src/com/gps/vo/FuelRangeVO.java 13 Use explicit scoping instead of the default package private level
49655 src/com/gps/vo/FuelRangeVO.java 13 Variables should start with a lowercase character, 'FuelDelta' starts with uppercase character.
49656 src/com/gps/vo/FuelRangeVO.java 13 fieldCommentRequirement Required
49657 src/com/gps/vo/FuelRangeVO.java 24 Parameter 'creationTime' is not assigned and could be declared final
49658 src/com/gps/vo/FuelRangeVO.java 36 Parameter 'fuelContent' is not assigned and could be declared final
49659 src/com/gps/vo/FuelRangeVO.java 48 Parameter 'speed' is not assigned and could be declared final
49660 src/com/gps/vo/FuelRangeVO.java 60 Parameter 'type' is not assigned and could be declared final
49661 src/com/gps/vo/FuelRangeVO.java 72 Parameter 'location' is not assigned and could be declared final
49662 src/com/gps/vo/FuelRangeVO.java 84 Parameter 'distanceReading' is not assigned and could be declared final
49663 src/com/gps/vo/FuelRangeVO.java 96 Parameter 'fuelDelta' is not assigned and could be declared final
49664 src/com/gps/vo/FuelVO.java 6 headerCommentRequirement Required
49665 src/com/gps/vo/FuelVO.java 8 fieldCommentRequirement Required
49666 src/com/gps/vo/FuelVO.java 9 fieldCommentRequirement Required
49667 src/com/gps/vo/FuelVO.java 10 fieldCommentRequirement Required
49668 src/com/gps/vo/FuelVO.java 11 Private field 'fuelRange' could be made final; it is only initialized in the declaration or constructor.
49669 src/com/gps/vo/FuelVO.java 11 fieldCommentRequirement Required
49670 src/com/gps/vo/FuelVO.java 21 Parameter 'vehicleId' is not assigned and could be declared final
49671 src/com/gps/vo/FuelVO.java 33 Parameter 'regNo' is not assigned and could be declared final
49672 src/com/gps/vo/FuelVO.java 45 Parameter 'vehicleName' is not assigned and could be declared final
49673 src/com/gps/vo/FuelVO.java 57 Parameter 'fuelRange' is not assigned and could be declared final
49674 src/com/gps/vo/GradeVO.java 6 headerCommentRequirement Required
49675 src/com/gps/vo/GradeVO.java 8 Use explicit scoping instead of the default package private level
49676 src/com/gps/vo/GradeVO.java 8 fieldCommentRequirement Required
49677 src/com/gps/vo/GradeVO.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
49678 src/com/gps/vo/GradeVO.java 9 Use explicit scoping instead of the default package private level
49679 src/com/gps/vo/GradeVO.java 9 fieldCommentRequirement Required
49680 src/com/gps/vo/GradeVO.java 20 Parameter 'gradeName' is not assigned and could be declared final
49681 src/com/gps/vo/GradeVO.java 33 Parameter 'dateVO' is not assigned and could be declared final
49682 src/com/gps/vo/OrgDailyVO.java 8 headerCommentRequirement Required
49683 src/com/gps/vo/OrgDailyVO.java 10 Use explicit scoping instead of the default package private level
49684 src/com/gps/vo/OrgDailyVO.java 10 fieldCommentRequirement Required
49685 src/com/gps/vo/OrgDailyVO.java 11 Use explicit scoping instead of the default package private level
49686 src/com/gps/vo/OrgDailyVO.java 12 fieldCommentRequirement Required
49687 src/com/gps/vo/OrgDailyVO.java 13 Use explicit scoping instead of the default package private level
49688 src/com/gps/vo/OrgDailyVO.java 13 fieldCommentRequirement Required
49689 src/com/gps/vo/OrgDailyVO.java 14 Use explicit scoping instead of the default package private level
49690 src/com/gps/vo/OrgDailyVO.java 14 Variables should start with a lowercase character, 'SummaryList' starts with uppercase character.
49691 src/com/gps/vo/OrgDailyVO.java 14 fieldCommentRequirement Required
49692 src/com/gps/vo/OrgDailyVO.java 16 publicMethodCommentRequirement Required
49693 src/com/gps/vo/OrgDailyVO.java 19 Parameter 'summaryList' is not assigned and could be declared final
49694 src/com/gps/vo/OrgDailyVO.java 19 publicMethodCommentRequirement Required
49695 src/com/gps/vo/OrgDailyVO.java 31 Parameter 'orgName' is not assigned and could be declared final
49696 src/com/gps/vo/OrgDailyVO.java 43 Parameter 'tripListVO' is not assigned and could be declared final
49697 src/com/gps/vo/OrgDailyVO.java 55 Parameter 'orgId' is not assigned and could be declared final
49698 src/com/gps/vo/OrgVO.java 3 headerCommentRequirement Required
49699 src/com/gps/vo/OrgVO.java 5 Use explicit scoping instead of the default package private level
49700 src/com/gps/vo/OrgVO.java 5 fieldCommentRequirement Required
49701 src/com/gps/vo/OrgVO.java 6 Use explicit scoping instead of the default package private level
49702 src/com/gps/vo/OrgVO.java 6 fieldCommentRequirement Required
49703 src/com/gps/vo/OrgVO.java 7 Use explicit scoping instead of the default package private level
49704 src/com/gps/vo/OrgVO.java 7 fieldCommentRequirement Required
49705 src/com/gps/vo/OrgVO.java 18 Parameter 'orgName' is not assigned and could be declared final
49706 src/com/gps/vo/OrgVO.java 30 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
49707 src/com/gps/vo/OrgVO.java 30 Parameter 'inTripDist' is not assigned and could be declared final
49708 src/com/gps/vo/OrgVO.java 42 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
49709 src/com/gps/vo/OrgVO.java 42 Parameter 'outTripDist' is not assigned and could be declared final
49710 src/com/gps/vo/ParamsVO.java 3 headerCommentRequirement Required
49711 src/com/gps/vo/ParamsVO.java 5 Use explicit scoping instead of the default package private level
49712 src/com/gps/vo/ParamsVO.java 5 fieldCommentRequirement Required
49713 src/com/gps/vo/ParamsVO.java 6 Use explicit scoping instead of the default package private level
49714 src/com/gps/vo/ParamsVO.java 6 fieldCommentRequirement Required
49715 src/com/gps/vo/ParamsVO.java 13 Parameter 'date' is not assigned and could be declared final
49716 src/com/gps/vo/ParamsVO.java 13 Parameter 'paranId' is not assigned and could be declared final
49717 src/com/gps/vo/ParamsVO.java 28 Parameter 'paranId' is not assigned and could be declared final
49718 src/com/gps/vo/ParamsVO.java 40 Parameter 'date' is not assigned and could be declared final
49719 src/com/gps/vo/RangeVO.java 3 headerCommentRequirement Required
49720 src/com/gps/vo/RangeVO.java 5 Use explicit scoping instead of the default package private level
49721 src/com/gps/vo/RangeVO.java 5 fieldCommentRequirement Required
49722 src/com/gps/vo/RangeVO.java 6 Use explicit scoping instead of the default package private level
49723 src/com/gps/vo/RangeVO.java 6 fieldCommentRequirement Required
49724 src/com/gps/vo/RangeVO.java 16 Parameter 'range' is not assigned and could be declared final
49725 src/com/gps/vo/RangeVO.java 28 Parameter 'count' is not assigned and could be declared final
49726 src/com/gps/vo/SpeedDateVO.java 6 headerCommentRequirement Required
49727 src/com/gps/vo/SpeedDateVO.java 8 Avoid using redundant field initializer for 'date'
49728 src/com/gps/vo/SpeedDateVO.java 8 Use explicit scoping instead of the default package private level
49729 src/com/gps/vo/SpeedDateVO.java 8 fieldCommentRequirement Required
49730 src/com/gps/vo/SpeedDateVO.java 9 Use explicit scoping instead of the default package private level
49731 src/com/gps/vo/SpeedDateVO.java 9 fieldCommentRequirement Required
49732 src/com/gps/vo/SpeedDateVO.java 10 Avoid using redundant field initializer for 'count'
49733 src/com/gps/vo/SpeedDateVO.java 10 Use explicit scoping instead of the default package private level
49734 src/com/gps/vo/SpeedDateVO.java 10 fieldCommentRequirement Required
49735 src/com/gps/vo/SpeedDateVO.java 11 Use explicit scoping instead of the default package private level
49736 src/com/gps/vo/SpeedDateVO.java 11 fieldCommentRequirement Required
49737 src/com/gps/vo/SpeedDateVO.java 12 Avoid using redundant field initializer for 'duration'
49738 src/com/gps/vo/SpeedDateVO.java 12 Use explicit scoping instead of the default package private level
49739 src/com/gps/vo/SpeedDateVO.java 12 fieldCommentRequirement Required
49740 src/com/gps/vo/SpeedDateVO.java 22 Parameter 'date' is not assigned and could be declared final
49741 src/com/gps/vo/SpeedDateVO.java 34 Parameter 'rangeVO' is not assigned and could be declared final
49742 src/com/gps/vo/SpeedDateVO.java 46 Parameter 'count' is not assigned and could be declared final
49743 src/com/gps/vo/SpeedDateVO.java 58 Parameter 'distance' is not assigned and could be declared final
49744 src/com/gps/vo/SpeedDateVO.java 70 Parameter 'duration' is not assigned and could be declared final
49745 src/com/gps/vo/SpeedListVO.java 5 headerCommentRequirement Required
49746 src/com/gps/vo/SpeedListVO.java 7 fieldCommentRequirement Required
49747 src/com/gps/vo/SpeedListVO.java 8 fieldCommentRequirement Required
49748 src/com/gps/vo/SpeedListVO.java 9 fieldCommentRequirement Required
49749 src/com/gps/vo/SpeedListVO.java 10 fieldCommentRequirement Required
49750 src/com/gps/vo/SpeedListVO.java 11 fieldCommentRequirement Required
49751 src/com/gps/vo/SpeedListVO.java 12 Use explicit scoping instead of the default package private level
49752 src/com/gps/vo/SpeedListVO.java 12 fieldCommentRequirement Required
49753 src/com/gps/vo/SpeedListVO.java 13 Use explicit scoping instead of the default package private level
49754 src/com/gps/vo/SpeedListVO.java 13 fieldCommentRequirement Required
49755 src/com/gps/vo/SpeedListVO.java 14 Use explicit scoping instead of the default package private level
49756 src/com/gps/vo/SpeedListVO.java 14 fieldCommentRequirement Required
49757 src/com/gps/vo/SpeedListVO.java 15 Use explicit scoping instead of the default package private level
49758 src/com/gps/vo/SpeedListVO.java 15 fieldCommentRequirement Required
49759 src/com/gps/vo/SpeedListVO.java 17 publicMethodCommentRequirement Required
49760 src/com/gps/vo/SpeedListVO.java 21 Parameter 'lat' is not assigned and could be declared final
49761 src/com/gps/vo/SpeedListVO.java 21 publicMethodCommentRequirement Required
49762 src/com/gps/vo/SpeedListVO.java 25 publicMethodCommentRequirement Required
49763 src/com/gps/vo/SpeedListVO.java 29 Parameter 'lon' is not assigned and could be declared final
49764 src/com/gps/vo/SpeedListVO.java 29 publicMethodCommentRequirement Required
49765 src/com/gps/vo/SpeedListVO.java 40 publicMethodCommentRequirement Required
49766 src/com/gps/vo/SpeedListVO.java 44 Parameter 'lattitude' is not assigned and could be declared final
49767 src/com/gps/vo/SpeedListVO.java 44 publicMethodCommentRequirement Required
49768 src/com/gps/vo/SpeedListVO.java 48 publicMethodCommentRequirement Required
49769 src/com/gps/vo/SpeedListVO.java 52 Parameter 'longitude' is not assigned and could be declared final
49770 src/com/gps/vo/SpeedListVO.java 52 publicMethodCommentRequirement Required
49771 src/com/gps/vo/SpeedListVO.java 59 Parameter 'regNo' is not assigned and could be declared final
49772 src/com/gps/vo/SpeedListVO.java 71 Parameter 'speed' is not assigned and could be declared final
49773 src/com/gps/vo/SpeedListVO.java 83 Parameter 'time' is not assigned and could be declared final
49774 src/com/gps/vo/SpeedListVO.java 95 Parameter 'duration' is not assigned and could be declared final
49775 src/com/gps/vo/SpeedListVO.java 107 Parameter 'distance' is not assigned and could be declared final
49776 src/com/gps/vo/SpeedListVOOld.java 3 headerCommentRequirement Required
49777 src/com/gps/vo/SpeedListVOOld.java 5 fieldCommentRequirement Required
49778 src/com/gps/vo/SpeedListVOOld.java 6 fieldCommentRequirement Required
49779 src/com/gps/vo/SpeedListVOOld.java 7 fieldCommentRequirement Required
49780 src/com/gps/vo/SpeedListVOOld.java 8 fieldCommentRequirement Required
49781 src/com/gps/vo/SpeedListVOOld.java 9 fieldCommentRequirement Required
49782 src/com/gps/vo/SpeedListVOOld.java 10 fieldCommentRequirement Required
49783 src/com/gps/vo/SpeedListVOOld.java 11 fieldCommentRequirement Required
49784 src/com/gps/vo/SpeedListVOOld.java 23 Parameter 'regNo' is not assigned and could be declared final
49785 src/com/gps/vo/SpeedListVOOld.java 35 Parameter 'speed' is not assigned and could be declared final
49786 src/com/gps/vo/SpeedListVOOld.java 47 Parameter 'time' is not assigned and could be declared final
49787 src/com/gps/vo/SpeedListVOOld.java 59 Parameter 'duration' is not assigned and could be declared final
49788 src/com/gps/vo/SpeedListVOOld.java 71 Parameter 'distance' is not assigned and could be declared final
49789 src/com/gps/vo/SpeedListVOOld.java 83 Parameter 'lattitude' is not assigned and could be declared final
49790 src/com/gps/vo/SpeedListVOOld.java 95 Parameter 'longitude' is not assigned and could be declared final
49791 src/com/gps/vo/SpeedSummaryVO.java 5 headerCommentRequirement Required
49792 src/com/gps/vo/SpeedSummaryVO.java 7 fieldCommentRequirement Required
49793 src/com/gps/vo/SpeedSummaryVO.java 8 fieldCommentRequirement Required
49794 src/com/gps/vo/SpeedSummaryVO.java 9 fieldCommentRequirement Required
49795 src/com/gps/vo/SpeedSummaryVO.java 10 fieldCommentRequirement Required
49796 src/com/gps/vo/SpeedSummaryVO.java 11 fieldCommentRequirement Required
49797 src/com/gps/vo/SpeedSummaryVO.java 12 fieldCommentRequirement Required
49798 src/com/gps/vo/SpeedSummaryVO.java 24 Parameter 'distance0to20' is not assigned and could be declared final
49799 src/com/gps/vo/SpeedSummaryVO.java 24 Parameter 'distance20to45' is not assigned and could be declared final
49800 src/com/gps/vo/SpeedSummaryVO.java 25 Parameter 'distance45to55' is not assigned and could be declared final
49801 src/com/gps/vo/SpeedSummaryVO.java 25 Parameter 'distance55to65' is not assigned and could be declared final
49802 src/com/gps/vo/SpeedSummaryVO.java 25 Parameter 'distancegrt65' is not assigned and could be declared final
49803 src/com/gps/vo/SpeedSummaryVO.java 26 Parameter 'date' is not assigned and could be declared final
49804 src/com/gps/vo/SpeedSummaryVO.java 44 Parameter 'date' is not assigned and could be declared final
49805 src/com/gps/vo/SpeedSummaryVO.java 56 Parameter 'distance0to20' is not assigned and could be declared final
49806 src/com/gps/vo/SpeedSummaryVO.java 68 Parameter 'distance20to45' is not assigned and could be declared final
49807 src/com/gps/vo/SpeedSummaryVO.java 80 Parameter 'distance45to55' is not assigned and could be declared final
49808 src/com/gps/vo/SpeedSummaryVO.java 92 Parameter 'distance55to65' is not assigned and could be declared final
49809 src/com/gps/vo/SpeedSummaryVO.java 104 Parameter 'distancegrt65' is not assigned and could be declared final
49810 src/com/gps/vo/SpeedVO.java 6 headerCommentRequirement Required
49811 src/com/gps/vo/SpeedVO.java 8 Use explicit scoping instead of the default package private level
49812 src/com/gps/vo/SpeedVO.java 8 fieldCommentRequirement Required
49813 src/com/gps/vo/SpeedVO.java 9 Use explicit scoping instead of the default package private level
49814 src/com/gps/vo/SpeedVO.java 9 fieldCommentRequirement Required
49815 src/com/gps/vo/SpeedVO.java 20 Parameter 'vehName' is not assigned and could be declared final
49816 src/com/gps/vo/SpeedVO.java 32 Parameter 'dateVO' is not assigned and could be declared final
49817 src/com/gps/vo/StudentInfo.java 7 Too many fields
49818 src/com/gps/vo/StudentInfo.java 7 headerCommentRequirement Required
49819 src/com/gps/vo/StudentInfo.java 10 Avoid using redundant field initializer for 'userId'
49820 src/com/gps/vo/StudentInfo.java 10 fieldCommentRequirement Required
49821 src/com/gps/vo/StudentInfo.java 11 Avoid using redundant field initializer for 'user'
49822 src/com/gps/vo/StudentInfo.java 11 fieldCommentRequirement Required
49823 src/com/gps/vo/StudentInfo.java 12 The String literal "Nil" appears 11 times in this file; the first occurrence is on line 12
49824 src/com/gps/vo/StudentInfo.java 12 fieldCommentRequirement Required
49825 src/com/gps/vo/StudentInfo.java 13 fieldCommentRequirement Required
49826 src/com/gps/vo/StudentInfo.java 14 fieldCommentRequirement Required
49827 src/com/gps/vo/StudentInfo.java 15 fieldCommentRequirement Required
49828 src/com/gps/vo/StudentInfo.java 16 Avoid using redundant field initializer for 'name'
49829 src/com/gps/vo/StudentInfo.java 16 fieldCommentRequirement Required
49830 src/com/gps/vo/StudentInfo.java 17 Avoid using redundant field initializer for 'contactNo'
49831 src/com/gps/vo/StudentInfo.java 17 fieldCommentRequirement Required
49832 src/com/gps/vo/StudentInfo.java 18 fieldCommentRequirement Required
49833 src/com/gps/vo/StudentInfo.java 19 fieldCommentRequirement Required
49834 src/com/gps/vo/StudentInfo.java 20 fieldCommentRequirement Required
49835 src/com/gps/vo/StudentInfo.java 21 fieldCommentRequirement Required
49836 src/com/gps/vo/StudentInfo.java 22 fieldCommentRequirement Required
49837 src/com/gps/vo/StudentInfo.java 23 fieldCommentRequirement Required
49838 src/com/gps/vo/StudentInfo.java 24 Avoid using redundant field initializer for 'status'
49839 src/com/gps/vo/StudentInfo.java 24 fieldCommentRequirement Required
49840 src/com/gps/vo/StudentInfo.java 25 fieldCommentRequirement Required
49841 src/com/gps/vo/StudentInfo.java 26 fieldCommentRequirement Required
49842 src/com/gps/vo/StudentInfo.java 28 Parameter 'tripNameExptAM' is not assigned and could be declared final
49843 src/com/gps/vo/StudentInfo.java 28 Parameter 'tripNameExptPM' is not assigned and could be declared final
49844 src/com/gps/vo/StudentInfo.java 28 Parameter 'userId' is not assigned and could be declared final
49845 src/com/gps/vo/StudentInfo.java 28 publicMethodCommentRequirement Required
49846 src/com/gps/vo/StudentInfo.java 29 Parameter 'contactNo' is not assigned and could be declared final
49847 src/com/gps/vo/StudentInfo.java 29 Parameter 'exptFenceAM' is not assigned and could be declared final
49848 src/com/gps/vo/StudentInfo.java 29 Parameter 'name' is not assigned and could be declared final
49849 src/com/gps/vo/StudentInfo.java 30 Parameter 'exptFencePM' is not assigned and could be declared final
49850 src/com/gps/vo/StudentInfo.java 43 Parameter 'exptFenceAM' is not assigned and could be declared final
49851 src/com/gps/vo/StudentInfo.java 43 Parameter 'tripNameExptAM' is not assigned and could be declared final
49852 src/com/gps/vo/StudentInfo.java 43 Parameter 'tripNameExptPM' is not assigned and could be declared final
49853 src/com/gps/vo/StudentInfo.java 43 publicMethodCommentRequirement Required
49854 src/com/gps/vo/StudentInfo.java 44 Parameter 'exptFencePM' is not assigned and could be declared final
49855 src/com/gps/vo/StudentInfo.java 44 Parameter 'userId' is not assigned and could be declared final
49856 src/com/gps/vo/StudentInfo.java 53 Parameter 'exptFenceAM' is not assigned and could be declared final
49857 src/com/gps/vo/StudentInfo.java 53 Parameter 'tripNameExptAM' is not assigned and could be declared final
49858 src/com/gps/vo/StudentInfo.java 53 Parameter 'tripNameExptPM' is not assigned and could be declared final
49859 src/com/gps/vo/StudentInfo.java 53 publicMethodCommentRequirement Required
49860 src/com/gps/vo/StudentInfo.java 54 Parameter 'exptFencePM' is not assigned and could be declared final
49861 src/com/gps/vo/StudentInfo.java 54 Parameter 'grade' is not assigned and could be declared final
49862 src/com/gps/vo/StudentInfo.java 54 Parameter 'user' is not assigned and could be declared final
49863 src/com/gps/vo/StudentInfo.java 54 Parameter 'userId' is not assigned and could be declared final
49864 src/com/gps/vo/StudentInfo.java 65 Parameter 'contactNo' is not assigned and could be declared final
49865 src/com/gps/vo/StudentInfo.java 65 Parameter 'exptFenceAM' is not assigned and could be declared final
49866 src/com/gps/vo/StudentInfo.java 65 Parameter 'name' is not assigned and could be declared final
49867 src/com/gps/vo/StudentInfo.java 65 Parameter 'tripNameExptAM' is not assigned and could be declared final
49868 src/com/gps/vo/StudentInfo.java 65 Parameter 'tripNameExptPM' is not assigned and could be declared final
49869 src/com/gps/vo/StudentInfo.java 65 Parameter 'userId' is not assigned and could be declared final
49870 src/com/gps/vo/StudentInfo.java 65 publicMethodCommentRequirement Required
49871 src/com/gps/vo/StudentInfo.java 66 Parameter 'exptFencePM' is not assigned and could be declared final
49872 src/com/gps/vo/StudentInfo.java 78 Parameter 'contactNo' is not assigned and could be declared final
49873 src/com/gps/vo/StudentInfo.java 78 Parameter 'exptFenceAM' is not assigned and could be declared final
49874 src/com/gps/vo/StudentInfo.java 78 Parameter 'grade' is not assigned and could be declared final
49875 src/com/gps/vo/StudentInfo.java 78 Parameter 'name' is not assigned and could be declared final
49876 src/com/gps/vo/StudentInfo.java 78 Parameter 'tripNameExptAM' is not assigned and could be declared final
49877 src/com/gps/vo/StudentInfo.java 78 Parameter 'tripNameExptPM' is not assigned and could be declared final
49878 src/com/gps/vo/StudentInfo.java 78 Parameter 'userId' is not assigned and could be declared final
49879 src/com/gps/vo/StudentInfo.java 78 publicMethodCommentRequirement Required
49880 src/com/gps/vo/StudentInfo.java 79 Parameter 'exptFencePM' is not assigned and could be declared final
49881 src/com/gps/vo/StudentInfo.java 102 Parameter 'name' is not assigned and could be declared final
49882 src/com/gps/vo/StudentInfo.java 120 Parameter 'contactNo' is not assigned and could be declared final
49883 src/com/gps/vo/StudentInfo.java 126 Parameter 'entryTime' is not assigned and could be declared final
49884 src/com/gps/vo/StudentInfo.java 138 Parameter 'exittime' is not assigned and could be declared final
49885 src/com/gps/vo/StudentInfo.java 150 Parameter 'exptFenceAM' is not assigned and could be declared final
49886 src/com/gps/vo/StudentInfo.java 162 Parameter 'exptFencePM' is not assigned and could be declared final
49887 src/com/gps/vo/StudentInfo.java 174 Parameter 'actFenceAM' is not assigned and could be declared final
49888 src/com/gps/vo/StudentInfo.java 186 Parameter 'actFencePM' is not assigned and could be declared final
49889 src/com/gps/vo/StudentInfo.java 198 Parameter 'status' is not assigned and could be declared final
49890 src/com/gps/vo/StudentInfo.java 216 Parameter 'userId' is not assigned and could be declared final
49891 src/com/gps/vo/StudentInfo.java 230 Parameter 'tripNameActualAM' is not assigned and could be declared final
49892 src/com/gps/vo/StudentInfo.java 244 Parameter 'tripNameActualPM' is not assigned and could be declared final
49893 src/com/gps/vo/StudentInfo.java 258 Parameter 'tripNameExptAM' is not assigned and could be declared final
49894 src/com/gps/vo/StudentInfo.java 272 Parameter 'tripNameExptPM' is not assigned and could be declared final
49895 src/com/gps/vo/StudentInfo.java 290 Parameter 'user' is not assigned and could be declared final
49896 src/com/gps/vo/StudentInfo.java 308 Parameter 'image' is not assigned and could be declared final
49897 src/com/gps/vo/StudentInfo.java 326 Parameter 'grade' is not assigned and could be declared final
49898 src/com/gps/vo/SummaryVO.java 3 headerCommentRequirement Required
49899 src/com/gps/vo/SummaryVO.java 5 Use explicit scoping instead of the default package private level
49900 src/com/gps/vo/SummaryVO.java 5 fieldCommentRequirement Required
49901 src/com/gps/vo/SummaryVO.java 6 Use explicit scoping instead of the default package private level
49902 src/com/gps/vo/SummaryVO.java 6 fieldCommentRequirement Required
49903 src/com/gps/vo/SummaryVO.java 7 Use explicit scoping instead of the default package private level
49904 src/com/gps/vo/SummaryVO.java 7 fieldCommentRequirement Required
49905 src/com/gps/vo/SummaryVO.java 8 Use explicit scoping instead of the default package private level
49906 src/com/gps/vo/SummaryVO.java 8 fieldCommentRequirement Required
49907 src/com/gps/vo/SummaryVO.java 9 Use explicit scoping instead of the default package private level
49908 src/com/gps/vo/SummaryVO.java 9 fieldCommentRequirement Required
49909 src/com/gps/vo/SummaryVO.java 10 Use explicit scoping instead of the default package private level
49910 src/com/gps/vo/SummaryVO.java 10 fieldCommentRequirement Required
49911 src/com/gps/vo/SummaryVO.java 11 Use explicit scoping instead of the default package private level
49912 src/com/gps/vo/SummaryVO.java 11 fieldCommentRequirement Required
49913 src/com/gps/vo/SummaryVO.java 12 Use explicit scoping instead of the default package private level
49914 src/com/gps/vo/SummaryVO.java 12 fieldCommentRequirement Required
49915 src/com/gps/vo/SummaryVO.java 13 Use explicit scoping instead of the default package private level
49916 src/com/gps/vo/SummaryVO.java 13 fieldCommentRequirement Required
49917 src/com/gps/vo/SummaryVO.java 15 publicMethodCommentRequirement Required
49918 src/com/gps/vo/SummaryVO.java 18 Parameter 'regNo' is not assigned and could be declared final
49919 src/com/gps/vo/SummaryVO.java 18 publicMethodCommentRequirement Required
49920 src/com/gps/vo/SummaryVO.java 21 publicMethodCommentRequirement Required
49921 src/com/gps/vo/SummaryVO.java 24 Parameter 'tripName' is not assigned and could be declared final
49922 src/com/gps/vo/SummaryVO.java 24 publicMethodCommentRequirement Required
49923 src/com/gps/vo/SummaryVO.java 27 publicMethodCommentRequirement Required
49924 src/com/gps/vo/SummaryVO.java 30 Parameter 'startTime' is not assigned and could be declared final
49925 src/com/gps/vo/SummaryVO.java 30 publicMethodCommentRequirement Required
49926 src/com/gps/vo/SummaryVO.java 33 publicMethodCommentRequirement Required
49927 src/com/gps/vo/SummaryVO.java 36 Parameter 'endTime' is not assigned and could be declared final
49928 src/com/gps/vo/SummaryVO.java 36 publicMethodCommentRequirement Required
49929 src/com/gps/vo/SummaryVO.java 39 publicMethodCommentRequirement Required
49930 src/com/gps/vo/SummaryVO.java 42 Parameter 'maxSpeed' is not assigned and could be declared final
49931 src/com/gps/vo/SummaryVO.java 42 publicMethodCommentRequirement Required
49932 src/com/gps/vo/SummaryVO.java 45 publicMethodCommentRequirement Required
49933 src/com/gps/vo/SummaryVO.java 49 publicMethodCommentRequirement Required
49934 src/com/gps/vo/SummaryVO.java 52 Parameter 'tripDistance' is not assigned and could be declared final
49935 src/com/gps/vo/SummaryVO.java 52 publicMethodCommentRequirement Required
49936 src/com/gps/vo/SummaryVO.java 55 Parameter 'endTime' is not assigned and could be declared final
49937 src/com/gps/vo/SummaryVO.java 55 Parameter 'hardBrakes' is not assigned and could be declared final
49938 src/com/gps/vo/SummaryVO.java 55 Parameter 'maxSpeed' is not assigned and could be declared final
49939 src/com/gps/vo/SummaryVO.java 55 Parameter 'regNo' is not assigned and could be declared final
49940 src/com/gps/vo/SummaryVO.java 55 Parameter 'startTime' is not assigned and could be declared final
49941 src/com/gps/vo/SummaryVO.java 55 Parameter 'totalDistance' is not assigned and could be declared final
49942 src/com/gps/vo/SummaryVO.java 55 Parameter 'tripDistance' is not assigned and could be declared final
49943 src/com/gps/vo/SummaryVO.java 55 Parameter 'tripName' is not assigned and could be declared final
49944 src/com/gps/vo/SummaryVO.java 55 Parameter 'tripid' is not assigned and could be declared final
49945 src/com/gps/vo/SummaryVO.java 55 publicMethodCommentRequirement Required
49946 src/com/gps/vo/SummaryVO.java 69 publicMethodCommentRequirement Required
49947 src/com/gps/vo/SummaryVO.java 72 Parameter 'tripid' is not assigned and could be declared final
49948 src/com/gps/vo/SummaryVO.java 72 publicMethodCommentRequirement Required
49949 src/com/gps/vo/SummaryVO.java 76 publicMethodCommentRequirement Required
49950 src/com/gps/vo/SummaryVO.java 79 Parameter 'totalDistance' is not assigned and could be declared final
49951 src/com/gps/vo/SummaryVO.java 79 publicMethodCommentRequirement Required
49952 src/com/gps/vo/SummaryVO.java 82 Parameter 'hardBrakes' is not assigned and could be declared final
49953 src/com/gps/vo/SummaryVO.java 82 publicMethodCommentRequirement Required
49954 src/com/gps/vo/SummaryVO.java 85 Document empty constructor
49955 src/com/gps/vo/SummaryVO.java 85 publicMethodCommentRequirement Required
49956 src/com/gps/vo/TripDateVO.java 6 headerCommentRequirement Required
49957 src/com/gps/vo/TripDateVO.java 8 Use explicit scoping instead of the default package private level
49958 src/com/gps/vo/TripDateVO.java 8 fieldCommentRequirement Required
49959 src/com/gps/vo/TripDateVO.java 9 Found non-transient, non-static member. Please mark as transient or provide accessors.
49960 src/com/gps/vo/TripDateVO.java 9 Use explicit scoping instead of the default package private level
49961 src/com/gps/vo/TripDateVO.java 9 fieldCommentRequirement Required
49962 src/com/gps/vo/TripDateVO.java 20 Parameter 'tripName' is not assigned and could be declared final
49963 src/com/gps/vo/TripDateVO.java 32 Parameter 'gradeVO' is not assigned and could be declared final
49964 src/com/gps/vo/TripDistance.java 3 headerCommentRequirement Required
49965 src/com/gps/vo/TripDistance.java 5 fieldCommentRequirement Required
49966 src/com/gps/vo/TripDistance.java 6 Avoid using redundant field initializer for 'distance'
49967 src/com/gps/vo/TripDistance.java 6 fieldCommentRequirement Required
49968 src/com/gps/vo/TripDistance.java 17 Parameter 'tripName' is not assigned and could be declared final
49969 src/com/gps/vo/TripDistance.java 29 Parameter 'distance' is not assigned and could be declared final
49970 src/com/gps/vo/TripStudentsInfo.java 6 headerCommentRequirement Required
49971 src/com/gps/vo/TripStudentsInfo.java 8 fieldCommentRequirement Required
49972 src/com/gps/vo/TripStudentsInfo.java 9 Private field 'studentInfoList' could be made final; it is only initialized in the declaration or constructor.
49973 src/com/gps/vo/TripStudentsInfo.java 9 fieldCommentRequirement Required
49974 src/com/gps/vo/TripStudentsInfo.java 20 Parameter 'tripName' is not assigned and could be declared final
49975 src/com/gps/vo/TripStudentsInfo.java 32 Parameter 'studentInfoList' is not assigned and could be declared final
49976 src/com/gps/vo/TripUserInfo.java 3 Avoid unused imports such as 'java.util.List'
49977 src/com/gps/vo/TripUserInfo.java 5 headerCommentRequirement Required
49978 src/com/gps/vo/TripUserInfo.java 7 fieldCommentRequirement Required
49979 src/com/gps/vo/TripUserInfo.java 8 fieldCommentRequirement Required
49980 src/com/gps/vo/TripUserInfo.java 9 fieldCommentRequirement Required
49981 src/com/gps/vo/TripUserInfo.java 10 fieldCommentRequirement Required
49982 src/com/gps/vo/TripUserInfo.java 11 fieldCommentRequirement Required
49983 src/com/gps/vo/TripUserInfo.java 14 Parameter 'scheduledCount' is not assigned and could be declared final
49984 src/com/gps/vo/TripUserInfo.java 14 Parameter 'unscheduledCount' is not assigned and could be declared final
49985 src/com/gps/vo/TripUserInfo.java 14 publicMethodCommentRequirement Required
49986 src/com/gps/vo/TripUserInfo.java 15 Parameter 'absentCount' is not assigned and could be declared final
49987 src/com/gps/vo/TripUserInfo.java 30 Parameter 'tripName' is not assigned and could be declared final
49988 src/com/gps/vo/TripUserInfo.java 42 Parameter 'scheduledCount' is not assigned and could be declared final
49989 src/com/gps/vo/TripUserInfo.java 54 Parameter 'unscheduledCount' is not assigned and could be declared final
49990 src/com/gps/vo/TripUserInfo.java 66 Parameter 'absentCount' is not assigned and could be declared final
49991 src/com/gps/vo/TripUserInfo.java 78 Parameter 'tripId' is not assigned and could be declared final
49992 src/com/gps/vo/TripVO.java 13 Use explicit scoping instead of the default package private level
49993 src/com/gps/vo/TripVO.java 13 fieldCommentRequirement Required
49994 src/com/gps/vo/TripVO.java 14 Use explicit scoping instead of the default package private level
49995 src/com/gps/vo/TripVO.java 15 fieldCommentRequirement Required
49996 src/com/gps/vo/TripVO.java 16 Use explicit scoping instead of the default package private level
49997 src/com/gps/vo/TripVO.java 17 fieldCommentRequirement Required
49998 src/com/gps/vo/TripVO.java 28 Parameter 'vehName' is not assigned and could be declared final
49999 src/com/gps/vo/TripVO.java 40 Parameter 'orgName' is not assigned and could be declared final
50000 src/com/gps/vo/TripVO.java 52 Parameter 'dateVO' is not assigned and could be declared final
50001 src/com/gps/vo/UserDetails.java 3 headerCommentRequirement Required
50002 src/com/gps/vo/UserDetails.java 5 fieldCommentRequirement Required
50003 src/com/gps/vo/UserDetails.java 6 fieldCommentRequirement Required
50004 src/com/gps/vo/UserDetails.java 16 Parameter 'firstName' is not assigned and could be declared final
50005 src/com/gps/vo/UserDetails.java 28 Parameter 'lastName' is not assigned and could be declared final
50006 src/com/gps/vo/VehicleDistance.java 3 headerCommentRequirement Required
50007 src/com/gps/vo/VehicleDistance.java 5 fieldCommentRequirement Required
50008 src/com/gps/vo/VehicleDistance.java 6 fieldCommentRequirement Required
50009 src/com/gps/vo/VehicleDistance.java 7 fieldCommentRequirement Required
50010 src/com/gps/vo/VehicleDistance.java 17 Parameter 'distance' is not assigned and could be declared final
50011 src/com/gps/vo/VehicleDistance.java 29 Parameter 'tripDist' is not assigned and could be declared final
50012 src/com/gps/vo/VehicleDistance.java 41 Avoid prefixing parameters by in, out or inOut. Uses Javadoc to document this behavior.
50013 src/com/gps/vo/VehicleDistance.java 41 Parameter 'outDist' is not assigned and could be declared final